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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

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

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

p {
  margin-bottom: 10px;
  color: #f9f2e7;
}

.hero-section-project-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/gocha-szostak-d7uyR6JcaAI-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/gocha-szostak-d7uyR6JcaAI-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 30% 30%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.dropdown-icon {
  margin-right: 0px;
}

.nav-bar {
  padding-top: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.dropdown-toggle {
  margin-right: 16px;
  margin-left: 16px;
  padding: 0px 15px 0px 0px;
  color: #fff;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
}

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

.brand-link {
  color: #fff;
}

.nav-dropdown-list.w--open {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.hero-cta {
  display: block;
  width: 250px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f27041;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.hero-cta:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.8);
}

.hero-cta.hide {
  display: none;
}

.nav-menu {
  padding-top: 12px;
  float: right;
}

.nav-link {
  margin-right: 16px;
  margin-left: 16px;
  padding: 0px;
  border-bottom: 2px solid rgba(242, 112, 65, 0);
  color: #fff;
  font-size: 16px;
}

.nav-link.w--current {
  border-bottom-color: #f27041;
  color: #fff;
}

.nav-link.donate {
  display: inline-block;
  margin-top: -10px;
  margin-right: 0px;
  padding: 10px 22px 8px;
  background-color: #f27041;
  box-shadow: 0 2px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #fff;
  font-weight: 500;
}

.nav-link.donate:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.6);
}

.container-1-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-container {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 190px;
  padding-bottom: 190px;
  color: #fff;
  text-align: center;
}

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

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

.section.sec-bg-color {
  display: block;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f2e7;
}

.section.sec-bg-color.grey {
  margin-top: 0px;
  background-color: #f4f4f4;
}

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

.section.top-0-1 {
  margin-top: 60px;
  padding-top: 0px;
}

.p-10 {
  padding: 10px;
}

.title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 46px;
}

.para {
  height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.row-top-40.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-top-40.flex-wrapper.top-2 {
  margin-top: 2%;
}

.bg-color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f2e7;
  text-align: center;
}

.bg-color-block.no-bg {
  background-color: #fff;
}

.bg-color-block.no-bg.text-left {
  height: auto;
  padding: 0px 0px 10px;
  text-align: left;
}

.col-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.center.black {
  color: #000;
}

.section-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
}

.row-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-hero-tag {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: auto;
  padding-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.home-hero-tag.white {
  color: #fff;
  font-size: 28px;
  line-height: 26px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
}

.card-img {
  width: 500px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-2.bg-block {
  padding: 112px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/kanchana-amilani-2XFMshwCY7Y-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/kanchana-amilani-2XFMshwCY7Y-unsplash.jpg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.container-2.bg-block.img-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 100, 70, 0.6)), to(rgba(238, 100, 70, 0.6))), url('../images/bg-form.png');
  background-image: linear-gradient(180deg, rgba(238, 100, 70, 0.6), rgba(238, 100, 70, 0.6)), url('../images/bg-form.png');
  text-align: left;
}

.container-2.bg-block.mission-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 100, 70, 0.9)), to(rgba(238, 100, 70, 0.9))), url('../images/mission-bg.png');
  background-image: linear-gradient(180deg, rgba(238, 100, 70, 0.9), rgba(238, 100, 70, 0.9)), url('../images/mission-bg.png');
  background-size: auto, cover;
}

.container-2.mobile {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bottom-card {
  width: 500px;
  padding: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f9f2e7;
  color: #000;
  text-align: center;
}

.title-block {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin: -40px auto 0px;
  padding: 5px;
  background-color: #f9f2e7;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

.img-block {
  padding: 20px;
}

.content-block {
  display: block;
  margin-top: 20px;
  padding: 20px;
}

.button-volunteer {
  width: 110px;
  height: 40px;
  margin-top: 20px;
  padding-top: 9px;
  background-color: #f27041;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.button-volunteer:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer.center {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 9px;
  border-radius: 0px;
  background-color: #f9f2e7;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #ee6446;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-volunteer.center:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer.center.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee6446;
  color: #f9f2e7;
  font-weight: 500;
}

.button-volunteer.white {
  background-color: #fff;
  color: #ee6446;
}

.cal-block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.para-inline {
  display: inline;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.image {
  margin-top: -6px;
  padding-top: 0px;
}

.card-block {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-right-wrap {
  display: inline-block;
  margin-left: auto;
}

.line {
  width: 70%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #daa864;
}

.social-icons {
  margin-top: 10px;
  margin-right: 20px;
}

.footer-container {
  width: 85%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 0px;
}

.footer-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #5e5e5e;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link.link-2 {
  display: block;
  margin-top: 10px;
}

.footer-link.light {
  color: #c4c4c4;
}

.footer-link.light-copy {
  color: #c4c4c4;
}

.footer-head {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.footer-desc {
  max-width: 280px;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.footer-top-row {
  padding-bottom: 30px;
  color: #daa864;
}

.h1 {
  margin-top: 0px;
  color: #000;
}

.footer-blks {
  display: inline-block;
  width: 220px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  color: #000;
  text-align: left;
}

.footer-section {
  background-color: #f9f2e7;
  color: #000;
}

.footer-section.bg-white {
  background-color: #f9f2e7;
}

.footer-col1 {
  padding-left: 0px;
}

.footer-col2 {
  padding-right: 0px;
  text-align: right;
}

.text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #daa864;
}

.footer-copyrights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #ee6446;
  color: #daa864;
  font-weight: 500;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-field {
  height: 50px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.form-block {
  padding-right: 25px;
  padding-left: 25px;
  text-align: center;
}

.white-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 0px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  text-align: left;
}

.paragraph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mission-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 100, 70, 0.9)), to(rgba(238, 100, 70, 0.9))), url('../images/mission-bg.png');
  background-image: linear-gradient(180deg, rgba(238, 100, 70, 0.9), rgba(238, 100, 70, 0.9)), url('../images/mission-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.miision-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.miision-block._3-row {
  width: 100%;
  margin-top: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 41%;
  max-height: 100px;
  max-width: 350px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-4.mision {
  width: 300px;
  max-width: 500px;
  font-size: 20px;
}

.columns-2-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.ca-img {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/project-2-header.png');
  background-position: 100% 50%;
  background-size: cover;
  text-align: center;
}

.ca-img._3 {
  background-image: url('../images/Tranining-north-3.png');
}

.ca-img._4 {
  background-image: url('../images/Untitled-1.png');
}

.ca-img._1 {
  background-image: url('../images/Project-4.png');
}

.ca-img._1-1 {
  background-image: url('../images/MPhil-A7.jpg');
}

.ca-img._2-1 {
  background-image: url('../images/Tranining-north-1.png');
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.999739%;
  margin-top: 1%;
  margin-bottom: 1%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  border: 1px solid #000;
  border-radius: 4px;
}

.pr-30 {
  padding-right: 30px;
  padding-left: 0px;
}

.pl-30 {
  padding-right: 0px;
  padding-left: 30px;
}

.form {
  text-align: left;
}

.columns-4 {
  text-align: left;
}

.columns-5 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.textarea {
  min-height: 142px;
  margin-bottom: 30px;
  border: 1px solid #000;
  border-radius: 4px;
}

.column-4 {
  margin-top: 50px;
}

.column-5 {
  padding-top: 50px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-link-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
}

.modal-body {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  -webkit-perspective: 850px;
  perspective: 850px;
  color: #313131;
  cursor: default;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  width: 20px;
  cursor: pointer;
}

.image-3 {
  display: inline-block;
  width: 25px;
}

.modal-title {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.model-para {
  display: block;
  width: 90%;
  margin: 10px auto 0px;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.modal-wrapper-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body-2 {
  position: relative;
  z-index: 10;
  display: none;
  width: 600px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-closer-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: rgba(0, 0, 0, 0.69);
}

.modal-body-1 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 800px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.image-4 {
  width: 25px;
}

.modal-title-2 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.modal-wrapper-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.sec-title {
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 32px;
  text-align: center;
}

.title-block-2 {
  width: 80%;
  margin: -41px auto 26px;
  text-align: center;
}

.card {
  width: 320px;
  padding: 30px 15px;
  border-radius: 10px;
  background-color: #ee6446;
  box-shadow: 3px 4px 7px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.team-name {
  margin-bottom: 5px;
  color: #f9f2e7;
  font-size: 18px;
  font-weight: 400;
}

.center-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.block-33 {
  padding-right: 0px;
  padding-left: 0px;
}

.container-3 {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-link-2 {
  color: #f9f2e7;
}

.mt-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.right.centre-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-2 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.paragraph-5 {
  color: #f9f2e7;
}

.paragraph-6 {
  color: #f9f2e7;
}

.paragraph-7 {
  color: #f9f2e7;
}

.modal-wrapper-1-copy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.model-wrapper-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body-4 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 550px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.model-wrapper-03 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-closer-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: rgba(0, 0, 0, 0.69);
}

.modal-body-02 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 880px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.model-wrapper-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.model-wrapper-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body-5 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 550px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-closer-06 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: rgba(0, 0, 0, 0.69);
}

.model-wrapper-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body-6 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 550px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-closer-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.69);
}

.model-wrapper-6-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.model-wrapper-5-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.model-wrapper-06 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body-06 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 550px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.model-wrapper-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body-7 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 600px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-closer-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: rgba(0, 0, 0, 0.69);
}

.model-wrapper-8 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body-8 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 680px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-closer-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: rgba(0, 0, 0, 0.69);
}

.model-wrapper-9 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body-9 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 400px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-closer-9 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: rgba(0, 0, 0, 0.69);
}

.model-wrapper-10 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body-10 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 550px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-closer-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: rgba(0, 0, 0, 0.69);
}

.model-wrapper-11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 850px;
  perspective: 850px;
  cursor: default;
}

.modal-body-11 {
  position: relative;
  z-index: auto;
  display: block;
  width: 600px;
  height: 750px;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 9px 50px -14px #000;
  color: #313131;
}

.modal-closer-11 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  background-color: rgba(0, 0, 0, 0.69);
}

.image-5 {
  width: 205px;
  height: 195.671875px;
}

.section-head-copy {
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.card-block-copy {
  width: 100%;
  background-color: #fff;
}

.card-block-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.card-block-copy-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

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

.section-copy.sec-bg-color {
  background-color: #f9f2e7;
}

.section-copy.sec-bg-color.grey {
  background-color: #f4f4f4;
}

.section-copy.top-0 {
  padding-top: 0px;
}

.columns-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-section-project {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/cbt-course-colombo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cbt-course-colombo.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-section-project-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Asset-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Asset-1.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-section-projecr-mphil {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Becomeamember.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Becomeamember.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section-project-4-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/UKSLTG.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/UKSLTG.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-section-project-4-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bills-photos.pptx.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bills-photos.pptx.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-section-project-2-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/project-2-header.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/project-2-header.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero-section-project-4-copy-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Volunteer.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 40%), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Volunteer.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.key-img-m {
  display: none;
}

.ver-line1 {
  width: 6px;
  height: 60px;
  background-color: #f27041;
}

.about-row.last {
  margin-top: 160px;
}

.abt-card {
  margin-bottom: 30px;
  padding: 20px 20px 20px 40px;
  background-color: #fff;
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.2);
}

.sec-desc {
  width: 90%;
  margin-bottom: 0px;
  padding-bottom: 15px;
  color: #333;
  font-size: 20px;
  line-height: 36px;
}

.sec-desc.card-txt {
  padding-bottom: 0px;
  color: #333;
}

.ver-l-hldr {
  position: absolute;
}

.abt-check-icon {
  width: 32px;
  height: 32px;
  margin-top: 8px;
  margin-left: -56px;
  float: left;
}

.hor-line {
  width: 60px;
  height: 6px;
  background-color: #fff;
}

.section-head-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
}

.container-4 {
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-4.large {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-padding {
  padding-left: 40px;
}

.key-obj-space {
  height: 80px;
}

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

.button-volunteer-copy-1 {
  width: 110px;
  height: 40px;
  margin-top: 20px;
  padding-top: 9px;
  background-color: #f27041;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.button-volunteer-copy-1:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy-1.center {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 9px;
  border-radius: 0px;
  background-color: #ee6446;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-volunteer-copy-1.center:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy-1.center.white {
  font-weight: 500;
}

.button-volunteer-copy-1.white {
  background-color: #fff;
  color: #ee6446;
}

.para-copy {
  height: 200px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.section-copy {
  padding-top: 10px;
  padding-bottom: 60px;
}

.section-copy.sec-bg-color {
  background-color: #f9f2e7;
}

.section-copy.sec-bg-color.grey {
  background-color: #f4f4f4;
}

.section-copy.top-0 {
  margin-top: auto;
  padding-top: 0px;
  padding-bottom: 220px;
}

.text-span {
  font-size: 21px;
  font-weight: 500;
}

.paragraph-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-copy {
  padding-top: 10px;
  padding-bottom: 60px;
}

.section-copy.sec-bg-color {
  background-color: #f9f2e7;
}

.section-copy.sec-bg-color.grey {
  background-color: #f4f4f4;
}

.section-copy.top-0 {
  margin-top: 220px;
  padding-top: 0px;
}

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

.center-copy.black {
  color: #000;
}

.white-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-content-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  color: #000;
  text-align: left;
}

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

.center-copy.black {
  color: #000;
}

.paragraph-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.text-span-2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

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

.section-copy-copy {
  padding-top: 10px;
  padding-bottom: 60px;
}

.section-copy-copy.sec-bg-color {
  background-color: #f9f2e7;
}

.section-copy-copy.sec-bg-color.grey {
  background-color: #f4f4f4;
}

.section-copy-copy.top-0 {
  margin-top: 220px;
  padding-top: 0px;
}

.section-copy-copy.top-0-copy {
  margin-top: 220px;
  padding-top: 0px;
}

.section-copy-copy {
  padding-top: 10px;
  padding-bottom: 60px;
}

.section-copy-copy.sec-bg-color {
  background-color: #f9f2e7;
}

.section-copy-copy.sec-bg-color.grey {
  background-color: #f4f4f4;
}

.section-copy-copy.top-0 {
  height: 700px;
  max-height: 1200px;
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.center-copy-copy.black {
  color: #000;
}

.center-copy-copy-copy {
  margin-top: 180px;
  color: #fff;
  text-align: center;
}

.center-copy-copy-copy.black {
  color: #000;
}

.paragraph-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.paragraph-3-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.heading-5 {
  width: 550px;
  margin-top: 40px;
  margin-left: 132px;
  color: #000;
  font-size: 26px;
}

.text-span-3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.column-10 {
  margin-top: 40px;
}

.heading-5-copy {
  width: 550px;
  margin-top: 0px;
  margin-right: 132px;
  margin-left: auto;
  color: #000;
  font-size: 26px;
}

.section-copy-copy-copy {
  padding-top: 10px;
  padding-bottom: 60px;
}

.section-copy-copy-copy.sec-bg-color {
  background-color: #f9f2e7;
}

.section-copy-copy-copy.sec-bg-color.grey {
  background-color: #f4f4f4;
}

.section-copy-copy-copy.top-0 {
  margin-top: 220px;
  padding-top: 0px;
}

.section-copy-copy-copy.top-0-copy {
  margin-top: 220px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.heading-7 {
  font-size: 34px;
  text-align: center;
}

.paragraph-9 {
  margin-top: 20px;
  margin-right: 15px;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.heading-8 {
  font-size: 34px;
  text-align: center;
}

.paragraph-10 {
  margin-top: 20px;
  margin-left: 24px;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}

.section-3 {
  margin-bottom: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.columns-6 {
  width: 1000px;
  margin-left: -10px;
}

.column-11 {
  padding-left: 0px;
}

.paragraph-11 {
  margin-top: 60px;
  color: #000;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.paragraph-12 {
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.text-span-4 {
  line-height: 50px;
}

.text-span-5 {
  font-size: 38px;
  font-weight: 700;
  text-align: left;
}

.hero-section-projecr-mphil-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/u.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/u.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.button-volunteer-copy-copy {
  width: 110px;
  height: 40px;
  margin-top: 20px;
  padding-top: 9px;
  background-color: #f27041;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.button-volunteer-copy-copy:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy-copy.center {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 9px;
  border-radius: 0px;
  background-color: #ee6446;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-volunteer-copy-copy.center:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy-copy.center.white {
  font-weight: 500;
}

.button-volunteer-copy-copy.white {
  background-color: #fff;
  color: #ee6446;
}

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

.container-5 {
  margin-top: 30px;
}

.hero-section-projecr-mphil-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Becomeamember.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Becomeamember.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section-projecr-mphil-copy-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/u.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/u.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-span-6 {
  font-weight: 400;
  text-align: left;
}

.heading-9 {
  font-size: 34px;
  text-align: center;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph-13 {
  width: 750px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.paragraph-14 {
  margin-top: 35px;
  color: #000;
  font-size: 34px;
  font-weight: 700;
}

.paragraph-15 {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.bold-text {
  color: #000;
  font-size: 34px;
  text-align: left;
}

.button-volunteer-copy-copy-copy {
  width: 110px;
  height: 40px;
  margin-top: 20px;
  padding-top: 9px;
  background-color: #f27041;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.button-volunteer-copy-copy-copy:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy-copy-copy.center {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 9px;
  border-radius: 0px;
  background-color: #ee6446;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-volunteer-copy-copy-copy.center:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy-copy-copy.center.white {
  font-weight: 500;
}

.button-volunteer-copy-copy-copy.white {
  background-color: #fff;
  color: #ee6446;
}

.button-volunteer-copy-copy-copy-copy {
  width: 110px;
  height: 40px;
  margin-top: 20px;
  padding-top: 9px;
  background-color: #f27041;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.button-volunteer-copy-copy-copy-copy:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy-copy-copy-copy.center {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 9px;
  border-radius: 0px;
  background-color: #ee6446;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-volunteer-copy-copy-copy-copy.center:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy-copy-copy-copy.center.white {
  font-weight: 500;
}

.button-volunteer-copy-copy-copy-copy.white {
  background-color: #fff;
  color: #ee6446;
}

.button-volunteer-copy {
  width: 110px;
  height: 40px;
  margin-top: 20px;
  padding-top: 9px;
  background-color: #f27041;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.button-volunteer-copy:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy.center {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 9px;
  border-radius: 0px;
  background-color: #ee6446;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-volunteer-copy.center:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy.center.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee6446;
  color: #f9f2e7;
  font-weight: 500;
}

.button-volunteer-copy.white {
  background-color: #fff;
  color: #ee6446;
}

.button-volunteer-copy.center-copy {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 9px;
  border-radius: 0px;
  background-color: #ee6446;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-volunteer-copy.center-copy:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy.center-copy.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee6446;
  color: #f9f2e7;
  font-weight: 500;
}

.button-volunteer-copy.center-copy.white-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f2e7;
  color: #ee6446;
  font-weight: 500;
}

.hero-section-projecr-mphil-copy-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/u.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/u.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-copy {
  position: static;
  display: block;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
}

.container-copy {
  position: static;
  display: block;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-copy-copy {
  position: static;
  display: block;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
}

.hero-heading-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
}

.bg-color-block-2 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 50px 60px;
  background-color: #f9f2e7;
  text-align: center;
}

.column-12 {
  display: none;
  overflow: visible;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-7 {
  display: none;
}

.column-13 {
  padding-left: 0px;
}

.column-14 {
  padding-left: 0px;
}

.col-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  margin-top: -38px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-8 {
  width: 500px;
}

.image-9 {
  width: 499.9999694824219px;
}

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

.section-copy-copy.sec-bg-color {
  background-color: #f9f2e7;
}

.section-copy-copy.sec-bg-color.grey {
  background-color: #f4f4f4;
}

.section-copy-copy.top-0 {
  padding-top: 0px;
}

.section-copy-copy-copy {
  padding-top: 30px;
  padding-bottom: 60px;
}

.section-copy-copy-copy.sec-bg-color {
  background-color: #f9f2e7;
}

.section-copy-copy-copy.sec-bg-color.grey {
  background-color: #f4f4f4;
}

.section-copy-copy-copy.top-0 {
  padding-top: 0px;
}

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

.container-7 {
  font-size: 34px;
}

.text-span-7 {
  color: #1310dc;
  text-decoration: underline;
}

.text-span-8 {
  color: #000;
  font-size: 21px;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.text-span-9 {
  color: #000;
  font-weight: 400;
  text-align: justify;
}

.container-8 {
  color: #383838;
  text-align: left;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.heading-12 {
  font-weight: 700;
}

.paragraph-12-copy {
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.paragraph-3-copy-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.col-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-img-copy {
  width: 500px;
}

.title-copy {
  width: 100%;
  margin-bottom: 30px;
  font-weight: 700;
}

.title-copy {
  margin-top: auto;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 46px;
}

.image-10 {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f2e7), to(#f9f2e7)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, #f9f2e7, #f9f2e7), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.image-11 {
  display: none;
  background-color: #f9f2e7;
}

.columns-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-2 {
  color: #f9f2e7;
}

.paragraph-16 {
  color: #f9f2e7;
}

.bold-text-3 {
  color: #f9f2e7;
}

.bold-text-4 {
  color: #f9f2e7;
}

.bold-text-5 {
  color: #f9f2e7;
}

.bold-text-6 {
  color: #f9f2e7;
}

.bold-text-7 {
  color: #f9f2e7;
}

.bold-text-8 {
  color: #f9f2e7;
}

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

.bold-text-10 {
  color: #f9f2e7;
}

.bold-text-11 {
  color: #f9f2e7;
}

.right-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.right-copy.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-copy.center-copy {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.para-copy {
  width: 80%;
  height: auto;
  max-width: 1080px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.button-volunteer-copy {
  width: 110px;
  height: 40px;
  margin-top: 20px;
  padding-top: 9px;
  background-color: #f27041;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.button-volunteer-copy:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy.center {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 9px;
  border-radius: 0px;
  background-color: #f9f2e7;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #ee6446;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-volunteer-copy.center:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy.center.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee6446;
  color: #f9f2e7;
  font-weight: 500;
}

.button-volunteer-copy.white {
  background-color: #fff;
  color: #ee6446;
}

.button-volunteer-copy.center-copy {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 9px;
  border-radius: 0px;
  background-color: #ee6446;
  box-shadow: 0 4px 12px 0 transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-family: Roboto, sans-serif;
  color: #f9f2e7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-volunteer-copy.center-copy:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
}

.button-volunteer-copy.center-copy.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ee6446;
  color: #f9f2e7;
  font-weight: 500;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.paragraph-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

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

.center-copy-copy.black {
  color: #000;
}

.div-block-15-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.paragraph-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.paragraph-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.paragraph-3-copy.mobile {
  font-size: 18px;
  font-weight: 400;
}

.paragraph-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.paragraph-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.image-12 {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee6446), to(#ee6446));
  background-image: linear-gradient(180deg, #ee6446, #ee6446);
}

.image-13 {
  display: none;
}

.image-14 {
  display: none;
}

.image-15 {
  display: none;
}

.image-16 {
  display: none;
}

.heading-22 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-17 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.image-17 {
  display: none;
}

.ca-img-copy {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/MPhil-A9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.image-18 {
  display: none;
}

.image-19 {
  display: none;
  height: 96.292454%;
}

.ca-img-copy-3 {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/MPhil-A5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.ca-img-2 {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/MPhil-A2.jpg');
  background-size: cover;
  text-align: center;
}

.ca-img-5 {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/MPhil-A6.jpg');
  background-size: cover;
  text-align: center;
}

.image-20 {
  display: none;
}

.image-21 {
  display: none;
}

.columns-2-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-22 {
  display: none;
}

.column-23 {
  display: none;
}

.columns-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-24 {
  margin-top: -20px;
}

.miision-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.miision-block-copy._3-row {
  width: 100%;
  margin-top: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-link-copy {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #5e5e5e;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-copy.link-2 {
  display: block;
  margin-top: 10px;
}

.footer-link-copy.light {
  color: #c4c4c4;
}

.footer-link-copy.light-copy {
  color: #585857;
  text-align: right;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.modal-pop {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 750px;
  padding: 35px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -200px);
  -ms-transform: translate(-50%, -200px);
  transform: translate(-50%, -200px);
  text-align: center;
  cursor: auto;
}

.paragraph-18 {
  color: #000;
  text-align: center;
}

.heading-23 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.link-block {
  display: block;
}

.link-4 {
  display: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 26px;
  text-decoration: none;
}

.heading-23-copy {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

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

.close-model {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 9px;
  background-color: #000;
  text-align: center;
  cursor: pointer;
}

.text-block-3 {
  color: #f5f5f5;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.paragraph-18-copy {
  display: inline-block;
  width: 100px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .nav-dropdown {
    width: 150px;
    margin-bottom: 15px;
  }

  .menu-button {
    margin-right: -8px;
    padding: 4px;
  }

  .menu-button.w--open {
    background-color: #f27041;
  }

  .dropdown-toggle {
    color: #000;
  }

  .hero-heading {
    padding-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .nav-dropdown-link {
    margin-bottom: 4px;
    padding: 0px;
    text-align: center;
  }

  .nav-dropdown-link.w--current {
    border-bottom: 2px solid #f27041;
    color: #333;
  }

  .nav-dropdown-list.w--open {
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }

  .nav-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
  }

  .nav-link {
    width: 120px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    color: #000;
    text-align: center;
  }

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

  .nav-link.donate {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-1-1 {
    width: 90%;
  }

  .hero-container {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section {
    display: block;
    padding-top: 0px;
  }

  .bg-color-block.no-bg.text-left {
    padding-top: 0px;
  }

  .col-container {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-head {
    font-size: 40px;
    line-height: 50px;
  }

  .home-hero-tag {
    margin-bottom: 12px;
  }

  .home-hero-tag.white {
    line-height: 30px;
  }

  .card-img {
    margin-bottom: 10px;
  }

  .container-2 {
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .container-2.bg-block.img-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-block {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-volunteer.center {
    margin-top: 10px;
  }

  .card-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-container {
    width: 90%;
    padding-top: 50px;
  }

  .footer-top-row {
    padding-bottom: 30px;
  }

  .footer-col1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-col2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mission-bg {
    width: 99.9999%;
  }

  .miision-block._3-row {
    margin-top: 0px;
  }

  .paragraph-4.mision {
    width: 100%;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-5 {
    height: 500px;
  }

  .modal-wrapper-1 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .container-3 {
    display: block;
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right.centre-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .model-wrapper-2 {
    display: none;
  }

  .model-wrapper-03 {
    display: none;
  }

  .model-wrapper-4 {
    display: none;
  }

  .model-wrapper-5 {
    display: none;
  }

  .model-wrapper-06 {
    display: none;
  }

  .model-wrapper-7 {
    display: none;
  }

  .model-wrapper-8 {
    display: none;
  }

  .model-wrapper-9 {
    display: none;
  }

  .model-wrapper-10 {
    display: none;
  }

  .model-wrapper-11 {
    display: none;
  }

  .section-head-copy {
    padding: 34px;
    font-size: 24px;
    line-height: 50px;
  }

  .card-block-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-block-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .about-row.last {
    margin-top: 120px;
  }

  .container-4 {
    width: 90%;
  }

  .container-4.large {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .key-obj-space {
    height: 70px;
  }

  .button-volunteer-copy-1.center {
    margin-top: 10px;
  }

  .section-copy {
    padding-top: 0px;
  }

  .section-copy {
    padding-top: 0px;
  }

  .section-copy-copy {
    padding-top: 0px;
  }

  .section-copy-copy {
    padding-top: 0px;
  }

  .section-copy-copy-copy {
    padding-top: 0px;
  }

  .paragraph-12 {
    padding: 20px;
  }

  .button-volunteer-copy-copy.center {
    margin-top: 10px;
  }

  .button-volunteer-copy-copy-copy.center {
    margin-top: 10px;
  }

  .button-volunteer-copy-copy-copy-copy.center {
    margin-top: 10px;
  }

  .button-volunteer-copy.center {
    margin-top: 10px;
  }

  .button-volunteer-copy.center-copy {
    margin-top: 10px;
  }

  .container-copy {
    width: 90%;
  }

  .hero-heading-copy {
    padding-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .container-copy {
    width: 90%;
  }

  .container-copy-copy {
    width: 90%;
  }

  .hero-heading-copy {
    padding-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-heading-copy-copy {
    padding-bottom: 15px;
    font-size: 40px;
    line-height: 50px;
  }

  .col-container-copy {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-copy-copy {
    padding-top: 0px;
  }

  .section-copy-copy-copy {
    padding-top: 0px;
  }

  .heading-10 {
    padding: 20px;
  }

  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-12-copy {
    padding: 20px;
  }

  .col-container-copy {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .card-img-copy {
    margin-bottom: 10px;
  }

  .columns-15 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .right-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-copy.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-copy.center-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-volunteer-copy.center {
    margin-top: 10px;
  }

  .button-volunteer-copy.center-copy {
    margin-top: 10px;
  }

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

  .columns-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns-17 {
    display: block;
  }

  .column-17 {
    position: relative;
  }

  .columns-18 {
    width: 90vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .columns-19 {
    margin-top: -45px;
  }

  .column-24 {
    margin-top: 40px;
  }

  .miision-block-copy._3-row {
    margin-top: 0px;
  }

  .modal-pop {
    width: 80%;
    -webkit-transform: translate(-50%, -250px);
    -ms-transform: translate(-50%, -250px);
    transform: translate(-50%, -250px);
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .brand-link {
    padding-left: 0px;
  }

  .hero-cta {
    width: 220px;
    font-size: 22px;
    line-height: 28px;
  }

  .container-1-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero-container {
    padding-top: 100px;
    padding-bottom: 140px;
  }

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

  .title {
    text-align: center;
  }

  .para {
    text-align: justify;
  }

  .bg-color-block.no-bg.text-left {
    padding-top: 0px;
  }

  .section-head {
    font-size: 36px;
    line-height: 46px;
  }

  .home-hero-tag {
    margin-bottom: 10px;
    text-align: center;
  }

  .card-img {
    margin-bottom: 30px;
  }

  .container-2.bg-block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .img-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 99.9999%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .button-volunteer {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-volunteer.center {
    height: 50px;
    margin-top: 20px;
    padding-top: 12px;
  }

  .card-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-right-wrap {
    display: block;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    text-align: center;
  }

  .line {
    margin-right: auto;
    margin-left: auto;
  }

  .social-icons {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-container {
    padding-top: 40px;
  }

  .footer-link {
    display: block;
    text-align: center;
  }

  .footer-head {
    padding-bottom: 5px;
    text-align: center;
  }

  .footer-desc {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .footer-top-row {
    padding-bottom: 20px;
  }

  .h1 {
    text-align: center;
  }

  .footer-blks {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .footer-col2 {
    margin-top: 20px;
    text-align: center;
  }

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

  .miision-block {
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .miision-block.mobile {
    margin-top: 0px;
  }

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

  .get-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns-3 {
    display: block;
  }

  .pr-30 {
    padding-right: 0px;
  }

  .pl-30 {
    padding-left: 0px;
  }

  .column-2 {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-4 {
    margin-bottom: 40px;
    text-align: center;
  }

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

  .modal-wrapper-1 {
    display: none;
    width: auto;
    max-height: none;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .modal-body-1 {
    width: auto;
    height: auto;
  }

  .card {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .block-33 {
    width: 100%;
  }

  .mt-40 {
    margin-top: 0px;
  }

  .column-7 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .model-wrapper-2 {
    display: none;
  }

  .model-wrapper-03 {
    display: none;
  }

  .section-head-copy {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }

  .card-block-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-block-copy-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .key-img-m {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .about-row.last {
    margin-top: 80px;
  }

  .key-img-d {
    display: none;
  }

  .hor-line.orange.key-obj {
    margin-right: auto;
    margin-left: auto;
  }

  .section-head-2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .container-4.large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-padding {
    padding-left: 40px;
  }

  .key-obj-space {
    height: 60px;
  }

  .button-volunteer-copy-1 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-volunteer-copy-1.center {
    height: 50px;
    margin-top: 20px;
    padding-top: 12px;
  }

  .paragraph-3-copy-copy {
    text-align: justify;
  }

  .paragraph-11 {
    font-size: 19px;
    text-align: center;
  }

  .paragraph-12 {
    padding: 25px;
    text-align: center;
  }

  .text-span-5 {
    display: inline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 40px;
  }

  .button-volunteer-copy-copy {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-volunteer-copy-copy.center {
    height: 50px;
    margin-top: 20px;
    padding-top: 12px;
  }

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

  .button-volunteer-copy-copy-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-volunteer-copy-copy-copy.center {
    height: 50px;
    margin-top: 20px;
    padding-top: 12px;
  }

  .button-volunteer-copy-copy-copy-copy {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-volunteer-copy-copy-copy-copy.center {
    height: 50px;
    margin-top: 20px;
    padding-top: 12px;
  }

  .button-volunteer-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-volunteer-copy.center {
    height: 50px;
    margin-top: 20px;
    padding-top: 12px;
  }

  .button-volunteer-copy.center-copy {
    height: 50px;
    margin-top: 20px;
    padding-top: 12px;
  }

  .hero-heading-copy {
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-heading-copy {
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-heading-copy-copy {
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .bg-color-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-10 {
    padding: 20px;
    line-height: 30px;
  }

  .text-span-9 {
    text-align: justify;
  }

  .columns-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .columns-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .div-block-13 {
    margin-right: auto;
  }

  .paragraph-12-copy {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .heading-15 {
    width: 250px;
  }

  .heading-15-copy {
    width: 250px;
    font-size: 36px;
  }

  .paragraph-3-copy-v {
    text-align: justify;
  }

  .card-img-copy {
    margin-bottom: 30px;
  }

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

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

  .columns-15 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .para-copy {
    text-align: justify;
  }

  .button-volunteer-copy {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button-volunteer-copy.center {
    height: 50px;
    margin-top: 20px;
    padding-top: 12px;
  }

  .button-volunteer-copy.center-copy {
    height: 50px;
    margin-top: 20px;
    padding-top: 12px;
  }

  .div-block-15 {
    width: 90vw;
    height: 20vh;
  }

  .div-block-15-copy {
    width: 90vw;
  }

  .image-22 {
    width: 100%;
    height: 80%;
  }

  .column-9-copy-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .miision-block-copy {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .miision-block-copy.mobile {
    margin-top: 0px;
  }

  .footer-link-copy {
    display: block;
    text-align: center;
  }

  .modal-pop {
    -webkit-transform: translate(-50%, -250px);
    -ms-transform: translate(-50%, -250px);
    transform: translate(-50%, -250px);
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-cta {
    width: 190px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .container-1-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100.0001%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-container {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.sec-bg-color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.sec-bg-color.grey {
    height: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .title {
    font-size: 32px;
    line-height: 38px;
  }

  .para {
    width: 100%;
    padding: 16px;
    font-size: 18px;
  }

  .row-top-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-top-40.flex-wrapper {
    display: block;
  }

  .bg-color-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .bg-color-block.no-bg.text-left {
    padding-top: 0px;
  }

  .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-head {
    margin-top: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .row-container-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .home-hero-tag {
    margin-bottom: 0px;
  }

  .paragraph-2 {
    width: 250px;
    text-align: center;
  }

  .card-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-card {
    width: 300px;
  }

  .title-block {
    width: 250px;
    margin-right: auto;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-block {
    margin-top: 0px;
    padding-top: 0px;
  }

  .button-volunteer.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
  }

  .card-block {
    width: 100%;
  }

  .line {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-container {
    padding-top: 30px;
  }

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

  .heading-2 {
    margin-left: auto;
  }

  .form-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .white-content {
    width: 100%;
    margin-bottom: 2%;
  }

  .paragraph-3 {
    margin-left: -20px;
    text-align: justify;
  }

  .mission-bg {
    width: 90vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .miision-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paragraph-4 {
    display: block;
    font-size: 18px;
  }

  .paragraph-4.mision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .model-para {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
  }

  .modal-wrapper-1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    padding: 30px;
  }

  .modal-body-2 {
    padding: 20px 20px 15px;
  }

  .modal-body-1 {
    display: block;
    padding: 20px 20px 15px;
  }

  .modal-title-2 {
    width: 100%;
    margin-top: 20px;
  }

  .modal-wrapper-2 {
    padding: 30px;
  }

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

  .modal-wrapper-1-copy {
    padding: 30px;
  }

  .model-wrapper-2 {
    display: none;
    width: 100%;
  }

  .modal-body-4 {
    display: block;
    width: 250px;
    height: 800px;
    padding: 20px 20px 15px;
  }

  .model-wrapper-03 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    max-height: 100vh;
  }

  .modal-body-02 {
    width: 250px;
    padding: 20px 20px 15px;
  }

  .model-wrapper-4 {
    display: none;
    max-height: 100vh;
  }

  .model-wrapper-5 {
    display: none;
    max-height: 100vh;
  }

  .modal-body-5 {
    width: 250px;
    height: 900px;
    padding: 20px 20px 15px;
  }

  .modal-body-6 {
    padding: 20px 20px 15px;
  }

  .model-wrapper-06 {
    display: none;
    max-height: 100vh;
  }

  .modal-body-06 {
    width: 250px;
    height: 900px;
    padding: 20px 20px 15px;
  }

  .model-wrapper-7 {
    display: none;
    max-height: 100vh;
  }

  .modal-body-7 {
    width: 250px;
    height: 600vh;
    padding: 20px 20px 15px;
  }

  .model-wrapper-8 {
    display: none;
    max-height: 100vh;
  }

  .modal-body-8 {
    width: 250px;
    height: 680vh;
    padding: 20px 20px 15px;
  }

  .model-wrapper-9 {
    display: none;
    max-height: 100vh;
  }

  .modal-body-9 {
    width: 250px;
    height: 800px;
    padding: 20px 20px 15px;
  }

  .model-wrapper-10 {
    display: none;
    max-height: 100vh;
  }

  .modal-body-10 {
    width: 250px;
    height: 900px;
    padding: 20px 20px 15px;
  }

  .model-wrapper-11 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    max-height: 100vh;
  }

  .modal-body-11 {
    width: 250px;
    height: 1000px;
    padding: 20px 20px 15px;
  }

  .section-head-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 19px;
    line-height: 35px;
    text-align: center;
  }

  .card-block-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-9 {
    display: none;
  }

  .columns-2-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .key-img-m {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-row.last {
    margin-top: 60px;
  }

  .section-head-2 {
    font-size: 26px;
    line-height: 36px;
  }

  .container-4.large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-padding {
    padding-left: 30px;
  }

  .key-obj-space {
    height: 50px;
  }

  .heading-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 35px;
  }

  .button-volunteer-copy-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-content-copy {
    width: 100%;
    margin-bottom: 2%;
  }

  .white-content-copy {
    width: 100%;
    margin-bottom: 2%;
  }

  .white-content-copy {
    width: 100%;
    margin-bottom: 2%;
  }

  .white-content-copy {
    width: 100%;
    margin-bottom: 2%;
  }

  .paragraph-3-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-6 {
    font-size: 19px;
    line-height: 35px;
  }

  .paragraph-12 {
    padding: 15px;
    line-height: 25px;
  }

  .text-span-5 {
    width: 100%;
    line-height: 35px;
  }

  .paragraph-13 {
    width: 300px;
  }

  .button-volunteer-copy-copy-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-heading-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-heading-copy-copy {
    font-size: 28px;
    line-height: 36px;
  }

  .bg-color-block-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-10 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: auto;
    padding: 15px;
    font-size: 26px;
    line-height: 40px;
  }

  .column-15 {
    display: block;
  }

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

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .paragraph-12-copy {
    line-height: 25px;
  }

  .heading-15-copy {
    text-align: center;
  }

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

  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .heading-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .col-container-copy {
    width: 320px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .card-img-copy {
    width: 320px;
    max-width: 300px;
    margin-left: 0px;
  }

  .heading-19 {
    margin-top: 0px;
    text-align: center;
  }

  .heading-20 {
    margin-top: 0px;
    text-align: center;
  }

  .heading-21 {
    margin-top: 0px;
    text-align: center;
  }

  .title-copy {
    font-size: 32px;
    line-height: 38px;
  }

  .title-copy {
    font-size: 32px;
    line-height: 38px;
  }

  .para-copy {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }

  .button-volunteer-copy.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
  }

  .button-volunteer-copy.center-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
  }

  .div-block-15 {
    height: 25vh;
  }

  .paragraph-3-copy {
    margin-left: -20px;
    text-align: justify;
  }

  .div-block-15-copy {
    height: 25vh;
  }

  .paragraph-3-copy {
    margin-left: -20px;
    font-size: 16px;
    text-align: center;
  }

  .paragraph-3-copy.mobile {
    font-size: 14px;
    text-align: center;
  }

  .paragraph-3-copy {
    margin-left: -20px;
    text-align: justify;
  }

  .paragraph-3-copy {
    margin-left: -20px;
    text-align: justify;
  }

  .paragraph-3-copy.mobile {
    margin-left: 0px;
  }

  .paragraph-3-copy {
    margin-left: -20px;
    text-align: justify;
  }

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

  .container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-18 {
    height: 520px;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-23 {
    display: inline-block;
    width: 100%;
  }

  .column-9-copy-1 {
    display: none;
  }

  .image-6-copy {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .image-6-copy-copy {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .columns-18 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .column-19 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .miision-block-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bold-text-12 {
    font-size: 18px;
  }

  .modal {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .modal-pop {
    -webkit-transform: translate(-50%, -250px);
    -ms-transform: translate(-50%, -250px);
    transform: translate(-50%, -250px);
  }

  .heading-24 {
    margin-top: 0px;
  }
}

