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

.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;pop
  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-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartquantityinput {
  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: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  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: -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;
}

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

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

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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.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-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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

.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-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

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

body {
  font-family: Sen;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;

}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

a {
  color: #8e8e8e;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 40px;
}

li {
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #eb5757;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 800;
}

.btn {
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #eb5757;
  background-color: #eb5757;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.btn.light.outline {
  color: #f9f9f9;
}

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

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

.btn.light.hero.safe {
  background-color: transparent;
  color: #fff;
}

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

.btn.outline {
  background-color: transparent;
  color: #eb5757;
}

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

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

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

.small.footer-small {
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

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

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

.container.aline {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.container.line-copy {
  height: 1px;
  margin-bottom: 45px;
  background-color: #525252;
}

.container.home-gallery {
  display: block;
}

.container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 45px;
  -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-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(34, 34, 34, 0.33))), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(34, 34, 34, 0.33)), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #f9f9f9;
}

.container.home-icon {
  padding-top: 90px;
  padding-bottom: 60px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.container.class-room {
  margin-bottom: 150px;
}

.container.gallery-wrapper {
  display: block;
  margin-top: 70px;
  margin-bottom: 50px;
}

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

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

.input:hover {
  border-color: #eb5757;
}

.input:active {
  border-color: #eb5757;
}

.input:focus {
  border-color: #eb5757;
}

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

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

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

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

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

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

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

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

.hero-section.about-hero {
  background-image: url('../images/sss.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section.contact-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section.life {
  min-height: 500px;
}

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

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  background-color: #fbfcf6;
}

.nav-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 7px 10px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #222;
}

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

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

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

.nav-wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 750px;
  -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;
}

.hero-wrapper.life {
  min-height: 500px;
}

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

.hero-heading.anout-hero-heading {
  width: 56%;
  font-size: 69px;
}

.hero-paragraph {
  width: 100%;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #f9f9f9;
  font-size: 20px;
}

.hero-paragraph.gosple {
  font-size: 26px;
}

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

.support-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-top-left {
  position: relative;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.support-top-details-text {
  font-family: Montserrat, sans-serif;
  color: #1976d2;
  font-size: 25px;
  line-height: 2;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.support-top-heading {
  margin-top: 12px;
  margin-bottom: 0px;
  color: #222;
  font-size: 38px;
  line-height: 1.2;
}

.support-wrapper {
  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;
}

.support-column {
  position: relative;
  width: 30%;
  min-height: 200px;
}

.support-square {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 350px;
  margin-bottom: 45px;
  -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: #e53935;
  text-decoration: none;
}

.support-square.blue {
  background-color: #1976d2;
}

.support-square.orange {
  background-color: #ff8e03;
  text-decoration: none;
}

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

.safe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -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;
}

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

.safe-paragraph {
  width: 60%;
  margin-bottom: 25px;
  color: #f9f9f9;
  font-size: 26px;
  font-weight: 300;
}

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

.head-top-wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  text-decoration: none;
}

.head-top-wrapper.underline {
  padding-bottom: 30px;
  border-bottom: 2px solid #525252;
}

.head-top-wrapper.bottom-margin {
  margin-bottom: 0px;
}

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

.shop-image {
  min-height: 500px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.shop-image.tumbler-1 {
  position: relative;
  min-height: 350px;
  margin-bottom: 15px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.shop-image.tumbler-1.narrow-list {
  min-height: 400px;
}

.shop-image.tumbler-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.shop-details-wrapper {
  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;
}

.shop-details-left {
  width: 100%;
}

.shop-item-name {
  color: #222;
  font-size: 20px;
  font-weight: 400;
}

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

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

.footer {
  padding-top: 65px;
  padding-bottom: 10px;
  background-color: #000;
}

.footer-wrapper {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row warp;
  border-bottom: 1px solid #fff;
  padding: 0 0 40px 0;
}

.footer-wrapper img { width: 40px; }

.footer-wrapper-segunda {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row warp;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 20px 0;
  margin: 30px 0;
}

.grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-auto-flow: row;
    width: 100%;
    align-content: space-between;
    grid-template-columns: repeat(20,minmax(0,1fr));
}

.mt-2 {
    margin-top: 2rem;
}

.mt-2 a {
    color: #fbfcf6;
    text-decoration: none;
}

.textsize-medium { font-size: 26px; }
.textsize-small { font-size: 14px; font-weight: 200; color: #fbfcf6; }


.social-footer-link {
  margin-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.footer-bottom-wrapper {
  margin-top: 55px;
  color: #ffffff;
  text-align: center;
}

.nav-menu {
  font-size: 16px;
  font-weight: 400;
}

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

.content-section.why-acme-sections {
  display: block;
  padding-bottom: 0px;
}

.about-top-block {
  line-height: 1.6;
}

.why-acme-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-acme-heading {
  text-align: center;
}

.why-acme-paragraph {
  padding-top: 17px;
  font-size: 19px;
  text-align: center;
}

.about-columns-wrapper {
  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;
}

.about-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
  -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;
  color: #525252;
  text-decoration: none;
}

.image {
  display: block;
  height: 65px;
}

.heading {
  margin-top: 55px;
}

.products-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 0px;
  border-bottom: 1px none rgba(34, 34, 34, 0.08);
}

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

.pill-2.badge {
  border-radius: 0px;
}

.pill-2.badge.primary.sale {
  position: absolute;
  left: auto;
  top: 4%;
  right: 2%;
  bottom: auto;
  border-radius: 5px;
  background-color: #eb5757;
  font-size: 14px;
  text-transform: uppercase;
}

.shop-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shop-item-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.shopping-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shopping-page-left {
  width: 40%;
}

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

.shopping-page-image {
  position: relative;
  min-height: 450px;
  border-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-product-headin {
  margin-top: 0px;
}

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

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

.page-price-wrapping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 18px;
}

.add-to-cart-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.shop-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shop-category-menu {
  width: 20%;
  padding-right: 25px;
}

.shop-list {
  width: 80%;
}

.category-menu-item {
  margin-bottom: 10px;
}

.category-menu-heading {
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.5;
}

.empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -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: transparent;
}

.cart-nav-wrapper {
  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;
}

.checkout-form {
  background-color: transparent;
}

.paypal-checkout-form {
  background-color: transparent;
}

.container-checkout {
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pay-with-browser {
  border-radius: 5px;
}

.apple-pay {
  border-radius: 5px;
}

.block-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.block-content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.order-confirmation {
  background-color: transparent;
}

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

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

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.42)), to(#222)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.42), #222), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #f9f9f9;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.slider {
  min-height: 750px;
}

.slider.life {
  min-height: 500px;
}

.slide {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.66)), to(hsla(0, 0%, 100%, 0))), url('../images/sixteen-miles-out-Uc6kiKdW2_g-unsplash.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.66), hsla(0, 0%, 100%, 0)), url('../images/sixteen-miles-out-Uc6kiKdW2_g-unsplash.jpg');
  background-position: 0px 0px, 50% 85%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, hsla(0, 0%, 100%, 0)), to(#222)), url('../images/thomas-schutze-6j4UjzyDtBk-unsplash.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0) 0%, #222), url('../images/thomas-schutze-6j4UjzyDtBk-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-3 {
  background-image: linear-gradient(9deg, rgba(0, 0, 0, 0.47), hsla(0, 0%, 100%, 0)), url('../images/KakaoTalk_20201117_110905341_19.jpg');
  background-position: 0px 0px, 50% 95%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.paragraph.home-text {
  color: #8d8d8d;
}

.home-gallery {
  margin-bottom: 90px;
}

.bottom {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid #dadada;
}

.container-tail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1490px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.text-block-2 {
  margin-top: 34px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
}

.text-block-3 {
  padding-top: 20px;
  padding-bottom: 5px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
}

.text-block-3:hover {
  color: #8d8d8d;
}

.text-block-3.worship-latest-title {
  color: #222;
  font-size: 26px;
  text-decoration: none;
}

.text-block-3.worship-latest-title:hover {
  color: #8d8d8d;
}

.text-block-4.worship-latest-text {
  font-size: 18px;
}

.text-span {
  margin-right: 5px;
  margin-left: 5px;
  font-family: Merriweather, serif;
  color: #a8a8a8;
  font-size: 9px;
}

.text-span-2 {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 500;
}

.div-block {
  padding-bottom: 30px;
  text-decoration: none;
}

.support-top-explan {
  width: 100%;
  margin-top: 31px;
  margin-bottom: 60px;
}

.text-block-5 {
  padding-top: 35px;
  padding-bottom: 35px;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.text-block-5.admin {
  font-size: 20px;
  font-weight: 700;
}

.text-block-5.nextgen {
  font-size: 19px;
}

.values {
  position: relative;
  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;
  text-decoration: none;
}

.value {
  width: 75px;
}

.value.grey {
  width: 80px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.value.size {
  width: 80px;
}

.rule {
  display: block;
  width: 70px;
  margin-bottom: 25px;
}

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

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

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

.text-block-gospel {
  color: #222;
  font-weight: 700;
}

.text-block-2-gospel {
  display: inline-block;
  margin-top: 34px;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #a750b4;
  color: #a750b4;
  font-size: 15px;
  font-weight: 500;
}

.heading-2-gospel {
  font-size: 18px;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  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;
  text-decoration: none;
}

.text-block-6 {
  width: 150px;
  color: #222;
  font-size: 26px;
  font-weight: 700;
}

.bottom-con {
  height: 65px;
  padding-right: 42px;
}

.text-block-7 {
  padding-right: 113px;
  padding-left: 17px;
  color: #222;
}

.div-block-3 {
  width: 1px;
  background-color: #7f7e7e;
}

.footer-copy {
  width: 100%;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #525252;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  
  margin-bottom: 32px;
}

.footer-link {
  padding-right: 32px;
  font-size: 15px;
  text-decoration: none;
}

.top-heading-copy {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.2;
  font-weight:300;
}

.paster-image {
  width: 30%;
}

.staff-section {
  margin-bottom: 90px;
}

.pastor-content {
  width: 65%;
}

.text-block-staff {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.text-block-sraff {
  margin-bottom: 30px;
}

.slider-church {
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.hero-heading-2 {
  width: 54%;
  color: #f9f9f9;
  font-size: 44px;
  line-height: 1.2;
}

.slide-4 {
  padding-right: 65px;
  padding-left: 65px;
  background-image: linear-gradient(9deg, rgba(0, 0, 0, 0.47), hsla(0, 0%, 100%, 0)), url('../images/KakaoTalk_20201117_110932116_04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 125%;
  background-repeat: repeat, no-repeat;
}

.left-arrow-3 {
  left: auto;
  top: auto;
  right: 7%;
  bottom: 0%;
  display: none;
  height: 100px;
}

.right-arrow-3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100px;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: auto;
  margin-bottom: 30px;
  margin-left: 70px;
}

.text-span-3 {
  color: #c7c7c7;
}

.slide-image-life {
  padding-right: 65px;
  padding-left: 65px;
  background-image: linear-gradient(9deg, rgba(0, 0, 0, 0.47), hsla(0, 0%, 100%, 0)), url('../images/manuel-venturini-TBmHA1LOuZU-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.article-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 1px;
}

.article-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  margin-right: 24px;
  padding: 20px 10px;
  -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;
  border-color: #bebebe;
  border-radius: 1px;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
}

.article-page-count {
  margin: 0 auto;
  max-width: 100%;
  text-align:center;
  border-top: 1px solid #000;
  padding: 100px 0 150px 0;
  font-size: 18px;
}

.article-page-count a {
  text-decoration: none;
  color: #000;
  margin: 0 20px;
  
}

.article-page-count .pg_end, .pg_start, .pg_next, .pg_prev {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 3px 5px;
}

.text-span-4 {
  font-size: 18px;
}

.text-block-8 {
  color: #525252;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
}

.article-title {
  display: block;
  margin-bottom: 10px;
  color: #222;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.article-title:hover {
  color: #8d8d8d;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 32px;
  padding-left: 32px;
  -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-style: solid;
  border-width: 1px;
  border-color: #dadada;
  background-color: #f9f9f9;
  color: #707070;
  font-weight: 500;
}

.article-text-box {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.article-category {
  color: #1976d2;
  font-size: 15px;
  font-weight: 700;
}

.article-category.mk {
  font-family: Montserrat, sans-serif;
  color: #5a50ce;
}

.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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cell-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 411px;
  margin-bottom: 40px;
  -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-image: url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #f9f9f9;
}

.heading-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 65px;
  font-weight: 500;
}

.text-block-9 {
  font-size: 23px;
  font-weight: 700;
}

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

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

.divide {
  display: inline-block;
  width: 48%;
}

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

._2percent {
  display: inline-block;
  width: 3%;
  height: 50px;
}

._2percent.mbi {
  display: none;
}

.data-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  margin-top: 50px;
  margin-bottom: 40px;
  -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-image: url('../images/KakaoTalk_20201130_234658545_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #f9f9f9;
}

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

.divide-church {
  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;
}

.staffs_cell {
  width: 50%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  font-size: 20px;
  font-weight: 500;
}

.patror {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-style: solid;
  border-width: 1px;
  border-color: #dadada;
}

.grid-5 {
  padding-top: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #525252;
  background-color: #f7f7f7;
}

.grid-home {
  margin-bottom: 30px;
  grid-column-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-9 {
  padding: 30px;
  border-radius: 163px;
  background-color: #fffefe;
}

.home-top-heading {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 55px;
  line-height: 1.2;
}

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

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

.support-section-about.next-wrapper {
  padding-top: 100px;
}

.sub-text {
  width: 70%;
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.sub-title {
  font-size: 44px;
  line-height: 1.2;
}

.text-block-10 {
  margin-right: 46px;
  margin-bottom: 45px;
  margin-left: 46px;
  font-size: 19px;
}

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

.gospel-section {
  min-height: 600px;
  margin-top: 50px;
  margin-bottom: 100px;
  background-image: url('https://images.pexels.com/photos/2869044/pexels-photo-2869044.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.div-block-10 {
  width: 20px;
  height: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-image: url('../images/arrow-right.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-11 {
  padding: 10px 35px;
  border-radius: 87px;
  background-color: #f9f9f9;
  color: #1976d2;
  font-size: 24px;
  font-weight: 500;
}

.nav-link-small {
  margin-right: 2px;
  padding: 8px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #222;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-small:hover {
  color: #525252;
}

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

.nav-link-small.w--current:hover {
  color: #f9f9f9;
}

.list {
  padding-left: 20px;
}

.list-item {
  margin-bottom: 9px;
}

.text-block-staff-pastor {
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 700;
}

.pastor-content-top {
  width: 100%;
}

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

.image-2 {
  width: 95%;
  padding-right: 41px;
}

.text-title-pastor {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  font-size: 25px;
  font-weight: 700;
}

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

.columns {
  margin-top: 100px;
}

.staffs_cell_list {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  color: #8d8d8d;
  font-size: 20px;
  font-weight: 500;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -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-style: solid;
  border-width: 1px;
  border-color: #dadada;
}

.text-block-12 {
  margin-bottom: 50px;
  padding-top: 45px;
  padding-bottom: 21px;
  border-bottom: 1px solid #8d8d8d;
  font-size: 24px;
  font-weight: 700;
}

.grid-7 {
  grid-column-gap: 23px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-13 {
  color: #8d8d8d;
}

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

.more {
  padding: 15px 45px;
  border: 2px solid #222;
  background-color: transparent;
  color: #222;
  font-size: 20px;
  font-weight: 500;
}

.more:hover {
  background-color: #222;
  color: #fdfdfd;
}

.content {
  max-width: 1100px;
  margin: 100px auto;
}

.text-block-14 {
  margin-bottom: 50px;
  color: #8d8d8d;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  text-decoration: none;
}

.text-block-14.strong {
  color: #222;
  font-weight: 700;
}

.content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -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: center;
  border-bottom: 1px solid #000;
}

.content-top-heading {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 1.2;
}

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

.pastor-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-pastor {
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 700;
}

.grid-8 {
  justify-items: center;
  grid-auto-flow: row;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 18px;
}

.time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dadada;
}

.time-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dadada;
  background-color: #f9f9f9;
}

.time-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dadada;
  background-color: #dadada;
  font-weight: 700;
}

.columns-2 {
  margin-bottom: 60px;
  padding: 25px;
  background-color: #f9f9f9;
}

.text-block-15 {
  line-height: 2;
  font-weight: 700;
}

.text-block-16 {
  line-height: 2;
}

.maps {
  margin-top: 25px;
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-weight: 500;
}

.button-2 {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #20c788;
  text-align: center;
}

.button-3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffde03;
  color: #000;
  text-align: center;
}

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

.line {
  height: 1px;
  background-color: #525252;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-2 {
  margin-top: 0px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-2:hover {
  color: #8d8d8d;
}

.detail-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  text-decoration: none;
}

.detail-view:hover {
  color: #8d8d8d;
}

.html-embed {
  width: 8px;
  margin-top: 2px;
}

.text-block-17 {
  margin-right: 9px;
  font-weight: 700;
}

.html-embed-2 {
  width: 22px;
  margin-top: 3px;
  margin-right: 9px;
}

.text-block-18 {
  margin-top: 30px;
  color: #1976d2;
  font-size: 18px;
  font-weight: 500;
}

.sermon-tile {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

.text-block-bible {
  margin-bottom: 20px;
  color: #8d8d8d;
  font-size: 19px;
  line-height: 1.8;
  font-weight: 400;
}

.sermon-line {
  height: 30px;
  margin-top: 15px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dadada;
  color: #222;
  text-decoration: none;
}

.text-block-short {
  color: #525252;
  font-size: 19px;
  line-height: 1.8;
  font-weight: 400;
}

.support-top-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.map {
  height: 551px;
}

.news-link {
  margin-right: 40px;
  color: #8d8d8d;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.news-link:hover {
  color: #525252;
}

.news-category {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8d8d8d;
  font-size: 20px;
}

.article-dates {
  color: #8d8d8d;
  font-size: 17px;
  font-weight: 400;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding: 25px 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;
  color: #8d8d8d;
  font-size: 20px;
  text-decoration: none;
  list-style-type: none;
}

.page-link {
  text-decoration: none;
}

.article-title-fellow {
  display: block;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.article-infor-fellow {
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 400;
}

.html-embed-location {
  width: 13px;
  margin-top: 2px;
  margin-right: 5px;
  color: #8d8d8d;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #8d8d8d;
}

.login-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 70px;
  padding: 20px 23px;
  border: 2px solid #222;
  background-color: #222;
  color: #f9f9f9;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.login-btn:hover {
  background-color: #fff;
  color: #222;
}

.login-btn:active {
  background-color: #000;
  color: #fffdfd;
}

.text-field {
  height: 62px;
}

.register-btn {
  width: 100%;
  padding: 20px 23px;
  border: 2px solid #222;
  background-color: transparent;
  color: #222;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.register-btn:hover {
  background-color: #222;
  color: #fdfdfd;
}

.form {
  margin-bottom: 50px;
  border-bottom: 1px solid #dadada;
}

.content-login-heading {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 1.2;
}

.category-link {
  display: inline-block;
  margin-right: 15px;
  padding: 15px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #8d8d8d;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.category-link:hover {
  background-color: #405161;
  color: #f9f9f9;
}

.category-link.cate_on {
  border-color: #405161;
  background-color: #405161;
  color: #f9f9f9;
}

.academy-category {
  margin-bottom: 50px;
}

.academy-content-list {
  grid-column-gap: 30px;
  grid-row-gap: 51px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.academy-text {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8d8d8d;
  font-size: 20px;
  letter-spacing: -1px;
}

.academy-title {
  margin-top: 10px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}

.academy-title:hover {
  color: #525252;
}

.academy-cate-text {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 84px;
  background-color: #8d8d8d;
  color: #fff;
  font-size: 15px;
  letter-spacing: -1px;
}

.academy-cate-text.red {
  background-color: #eb5757;
}

.academy-cate-text.blue {
  background-color: #1976d2;
}

.academy-cate-text.green {
  background-color: #20c788;
}

.academy-cate-icon {
  margin-top: 20px;
}

.academy-content-block {
  text-decoration: none;
}

.html-embed-3 {
  display: inline-block;
  width: 16px;
  margin-top: 1px;
  margin-left: 25px;
}

.html-embed-4 {
  display: inline-block;
  width: 20px;
  height: 30px;
  margin-left: 20px;
}

.image-3 {
  display: none;
}

.div-block-15 {
  display: inline-block;
  overflow: hidden;
  width: 140px;
  height: 43px;
  margin-right: 5px;
  background-image: url('../images/cloud-magazine-logo-white.svg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-20 {
  display: inline-block;
  margin-top: 2px;
  font-size: 22px;
  font-weight: 400;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.academy-over-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.63);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.17) 10%, rgba(0, 0, 0, 0.49) 98%);
  color: #f9f9f9;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

.academy-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-aca {
  padding-right: 65px;
  padding-left: 65px;
  background-image: linear-gradient(9deg, rgba(0, 0, 0, 0.47), hsla(0, 0%, 100%, 0)), url('../images/acamedy-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.class-content-top {
  width: 100%;
}

.class-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.class-teacher {
  margin-bottom: 30px;
  color: #8d8d8d;
  font-size: 18px;
}

.text-span-5 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 14px;
}

.class-list {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  font-size: 18px;
  font-weight: 700;
}

.class-video {
  width: 95%;
}

.class-sub-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.class-data {
  color: #525252;
}

.class_list {
  padding-left: 20px;
  font-size: 15px;
}

.more-class {
  padding-right: 23px;
  padding-left: 23px;
  border: 2px solid #222;
  background-color: transparent;
  color: #222;
  font-size: 19px;
  font-weight: 500;
}

.more-class:hover {
  background-color: #222;
  color: #fdfdfd;
}

.more-class.w--current {
  margin-bottom: 45px;
  padding: 15px 50px;
  background-color: #222;
  color: #f9f9f9;
  font-size: 16px;
}

.class-down {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
  color: #8d8d8d;
}

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

.class-list-line {
  display: none;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #525252;
  font-size: 18px;
  font-weight: 700;
}

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

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

.circle-box {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  font-weight: 500;
}

.circle-icon {
  width: 50px;
}

.circle-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-span-6 {
  display: block;
  font-size: 28px;
}

.text-block-21 {
  color: #8d8d8d;
  font-size: 15px;
  line-height: 1.9;
}

.submit-button-2 {
  padding: 20px 50px;
  background-color: #405161;
  font-weight: 500;
}

.content-form {
  max-width: 900px;
  margin: 40px auto 100px;
}

.form-2 {
  font-weight: 500;
}

.field-label {
  font-weight: 500;
}

.text-block-22 {
  margin-top: 15px;
}

.text-block-sermon {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 500;
}

.audio-box {
  padding-top: 30px;
}

.heading-5 {
  padding-bottom: 10px;
}

.audio-player {
  padding: 20px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #8d8d8d;
  background-color: #f9f9f9;
  text-decoration: none;
}

.text-block-23 {
  color: #525252;
  font-size: 18px;
  font-weight: 500;
}

.columns-class {
  margin-top: 50px;
}

.image-4 {
  width: 46px;
}

.content-register {
  max-width: 700px;
  margin: 100px auto;
}

.text-span-7 {
  color: #e53935;
}

.form_title {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.register_sex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.radio-button-field {
  width: 50%;
}

.div-block-17 {
  padding: 30px;
  background-color: #f9f9f9;
}

.policy {
  overflow: scroll;
  height: 180px;
  margin-bottom: 40px;
  padding: 36px 33px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
}

.mission-top {
  padding: 50px 60px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(37%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.22))), url('../images/KakaoTalk_20201117_110905341_09.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 37%, rgba(0, 0, 0, 0.22)), url('../images/KakaoTalk_20201117_110905341_09.jpg');
  background-position: 0px 0px, 50% 39%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-title-mission {
  color: snow;
  font-size: 30px;
  line-height: 1.2;
}

.sub-text-mission {
  width: 70%;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #dadada;
  font-size: 18px;
}

.article-cate {
  display: block;
  margin-bottom: 10px;
  color: #8d8d8d;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button-mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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-style: solid;
  border-width: 1px;
  border-color: #dadada;
  background-color: #f9f9f9;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
}

.button-mission:hover {
  background-color: #dadada;
}

.div-block-mission-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.article-list-mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 1px;
}

.article-title-mission {
  display: block;
  margin-bottom: 10px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.article-title-mission:hover {
  color: #8d8d8d;
}

.grid-news-list {
  margin-top: 55px;
  margin-bottom: 55px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  font-weight: 500;
  text-decoration: none;
}

.news-box:hover {
  border-color: #1976d2;
}

.text-block-24 {
  margin-bottom: 10px;
  color: #e53935;
  font-size: 15px;
}

.text-block-25 {
  height: 130px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
}

.grid-gallery {
  grid-column-gap: 31px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-image-wrapper {
  position: relative;
  text-decoration: none;
}

.gallery-image-wrapper.gall-mobile {
  display: none;
}

.the-image {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-image-overay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 340px;
  padding: 30px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(#222));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), #222);
  color: #f9f9f9;
}

.gallery-image-title {
  margin-bottom: 10px;
}

.gallery-image-date {
  font-family: Montserrat, sans-serif;
  color: #c4c4c4;
  font-size: 14px;
  font-weight: 700;
}

.link-basic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

.prev-next-wrapper {
  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;
  background-color: #f9f9f9;
}

.link-4 {
  padding: 30px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  font-size: 18px;
  text-decoration: none;
}

.arrow-box {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.arrow-box:hover {
  background-color: #ebebeb;
  color: #dbd8d8;
}

.html-embed-5 {
  width: 7px;
}

.pn-box {
  border-top: 2px solid #dadada;
  background-color: #f9f9f9;
}

.grid-gallery-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-list-overay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 477px;
  padding: 30px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(#222));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.68), #222);
  color: #f9f9f9;
}

.the-image-list {
  width: 100%;
  height: 477px;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-gallery {
  max-width: 950px;
  margin: 70px auto;
}

.img-fluid {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.container-gallery.aline {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.container-gallery.line-copy {
  height: 1px;
  margin-bottom: 45px;
  background-color: #525252;
}

.container-gallery.home-gallery {
  display: block;
}

.container-gallery.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 45px;
  -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-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(34, 34, 34, 0.33))), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(34, 34, 34, 0.33)), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #f9f9f9;
}

.container-gallery.home-icon {
  padding-top: 90px;
  padding-bottom: 60px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.container-gallery.class-room {
  margin-bottom: 150px;
}

.container-gallery.gallery-wrapper {
  display: block;
  margin-top: 70px;
  margin-bottom: 50px;
}

.page-item {
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px 10px;
  text-decoration: none;
}

.page-item:hover {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
}

.page-item.active {
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  background-color: transparent;
  color: #1976d2;
  font-weight: 700;
}

.flex {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e53935;
}

.flex._2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-26 {
  margin-right: 10px;
}

.board-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 36px;
  font-weight: 700;
}

.gospel-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gospel-link {
  display: inline-block;
  margin-right: 15px;
  padding: 15px 36px;
  border-style: solid;
  border-width: 3px;
  border-color: #dadada;
  color: #8d8d8d;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.gospel-link:hover {
  border-width: 3px;
  border-color: #a750b4;
  background-color: transparent;
  color: #a750b4;
}

.gospel-link.cate_on {
  border-color: #405161;
  background-color: #405161;
  color: #f9f9f9;
}

.gospel-link.gospel_on {
  border-color: #a750b4;
  color: #a750b4;
}

.accordion_title-wrapper {
  position: relative;
  z-index: 2;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.accordion_item {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-right: 1.2rem;
  padding-bottom: 1rem;
}

.accordion_description-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.accordion_title {
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
}

.accordion_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  -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;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.accordion_list-wrapper {
  padding-left: 0rem;
  list-style-type: none;
}

.accordion_description {
  margin-top: 1rem;
}

.accordion_item-wrapper {
  margin-bottom: 0rem;
  border-bottom: 1px solid #e6e9ea;
  cursor: pointer;
}

.accordion_item-wrapper.w--current {
  border-bottom-style: none;
  border-radius: 5px;
  background-color: #f7f7f4;
}

.div-block-18 {
  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;
}

.div-block-18.heading-3 {
  font-size: 130px;
}

.div-block-19 {
  width: 10px;
}

.text-block-27 {
  font-size: 2.6rem;
}

.modal {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #5a50ce;
  background-image: linear-gradient(144deg, #1976d2, #eb5757);
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  -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;
  color: #f7f7f7;
  font-weight: 500;
  text-align: center;
}

.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1490px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  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;
}

.modal-content.aline {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.modal-content.line-copy {
  height: 1px;
  margin-bottom: 45px;
  background-color: #525252;
}

.modal-content.home-gallery {
  display: block;
}

.modal-content.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 45px;
  -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-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(34, 34, 34, 0.33))), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(34, 34, 34, 0.33)), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #f9f9f9;
}

.modal-content.home-icon {
  padding-top: 90px;
  padding-bottom: 60px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.modal-content.class-room {
  margin-bottom: 150px;
}

.modal-content.gallery-wrapper {
  display: block;
  margin-top: 70px;
  margin-bottom: 50px;
}

.close {
  padding: 2px 3px;
  border: 1px solid #f9f9f9;
  background-color: transparent;
  font-size: 11px;
}

.grid-calendar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading-7 {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.calendar-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-28 {
  font-size: 22px;
  font-weight: 700;
}

.presence {
  font-family: Poppins, sans-serif;
}

.text-span-8 {
  color: #1976d2;
}

.day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.live-icon {
  overflow: hidden;
  width: 100px;
  height: 32px;
  border-radius: 20px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-20 {
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-30 {
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  text-decoration: none;
}

.div-block-30:hover {
  border-color: #1976d2;
}

.grid-meditation-list {
  margin-top: 30px;
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.meditation-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  font-weight: 500;
  text-decoration: none;
}

.meditation-box:hover {
  border-color: #5a50ce;
  background-image: linear-gradient(176deg, rgba(90, 80, 206, 0.23) 1%, #fff 57%);
}

.medi-date {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #5a50ce;
  font-size: 25px;
  font-weight: 700;
}

.medi-subject {
  height: 60px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.top-heading-meditation {
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 45px;
  line-height: 1.2;
}

.grid-attendance {
  margin-bottom: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.calen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px;
  -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-family: Montserrat, sans-serif;
}

.calen.calun {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.days {
  position: absolute;
  color: #dadada;
  font-size: 35px;
}

.days.day1 {
  font-size: 25px;
}

.days.day2 {
  color: #5a50ce;
}

.atten {
  position: absolute;
  width: 120px;
}

.weekday {
  position: absolute;
  color: #525252;
  font-size: 40px;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  font-size: 53px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-9 {
  font-family: Montserrat, sans-serif;
  color: #5a50ce;
  font-weight: 700;
}

.text-block-29 {
  padding-top: 10px;
  font-size: 27px;
  font-weight: 500;
}

.button-4 {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 124px;
  background-color: #5a50ce;
  font-size: 20px;
  font-weight: 700;
}

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

.meditation-top-left {
  position: relative;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.slide-image-meditation {
  padding-right: 65px;
  padding-left: 65px;
  background-color: #222;
}

.mook-box {
  display: block;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-30 {
  padding: 20px;
  background-color: #f9f9f9;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 300;
  text-align: justify;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  -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-image: url('../images/main_slider01.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.heading-9 {
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
  line-height: 1.7;
}

.bible-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  -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;
  border-bottom: 1px none #dadada;
}

.text-block-31 {
  margin-top: 10px;
  font-size: 16px;
}

.bold-text-2 {
  font-weight: 100;
}

.heading-10 {
  color: #8d8d8d;
  font-size: 20px;
}

.block-quote {
  padding-top: 30px;
  border-top: 1px none #000;
  border-left-style: none;
  background-image: url('../images/img_blockquote_type1_small.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 21px;
  line-height: 1.7;
  font-weight: 300;
  text-align: justify;
}

.mook-title {
  font-weight: 400;
}

.mook-subject {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 200px;
  font-size: 40px;
  font-weight: 300;
}

.mook-authur {
  margin-top: 50px;
  padding-top: 5px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dadada;
  font-size: 13px;
  font-weight: 300;
}

.container-mook {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 80px;
  padding-left: 15px;
}

.container-mook.aline {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.container-mook.line-copy {
  height: 1px;
  margin-bottom: 45px;
  background-color: #525252;
}

.container-mook.home-gallery {
  display: block;
}

.container-mook.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 45px;
  -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-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(34, 34, 34, 0.33))), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(34, 34, 34, 0.33)), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #f9f9f9;
}

.container-mook.home-icon {
  padding-top: 90px;
  padding-bottom: 60px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.container-mook.class-room {
  margin-bottom: 150px;
}

.container-mook.gallery-wrapper {
  display: block;
  margin-top: 70px;
  margin-bottom: 50px;
}

.grid-cell-member-list {
  margin-bottom: 100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-5 {
  width: 200px;
  height: 200px;
  border-radius: 153px;
  -o-object-fit: cover;
  object-fit: cover;
}

.cell-member-box {
  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;
}

.text-block-32 {
  margin-top: 20px;
}

.cell-member-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sermon-date {
  font-family: Montserrat, sans-serif;
  color: #dadada;
  font-weight: 700;
}

.text-bible {
  margin-bottom: 4px;
  color: #5a50ce;
  font-size: 15px;
  font-weight: 500;
}

.round-img {
  border-radius: 750px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-color: #5e5e5e;
  border-radius: 0px;
}

.current_time {
  margin-right: 15px;
  margin-left: 15px;
}

.percentage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 15px;
  background-color: #405161;
}

.player-controls {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.playaudio {
  width: 46px;
  height: 46px;
  background-color: transparent;
  background-image: url('../images/play.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.seekobjcontainer {
  position: relative;
  width: 85%;
  height: 15px;
}

.seekobj {
  position: relative;
  height: 15px;
  background-color: #dadada;
}

.currenttime {
  color: #8d8d8d;
  font-size: 20px;
}

.box-login-after {
  display: none;
}

.nav-link-small-login {
  margin-right: 2px;
  padding: 8px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #222;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-small-login:hover {
  color: #525252;
}

.nav-link-small-login.w--current {
  color: #222;
}

.nav-link-small-login.w--current:hover {
  color: #f9f9f9;
}

.tabs-menu {
  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-block-33 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.tab-link-tab-1 {
  width: 50%;
  border-bottom: 1px solid #000;
  text-align: center;
}

.tab-link-tab-1.w--current {
  width: 50%;
  border-style: solid solid none;
  border-top-width: 1px;
  border-top-color: #000;
  border-right-width: 1px;
  border-right-color: #000;
  border-left-width: 1px;
  border-left-color: #000;
  background-color: transparent;
  text-align: center;
}

.tab-link-tab-2 {
  width: 50%;
  border-bottom: 1px solid #000;
  text-align: center;
}

.tab-link-tab-2.w--current {
  border-style: solid solid none;
  border-top-width: 1px;
  border-top-color: #000;
  border-right-width: 1px;
  border-right-color: #000;
  border-left-width: 1px;
  border-left-color: #000;
  background-color: transparent;
}

.tabs-content {
  padding: 30px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

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

.top-number-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

._80-container.left {
  margin-left: 0px;
}

.big-number {
  width: 70px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
}

.div-block-32 {
  width: 100%;
  height: 1px;
  background-color: #222;
}

.title-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #222;
  font-size: 70px;
  line-height: 1.1;
}

.title-1.word {
  font-weight: 300;
}

.margin-100px {
  margin-top: 100px;
}

.hero-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
}

.image-6 {
  width: 1445px;
}

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

.next-container.aline {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.next-container.line-copy {
  height: 1px;
  margin-bottom: 45px;
  background-color: #525252;
}

.next-container.home-gallery {
  display: block;
}

.next-container.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 45px;
  -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-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(34, 34, 34, 0.33))), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(34, 34, 34, 0.33)), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #f9f9f9;
}

.next-container.home-icon {
  padding-top: 90px;
  padding-bottom: 60px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.next-container.class-room {
  margin-bottom: 150px;
}

.next-container.gallery-wrapper {
  display: block;
  margin-top: 70px;
  margin-bottom: 50px;
}

.next-container.next-wrapper {
  padding-top: 100px;
}

.flex-horizontal {
  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;
}

.next-text {
  margin-right: 50px;
  color: #222;
}

.grid-9 {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.next-title {
  margin-top: 0px;
  color: #222;
  font-size: 22px;
  line-height: 28px;
}

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

.list-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  color: #525252;
  list-style-type: none;
}

.list-2.num {
  padding-left: 20px;
  list-style-type: decimal;
}

.list-item-2 {
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

.paragraph-3._0px {
  margin-bottom: 0px;
}

.circle-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -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: 100%;
  background-color: #222;
}

.gallery-content {
  overflow: hidden;
}

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

.next-gallery-wrapper {
  position: relative;
}

.photo-100 {
  width: 100%;
  height: 100%;
}

.overay-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.listen {
  width: 162px;
  margin-bottom: 20px;
}

.with-oyoc {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.grid-nextgen {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-gen {
  display: none;
  margin-right: 46px;
  margin-bottom: 45px;
  margin-left: 46px;
  font-size: 17px;
  text-align: center;
}

.text-block-34 {
  color: #525252;
  font-size: 18px;
}

.check-box {
  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;
}

.checkbox-2 {
  height: 16px;
}

.circle_title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

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

.hero-wrapper-temp {
  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;
  text-align: center;
}

.hero-wrapper-temp.life {
  min-height: 500px;
}

.hero-temp {
  width: 100%;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  color: #f9f9f9;
  font-size: 20px;
  text-align: center;
}

.hero-temp.gosple {
  font-size: 26px;
}

.slider-temp {
  min-height: 100vh;
}

.slider-temp.life {
  min-height: 500px;
}

.container-temp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.container-temp.aline {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.container-temp.line-copy {
  height: 1px;
  margin-bottom: 45px;
  background-color: #525252;
}

.container-temp.home-gallery {
  display: block;
}

.container-temp.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 45px;
  -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-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(34, 34, 34, 0.33))), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(34, 34, 34, 0.33)), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #f9f9f9;
}

.container-temp.home-icon {
  padding-top: 90px;
  padding-bottom: 60px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.container-temp.class-room {
  margin-bottom: 150px;
}

.container-temp.gallery-wrapper {
  display: block;
  margin-top: 70px;
  margin-bottom: 50px;
}

.hero-section-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-image: url('../images/main_slider01.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #f9f9f9;
  text-align: center;
}

.hero-section-test.about-hero {
  background-image: url('../images/sss.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section-test.contact-hero {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/nathan-dumlao-pLoMDKtl-JY-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section-test.life {
  min-height: 500px;
}

.heading-11 {
  font-size: 54px;
  line-height: 1.3;
}

.text-block-35 {
  margin-top: 27px;
  color: #ffde03;
  font-size: 21px;
}

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

.article-list-mooksang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 1px;
}

.mk-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  margin-right: 24px;
  padding: 0px 10px;
  -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;
  border-color: #bebebe;
  border-radius: 1px;
  font-size: 23px;
  text-align: center;
  text-decoration: none;
}

.mk-text-box {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.button-mk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-left: 18px;
  -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-style: solid;
  border-width: 1px;
  border-color: #dadada;
  background-color: #f9f9f9;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
}

.button-mk:hover {
  background-color: #dadada;
}

.mk-dates {
  color: #8d8d8d;
  font-size: 20px;
  font-weight: 500;
}

.article-title-mooksang {
  display: block;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.article-title-mooksang:hover {
  color: #8d8d8d;
}

.div-block-mk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button-3 {
  width: 100%;
}

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

.text-meditation {
  padding-right: 5px;
  font-weight: 700;
}

.dropdown-list {
  background-color: #f9f9f9;
}

.dropdown-list.w--open {
  background-color: #f9f9f9;
}

.dropdown-link {
  font-weight: 500;
}

.gallery-image-overay-mobile {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 340px;
  -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;
  color: #525252;
}

.profile-notice {
  padding: 20px;
  background-color: #f9f9f9;
}

.link-5 {
  color: #222;
  font-weight: 700;
}

.profile-img {
  width: 150px;
  border-radius: 100px;
}

.profile-box {
  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;
}

.text-span-11 {
  font-weight: 300;
}

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

.container-profile.aline {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.container-profile.line-copy {
  height: 1px;
  margin-bottom: 45px;
  background-color: #525252;
}

.container-profile.home-gallery {
  display: block;
}

.container-profile.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 45px;
  -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-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(34, 34, 34, 0.33))), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(34, 34, 34, 0.33)), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #f9f9f9;
}

.container-profile.home-icon {
  padding-top: 90px;
  padding-bottom: 60px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.container-profile.class-room {
  margin-bottom: 150px;
}

.container-profile.gallery-wrapper {
  display: block;
  margin-top: 70px;
  margin-bottom: 50px;
}

.place_cate {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.place_cate_link {
  width: auto;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px 25px;
  float: left;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #525252;
  border-radius: 50px;
  color: #222;
  font-weight: 500;
  text-decoration: none;
}

.place_cate_link.on {
  border-color: #1976d2;
  background-color: #1976d2;
  color: #f9f9f9;
}

.place_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 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;
}

.place_list_grid {
  grid-column-gap: 45px;
  row-gap: 6rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.place_list_item {
  overflow: hidden;
  margin-bottom: 35px;
  border-style: solid;
  border-width: 0px;
  border-color: #dadada;
  color: #222;
  text-decoration: none;
}

.place_list_item:hover {
  color: #8d8d8d;
}

.place_item_thumb {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.place_list_item_title {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-36 {
  margin: 36px 0 20px 0;
  font-size: 25px;
  font-weight: 500;
}

.text-block-37 {
  color: #111111;
  font-size: 14px;
  font-weight: 300;
}

.text-block-41 {
  color: #111111;
  font-size: 18px;
  font-weight: 300;
}

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


.promocao {			
	border: 1px solid #000;
	border-radius: 20px;
	padding: 2em 2em 1rem 2em;
}

.place_detail_title {
  text-align: center;
}

.place-content {
  position: relative;
  max-width: 100%;
  margin: 0px auto;
}

.place_detail_img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.place_detail_map {
  border: 0px solid #000;
}

.place_detail_desc {
  margin-bottom: 50px;
  color: #111111;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  text-decoration: none;
}

.place_detail_desc.strong {
  color: #222;
  font-weight: 700;
}

.place_detail_add {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 12px;
  margin-right: 13px;
}

.text-block-place {
  margin-bottom: 30px;
  color: #8d8d8d;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  text-decoration: none;
}

.text-block-place.strong {
  color: #222;
  font-weight: 700;
}

.place_phone {
  font-size: 37px;
}

.place_workjing {
  font-size: 25px;
}

.div-block-33 {
  display: block;
  overflow: auto;
}

.place_link {
  display: block;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.link-6 {
  display: block;
  color: #525252;
  text-decoration: none;
}

.text-block-article-name {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-article-description {
  margin: 20px 0;
  font-size: 22px;
}

.text-block-place-name {
  margin-bottom: 30px;
  font-size: 39px;
  font-weight: 700;
}

.place_update {
  color: #111111;
  font-size: 14px;
  text-align: right;
  margin: 36px 0 30px 0;
}

.writers {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  margin: 0 0 50px 0;
  
}

.cloud_watch { 
	width: auto; 
	border: 1px; 
	border-radius: 20px; 
	text-align:center;  
	margin: 0 0 50px 0;
	padding: 50px 0;
	font-size: 22px;
	background-color: #eeeeee;
	/* font-family: 'Open Sans', sand-serif; */
}
.cloud_watch h1 { font-weight: 200; }

.cloud_watch img { margin: 25px 0; }

.writers img { width: 80px; margin-right: 10px; border: 0px solid #111; }

.icon-4 {
  display: inline-block;
  width: 24px;
  height: 24px;
  -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;
  color: #160042;
}

.icon-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  color: #f9f9f9;
}

.icon-5.place_detail_add {
  width: 50px;
  height: 50px;
  border-radius: 107px;
  background-color: #1976d2;
}

.place-banner {
  width: 100%;
}

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

.container-align.aline {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.container-align.line-copy {
  height: 1px;
  margin-bottom: 45px;
  background-color: #525252;
}

.container-align.home-gallery {
  display: block;
}

.container-align.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 45px;
  -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-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(34, 34, 34, 0.33))), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(34, 34, 34, 0.33)), url('../images/megan-allen-fx81JSLfyLU-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #f9f9f9;
}

.container-align.home-icon {
  padding-top: 90px;
  padding-bottom: 60px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.container-align.class-room {
  margin-bottom: 150px;
}

.container-align.gallery-wrapper {
  display: block;
  margin-top: 70px;
  margin-bottom: 50px;
}

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

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

.image-7 {
  display: none;
  width: 100%;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #ffde03;
  text-align: center;
}

.text-block-38 {
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.text-block-38-copy {
  font-size: 20px;
}

.div-block-34-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 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;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 15px;
  text-align: center;
}

.text-block-39 {
  margin-bottom: 10px;
  font-weight: 600;
}

.div-block-35 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 34px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-7 {
  color: #8d8d8d;
  text-decoration: none;
}

.text-block-40 {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #000;
}

.image-8 {
  width: 115px;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.staff-img {
  -o-object-fit: cover;
  object-fit: cover;
}

.staff-image {
  overflow: hidden;
  height: 260px;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 20px;
  }

  .container.next-wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }
  
 .article-page-count {
	  padding: 70px 0 100px 0;
	  font-size: 17px;
	}



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

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 51px;
    text-align: center;
  }

  .hero-wrapper {
    min-height: 480px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero-wrapper.life {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-heading {
    width: 75%;
    font-size: 48px;
  }

  .hero-paragraph {
    width: 55%;
  }

  .hero-paragraph.gosple {
    width: 59%;
  }

  .support-top-details-text {
    font-size: 26px;
  }

  .support-square {
    min-height: 267px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .safe-heading {
    width: 76%;
  }

  .safe-paragraph {
    width: 55%;
  }

  .shop-image.tumbler-1 {
    min-height: 350px;
  }

  .shop-image.tumbler-1 {
    min-height: 350px;
  }

  .shop-details-wrapper {
    font-size: 14px;
  }

  .shop-details-left {
    margin-right: 25px;
  }

  .nav-button {
    padding: 0px 11px;
    color: #222;
  }

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

  .nav-menu {
    width: 100vw;
    padding-top: 100px;
    padding-bottom: 30px;
    background-color: #11111;
  }

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

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

  .shop-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 25px;
  }

  .shop-list {
    width: 100%;
  }

  .category-menu-heading {
    line-height: 1.5;
  }

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

  .slider {
    min-height: 480px;
  }

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

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

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

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

  .value {
    width: 65px;
  }

  .value.grey {
    width: 71px;
  }

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

  .footer-copy {
    width: 55%;
  }

  .icon {
    font-size: 47px;
  }

  .slider-church {
    min-height: 480px;
  }

  .hero-heading-2 {
    width: 75%;
    font-size: 48px;
  }

  .slide-4 {
    padding-right: 15px;
    padding-left: 15px;
    background-size: auto, cover;
  }

  .grid-admin {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-8 {
    font-size: 15px;
  }

  .grid-home {
    grid-column-gap: 20px;
  }

  .home-top-heading {
    font-size: 48px;
  }

  .sub-text {
    width: 80%;
  }

  .sub-title {
    width: 80%;
    font-size: 37px;
  }

  .grid-value {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-small {
    display: none;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 38px;
    text-align: center;
  }

  .nav-link-small:hover {
    color: #fff;
  }

  .text-block-staff-pastor {
    margin-top: 30px;
  }

  .image-2 {
    width: 100%;
    padding-right: 0px;
  }

  .columns {
    margin-top: 60px;
  }

  .div-block-11 {
    font-size: 15px;
  }

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

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

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

  .worship-grid {
    grid-column-gap: 20px;
  }

  .map {
    height: 450px;
  }

  .news-link {
    font-size: 18px;
  }

  .category-link {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
  }

  .academy-content-list {
    grid-column-gap: 20px;
  }

  .academy-text {
    font-size: 18px;
  }

  .academy-title {
    font-size: 20px;
  }

  .academy-cate-text {
    font-size: 14px;
  }

  .html-embed-3 {
    display: none;
  }

  .html-embed-4 {
    display: none;
  }

  .slide-aca {
    padding-right: 15px;
    padding-left: 15px;
    background-size: auto, cover;
  }

  .class-title {
    margin-top: 30px;
  }

  .class-video {
    width: 100%;
  }

  .class-list-line {
    display: block;
    background-color: #f9f9f9;
  }

  .grid-circle {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .columns-class {
    margin-top: 40px;
  }

  .sub-title-mission {
    width: 100%;
    font-size: 27px;
  }

  .sub-text-mission {
    width: 80%;
  }

  .grid-news-list {
    margin-top: 45px;
    margin-bottom: 45px;
    grid-column-gap: 45px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .the-image {
    height: 185px;
  }

  .gallery-image-overay {
    height: 185px;
  }

  .gallery-list-overay {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 210px;
  }

  .the-image-list {
    height: 210px;
  }

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

  .flex._2 {
    -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;
  }

  .flex._2.center {
    -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;
  }

  .gospel-link {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .area {
    font-size: 89px;
  }

  .boundary {
    font-size: 90px;
  }

  .cellnum {
    font-size: 90px;
  }

  .modal-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid-meditation-list {
    margin-top: 45px;
    margin-bottom: 45px;
    grid-column-gap: 45px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .medi-subject {
    font-size: 20px;
  }

  .atten {
    width: 100px;
  }

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

  .grid-cell-member-list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-5 {
    width: 175px;
    height: 175px;
  }

  .seekobjcontainer {
    width: 75%;
  }

  .box-login-after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link-small-login {
    width: 198px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 28px;
    text-align: center;
  }

  .nav-link-small-login:hover {
    color: #fff;
  }

  ._80-container {
    width: 100%;
  }

  .title-1 {
    font-size: 50px;
  }

  .margin-100px {
    margin-top: 70px;
  }

  .hero-photo {
    width: 100%;
  }

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

  .next-container.next-wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }

  .next-container.next-wrapper.top {
    padding-top: 70px;
  }

  .grid-9 {
    margin-top: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .next-grid-5-column {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-nextgen {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-wrapper-temp {
    min-height: 480px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero-wrapper-temp.life {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-temp {
    width: 55%;
  }

  .hero-temp.gosple {
    width: 59%;
  }

  .slider-temp {
    min-height: 480px;
  }

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

  .container-temp.next-wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }

  .hero-section-test {
    min-height: 480px;
  }

  .dropdown-toggle {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 48px;
  }

  .text-meditation {
    padding-right: 30px;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .dropdown {
    margin-bottom: 30px;
  }

  .gallery-image-overay-mobile {
    height: 185px;
  }

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

  .place_cate {
    overflow: hidden;
    font-size: 12px;
  }

  .place_list_grid {
    grid-column-gap: 18px;
    row-gap: 4rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .place_item_thumb {
    height: auto;
  }

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

  .text-block-37 {
    font-size: 11px;
  }

  .place_detail_img {
    height: auto;
  }

  .div-block-33 {
    height: auto;
  }

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

  .container-align.next-wrapper {
    padding-right: 3%;
    padding-left: 3%;
  }

  .staff-image {
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.about-hero {
    background-image: url('../images/sss.jpg');
    background-position: 61% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    color: #fff;
  }

 .article-page-count {
	  padding: 60px 0 90px 0;
	  font-size: 17px;
	}


  .hero-heading.anout-hero-heading {
    font-size: 47px;
  }

  .hero-paragraph.gosple {
    font-size: 17px;
  }

  .support-top-wrapper {
    -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;
  }

  .support-top-left {
    margin-bottom: 35px;
  }

  .support-top-details-text {
    font-size: 24px;
  }

  .support-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .support-square {
    min-height: 160px;
    margin-bottom: 15px;
    -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;
  }

  .support-square-text {
    font-size: 30px;
    text-align: left;
  }

  .safe-wrapper {
    padding-bottom: 25px;
  }

  .safe-heading {
    font-size: 32px;
  }

  .safe-paragraph {
    width: 69%;
    font-size: 22px;
  }

  .head-top-wrapper {
    -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;
  }

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

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

  .about-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18%;
    margin-bottom: 45px;
    -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;
    text-align: center;
  }

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

  .pill-2.badge.primary.sale {
    right: 2%;
  }

  .shopping-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shopping-page-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .shipping-page-right {
    width: 100%;
    padding-left: 0px;
  }

  .shop-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop-category-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .shop-list {
    width: 100%;
  }

  .paragraph.home-text {
    font-size: 17px;
  }

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

  .container-tail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid {
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .support-top-explan {
    width: 100%;
  }

  .text-block-5 {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 29px;
  }

  .value {
    width: 60px;
  }

  .value.grey {
    width: 61px;
  }

  .rule {
    margin-bottom: 0px;
  }

  .div-block-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-3 {
    width: 100%;
    height: 1px;
  }

  .text-block-staff {
    font-size: 21px;
  }

  .article-date {
    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;
  }

  .article-title {
    font-size: 20px;
  }

  .article-category {
    display: block;
  }

  .div-block-6 {
    display: none;
  }

  .divide {
    display: block;
    width: 100%;
  }

  ._2percent {
    display: block;
    width: 100%;
    height: 10px;
  }

  .staffs_cell {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .grid-home {
    grid-column-gap: 10px;
  }

  .home-top-heading {
    font-size: 42px;
  }

  .grid-homes {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-link-small {
    font-size: 20px;
  }

  .text-block-staff-pastor {
    font-size: 21px;
  }

  .text-title-pastor {
    font-size: 21px;
  }

  .staffs_cell_list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .content {
    margin-top: 60px;
  }

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

  .content-title {
    margin-bottom: 15px;
  }

  .text-block-pastor {
    font-size: 23px;
  }

  .time {
    font-size: 15px;
  }

  .time-1 {
    font-size: 15px;
  }

  .time-title {
    font-size: 16px;
  }

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

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

  .worship-grid {
    grid-column-gap: 10px;
  }

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

  .sermon-line {
    -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;
  }

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

  .support-top-home {
    margin-bottom: 15px;
  }

  .map {
    height: 384px;
  }

  .news-link {
    font-size: 16px;
  }

  .article-title-fellow {
    font-size: 20px;
  }

  .category-link {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .academy-content-list {
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .academy-title {
    font-size: 22px;
  }

  .class-title {
    font-size: 21px;
  }

  .class-list {
    font-size: 21px;
  }

  .class-list-line {
    font-size: 21px;
  }

  .grid-circle {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-form {
    margin-top: 60px;
  }

  .content-register {
    margin-top: 60px;
  }

  .sub-title-mission {
    font-size: 25px;
  }

  .sub-text-mission {
    font-size: 17px;
  }

  .article-cate {
    font-size: 20px;
  }

  .div-block-mission-button {
    display: none;
  }

  .article-title-mission {
    font-size: 20px;
  }

  .grid-news-list {
    margin-top: 35px;
    margin-bottom: 35px;
    grid-column-gap: 29px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .news-box {
    padding: 35px;
  }

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

  .grid-gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .the-image {
    height: 130px;
  }

  .gallery-image-overay {
    display: none;
  }

  .grid-gallery-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-list-overay {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 15px 0px 20px;
    -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;
    background-image: none;
    color: #222;
    font-weight: 700;
  }

  .the-image-list {
    height: 210px;
  }

  .content-gallery {
    margin-top: 60px;
  }

  .page-item:hover {
    border-style: none;
  }

  .gospel-link {
    font-size: 15px;
  }

  .accordion_item {
    padding-right: 1rem;
  }

  .accordion_title {
    font-size: 1.125rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .accordion_description {
    margin-left: 0rem;
  }

  .area {
    font-size: 55px;
  }

  .boundary {
    font-size: 55px;
  }

  .cellnum {
    font-size: 55px;
  }

  .grid-meditation-list {
    margin-top: 35px;
    margin-bottom: 35px;
    grid-column-gap: 29px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .meditation-box {
    padding: 20px;
  }

  .medi-date {
    font-size: 15px;
  }

  .medi-subject {
    font-size: 16px;
  }

  .top-heading-meditation {
    font-size: 39px;
  }

  .calen {
    padding: 54px;
  }

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

  .text-block-29 {
    padding-top: 10px;
    font-size: 22px;
  }

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

  .meditation-top-left {
    margin-bottom: 15px;
  }

  .image-5 {
    width: 120px;
    height: 120px;
  }

  .current_time {
    margin-right: 10px;
    margin-left: 10px;
  }

  .seekobjcontainer {
    width: 70%;
  }

  .box-login-after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link-small-login {
    width: 130px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 16px;
  }

  .title-1 {
    font-size: 35px;
  }

  .margin-100px {
    margin-top: 60px;
  }

  .next-container.next-wrapper.top {
    padding-top: 50px;
  }

  .grid-nextgen {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-temp.gosple {
    font-size: 17px;
  }

  .hero-section-test.about-hero {
    background-image: url('../images/sss.jpg');
    background-position: 61% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .heading-11 {
    font-size: 41px;
  }

  .text-span-10 {
    font-size: 35px;
  }

  .mk-date {
    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;
  }

  .article-title-mooksang {
    font-size: 20px;
  }

  .div-block-mk {
    display: none;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .dropdown-toggle.w--open {
    font-size: 28px;
  }

  .text-meditation {
    padding-right: 10px;
  }

  .dropdown-link {
    text-align: center;
  }

  .gallery-image-overay-mobile {
    display: none;
  }

  .place_cate_link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .place_list_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .place-content {
    margin-top: 0px;
  }

  .place_detail_img {
    height: auto;
  }

  .place_detail_desc {
    font-size: 18px;
  }

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

  .div-block-33 {
    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-block-article-name {
    font-size: 30px;
  }

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

  .place_update {
    font-size: 11px;
  }
  .text-block-place-name {
    font-size: 30px;
  }

  .div-block-35 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .staff-image {
    height: 250px;
  }
  
  .textsize-medium { font-size: 20px; }
  .textsize-small { margin-top:20px; font-size: 11px;}
  
  .mt-2 {
    font-size:14px;
	}



}

@media screen and (max-width: 479px) {
  .btn.light.hero.safe {
    margin-right: 0px;
  }

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

  .container.heading {
    margin-top: 0px;
  }

  .container.home-gallery {
    margin-top: 30px;
  }

  .container.about {
    height: 300px;
    margin-bottom: 1px;
  }

  .container.home-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .container.class-room {
    margin-bottom: 75px;
  }

  .container.gallery-wrapper {
    margin-top: 30px;
  }
  
   .article-page-count {
	  padding: 50px 0 70px 0;
	  font-size: 17px;
	}
	
	 .article-page-count a {
		margin: 0 10px;
	}
  

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

  .hero-section.about-hero {
    background-position: 59% 50%;
  }

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

  .hero-section.life {
    min-height: 351px;
  }

  .hero-wrapper {
    min-height: 350px;
    padding-right: 5px;
    padding-bottom: 45px;
    padding-left: 5px;
    -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;
  }

  .hero-wrapper.life {
    min-height: 350px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-heading {
    width: 80%;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .hero-heading.anout-hero-heading {
    font-size: 26px;
  }

  .hero-paragraph {
    width: 90%;
    font-size: 16px;
  }

  .hero-paragraph.gosple {
    width: 100%;
    font-size: 12px;
  }

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

  .support-top-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .support-top-details-text {
    font-size: 18px;
  }

  .support-top-heading {
    font-size: 26px;
  }

  .support-column {
    margin-bottom: 20px;
  }

  .support-square {
    min-height: 120px;
  }

  .support-square.blue {
    margin-bottom: 20px;
  }

  .support-square-text {
    font-size: 20px;
  }

  .safe-wrapper {
    min-height: 380px;
  }

  .safe-heading {
    width: 81%;
    font-size: 20px;
  }

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

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

  .head-top-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .head-top-wrapper.underline {
    margin-top: 25px;
    padding-bottom: 0px;
  }

  .shop-details-wrapper {
    -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;
  }

  .shop-details-left {
    margin-right: 0px;
  }

  .shop-item-name {
    text-align: center;
  }

  .shop-item-price {
    margin-right: 5px;
    margin-left: 5px;
  }

  .nav-button {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding-top: 20px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .why-acme-paragraph {
    font-size: 15px;
    text-align: left;
  }

  .about-columns-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    -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;
    text-align: center;
  }

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

  .pill-2.badge.primary.sale {
    position: absolute;
    left: auto;
    top: 3%;
    right: 0%;
    bottom: auto;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
  }

  .shopping-page-image {
    min-height: 350px;
  }

  .shop-item-price-page {
    margin-right: 5px;
    margin-left: 5px;
  }

  .shop-category-menu {
    padding-right: 0px;
  }

  .order-item-list {
    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;
  }

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

  .brand {
    width: 160px;
    padding-left: 0px;
  }

  .utility-page-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .order-item-checkoiut {
    margin-bottom: 45px;
    -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;
    text-align: center;
  }

  .order-item-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -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;
    text-align: center;
  }

  .slider {
    min-height: 350px;
  }

  .slider.life {
    min-height: 350px;
  }

  .paragraph {
    padding-right: 42px;
    padding-left: 42px;
    font-size: 17px;
  }

  .home-gallery {
    margin-bottom: 35px;
  }

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

  .text-block-3 {
    font-size: 16px;
    line-height: 1.4;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .text-block-4.worship-latest-text {
    font-size: 13px;
  }

  .text-block-4.worship-last {
    display: none;
  }

  .text-span {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .div-block {
    padding-bottom: 15px;
  }

  .text-block-5 {
    font-size: 15px;
    font-weight: 500;
  }

  .text-block-5.admin {
    font-size: 13px;
  }

  .text-block-5.strong {
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-5.nextgen {
    font-size: 15px;
    font-weight: 700;
  }

  .value {
    width: 50px;
  }

  .value.grey {
    width: 60px;
  }

  .value.size {
    width: 47px;
  }

  .rule {
    width: 55px;
  }

  .sermon-thumb {
    width: 100%;
  }

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

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

  .heading-2-gospel {
    font-size: 15px;
  }

  .div-block-2 {
    -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;
  }

  .text-block-6 {
    width: 170px;
    font-size: 26px;
    text-align: center;
  }

  .bottom-con {
    height: 53px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-7 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .footer-copy {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
  }

  .div-block-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-link {
    padding-right: 0px;
    font-size: 13px;
  }

  .icon-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .icon-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .left-arrow-2 {
    display: none;
    width: 50px;
  }

  .right-arrow-2 {
    display: none;
    width: 50px;
  }

  .top-heading-copy {
    font-size: 40px;
    text-align: center;
  }

  .church-section {
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .paster-image {
    overflow: hidden;
    width: 90%;
    margin-right: 20px;
    margin-left: auto;
  }

  .staff-section {
    margin-bottom: 35px;
  }

  .pastor-content {
    width: 100%;
    margin-top: 0px;
  }

  .text-block-sraff {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .slider-church {
    min-height: 350px;
  }

  .hero-heading-2 {
    width: 95%;
    font-size: 24px;
  }

  .slide-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .left-arrow-3 {
    width: 50px;
  }

  .right-arrow-3 {
    width: 50px;
  }

  .slide-image-life {
    padding-right: 15px;
    padding-left: 15px;
  }

  .article-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -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;
  }

  .article-title {
    font-size: 16px;
  }

  .article-category {
    font-size: 13px;
  }

  .div-block-6 {
    display: none;
  }

  .cell-block {
    height: 212px;
    background-position: 50% 50%;
  }

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

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

  .grid-admin {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .divide {
    display: block;
    width: 100%;
  }

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

  ._2percent {
    display: block;
    width: 100%;
    background-color: #f9f9f9;
  }

  ._2percent.mbi {
    display: block;
  }

  .grid-cell {
    margin-bottom: 40px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .divide-church {
    display: block;
    width: 100%;
  }

  .staffs_cell {
    width: 100%;
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .patror {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-8 {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
  }

  .grid-5 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-home {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-top-heading {
    font-size: 26px;
    text-align: center;
  }

  .grid-homes {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .sub-text {
    width: 90%;
    margin-top: 10px;
    font-size: 12px;
  }

  .sub-title {
    width: 90%;
    font-size: 22px;
  }

  .text-block-10 {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 14px;
  }

  .slide-nav-2 {
    left: 15px;
    top: auto;
    right: auto;
    bottom: 0%;
    font-size: 11px;
  }

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

  .gospel-section {
    min-height: 380px;
    margin-bottom: 50px;
  }

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

  .grid-value {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-10 {
    width: 13px;
    height: 17px;
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .text-block-11 {
    padding: 5px 25px;
    font-size: 15px;
  }

  .list {
    font-size: 14px;
  }

  .pastor-content-top {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .columns {
    margin-top: 0px;
  }

  .staffs_cell_list {
    width: 100%;
    margin-top: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-11 {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 14px;
  }

  .text-block-12 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .grid-7 {
    grid-column-gap: 9px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .text-block-14 {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .content-top-heading {
    font-size: 26px;
    text-align: center;
  }

  .pastor-name {
    width: 100%;
    margin-top: 0px;
  }

  .text-block-pastor {
    font-size: 20px;
  }

  .time {
    font-size: 13px;
  }

  .time-1 {
    font-size: 13px;
  }

  .columns-2 {
    padding: 15px 0px;
  }

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

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

  .maps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .worship-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-13 {
    margin-top: 15px;
  }

  .detail-view {
    font-size: 15px;
  }

  .html-embed {
    margin-left: 8px;
  }

  .text-block-17 {
    display: none;
  }

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

  .sermon-tile {
    font-size: 19px;
  }

  .text-block-bible {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .sermon-line {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .text-block-short {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .support-top-home {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .map {
    height: 292px;
  }

  .news-link {
    margin-right: 22px;
    font-size: 14px;
  }

  .article-dates {
    font-size: 13px;
  }

  .pagination {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .article-title-fellow {
    font-size: 16px;
  }

  .article-infor-fellow {
    font-size: 15px;
  }

  .content-login-heading {
    font-size: 26px;
    text-align: center;
  }

  .category-link {
    margin-right: 5px;
    margin-bottom: 6px;
    padding: 10px;
    font-size: 14px;
  }

  .academy-category {
    margin-top: 20px;
  }

  .academy-content-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .academy-cate-text {
    font-size: 15px;
  }

  .div-block-15 {
    width: 133px;
    height: 41px;
  }

  .text-block-20 {
    margin-top: 4px;
    font-size: 19px;
  }

  .academy-over-text {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 15px;
    background-image: none;
    color: #dadada;
    font-size: 14px;
    line-height: 1.5;
  }

  .academy-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-aca {
    padding-right: 10px;
    padding-left: 10px;
  }

  .class-content-top {
    width: 100%;
    margin-top: 0px;
  }

  .class-title {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .class-teacher {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .class_list {
    font-size: 14px;
  }

  .more-class.w--current {
    margin-bottom: 30px;
  }

  .class-list-line {
    margin-bottom: 15px;
    padding-top: 10px;
    border-top-color: #dadada;
  }

  .grid-circle {
    grid-column-gap: 13px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .circle-box {
    font-size: 14px;
  }

  .text-span-6 {
    font-size: 19px;
  }

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

  .text-block-sermon {
    margin-top: 10px;
    font-size: 12px;
  }

  .audio-box {
    padding-top: 0px;
  }

  .heading-5 {
    padding-bottom: 10px;
    font-size: 22px;
  }

  .audio-player {
    padding: 15px 0px;
    border-bottom: 1px solid #dadada;
    background-color: transparent;
  }

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

  .columns-class {
    margin-top: 0px;
  }

  .image-4 {
    width: 30px;
  }

  .mission-top {
    padding: 30px 25px;
  }

  .sub-title-mission {
    width: 100%;
    font-size: 18px;
  }

  .sub-text-mission {
    width: 90%;
    margin-top: 10px;
    font-size: 12px;
  }

  .article-cate {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .article-list-mission {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .article-title-mission {
    font-size: 16px;
  }

  .grid-news-list {
    grid-column-gap: 10px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .news-box {
    height: auto;
    padding: 20px;
    font-size: 14px;
  }

  .text-block-24 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .text-block-25 {
    height: auto;
    margin-bottom: 10px;
    font-size: 15px;
  }

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

  .grid-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallery-image-wrapper.gall-mobile {
    display: block;
  }

  .the-image {
    height: 120px;
  }

  .gallery-image-date {
    font-size: 13px;
    font-weight: 500;
  }

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

  .grid-gallery-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-list-overay {
    padding-top: 10px;
    font-size: 15px;
  }

  .the-image-list {
    height: 185px;
  }

  .container-gallery {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-gallery.heading {
    margin-top: 0px;
  }

  .container-gallery.home-gallery {
    margin-top: 30px;
  }

  .container-gallery.about {
    height: 300px;
    margin-bottom: 1px;
  }

  .container-gallery.home-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .container-gallery.class-room {
    margin-bottom: 75px;
  }

  .container-gallery.gallery-wrapper {
    margin-top: 30px;
  }

  .board-title {
    font-size: 19px;
  }

  .gospel-category {
    display: block;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .gospel-link {
    width: auto;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 10px;
    font-size: 14px;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .area {
    font-size: 45px;
  }

  .boundary {
    font-size: 45px;
  }

  .cellnum {
    font-size: 45px;
  }

  .text-block-27 {
    font-size: 1.4rem;
  }

  .modal {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .modal-content.heading {
    margin-top: 0px;
  }

  .modal-content.home-gallery {
    margin-top: 30px;
  }

  .modal-content.about {
    height: 300px;
    margin-bottom: 1px;
  }

  .modal-content.home-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .modal-content.class-room {
    margin-bottom: 75px;
  }

  .modal-content.gallery-wrapper {
    margin-top: 30px;
  }

  .live-icon {
    width: 76px;
    height: 25px;
  }

  .div-block-30 {
    padding-bottom: 15px;
  }

  .grid-meditation-list {
    margin-top: 12px;
    grid-column-gap: 10px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .meditation-box {
    height: auto;
    padding: 20px;
    font-size: 14px;
  }

  .medi-date {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .medi-subject {
    height: auto;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .top-heading-meditation {
    margin-bottom: 17px;
    font-size: 27px;
    text-align: center;
  }

  .grid-attendance {
    margin-bottom: 70px;
  }

  .calen {
    padding: 35px 30px;
  }

  .calen.calun {
    margin-bottom: 15px;
  }

  .days {
    font-size: 26px;
  }

  .atten {
    width: 65px;
  }

  .weekday {
    font-size: 25px;
  }

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

  .div-block-31 {
    margin-bottom: 15px;
  }

  .text-block-29 {
    padding-top: 13px;
    font-size: 15px;
  }

  .button-4 {
    width: 100%;
    border-radius: 0px;
    text-align: center;
  }

  .meditation-top-left {
    margin-bottom: 0px;
    -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;
  }

  .slide-image-meditation {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-block-30 {
    padding: 15px;
    background-color: transparent;
  }

  .heading-9 {
    font-size: 18px;
  }

  .bible-quote {
    border-bottom-style: solid;
    border-bottom-color: #525252;
  }

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

  .heading-10 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }

  .block-quote {
    background-image: url('../images/img_blockquote_type1_small-wt.png');
    font-size: 19px;
  }

  .mook-title {
    color: #8d8d8d;
    font-weight: 300;
  }

  .mook-subject {
    padding-top: 70px;
    font-size: 25px;
    font-weight: 100;
  }

  .mook-authur {
    margin-top: 15px;
    border-bottom-color: #525252;
  }

  .container-mook {
    background-color: #222;
    color: #f9f9f9;
  }

  .container-mook.heading {
    margin-top: 0px;
  }

  .container-mook.home-gallery {
    margin-top: 30px;
  }

  .container-mook.about {
    height: 300px;
    margin-bottom: 1px;
  }

  .container-mook.home-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .container-mook.class-room {
    margin-bottom: 75px;
  }

  .container-mook.gallery-wrapper {
    margin-top: 30px;
  }

  .grid-cell-member-list {
    grid-column-gap: 4px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-5 {
    width: 91px;
    height: 91px;
  }

  .text-block-32 {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
  }

  .cell-member-head {
    margin-bottom: 15px;
  }

  .sermon-date {
    font-size: 13px;
    font-weight: 500;
  }

  .text-bible {
    font-size: 13px;
    font-weight: 500;
  }

  .gospel-thumb {
    width: 100%;
  }

  .percentage {
    margin-right: 0px;
  }

  .playaudio {
    width: 35px;
    height: 35px;
  }

  .seekobjcontainer {
    width: 60%;
  }

  .currenttime {
    font-size: 16px;
  }

  .box-login-after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link-small-login {
    width: 120px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 16px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs-content {
    padding: 15px;
  }

  .support-section-cell {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #222;
  }

  .top-number-wrapper {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .title-1 {
    font-size: 24px;
  }

  .margin-100px {
    margin-top: 50px;
  }

  .next-container.heading {
    margin-top: 0px;
  }

  .next-container.home-gallery {
    margin-top: 30px;
  }

  .next-container.about {
    height: 300px;
    margin-bottom: 1px;
  }

  .next-container.home-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .next-container.class-room {
    margin-bottom: 75px;
  }

  .next-container.gallery-wrapper {
    margin-top: 30px;
  }

  .next-container.next-wrapper.top {
    padding-top: 30px;
  }

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

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .circle-button {
    width: 100px;
    height: 100px;
  }

  .next-grid-5-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .listen {
    width: 117px;
  }

  .with-oyoc {
    margin-top: 11px;
    font-size: 13px;
  }

  .grid-nextgen {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-gen {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 12px;
  }

  .checkbox-label {
    font-size: 13px;
  }

  .hero-wrapper-temp {
    min-height: 350px;
    padding-right: 5px;
    padding-bottom: 45px;
    padding-left: 5px;
    -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;
  }

  .hero-wrapper-temp.life {
    min-height: 350px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-temp {
    width: 90%;
    font-size: 16px;
  }

  .hero-temp.gosple {
    width: 100%;
    font-size: 12px;
  }

  .slider-temp {
    min-height: 350px;
  }

  .slider-temp.life {
    min-height: 350px;
  }

  .container-temp.heading {
    margin-top: 0px;
  }

  .container-temp.home-gallery {
    margin-top: 30px;
  }

  .container-temp.about {
    height: 300px;
    margin-bottom: 1px;
  }

  .container-temp.home-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .container-temp.class-room {
    margin-bottom: 75px;
  }

  .container-temp.gallery-wrapper {
    margin-top: 30px;
  }

  .hero-section-test {
    min-height: 350px;
  }

  .hero-section-test.about-hero {
    background-position: 59% 50%;
  }

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

  .hero-section-test.life {
    min-height: 351px;
  }

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

  .text-block-35 {
    font-size: 13px;
  }

  .text-span-10 {
    font-size: 25px;
  }

  .article-list-mooksang {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mk-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-right: 10px;
    -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;
  }

  .mk-dates {
    font-size: 15px;
  }

  .article-title-mooksang {
    font-size: 16px;
  }

  .gallery-image-overay-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: #8d8d8d;
  }

  .container-profile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-profile.heading {
    margin-top: 0px;
  }

  .container-profile.home-gallery {
    margin-top: 30px;
  }

  .container-profile.about {
    height: 300px;
    margin-bottom: 1px;
  }

  .container-profile.home-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .container-profile.class-room {
    margin-bottom: 75px;
  }

  .container-profile.gallery-wrapper {
    margin-top: 30px;
  }

  .place_cate {
    position: relative;
  }

  .place_cate_link {
    margin-right: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 20px;
    font-size: 12px;
  }

  .place_list_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }

  .place_list_item {
    margin-bottom: 0px;
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
  }

  .place_list_item_title {
    padding: 0;
    
      }

.text-block-36 {
  margin: 15px 0 20px 0;

}

  .text-block-41 {
  	font-size:14px;
  	line-height: 18px;
  }

  .place_item_thumb {
    height: auto;
    width
  }

  .place_detail_img {
    height: auto;
  }

  .place_detail_desc {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .text-block-place {
    font-size: 15px;
  }

  .place_phone {
    font-size: 28px;
  }

  .place_workjing {
    font-size: 20px;
  }

  .div-block-33 {
    position: relative;
  }

  .place_link {
    font-size: 15px;
  }
  
  .text-block-article-name {
    font-size: 32px;
  }

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

  .place-banner {
    display: none;
  }

  .container-align {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-align.heading {
    margin-top: 0px;
  }

  .container-align.home-gallery {
    margin-top: 30px;
  }

  .container-align.about {
    height: 300px;
    margin-bottom: 1px;
  }

  .container-align.home-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .container-align.class-room {
    margin-bottom: 75px;
  }

  .container-align.gallery-wrapper {
    margin-top: 30px;
  }

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

  .image-7 {
    display: block;
  }

  .text-block-38 {
    font-size: 26px;
    font-weight: 700;
  }

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

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

  .text-block-39 {
    font-size: 15px;
  }

  .div-block-35 {
    grid-row-gap: 15px;
  }

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

  .staff-image {
    height: 130px;
  }
}

#w-node-_4cb65057-1b82-99b3-4636-2a66e59d829d-7c5261b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4cb65057-1b82-99b3-4636-2a66e59d82a1-7c5261b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fd90c06-8774-2301-ec79-ff5ecf203f87-7c5261b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fd90c06-8774-2301-ec79-ff5ecf203f8e-7c5261b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fd90c06-8774-2301-ec79-ff5ecf203f95-7c5261b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fd90c06-8774-2301-ec79-ff5ecf203f9c-7c5261b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8fd90c06-8774-2301-ec79-ff5ecf203fa3-7c5261b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f87649a6-31a4-129d-18f3-003720c0c28d-7c5261b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_39289804-5074-ef8c-bcda-c8ea0d775a28-7c5261b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_45bd5c6b-3d10-c083-8553-d2fb511a4b82-7c5261b6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f245-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f249-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f24d-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f251-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9c8dc435-443e-1383-4ab1-6bc8d29e1ec7-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_094b5a37-104b-9c29-b194-3cb07c14dab7-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f7436ba-7ca1-94ab-a352-bd66a7124b4d-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3f7436ba-7ca1-94ab-a352-bd66a7124b4e-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e93d745-45d7-93bb-80ec-d38d0f6ec42b-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5862f46d-4155-edbd-d9cb-25e7e2e8cd47-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bb512d1-b5cd-c3c2-6490-a8ad1715e308-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_989635f4-5ed9-369f-bb85-8673bb6000a3-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_025379c9-d880-c423-b956-c39603403800-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_7e4bcc85-54c8-8c9b-8a15-022bd1fe6e58-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ee89515-67db-f323-aded-b75176631620-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5762fc43-f1a8-6db9-1e64-d697148e3df0-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad80392b-aa55-9c7f-263e-d0c101bc6587-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_668d4314-a73f-16bc-6e6e-5b5cc636afbc-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_203a3258-a18d-fcec-1cab-6dded466579f-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0e0e16de-cc98-f917-9577-3b19d98ad390-e35261c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_47bcde23-b55b-c9df-42cb-c79ec614e6a0-8d5261c6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bab36f40-a00a-ac20-a6b3-5a145db04ce1-8d5261c6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b2f12176-87d3-7b82-bc29-a60ea75af2bc-335261c7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_47bcde23-b55b-c9df-42cb-c79ec614e6a0-745261c9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bab36f40-a00a-ac20-a6b3-5a145db04ce1-745261c9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8935e844-4e12-8465-bf9d-210645fa35b4-565261ca {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d7432549-238d-ca58-f646-357fe999e221-095261d4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_315baab0-cdda-bbf7-72fa-f10f661c13aa-095261d4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8a01b908-e17a-032b-7e46-95b98adfd245-095261d4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e7a7de5-6676-0c66-3760-693019696048-095261d4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0759fa72-5856-67c9-7a04-a2e8eb7ee012-095261d4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a01b5d36-1541-2905-f839-97ee858feef0-095261d4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c21c3ca3-f240-3b0a-f00d-96b687c01971-095261d4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_77a318ec-d581-66a2-9929-bae023af04aa-275261d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_77a318ec-d581-66a2-9929-bae023af04a6-275261d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_77a318ec-d581-66a2-9929-bae023af04ae-275261d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_77a318ec-d581-66a2-9929-bae023af04b2-275261d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_245caa35-e2c3-0a79-dda5-221634c6d813-275261d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_731eab1d-5f65-0d05-52fe-b2ac72cf122d-275261d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5337cddf-24c9-e126-309f-e95ac6450f1e-275261d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b535084-dece-aff2-a9a1-cddb61577d1d-275261d6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d83d98b-2607-176f-ee88-a10e1b1e0b46-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d83d98b-2607-176f-ee88-a10e1b1e0b49-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d83d98b-2607-176f-ee88-a10e1b1e0b4c-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d83d98b-2607-176f-ee88-a10e1b1e0b4f-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d83d98b-2607-176f-ee88-a10e1b1e0b52-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d83d98b-2607-176f-ee88-a10e1b1e0b59-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d83d98b-2607-176f-ee88-a10e1b1e0b61-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d83d98b-2607-176f-ee88-a10e1b1e0b64-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c41752e2-f3b0-8751-065e-f54f70818624-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef5342c7-4cd8-cd1b-8e5d-8eb5cdc10793-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_83a9bfb2-7d16-1583-dd21-bd1ccad579a5-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e20d48ee-2cb2-19ba-abdf-b134d6612972-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f039624e-bd84-e75e-6195-9fd0e44f96d7-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6f4c41a7-ee2d-8121-7834-d01849c54aaa-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d83d98b-2607-176f-ee88-a10e1b1e0b55-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f30d49c-ef42-ff53-57ec-1649548df6dd-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a5faae3b-1f09-eed5-6a7f-a430d2cbe889-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_03673178-515b-4bb7-35bf-2028d1137597-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4d83d98b-2607-176f-ee88-a10e1b1e0b5d-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b6017eed-077b-bb16-fc3e-7ad2a9a988ff-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a995058a-562a-8277-6b97-05aa630b1319-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e22d995c-23f6-5fa2-2ac3-2f46baa7e432-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_73813963-e885-a4ac-19cf-2a1b8804a3b2-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f3dd544-5106-195f-baf6-b7c7efa004f3-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4c0220b7-9e29-4cf9-4df6-ac2d87b39f89-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ffd0cb0e-0594-0d27-2abe-da878048dc2d-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd4b9a50-f733-a210-32dc-7bfa05e208df-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21085b55-8e17-8376-dc4f-45c7b48c8510-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21085b55-8e17-8376-dc4f-45c7b48c8514-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21085b55-8e17-8376-dc4f-45c7b48c8518-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21085b55-8e17-8376-dc4f-45c7b48c851c-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90c88a4a-e2ac-40e8-d519-a7c877b65efc-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b2312ee-7468-d544-d643-ae85e8378833-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4f4e011c-9d9a-1e63-15bd-fb6bb7a5941d-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f38b678f-36a2-4ab9-d891-69da5fd514a7-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_342bbe0a-2f57-0931-7052-ddb89139018c-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84a42f68-beeb-74cb-0721-4d6f61e6bd59-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20c092b0-eafc-6907-161d-aa9310679f12-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3d32917-a62a-f56e-cd7d-ff06dfdd775e-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4f90f35-1e25-c9c3-9c53-5f1521b10e26-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5f6082e0-db94-60bc-1bae-651c926871e3-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e380213b-1bb3-6763-9812-e5800d1efc80-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_23bbf58f-1c14-c607-e1b9-26d72d4f59ec-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d36fe24-2ad6-9523-74aa-f4e650f84830-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_730409b7-600b-f7d0-ecfe-12cc3ddd6841-f65261d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a358f61f-7f3e-32b0-6c94-135b40b38cfe-3d5261dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78508d15-d23a-2ca9-970b-9374f82718cb-3d5261dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_73875571-35aa-a7bc-5406-ea9529a68a8e-3d5261dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e1c0aac-7d59-82f5-8c50-de1ff9ea5255-3d5261dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74771b33-64c4-1e13-0f20-ab74cc4456b5-3d5261dc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6bfadee1-e877-1dca-7d57-d5ec82878580-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eabf178c-616b-6ee8-0fbd-e5a0f2807fe1-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0fdc2089-fa62-f318-3d80-a5d02d346f6d-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5bb93473-28c5-03b1-dedb-073d8a5495a6-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21a03e12-9b76-7332-a28b-665192d210b6-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e06f0f61-5362-c0df-1903-e3d8789e42ea-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2791df01-1738-2dc2-c6ed-baf13e86526d-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f249-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f24d-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f251-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f245-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f78729c-275d-d293-9f08-9b5078d681e6-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_14d1e6a4-0100-22fc-5606-441644397564-bc5261f3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8d4457e-e0b3-d966-29c0-f35416cc5148-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_09b62454-5177-3f2b-f144-aa49503a8b81-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_4348a65e-d8ac-bbfa-8ba7-ee99c27d9503-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d56a4427-42bb-b7fd-6bee-dbbaf3092ac8-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-eab067a1-a98b-55d6-357a-b2477889b7e2-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_43b1c9dc-5d95-0ea9-0df0-c4b033f1ee24-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-bd6f82fc-2f30-8259-f3ab-412c2ac120c9-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d2fac26a-0358-cd9c-b6ae-f64bd5acfde9-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_86541e9d-7669-2759-66f4-a6396426ea7d-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a9474854-dcd1-232c-8108-39907e0f3e91-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a9474854-dcd1-232c-8108-39907e0f3e93-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a9474854-dcd1-232c-8108-39907e0f3e95-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a9474854-dcd1-232c-8108-39907e0f3e97-555261fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_8935e844-4e12-8465-bf9d-210645fa35b4-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9c8dc435-443e-1383-4ab1-6bc8d29e1ec7-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_094b5a37-104b-9c29-b194-3cb07c14dab7-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e93d745-45d7-93bb-80ec-d38d0f6ec42b-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5862f46d-4155-edbd-d9cb-25e7e2e8cd47-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bb512d1-b5cd-c3c2-6490-a8ad1715e308-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_989635f4-5ed9-369f-bb85-8673bb6000a3-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_025379c9-d880-c423-b956-c39603403800-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_7e4bcc85-54c8-8c9b-8a15-022bd1fe6e58-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ee89515-67db-f323-aded-b75176631620-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5762fc43-f1a8-6db9-1e64-d697148e3df0-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad80392b-aa55-9c7f-263e-d0c101bc6587-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_668d4314-a73f-16bc-6e6e-5b5cc636afbc-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_203a3258-a18d-fcec-1cab-6dded466579f-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0e0e16de-cc98-f917-9577-3b19d98ad390-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7f20fd0-7e7a-8d4a-4b36-2e893da7a615-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_95c7b4ed-074e-c68d-49ef-948fba577f8c-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1c878f37-f7dc-3ab3-fe70-e16f87ad451a-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0fb66f84-1ca6-2224-fbbf-7303c4a85fe6-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_08b47041-5b15-8b02-af48-48f9c9d19184-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b0fef35-42ba-de4f-4134-5b07ae1317e4-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b0fef35-42ba-de4f-4134-5b07ae1317ee-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b0fef35-42ba-de4f-4134-5b07ae1317f8-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1b0fef35-42ba-de4f-4134-5b07ae131802-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e0749af-5960-2bb9-ed62-ecbee5dc1992-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e0749af-5960-2bb9-ed62-ecbee5dc199c-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e0749af-5960-2bb9-ed62-ecbee5dc19a6-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e0749af-5960-2bb9-ed62-ecbee5dc19b0-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ef7b8cf-9f17-337e-cb7c-70e17b868a2f-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ef7b8cf-9f17-337e-cb7c-70e17b868a39-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ef7b8cf-9f17-337e-cb7c-70e17b868a43-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5ef7b8cf-9f17-337e-cb7c-70e17b868a4d-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3ff7c62-8f37-115f-88d8-b03d5802df60-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_963b5c69-d501-034c-7fd6-0da0b1ace1b1-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68f5abe6-83e4-bc6c-3369-0eaffdefeb10-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_99e618ff-4509-19d3-9a11-2fc27491e826-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9ecaf308-7632-090d-7a0d-a11a275dfa3d-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b6231896-bb1e-b6ef-aa58-550f98f4a1d1-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2495d8c-4f7c-e27d-934b-518a7edaf89a-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3d3c7383-cdc3-34dc-de29-1326d8950026-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20b26b1b-5510-590e-0072-4545dddf5fcb-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20b26b1b-5510-590e-0072-4545dddf5fd5-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20b26b1b-5510-590e-0072-4545dddf5fdf-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20b26b1b-5510-590e-0072-4545dddf5fe9-735261ff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6bfadee1-e877-1dca-7d57-d5ec82878580-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eabf178c-616b-6ee8-0fbd-e5a0f2807fe1-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ae90422-eadb-c994-cf5d-f16a93fa7810-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0fdc2089-fa62-f318-3d80-a5d02d346f6d-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5bb93473-28c5-03b1-dedb-073d8a5495a6-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21a03e12-9b76-7332-a28b-665192d210b6-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e06f0f61-5362-c0df-1903-e3d8789e42ea-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2791df01-1738-2dc2-c6ed-baf13e86526d-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f249-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f24d-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f251-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84d16587-dc0f-5cb1-033c-977d41a2f245-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f78729c-275d-d293-9f08-9b5078d681e6-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_14d1e6a4-0100-22fc-5606-441644397564-de014aea {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9c8dc435-443e-1383-4ab1-6bc8d29e1ec7-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_094b5a37-104b-9c29-b194-3cb07c14dab7-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f7436ba-7ca1-94ab-a352-bd66a7124b4d-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_3f7436ba-7ca1-94ab-a352-bd66a7124b4e-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e93d745-45d7-93bb-80ec-d38d0f6ec42b-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5862f46d-4155-edbd-d9cb-25e7e2e8cd47-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3bb512d1-b5cd-c3c2-6490-a8ad1715e308-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_989635f4-5ed9-369f-bb85-8673bb6000a3-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_025379c9-d880-c423-b956-c39603403800-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_7e4bcc85-54c8-8c9b-8a15-022bd1fe6e58-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6ee89515-67db-f323-aded-b75176631620-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5762fc43-f1a8-6db9-1e64-d697148e3df0-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad80392b-aa55-9c7f-263e-d0c101bc6587-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_668d4314-a73f-16bc-6e6e-5b5cc636afbc-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_203a3258-a18d-fcec-1cab-6dded466579f-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0e0e16de-cc98-f917-9577-3b19d98ad390-ca76cf04 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_124c91ff-d2bc-2cb7-7f19-072cf174a493-1b7ba94b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f39dd72-66c1-9716-57f7-a554ddaf729f-1b7ba94b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_25df17bd-fcee-2a6d-0b1c-6658f4fc4006-1b7ba94b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_919b852f-468f-817f-4027-7cad296ebd4e-1b7ba94b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ddad9d32-51fb-493b-e3bd-1a7ad818cafa-1b7ba94b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-adcdfd44-a447-bdb0-2981-bb8def7ba77e-1b7ba94b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f076f51d-10f9-448c-a639-e3200ab5f7c8-1b7ba94b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* /////// tres-section CSS ///////////*/

.square-grid {
    grid-column-gap: 1px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.top-hero-post {
    height: 670px;
    background-image: url('');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.hero-post-overlay-link {
    background-color: rgba(0, 0, 0, .15);
    transition: all .3s;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.hero-post-title-div {
    z-index: 10;
    flex-direction: column;
    padding: 30px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.data-flex {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 4px;
    display: flex;
}
.post-title-link {
    color: var(--white-2);
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    color:#fff;       
    text-decoration: none;
}

.category-text-link {
    color: var(--black);
    letter-spacing: .25px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
       text-decoration: none;
}

.category-text-link.pills {
    background-color: var(--black);
    color: #fff;
    border-radius: 50px;
    padding: 2px 10px;
}
.data-created.white {
    color: #fff;
}
.data-created {
    color: var(--black);
    letter-spacing: .25px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 8px;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}
.white {
    color: #fff;
}

@media screen and (max-width: 991px) {
	.square-grid {
		grid-row-gap: 1px;
		grid-template-columns: 1fr;
	}
	.top-hero-post {
    height: 200px;
	}
	.hero-post-title-div {
    padding: 15px;
	}
	
}

@media screen and (max-width: 767px) {
	.post-title-link {
		font-size: 22px;
		line-height: 28px;
	}
}

@media screen and (max-width: 479px) {
	.post-title-link {
    	font-size: 22px;
    	line-height: 1.2em;
	}
}
