:root {
  --waves-library--white: white;
  --untitled-ui--hover_bt: #3b0404;
  --untitled-ui--brand_color: darkred;
  --untitled-ui--white: white;
  --untitled-ui--volu_bt_default: #f2c94c;
  --white: white;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray500: #667085;
  --logo_color: #fff3e9;
  --awards_bg: #fff3e9;
  --footer_line: #e9e6e6;
  --opacity-black: #00000075;
  --border: #dad5d5;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #0b0706;
  --pahel-logo-bg: #efc4a2;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --transparent: transparent;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--success700: #027a48;
  --waves-library--black: #131313;
  --project-bg: #fcedc6;
  --waves-library--background: #faebe3;
  --learn-more: var(--logo_color);
  --black: black;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--primary50-2: #f9f5ff;
  --waves-library--dark-elevation: #ede0d8;
  --donate-bg: var(--untitled-ui--gray200);
  --untitled-ui--volu_bt_hover: #705502;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

.navbar-no-shadow {
  z-index: 999999;
  background-color: var(--waves-library--white);
  position: static;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.nav-menu {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-link {
  color: var(--untitled-ui--hover_bt);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--untitled-ui--brand_color);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-size: 1rem;
  font-weight: 400;
}

.nav-dropdown {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.nav-dropdown-toggle {
  color: var(--untitled-ui--hover_bt);
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.nav-dropdown-toggle:hover {
  color: #fff;
}

.nav-dropdown-toggle:focus {
  color: #efc4a2;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #efc4a2;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #efc4a2;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--untitled-ui--hover_bt);
  margin-right: 10px;
}

.nav-dropdown-icon:hover {
  color: var(--untitled-ui--brand_color);
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--white);
  border: 0 #000;
  border-radius: 0;
  padding-bottom: 0;
}

.nav-dropdown-link {
  border-bottom: 1px solid var(--untitled-ui--hover_bt);
  background-color: var(--white);
  color: var(--untitled-ui--hover_bt);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.nav-dropdown-link:hover {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--brand_color);
}

.nav-dropdown-link:focus {
  color: var(--untitled-ui--hover_bt);
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: var(--untitled-ui--hover_bt);
  border-radius: 0;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--untitled-ui--hover_bt);
  border-radius: 0;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  border-bottom: 1px solid var(--untitled-ui--gray500);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--hover_bt);
  padding-bottom: .5rem;
}

.nav-dropdown-link.w--current:hover {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--brand_color);
}

.nav-dropdown-link.w--current:focus {
  color: #efc4a2;
}

.mobile-margin-top-10 {
  list-style-type: none;
}

.nav-button-wrapper {
  margin-left: 2rem;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #8b0000;
  border: 1px solid #fcfcf7;
  border-radius: 12px;
  align-self: center;
  padding: 12px 25px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--untitled-ui--hover_bt);
  color: #f6f1f1;
  text-transform: none;
  border-radius: 12px;
}

.button-primary:active {
  background-color: var(--untitled-ui--hover_bt);
}

.homepage_banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1440px;
  min-height: 700px;
  display: flex;
}

.hero_container {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  min-height: 400px;
  max-height: 400px;
  display: flex;
}

.hero_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.hero-h6-color {
  color: #f36859;
  font-family: Open Sans, sans-serif;
}

.heading {
  color: #8b0000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  overflow: hidden;
}

.button {
  color: #fff;
  background-color: #f36859;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.button-page {
  color: #fcfcf7;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #8b0000;
  border: 1px solid #fcfcf7;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-page:hover {
  color: #fff;
  background-color: #da5d50;
  border-color: #f36859;
  border-radius: 0;
}

.button-page:active, .button-page:focus {
  background-color: #c25347;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: baseline;
  display: flex;
}

.volunteer-section {
  background-color: var(--logo_color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
  max-height: none;
  padding: 4rem 2rem;
  display: flex;
}

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

.body_little_title {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.features-metrics {
  background-color: var(--untitled-ui--hover_bt);
  border-bottom: 1px solid #e4ebf3;
  padding: 4rem 2rem;
  position: relative;
}

.container {
  border: 1px solid var(--untitled-ui--volu_bt_default);
  background-color: var(--untitled-ui--hover_bt);
  opacity: .79;
  order: 0;
  width: 100%;
  max-width: 940px;
  margin-bottom: -145px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  box-shadow: 4px 4px 10px #521a1afc;
}

.features-wrapper {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  background-color: var(--untitled-ui--hover_bt);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Roboto, sans-serif;
  display: flex;
}

.features-title {
  color: var(--white);
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-slider-small {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 4rem 2rem;
  position: relative;
}

.centered-heading {
  color: #f36859;
  text-align: center;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.testimonial-author {
  color: #8b0000;
  margin-bottom: 2px;
  font-family: Roboto, sans-serif;
}

.tagline {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.hero-subscribe-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--awards_bg);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

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

.hero-split {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

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

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.footer-dark {
  border-top: .5px solid var(--footer_line);
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 2rem;
  position: relative;
}

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff3e9;
  text-align: center;
  -webkit-text-stroke-color: transparent;
  border: 0 #000;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.bg_parag {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
}

.centered-heading-left {
  color: #f36859;
  text-align: center;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
}

.donation_container {
  background-color: var(--opacity-black);
  border: 1px solid #fff;
  border-radius: 1rem;
  max-width: 1000px;
  padding: 40px 20px;
}

.registration {
  background-color: var(--untitled-ui--hover_bt);
  color: #333;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
}

.metrix_para {
  color: var(--untitled-ui--volu_bt_default);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.team-slider {
  background-color: var(--awards_bg);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  flex-flow: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 90%;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-subtitle {
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-title {
  color: var(--untitled-ui--brand_color);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.tem-member-content {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 10px;
}

.image {
  margin-bottom: 0;
}

.heading_donation {
  color: #fff;
  text-align: center;
  font-family: PT Serif, serif;
  overflow: hidden;
}

.donation_button {
  color: #8b0000;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #fcfcf7;
  border: 1px solid #fcfcf7;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.donation_button:hover {
  color: #fff;
  background-color: #da5d50;
  border-color: #f36859;
  border-radius: 0;
}

.donation_button:active, .donation_button:focus {
  background-color: #c25347;
}

.about-mission-vision-section {
  background-color: #fcedc6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Roboto, sans-serif;
}

.about-benifits-section {
  border-style: solid solid none;
  border-width: 1px 1px 0;
  border-color: black black var(--border);
  padding: 2rem 1rem 4rem;
}

.about-stats-section {
  border: 0 solid #000;
}

.about-team-section {
  border-bottom: 0px none var(--border);
  padding: 2rem 1rem 4rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--gray600);
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.uui-padding-vertical-xhuge {
  padding-top: .5rem;
  padding-bottom: 0;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heroheader02_image {
  width: 100%;
  height: 100%;
}

.uui-heroheader02_image-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px none var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--hover_bt);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-style: none;
  border-color: var(--pahel-logo-bg);
  background-color: var(--untitled-ui--brand_color);
  color: var(--white);
}

.uui-button:focus {
  background-color: var(--untitled-ui--brand_color);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--white);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--transparent);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui--gray600);
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader02 {
  overflow: hidden;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.uui-footer02_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer02_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer02_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer02_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer02_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer02_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer02_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-footer02_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.uui-footer02_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--logo_color);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-footer02_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer02_form-block {
  max-width: 35rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.uui-footer02_heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-footer02_right-wrapper {
  flex-direction: column;
  display: flex;
}

.uui-footer02_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer02_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer02_link-list-heading {
  color: var(--untitled-ui--gray500);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer02_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--border);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
  display: block;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer02_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
}

.uui-footer02_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.uui-padding-vertical-xlarge {
  flex-flow: row;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.uui-footer02_component {
  font-family: Roboto, sans-serif;
}

.uui-footer05_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer05_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer05_social-icons {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer05_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer05_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer05_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer05_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.uui-footer05_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer05_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_link:hover {
  color: var(--untitled-ui--brand_color);
}

.uui-footer05_link-list-heading {
  color: var(--untitled-ui--hover_bt);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.uui-footer05_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-footer05_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  place-items: start;
}

.uui-footer05_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer05_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-footer05_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.uui-footer05_component {
  justify-content: center;
  display: flex;
}

.uui-logo_logotype-3 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-styleguide_logomark-bg-3 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.reg_cont {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
}

.pahel-body-text {
  font-size: 1rem;
  line-height: 1.5rem;
}

.pahel-about-conti {
  padding-top: 4rem;
}

.pahel-about01-conti {
  padding-top: 0;
  padding-bottom: 0;
}

.div-body-text {
  flex-flow: column;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

.body-copy {
  padding-top: .5rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.section_title {
  color: var(--untitled-ui--hover_bt);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.style-font {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.uui-navbar02_menu-button {
  padding: 0;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--transparent);
  color: var(--untitled-ui--gray700);
}

.show-tablet {
  display: none;
}

.uui-navbar02_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar02_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar02_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar02_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar02_link.w--current {
  color: #000;
}

.uui-navbar02_dropdown-right-overlay-absolute {
  background-color: var(--transparent);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--pahel-logo-bg);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--project-bg);
}

.uui-button-link.is-button-xsmall {
  font-size: .875rem;
}

.uui-button-link-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-gray:hover {
  color: var(--untitled-ui--gray700);
}

.uui-button-link-gray.is-button-xsmall {
  font-size: .875rem;
}

.uui-navbar02_dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: .75rem;
  font-size: .875rem;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar02_item-heading {
  color: var(--untitled-ui--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar02_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar02_blog-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

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

.uui-navbar02_blog-image-wrapper {
  border-radius: .375rem;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.uui-navbar02_blog-item {
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-navbar02_blog-item:hover {
  background-color: var(--untitled-ui--white);
}

.uui-navbar02_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.uui-navbar02_dropdown-content-wrapper {
  z-index: 1;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar02_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 22rem;
  padding: 1.25rem;
  position: relative;
}

.uui-navbar02_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar02_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar02_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar02_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar02_dropdown-link:hover {
  background-color: var(--transparent);
}

.uui-navbar02_heading {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar02_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar02_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.uui-navbar02_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar02_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar02_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar02_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar02_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar02_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar02_menu-dropdown {
  position: static;
}

.uui-navbar02_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_logotype-4 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-styleguide_logomark-bg-4 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-navbar02_logo-link {
  padding-left: 0;
}

.uui-navbar02_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-text-size-small-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 1rem;
  position: relative;
}

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

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

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

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

.hero-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  background-color: var(--untitled-ui--hover_bt);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 12px 25px;
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  line-height: 1.5rem;
  transition: all .2s;
}

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

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

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

.uui-heroheader08_image {
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-ratings_number {
  color: var(--untitled-ui--gray700);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-right: .5rem;
}

.ratings_stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-ratings_component {
  align-items: center;
  display: flex;
}

.uui-text-size-small-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--logo_color);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader08_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-xlarge-3 {
  color: var(--untitled-ui--gray600);
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui--volu_bt_default);
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
  display: flex;
}

.uui-heroheader08_content {
  background-color: var(--opacity-black);
  flex-flow: column;
  justify-content: flex-end;
  align-self: baseline;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-heroheader08_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-section_heroheader08 {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.drop_menu {
  color: var(--untitled-ui--hover_bt);
  font-weight: 400;
}

.drop_menu:hover {
  color: var(--untitled-ui--brand_color);
}

.hero-section-about {
  background-color: #fff;
  background-image: url('../images/pic01.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 700px;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.hero-about-us {
  background-color: var(--untitled-ui--hover_bt);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.abou-hero-cont {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 19px;
  text-decoration: none;
  display: flex;
}

.frame-17 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.about-three-column {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header {
  grid-column-gap: 24px;
  background-color: #f8f8f8;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.form-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  place-items: stretch stretch;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.about-column01 {
  grid-row-gap: 24px;
  background-color: #fcfcf7;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-18 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: var(--untitled-ui--volu_bt_default);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.awards {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-awards {
  background-color: var(--logo_color);
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.frame-19 {
  grid-column-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #1d2130;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.awards-conti {
  background-color: #fff3e9;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.heading-3-columns {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  background-color: #fff3e9;
  border: 1px solid #dad5d5;
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.column:hover {
  border-color: #dad5d5;
  box-shadow: 0 2px 5px #0003;
}

.award {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 111.002px;
  height: 92px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #1d2130;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.text-6 {
  color: #1d2130;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}

.text-7 {
  opacity: .6;
  color: #1d2130;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.our-journey-section {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-20 {
  grid-column-gap: 47px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 1200px;
  max-width: 1440px;
  height: 597px;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.contact-right {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 2rem;
  text-decoration: none;
  display: flex;
}

.contact-title {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-decoration: none;
}

.text-9 {
  box-sizing: border-box;
  color: #000;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: block;
}

.text-10 {
  opacity: .6;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.image-2 {
  object-fit: cover;
  border: 0 solid #000;
  border-radius: 20px;
}

.stats-row {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 57px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 57px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 57px;
  text-decoration: none;
  display: flex;
}

.title-section {
  color: var(--untitled-ui--gray900);
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
}

.contact-address {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.contact-left {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.form-contact-copy {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-block {
  align-self: stretch;
  display: flex;
}

.form {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.contact-center {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact-form {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  max-width: none;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.submit-button {
  background-color: var(--untitled-ui--brand_color);
  vertical-align: baseline;
  border-radius: 12px;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: block;
}

.submit-button:hover {
  background-color: var(--untitled-ui--hover_bt);
}

.field-style {
  border-radius: 12px;
  height: auto;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-span {
  font-weight: 500;
}

.our-journey-content {
  padding: 4rem 1rem;
}

.our-journey-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 1200px;
  max-width: 1440px;
  height: 597px;
  padding: 2rem 2rem 0;
  text-decoration: none;
  display: flex;
}

.our-journeyleft {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 2rem;
  text-decoration: none;
  display: flex;
}

.white-bard {
  background-color: var(--untitled-ui--white);
  width: 80px;
  height: 5px;
}

.cont-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.pmkp-content {
  color: #fcfcf7;
  font-family: Roboto, sans-serif;
}

.project-01 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.about-column01-01 {
  grid-row-gap: 24px;
  border: 0px none var(--border);
  background-color: var(--untitled-ui--hover_bt);
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.about-column01-01:hover {
  box-shadow: 0 0 5px #0003;
}

.about-fram {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 0 2rem 2rem;
  text-decoration: none;
  display: flex;
}

.about-left-column-01 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1rem;
  padding-left: 2rem;
  text-decoration: none;
  display: block;
}

.card-title-heading {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.card-frame {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 250px;
  display: flex;
}

.donate-content {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.awards-conti-div {
  background-color: #fff3e9;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.donate-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.donate-journey {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 2rem;
  text-decoration: none;
  display: flex;
}

.title-donate {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: var(--untitled-ui--hover_bt);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

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

.image-3 {
  background-color: #f0eeee;
  padding: .5rem;
}

.project-donation-section {
  padding: 2rem 1rem 4rem;
}

.div-block-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG20211013115241-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 16px;
  min-height: 400px;
}

.donation-cont {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border);
  border-radius: 15px;
  flex-flow: column;
  align-self: auto;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.donation-cont:hover {
  box-shadow: 0 2px 5px #0003;
}

.donation-cont.column {
  border-style: none;
  border-color: var(--border);
}

.donation-area {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG20211013115241-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 1rem;
  display: flex;
}

.donation-heading {
  color: var(--untitled-ui--volu_bt_default);
  text-align: center;
}

.donation-para {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.body-bg {
  background-color: var(--white);
}

.pr-shu-section-01 {
  border-bottom: 0px none var(--border);
  padding: 2rem 1rem 4rem;
}

.pr-shu-main-content {
  border: 0 solid #000;
  padding: 2rem 1rem 4rem;
}

.div-block-4 {
  border-bottom: 1px solid var(--border);
}

.divider {
  border-bottom: 1px solid var(--border);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ain-body-content {
  border-style: solid solid none;
  border-width: 1px 1px 0;
  border-color: black black var(--border);
  padding: 2rem 1rem 4rem;
}

.features-title-copy {
  color: var(--white);
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

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

.main-content-pahel {
  background-color: var(--untitled-ui--hover_bt);
  height: 80vh;
}

.grey-band {
  background-color: var(--untitled-ui--hover_bt);
  width: 80px;
  height: 3px;
}

.pmkp-content-brown {
  color: var(--untitled-ui--volu_bt_default);
  font-family: Roboto, sans-serif;
}

.hero-main {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.main-para {
  flex-flow: column;
  display: flex;
}

.main-story {
  color: var(--untitled-ui--gray900);
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.about-section {
  background-color: var(--waves-library--background);
  border: 0 solid #000;
  height: 600px;
  margin-top: 0;
  padding-left: 2rem;
  display: flex;
}

.sec-section {
  border: 0 solid #000;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.sec-section.space {
  margin-top: auto;
  padding: 4rem 2rem;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.pahel-team {
  flex-flow: column;
  display: flex;
}

.pahel-title {
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
}

.pahel-para {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.image-4 {
  border-radius: 150px;
}

.awards-bg {
  background-color: var(--awards_bg);
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.section-subtitlecenter {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.join_volunteer-cont {
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.heading_title_body {
  color: var(--untitled-ui--hover_bt);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: .1rem;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.service-section {
  background-color: var(--white);
  padding: 4rem 2rem;
}

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

.service-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: auto;
  max-width: none;
  padding-top: 2rem;
  display: flex;
}

.services-tribal {
  order: 0;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.project-03 {
  background-image: url('../images/health_hygiene_hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: .5rem;
  display: flex;
}

.bt-service {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.project-button {
  grid-column-gap: .5rem;
  border: 1px none var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--hover_bt);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 1rem;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.project-button:hover {
  border-style: none;
  border-color: var(--pahel-logo-bg);
  background-color: var(--untitled-ui--brand_color);
  color: var(--white);
}

.project-button:focus {
  background-color: var(--untitled-ui--brand_color);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--white);
}

.project-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.project-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.arrow {
  display: flex;
}

.project-02 {
  background-image: url('../images/IMG20211013115241-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: .5rem;
  display: flex;
}

.project-03-copy, .project-03-copy-copy {
  background-image: url('../images/health_hygiene_hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-bottom: .5rem;
  display: flex;
}

.project01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.project04, .project05, .project-06 {
  background-image: url('../images/health_hygiene_hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 300px;
  padding-bottom: .5rem;
  display: flex;
}

.title-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--untitled-ui--gray900);
  text-align: center;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
  display: flex;
}

.home-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--waves-library--background);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  padding: 2rem 30px 1rem;
  display: flex;
  position: relative;
}

.hero-container {
  background-color: var(--opacity-black);
  border-radius: 12px;
  width: 100%;
}

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

.title-hero {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.youtube {
  flex: none;
}

.subtitle-down {
  padding-top: .05rem;
  padding-bottom: 1rem;
  display: flex;
}

.title-grid-section-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.subtitle-title-below {
  color: var(--untitled-ui--gray900);
  text-align: left;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6rem;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

.project-content {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.image-5 {
  border-radius: 20px;
  padding: 0;
}

.card-title {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.title {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.text-block-3 {
  text-decoration: none;
}

.learn-more-link {
  color: #fff;
  padding-right: .15rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
}

.link-block {
  background-color: var(--untitled-ui--hover_bt);
  border-radius: 12px;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: var(--learn-more);
  background-image: linear-gradient(#160202, #160202);
}

.image-6 {
  width: 24px;
}

.hero-home-parent {
  justify-content: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.hero-grid {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-hero-head {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.hero-title {
  color: var(--untitled-ui--hover_bt);
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

.link-block-hero {
  background-color: var(--untitled-ui--hover_bt);
  border-radius: 12px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.link-block-hero:hover {
  background-color: var(--learn-more);
  background-image: linear-gradient(#160202, #160202);
}

.about-cont {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  padding: 0 0 0 0;
  text-decoration: none;
  display: flex;
}

.about-cont.padding {
  margin-top: 2rem;
}

.team-conti {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  width: 90%;
  min-width: auto;
  max-width: none;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  display: grid;
}

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

.empowering-tribal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  justify-items: center;
  width: 35%;
  padding: 2rem;
  display: grid;
}

.tribe-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 1rem;
  display: flex;
}

.tribe-style:hover {
  background-color: var(--awards_bg);
}

.tribe-font-text {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.img-left {
  flex-flow: column;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 1rem;
  display: flex;
}

.font-style-color {
  color: var(--untitled-ui--hover_bt);
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.size {
  align-self: stretch;
  width: 48px;
  max-width: none;
  height: 48px;
}

.services-grid {
  grid-template-columns: 1fr 1fr 1fr;
  align-self: flex-start;
  width: 100%;
  padding-left: 1rem;
}

.team-profile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  display: grid;
}

.team-profile.padding {
  height: auto;
  padding: .5rem;
}

.profile-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.profile-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.image-7 {
  border: 1px solid var(--border);
  border-radius: 24px;
}

.history-pahel {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 0 6rem;
  text-decoration: none;
  display: flex;
}

.about-history {
  background-color: var(--white);
  height: auto;
  padding: 0;
}

.about-history.section-padding {
  padding: 4rem 2rem;
}

.size-01 {
  align-self: center;
  width: 148px;
  height: 148px;
}

.awards-section {
  background-color: var(--awards_bg);
  border: 0 solid #000;
  height: auto;
  margin-top: 0;
  padding: 80px 30px;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 100%;
}

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

.collection-item {
  width: 100%;
}

.awards-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.heading-awards {
  text-align: center;
  align-self: center;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.receiver-awards {
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.location-awards {
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.year-awards {
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1rem;
}

.collection-item-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.timeline-pahel {
  background-color: var(--awards_bg);
  border: 0 solid #000;
  flex-flow: column;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.timeline-pahel.space {
  margin-top: auto;
  padding: 4rem 2rem;
}

.timeline-container {
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: 90em;
  display: flex;
}

.teimeline-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  align-self: stretch;
  width: 600px;
  display: grid;
}

.timeline-style-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--awards_bg);
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.tline-title {
  color: var(--untitled-ui--hover_bt);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.content-style-time {
  color: var(--untitled-ui--gray900);
  padding-top: .5rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

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

.line-timeline {
  background-color: var(--untitled-ui--hover_bt);
  justify-content: center;
  align-items: flex-start;
  width: 4px;
  height: 200em;
  display: flex;
}

.grid-6 {
  order: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  width: 500px;
}

.awards-timeline {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.mkp-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20220713_125941.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 700px;
  padding-bottom: 2rem;
  display: flex;
}

.hero-para-style {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 24px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

.kids-needs-section {
  background-color: var(--untitled-ui--volu_bt_default);
  flex-flow: column;
  height: auto;
  padding: 4rem 2rem;
  display: flex;
}

.project-grid {
  align-self: center;
  width: 100%;
}

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

.project-mkp-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.project-title {
  color: var(--untitled-ui--hover_bt);
  font-family: PT Serif, serif;
  font-size: 2rem;
  line-height: 2.2rem;
}

.project-subtitle {
  margin-top: 0;
  font-family: PT Serif, serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.project-desc-section, .gallery-section {
  padding: 4rem 2rem;
}

.gallery-wrapper {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4rem 0 0 6rem;
  text-decoration: none;
  display: flex;
}

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

.image-style {
  width: 300px;
  height: 200px;
  margin-bottom: 20px;
}

.shuddhi-section {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/Desktop---1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 700px;
  padding-bottom: 2rem;
  display: flex;
}

.table_caption {
  background-color: var(--untitled-ui--hover_bt);
  color: var(--white);
  width: auto;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.table_cell {
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.table_row {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
}

.table_header {
  text-align: right;
}

.table_component {
  background-color: var(--awards_bg);
  width: 100%;
  padding-right: 1rem;
}

.donation-section {
  background-color: var(--project-bg);
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

.donation-conti {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.donation-traffi {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.form-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-2 {
  flex-flow: column;
  flex: 1;
  align-self: auto;
  display: flex;
}

.volunteer-sec {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--awards_bg);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

.form-volunteer {
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.text-field {
  align-self: stretch;
  font-family: Roboto, sans-serif;
}

.text-field-2 {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

.form-field-text {
  border-radius: 12px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.video_wrapper {
  z-index: 1;
  background-color: #fff5f40d;
  padding: 4rem;
  position: relative;
}

.pricing_card_wrapper {
  width: 100%;
}

.text_4-5 {
  font-size: 4.5rem;
}

.setup {
  margin-top: 12rem;
  margin-bottom: 0;
}

.button_primary {
  color: #ffebeb;
  background-color: #121521;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  padding: 1.5rem 2rem;
  font-size: 2.4rem;
  display: flex;
}

.button_primary:hover {
  background-color: #000;
  border: 1px solid #212121;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.button_primary.is_annual {
  background-color: var(--untitled-ui--volu_bt_default);
  color: var(--untitled-ui--hover_bt);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: none;
}

.button_primary.is_monthly {
  background-color: var(--untitled-ui--volu_bt_default);
  color: var(--untitled-ui--hover_bt);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.button_primary.is_monthly:hover {
  background-color: var(--project-bg);
}

.button_primary.is_video {
  border: 1px solid #212121;
  border-radius: 4px;
  max-width: 300px;
}

.button_primary.is_video:hover {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.toggle_wrapper {
  background-color: #fff5f40d;
  align-self: flex-start;
  margin-bottom: 3.2rem;
}

.toggle_wrapper.with_code {
  color: #ffebeb;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.pricing_list_item {
  color: #ffebeb;
  margin-top: 1.5rem;
  display: flex;
}

.text_3-2 {
  font-size: 3.2rem;
  font-weight: 300;
}

.number {
  margin-right: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.toggle_btn {
  cursor: pointer;
  background-color: #ffebeb;
  border-radius: 24px;
  width: 4rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: .4rem .6rem .3rem;
}

.code_embed_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-4.has_nav {
  justify-content: space-between;
  align-items: center;
  width: 165rem;
  margin-bottom: 18rem;
  display: flex;
}

.pricing_list_header {
  color: #fff;
  margin-top: 3.8rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text_center {
  text-align: center;
}

.pricing_header_wrapper {
  margin-bottom: 11rem;
  display: flex;
}

.nav_link {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  text-decoration: none;
}

.margin_3_top {
  margin-top: 3rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.toggle_btn_circle {
  background-color: #191717;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.nav_link_wrapper {
  justify-content: space-between;
  width: 52rem;
  display: flex;
}

.code_wrapper {
  background-color: #fff5f40d;
  border-radius: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 6rem;
}

.toggle {
  color: #ffe5e445;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 3.4rem 3.8rem;
  font-size: 2rem;
}

.toggle.w--current {
  color: #ff9cad;
  background-color: #282a36;
}

.pricing_abstract_1 {
  background-color: #000;
  width: 28rem;
  height: 32rem;
}

.margin_1_top {
  margin-top: 1rem;
}

.text_2-2 {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.pricing_header_content {
  background-image: linear-gradient(95deg, #e8f82461, #0000 18%);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
}

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

.pricing_card {
  border: 1px solid var(--untitled-ui--volu_bt_default);
  color: #ffebeb;
  padding: 2rem 1rem;
}

.description_wrap {
  color: #fffc;
  max-width: 65rem;
  font-weight: 300;
}

.margin_2_top {
  margin-top: 2rem;
}

.pricing_list {
  margin-top: 2rem;
  padding-left: 20px;
  font-size: 2rem;
}

.code_embed {
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.text_grey {
  color: #ffebeb70;
}

.text_1-5 {
  font-size: 1.5rem;
}

.pricing_abstract_2 {
  z-index: -1;
  filter: blur(60px);
  background-image: linear-gradient(91deg, #f82496 36%, #e8f82480 49%, #0000);
  width: 56rem;
  height: 32rem;
  position: absolute;
}

.donation-pricing {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.donation-pricing.has_hero {
  background-color: var(--untitled-ui--hover_bt);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.donation-pricing.has_without_code {
  padding-top: 12rem;
}

.margin_8_top {
  margin-top: 8rem;
}

.flex {
  display: flex;
}

.flex.is_space_between {
  justify-content: space-between;
}

.flex.align_center {
  align-items: center;
}

.text_white {
  color: #fff;
}

.check_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
}

.column_content {
  width: 30rem;
}

.column_content.has_description {
  width: auto;
}

.column_content.has_title {
  color: #ffe5e4;
  width: 78rem;
  margin-top: -20px;
}

.h1 {
  font-size: 7rem;
  line-height: 1.1;
}

.pricing_header {
  z-index: 1;
  width: 138rem;
  position: relative;
}

.setup_video {
  z-index: 2;
  height: 33rem;
}

.setup_video.with_code {
  z-index: 2;
  height: 35rem;
}

.pricing_card_tab {
  flex-direction: column;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.setup_col {
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.plan-title {
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.pricing-conti {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-conti.has_nav {
  justify-content: space-between;
  align-items: center;
  width: 165rem;
  margin-bottom: 18rem;
  display: flex;
}

.pricing-block {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.donate-section {
  background-image: url('../images/group-young-friends-stacking-hands-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}

.collection-list-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.form-section {
  background-color: var(--project-bg);
  flex-flow: column;
  display: flex;
}

.form-conti {
  flex-flow: column;
  align-self: center;
  width: 40%;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.form-block-div {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-3, .form-block-3 {
  flex-flow: column;
  display: flex;
}

.style-vol-title {
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.checkbox-field {
  padding-left: 2rem;
}

.text-area-style {
  border-radius: 12px;
  height: 200px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.media_link_section {
  padding: 4rem 2rem;
}

.medai_cont {
  max-width: 1440px;
  padding: 2rem 1rem;
}

.media_div_link {
  justify-content: center;
  display: flex;
}

.media_content_link {
  flex-flow: column;
  width: 800px;
  display: flex;
}

.media-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--border);
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr .5fr;
  place-content: start center;
  align-self: auto;
  align-items: stretch;
  max-width: none;
  padding: 1rem;
  display: flex;
}

.media_title {
  margin-top: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.media_content {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
}

.media_hero {
  background-color: #fff;
  background-image: linear-gradient(#00000052, #00000052), url('../images/media_hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 700px;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.media_date {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: .85rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
}

.container-5, .cont-media, .collection-item-3 {
  flex-flow: column;
  display: flex;
}

.link-media {
  color: var(--untitled-ui--hover_bt);
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.link-media:hover {
  color: var(--untitled-ui--brand_color);
  text-decoration: underline;
}

.project-sewing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/435A0747.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 700px;
  padding-bottom: 2rem;
  display: flex;
}

.writeup_sewing {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 0 6rem;
  text-decoration: none;
  display: flex;
}

.computer-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20220713_125941.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 700px;
  padding-bottom: 2rem;
  display: flex;
}

.paragraph-3 {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.paragraph-3.padding {
  text-align: left;
  padding: .5rem;
}

.twocolumn {
  flex-flow: column;
  justify-content: center;
  width: auto;
  display: flex;
}

.grid-8 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.two_coumn {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  display: flex;
}

.right_column_project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 24px;
  flex-flow: column;
  width: 35%;
  padding: 2rem;
  display: flex;
}

.bt-home {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #8b0000;
  border: 1px solid #fcfcf7;
  border-radius: 12px;
  justify-content: center;
  align-self: flex-start;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bt-home:hover {
  background-color: var(--untitled-ui--hover_bt);
  color: #f6f1f1;
  text-transform: none;
  border-radius: 12px;
}

.bt-home:active {
  background-color: var(--untitled-ui--hover_bt);
}

.testi-card {
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: auto;
  padding: 1rem;
  display: flex;
}

.home-service {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.line {
  background-color: var(--border);
  width: auto;
  height: 1px;
  margin-top: 1rem;
}

.text-subtext {
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: .87rem;
  font-weight: 400;
  line-height: 1rem;
}

.homr-testi {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.third-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--border);
  background-color: var(--white);
  background-image: url('../images/DSC05812-min.JPG');
  background-position: 80% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  padding: 2rem;
  display: flex;
}

.image_card {
  background-image: url('../images/DSC05812-min.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e2e2e2;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: stretch;
  width: 170px;
  height: 300px;
  padding: 1rem;
  display: flex;
}

.bt-home-donate {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #8b0000;
  border: 1px solid #fcfcf7;
  border-radius: 12px;
  justify-content: center;
  align-self: stretch;
  padding: 12px 25px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bt-home-donate:hover {
  background-color: var(--untitled-ui--hover_bt);
  color: #f6f1f1;
  text-transform: none;
  border-radius: 12px;
}

.bt-home-donate:active {
  background-color: var(--untitled-ui--hover_bt);
}

.card-title-white {
  color: #fff;
  text-align: center;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.project-content-01 {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.collection-list {
  flex-flow: column;
  display: block;
}

.bento-cont-1440 {
  width: auto;
  max-width: 1440px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-9 {
  border-radius: 24px;
}

.about-right-donate {
  background-color: var(--project-bg);
  border-radius: 24px;
}

.uui-heroheader04_image {
  width: auto;
  min-width: auto;
  display: block;
  position: absolute;
}

.uui-heroheader04_image-wrapper {
  height: 100%;
  min-height: 44.375rem;
  position: relative;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--pahel-logo-bg);
  background-color: var(--pahel-logo-bg);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-2.is-button-large {
  grid-column-gap: .75rem;
  background-color: var(--untitled-ui--volu_bt_default);
  color: var(--untitled-ui--hover_bt);
  padding: 1rem 1.75rem;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--transparent);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  background-color: var(--untitled-ui--brand_color);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-secondary-gray-2.is-button-large:hover {
  background-color: var(--untitled-ui--hover_bt);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-4 {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--pahel-logo-bg);
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--pahel-logo-bg);
  white-space: nowrap;
  text-decoration: none;
}

.uui-heroheader04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  display: block;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.banner-hero {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-self: auto;
  width: auto;
  height: 600px;
  padding: 0 0 0 2rem;
  display: flex;
}

.uui-section_heroheader04 {
  overflow: hidden;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-white:focus {
  border-color: var(--waves-library--black);
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-white {
  border: 1px solid var(--border);
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

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

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-2 {
  width: 100%;
  margin-bottom: 0;
}

.waves-content-contact-2 {
  z-index: 1;
  background-color: var(--waves-library--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 762px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.waves-image-contact-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.waves-image-wrap-contact-2 {
  border-radius: 24px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.waves-master-contact-2 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.pahel---main-container {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.pahel---section-medium {
  width: 100%;
  max-width: none;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-section {
  background-color: var(--white);
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.left-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 80%;
  padding-bottom: 2rem;
  display: flex;
}

.rightcolumn {
  align-self: center;
  width: 50%;
  height: 100%;
}

.hero-title-type {
  color: var(--untitled-ui--volu_bt_default);
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.hero-type-subtitle {
  color: var(--untitled-ui--primary50-2);
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.testimonial-code {
  border: 1px none var(--untitled-ui--volu_bt_default);
  background-color: var(--white);
  opacity: .79;
  order: 0;
  width: 100%;
  max-width: 940px;
  margin-bottom: 145px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
}

.about-container {
  justify-content: center;
  max-width: 1300px;
  display: flex;
}

.img-banner-div {
  border-radius: 0;
  display: flex;
}

.image-10 {
  border-radius: 0;
}

.image-11 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-width: 1200px;
  position: static;
  overflow: clip;
}

.slider {
  object-fit: contain;
  justify-content: center;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 600px;
  display: flex;
}

.mask {
  overflow: hidden;
}

.project-done-center {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.image-12 {
  aspect-ratio: auto;
  object-fit: scale-down;
}

.home-section-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--waves-library--background);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 600px;
  padding: 0 0;
  display: flex;
  position: relative;
}

.hero-grid-hompage {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: end;
  align-self: center;
}

.hero-small-heading {
  color: var(--untitled-ui--white);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.hero-main-heading {
  color: var(--project-bg);
  text-align: center;
  font-size: 2.5rem;
  line-height: 3rem;
}

.hero-para-desc {
  color: var(--untitled-ui--volu_bt_default);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.counter-hero {
  border: 1px none var(--untitled-ui--volu_bt_default);
  background-color: var(--untitled-ui--hover_bt);
  opacity: 1;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 940px;
  margin: 40px auto;
  padding: 2rem;
  display: block;
  box-shadow: 4px 4px 10px #521a1afc;
}

.counter-section {
  background-color: var(--awards_bg);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-banner-content {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.donate-tier {
  background-color: #fcfdfd;
  padding: 4rem 2rem;
}

.mkp-donate {
  background-color: var(--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 0 6rem;
  text-decoration: none;
  display: flex;
}

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

.doante-mkp-01 {
  background-color: #fcfdfd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  background-color: #fcfdfd;
}

.section {
  background-color: var(--awards_bg);
  height: 700px;
}

.image-13 {
  object-fit: cover;
  object-position: 50% 100%;
}

.videos-project {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.shuddhi-projects {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 2rem;
  display: flex;
}

.slide-2 {
  vertical-align: baseline;
}

.homepage-banner {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100vw;
  margin-top: 0;
  display: flex;
}

.pahel---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.pahel---cta-white.wide-cta {
  background-color: var(--project-bg);
  min-width: 200px;
  font-family: Roboto, sans-serif;
}

.pahel---mg-top-16 {
  margin-top: 16px;
}

.pahel---subtitle {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.pahel---limit-480 {
  width: 100%;
  max-width: none;
}

.pahel---mega-heading-1 {
  color: var(--untitled-ui--volu_bt_default);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  line-height: 115%;
}

.pahel-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.pahel---main-container-2 {
  max-width: 1352px;
  margin-top: 120px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.pahel-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.pahel-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/annapurna_homepage.png');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.pahel---paragraph-big {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---paragraph-small:hover {
  color: var(--untitled-ui--brand_color);
}

.waves---paragraph-small.current {
  color: var(--untitled-ui--hover_bt);
}

.waves---paragraph-small.current:hover {
  color: var(--untitled-ui--brand_color);
}

.waves-name-wrap-pricing-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-image-testimonial-pricing-3 {
  object-fit: cover;
  width: 100px;
  height: 100%;
}

.waves-circle-testimonial-pricing-3 {
  border-radius: 50%;
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.pahel-person-wrap-pricing-3 {
  align-items: center;
  max-width: 480px;
  margin-bottom: 24px;
  display: flex;
}

.pahel-right-pricing-3 {
  max-width: 480px;
}

.pahel---mg-top-32 {
  margin-top: 32px;
}

.pahel-price-subtext-3 {
  color: #fffc;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.pahel-text-price-3 {
  font-family: Roboto, sans-serif;
  font-size: 56px;
  line-height: 130%;
}

.pahel-divider-pricing-3 {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.pahel-heading-pricing-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  line-height: 130%;
}

.pahel-left-pricing-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pahel-master-pricing-3 {
  background-color: var(--untitled-ui--hover_bt);
  color: var(--waves-library--white);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 56px;
  display: flex;
}

.waves---subtitle-2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.waves---heading-1-no-margins {
  color: var(--untitled-ui--hover_bt);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  line-height: 120%;
  display: flex;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---section-medium-2 {
  padding-top: 1rem;
  padding-bottom: 100px;
}

.waves---paragraph-regular {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  color: var(--untitled-ui--hover_bt);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-64 {
  width: 64px;
  height: 64px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--awards_bg);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---paragraph-big {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  line-height: 130%;
}

.pahel01---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.pahel---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-socials-wrap-team-4 {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.waves---paragraph-regular-2 {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

.waves---paragraph-big-2 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.waves-name-wrap-team-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-3 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.waves-tile-team-3 {
  grid-row-gap: 24px;
  border: 1px solid var(--border);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.waves-grid-team-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 0;
  padding-bottom: 4rem;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding: 4rem 2rem;
}

.waves---nav-cta {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 16px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu, .waves-right-nav-4 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 100%;
  margin-top: 100px;
}

.waves---nav-brand-link {
  height: auto;
}

.waves-master-nav-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-4 {
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.waves-divider-nav-4 {
  background-color: #1313130d;
  border-radius: 5px;
  width: 100%;
  height: 1px;
}

.waves-right-top-nav-4 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---icon-text-vertical {
  grid-column-gap: 8px;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.waves-left-top-nav-4 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-inside-top-nav-4 {
  background-color: var(--untitled-ui--volu_bt_default);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: .5rem 1rem;
  display: flex;
}

.waves-master-top-navbar-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}

.waves-wrapper-navbar-4 {
  z-index: 102;
  background-color: var(--waves-library--white);
  flex-direction: column;
  display: block;
  position: relative;
}

.project-mkp {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.waves-image-hero-3 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.waves-master-image-hero-3 {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  background-color: var(--untitled-ui--hover_bt);
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves-content-hero-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 544px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 56px;
  display: flex;
}

.waves-hero-3-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---section-hero-primary {
  background-color: var(--awards_bg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--volu_bt_default);
  color: var(--untitled-ui--hover_bt);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-width: .5px;
  border-color: var(--pahel-logo-bg);
  background-color: var(--untitled-ui--brand_color);
  color: var(--white);
}

.uui-button-3:focus {
  border-width: .2px;
  border-color: var(--white);
  background-color: var(--untitled-ui--primary600);
  box-shadow: none;
  color: var(--untitled-ui--white);
}

.uui-pricing01_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-text-size-medium-3 {
  color: var(--white);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing01_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-pricing01_feature {
  display: flex;
}

.uui-pricing01_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.uui-pricing01_card-heading {
  color: var(--untitled-ui--volu_bt_default);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-pricing01_top-right-text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  margin-left: .125rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-pricing01_top-right-price {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--pahel-logo-bg);
}

.uui-heading-xsmall {
  color: var(--untitled-ui--volu_bt_default);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-pricing01_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-pricing01_top-left {
  margin-right: 1rem;
}

.uui-pricing01_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.uui-pricing01_plan {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--volu_bt_default);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-pricing01_item-text-wrapper {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50-2);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-pricing01_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-pricing01_content-item {
  display: flex;
}

.uui-pricing01_content-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-pricing01_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--awards_bg);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--volu_bt_default);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--white);
  margin-bottom: .75rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.mkp_pricing01 {
  background-color: var(--untitled-ui--hover_bt);
}

.text-block-4 {
  color: var(--untitled-ui--hover_bt);
  font-family: Roboto, sans-serif;
}

.text-block-5 {
  font-family: Roboto, sans-serif;
}

.bold-text {
  color: var(--untitled-ui--volu_bt_default);
}

.waves-dismmiss-bar-2 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .2s;
  position: absolute;
  inset: 0% 32px 0% auto;
}

.waves-dismmiss-bar-2:hover {
  transform: scale(1.1);
}

.waves---cta-bar-2 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.waves---paragraph-regular-3 {
  font-size: 18px;
  line-height: 130%;
}

.waves-content-bar-2 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-bar-2 {
  z-index: 9999;
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  justify-content: center;
  align-items: center;
  height: 52px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.waves---heading-3-no-margins-2 {
  color: var(--untitled-ui--hover_bt);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-17 {
  margin-bottom: 16px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  border: 1px solid var(--waves-library--dark-elevation);
  background-color: var(--waves-library--background);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---paragraph-big-3 {
  color: var(--untitled-ui--gray900);
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

.waves---heading-2-no-margins-3 {
  color: var(--untitled-ui--hover_bt);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  line-height: 130%;
}

.waves---content-sticky-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.waves---sticky-halves {
  position: sticky;
  top: 88px;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.milestone-text {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.award-display {
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 2rem;
  display: flex;
}

.hero-banner {
  background-image: linear-gradient(#0000, #080808), url('../images/384A0335.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  height: 700px;
}

.full-width-cont {
  background-image: linear-gradient(180deg, #0000, var(--black)), url('../images/shuddhi.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  max-width: none;
  height: 700px;
  display: flex;
}

.hero-shuddhi {
  background-color: var(--awards_bg);
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  display: flex;
}

.full-width-cont-about {
  background-image: linear-gradient(180deg, #0000, var(--black)), url('../images/mkp.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  max-width: 100%;
}

.about-full-width {
  background-color: var(--awards_bg);
  height: 700px;
}

.slide-3 {
  width: 1400px;
}

.pahel-awards {
  color: var(--waves-library--white);
  background-image: url('../images/pic01.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.awards-location-year {
  align-self: flex-start;
  padding-left: .5rem;
}

.image-div {
  order: 1;
  align-self: flex-start;
  padding-left: 2rem;
  display: flex;
}

.pahel-mkp-banner {
  color: var(--waves-library--white);
  background-image: url('../images/mkp.png');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.pahel-annapurna {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.pahel-annam {
  color: var(--waves-library--white);
  background-image: url('../images/annapurna_homepage.png');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.pahel-spsm {
  color: var(--waves-library--white);
  background-image: url('../images/435A0735.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

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

.grid-counter-hero {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 1rem;
  padding-right: 1rem;
}

.support-title {
  font-family: PT Serif, serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.pahel-about-pahel {
  color: var(--waves-library--white);
  background-image: url('../images/384A0354.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.pahel-pkv {
  color: var(--waves-library--white);
  background-image: url('../images/DSC09373-min.JPG');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.pahel-shuddhi {
  color: var(--waves-library--white);
  background-image: url('../images/project_shuddhi.png');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.pahel-partnerwithus {
  color: var(--waves-library--white);
  background-image: url('../images/435A0891.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves---paragraph-small-2 {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

.waves---paragraph-big-4 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pahel-homepage {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.pahel-banner-homepage {
  color: var(--waves-library--white);
  background-image: url('../images/435A0815.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.pahel-enviromental-conservation {
  color: var(--waves-library--white);
  background-image: url('../images/pahel_enviromental.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.shuddhi_donation, .annapurna_donate, .spsm_donate, .pkv_donate {
  background-color: var(--untitled-ui--hover_bt);
}

.nav-dropdown-link-01 {
  border-bottom: 1px solid var(--untitled-ui--hover_bt);
  background-color: var(--white);
  color: var(--untitled-ui--hover_bt);
  border-radius: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.nav-dropdown-link-01:hover {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--brand_color);
}

.nav-dropdown-link-01:focus {
  color: var(--untitled-ui--hover_bt);
}

.nav-dropdown-link-01:focus-visible {
  outline-offset: 0px;
  color: var(--untitled-ui--hover_bt);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-01[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--untitled-ui--hover_bt);
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-01.w--current {
  border-bottom: 1px solid var(--untitled-ui--gray500);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--hover_bt);
  padding-bottom: .5rem;
}

.nav-dropdown-link-01.w--current:hover {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--brand_color);
}

.nav-dropdown-link-01.w--current:focus {
  color: #efc4a2;
}

.div-block-5, .button_div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 500;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

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

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

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

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

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .uui-footer02_social-list {
    margin-bottom: 2rem;
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer02_left-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer05_social-icons {
    margin-bottom: 1rem;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-footer05_form-block {
    min-width: auto;
  }

  .uui-footer05_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer05_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .reg_cont {
    max-width: 728px;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .show-tablet {
    display: block;
  }

  .uui-navbar02_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar02_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar02_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar02_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar02_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar02_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar02_blog-content {
    max-width: none;
  }

  .uui-navbar02_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .uui-navbar02_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar02_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar02_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar02_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar02_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar02_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar02_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar02_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar02_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

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

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

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader08_component {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

  .form-contact {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .title-section {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .form-contact-copy {
    flex-direction: column;
    align-items: center;
  }

  .join_volunteer-cont {
    max-width: 728px;
  }

  .service-section, .service-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title-div {
    font-size: 3.25rem;
  }

  .subtitle-title-below {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .team-conti {
    grid-template-columns: 1fr 1fr;
    max-width: 728px;
  }

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

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

  .button_primary.is_video {
    max-width: 200px;
  }

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

  .uui-heroheader04_image {
    width: 100%;
    min-width: auto;
    position: static;
  }

  .uui-heroheader04_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 3.25rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .hero-title-type {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .hero-type-subtitle {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .testimonial-code, .counter-hero {
    max-width: 728px;
  }

  .pahel---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .pahel-section-hero-5 {
    padding-top: 240px;
  }

  .waves-name-wrap-pricing-3 {
    text-align: left;
  }

  .pahel-right-pricing-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pahel-left-pricing-3 {
    text-align: center;
    align-items: center;
  }

  .pahel-master-pricing-3 {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-team-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves-right-top-nav-4 {
    grid-column-gap: 18px;
  }

  .waves-left-top-nav-4 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .waves-master-top-navbar-4 {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .waves-hero-3-grid {
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .uui-pricing01_top-right-price {
    font-size: 3.25rem;
  }

  .uui-pricing01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .waves-bar-2 {
    justify-content: flex-start;
    padding-left: 24px;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .pahel-awards, .pahel-mkp-banner, .pahel-annam, .pahel-spsm, .pahel-about-pahel, .pahel-pkv, .pahel-shuddhi, .pahel-partnerwithus {
    padding-top: 240px;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .pahel-banner-homepage, .pahel-enviromental-conservation {
    padding-top: 240px;
  }

  .nav-dropdown-link-01 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-subscribe-right, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

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

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

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

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

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

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

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

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

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

  .team-slider, .hero-stack {
    padding: 60px 15px;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

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

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .team-slider-2, .features-list {
    padding: 60px 15px;
  }

  .uui-footer02_social-link:hover, .uui-footer02_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer02_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer02_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer02_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer02_left-wrapper, .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-footer05_social-link:hover, .uui-footer05_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer05_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer05_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer05_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark_1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer05_logo-link {
    margin-bottom: 1rem;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-footer05_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .uui-styleguide_logomark-bg-3 {
    background-image: url('../images/untitled-ui-logomark_1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-navbar02_link, .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--pahel-logo-bg);
  }

  .uui-button-link-gray {
    font-size: 1rem;
  }

  .uui-button-link-gray:hover {
    color: var(--untitled-ui--gray600);
  }

  .uui-text-size-small-2.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar02_blog-item {
    padding: 0;
  }

  .uui-navbar02_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar02_dropdown-content-right {
    padding: 2rem 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-navbar02_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar02_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar02_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar02_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg-4 {
    background-image: url('../images/untitled-ui-logomark_1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar02_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-small-3.hide-mobile-landscape {
    display: none;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .uui-heroheader08_image {
    height: 22rem;
  }

  .uui-heroheader08_form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .form-contact {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .title-section {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .about-column01-01 {
    justify-content: flex-start;
    align-items: center;
  }

  .service-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-container {
    justify-content: center;
    align-items: flex-start;
  }

  .services-tribal {
    grid-template-columns: 1fr;
  }

  .project-button {
    font-size: 1rem;
  }

  .project-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .project-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .project01 {
    width: 100%;
    height: 100%;
  }

  .title-div {
    font-size: 2.25rem;
  }

  .home-section {
    padding: 60px 15px;
  }

  .subtitle-title-below {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .about-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .team-conti {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .size {
    max-width: none;
  }

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

  .team-profile {
    grid-auto-flow: row;
    place-content: stretch center;
  }

  .kids-needs-section {
    height: auto;
  }

  .project-mkp-grid {
    grid-template-columns: 1fr;
  }

  .gallery-wrapper {
    padding-left: 6rem;
  }

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

  .volunteer-sec {
    padding: 60px 15px;
  }

  .button_primary {
    border-radius: 4rem;
    padding: 1.6rem 5rem;
  }

  .button_primary.is_monthly {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .code_embed_wrapper, .container-4 {
    width: 69rem;
  }

  .container-4.has_nav {
    width: 69rem;
    margin-bottom: 8rem;
  }

  .nav_link_wrapper {
    align-items: center;
    width: 31rem;
  }

  .code_wrapper {
    padding: 2rem;
  }

  .pricing_header_content {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
  }

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

  .code_embed {
    font-size: 2.4rem;
  }

  .column_content.has_title {
    width: 73rem;
    margin-top: 0;
  }

  .h1 {
    font-size: 5rem;
  }

  .pricing_header {
    width: 100%;
  }

  .setup_col {
    flex-direction: column;
  }

  .pricing-conti {
    width: 69rem;
  }

  .pricing-conti.has_nav {
    width: 69rem;
    margin-bottom: 8rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    justify-content: center;
    align-items: center;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row-2.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-4 {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .banner-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves-image-wrap-contact-2 {
    height: 340px;
  }

  .pahel---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pahel---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-title-type {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero-type-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .home-section-hero {
    padding: 60px 15px;
  }

  .slide {
    height: 450px;
  }

  .pahel---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .pahel---mega-heading-1 {
    font-size: 56px;
  }

  .pahel-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .pahel---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pahel-section-hero-5 {
    padding-top: 160px;
  }

  .pahel-right-pricing-3 {
    background-color: #ffffff0d;
    border-radius: 4px;
    width: 100%;
    max-width: none;
    padding: 24px;
  }

  .pahel-heading-pricing-3 {
    font-size: 40px;
  }

  .pahel-left-pricing-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .pahel-master-pricing-3 {
    grid-row-gap: 64px;
    padding-bottom: 40px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .pahel01---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pahel---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-tile-team-3 {
    grid-row-gap: 8px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .waves---section-medium {
    padding: 4rem 1rem;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves-right-top-nav-4 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    max-width: 130px;
    display: none;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-pricing01_feature-list {
    grid-template-columns: 1fr;
  }

  .uui-pricing01_top-right-text {
    font-size: 1rem;
  }

  .uui-pricing01_top-right-price {
    font-size: 3rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-pricing01_content-top {
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .uui-pricing01_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-pricing01_content-list {
    grid-row-gap: 2.5rem;
  }

  .uui-pricing01_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .waves-dismmiss-bar-2 {
    inset: 8px 8px auto auto;
  }

  .waves-content-bar-2 {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .waves-bar-2 {
    height: auto;
    padding: 32px 24px 24px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pahel-awards, .pahel-mkp-banner, .pahel-annam, .pahel-spsm {
    padding-top: 160px;
  }

  .grid-counter-hero {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .pahel-about-pahel, .pahel-pkv, .pahel-shuddhi, .pahel-partnerwithus {
    padding-top: 160px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pahel-banner-homepage, .pahel-enviromental-conservation {
    padding-top: 160px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-brand {
    z-index: 9999;
  }

  .nav-menu {
    box-sizing: border-box;
    background-color: var(--untitled-ui--hover_bt);
    flex-direction: column;
  }

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

  .nav-link:hover {
    color: var(--untitled-ui--volu_bt_default);
  }

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

  .nav-link.w--current:hover {
    color: var(--untitled-ui--volu_bt_default);
  }

  .nav-dropdown-toggle {
    color: var(--untitled-ui--white);
  }

  .nav-button-wrapper {
    width: auto;
  }

  .volunteer-section {
    min-height: auto;
    max-height: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container {
    max-width: none;
  }

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

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

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

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .image {
    box-sizing: border-box;
    aspect-ratio: auto;
    vertical-align: baseline;
    position: static;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-heroheader02_image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heroheader02_component {
    grid-template-columns: 1fr;
  }

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

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

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .uui-text-size-small.text-color-gray500 {
    text-align: center;
    font-size: 1rem;
  }

  .uui-footer02_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer02_left-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer05_bottom-wrapper, .uui-footer05_link {
    justify-content: center;
    align-items: center;
  }

  .uui-footer05_link:hover {
    color: var(--waves-library--black);
  }

  .uui-footer05_link-list-heading {
    color: var(--untitled-ui--hover_bt);
    font-weight: 700;
  }

  .uui-footer05_link-list {
    justify-content: center;
    align-items: center;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .uui-footer05_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .reg_cont {
    max-width: none;
  }

  .uui-navbar02_blog-content {
    margin-top: .5rem;
  }

  .uui-navbar02_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar02_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar02_dropdown-content-wrapper {
    width: 100%;
  }

  .uui-navbar02_dropdown-content-right {
    max-width: none;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .uui-navbar02_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar02_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .uui-heroheader08_image {
    height: 17.5rem;
  }

  .ratings_wrapper {
    flex: none;
    margin-left: .75rem;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader08_component {
    grid-template-columns: 1fr;
  }

  .uui-section_heroheader08 {
    overflow: hidden;
  }

  .drop_menu {
    color: var(--untitled-ui--white);
  }

  .drop_menu:hover {
    color: var(--untitled-ui--volu_bt_default);
  }

  .form-contact {
    grid-template-columns: 1fr;
    align-self: auto;
    place-items: start center;
  }

  .frame-20 {
    grid-column-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title-section {
    padding-left: .5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .our-journey-left, .about-fram {
    grid-column-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .list-item {
    flex-flow: column;
    display: flex;
  }

  .grey-band {
    width: 40px;
  }

  .main-story {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .join_volunteer-cont {
    max-width: none;
  }

  .heading_title_body {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .service-container {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .services-tribal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .project01 {
    overflow: visible;
  }

  .subtitle-title-below {
    padding-left: 3rem;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .about-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .team-conti {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .empowering-tribal {
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tribe-style {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tribe-font-text {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .size {
    max-width: none;
  }

  .services-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 0;
  }

  .history-pahel {
    padding-left: 0;
  }

  .kids-needs-section {
    height: auto;
  }

  .gallery-wrapper {
    padding-left: 0;
  }

  .image-style {
    width: 250px;
    height: 170px;
  }

  .button_primary.is_monthly {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button_primary.is_video {
    margin-top: 3rem;
  }

  .container-4.has_nav {
    flex-direction: column;
  }

  .grid_3_col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing-conti.has_nav {
    flex-direction: column;
  }

  .writeup_sewing {
    padding-left: 0;
  }

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

  .right_column_project {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testi-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-service {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .third-column {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image_card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    padding: 24px 16px;
  }

  .pahel---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-title-type {
    padding-left: .5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .hero-type-subtitle {
    padding-left: 3rem;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .testimonial-code {
    max-width: none;
  }

  .image-11 {
    aspect-ratio: auto;
    object-fit: none;
    max-width: none;
  }

  .slider {
    justify-content: center;
    width: 320px;
    height: 450px;
  }

  .counter-hero {
    max-width: none;
  }

  .mkp-donate {
    padding-left: 0;
  }

  .shuddhi-projects {
    height: 450px;
  }

  .slide {
    box-sizing: border-box;
    object-fit: fill;
    height: 300px;
  }

  .pahel---subtitle {
    font-size: 20px;
  }

  .pahel---mega-heading-1 {
    font-size: 36px;
  }

  .pahel-section-hero-5 {
    padding-top: 400px;
    padding-bottom: 48px;
  }

  .waves-name-wrap-pricing-3 {
    align-items: center;
  }

  .waves-circle-testimonial-pricing-3 {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .pahel-person-wrap-pricing-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .pahel-right-pricing-3 {
    text-align: center;
    padding: 22px 16px;
  }

  .pahel-text-price-3 {
    font-size: 32px;
  }

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

  .pahel-left-pricing-3 {
    text-align: center;
    align-items: center;
  }

  .pahel-master-pricing-3 {
    grid-row-gap: 16px;
    padding: 32px 24px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .pahel---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-grid-team-3 {
    grid-row-gap: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---section-medium {
    padding: 4rem 1rem;
  }

  .waves---nav-cta {
    display: none;
  }

  .waves-master-image-hero-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .uui-pricing01_content-list, .uui-pricing01_component {
    grid-template-columns: 1fr;
  }

  .waves-content-bar-2 {
    grid-row-gap: 12px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pahel-awards, .pahel-mkp-banner, .pahel-annam, .pahel-spsm {
    padding-bottom: 48px;
  }

  .grid-counter-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .pahel-about-pahel {
    padding-bottom: 48px;
  }

  .pahel-pkv {
    padding-top: 150px;
    padding-bottom: 48px;
  }

  .pahel-shuddhi {
    padding-top: 200px;
    padding-bottom: 48px;
  }

  .pahel-partnerwithus {
    padding-bottom: 48px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pahel-banner-homepage {
    padding-top: 300px;
    padding-bottom: 48px;
  }

  .pahel-enviromental-conservation {
    padding-top: 400px;
    padding-bottom: 48px;
  }

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

#w-node-faea5882-a312-8070-a6a5-c6379f0fe8fe-1c1d0930 {
  justify-self: end;
}

#w-node-ccf3773b-41bb-1030-9730-fd576573b8d0-1c1d0930 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d5ff695e-5c70-42a8-7291-80cc14609daf-1c1d0930, #w-node-_97587761-b7f5-39d1-ec0b-fdad5163ebcf-1c1d0930, #w-node-_4d1e47a2-b367-3896-c9a5-e0d842989002-1c1d0930, #w-node-_97acd77a-2e54-0a02-1d2f-2b5d3cb0badf-1c1d0930, #w-node-_9268e93d-7056-fc29-10c9-f8377a9d1931-1c1d0930 {
  place-self: stretch stretch;
}

#w-node-_775dd3b8-8f4c-3623-0fdd-82aaf2cdd473-1c1d0930, #w-node-_775dd3b8-8f4c-3623-0fdd-82aaf2cdd485-1c1d0930, #w-node-_775dd3b8-8f4c-3623-0fdd-82aaf2cdd497-1c1d0930, #w-node-_775dd3b8-8f4c-3623-0fdd-82aaf2cdd4a9-1c1d0930, #w-node-_775dd3b8-8f4c-3623-0fdd-82aaf2cdd4bb-1c1d0930, #w-node-_775dd3b8-8f4c-3623-0fdd-82aaf2cdd4cd-1c1d0930 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82f7c984-9dc9-e8c0-78a4-b299c9e4e758-c9e4e758 {
  align-self: end;
}

#w-node-b970ca56-72fc-7d66-66fa-1d1fdb56ff3e-96ca8481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b970ca56-72fc-7d66-66fa-1d1fdb56ff48-96ca8481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2d8941f9-0d74-857f-485a-88522f1168f1-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f1168fc-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f116907-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f116925-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f11692b-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f116931-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f116937-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f11693d-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f116943-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f116949-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f11694f-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f116955-2f1168e2, #w-node-_2d8941f9-0d74-857f-485a-88522f11695b-2f1168e2, #w-node-d0435689-8e16-70ff-2d79-a69054247696-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476a1-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476ac-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476cc-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476d1-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476d7-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476dc-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476e2-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476e7-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476ed-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476f2-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476f8-54247687, #w-node-d0435689-8e16-70ff-2d79-a690542476fd-54247687, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a35-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a40-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a4b-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a6a-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a6f-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a75-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a7a-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a80-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a85-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a8b-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a90-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a96-55935a26, #w-node-_8e6c6db9-56f8-9b1f-4810-778055935a9b-55935a26, #w-node-_7862eb6a-b071-0a2f-591c-71336dc02865-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc02870-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc0287b-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc0289a-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc0289f-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc028a5-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc028aa-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc028b0-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc028b5-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc028bb-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc028c0-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc028c6-6dc02856, #w-node-_7862eb6a-b071-0a2f-591c-71336dc028cc-6dc02856, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf56927e5-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf56927f0-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf56927fb-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf5692819-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf569281e-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf5692824-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf5692829-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf569282f-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf5692834-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf569283a-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf569283f-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf5692845-f56927d6, #w-node-_5e28125f-d00b-edd4-6ba3-d80cf569284a-f56927d6 {
  align-self: start;
}

#w-node-b7491a5e-52c4-b307-aaf1-16f507dfe6b6-f0b05732, #w-node-b7491a5e-52c4-b307-aaf1-16f507dfe6ba-f0b05732, #w-node-_6a083ebb-1891-c313-210a-2c21c5944c3c-f0b05732, #w-node-_6a083ebb-1891-c313-210a-2c21c5944c43-f0b05732, #w-node-_6a083ebb-1891-c313-210a-2c21c5944c4a-f0b05732 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb42-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb4d-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb58-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb79-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb7e-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb83-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb88-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb8d-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb92-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb97-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabb9c-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabba1-49422bf6, #w-node-_5f2fcca1-15bc-baaa-2f49-381103fabba6-49422bf6 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_802fec57-de97-8904-7eea-f614a2ad328b-a2ad3285 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a6289c13-a232-ee66-8e04-fda383e03f1b-1c1d0930 {
    place-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ccf3773b-41bb-1030-9730-fd576573b8d0-1c1d0930 {
    align-self: start;
  }

  #w-node-_802fec57-de97-8904-7eea-f614a2ad328b-a2ad3285 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_802fec57-de97-8904-7eea-f614a2ad32a5-a2ad3285 {
    align-self: center;
  }

  #w-node-_82f7c984-9dc9-e8c0-78a4-b299c9e4e758-c9e4e758 {
    align-self: auto;
  }
}


