:root {
  --dark-slate-grey: #364c4c;
  --peru: #d19b52;
  --chocolate: #a76928;
  --white: #fdfdfd;
  --white-smoke: #f2f4f4;
  --cadet-blue: #7f9691;
  --title-grey: #89725b;
}

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 5.5em;
  font-weight: 800;
  line-height: 1.1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 800;
  line-height: 1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1em;
}

h4 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Caveat, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 26px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 800;
  line-height: 18px;
}

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

a {
  color: var(--dark-slate-grey);
  font-weight: 700;
  text-decoration: underline;
  transition: all .35s;
}

a:hover {
  color: var(--peru);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 30px;
}

strong {
  font-weight: bold;
}

.section {
  max-height: none;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 90px 6%;
  display: flex;
  position: relative;
}

.section.home-hero {
  height: 98vh;
  max-height: none;
  min-height: 98vh;
  background-color: var(--chocolate);
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 0%;
  overflow: hidden;
}

.section.donation-section {
  height: 100vh;
  max-height: 800px;
  background-color: var(--dark-slate-grey);
  display: flex;
}

.section.full-width-height {
  max-height: none;
  padding: 0%;
}

.section.news-section {
  max-height: none;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.no-min-height {
  max-height: none;
  min-height: auto;
  margin-bottom: 25px;
  padding-top: 90px;
  padding-bottom: 30px;
}

.section.no-min-height.about {
  flex-direction: column;
  padding-top: 130px;
}

.section.no-min-height.on-impact-page {
  padding-bottom: 90px;
}

.section.footer {
  min-height: auto;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  padding-bottom: 0;
  overflow: hidden;
}

.section.footer.light {
  background-color: var(--white);
}

.section.about-hero {
  max-height: none;
  min-height: 110vh;
  object-fit: fill;
  background-image: linear-gradient(rgba(167, 105, 40, .45), rgba(167, 105, 40, .45)), url('../images/IMG_0746.jpg');
  background-position: 0 0, 0 25%;
  background-size: auto, cover;
}

.section.video-section {
  max-height: none;
  min-height: auto;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  margin-top: 204px;
  padding-top: 0;
  padding-bottom: 60px;
}

.section.volunteer {
  max-height: none;
  background-color: var(--dark-slate-grey);
}

.section.donation-hero {
  max-height: none;
  background-color: var(--dark-slate-grey);
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
}

.section.full-width-cta {
  background-image: linear-gradient(#d19b52, #d19b52);
  padding: 90px 6%;
  overflow: hidden;
}

.section.contact {
  height: auto;
  min-height: 980px;
  background-color: var(--dark-slate-grey);
  overflow: hidden;
}

.section.full-width-map {
  max-height: none;
  min-height: auto;
  background-color: rgba(209, 155, 82, .3);
  padding: 0%;
}

.section.work-with-us {
  max-height: none;
  min-height: auto;
  background-color: rgba(127, 150, 145, .07);
  padding-bottom: 170px;
}

.section.careers {
  max-height: none;
  min-height: auto;
  background-color: var(--white-smoke);
  padding-top: 230px;
}

.section.style-guide {
  max-height: none;
  min-height: auto;
  padding-top: 120px;
}

.section.news {
  max-height: none;
  background-color: var(--white-smoke);
  flex-direction: column;
  padding-top: 230px;
}

.section.article-hero-image {
  height: 500px;
  max-height: none;
  min-height: 45%;
  background-color: var(--chocolate);
  opacity: 1;
  background-image: none;
  position: relative;
  overflow: hidden;
}

.section.article-section {
  max-height: none;
  min-height: auto;
  padding-top: 60px;
}

.section.image-licese {
  padding-top: 130px;
}

.section.services-space {
  margin-top: -225px;
}

.section.donation-hero {
  max-height: none;
  min-height: 110vh;
  background-image: linear-gradient(rgba(167, 105, 40, .45), rgba(167, 105, 40, .45)), url('../images/Front-VIew.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.donation-section {
  height: 1200px;
  max-height: none;
  min-height: 0;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.career-hero {
  max-height: none;
  min-height: 110vh;
  background-image: linear-gradient(rgba(167, 105, 40, .45), rgba(167, 105, 40, .45)), url('../images/51a6ec9a-333b-40d2-8509-ee8ffac004ee.JPG');
  background-position: 0 0, 0 25%;
  background-size: auto, 115%;
}

.navbar {
  z-index: 100;
  width: 100%;
  justify-content: space-between;
  padding: 0 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-home-link {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  padding: 0 26px 20px;
  display: flex;
  position: relative;
}

.logo-home-link.w--current {
  padding: 0 16px 20px;
}

.menu-contain {
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.links {
  color: var(--white);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
}

.links:hover {
  color: var(--peru);
}

.links.w--current {
  color: var(--peru);
  text-decoration: line-through;
}

.links.navbar {
  position: static;
}

.links.navbar.dark {
  color: var(--dark-slate-grey);
}

.links.navbar.dark:hover {
  color: var(--peru);
}

.links.on-light {
  color: var(--dark-slate-grey);
}

.links.on-light:hover, .links.on-light.w--current {
  color: var(--peru);
}

.hamburger-wrap {
  z-index: 2;
  border: 2px solid var(--white);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 12px;
  display: flex;
  position: relative;
}

.hamburger-wrap.dark {
  border-color: var(--dark-slate-grey);
}

.hero-slider {
  z-index: 2;
  width: 100vw;
  height: 100%;
  background-color: var(--chocolate);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-content {
  width: auto;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-slide-image-wrap {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.large-slide-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url('../images/5f084db76672d118136b70e3_60_percent_siddhant-soni-CvqCzwVOhCM-unsplash-copy.png');
  background-position: 70%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.large-slide-image._2 {
  background-image: url('../images/IMG_0754.jpg');
  background-position: 70% 70%;
}

.large-slide-image._3 {
  background-image: url('../images/IMG_0745.jpg');
  background-position: 70% 40%;
}

.large-slide-image._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .1) 31%, rgba(0, 0, 0, .4)), url('../images/Front-VIew.jpg');
  background-position: 0 0, 70%;
  background-size: auto, cover;
}

.container {
  width: 100%;
  max-width: 1440px;
}

.container.z-index-over-slide-content {
  z-index: 30;
  margin-top: 0;
  margin-bottom: -3.4em;
  padding-left: 10%;
  padding-right: 0%;
  position: absolute;
  top: auto;
  bottom: 28%;
  left: 0%;
  right: 0%;
}

.container.flex-align-left {
  justify-content: flex-end;
  display: flex;
}

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

.container.video_contain {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.container.relative {
  z-index: 1;
  position: relative;
}

.container.news {
  z-index: 1;
  border-top: 2px solid rgba(127, 150, 145, .21);
  padding-top: 60px;
  display: flex;
  position: relative;
}

.container.news-article {
  display: flex;
}

.button {
  background-color: var(--peru);
  border-radius: 0;
  margin-top: 30px;
  padding: 1.2vw 5vw;
  font-size: 1.3em;
  font-weight: 600;
  transition: all .35s;
}

.button:hover {
  background-color: var(--cadet-blue);
  color: var(--white);
  transform: translate(0, -2px);
  box-shadow: 1px 1px 19px 3px rgba(0, 0, 0, .1);
}

.button.dark-green {
  background-color: var(--dark-slate-grey);
}

.button.dark-green:hover {
  background-color: var(--peru);
  color: var(--white);
}

.button.add-to-cart {
  border: 2px solid var(--peru);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.button.add-to-cart:hover {
  border-color: var(--cadet-blue);
}

.button.add-to-cart:active, .button.add-to-cart:focus {
  border: 2px solid var(--peru);
}

.button.utilities {
  margin-top: 4px;
}

.button.checkout-button {
  padding-left: 2vw;
  padding-right: 2vw;
}

.button.apply-now {
  margin-top: 4px;
}

.white-text {
  color: var(--white);
  font-family: Philosopher, sans-serif;
  overflow: visible;
}

.white-text.hero-h1 {
  z-index: 10;
  max-width: none;
  text-shadow: 4px 4px 17px rgba(0, 0, 0, .26);
  font-size: 5.5em;
  line-height: 1em;
  position: relative;
}

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

.white-text.max-700-width {
  max-width: 700px;
  font-weight: 800;
}

.white-text.donation_type {
  max-width: 60%;
}

.right-side-slide {
  height: 100%;
  background-color: var(--chocolate);
  flex: 1;
  position: relative;
}

.right-arrow {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 70vw;
  right: auto;
}

.left-arrow {
  background-color: var(--cadet-blue);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.small-slide-image-contain {
  z-index: 5;
  width: 42vw;
  height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: auto;
  bottom: 20%;
  left: auto;
  right: 35%;
  overflow: hidden;
  box-shadow: 1px 0 30px 5px rgba(0, 0, 0, .14);
}

.stencil-heading {
  z-index: 10;
  color: var(--peru);
  justify-content: flex-end;
  font-family: Londrina Outline, sans-serif;
  font-size: 100px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: auto;
  bottom: 165px;
  left: auto;
  right: -1.6em;
  transform: rotate(270deg);
}

.stencil-heading.tall-image-heading {
  z-index: 1;
  color: var(--dark-slate-grey);
  transform: rotate(90deg);
}

.stencil-heading.tall-image-heading.about {
  bottom: 235px;
  right: -2em;
}

.stencil-heading.tall-image-heading.signup {
  right: -1.7em;
}

.stencil-heading.video {
  z-index: 1;
  color: var(--white);
  font-size: 150px;
  top: 130px;
  bottom: auto;
  left: -.8em;
  right: auto;
}

.stencil-heading.donate_page {
  color: var(--cadet-blue);
  bottom: 249px;
  right: -2.5em;
}

.stencil-heading.contact {
  color: var(--cadet-blue);
  bottom: 241px;
  right: -1.8em;
}

.stencil-heading._404-stencil {
  color: var(--cadet-blue);
  margin-bottom: 0;
  bottom: 257px;
  right: -2.6em;
}

.stencil-heading.password-stencil {
  color: var(--cadet-blue);
}

.small-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/ben-richardson-qGG8aGhtnGs-unsplash.jpg');
  background-position: 70%;
  background-size: 170%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.small-image._2 {
  opacity: 1;
  background-image: url('../images/34a07234-9433-4807-9a2d-d4792fe3d8ba.JPG');
  background-position: 50%;
  background-size: cover;
}

.small-image._3 {
  opacity: 1;
  background-image: url('../images/IMG_0752.jpg');
  background-position: 90%;
}

.hamburger-line-1 {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  margin-top: 3px;
  margin-bottom: 3px;
}

.hamburger-line-1.dark {
  background-color: var(--dark-slate-grey);
}

.home-hero-title-contain {
  z-index: 10;
  width: 50em;
  max-width: none;
  min-width: auto;
  padding-right: .2em;
  position: relative;
}

.small-slide-image-wrap {
  width: 100%;
  height: 100%;
}

.slider-h4 {
  color: var(--white);
  text-shadow: 6px 6px 9px rgba(0, 0, 0, .16);
  font-family: Philosopher, sans-serif;
  font-size: 3vw;
  line-height: 1em;
}

.nav-menu {
  background-color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.menu-links-wrap {
  width: 70%;
  flex-direction: column;
  display: flex;
}

.menu-link {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 700;
  line-height: 52px;
  text-decoration: none;
  transition: all .35s;
}

.menu-link:hover {
  color: var(--peru);
}

.hamburger-line-2 {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  margin-top: 3px;
  margin-bottom: 3px;
}

.hamburger-line-2.dark {
  background-color: var(--dark-slate-grey);
}

.hamburger-line-3 {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  margin-top: 3px;
  margin-bottom: 3px;
}

.hamburger-line-3.dark {
  background-color: var(--dark-slate-grey);
}

.social-media-links {
  display: flex;
  position: static;
}

.image {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}

.donations {
  max-width: none;
}

.donations.max-90-percent-width {
  width: 90%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.collection-list {
  min-height: auto;
  display: flex;
}

.price-highlight {
  background-color: var(--cadet-blue);
  text-align: center;
  border-radius: 50px;
  padding: 24px 10px 18px;
  display: block;
  position: relative;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
  margin-right: 40px;
  display: flex;
}

.collection-item.by-category {
  margin-right: 105px;
}

.price-display {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
}

.collection-list-wrapper {
  width: 50%;
  margin-right: 40px;
  padding-top: 60px;
  display: inline-block;
}

.collection-list-wrapper.by-category {
  width: 100%;
}

.donation-options {
  display: flex;
}

.donation-short-description {
  max-width: 95px;
  color: var(--white);
  font-family: Caveat, sans-serif;
  font-size: 28px;
  line-height: 24px;
  position: absolute;
  top: -36px;
  bottom: auto;
  left: auto;
  right: -40px;
}

.buy-now-button, .quantity {
  display: none;
}

.default-state {
  margin-bottom: 0;
}

.columns {
  padding-top: 30px;
}

.link-block {
  color: var(--chocolate);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-block:hover {
  color: var(--chocolate);
  transform: translate(10px);
}

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

.link-block.extrernal-link {
  border-top: 2px none var(--dark-slate-grey);
  border-bottom: 2px solid var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.link-block.extrernal-link:hover {
  border-bottom-color: var(--peru);
  color: var(--peru);
  transform: none;
}

.link-block.light_brown {
  color: var(--peru);
}

.link-block.jobs {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.link-block.jobs:hover {
  color: var(--peru);
  transform: none;
}

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

.text-block.dark-text {
  color: var(--peru);
}

.link-arrow {
  margin-right: 9px;
}

.grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.square {
  height: 550px;
  min-height: 75vh;
  overflow: hidden;
}

.square.goal {
  min-height: 75vh;
  background-color: rgba(253, 234, 207, .4);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.news-display {
  background-color: var(--peru);
  padding: 50px;
  display: flex;
}

.left-side-title {
  width: 30%;
}

.right-side-news {
  flex: 1;
  padding-left: 120px;
}

.news-collection-item {
  margin-top: 0;
  margin-bottom: 34px;
  display: flex;
}

.news-collection-item._50-percent-width {
  width: 50%;
  padding-right: 20px;
}

.news-display-image {
  width: 100%;
  height: 250px;
  flex: none;
  display: block;
}

.article-date {
  color: var(--white);
  overflow: visible;
}

.article-date.on-light {
  color: var(--dark-slate-grey);
}

.article-text {
  width: auto;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding-left: 20px;
  display: flex;
  overflow: visible;
}

._55-percent-width {
  width: 55%;
}

.absolute-tall-image-contain {
  width: 35%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tall-image {
  z-index: 2;
  height: 1000px;
  margin-top: -680px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 20px 10px rgba(0, 0, 0, .06);
}

.tall-image.signup-image {
  height: 950px;
  margin-top: -257px;
}

.tall-image.about {
  height: 800px;
  margin-top: -34px;
}

.our-impact {
  display: flex;
}

.impact-nav {
  width: 25%;
}

.photo-album-contain {
  flex: 1;
  padding-left: 80px;
}

.photo-album-grid {
  height: 500px;
  min-height: 65vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

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

.bottom-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_0754.jpg');
  background-position: 50%;
  background-size: cover;
  transition: all .35s;
}

.lightbox-link:hover {
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, .09);
}

.lightbox-link.display-2 {
  background-image: url('../images/Fish-Eye.jpg');
}

.lightbox-link.display-3 {
  background-image: url('../images/Mosque-Inside.jpg');
}

.lightbox-link.display-4 {
  background-image: url('../images/Front-VIew.jpg');
}

.bottom-footer {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 20px;
  display: flex;
}

.copyrights {
  color: var(--white);
  text-align: left;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.copyrights-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.copyrights-link:hover {
  color: var(--peru);
}

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

.icon-logo {
  padding-top: 20px;
}

.about-hero-image {
  z-index: 2;
  width: 35%;
  height: 105vh;
  display: none;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 0 15px 8px rgba(0, 0, 0, .08);
}

._20px-div-block {
  height: 20px;
}

.video-lightbox-link {
  z-index: 2;
  width: 92%;
  height: 650px;
  margin-top: -140px;
  position: relative;
  overflow: hidden;
}

.play-button {
  z-index: 5;
  width: 120px;
  height: 120px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.play-button:hover {
  transform: scale(1.05);
}

.play-icon {
  margin-left: 6px;
}

.volunteer-contain {
  justify-content: flex-start;
  display: flex;
}

._65-percent-width {
  width: 65%;
}

.volunter-cta-contain {
  flex: 1;
  padding-left: 60px;
}

.volunter-cta {
  height: 600px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.volunteer-image-wrap {
  height: 70%;
  overflow: hidden;
}

.volunteer-cta {
  background-color: var(--cadet-blue);
  flex: 1;
  padding: 30px;
}

.align-center {
  text-align: center;
  font-family: Philosopher, sans-serif;
}

.world-stencil {
  width: 150%;
  opacity: .1;
  margin-top: -20px;
  position: absolute;
}

.world-stencil.on-news_page {
  margin-top: -17%;
  top: 29%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-collection-list {
  flex-wrap: wrap;
  display: flex;
}

.form-field {
  height: 50px;
  border: 2px solid var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: rgba(127, 150, 145, .1);
  border-radius: 0;
  margin-bottom: 18px;
}

.form-field:focus, .form-field.-wfp-focus {
  border-color: var(--peru);
}

.form-field._50-percent {
  width: 50%;
  background-color: rgba(127, 150, 145, .1);
  margin-right: 8px;
}

.form-field.utilities {
  margin-top: 15px;
}

.form-field-wrap {
  padding-right: 10px;
  display: flex;
}

.form-field-wrap.with-50-percent {
  justify-content: space-between;
  padding-right: 0;
}

.textarea {
  border: 2px solid var(--dark-slate-grey);
  background-color: rgba(127, 150, 145, .1);
  padding-top: 37px;
  padding-bottom: 50px;
}

.textarea:focus {
  border-color: var(--peru);
}

._50-percent-width {
  max-width: 50%;
}

.contact-form {
  width: 70%;
}

.map {
  height: 550px;
  opacity: .6;
}

.open-roles-wrapper {
  min-height: 400px;
}

.jobs-tabs {
  width: 100%;
  border-top: 1px solid rgba(216, 216, 216, .2);
  margin-top: 40px;
  padding-top: 34px;
  display: flex;
}

.jobs-collection-item {
  margin-top: 0;
  margin-bottom: 30px;
}

.tab {
  color: var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(127, 150, 145, 0);
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 700;
  display: flex;
}

.tab.w--current {
  border-color: var(--dark-slate-grey);
  background-color: var(--cadet-blue);
  color: var(--white);
  border-radius: 0;
  justify-content: space-between;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .02);
}

.number-of-jobs {
  display: flex;
}

.jobs-list {
  flex: 1;
  padding-left: 10%;
}

.job-types {
  width: 40%;
  border-right: 1px solid rgba(247, 247, 247, .1);
  flex-direction: column;
  padding-right: 3%;
  display: flex;
}

.job-type-text {
  color: var(--peru);
  font-size: 16px;
  font-weight: 400;
}

.heading-and-type {
  max-width: 70%;
}

.upload-file-placeholder {
  padding-top: 10px;
}

.upload-resume {
  width: 180px;
  background-color: var(--peru);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
  transition: all .3s;
  display: flex;
}

.upload-resume:hover {
  background-color: var(--cadet-blue);
  opacity: 1;
}

.upload {
  color: #fff;
  padding-left: 10px;
  font-weight: 600;
}

.error-message {
  background-color: #a06053;
}

.job-description {
  color: var(--dark-slate-grey);
  margin-bottom: 50px;
  padding-top: 30px;
}

.upload-file-note {
  max-width: 510px;
  color: var(--dark-slate-grey);
  margin-bottom: 30px;
  padding-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 5px;
}

.job-heading-wrap {
  width: 100%;
  border-bottom: 1px solid rgba(47, 48, 51, .08);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 46px;
  display: flex;
}

.apply-form-block {
  padding-top: 6px;
}

.link-span {
  color: var(--dark-slate-grey);
  font-weight: 600;
  transition: all .35s;
}

.link-span:hover {
  color: var(--peru);
}

.color-hex {
  color: var(--dark-slate-grey);
  font-weight: 400;
}

.color-wrapper {
  width: 33.33%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  display: flex;
}

.color {
  width: 80px;
  height: 80px;
  background-color: var(--white-smoke);
  border: 1px solid rgba(127, 150, 145, .24);
  border-radius: 50%;
}

.color._364c4c {
  background-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
}

.color._7f9691 {
  background-color: var(--cadet-blue);
  border: 1px rgba(0, 0, 0, .14);
}

.color.a76928 {
  background-color: var(--chocolate);
}

.color.d19b52 {
  background-color: var(--peru);
}

.color-heading {
  color: var(--dark-slate-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.style-block {
  width: 100%;
  background-color: var(--white-smoke);
  box-shadow: none;
  border: 1px #15113b;
  border-radius: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 45px;
}

.button-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  display: flex;
}

.colors-contain {
  width: 100%;
  border-bottom: 1px rgba(155, 155, 155, .3);
  border-right: 1px rgba(155, 155, 155, .3);
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

._20px-div {
  width: 100%;
  height: 20px;
}

.price {
  padding-top: 12px;
  font-size: 16px;
  font-weight: 900;
}

.checkout-container {
  z-index: 2;
  margin-bottom: 30px;
  position: relative;
}

.checkout-form {
  background-color: var(--dark-slate-grey);
  padding-top: 230px;
  position: relative;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap.password {
  background-color: var(--white-smoke);
}

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

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

._404 {
  color: var(--white);
  font-size: 15em;
}

.div-block {
  color: var(--white);
  font-size: 16px;
}

.news-side-navbar-content {
  border: 2px solid var(--dark-slate-grey);
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: static;
  top: 101px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.news-side-navbar-content.recent-posts {
  margin-top: 20px;
}

.news-articles {
  width: 75%;
}

.news-navbar {
  background-color: rgba(127, 150, 145, .1);
  flex: 1;
  padding: 20px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 43px;
}

.sticky.apply {
  top: 30px;
}

.news_category-collection-item {
  margin-bottom: 0;
}

.news-category-collection-list-wrapper {
  width: 100%;
  border-top: 2px solid rgba(127, 150, 145, .19);
  margin-top: 10px;
  padding-top: 20px;
}

.side-nav-link {
  border-bottom: 2px solid rgba(127, 150, 145, .22);
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.side-nav-link:hover {
  color: var(--peru);
  text-decoration: underline;
}

.side-nav-link.w--current {
  color: var(--peru);
  text-decoration: line-through;
}

.date {
  color: var(--peru);
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
}

.article-content {
  width: 100%;
  padding-right: 50px;
}

.rich-text-block {
  border-top: 2px solid rgba(127, 150, 145, .15);
  margin-top: 40px;
  padding-top: 30px;
}

.article-hero-image {
  opacity: .5;
  background-image: url('../images/3.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.article-hero-image._1 {
  background-image: url('../images/1.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.article-hero-image._2 {
  background-image: url('../images/2.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.article-hero-image._3 {
  background-image: url('../images/3.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: auto, cover;
}

.background-video {
  height: 100%;
}

.square-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/IMG_0748.jpg');
  background-position: 50%;
  background-size: cover;
}

.square-image._2 {
  background-image: url('../images/IMG_0754.jpg');
}

.square-image._1 {
  background-image: url('../images/Front-VIew.jpg');
  background-position: 50%;
  background-size: cover;
}

.tall-image-parallex {
  width: 100%;
  height: 100%;
  background-image: url('../images/Donate.jpg');
  background-position: 50%;
  background-size: cover;
}

.tall-image-parallex.about-1 {
  background-image: url('../images/Osman_Nuhu_Sharubutu_2.jpg');
  background-position: 50%;
}

.tall-image-parallex.signup {
  background-image: url('../images/kat-yukawa-K0E6E0a0R3A-unsplash.jpg');
}

.lightbox-wrap {
  overflow: hidden;
}

.lightbox-link-video {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.volunteer-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/matt-sings-ixmVe2qr8TM-unsplash-1.jpg');
  background-position: 40%;
  background-size: cover;
}

.divider-2 {
  height: 80px;
}

.divider-2._20px {
  height: 20px;
}

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

.image-license-grid {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 39px;
}

.cta-full-width-image {
  opacity: .45;
  background-image: url('../images/Interior.jpg');
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.total {
  padding-top: 20px;
  font-size: 24px;
  font-weight: 800;
}

.order-confirmation {
  background-color: var(--dark-slate-grey);
  padding-top: 140px;
  position: relative;
}

.video-image {
  background-image: url('../images/Mosque-Night.jpg');
  background-position: 60% 0;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-message {
  background-color: var(--white-smoke);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
}

.success-message-icon {
  margin-bottom: 24px;
}

.success-text {
  font-family: Caveat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

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

.careers-contain {
  display: flex;
}

.careers-right {
  flex: 1;
}

.checkout-background-contain {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.checkout-background-image {
  opacity: .2;
  background-image: url('../images/5f084db76672d118136b70e3_60_percent_siddhant-soni-CvqCzwVOhCM-unsplash-copy.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkout-background-image.normal-checkout {
  background-image: url('../images/5f07ccff8262031c4a9038f0_rainier-ridao-707nOyHzXR8-unsplash.jpg');
  background-position: 50% 100%;
  background-size: auto 120%;
}

.checkout-background-image.order-confirmation {
  background-image: url('../images/larm-rmah-AEaTUnvneik-unsplash.jpg');
}

.discounts {
  margin-top: 20px;
  margin-bottom: 20px;
}

.apply-discount-btn {
  height: 50px;
  background-color: var(--peru);
  border-radius: 0;
  font-weight: 700;
  transition: all .3s;
}

.apply-discount-btn:hover {
  background-color: var(--cadet-blue);
}

.heading {
  font-family: Philosopher, sans-serif;
  font-size: 3vw;
}

.heading-3 {
  font-family: Philosopher, sans-serif;
}

.section-2 {
  z-index: 2;
  position: relative;
  overflow: visible;
}

.container-2 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.7em 6.25em;
}

.card {
  width: 90%;
  height: 380px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8.13em 6em;
  position: relative;
  overflow: hidden;
}

.card_img {
  z-index: 1;
  width: 100%;
  height: 60vh;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_content {
  z-index: 2;
  filter: blur(.07em);
  position: relative;
}

.resources_circle-contain {
  flex: none;
  padding: 3.6em;
}

.display {
  letter-spacing: -.09em;
  white-space: nowrap;
  font-family: Philosopher, sans-serif;
  font-size: 9.96em;
  line-height: 1;
}

.resources_text {
  text-transform: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: rotate(-2.5deg);
}

.resources_text.is--first {
  z-index: 1;
  margin-top: -80px;
  padding-bottom: 11em;
}

.resources_text.is--2nd {
  z-index: 3;
  color: #e8e8e8;
  margin-top: -89px;
  padding-top: 11em;
}

.resources_img {
  width: 100%;
  height: 50em;
  max-width: 100%;
  object-fit: cover;
  border-radius: 100vw;
  margin-top: 70px;
}

.grid_item {
  width: 100%;
  padding: 1.04em;
}

.grid_item.is--resources {
  z-index: 2;
  width: 46%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.resources_circle {
  width: 6em;
  height: 6em;
  background-color: var(--peru);
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.resources_circle.is--inverted {
  width: 6em;
  height: 6em;
  background-color: #e8e8e8;
}

.grid-3 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-3.is--resources {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.resources_arrow {
  width: 2.29em;
}

.section-block {
  max-height: none;
  min-height: 90vh;
  justify-content: center;
  align-items: center;
  padding: 0 6%;
  display: block;
  position: relative;
  overflow: hidden;
}

.banner-section {
  z-index: 2;
  width: 100%;
  max-height: 120%;
  margin-top: -100px;
  margin-bottom: 80px;
  padding-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  display: none;
  position: relative;
  overflow: visible;
}

.heading-4 {
  color: var(--white-smoke);
  font-family: Philosopher, sans-serif;
}

.footer-columns-white {
  width: 80%;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-3 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.surah-h4 {
  color: var(--white);
  text-shadow: 6px 6px 9px rgba(0, 0, 0, .16);
  font-family: Philosopher, sans-serif;
  font-size: 3vw;
  line-height: 1em;
}

.paragraph {
  text-align: left;
}

.paragraph.service {
  margin-top: 20px;
}

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

.footer-columns-black {
  width: 80%;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copyrights-dark {
  color: var(--dark-slate-grey);
  text-align: left;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.copyrights-link-dark {
  color: var(--dark-slate-grey);
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.copyrights-link-dark:hover {
  color: var(--peru);
}

.copyrights-link-dark.w--current {
  color: var(--white);
}

.html-embed {
  width: 100%;
  clear: right;
  position: static;
}

.column-5 {
  clear: right;
  padding-left: 160px;
}

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

.heading-6 {
  text-transform: capitalize;
  font-family: Philosopher, sans-serif;
}

.container-3 {
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.div-info-wrapper {
  margin-top: 90px;
}

.div-column-left {
  width: 90%;
  float: left;
}

.heading-7 {
  color: var(--dark-slate-grey);
  text-align: left;
}

.history-paragraph {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-column-right {
  width: 90%;
  float: right;
}

.paragraph-2 {
  max-width: 80%;
}

.overview-facilities {
  margin-top: -200px;
  padding: 0 6% 120px;
}

.container-1140 {
  max-width: 1240px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-8 {
  padding-left: 0;
  padding-right: 20px;
}

.column-8.service-single {
  margin-top: -250px;
}

.column-9 {
  padding-left: 20px;
  padding-right: 0;
}

.image-25 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
}

.columns-5 {
  margin-top: 40px;
  margin-bottom: 0;
}

.columns-5.below {
  width: 100%;
  margin-top: 80px;
}

.div-block-37 {
  width: 70%;
  height: 90px;
  background-color: #fff;
  align-items: center;
  margin-top: -80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.second-title {
  color: var(--dark-slate-grey);
  text-transform: capitalize;
  margin-top: 20px;
  margin-left: -30px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.heading-8, .heading-9, .heading-10, .heading-11 {
  font-family: Philosopher, sans-serif;
}

.main-wrapper {
  overflow: hidden;
}

.header_text {
  max-width: 50rem;
  text-align: center;
}

.page-wrapper {
  width: 100%;
}

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

.header_image {
  width: 25rem;
  margin: .5rem;
  display: none;
}

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

.divider._2 {
  margin-bottom: -1.7rem;
  padding-top: 2rem;
}

.header_component {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 261px;
  display: flex;
}

.header_images {
  display: flex;
}

.header_images.is-first {
  margin-left: -.5rem;
}

.header_images.is-second {
  margin-right: -.5rem;
}

.vertical-line {
  width: 1px;
  height: 6rem;
  background-color: rgba(135, 135, 157, .25);
}

.section-full {
  max-height: none;
  min-height: 80vh;
  background-color: var(--white-smoke);
  background-image: linear-gradient(rgba(167, 105, 40, .1), rgba(167, 105, 40, .1));
  justify-content: center;
  align-items: center;
  padding: 0 0% 90px;
  display: block;
  position: relative;
}

.about__board-of-trustees {
  margin-top: 84px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.about__board-image.about__investors-logo--34space {
  margin-bottom: 34px;
}

.about__title-info {
  color: var(--title-grey);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.about__investors-container {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.about__board-name {
  color: #2b2a35;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

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

.team-card-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.about__position-info {
  color: rgba(43, 42, 53, .5);
  text-align: left;
}

.paragraph-white {
  max-width: 650px;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-white.full-paragraph {
  width: 100%;
  max-width: none;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.tabs-content {
  padding-top: 40px;
  overflow: visible;
}

.tabs-menu {
  max-width: 960px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.load-bar-base {
  height: 5px;
  max-width: 220px;
  background-color: #eceff8;
  border-radius: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  color: var(--white);
}

.tab-image {
  width: 44px;
  margin-right: 12px;
}

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

.standard-tab {
  width: 280px;
  opacity: .7;
  color: #151c34;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #151c34;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.load-bar {
  width: 0%;
  height: 5px;
  background-color: #7839f3;
  border-radius: 500px;
}

.text-block-6, .text-block-7 {
  color: var(--white);
}

.slide-concept-content {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
}

.wrap-slide-contect-table {
  padding-top: 30px;
}

.concept-table-title {
  width: 150px;
  color: #7a8597;
  margin-right: 30px;
}

.tooltip-info {
  width: 16px;
  height: 16px;
  opacity: .8;
  cursor: pointer;
  background-image: url('../images/info.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50%;
  margin-top: -6px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.tooltip-info:hover {
  opacity: 1;
}

.button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #7a8597;
  border-radius: 10px;
  padding: 16px 100px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.button-2.menu-card-lst-button {
  color: #00051e;
  text-align: center;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.button-2.menu-card-lst-button:hover {
  color: #fd3949;
}

.button-2.menu-card-lst-button:active {
  color: #d62d30;
}

.slide-concept-right {
  color: #fff;
  background-color: #fa293a;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 28px 30px 30px;
  display: flex;
  overflow: hidden;
}

.slide-concept-right._1 {
  background-color: #fec210;
}

.slide-concept-right._2 {
  background-color: #1f41a3;
}

.slide-conept-table-row {
  margin-bottom: 15px;
  font-size: .875rem;
  display: flex;
}

.wrap-slide-concept-description {
  border-top: 1px solid #cccdd2;
  padding-top: 15px;
}

.slide-conept-left {
  width: 60%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-right: 30px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
}

.slide-concept-description-title {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.concept-right-row {
  border-bottom: 1px solid var(--white);
  padding-top: 15px;
  padding-bottom: 10px;
}

.concept-right-row.no-buttom-row {
  border-bottom-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.concept-right-small {
  opacity: .6;
  color: var(--white);
  margin-right: 10px;
  padding-bottom: 6px;
  font-size: .875rem;
  font-weight: 600;
}

.slide-concept-title {
  width: 80%;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.concept-right-total {
  font-size: 1.9rem;
  font-weight: 600;
}

.concept-right-total.smaller {
  font-size: 1.6rem;
}

.slide-concept-description-text {
  font-size: .875rem;
}

.concept-right-wrap-small {
  align-items: center;
  display: flex;
  position: relative;
}

.wrap-slide-concept-logo {
  width: 100px;
  height: 100px;
  background-image: url('../images/Other-Methods.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
  overflow: hidden;
}

.about__executive-council {
  margin-top: 84px;
  padding-left: 30px;
  padding-right: 30px;
}

.about__management-comittee {
  margin-top: 84px;
}

.heading-12 {
  font-family: Philosopher, sans-serif;
}

.columns-6 {
  width: 100%;
  order: 0;
  padding-left: 0;
}

.wrap-slide-concept-logo-2 {
  width: 100px;
  height: 100px;
  background-image: url('../images/Stanbic-Bank-Ghana.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
  overflow: hidden;
}

.text-block-8 {
  font-weight: 400;
}

.heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28, .heading-29, .heading-30, .heading-31, .heading-32 {
  font-family: Philosopher, sans-serif;
}

.heading-33, .heading-34 {
  margin-bottom: 40px;
}

.heading-35 {
  font-family: Philosopher, sans-serif;
}

.developer-link {
  color: var(--white);
  text-align: left;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

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

.donation-link:hover {
  color: var(--dark-slate-grey);
}

.wrap-slide-concept-momo {
  width: 100px;
  height: 100px;
  background-image: url('../images/MoMo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
  overflow: hidden;
}

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

.news_category-collection-item {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .section.full-width-cta {
    min-height: 100vh;
    background-image: linear-gradient(#d19b52, #d19b52);
  }

  .section.careers {
    padding-top: 230px;
  }

  .section.donation-section {
    height: 1200px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .image {
    padding-bottom: 0;
  }

  .donations.max-90-percent-width {
    margin-bottom: 50px;
  }

  .article-text {
    overflow: visible;
  }

  .cta-full-width-image {
    background-image: url('../images/Mosque-Inside-T.jpg');
    background-size: cover;
  }

  .divider._2 {
    margin-top: 4.3rem;
  }

  .section-full {
    padding-bottom: 84px;
  }

  .about__investors-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .about__investors-container {
    grid-column-gap: 180px;
    grid-row-gap: 66px;
  }

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

  .paragraph-white.full-paragraph {
    text-align: left;
  }

  .text-block-2, .text-block-6, .text-block-7 {
    color: var(--white);
  }

  .about__management-comittee {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7vh;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 4vw;
  }

  h5 {
    text-transform: capitalize;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  h6 {
    font-size: 1em;
    line-height: 1em;
  }

  .section {
    max-height: none;
    min-height: auto;
    padding: 60px 5%;
  }

  .section.donation-section {
    height: auto;
    max-height: none;
  }

  .section.news-section {
    padding-top: 0;
  }

  .section.no-min-height {
    padding-top: 60px;
  }

  .section.no-min-height.about {
    padding-top: 70px;
  }

  .section.no-min-height.on-impact-page {
    padding-bottom: 70px;
  }

  .section.about-hero {
    align-items: flex-start;
    padding-top: 146px;
  }

  .section.volunteer {
    padding-top: 20px;
  }

  .section.donation-hero {
    padding-top: 115px;
    padding-bottom: 60px;
  }

  .section.contact {
    min-height: auto;
    padding-top: 116px;
  }

  .section.careers {
    padding-top: 110px;
  }

  .section.news {
    padding-top: 120px;
  }

  .section.article-hero-image {
    height: 400px;
    min-height: auto;
  }

  .section.services-space {
    margin-top: 0;
  }

  .section.donation-hero {
    align-items: flex-start;
    padding-top: 146px;
  }

  .section.donation-section {
    padding-top: 115px;
    padding-bottom: 60px;
  }

  .section.career-hero {
    align-items: flex-start;
    padding-top: 146px;
  }

  .navbar {
    padding-left: 0%;
    padding-right: 0%;
  }

  .menu-contain {
    padding-right: 26px;
  }

  .links.navbar {
    position: static;
  }

  .container {
    margin-top: 30px;
  }

  .container.z-index-over-slide-content {
    padding-left: 5%;
  }

  .button {
    padding: 1.7vw 6vw;
  }

  .white-text.hero-h1 {
    font-size: 7vh;
  }

  .white-text.donation_type {
    max-width: 80%;
  }

  .small-slide-image-contain {
    width: 45vw;
    height: 350px;
    bottom: 25%;
  }

  .stencil-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80px;
    right: -135px;
  }

  .stencil-heading.tall-image-heading {
    bottom: 259px;
    right: -131px;
  }

  .stencil-heading.tall-image-heading.about {
    bottom: 318px;
  }

  .stencil-heading.password-stencil {
    right: -125px;
  }

  .home-hero-title-contain {
    width: 85%;
    min-width: auto;
  }

  .slider-h4 {
    font-size: 4vw;
  }

  .social-media-links {
    display: none;
  }

  .donations {
    max-width: 80%;
    min-width: auto;
  }

  .price-highlight {
    border-radius: 50px;
  }

  .collection-item {
    margin-right: 0;
  }

  .collection-list-wrapper {
    width: 40%;
    margin-bottom: 30px;
  }

  .donation-options {
    flex-flow: wrap;
  }

  .text-block {
    font-size: 14px;
  }

  .link-arrow {
    max-width: 12%;
  }

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

  .square {
    min-height: auto;
  }

  .square.goal {
    min-height: auto;
    padding: 50px;
  }

  .news-display {
    flex-direction: column;
    padding: 40px;
  }

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

  .right-side-news {
    padding-left: 0;
  }

  .news-collection-item._50-percent-width {
    width: 100%;
    max-width: none;
  }

  .news-display-image {
    height: 200px;
  }

  ._55-percent-width {
    padding-left: 30px;
  }

  .absolute-tall-image-contain {
    width: 36%;
    height: 500px;
  }

  .absolute-tall-image-contain.about-1 {
    height: auto;
  }

  .tall-image {
    height: 100%;
    margin-top: 0;
  }

  .tall-image.signup-image {
    height: 750px;
    margin-top: -145px;
  }

  .tall-image.about {
    height: 600px;
  }

  .photo-album-contain {
    padding-left: 40px;
  }

  .photo-album-grid {
    min-height: auto;
  }

  .about-hero-image {
    width: 60%;
    height: 50vh;
    bottom: -3%;
  }

  .video-lightbox-link {
    width: 85%;
    height: 500px;
  }

  .volunteer-contain {
    flex-direction: column;
  }

  ._65-percent-width {
    width: 100%;
  }

  .volunter-cta-contain {
    padding-top: 30px;
    padding-left: 0;
  }

  .volunter-cta {
    height: 500px;
  }

  .world-stencil {
    margin-top: -177px;
  }

  .world-stencil.on-news_page {
    margin-top: -41%;
  }

  .contact-form {
    width: 85%;
  }

  .map {
    height: 400px;
  }

  .job-type-text {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
  }

  .upload-file-placeholder {
    padding-top: 20px;
  }

  .upload-file-note {
    font-weight: 400;
    line-height: 24px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .job-heading-wrap {
    flex-direction: column;
    padding-bottom: 20px;
  }

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

  .button-wrapper {
    width: 40%;
  }

  ._404 {
    font-size: 12em;
  }

  .news-articles {
    width: 70%;
  }

  .news-navbar {
    padding: 16px;
  }

  .article-content {
    padding-right: 30px;
  }

  .image-license-grid {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .success-text {
    line-height: 32px;
  }

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

  .careers-contain {
    flex-direction: column;
  }

  .container-2 {
    padding: 27px 3em;
  }

  .grid_item.is--resources {
    width: 60%;
  }

  .section-block {
    max-height: none;
    min-height: auto;
    padding: 60px 5%;
  }

  .surah-h4 {
    font-size: 4vw;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overview-facilities {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-1140 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-37 {
    width: 80%;
    height: 120px;
    margin-top: -90px;
  }

  .header_text {
    order: 1;
  }

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

  .header_image {
    margin-left: 0;
  }

  .header_component {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .header_images.is-first {
    width: 50%;
  }

  .header_images.is-second {
    width: 50%;
    margin-left: 15px;
  }

  .section-full {
    max-height: none;
    min-height: auto;
    padding: 60px 5%;
  }

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

  .container-1141 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .slide-concept-content {
    flex-direction: column;
  }

  .slide-conept-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .concept-right-total {
    font-size: 2rem;
  }

  .concept-right-total.smaller {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 10px;
    font-size: 7vw;
  }

  h4 {
    margin-bottom: 0;
    font-size: 4vw;
  }

  h5 {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .section {
    max-height: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.news-section {
    padding-top: 30px;
  }

  .section.no-min-height {
    padding-bottom: 0;
  }

  .section.about-hero {
    min-height: 110vh;
    padding-top: 85px;
  }

  .section.donation-hero {
    padding-top: 94px;
    padding-bottom: 50px;
  }

  .section.contact {
    min-height: auto;
    padding-top: 92px;
  }

  .section.careers {
    padding-top: 80px;
  }

  .section.style-guide {
    padding-top: 84px;
  }

  .section.news {
    padding-top: 100px;
  }

  .section.article-hero-image {
    height: 300px;
  }

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

  .section.image-licese {
    padding-top: 82px;
  }

  .section.donation-hero {
    min-height: 110vh;
    padding-top: 85px;
  }

  .section.donation-section {
    padding-top: 94px;
    padding-bottom: 50px;
  }

  .section.career-hero {
    min-height: 110vh;
    padding-top: 85px;
  }

  .logo-home-link {
    padding: 20px 10px;
  }

  .menu-contain {
    padding-right: 20px;
  }

  .links {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 0;
    font-size: 20px;
  }

  .links.navbar {
    margin: 0;
    display: block;
    position: static;
  }

  .hamburger-wrap {
    border-color: var(--dark-slate-grey);
    background-color: var(--dark-slate-grey);
  }

  .hamburger-wrap.dark {
    background-color: rgba(0, 0, 0, 0);
  }

  .container {
    margin-top: 175px;
  }

  .container.z-index-over-slide-content {
    margin-bottom: -69px;
    padding-left: 5%;
  }

  .container.flex-align-left {
    flex-direction: column;
  }

  .container.news {
    flex-direction: column;
    padding-top: 30px;
  }

  .container.news-article {
    flex-direction: column;
  }

  .button {
    padding: 2.4vw 10vw;
    font-size: 1.2em;
  }

  .button.add-to-cart {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .white-text.hero-h1 {
    margin-top: 10px;
    font-size: 7vw;
  }

  .right-arrow, .left-arrow {
    padding: 18px;
  }

  .small-slide-image-contain {
    width: 45vw;
    height: 200px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .stencil-heading {
    font-size: 60px;
    bottom: 429px;
    right: -102px;
  }

  .stencil-heading.tall-image-heading {
    font-size: 80px;
    bottom: 227px;
    right: -135px;
  }

  .stencil-heading.tall-image-heading.signup {
    bottom: 236px;
  }

  .stencil-heading.home-hero {
    font-size: 50px;
    bottom: 79px;
    right: -84px;
  }

  .stencil-heading.video {
    left: -.7em;
  }

  .stencil-heading._404-stencil {
    bottom: 257px;
    right: -2.6em;
  }

  .stencil-heading.password-stencil {
    bottom: 172px;
    right: -92px;
  }

  .small-image {
    background-size: cover;
  }

  .hamburger-line-1.dark {
    background-color: var(--dark-slate-grey);
  }

  .home-hero-title-contain {
    width: 75%;
    padding-right: 15px;
  }

  .slider-h4 {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .nav-menu {
    padding-top: 205px;
    padding-bottom: 170px;
    transform: translate(100%);
  }

  .menu-links-wrap {
    width: 90%;
    height: 250px;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: auto;
  }

  .menu-link {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .hamburger-line-2.dark, .hamburger-line-3.dark {
    background-color: var(--dark-slate-grey);
  }

  .social-media-links {
    display: none;
  }

  .image {
    max-width: 90%;
  }

  .donations {
    max-width: 80%;
    align-self: flex-end;
  }

  .collection-list-wrapper {
    margin-right: 30px;
    padding-top: 50px;
  }

  .square {
    min-height: auto;
  }

  .square.goal {
    padding: 40px;
  }

  .news-display {
    flex-direction: column;
    padding: 30px;
  }

  .left-side-title {
    width: 100%;
    margin-bottom: 0;
  }

  .right-side-news {
    padding-left: 0;
  }

  .news-display-image {
    width: 50%;
  }

  .article-text {
    padding-left: 20px;
  }

  ._55-percent-width {
    width: 100%;
    margin-top: 510px;
    padding-left: 0;
  }

  ._55-percent-width.on-about {
    margin-top: 630px;
  }

  ._55-percent-width.signup {
    margin-top: 500px;
  }

  .absolute-tall-image-contain {
    width: 80%;
  }

  .tall-image {
    height: 500px;
    margin-top: 40px;
  }

  .tall-image.signup-image {
    height: 100%;
    margin-top: 0;
  }

  .tall-image.about {
    margin-top: 50px;
  }

  .our-impact {
    flex-direction: column-reverse;
  }

  .impact-nav {
    width: 100%;
    padding-top: 40px;
  }

  .photo-album-contain {
    padding-left: 0;
  }

  .bottom-footer {
    align-items: flex-start;
    padding-top: 50px;
  }

  .copyrights {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 24px;
  }

  .footer-links {
    flex-direction: column;
    display: flex;
  }

  .about-hero-image {
    z-index: 10;
    bottom: 0%;
  }

  .world-stencil {
    margin-top: -256px;
  }

  .world-stencil.on-news_page {
    margin-top: -102%;
  }

  ._50-percent-width {
    max-width: 100%;
  }

  .contact-form {
    width: 90%;
  }

  .map {
    height: 300px;
  }

  .open-roles-wrapper {
    min-height: auto;
    padding-top: 30px;
    padding-left: 13px;
  }

  .jobs-tabs {
    flex-direction: column;
  }

  .jobs-list {
    padding-top: 24px;
    padding-left: 0%;
  }

  .job-types {
    width: 100%;
    border-right-style: none;
    padding-right: 0%;
  }

  .job-type-text {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .heading-and-type {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .upload-file-placeholder {
    padding-top: 13px;
  }

  .grid-2 {
    padding-bottom: 0;
    display: flex;
  }

  .job-heading-wrap {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .style-block {
    padding: 35px;
  }

  .checkout-form {
    padding-top: 82px;
  }

  .utility-page-content {
    max-width: 350px;
  }

  ._404 {
    font-size: 10em;
  }

  .news-articles {
    width: 100%;
  }

  .article-content {
    width: 100%;
    padding-right: 0;
  }

  .rich-text-block {
    margin-top: 30px;
    padding-top: 20px;
  }

  .div-block-9 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .order-confirmation {
    padding-top: 82px;
  }

  .checkout-background-image {
    background-position: 80% 100%;
  }

  .card {
    padding-top: 14.03em;
    padding-bottom: 14.03em;
  }

  .card_content {
    filter: blur(.05em);
    font-size: 1.6em;
  }

  .section-block {
    max-height: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .surah-h4 {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .copyrights-dark {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 24px;
  }

  .container-3 {
    height: auto;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .div-column-left {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .column-8 {
    padding-right: 0;
  }

  .column-8.service-single {
    margin-top: 0;
  }

  .column-9 {
    margin-top: 80px;
    padding-left: 0;
  }

  .header_text {
    max-width: 25rem;
    order: 1;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .header_component {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .header_images {
    width: 50%;
  }

  .header_images.is-first {
    margin-left: -1.5rem;
  }

  .section-full {
    max-height: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about__board-of-trustees {
    margin-top: 40px;
  }

  .about__title-info {
    font-size: 1.1em;
  }

  .about__investors-container {
    grid-template-columns: 1fr;
  }

  .about__board-name {
    font-size: 1.1em;
  }

  .about__investors-heading {
    font-size: 2.6em;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab {
    justify-content: flex-start;
  }

  .about__executive-council, .about__management-comittee {
    margin-top: 40px;
  }

  .developer-link {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 5.5vh;
  }

  h2 {
    line-height: 1.1em;
  }

  h4 {
    font-size: 7.5vw;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.home-hero {
    height: 70vh;
    min-height: 0;
  }

  .section.donation-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section.no-min-height {
    overflow: hidden;
  }

  .section.no-min-height.on-impact-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.about-hero {
    padding-top: 110px;
  }

  .section.volunteer {
    padding-top: 0;
  }

  .section.donation-hero {
    padding-top: 78px;
  }

  .section.contact {
    min-height: auto;
    padding-top: 72px;
  }

  .section.careers, .section.style-guide {
    padding-top: 72px;
  }

  .section.news {
    padding-top: 90px;
  }

  .section.article-hero-image {
    height: 250px;
  }

  .section.image-licese {
    padding-top: 72px;
  }

  .section.services-space {
    margin-top: 0;
  }

  .section.donation-hero {
    padding-top: 110px;
  }

  .section.donation-section {
    padding-top: 78px;
  }

  .section.career-hero {
    padding-top: 110px;
  }

  .logo-home-link {
    justify-content: center;
    align-items: center;
    padding: 18px 10px;
    display: flex;
  }

  .menu-contain {
    padding-right: 14px;
  }

  .links {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-wrap {
    border-color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    padding: 6px 9px;
  }

  .large-slide-image-wrap {
    width: 100vw;
  }

  .large-slide-image {
    height: 70%;
    background-position: 80% 40%;
    background-size: cover;
  }

  .large-slide-image._2 {
    height: 100%;
    background-position: 50%;
    background-size: cover;
  }

  .large-slide-image._3 {
    height: 100%;
    background-position: 38%;
    background-size: cover;
  }

  .large-slide-image._1 {
    height: 100%;
  }

  .container {
    margin-top: 100px;
  }

  .container.z-index-over-slide-content {
    margin-bottom: -47px;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 33%;
  }

  .container.news {
    padding-top: 20px;
  }

  .button {
    margin-top: 20px;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .button.add-to-cart {
    width: 100%;
    justify-content: center;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .white-text.hero-h1 {
    text-shadow: 4px 4px 17px rgba(0, 0, 0, .26);
    font-size: 5.5vh;
  }

  .white-text.donation_type {
    max-width: 85%;
  }

  .right-arrow {
    padding: 20px 8px;
    top: auto;
    bottom: 0%;
    left: 78px;
    right: auto;
  }

  .left-arrow {
    padding: 20px 8px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .small-slide-image-contain {
    width: 70vw;
    height: 45vh;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .stencil-heading {
    font-size: 60px;
    bottom: 8px;
    right: -13px;
  }

  .stencil-heading.tall-image-heading.about {
    bottom: 198px;
  }

  .stencil-heading.home-hero {
    font-size: 50px;
    display: none;
    top: auto;
    bottom: -6px;
    left: -374px;
    right: auto;
    transform: none;
  }

  .stencil-heading.video {
    display: none;
  }

  .stencil-heading.password-stencil {
    bottom: 70px;
    right: -94px;
  }

  .small-image._2 {
    background-position: 50%;
    background-size: cover;
  }

  .small-image._3 {
    background-position: 100%;
  }

  .hamburger-line-1 {
    width: 25px;
  }

  .hamburger-line-1.dark {
    background-color: var(--dark-slate-grey);
  }

  .home-hero-title-contain {
    width: 100%;
  }

  .slider-h4 {
    font-size: 7.5vw;
  }

  .nav-menu {
    padding-top: 30px;
    padding-bottom: 0;
    transform: translate(100%);
  }

  .menu-links-wrap {
    width: 80%;
    height: auto;
  }

  .menu-link {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: 800;
  }

  .hamburger-line-2 {
    width: 25px;
  }

  .hamburger-line-2.dark {
    background-color: var(--dark-slate-grey);
  }

  .hamburger-line-3 {
    width: 25px;
  }

  .hamburger-line-3.dark {
    background-color: var(--dark-slate-grey);
  }

  .social-media-links {
    display: none;
  }

  .image {
    max-width: 80%;
  }

  .right-arrow-icon, .left-arrow-icon {
    max-width: 30%;
  }

  .donations {
    max-width: 100%;
  }

  .donations.max-90-percent-width {
    width: 100%;
  }

  .collection-list {
    flex-direction: column;
  }

  .price-highlight {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .collection-item {
    width: 100%;
  }

  .collection-item.by-category {
    margin-bottom: 50px;
    margin-right: 26px;
  }

  .collection-list-wrapper {
    width: 100%;
    margin-right: 0;
    padding-top: 55px;
  }

  .donation-options {
    width: 85%;
  }

  .donation-short-description {
    top: -26px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .columns {
    padding-top: 10px;
  }

  .square {
    height: 400px;
  }

  .square.goal {
    height: auto;
    padding: 30px 24px;
  }

  .left-side-title {
    margin-bottom: 20px;
  }

  .news-collection-item {
    flex-direction: column;
  }

  .news-collection-item._50-percent-width {
    padding-right: 0;
  }

  .news-display-image {
    width: 100%;
    margin-bottom: 24px;
  }

  .article-text, ._55-percent-width {
    padding-left: 0;
  }

  ._55-percent-width.on-about {
    margin-top: 500px;
  }

  .tall-image.about {
    height: 500px;
    margin-top: 40px;
  }

  .photo-album-grid {
    height: 400px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .top-row, .bottom-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .lightbox-link {
    background-position: 90%;
  }

  .lightbox-link.display-2 {
    background-position: 20%;
  }

  .lightbox-link.display-3 {
    background-position: 50%;
  }

  .lightbox-link.display-4 {
    background-position: 60%;
  }

  .copyrights {
    text-align: left;
    font-size: 14px;
  }

  .about-hero-image {
    width: 100%;
  }

  .video-lightbox-link {
    width: 100%;
    height: 400px;
  }

  .world-stencil {
    margin-top: -462px;
  }

  .world-stencil.on-news_page {
    margin-top: -847px;
  }

  .map {
    height: 250px;
  }

  .jobs-tabs {
    padding-top: 25px;
  }

  .upload-file-placeholder {
    padding-top: 16px;
  }

  .grid-2 {
    padding-bottom: 0;
  }

  .link-span {
    transition-duration: .35s;
  }

  .color-wrapper {
    width: 50%;
  }

  .style-block {
    padding: 20px 9px;
  }

  .button-wrapper {
    width: 100%;
    text-align: center;
  }

  .colors-contain {
    justify-content: center;
  }

  .checkout-form {
    padding-top: 72px;
  }

  .utility-page-content {
    max-width: 250px;
  }

  ._404 {
    font-size: 9em;
  }

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

  .order-confirmation {
    padding-top: 72px;
  }

  .discounts {
    padding: 12px;
  }

  .card {
    padding-top: 27.43em;
    padding-bottom: 27.43em;
  }

  .resources_text.is--first, .resources_text.is--2nd {
    font-size: 8px;
  }

  .resources_img {
    width: 100%;
    height: 42em;
  }

  .grid_item.is--resources {
    width: 100%;
  }

  .section-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .surah-h4 {
    font-size: 7.5vw;
  }

  .copyrights-dark {
    text-align: left;
    font-size: 14px;
  }

  .column-5 {
    margin-top: 29px;
    padding-left: 0;
  }

  .container-3 {
    height: auto;
    margin-top: 2px;
  }

  .overview-facilities {
    margin-top: 0;
  }

  .container-1140 {
    width: 80%;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-8.service-single {
    margin-top: 0;
  }

  .div-block-37 {
    width: 80%;
    height: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .section-full {
    padding: 50px 0%;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .slide-conept-table-row {
    flex-direction: column;
  }

  .slide-conept-left {
    padding-top: 130px;
  }

  .slide-concept-description-title {
    font-size: 1.25rem;
  }

  .concept-right-row {
    direction: ltr;
    white-space: normal;
    object-fit: fill;
    flex: none;
    overflow: visible;
  }

  .slide-concept-title {
    width: 100%;
    font-size: 1.25rem;
  }

  .concept-right-total {
    font-size: 1.5rem;
  }

  .concept-right-total.smaller {
    text-transform: none;
    font-size: 1.5rem;
    line-height: 28px;
  }

  .wrap-slide-concept-logo, .wrap-slide-concept-logo-2 {
    right: auto;
  }

  .developer-link {
    text-align: left;
    font-size: 14px;
  }

  .wrap-slide-concept-momo {
    right: auto;
  }
}

#w-node-c7523f01-9b98-4aed-5453-7149445e3600-366c77d5, #w-node-c7523f01-9b98-4aed-5453-7149445e3603-366c77d5 {
  align-self: center;
}

#w-node-_47acafe2-96b5-9342-4b43-bb8d0d101825-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d10182b-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d101831-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d101837-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d10183b-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d101841-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d101847-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d10184d-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d101853-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d101859-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d10185f-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d101865-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab53864d-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab538656-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab538657-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab53865e-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab538665-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab53866c-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab538673-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab53867a-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab538681-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab538688-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab53868f-1ce41296, #w-node-dfeafaf5-0228-35ae-b593-7cd4d27075d6-1ce41296, #w-node-_094cc0e9-f493-c6e5-2acc-0a83fc06c255-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684cb-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684d3-1ce41296 {
  align-self: stretch;
}

#w-node-dda4f758-f337-6cb4-19a3-57f4169684d4-1ce41296 {
  align-self: stretch;
  justify-self: center;
}

#w-node-dda4f758-f337-6cb4-19a3-57f4169684db-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684e2-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684e9-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684f7-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684fe-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f416968505-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f41696850c-1ce41296, #w-node-e78fa35d-fecd-6359-f39b-ff2336addac2-1ce41296, #w-node-_765ec083-6151-83dd-558b-0669fc7ac8a1-1ce41296 {
  align-self: stretch;
}

@media screen and (min-width: 1440px) {
  #w-node-_47acafe2-96b5-9342-4b43-bb8d0d10182b-1ce41296 {
    align-self: stretch;
  }

  #w-node-_47acafe2-96b5-9342-4b43-bb8d0d101837-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d10183b-1ce41296, #w-node-_47acafe2-96b5-9342-4b43-bb8d0d101847-1ce41296 {
    align-self: start;
  }

  #w-node-_47acafe2-96b5-9342-4b43-bb8d0d10184d-1ce41296 {
    align-self: stretch;
  }

  #w-node-_47acafe2-96b5-9342-4b43-bb8d0d101853-1ce41296 {
    align-self: start;
  }

  #w-node-_51d45806-ed76-1183-4de8-20c3ab538657-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab53865e-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab538665-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab53866c-1ce41296 {
    align-self: stretch;
  }

  #w-node-_51d45806-ed76-1183-4de8-20c3ab538673-1ce41296 {
    align-self: stretch;
    justify-self: auto;
  }

  #w-node-_51d45806-ed76-1183-4de8-20c3ab53867a-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab538681-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab538688-1ce41296, #w-node-_51d45806-ed76-1183-4de8-20c3ab53868f-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684db-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684e2-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684e9-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684f0-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684f7-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f4169684fe-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f416968505-1ce41296, #w-node-dda4f758-f337-6cb4-19a3-57f41696850c-1ce41296, #w-node-e78fa35d-fecd-6359-f39b-ff2336addac2-1ce41296, #w-node-_765ec083-6151-83dd-558b-0669fc7ac8a1-1ce41296 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3cc06f2-048a-ed58-8233-0c4b46134524-1ce41296 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


