:root {
  --fis-black: black;
  --fis-light-green: #f4f5e0;
  --white: white;
  --fis-original-color: #b7bd3b;
  --black: black;
  --ivory: #fefff6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

body {
  color: var(--fis-black);
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fraunces;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.3em;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fraunces;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Fraunces;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tsfont, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tsfont, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tsfont, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--fis-black);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 0px solid var(--fis-black);
  background-color: var(--fis-light-green);
  text-align: center;
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 50px;
  font-size: 18px;
  line-height: 26px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.button-link {
  font-family: Tsfont, sans-serif;
  font-weight: 500;
}

.form-select {
  width: 100%;
  height: 56px;
  border: 1px solid var(--fis-black);
  background-color: var(--white);
  border-radius: 6px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color .3s ease-in-out;
}

.form-select:focus {
  color: #000;
  border-color: #094535;
}

.heading-h6 {
  margin-bottom: 10px;
  font-family: Tsfont, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  border-radius: 6px;
  padding: 15px 20px;
}

.style-guide-content {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.style-guide-content.form {
  display: block;
}

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

.color-box {
  width: 150px;
  height: 150px;
  border-radius: 6px;
}

.input-group {
  align-items: center;
  margin-bottom: 20px;
}

.style-guide-wrapper {
  margin-bottom: 60px;
}

.divider {
  height: 1px;
  background-color: rgba(31, 77, 58, .15);
  margin-top: 40px;
}

.divider.light {
  background-color: rgba(183, 189, 59, .15);
}

.divider.divider-spacing {
  margin-bottom: 40px;
}

.guide-item {
  text-align: center;
  padding-bottom: 20px;
  padding-right: 16px;
}

.button-primary {
  background-color: var(--fis-black);
  color: #fff;
  text-align: center;
  border-width: 0;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.button-primary:hover {
  background-color: var(--fis-original-color);
  color: var(--fis-black);
}

.button-primary.job-button {
  margin-left: auto;
  padding: 6px 15px;
  font-size: 14px;
}

.button-primary.button-full {
  justify-content: center;
}

.button-primary.button-search {
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.button-primary.button-hover-white {
  font-family: Tsfont, sans-serif;
  display: none;
}

.button-primary.button-hover-white:hover {
  background-color: var(--white);
}

.button-primary.button-hover-white.coming {
  background-color: var(--fis-original-color);
  color: var(--fis-black);
}

.button-primary.button-hover-white.home, .button-primary.button-hover-white.home-slide {
  margin-top: 40px;
  display: none;
}

.checkbox-label {
  padding-left: 6px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
  border-color: #090e20;
  transition: border .3s ease-in-out;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
  border-color: var(--fis-black);
  background-color: #fff;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
  border-color: #094535;
}

.heading-h5 {
  margin-bottom: 10px;
  font-family: Tsfont, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-h2 {
  margin-bottom: 10px;
  font-family: Tsfont, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-h4 {
  margin-bottom: 10px;
  font-family: Fraunces;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.container-medium.arabic, .container-medium.english {
  padding-left: 0;
  padding-right: 0;
}

.heading-h1 {
  margin-bottom: 10px;
  font-family: Tsfont, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.3em;
}

.style-guide-title {
  font-family: Tsfont, sans-serif;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #03cd69;
  border-radius: 6px;
  padding: 15px;
}

.lead-text {
  font-size: 18px;
  line-height: 1.4em;
}

.heading-h3 {
  margin-bottom: 10px;
  font-family: Tsfont, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.3em;
}

.form-input {
  height: 56px;
  border: 1px solid var(--fis-black);
  background-color: var(--white);
  color: #004b1a;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  transition: border-color .3s ease-in-out;
}

.form-input:focus, .form-input.-wfp-focus {
  border-width: 1px;
  border-color: var(--fis-black);
}

.form-input::-ms-input-placeholder {
  color: #000;
}

.form-input::placeholder {
  color: #000;
}

.form-input.form-textarea {
  height: 200px;
  background-color: var(--white);
  margin-bottom: 20px;
}

.form-input.form-textarea:focus {
  color: #000;
}

.form-input.form-input-white {
  float: none;
  background-color: var(--white);
  text-align: right;
  border-width: 0;
  margin-bottom: 0;
  padding-right: 140px;
  font-family: Tsfont, sans-serif;
}

.form-input.form-input-white:focus {
  border-width: 0;
}

.form-input.form-subscribe {
  height: 66px;
  padding-left: 20px;
  padding-right: 160px;
}

.form-input.search-input {
  height: 60px;
  background-color: var(--white);
}

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

.checkbox {
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
  border-color: #090e20;
}

.checkbox.w--redirected-checked {
  background-color: #094535;
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-size: auto;
  border-width: 0;
  border-color: #094535;
  border-radius: 3px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #094535;
  transition: background-color .3s ease-in-out;
}

.section-title {
  margin-bottom: 30px;
  font-family: Tsfont, sans-serif;
}

.section-title.text-center.inner-container-small {
  font-family: Tsfont, sans-serif;
}

.section-title.text-white {
  color: #fff;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-label {
  padding-left: 6px;
}

.bg-primary-2 {
  background-color: var(--fis-original-color);
}

.bg-primary-3 {
  background-color: var(--fis-light-green);
}

.black {
  background-color: var(--black);
}

.button-primary-2 {
  background-color: var(--fis-original-color);
  color: var(--fis-black);
  text-align: center;
  border-width: 0;
  border-radius: 6px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.button-primary-2:hover {
  background-color: var(--fis-black);
  color: var(--fis-original-color);
}

.button-primary-2.button-subscribe {
  font-family: Tsfont, sans-serif;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.button-primary-2.button-hover-white:hover {
  background-color: var(--white);
  color: var(--fis-black);
}

.dropdown-link {
  color: #f8f8f8;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  transition: color .3s ease-in-out;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--fis-original-color);
}

.dropdown-link.arabic {
  text-align: right;
}

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

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

.nav-menu.nav-menu-right {
  margin-left: auto;
}

.dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.nav-link.language {
  margin-left: 0;
}

.dropdown-toggle.nav-link.footer-link {
  margin: 0;
}

.nav-link {
  color: var(--fis-black);
  margin: 15px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--fis-black);
  text-decoration: underline;
}

.dropdown-link-list {
  margin-top: 30px;
}

.dropdown-title {
  color: #fff;
  font-size: 24px;
}

.dropdown-list {
  background-color: #191a1c;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 6px;
  margin-top: 15px;
  padding: 30px;
}

.dropdown-list.w--open {
  background-color: var(--fis-black);
  margin-top: 0;
}

.grid-dropdown {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(177px, 1.25fr);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Tsfont, sans-serif;
}

.navbar.arabic-navbar {
  direction: rtl;
}

.container {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Tsfont, sans-serif;
}

.container.alert {
  background-color: var(--fis-black);
}

.container.arabic {
  direction: rtl;
}

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

.grid-navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: var(--fis-light-green);
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
}

.hero-section.arabic {
  direction: rtl;
}

.grid-hero {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
}

.hero-content {
  margin-left: 20px;
}

.hero-content.arabic {
  direction: rtl;
  text-align: right;
}

.hero-image-wrap {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.hero-title {
  text-align: left;
  margin-bottom: 100px;
  font-family: Tsfont, sans-serif;
  font-weight: 700;
  line-height: 1.1em;
}

.hero-title.arabic {
  text-align: right;
}

.text-primary-2 {
  color: var(--fis-original-color);
  font-family: Tsfont, sans-serif;
}

.hero-description {
  direction: rtl;
  text-align: left;
  margin-bottom: 30px;
  font-family: Tsfont, sans-serif;
  font-size: 18px;
}

.hero-description.arabic {
  text-align: right;
}

.hero-button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.hero-sub-title {
  text-align: left;
  font-family: Tsfont, sans-serif;
}

.hero-sub-title.arabic {
  text-align: right;
}

.hero-notification {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 15px 15px 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 60px;
  left: -20px;
  right: auto;
}

.hero-notification-icon {
  height: 50px;
  margin-top: -40px;
}

.hero-notification-title {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
}

.massage-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: auto;
  right: -40px;
}

.massage-box.two {
  top: 150px;
  right: -20px;
}

.hero-image {
  border-radius: 12px;
}

.massage-avatar {
  height: 50px;
  border-radius: 12px;
}

.massage-avatar-name {
  font-weight: 600;
}

.massage-avatar-name-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  font-size: 12px;
  display: flex;
}

.massage-text {
  font-size: 11px;
  line-height: 1.2em;
}

.shape-01 {
  position: absolute;
  top: -40px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.shape-02 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -180px;
  left: 0%;
  right: auto;
}

.section-spacing {
  padding-top: 90px;
  padding-bottom: 90px;
}

.grid-feature-title {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 40px;
  font-family: Tsfont, sans-serif;
}

.grid-feature {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.feature-item {
  background-color: var(--fis-light-green);
  text-align: center;
  border-radius: 16px;
  padding: 40px 30px 30px;
}

.feature-item.left {
  text-align: left;
}

.feature-icon-wrap {
  width: 80px;
  height: 80px;
  background-color: var(--fis-black);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-icon-wrap.left {
  margin-left: 0;
  margin-right: 0;
}

.client-item {
  text-align: center;
  flex: none;
}

.client-image {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.about-section {
  background-color: var(--fis-black);
}

.grid-about {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.about-image {
  z-index: 1;
  border-radius: 16px;
  position: relative;
}

.about-content {
  font-family: Tsfont, sans-serif;
}

.about-content.about-content-right {
  text-align: right;
}

.text-white {
  color: #fff;
  font-family: Tsfont, sans-serif;
}

.list-style-item {
  grid-column-gap: 10px;
  color: var(--white);
  align-items: flex-start;
  display: flex;
}

.list-style-item.dark {
  color: var(--black);
  margin-top: 10px;
  font-family: Tsfont, sans-serif;
}

.list-style {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.list-style.list-style-space {
  margin-top: 50px;
  margin-bottom: 30px;
}

.list-style.about-list {
  margin-bottom: 0;
}

.list-style-icon {
  padding-top: 4px;
}

.about-image-wrap {
  position: relative;
}

.shape-03 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: -20px;
  right: auto;
}

.shape-04 {
  z-index: 1;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: -20px;
}

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

.counter-title {
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
}

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

.element-01 {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 54%;
  left: -30px;
  right: auto;
}

.element-02 {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: -30px;
  right: auto;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slider-item {
  text-align: center;
}

.testimonial-content {
  margin-bottom: 30px;
  font-family: Tsfont, sans-serif;
  font-weight: 400;
}

.testimonial-avatar-wrap {
  padding-bottom: 50px;
}

.mask {
  height: auto;
}

.slide-nav {
  display: none;
}

.left-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--fis-original-color);
  color: var(--fis-black);
  border-radius: 50%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 50px;
}

.left-arrow.button-right {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 50px;
}

.right-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--fis-original-color);
  color: var(--fis-black);
  border-radius: 50%;
  top: auto;
  bottom: 0%;
  left: 50px;
  right: 0%;
}

.right-arrow.button-right {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-icon {
  font-size: 22px;
}

.video-section.section-spacing-bottom {
  padding-top: 20px;
}

.video-section.section-spacing-bottom.arabic {
  direction: rtl;
}

.video-grid {
  grid-column-gap: 0px;
  background-color: var(--fis-light-green);
  border-radius: 16px;
  grid-template-rows: auto;
  align-items: end;
  overflow: hidden;
}

.video-content {
  padding: 50px;
}

.background-video {
  z-index: 1;
  position: relative;
}

.background-video-wrap {
  position: relative;
}

.background-video-time {
  z-index: 9;
  text-align: center;
  margin-top: 20px;
  position: absolute;
  top: auto;
  bottom: 26%;
  left: 0%;
  right: 0%;
}

.background-video-time.about.arabic {
  position: static;
}

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

.feature-item-dark {
  background-color: var(--fis-black);
  text-align: center;
  border-radius: 16px;
  padding: 40px 30px 30px;
}

.feature-icon-dark {
  width: 80px;
  height: 80px;
  background-color: var(--fis-original-color);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-small {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Tsfont, sans-serif;
}

.blog-image {
  border-radius: 16px;
}

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

.blog-item {
  height: 100%;
  background-color: var(--fis-light-green);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.blog-image-wrap {
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.blog-title {
  font-family: Tsfont, sans-serif;
  font-size: 26px;
}

.blog-date {
  padding-top: 80px;
  font-family: Tsfont, sans-serif;
}

.faq-section.section-spacing-bottom {
  padding-top: 90px;
}

.faq-section.section-spacing-bottom.arabic {
  direction: rtl;
}

.action-box-section {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tsfont, sans-serif;
}

.action-box-section.arabic {
  direction: rtl;
}

.action-box {
  background-color: var(--fis-black);
  border-radius: 16px;
  overflow: hidden;
}

.action-box-title {
  color: var(--fis-original-color);
  margin-bottom: 30px;
  font-family: Tsfont, sans-serif;
}

.action-box-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-subscribe {
  background-color: var(--ivory);
  border-radius: 16px;
  align-items: center;
  padding: 6px;
  position: relative;
}

.form-subscribe-wrap {
  max-width: 60%;
  align-items: center;
  position: relative;
}

.subscribe-small-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: 14px;
  display: flex;
}

.accordion-wrap {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(31, 77, 58, .15);
  padding-top: 30px;
  padding-bottom: 20px;
}

.accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
  font-size: 26px;
}

.accordion-icon {
  width: 20px;
}

.accordion-content {
  padding-top: 10px;
  font-family: Tsfont, sans-serif;
  overflow: hidden;
}

.grid-action-box-integration {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 30px;
  display: grid;
}

.acb-integration-items {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.acb-integration-item {
  width: 50px;
  height: 50px;
  background-color: var(--fis-light-green);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.action-box-content {
  padding: 50px;
}

.footer {
  padding-top: 150px;
}

.footer.arabic {
  direction: rtl;
}

.grid-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid rgba(31, 77, 58, .15);
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr;
  padding-bottom: 50px;
  font-family: Tsfont, sans-serif;
}

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

.footer-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

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

.footer-link:hover, .footer-link.w--current {
  text-decoration: underline;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.footer-copyright {
  margin-bottom: 0;
}

.footer-social-inline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-social-icon {
  height: 20px;
}

.footer-title {
  margin-bottom: 30px;
  font-family: Tsfont, sans-serif;
}

.feature-section.section-spacing.arabic {
  direction: rtl;
}

.hero-center-section {
  background-color: var(--fis-black);
  padding-top: 130px;
  padding-bottom: 280px;
  position: relative;
  overflow: hidden;
}

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

.hero-center-title {
  color: var(--ivory);
  font-family: Tsfont, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.hero-center-image-wrap {
  max-width: 74%;
  text-align: center;
  margin-top: -280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.hero-center-image {
  border-radius: 12px;
}

.hero-center-image-left {
  border-radius: 12px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: auto;
}

.hero-center-image-right {
  border-radius: 12px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-clients {
  margin-top: 50px;
  overflow: hidden;
}

.hero-client-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid-features {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  position: relative;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.feature-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.grid-feature-process {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-box-section {
  background-color: var(--fis-light-green);
}

.grid-about-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
}

.background-video-big {
  z-index: 1;
  height: 600px;
  border-radius: 16px;
  position: relative;
}

.about-box-item {
  height: 100%;
  background-color: var(--fis-black);
  border-radius: 16px;
  flex-direction: column;
  padding: 50px;
  display: flex;
  position: relative;
}

.about-box-item.bg-primary-2 {
  background-color: var(--fis-original-color);
}

.button-link-primary-2 {
  color: var(--fis-original-color);
}

.about-integration {
  width: 100%;
  max-width: 534px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.about-integration-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.about-integration-item {
  width: 80px;
  height: 80px;
  background-color: var(--fis-light-green);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-integration-icon {
  height: 44px;
}

.shape-05 {
  position: absolute;
}

.grid-counter-items {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: auto;
  margin-bottom: 40px;
}

.feature-dark-section {
  background-color: #153a2b;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-item {
  height: 100%;
  border-radius: 16px;
  flex-direction: column;
  padding: 36px;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.pricing-title-wrap {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-lists {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 80px;
  display: flex;
}

.pricing-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.pricing-button {
  margin-top: auto;
}

.button-white {
  background-color: var(--white);
  color: var(--fis-black);
  text-align: center;
  border-width: 0;
  border-radius: 6px;
  padding: 12px 30px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.button-white:hover {
  background-color: var(--fis-black);
  color: var(--white);
}

.button-white.button-full {
  width: 100%;
}

.button-white.button-split {
  margin-bottom: 8px;
}

.grid-step {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.step-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.step-number {
  width: 70px;
  height: 70px;
  background-color: var(--fis-black);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-number-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: 26px;
}

.step-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.testimonial-dark {
  background-color: var(--fis-black);
  border-radius: 16px;
  padding: 50px;
  position: relative;
}

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

.testimonial-section-title {
  color: var(--fis-original-color);
  justify-content: flex-start;
  font-family: Tsfont, sans-serif;
  display: inline;
}

.shape-06 {
  margin-top: -30px;
  padding-left: 20px;
}

.testimonial-dark-content {
  color: var(--fis-original-color);
  margin-bottom: 30px;
  font-family: Tsfont, sans-serif;
  font-weight: 400;
}

.testimonial-dark-avatar-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 150px;
}

.testimonial-dark-avatar-name {
  color: var(--fis-original-color);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
  font-size: 20px;
}

.hero-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-inner.bg-primary-3 {
  padding-bottom: 60px;
}

.grid-about-counter {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.about-counter-item {
  text-align: center;
}

.about-counter-title {
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
  font-size: 24px;
}

.about-counter-content {
  margin-top: 30px;
}

.grid-about-mission {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.client-items {
  max-height: 60px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

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

.integration-link-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.integration-category-link {
  width: 100%;
  background-color: var(--fis-light-green);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 15px 20px 5px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.integration-category-link:hover, .integration-category-link.w--current {
  background-color: var(--fis-original-color);
}

.empty-state {
  background-color: var(--fis-original-color);
  text-align: center;
  border: 1px solid #0a0909;
  border-radius: 6px;
  padding: 15px;
  font-weight: 500;
}

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

.integration-item {
  width: 100%;
  height: 100%;
  background-color: var(--fis-light-green);
  border-radius: 16px;
  padding: 30px;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.integration-item:hover {
  background-color: var(--fis-original-color);
}

.integration-icon {
  width: 60px;
  height: 60px;
}

.integration-title {
  font-family: Tsfont, sans-serif;
}

.integration-icon-wrap {
  width: 80px;
  height: 80px;
  background-color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.hero-inner-wrap {
  background-color: var(--fis-black);
  border-radius: 16px;
  padding: 120px 15px;
}

.grid-blog-featured {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.blog-featured-date {
  margin-top: auto;
  font-family: Tsfont, sans-serif;
}

.blog-list-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--fis-light-green);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  text-decoration: none;
  display: grid;
}

.blog-list-image {
  border-radius: 16px;
}

.blog-featured-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-list-title {
  margin-bottom: 20px;
  font-family: Tsfont, sans-serif;
}

.blog-list-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.action-box-center-content {
  text-align: center;
  padding: 50px;
}

.form-subscribe-wrap-center {
  max-width: 70%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subscribe-small-line-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  font-size: 14px;
  display: flex;
}

.action-box-center {
  background-color: var(--fis-light-green);
  border-radius: 16px;
}

.action-box-center-title {
  margin-bottom: 30px;
  font-family: Tsfont, sans-serif;
}

.blog-simple-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-simple-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.blog-simple-list-title {
  margin-bottom: 30px;
}

.pagination {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: grid;
}

.page-count {
  width: auto;
  margin-top: 0;
}

.blog-category {
  background-color: var(--fis-original-color);
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 2px 8px;
  font-family: Tsfont, sans-serif;
}

.grid-hero-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.grid-about-feature {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.about-feature-item {
  background-color: var(--fis-original-color);
  border-radius: 16px;
  padding: 50px;
}

.grid-feature-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.about-feature-icon {
  height: 40px;
  margin-bottom: 15px;
}

.about-feature-item-dark {
  background-color: var(--fis-black);
  border-radius: 16px;
  padding: 50px;
}

.about-feature-dark {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.about-feature-item-line {
  background-color: var(--fis-light-green);
  border-radius: 16px;
  padding: 50px;
}

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

.team-item {
  text-decoration: none;
}

.team-image {
  border-radius: 16px;
}

.team-info {
  margin-top: 10px;
}

.team-social-inline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.value-item {
  background-color: var(--fis-original-color);
  border-radius: 16px;
  padding: 30px 30px 20px;
}

.value-item.dark {
  background-color: var(--fis-black);
}

.grid-mission {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-mission-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 40px;
}

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

.grid-our-story {
  grid-template-rows: auto;
}

.stroy-image {
  border-radius: 16px;
  margin-bottom: 30px;
}

.team-wrap {
  background-color: var(--fis-original-color);
  border-radius: 16px;
  padding: 50px;
}

.grid-team-5-col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.text-small {
  font-size: 13px;
  line-height: 1.2em;
}

.grid-faq {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  position: relative;
}

.client-section {
  background-color: var(--fis-original-color);
  overflow: hidden;
}

.split-left {
  height: 500px;
  background-image: url('../images/DSC06371.png');
  background-position: 50%;
  background-size: cover;
}

.split-left._2 {
  background-image: url('../images/DSC06585.png');
}

.split-left.extracurricular {
  background-image: url('../images/DSC06656.png');
}

.split-left.school-policy {
  background-image: url('../images/DSC06529.png');
}

.split-left.code-of-conduct {
  background-image: url('../images/DSC06356.png');
}

.split-left.right-and-resp {
  background-image: url('../images/DSC06476.png');
}

.split-left.attendence {
  background-image: url('../images/DSC06384.png');
}

.split-left.withdrawal {
  background-image: url('../images/DSC06494.png');
}

.split-left.health-and-food {
  background-image: url('../images/DSC06686.png');
}

.split-left.admission {
  background-image: url('../images/DSC06290.png');
}

.grid-split {
  grid-column-gap: 0px;
  background-color: var(--fis-black);
  border-radius: 16px;
  grid-template-rows: auto;
  align-items: center;
  overflow: hidden;
}

.split-content {
  padding: 50px;
}

.pricing-compare-item {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--fis-light-green);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 30px 15px 20px;
}

.pricing-compare-item.one {
  background-color: rgba(0, 0, 0, 0);
}

.pricing-count {
  font-size: 20px;
}

.pricing-compare-title {
  width: 35%;
  color: #fff;
  margin-bottom: 0;
}

.pricing-compare-icon {
  height: 25px;
}

.pricing-compare-header {
  background-color: var(--fis-black);
  border-radius: 6px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.pricing-compare-item-header {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr;
  align-items: start;
  margin-bottom: 40px;
}

.pricing-compare-wrap {
  margin-bottom: 50px;
}

.pricing-compare-wrap.last {
  margin-bottom: 0;
}

.checkbox-label-light {
  color: #fff;
  padding-left: 10px;
}

.user-pages-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.user-pages-title-wrap {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--fis-original-color);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 50px;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.checkbox-light {
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
  border-width: 1px;
  border-color: #fff;
  margin-top: 0;
  transition: background-color .3s ease-in-out;
}

.checkbox-light.w--redirected-checked {
  background-color: #0a0909;
  background-image: url('../images/check-primary.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #fff;
  border-radius: 3px;
}

.checkbox-light.w--redirected-focus {
  box-shadow: none;
  border-color: #fff;
}

.user-pages-title {
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
}

.forgot-pass {
  background-color: var(--fis-black);
  color: #fff;
  padding-top: 10px;
  text-decoration: none;
  display: block;
}

.user-pages-bottom-text {
  text-align: center;
  margin-top: auto;
}

.user-pages-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--fis-black);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.user-page-form {
  padding: 80px 50px;
}

.user-page-description {
  font-size: 20px;
  line-height: 1.5em;
}

.button-full {
  width: 100%;
}

.email-confirmation {
  color: var(--fis-original-color);
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  line-height: 1.5em;
}

.email-confirmation-wrap {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.coming-soon-icon {
  height: 150px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscribe-form {
  max-width: 80%;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-coming-soon {
  width: 800px;
  background-color: var(--fis-black);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  padding: 50px;
  display: flex;
  position: relative;
}

.utility-page-content {
  width: 600px;
  background-color: var(--fis-original-color);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.faq-item {
  background-color: var(--fis-light-green);
  border-radius: 16px;
  padding: 50px;
}

.faq-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.hero-career-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--fis-original-color);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 50px;
  display: grid;
}

.job-section {
  background-color: var(--fis-light-green);
}

.grid-job-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.job-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.job-item {
  border-bottom: 1px solid rgba(31, 77, 58, .2);
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.job-meta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.job-timing {
  background-color: var(--fis-original-color);
  border-radius: 6px;
  padding: 1px 6px;
}

.grid-hiring {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.hiring-process {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.hiring-process-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.hiring-process-number {
  width: 30px;
  height: 30px;
  background-color: var(--fis-original-color);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hiring-process-number-text {
  margin-bottom: 0;
}

.hiring-process-name {
  font-size: 17px;
  font-weight: 400;
}

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

.hub-item {
  border-radius: 16px;
  margin-bottom: 15px;
}

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

.gallery-image {
  border-radius: 16px;
}

.gallery-item {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.grid-contact {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

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

.form-row {
  grid-template-rows: auto;
}

.map {
  width: auto;
  height: 100%;
  border-radius: 16px;
  margin-top: 0;
}

.hero-service {
  background-color: var(--fis-light-green);
  padding-top: 90px;
  padding-bottom: 300px;
}

.hero-service-wrap {
  text-align: center;
}

.service-hero-image-wrap {
  text-align: center;
  margin-top: -280px;
  margin-bottom: 50px;
  position: relative;
}

.hero-service-image-right {
  border-radius: 12px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.hero-service-image-left {
  border-radius: 12px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 5%;
  right: auto;
}

.hero-service-image {
  border-radius: 12px;
}

.service-faq-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
}

.service-faq-image {
  border-radius: 16px;
  margin-bottom: 30px;
}

.service-faq-image-wrap {
  text-align: center;
  position: relative;
}

.grid-team-3-col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-featured-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--fis-light-green);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  text-decoration: none;
  display: grid;
}

.pricing-simple-title-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.grid-pricing-simple {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.pricing-simple-items {
  background-color: var(--ivory);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.pricing-simple-lists {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.pricing-simple-price {
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
}

.pricing-simple-title {
  background-color: var(--fis-light-green);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 6px 15px;
  font-family: Tsfont, sans-serif;
}

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

.grid-testimonial {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.testimonial-item {
  background-color: var(--fis-light-green);
  border-radius: 16px;
  padding: 40px;
}

.testimonial-item.testimonial-center {
  text-align: center;
  padding: 0;
}

.testimonial-star {
  margin-bottom: 15px;
}

.testimonial-avatar-name {
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
}

.testimonial-avatar-name-wrap {
  text-align: left;
}

.testimonial-avatar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonial-avatar.testimonial-avatar-center {
  justify-content: center;
}

.testimonial-avatar-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.faq-action-box {
  text-align: center;
  margin-top: 50px;
}

.hero-pricing-section {
  background-color: var(--fis-light-green);
  padding-top: 90px;
  padding-bottom: 250px;
}

.pricing-simple-item {
  background-color: var(--fis-original-color);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.collection-list-wrapper {
  margin-top: -220px;
}

.grid-pricing-included {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-included-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-request-demo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--fis-light-green);
  border-radius: 16px;
  grid-template-rows: auto;
}

.request-demo-form {
  height: 100%;
  background-color: var(--fis-original-color);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 46px;
  position: relative;
}

.grid-request-demo-client {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.request-demo-content {
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.request-demo-client {
  text-align: center;
  margin-top: auto;
}

.search {
  max-width: 40%;
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 0;
  padding: 10px;
  position: relative;
}

.grid-help-category {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-category-item {
  height: 100%;
  background-color: var(--fis-original-color);
  border-radius: 16px;
  padding: 50px;
  text-decoration: none;
  transition: transform .3s ease-in-out;
}

.help-category-item:hover {
  transform: translate(0, -3px);
}

.help-category-icon {
  height: 60px;
  margin-bottom: 30px;
}

.help-topic {
  width: 100%;
  background-color: var(--fis-light-green);
  border-radius: 16px;
  padding: 22px;
  text-decoration: none;
  transition: transform .3s ease-in-out;
}

.help-topic:hover {
  transform: translate(0, -3px);
}

.help-topic-description {
  margin-bottom: 0;
}

.help-topic-title {
  margin-bottom: 5px;
  font-family: Tsfont, sans-serif;
}

.halp-topic-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

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

.hero-review-item {
  border-radius: 16px;
  padding: 40px;
}

.bg-primary-1 {
  background-color: var(--fis-black);
}

.hero-split {
  padding-top: 40px;
  padding-bottom: 60px;
}

.grid-hero-split {
  background-color: var(--fis-original-color);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero-split-content {
  padding-bottom: 80px;
}

.hero-split-title {
  margin-bottom: 50px;
}

.hero-split-rating {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.hero-split-rating-image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  flex: none;
}

.hero-split-image {
  border-radius: 16px;
}

.hero-split-image-wrap {
  margin-bottom: -100px;
  position: relative;
}

.hero-split-counter {
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  padding: 25px;
  position: absolute;
  top: auto;
  bottom: 150px;
  left: -80px;
  right: auto;
}

.grid-step-simple {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.step-simple-item {
  text-align: center;
}

.step-simple-number-wrap {
  width: 80px;
  height: 80px;
  background-color: var(--fis-black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-simple-number {
  color: var(--fis-original-color);
  margin-bottom: 0;
  font-size: 26px;
}

.grid-feature-step {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--fis-light-green);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  padding: 60px;
}

.feature-step-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.feature-step-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 6px;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.split-icon-list-box {
  width: 50px;
  height: 50px;
  background-color: var(--fis-light-green);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.split-icon-list-icon {
  height: 26px;
}

.testimonial-dark-section {
  background-color: var(--fis-black);
}

.grid-testimonial-big {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.testimonial-image {
  border-radius: 16px;
}

.testimonial-big-content {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Tsfont, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
}

.testimonial-big-content-wrap {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.testimonial-big-author {
  margin-top: auto;
}

.testimonial-big-author-name {
  color: var(--white);
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
  font-size: 20px;
}

.testimonial-big-image-wrap {
  position: relative;
}

.shape-07 {
  position: absolute;
  top: -20px;
  bottom: auto;
  left: -25px;
  right: auto;
}

.tab-section.section-spacing.arabic {
  direction: rtl;
}

.tab-link {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 10px 30px;
  font-family: Tsfont, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tab-link.w--current {
  background-color: var(--fis-original-color);
  font-family: Tsfont, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.tab-link.side {
  height: 50px;
  background-color: var(--fis-light-green);
  text-align: left;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tab-link.side.w--current {
  background-color: var(--fis-original-color);
  text-align: left;
}

.tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--fis-light-green);
  border-radius: 6px;
  justify-content: space-around;
  margin-bottom: 20px;
  padding: 5px;
  display: flex;
}

.tabs-menu.side {
  width: auto;
  min-width: 300px;
  background-color: rgba(230, 232, 194, 0);
  flex-direction: column;
  margin-right: 20px;
  padding: 0;
}

.tabs-menu.side.arabic {
  margin-left: 20px;
  margin-right: 0;
}

.tabs-content {
  margin-top: 0;
}

.tab-pane {
  background-color: rgba(31, 77, 58, .05);
  border-radius: 16px;
  padding: 50px;
}

.grid-tab-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.tab-image {
  margin-bottom: 20px;
}

.tab-tagline {
  width: 60%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--fis-light-green);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  padding: 5px 20px;
  font-size: 13px;
  display: flex;
}

.tab-tagline-text {
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
}

.tab-tagline-icon {
  padding-top: 5px;
}

.grid-pricing-custom {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-custom-box {
  height: 100%;
  background-color: var(--fis-original-color);
  border-radius: 16px;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.pricing-custom-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  margin-top: auto;
  display: flex;
}

.pricing-custom-list {
  background-color: var(--fis-light-green);
  border-radius: 16px;
  padding: 30px;
}

.pricing-custom-price-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.pricing-custom-price-month {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.pricing-custom-price {
  margin-bottom: 0;
}

.pricing-custom-icon {
  height: 150px;
  margin-bottom: 30px;
}

.grid-expert {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.expert-image-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.expert-feature-step {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--fis-light-green);
  border-radius: 16px;
  flex-direction: column;
  padding: 30px;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.expert-image-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.expert-image-small {
  width: 200px;
  object-fit: cover;
  border-radius: 16px;
}

.expert-image-big {
  border-radius: 16px;
}

.blog-category-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-detail-date {
  margin-bottom: 10px;
}

.blog-author-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.blog-author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.blog-author-name {
  margin-bottom: 0;
  font-size: 18px;
}

.blog-detail-section {
  margin-top: -100px;
  padding-bottom: 90px;
}

.related-blog-section {
  background-color: var(--fis-light-green);
}

.integration-detail-section.section-spacing {
  font-family: Tsfont, sans-serif;
}

.integration-detail-icon-wrap {
  width: 100px;
  height: 100px;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.integration-detail-icon {
  height: 50px;
}

.grid-related-integration {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.team-detail-image {
  border-radius: 16px;
  margin-bottom: 30px;
}

.text-black {
  color: #000;
}

.team-detail-social {
  margin-top: 20px;
  display: flex;
}

.team-social-item {
  width: 40px;
  height: 40px;
  background-color: var(--fis-light-green);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.team-social-item:hover {
  background-color: var(--fis-original-color);
}

.team-social-icon {
  height: 20px;
}

.team-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 30px;
  display: flex;
}

.team-detail-title-wrap {
  padding-bottom: 60px;
}

.career-detail-section {
  margin-top: -100px;
}

.grid-career-detail {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 50px;
  display: block;
}

.career-detail-sticky {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--fis-original-color);
  border-radius: 16px;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.career-detail-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.career-form {
  background-color: var(--fis-black);
  border-radius: 16px;
  padding: 50px;
}

.career-detail-list-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
}

.career-detail-title {
  text-align: center;
  padding-bottom: 60px;
}

.help-author-wrap, .help-date-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.help-meta-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 20px;
  display: flex;
}

.help-author-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

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

.other-help-item {
  background-color: var(--fis-light-green);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.other-help-item.bg-primary-1 {
  text-decoration: none;
}

.other-help-item.bg-primary-2, .other-help-item.bg-primary-3 {
  justify-content: flex-start;
}

.other-help-icon {
  height: 46px;
  margin-bottom: 20px;
}

.grid-pricing-detail {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.pricing-detail-lists {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.pricing-details-item {
  background-color: var(--fis-original-color);
  border-radius: 16px;
  padding: 50px;
}

.quantity {
  width: 100%;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 90px 0 0;
}

.block-header {
  background-color: var(--fis-light-green);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding-top: 10px;
  font-family: Tsfont, sans-serif;
}

.block-content {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  font-family: Tsfont, sans-serif;
}

.shipping-method-list {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}

.shipping-method {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.order-confirmation, .paypal-checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 90px 0 0;
}

.error-title {
  font-family: Tsfont, sans-serif;
  font-size: 150px;
  line-height: 1em;
}

.error-content {
  margin-bottom: 30px;
  font-family: Tsfont, sans-serif;
}

.search-result-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-title {
  margin-bottom: 10px;
  font-family: Tsfont, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.search-image {
  border-radius: 16px;
  margin-bottom: 20px;
}

.search-link {
  margin-bottom: 10px;
}

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

.team-image-wrap, .blog-list-image-wrap {
  border-radius: 16px;
  overflow: hidden;
}

.feature-icon {
  height: 45px;
}

.badge {
  background-color: var(--fis-black);
  color: var(--fis-original-color);
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.coming-soon-title {
  color: var(--fis-original-color);
  font-family: Tsfont, sans-serif;
  font-weight: 700;
}

.hero-center-description {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Tsfont, sans-serif;
  font-size: 18px;
}

.pricing-price-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.alert-bar-wrap {
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.alert-bar-close-link {
  flex: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.alert-bar-close-icon {
  height: 18px;
}

.alert-bar {
  background-color: var(--fis-black);
  display: block;
}

.alert-bar.bg-primary-2 {
  background-color: var(--fis-original-color);
}

.style-guide-box {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  padding: 10px 10px 20px;
  font-family: Tsfont, sans-serif;
}

.style-guide-header {
  background-color: rgba(0, 0, 0, .04);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
  font-family: Tsfont, sans-serif;
}

.color-box-name {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-badge {
  color: var(--white);
  background-color: #be4aa5;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 12px;
}

.styled-guide-heading {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.styled-guide-heading.last {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.styled-guide-heading-badge {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.styled-guide-heading-badge.right {
  justify-content: flex-end;
}

.styled-guide-heading-badge.center {
  justify-content: center;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.styled-guide-heading-wrap {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.heading-class-badge {
  color: var(--white);
  background-color: #0073e6;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 12px;
}

.text-mark {
  background-color: var(--fis-original-color);
  padding-left: 3px;
  padding-right: 3px;
}

.text-delete {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: 600;
}

.text-italic {
  font-style: italic;
}

.container-box {
  text-align: center;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 10px;
  padding: 15px 20px;
}

.style-guide-spacing-box {
  text-align: center;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 10px;
}

.margin-class-box {
  width: 100%;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 10px;
  display: flex;
}

.margin-bottom-4 {
  margin-bottom: 4px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

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

.margin-bottom-16 {
  margin-bottom: 16px;
}

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

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

.margin-bottom-28 {
  margin-bottom: 28px;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.margin-bottom-36 {
  margin-bottom: 36px;
}

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

.margin-bottom-44 {
  margin-bottom: 44px;
}

.margin-bottom-48 {
  margin-bottom: 48px;
}

.margin-bottom-54 {
  margin-bottom: 54px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.alert-bar-wrap-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.no-margin {
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
  font-weight: 400;
}

.footer-social-icon-light {
  height: 20px;
}

.footer-logo-big {
  height: 90px;
}

.subscribe-input-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
}

.footer-link-light {
  color: #f9f7ee;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link-light:hover {
  color: var(--fis-original-color);
  text-decoration: underline;
}

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

.grid-footer-dark {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

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

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

.footer-social {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 30px;
  display: flex;
}

.footer-dark {
  background-color: var(--fis-black);
  padding-top: 90px;
  padding-bottom: 80px;
}

.footer-copyright-light {
  color: var(--white);
  margin-top: auto;
}

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

.footer-copyright-link:hover {
  color: var(--fis-original-color);
}

.grid-footer-light {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.footer-social-vertical {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-light {
  background-color: var(--fis-light-green);
  padding-top: 90px;
  padding-bottom: 90px;
}

.grid-footer-menu-items {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

.navbar-center {
  background-color: var(--fis-light-green);
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-navbar-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navbar-light {
  background-color: var(--fis-light-green);
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-navbar-light {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar-right {
  align-items: center;
  display: flex;
}

.cart-button {
  color: var(--fis-black);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.cart-quantity {
  background-color: var(--fis-black);
  color: var(--fis-original-color);
}

.cart-empty-state {
  flex-direction: column;
}

.cart-empty-image {
  height: 226px;
  margin-bottom: 30px;
}

.cart-empty-title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
}

.cart-empty-description {
  margin-bottom: 30px;
  font-size: 15px;
}

.search-open {
  z-index: 9001;
  background-color: var(--fis-light-green);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-nav-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.search-icon-close {
  z-index: 9002;
  height: 24px;
  display: none;
  position: fixed;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.search-icon {
  height: 20px;
}

.search-box {
  width: 600px;
  align-items: center;
  position: relative;
}

.button-small {
  padding: 6px 22px;
  font-size: 14px;
}

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

.footer-logo-simple {
  margin-bottom: 20px;
}

.footer-simple-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.footer-simple-link {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.footer-simple-link:hover {
  text-decoration: underline;
}

.grid-split-icon {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  align-items: center;
}

.split-icon-image-wrap {
  background-color: var(--fis-light-green);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.grid-slipt-list {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.split-list-image-wrap {
  position: relative;
}

.split-list-image {
  z-index: 1;
  border-radius: 16px;
  position: relative;
}

.split-list-image-decoration {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  top: auto;
  bottom: -120px;
  left: auto;
  right: -20%;
}

.grid-split-icon-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.split-icon-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.split-icon-list-title {
  margin-bottom: 0;
  font-family: Tsfont, sans-serif;
}

.grid-split-video {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
}

.split-video-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.video-button-title {
  margin-bottom: 2px;
  font-family: Tsfont, sans-serif;
}

.video-button-icon-box {
  width: 50px;
  height: 50px;
  background-color: var(--fis-original-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-button-icon {
  height: 26px;
}

.video-button-lightbox {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-decoration: none;
  display: flex;
}

.grid-split-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.split-card-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--fis-light-green);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: grid;
}

.split-card-content {
  flex-direction: column;
  display: flex;
}

.split-card-button {
  margin-top: auto;
}

.split-testimonial-box {
  background-color: var(--fis-original-color);
  border-radius: 16px;
  padding: 40px;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -80px;
}

.split-testimonial-star {
  margin-bottom: 20px;
}

.grid-split-testimonial {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  align-items: center;
}

.split-testimonial-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.split-card-image-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.text-right {
  text-align: right;
}

.style-guide-alignment {
  width: 100%;
}

.split-card-image {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.inner-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container.left {
  margin-left: 0;
}

.inner-container-small {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.split-video-image {
  border-radius: 10px;
}

.split-video-image-wrap {
  background-color: var(--fis-light-green);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
  display: flex;
  position: relative;
}

.split-testimonial-image-wrap {
  background-color: var(--fis-light-green);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.split-testimonial-image {
  border-radius: 10px;
}

.hero-intro-section {
  padding-bottom: 30px;
  overflow: hidden;
}

.hero-intro-wrap {
  background-color: var(--fis-original-color);
  text-align: center;
  border-radius: 16px;
  padding: 80px 80px 180px;
}

.hero-intro-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.hero-intro-marquee-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: -122px;
  display: flex;
}

.hero-intro-marquee-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  align-items: center;
  display: flex;
}

.hero-intro-marquee-image {
  max-width: 400px;
  flex: none;
}

.hero-intro-image {
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.intro-tool-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.tool-item {
  width: 600px;
  background-color: var(--fis-light-green);
  text-align: center;
  border-radius: 16px;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.tool-item.two {
  padding-left: 0;
  padding-right: 0;
}

.intro-page-title {
  margin-bottom: 0;
  font-size: 20px;
}

.intro-page-link {
  height: 100%;
  text-decoration: none;
}

.intro-page-name {
  color: var(--fis-original-color);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.grid-main-pages {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--fis-black);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 50px;
}

.intro-page-image-wrap {
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.intro-page-image {
  border-radius: 16px;
}

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

.intro-inner-page-title {
  color: var(--fis-black);
  margin-bottom: 0;
  font-size: 20px;
}

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

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

.text-uppercase.text-bold {
  font-family: Tsfont, sans-serif;
}

.pricing-list-icon {
  padding-top: 3px;
}

.investor-item {
  background-color: var(--fis-original-color);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 80px 40px 70px;
  display: flex;
}

.grid-investor {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.gallery-lightbox-icon {
  height: 50px;
}

.gallery-lightbox-icon-wrap {
  width: 60px;
  height: 60px;
  background-color: var(--fis-black);
  opacity: 0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.pricing-toggle {
  width: 74px;
  height: 33px;
  min-height: 33px;
  min-width: 74px;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.toggle-circle {
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  background-color: var(--fis-black);
  border-radius: 100px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 6px;
  right: auto;
}

.pricing-annual {
  display: none;
}

.other-component-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.testimonial-avatar-small {
  width: 50px;
  height: 50px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 50%;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.more-templates {
  z-index: 1000;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 30px;
  padding: 1px 10px 1px 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.styled-guide-icon-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.styled-guide-icon {
  height: 50px;
}

.hero-demo-title {
  font-family: Tsfont, sans-serif;
  font-weight: 900;
  line-height: 1em;
}

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

.lightbox-popup-icon {
  height: 80px;
}

.body, .heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: Tsfont, sans-serif;
}

.heading-6 {
  font-family: Tsfont, sans-serif;
  line-height: 1em;
}

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

.heading-7 {
  font-family: Tsfont, sans-serif;
  font-weight: 700;
  line-height: 1.1em;
}

.paragraph-2, .heading-8, .heading-9, .paragraph-3, .heading-10 {
  font-family: Tsfont, sans-serif;
}

.heading-11, .heading-12 {
  font-family: Tsfont, sans-serif;
  font-weight: 700;
}

.heading-13, .paragraph-4, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18 {
  font-family: Tsfont, sans-serif;
}

.tab-4-image {
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}

.project-tab-images-contain {
  width: 100%;
  height: 330px;
  max-width: 800px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-tab-images-contain._2 {
  max-width: 820px;
}

.project-tab-images-contain._4 {
  max-width: 592px;
}

.project-tabs-paragraph {
  max-width: 600px;
  color: #b6b6b6;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 178%;
}

.tab-1-images {
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}

.tab-1-images._2 {
  margin-bottom: 0;
}

.tab-1-images._3 {
  width: 100%;
  max-width: 280px;
  object-fit: contain;
}

.tab-2-images {
  width: 33%;
  max-width: 262px;
  object-fit: contain;
  margin-bottom: 0;
}

.project-tab-content {
  background-color: #272727;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.project-tab-icon {
  margin-bottom: 16px;
}

.left-images-contain {
  width: 60%;
  max-width: 500px;
}

.left-images-contain.tab-4 {
  width: 50%;
  max-width: 282px;
}

.tab-3-image {
  width: 100%;
  object-fit: contain;
  margin-bottom: 20px;
}

.green-button {
  color: #0b0b0b;
  background-color: #b7bd3b;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  transition: background-color .2s;
}

.green-button:hover {
  background-color: #cfb8ff;
}

.project-tabs {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 48px;
  overflow: hidden;
}

.project-tab-link {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(207, 184, 255, 0);
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 178%;
}

.project-tab-link.w--current {
  background-color: #191919;
  border-bottom-color: #cfb8ff;
}

.project-tabs-wrapper {
  width: 90%;
  max-width: 1080px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.right-images-contain {
  width: 40%;
  max-width: 280px;
}

.right-images-contain.tab-4 {
  width: 50%;
  max-width: 288px;
}

.project-heading {
  max-width: 700px;
  text-align: center;
  margin-bottom: 72px;
}

.project-tabs-menu {
  background-color: #1d1d1d;
  justify-content: space-between;
  display: flex;
}

.heading-19 {
  font-family: Tsfont, sans-serif;
}

.text-block {
  color: var(--fis-black);
  font-family: Tsfont, sans-serif;
  font-weight: 500;
}

.copyright-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: var(--fis-black);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.copyright-links {
  color: rgba(255, 255, 255, .95);
  text-decoration: none;
  transition: all .2s;
}

.copyright-links:hover {
  color: #b7bd3b;
}

.social-links-wrapper {
  direction: ltr;
  align-items: center;
  display: flex;
}

.social-links {
  width: 40px;
  height: 40px;
  max-width: 100%;
  background-color: #272727;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
}

.social-links:hover {
  filter: invert();
  transform: translate(0, -5px);
}

.social-links.last {
  margin-right: 0;
}

.contain {
  object-fit: contain;
}

.buttons-container.in-menu {
  display: none;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.dropdown-list-2.w--open {
  width: 80%;
  box-shadow: none;
  padding-top: 25px;
  top: 77px;
  overflow: visible;
}

.dropdown-list-full-wrapper-2 {
  width: 100%;
  max-width: 1160px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.nav-link-2 {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 150%;
  transition: color .2s;
}

.nav-link-2:hover {
  color: #b7bd3b;
}

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

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

.nav-link-2.hide {
  background-color: var(--fis-light-green);
  color: var(--fis-black);
  border-radius: 6px;
}

.navigation-drop-container {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.navigation-drop-container.features {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.navigation-drop-container.features.pages {
  padding-right: 0;
}

.visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.visual-features-items-container.nav.pages {
  width: 95%;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px auto;
  padding: 0;
}

.dropdown-arrow {
  margin-left: 7px;
  margin-right: 0;
  font-size: 14px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-menu-2 {
  position: static;
}

.nav-icon-contain {
  width: 48px;
  height: 48px;
  background-color: #f0f0f0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-container {
  width: 95%;
  max-width: 1320px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Tsfont, sans-serif;
  display: flex;
}

.dropdown-toggle-2 {
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
  position: static;
}

.dropdown-toggle-2:hover {
  color: #b7bd3b;
}

.logo-2 {
  height: auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.dropdown {
  line-height: 150%;
  position: static;
}

.transparent-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 12px 24px;
  line-height: 150%;
  transition: background-color .2s;
}

.transparent-button:hover {
  background-color: rgba(207, 184, 255, .3);
}

.transparent-button.left-margin-12px {
  margin-left: 12px;
}

.transparent-button.left-margin-12px.hide {
  background-color: var(--fis-black);
  font-weight: 600;
}

.dropdown-list-full-wrapper {
  width: 100%;
  max-width: 1264px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.visual-features-item.navbar {
  color: #272727;
  background-color: #fff;
  border-radius: 0;
  justify-content: space-between;
  padding: 40px;
  font-size: 18px;
  line-height: 178%;
  text-decoration: none;
}

.visual-features-item.navbar:hover {
  background-color: rgba(201, 250, 117, .15);
  text-decoration: none;
}

.visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.visual-features-item.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  font-size: 16px;
  line-height: 150%;
}

.visual-features-item.navbar.horizontal:hover {
  background-color: #fff;
}

.dropdown-image-2 {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.visual-features-item-heading {
  color: #191919;
  margin-bottom: 8px;
}

.visual-features-item-heading._18px {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 144%;
}

.visual-features-item-image {
  width: 100%;
  background-color: #f0f0f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: 28px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-and-text-contain {
  margin-left: 24px;
}

.logo-image {
  width: 100%;
  max-width: 119px;
  object-fit: contain;
}

.navigation-bar {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.text-block-2, .text-block-3 {
  color: var(--fis-black);
}

.text-block-4, .text-block-5 {
  color: var(--fis-black);
  font-weight: 500;
}

.text-block-6, .text-block-7 {
  font-weight: 600;
}

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

.text-block-9, .text-block-10 {
  font-weight: 600;
}

.paragraph-5 {
  color: var(--fis-original-color);
  font-family: Tsfont, sans-serif;
}

.div-block {
  font-family: Tsfont, sans-serif;
}

.body-2 {
  background-color: var(--fis-original-color);
}

.form-2, .form-3, .form-4, .form-5, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .form-6, .heading-27, .heading-28, .heading-29, .heading-30, .heading-31, .rich-text-block, .heading-32, .heading-33, .heading-34, .block-quote, .rich-text-block-2, .heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-41, .heading-42, .heading-43, .heading-44, .heading-45 {
  font-family: Tsfont, sans-serif;
}

.heading-46 {
  font-family: Tsfont, sans-serif;
  position: static;
}

.heading-47, .heading-48, .heading-49, .heading-50, .heading-51, .heading-52, .heading-53, .heading-54, .heading-55, .heading-56, .heading-57, .heading-58, .heading-59, .heading-60, .heading-61, .heading-62, .heading-63, .heading-64, .heading-65, .heading-66, .heading-67, .heading-68, .heading-69, .heading-70, .heading-71, .heading-72, .heading-73, .heading-74 {
  font-family: Tsfont, sans-serif;
}

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

.faqs-question-container {
  cursor: pointer;
  padding-bottom: 0;
}

.faqs-question {
  width: 90%;
  color: #0b0b0b;
  font-size: 22px;
  font-weight: 700;
  line-height: 133%;
}

.faqs-question.dark {
  color: #272727;
}

.faqs-question.dark._20px {
  font-size: 20px;
  line-height: 160%;
}

.faqs-content {
  color: #0b0b0b;
  margin-bottom: 0;
  padding-top: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.faqs-content.margin-23px {
  padding-top: 23px;
  line-height: 178%;
}

.faq-wrapper {
  width: 100%;
  max-width: 720px;
  padding-top: 0;
}

.faq-wrapper._605px {
  max-width: 605px;
}

.faqs-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 5%;
}

.faq-card-605px {
  width: 100%;
  max-width: 720px;
  color: #181818;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 24px 30px 30px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.faq-card-605px.last {
  margin-bottom: 0;
}

.image {
  height: 60px;
}

.heading-75, .heading-76, .heading-77, .heading-78, .heading-79, .heading-80, .heading-81, .heading-82, .heading-83, .heading-84, .heading-85, .text-block-12, .text-block-13, .text-block-14, .heading-86, .heading-87, .heading-88, .heading-89, .heading-90, .text-block-15, .heading-91, .heading-92, .heading-93, .heading-94, .heading-95, .heading-96, .heading-97 {
  font-family: Tsfont, sans-serif;
}

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

.dropdown-toggle-3 {
  padding-left: 0;
}

.dropdown-toggle-4 {
  margin-right: 10px;
  font-size: 16px;
  display: none;
}

.text-block-17 {
  font-weight: 600;
}

.heading-98, .heading-99, .heading-100, .heading-101, .heading-102, .heading-103, .heading-104, .heading-105, .paragraph-7, .paragraph-8 {
  font-family: Tsfont, sans-serif;
}

.heading-106 {
  font-family: Tsfont, sans-serif;
  line-height: 1.1em;
}

.div-block-3 {
  width: 100%;
  height: 100%;
}

.form-7 {
  height: 100%;
}

.heading-107, .heading-108, .heading-109, .heading-110, .heading-111, .heading-112, .rich-text-block-3 {
  font-family: Tsfont, sans-serif;
}

.side-tab {
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  display: none;
}

.heading-113 {
  font-family: Tsfont, sans-serif;
}

.date-field {
  width: 100%;
  height: 56px;
  min-height: 48px;
  border: 1px solid var(--black);
  color: #151e24;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::-ms-input-placeholder {
  color: #a0a6b0;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.date {
  width: 100%;
  height: 56px;
  min-height: 56px;
  border: 1px solid var(--fis-black);
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.date:hover {
  border-color: #e3e6eb;
}

.date:active, .date:focus {
  border-color: #43464d;
}

.date::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.date::placeholder {
  color: rgba(50, 52, 58, .4);
}

.date-2 {
  width: 100%;
  height: 56px;
  border: 1px solid var(--fis-black);
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.date-2:hover {
  border-color: #e3e6eb;
}

.date-2:active, .date-2:focus {
  border-color: #43464d;
}

.date-2::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.date-2::placeholder {
  color: rgba(50, 52, 58, .4);
}

.paragraph-9 {
  text-transform: none;
  padding-top: 30px;
}

.div-block-5 {
  height: 56px;
  background-color: var(--fis-black);
  border-radius: 6px;
  align-items: center;
  padding-left: 30px;
  font-size: 16px;
  display: flex;
}

.div-block-5.enternace {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.div-block-5.tution {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-5.tution.discount {
  height: auto;
  background-color: var(--fis-light-green);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.div-block-5.tution.arabic {
  padding-left: 30px;
}

.div-block-5.arabic {
  padding-left: 0;
  padding-right: 30px;
}

.text-block-18 {
  color: var(--white);
  padding-top: 0;
}

.paragraph-10 {
  padding-top: 30px;
}

.heading-114 {
  font-family: Tsfont, sans-serif;
}

.div-block-6 {
  height: 56px;
  background-color: var(--fis-original-color);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 29px;
  display: flex;
}

.tuition {
  margin-bottom: 0;
  padding-right: 0;
}

.bold-text {
  padding-right: 30px;
}

.bold-text-2 {
  color: var(--fis-black);
  -webkit-text-stroke-color: var(--fis-black);
}

.bold-text-3 {
  color: var(--fis-black);
}

.rich-text-block-4 {
  font-family: Tsfont, sans-serif;
}

.footer-drop-down {
  margin-left: 0;
  margin-right: 0;
}

.login {
  padding-left: 0;
}

.heading-115, .heading-116 {
  font-family: Tsfont, sans-serif;
}

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

.text-block-19.down {
  font-size: 15px;
  font-weight: 400;
}

.text-block-19.down.english {
  padding-right: 20px;
}

.text-block-19.down.english.language {
  font-size: 18px;
  font-weight: 500;
}

.text-block-19.down.english.nav {
  padding-left: 20px;
  font-size: 15px;
}

.text-block-19.down.arabic {
  font-size: 18px;
  font-weight: 500;
}

.text-block-19.down.nav {
  font-size: 16px;
  font-weight: 500;
}

.dropdown-list-3 {
  background-color: var(--fis-black);
}

.dropdown-list-3.w--open {
  color: var(--white);
  border-radius: 6px;
  margin-top: 0;
  padding: 30px;
}

.dropdown-list-3.arabic.w--open {
  padding-right: 30px;
  top: 160%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.dropdown-link-2 {
  color: var(--ivory);
}

.plices {
  direction: rtl;
}

.plices.down {
  padding: 0 20px 0 0;
}

.plices.down.english {
  justify-content: space-between;
  display: block;
}

.dropdown-4 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-4.down {
  direction: ltr;
  text-align: left;
  align-self: auto;
  margin-right: 0;
}

.dropdown-4.down.arabic {
  text-align: right;
}

.icon-3 {
  margin-right: 0;
}

.arabic {
  direction: rtl;
}

.button-primary-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-width: 0;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.button-primary-3:hover {
  color: #000;
  background-color: #b7bd3b;
}

.button-primary-3.button-hover-white {
  font-family: Tsfont, sans-serif;
  display: none;
}

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

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

.dropdown-list-4 {
  background-color: #000;
}

.dropdown-list-4.w--open {
  color: #fff;
  border-radius: 6px;
  margin-top: 0;
  padding: 30px;
}

.dropdown-list-4.arabic.w--open {
  padding-right: 30px;
  top: 160%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-7 {
  display: none;
}

.nav-link-3 {
  color: #000;
  margin: 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: #000;
  text-decoration: underline;
}

.dropdown-link-3 {
  color: #f8f8f8;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  transition: color .3s ease-in-out;
}

.dropdown-link-3:hover, .dropdown-link-3.w--current {
  color: #b7bd3b;
}

.dropdown-link-3.arabic {
  text-align: right;
}

.button-primary-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-width: 0;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.button-primary-4:hover {
  color: #000;
  background-color: #b7bd3b;
}

.button-primary-4.button-hover-white {
  font-family: Tsfont, sans-serif;
  display: none;
}

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

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

.div-block-8 {
  display: none;
}

.dropdown-link-4 {
  color: #f8f8f8;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  transition: color .3s ease-in-out;
}

.dropdown-link-4:hover, .dropdown-link-4.w--current {
  color: #b7bd3b;
}

.dropdown-link-4.arabic {
  text-align: right;
}

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

.div-block-9 {
  display: none;
}

.dropdown-link-5 {
  color: #f8f8f8;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  transition: color .3s ease-in-out;
}

.dropdown-link-5:hover, .dropdown-link-5.w--current {
  color: #b7bd3b;
}

.dropdown-link-5.arabic {
  text-align: right;
}

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

.div-block-10 {
  display: none;
}

.dropdown-link-6 {
  color: #f8f8f8;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  transition: color .3s ease-in-out;
}

.dropdown-link-6:hover, .dropdown-link-6.w--current {
  color: #b7bd3b;
}

.dropdown-link-6.arabic {
  text-align: right;
}

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

.div-block-11 {
  display: none;
}

.dropdown-link-7 {
  color: #f8f8f8;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  transition: color .3s ease-in-out;
}

.dropdown-link-7:hover, .dropdown-link-7.w--current {
  color: #b7bd3b;
}

.dropdown-link-7.arabic {
  text-align: right;
}

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

.dropdown-link-8 {
  color: #f8f8f8;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  transition: color .3s ease-in-out;
}

.dropdown-link-8:hover, .dropdown-link-8.w--current {
  color: #b7bd3b;
}

.dropdown-link-8.arabic {
  text-align: right;
}

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

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .hero-image-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .massage-box {
    right: -80px;
  }

  .massage-box.two {
    right: -60px;
  }

  .grid-step, .grid-integration {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .blog-simple-grid, .grid-hero-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .team-social-inline {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .value-item {
    padding: 50px 50px 40px;
  }

  .hero-career-grid {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .grid-contact, .service-faq-section {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .grid-tab-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-expert {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .grid-footer-dark, .grid-footer-light {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .grid-split-video {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }
}

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

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 32px;
  }

  p {
    font-size: 16px;
  }

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

  .guide-item {
    margin-bottom: 30px;
  }

  .button-primary.button-hover-white {
    margin-top: 0;
    margin-bottom: 12px;
    display: flex;
  }

  .button-primary.button-hover-white.last {
    margin-bottom: 0;
  }

  .heading-h2 {
    font-size: 46px;
  }

  .heading-h4 {
    font-size: 32px;
  }

  .container-medium {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h1 {
    font-size: 54px;
  }

  .heading-h3 {
    font-size: 38px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title.text-center.inner-container-small {
    margin-bottom: 20px;
  }

  .dropdown-link {
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
  }

  .dropdown-link.w--current {
    text-decoration: underline;
  }

  .dropdown-link.arabic {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-dropdown-link {
    justify-content: flex-end;
    justify-items: end;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid rgba(31, 77, 58, .1);
    display: flex;
  }

  .nav-menu.arabic {
    text-align: right;
    justify-content: flex-end;
  }

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

  .dropdown-toggle {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .dropdown-toggle.nav-link {
    align-items: center;
    display: flex;
  }

  .dropdown-toggle.nav-link.drop-phone {
    margin: 0 0 0 15px;
  }

  .nav-link {
    display: block;
  }

  .nav-link.arabic {
    direction: rtl;
    text-align: right;
  }

  .dropdown-image {
    width: 15px;
    margin-bottom: -4px;
  }

  .grid-dropdown {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: minmax(177px, 1.25fr);
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    justify-items: end;
    display: flex;
  }

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

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

  .nav-button {
    display: none;
  }

  .grid-navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .hero-image-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-title {
    margin-bottom: 30px;
  }

  .hero-notification {
    left: 20px;
  }

  .massage-box {
    right: 20px;
  }

  .massage-box.two {
    right: 40px;
  }

  .section-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-feature-title {
    grid-template-columns: 1fr;
  }

  .grid-feature {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-item {
    padding: 30px 20px 20px;
  }

  .client-image {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-about, .grid-about.section-spacing-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-image {
    width: 100%;
  }

  .list-style {
    font-size: 16px;
  }

  .list-style.list-style-space {
    margin-top: 30px;
  }

  .shape-03, .shape-04 {
    display: none;
  }

  .section-spacing-bottom {
    padding-bottom: 70px;
  }

  .testimonial-content {
    font-size: 30px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .video-section.section-spacing-bottom {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .video-content {
    padding: 30px;
  }

  .container-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-image {
    width: 100%;
  }

  .blog-item {
    padding: 20px;
  }

  .blog-image-wrap {
    width: 100%;
  }

  .action-box-wrap {
    grid-template-columns: 1fr;
  }

  .form-subscribe-wrap {
    max-width: 80%;
  }

  .grid-action-box-integration {
    display: none;
  }

  .footer {
    padding-top: 70px;
  }

  .grid-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.75fr 1fr 1fr;
  }

  .hero-center-section {
    padding-top: 70px;
  }

  .hero-center-image-wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-center-image-left, .hero-center-image-right {
    display: none;
  }

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

  .grid-feature-process {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-about-box {
    grid-template-columns: 1fr;
  }

  .about-integration {
    max-width: 85vw;
  }

  .shape-05 {
    display: none;
  }

  .collection-list, .grid-step {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .step-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-testimonial-dark {
    grid-template-columns: 1fr;
  }

  .testimonial-dark-avatar-wrap {
    padding-top: 0;
  }

  .hero-inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .grid-about-counter.section-spacing-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 60px;
  }

  .section-spacing-top {
    padding-top: 70px;
  }

  .grid-about-mission {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 40px;
  }

  .grid-integration {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-inner-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .grid-blog-featured {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .form-subscribe-wrap-center {
    max-width: 80%;
  }

  .grid-hero-inner, .grid-about-feature {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .about-feature-item {
    padding: 30px;
  }

  .grid-feature-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-feature-item-dark {
    padding: 30px;
  }

  .about-feature-dark {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-feature-item-line {
    padding: 30px;
  }

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

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

  .team-wrap {
    padding: 30px;
  }

  .grid-team-5-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-count {
    font-size: 18px;
  }

  .user-pages-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .user-pages-title-wrap {
    margin-bottom: 30px;
  }

  .user-pages-title {
    font-size: 60px;
  }

  .user-pages-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .utility-page-coming-soon {
    width: 650px;
    border-width: 20px;
  }

  .utility-page-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-career-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .grid-job-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-hiring {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
  }

  .map {
    margin-top: 30px;
  }

  .hero-service {
    padding-top: 70px;
  }

  .hero-service-image-right, .hero-service-image-left {
    display: none;
  }

  .service-faq-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-faq-image {
    width: 100%;
    margin-bottom: 0;
  }

  .service-faq-image-wrap {
    margin-bottom: 20px;
  }

  .grid-team-3-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-pricing-simple {
    grid-template-columns: 1fr;
  }

  .testimonial-item {
    padding: 30px;
  }

  .hero-pricing-section {
    padding-top: 70px;
  }

  .grid-request-demo {
    grid-template-columns: 1fr;
  }

  .request-demo-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .search {
    max-width: 80%;
  }

  .grid-help-category {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-split {
    padding-top: 20px;
  }

  .grid-hero-split {
    grid-template-columns: 1.25fr;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-split-content {
    padding-bottom: 30px;
  }

  .hero-split-title {
    margin-bottom: 20px;
  }

  .hero-split-rating {
    margin-top: 20px;
  }

  .hero-split-counter {
    display: none;
  }

  .grid-step-simple {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-feature-step {
    padding: 30px;
  }

  .testimonial-big-content {
    font-size: 16px;
  }

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

  .tabs-menu.side {
    min-width: 100%;
  }

  .tab-pane {
    padding: 30px;
  }

  .grid-tab-content, .grid-pricing-custom, .grid-expert {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .integration-detail-icon-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .career-detail-list {
    grid-template-columns: 1fr;
  }

  .search-result-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .menu-button {
    background-color: var(--fis-original-color);
    border-radius: 6px;
    margin-left: 0;
    padding: 12px 20px;
  }

  .menu-button.w--open {
    background-color: var(--fis-original-color);
    color: var(--fis-black);
  }

  .logo {
    height: 40px;
  }

  .grid-footer-dark {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: .5fr 1fr;
  }

  .footer-dark {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .grid-footer-light {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-light {
    padding-top: 70px;
    padding-bottom: 60px;
  }

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

  .grid-navbar-center {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

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

  .grid-navbar-light {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .search-icon-wrap {
    display: none;
  }

  .grid-split-icon, .grid-slipt-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .split-list-image-decoration {
    bottom: 0;
    right: 0%;
  }

  .grid-split-video {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-split-card {
    grid-template-columns: 1fr;
  }

  .split-testimonial-box {
    bottom: 20px;
    right: 20px;
  }

  .grid-split-testimonial {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .hero-intro-wrap {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-tool-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-main-pages {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 40px 30px 30px;
  }

  .grid-inner-pages {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .project-tab-images-contain {
    width: 90%;
    height: 280px;
  }

  .project-tab-images-contain._2 {
    height: 250px;
  }

  .tab-2-images {
    width: 32%;
  }

  .project-tab-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .right-images-contain {
    width: 35%;
  }

  .buttons-container {
    margin-left: auto;
  }

  .buttons-container.in-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
  }

  .dropdown-list-2.w--open {
    width: 95%;
    min-width: auto;
    margin-left: 20px;
    margin-right: 0%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .dropdown-list-full-wrapper-2 {
    box-shadow: none;
    padding: 0;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-2.hide {
    display: none;
  }

  .nav-link-2.in-menu {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .menu-button-2 {
    background-color: var(--fis-original-color);
    color: #fff;
    -webkit-text-stroke-color: var(--fis-original-color);
    border-radius: 6px;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #b7bd3b;
    background-color: rgba(0, 0, 0, 0);
  }

  .visual-features-items-container {
    max-width: 500px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .visual-features-items-container.nav {
    width: 100%;
    max-width: none;
    display: block;
  }

  .visual-features-items-container.nav.pages {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-arrow {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .nav-menu-2 {
    background-color: #0b0b0b;
    padding-bottom: 40px;
    position: absolute;
    box-shadow: 0 100px 100px rgba(11, 11, 11, .4);
  }

  .dropdown-toggle-2 {
    justify-content: flex-start;
    margin-left: 20px;
    margin-right: 0%;
    padding-left: 0;
    display: flex;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .transparent-button.left-margin-12px.hide {
    display: none;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .icon {
    color: #000;
  }

  .faqs-content {
    padding-bottom: 10px;
  }

  .faqs-content.margin-23px {
    padding-bottom: 0;
  }

  .faq-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .faq-wrapper._605px {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faqs-answer-wrap {
    padding-bottom: 0;
  }

  .faq-card-605px {
    margin-bottom: 30px;
  }

  .faq-card-605px.last {
    margin-bottom: 0;
  }

  .text-block-11, .menu-text {
    font-size: 16px;
    font-weight: 600;
  }

  .dropdown-toggle-3 {
    padding-right: 20px;
    position: static;
  }

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

  .div-block-2 {
    clear: none;
    flex-flow: row;
    align-items: flex-start;
    display: flex;
  }

  .icon-2 {
    margin-right: 0;
  }

  .side-tab {
    flex-direction: column;
  }

  .div-block-4 {
    flex-direction: column;
    padding: 12px;
    display: flex;
  }

  .dropdown-3 {
    display: flex;
  }

  .text-block-19.down.english {
    font-size: 15px;
    font-weight: 400;
  }

  .text-block-19.down.english.nav {
    direction: ltr;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    display: block;
  }

  .text-block-19.down.nav {
    font-size: 16px;
    font-weight: 500;
  }

  .dropdown-list-3.w--open {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .plices {
    padding-top: 0;
    padding-bottom: 0;
  }

  .plices.down {
    direction: ltr;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .plices.down.w--open {
    direction: ltr;
    justify-content: flex-start;
    display: inline-block;
  }

  .plices.down.english {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .plices.down.arabic {
    direction: rtl;
    justify-content: flex-start;
  }

  .plices.english {
    direction: ltr;
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .dropdown-4.down {
    align-self: flex-start;
  }

  .dropdown-4.down.arabic.nav {
    direction: rtl;
    flex: none;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    display: block;
  }

  .dropdown-4.down.nav {
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .icon-4 {
    margin-right: 20px;
  }

  .button-primary-3.button-hover-white {
    margin-top: 0;
    margin-bottom: 12px;
    display: flex;
  }

  .button-primary-3.button-hover-white.last {
    margin-bottom: 0;
  }

  .menu-button-3 {
    background-color: #b7bd3b;
    border-radius: 6px;
    margin-left: 0;
    padding: 12px 20px;
  }

  .menu-button-3.w--open {
    color: #000;
    background-color: #b7bd3b;
  }

  .logo-3 {
    height: 40px;
  }

  .icon-5 {
    margin-right: 20px;
  }

  .div-block-7 {
    flex-direction: column;
    padding: 12px;
    display: flex;
  }

  .nav-link-3 {
    display: block;
  }

  .nav-link-3.arabic {
    direction: rtl;
    text-align: right;
  }

  .dropdown-link-3 {
    text-decoration: none;
  }

  .dropdown-link-3.w--current {
    text-decoration: underline;
  }

  .button-primary-4.button-hover-white {
    margin-top: 0;
    margin-bottom: 12px;
    display: flex;
  }

  .button-primary-4.button-hover-white.last {
    margin-bottom: 0;
  }

  .menu-button-4 {
    background-color: #b7bd3b;
    border-radius: 6px;
    margin-left: 0;
    padding: 12px 20px;
  }

  .menu-button-4.w--open {
    color: #000;
    background-color: #b7bd3b;
  }

  .icon-6 {
    margin-right: 20px;
  }

  .div-block-8 {
    flex-direction: column;
    padding: 12px;
    display: flex;
  }

  .dropdown-link-4 {
    text-decoration: none;
  }

  .dropdown-link-4.w--current {
    text-decoration: underline;
  }

  .english {
    flex: 0 auto;
    display: flex;
    left: auto;
  }

  .div-block-9 {
    flex-direction: column;
    padding: 12px;
    display: flex;
  }

  .dropdown-link-5 {
    text-decoration: none;
  }

  .dropdown-link-5.w--current {
    text-decoration: underline;
  }

  .div-block-10 {
    flex-direction: column;
    padding: 12px;
    display: flex;
  }

  .dropdown-link-6 {
    text-decoration: none;
  }

  .dropdown-link-6.w--current {
    text-decoration: underline;
  }

  .div-block-11 {
    flex-direction: column;
    padding: 12px;
    display: flex;
  }

  .dropdown-link-7 {
    text-decoration: none;
  }

  .dropdown-link-7.w--current {
    text-decoration: underline;
  }

  .dropdown-link-8 {
    text-decoration: none;
  }

  .dropdown-link-8.w--current {
    text-decoration: underline;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-12.arabic {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .icon-7 {
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 30px;
  }

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

  .button-primary {
    padding: 8px 20px;
  }

  .button-primary.button-search {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-h2 {
    font-size: 42px;
  }

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

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

  .heading-h1 {
    font-size: 50px;
  }

  .heading-h3 {
    font-size: 36px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .button-primary-2 {
    padding: 8px 20px;
  }

  .button-primary-2.button-subscribe {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-list {
    display: none;
  }

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

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

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

  .hero-image-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-description {
    margin-bottom: 20px;
  }

  .hero-notification, .massage-box {
    display: none;
  }

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

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

  .client-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-spacing-bottom {
    padding-bottom: 60px;
  }

  .element-01, .element-02 {
    display: none;
  }

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

  .video-content {
    padding-top: 30px;
  }

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

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

  .blog-date {
    padding-top: 20px;
  }

  .form-subscribe-wrap {
    max-width: 100%;
  }

  .action-box-content {
    padding: 30px;
  }

  .hero-center-section {
    padding-bottom: 250px;
  }

  .hero-center-image-wrap {
    margin-top: -240px;
  }

  .hero-client-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-features {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .background-video-big {
    height: 400px;
  }

  .about-box-item {
    padding: 30px;
  }

  .about-integration {
    max-width: 480px;
  }

  .pricing-item {
    padding: 30px;
  }

  .button-white {
    padding: 8px 24px;
  }

  .hero-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-spacing-top {
    padding-top: 60px;
  }

  .grid-about-mission {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .client-items {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .integration-category-link {
    padding: 10px;
  }

  .integration-category-list {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-inner-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .action-box-center-content {
    padding: 30px;
  }

  .form-subscribe-wrap-center {
    max-width: 100%;
  }

  .blog-simple-grid {
    grid-template-columns: 1fr;
  }

  .value-item {
    padding: 30px;
  }

  .grid-team-5-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-faq, .grid-split {
    grid-template-columns: 1fr;
  }

  .split-content {
    padding: 30px;
  }

  .pricing-compare-item {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .pricing-count {
    font-size: 16px;
  }

  .pricing-compare-title {
    width: 25%;
  }

  .pricing-compare-item-header {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .user-pages-title-wrap {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    padding: 30px;
  }

  .user-pages-title {
    font-size: 48px;
  }

  .user-pages-content {
    grid-template-columns: 1fr;
  }

  .user-page-form {
    margin-bottom: 0;
    padding: 40px 30px 30px;
  }

  .email-confirmation-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .coming-soon-icon {
    height: 120px;
  }

  .utility-page-wrap {
    width: auto;
    height: auto;
  }

  .subscribe-form {
    max-width: 100%;
  }

  .utility-page-coming-soon {
    width: 100%;
    border-width: 15px;
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
  }

  .utility-page-content {
    margin-top: 40px;
    padding: 30px;
  }

  .faq-item {
    padding: 30px;
  }

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

  .hero-service {
    padding-top: 60px;
  }

  .grid-team-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .blog-featured-item, .grid-testimonial {
    grid-template-columns: 1fr;
  }

  .hero-pricing-section {
    padding-top: 60px;
  }

  .grid-pricing-included {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .pricing-included-item {
    align-items: flex-start;
  }

  .request-demo-form, .request-demo-content {
    padding: 30px;
  }

  .search {
    max-width: 100%;
  }

  .grid-help-category {
    grid-template-columns: 1fr;
  }

  .help-category-item {
    padding: 30px;
  }

  .grid-hero-review {
    grid-template-columns: 1fr;
  }

  .hero-split {
    padding-bottom: 80px;
  }

  .grid-feature-step {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr;
  }

  .grid-testimonial-big {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .integration-detail-icon-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-related-integration, .career-info {
    grid-template-columns: 1fr;
  }

  .career-form {
    margin-bottom: 0;
    padding: 30px;
  }

  .career-detail-list-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .help-date-wrap {
    flex-wrap: wrap;
  }

  .grid-other-help {
    grid-template-columns: 1fr;
  }

  .other-help-item {
    padding: 30px;
  }

  .grid-pricing-detail {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .error-title {
    font-size: 100px;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-center-description {
    margin-bottom: 20px;
  }

  .alert-bar-wrap, .alert-bar-wrap-center {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: row;
    align-items: center;
  }

  .footer-logo-big {
    height: 50px;
  }

  .grid-footer-dark, .grid-footer-light {
    grid-template-columns: 1fr;
  }

  .footer-light {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .search-box {
    width: 400px;
  }

  .split-list-image-decoration, .split-testimonial-box {
    display: none;
  }

  .hero-intro-marquee-image {
    max-width: 360px;
  }

  .intro-tool-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tool-item {
    width: 230px;
  }

  .grid-main-pages, .grid-inner-pages {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .more-templates {
    bottom: 10px;
    right: 10px;
  }

  .project-tab-images-contain {
    height: 240px;
  }

  .project-tab-images-contain._2 {
    height: 200px;
  }

  .project-tabs-paragraph {
    font-size: 16px;
  }

  .left-images-contain.tab-4 {
    width: 48%;
  }

  .project-tab-link {
    width: 50%;
  }

  .project-tabs-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

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

  .social-links-wrapper {
    margin-top: 16px;
  }

  .buttons-container.in-menu {
    padding-left: 14px;
  }

  .dropdown-list-2.w--open {
    width: 90%;
  }

  .menu-button-2 {
    background-color: var(--fis-original-color);
    border-radius: 6px;
  }

  .visual-features-items-container {
    width: 100%;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .visual-features-items-container.nav.pages {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle-2 {
    margin-left: 14px;
  }

  .logo-2 {
    padding-left: 0;
  }

  .icon {
    color: var(--fis-black);
    -webkit-text-stroke-color: var(--fis-black);
  }

  .faqs-content {
    padding-bottom: 0;
  }

  .button-primary-3, .button-primary-4 {
    padding: 8px 20px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 34px;
  }

  h5 {
    font-size: 24px;
  }

  blockquote {
    padding: 20px;
  }

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

  .input-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .style-guide-wrapper {
    margin-bottom: 50px;
  }

  .button-primary.job-button {
    margin-left: 0;
  }

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

  .heading-h2 {
    font-size: 38px;
  }

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

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

  .heading-h1 {
    font-size: 44px;
  }

  .heading-h3 {
    font-size: 34px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .dropdown-link {
    padding-right: 4px;
    font-size: 15px;
  }

  .grid-dropdown-link {
    grid-template-columns: minmax(129px, .25fr);
  }

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

  .dropdown-list {
    padding: 15px;
  }

  .grid-dropdown {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr minmax(134px, .5fr);
  }

  .client-image {
    height: 40px;
  }

  .shape-03, .shape-04 {
    display: none;
  }

  .video-section.section-spacing-bottom {
    padding-top: 0;
  }

  .video-content {
    padding-top: 30px;
  }

  .subscribe-small-line {
    flex-wrap: wrap;
  }

  .accordion-title {
    padding-right: 20px;
  }

  .action-box-content {
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 15px;
  }

  .footer {
    padding-top: 60px;
  }

  .grid-footer {
    grid-template-columns: 1.75fr;
    padding-bottom: 40px;
  }

  .footer-logo {
    margin-bottom: 15px;
  }

  .footer-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .hero-center-section {
    padding-bottom: 130px;
  }

  .hero-center-image-wrap {
    margin-top: -110px;
  }

  .hero-clients {
    margin-top: 30px;
  }

  .grid-feature-process {
    grid-template-columns: 1fr;
  }

  .background-video-big {
    height: 300px;
  }

  .about-box-item {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-integration {
    max-width: 250px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-integration-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-counter-items {
    grid-template-columns: 1fr;
  }

  .pricing-item {
    padding: 20px;
  }

  .pricing-title-wrap {
    margin-bottom: 40px;
  }

  .pricing-button {
    margin-top: 50px;
  }

  .testimonial-dark {
    padding: 20px;
  }

  .shape-06 {
    display: none;
  }

  .hero-inner {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .grid-about-counter.section-spacing-top {
    grid-template-columns: 1fr;
  }

  .grid-about-mission {
    padding-bottom: 20px;
  }

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

  .integration-category-list, .grid-integrations {
    grid-template-columns: 1fr;
  }

  .integration-item {
    padding: 20px;
  }

  .integration-icon {
    margin-bottom: 0;
  }

  .blog-list-item {
    grid-template-columns: 1fr;
  }

  .action-box-center-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-small-line-center {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .blog-simple-list-item {
    grid-template-columns: 1fr;
  }

  .about-feature-item {
    padding: 20px;
  }

  .grid-feature-box {
    grid-template-columns: 1fr;
  }

  .about-feature-item-dark, .about-feature-item-line {
    padding: 20px;
  }

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

  .grid-mission-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .grid-value, .grid-our-story, .grid-team-5-col {
    grid-template-columns: 1fr;
  }

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

  .pricing-compare-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
  }

  .pricing-text, .pricing-count {
    font-size: 12px;
  }

  .pricing-compare-title {
    width: 30%;
    font-size: 18px;
  }

  .pricing-compare-header {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .pricing-compare-item-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-info-title {
    font-size: 16px;
  }

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

  .user-pages-title-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 10px;
  }

  .user-pages-title {
    font-size: 36px;
  }

  .user-page-description {
    font-size: 16px;
  }

  .coming-soon-icon {
    height: 100px;
  }

  .utility-page-coming-soon {
    border-width: 10px;
    padding: 20px;
  }

  .job-item {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .job-meta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .job-timing {
    flex: none;
  }

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

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

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

  .map {
    width: 290px;
  }

  .hero-service {
    padding-bottom: 150px;
  }

  .service-hero-image-wrap {
    margin-top: -140px;
  }

  .grid-team-3-col {
    grid-template-columns: 1fr;
  }

  .pricing-simple-item {
    padding: 30px;
  }

  .grid-request-demo-client {
    grid-template-columns: 1fr 1fr;
  }

  .hero-review-item {
    padding: 30px;
  }

  .grid-hero-split {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-title {
    font-size: 40px;
  }

  .grid-step-simple {
    grid-template-columns: 1fr;
  }

  .grid-feature-step {
    padding: 20px;
  }

  .tab-tagline {
    width: 100%;
  }

  .expert-image-wrap {
    grid-template-columns: 1fr;
  }

  .expert-image-small {
    width: 100%;
  }

  .integration-detail-icon-wrap {
    padding: 30px;
  }

  .integration-detail-icon {
    width: 100px;
    height: 100px;
  }

  .team-name {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: 10px;
  }

  .career-detail-list-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .help-meta-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .pricing-details-item {
    padding: 30px;
  }

  .error-title {
    font-size: 80px;
  }

  .search-result-list {
    grid-template-columns: 1fr;
  }

  .logo {
    height: auto;
  }

  .coming-soon-title {
    font-size: 40px;
  }

  .alert-bar-wrap {
    padding-right: 30px;
  }

  .alert-bar-wrap-center {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 30px;
  }

  .subscribe-input-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .grid-footer-menu {
    grid-template-columns: 1fr;
  }

  .footer-social-vertical {
    flex-direction: row;
    align-items: flex-start;
  }

  .grid-footer-menu-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .search-box {
    width: 280px;
  }

  .footer-simple-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .split-card-item {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .hero-intro-section {
    padding-bottom: 20px;
  }

  .hero-intro-wrap {
    padding: 60px 20px 160px;
  }

  .hero-intro-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 30px;
  }

  .hero-intro-marquee-image {
    max-width: 280px;
  }

  .tool-item {
    width: 100%;
  }

  .grid-main-pages {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-inner-pages {
    grid-template-columns: 1fr;
  }

  .investor-item {
    padding: 20px 10px;
  }

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

  .toggle-text {
    flex: none;
    font-size: 14px;
  }

  .hero-demo-title {
    font-size: 40px;
    line-height: 1.3em;
  }

  .heading-7 {
    margin-top: 10px;
  }

  .project-tab-images-contain {
    height: 150px;
  }

  .project-tab-images-contain._2 {
    height: 120px;
  }

  .project-tab-images-contain._4 {
    height: 200px;
  }

  .project-tabs-paragraph {
    width: 90%;
  }

  .project-tab-link {
    width: 100%;
  }

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

  .navigation-drop-container.features {
    padding: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .nav-icon-contain {
    flex: none;
  }

  .visual-features-item.navbar {
    padding: 20px;
    font-size: 16px;
    line-height: 160%;
  }

  .faqs-question, .faqs-question.dark._20px {
    font-size: 18px;
    line-height: 140%;
  }

  .faqs-content {
    padding-bottom: 0;
    font-size: 16px;
  }

  .faqs-content.margin-23px {
    padding-bottom: 0;
  }

  .faq-card-605px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-toggle-3 {
    direction: ltr;
    padding-right: 20px;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .plices.arabic {
    direction: rtl;
  }

  .logo-3 {
    height: auto;
  }

  .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8 {
    padding-right: 4px;
    font-size: 15px;
  }
}

#w-node-_9e75c765-4897-6e55-15e2-dcc9e5cd5c67-44e00447, #w-node-_9e75c765-4897-6e55-15e2-dcc9e5cd5c71-44e00447, #w-node-d3c91ddb-9b7a-dbe2-0c4e-f625f179f684-44e00447, #w-node-d7453eb9-02cd-5bdf-6d68-83e73040632d-44e00447, #w-node-ac2fafe6-2d7e-6f01-e302-eefb83ab9339-44e00447, #w-node-ac2fafe6-2d7e-6f01-e302-eefb83ab9343-44e00447, #w-node-_565545aa-b8f2-1f1e-4471-3536732c5d34-44e00447, #w-node-_565545aa-b8f2-1f1e-4471-3536732c5d36-44e00447, #w-node-_6027a9c8-95cd-d4d8-8717-dc4bc8336c9f-44e00447, #w-node-_602a70a8-1fdb-87fb-5175-8bfae273c0ba-44e00447, #w-node-b3f93c39-8c12-25cf-d5ce-b9a27c879897-44e00447, #w-node-_140d608a-562c-92f0-336a-7d0342b86d23-44e00447, #w-node-_8156de32-f9f8-ef5a-1a16-9784a6e337f3-44e00447, #w-node-_999d5768-814b-abf4-03e4-1da66c7c4ade-44e00447, #w-node-eefe6d50-9586-7307-7a5d-108762e43e2f-44e00447, #w-node-_9eeae46f-8bb1-a943-d243-80e8e94ad771-44e00447, #w-node-b6972067-cf57-019c-e924-b082a9dd0226-44e00447, #w-node-_424af299-5137-f57a-6994-33a8b062a287-44e00447, #w-node-ba1550a6-6d94-f2c2-d94e-bae82d46ab71-44e00447, #w-node-ba1550a6-6d94-f2c2-d94e-bae82d46ab7e-44e00447, #w-node-ba1550a6-6d94-f2c2-d94e-bae82d46ab80-44e00447, #w-node-ba1550a6-6d94-f2c2-d94e-bae82d46ab85-44e00447, #w-node-ba1550a6-6d94-f2c2-d94e-bae82d46ab92-44e00447, #w-node-ba1550a6-6d94-f2c2-d94e-bae82d46ab94-44e00447, #w-node-ba1550a6-6d94-f2c2-d94e-bae82d46abad-44e00447, #w-node-ba1550a6-6d94-f2c2-d94e-bae82d46abb9-44e00447, #w-node-ba1550a6-6d94-f2c2-d94e-bae82d46abc7-44e00447, #w-node-e1ba1be2-51c1-c49f-6ab5-27256590c410-6590c40d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1ba1be2-51c1-c49f-6ab5-27256590c412-6590c40d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e8315f6-e870-d6d2-e67e-49473a0f7305-6590c40d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1ba1be2-51c1-c49f-6ab5-27256590c45f-6590c40d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b41d1082-a6cb-4de3-d298-8edef97466f1-6590c40d, #w-node-b41d1082-a6cb-4de3-d298-8edef97466f3-6590c40d, #w-node-_06caa646-1056-6ed2-8483-cde02fbc8e91-44e004a1, #w-node-_06caa646-1056-6ed2-8483-cde02fbc8e88-44e004a1, #w-node-_87010c65-aad1-1c46-228d-3a878795afa8-44e004a1, #w-node-_87010c65-aad1-1c46-228d-3a878795afac-44e004a1, #w-node-c82b1e28-cafb-9f3f-6778-d76a789b54e4-44e004a1, #w-node-c82b1e28-cafb-9f3f-6778-d76a789b54e0-44e004a1, #w-node-_1e856a12-d0a5-1a23-3277-1298073fa046-44e004a1, #w-node-_1e856a12-d0a5-1a23-3277-1298073fa049-44e004a1, #w-node-b690e614-5a48-ba0b-cd2a-506913f9af0c-44e004a1, #w-node-b690e614-5a48-ba0b-cd2a-506913f9af19-44e004a1, #w-node-b690e614-5a48-ba0b-cd2a-506913f9af1b-44e004a1, #w-node-b690e614-5a48-ba0b-cd2a-506913f9af20-44e004a1, #w-node-b690e614-5a48-ba0b-cd2a-506913f9af2d-44e004a1, #w-node-b690e614-5a48-ba0b-cd2a-506913f9af2f-44e004a1, #w-node-b690e614-5a48-ba0b-cd2a-506913f9af48-44e004a1, #w-node-b690e614-5a48-ba0b-cd2a-506913f9af54-44e004a1, #w-node-b690e614-5a48-ba0b-cd2a-506913f9af62-44e004a1, #w-node-_5fb90edf-bb55-692b-b019-a9e2226cc98a-226cc987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fb90edf-bb55-692b-b019-a9e2226cc98f-226cc987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5fb90edf-bb55-692b-b019-a9e2226cc998-226cc987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fb90edf-bb55-692b-b019-a9e2226cc9b4-226cc987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5fb90edf-bb55-692b-b019-a9e2226cc9bc-226cc987, #w-node-_5fb90edf-bb55-692b-b019-a9e2226cc9be-226cc987, #w-node-_06caa646-1056-6ed2-8483-cde02fbc8e91-44e004b4, #w-node-_06caa646-1056-6ed2-8483-cde02fbc8e88-44e004b4, #w-node-_87010c65-aad1-1c46-228d-3a878795afa8-44e004b4, #w-node-_87010c65-aad1-1c46-228d-3a878795afac-44e004b4, #w-node-c82b1e28-cafb-9f3f-6778-d76a789b54e4-44e004b4, #w-node-c82b1e28-cafb-9f3f-6778-d76a789b54e0-44e004b4, #w-node-_1e856a12-d0a5-1a23-3277-1298073fa046-44e004b4, #w-node-_1e856a12-d0a5-1a23-3277-1298073fa049-44e004b4, #w-node-_5d597af2-5e3b-af63-6533-8aefdc7c2c14-44e004b4, #w-node-_5d597af2-5e3b-af63-6533-8aefdc7c2c21-44e004b4, #w-node-_5d597af2-5e3b-af63-6533-8aefdc7c2c23-44e004b4, #w-node-_5d597af2-5e3b-af63-6533-8aefdc7c2c28-44e004b4, #w-node-_5d597af2-5e3b-af63-6533-8aefdc7c2c35-44e004b4, #w-node-_5d597af2-5e3b-af63-6533-8aefdc7c2c37-44e004b4, #w-node-_5d597af2-5e3b-af63-6533-8aefdc7c2c50-44e004b4, #w-node-_5d597af2-5e3b-af63-6533-8aefdc7c2c5c-44e004b4, #w-node-_5d597af2-5e3b-af63-6533-8aefdc7c2c6a-44e004b4, #w-node-_98e53c83-c7c2-6aed-ef1e-fe401864795b-44e004b7, #w-node-_98e53c83-c7c2-6aed-ef1e-fe401864795c-44e004b7, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e004b7, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e004b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e004b7, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e004b7, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f54f-44e004b7, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f55f-44e004b7, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f564-44e004b7, #w-node-ef8786cd-f532-14b1-141d-22d8e8ffa26e-44e004b7, #w-node-_7d0d8a74-67a3-bd32-0d18-05423c50dcbf-44e004b7, #w-node-b4301efd-5272-7264-3eaf-b765eff1302d-44e004b7, #w-node-e1d8af05-20b1-f8ef-d1b1-6b5bad44d597-44e004b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48ec3db5-bd53-01d0-e4ca-7c54c105b67e-44e004b7, #w-node-_48ec3db5-bd53-01d0-e4ca-7c54c105b68b-44e004b7, #w-node-_48ec3db5-bd53-01d0-e4ca-7c54c105b68d-44e004b7, #w-node-_48ec3db5-bd53-01d0-e4ca-7c54c105b692-44e004b7, #w-node-_48ec3db5-bd53-01d0-e4ca-7c54c105b69f-44e004b7, #w-node-_48ec3db5-bd53-01d0-e4ca-7c54c105b6a1-44e004b7, #w-node-_48ec3db5-bd53-01d0-e4ca-7c54c105b6ba-44e004b7, #w-node-_48ec3db5-bd53-01d0-e4ca-7c54c105b6c6-44e004b7, #w-node-_48ec3db5-bd53-01d0-e4ca-7c54c105b6d4-44e004b7, #w-node-_98e53c83-c7c2-6aed-ef1e-fe401864795b-44e004b8, #w-node-_98e53c83-c7c2-6aed-ef1e-fe401864795c-44e004b8, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e004b8, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e004b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e004b8, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e004b8, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f54f-44e004b8, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f55f-44e004b8, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f564-44e004b8, #w-node-ef8786cd-f532-14b1-141d-22d8e8ffa26e-44e004b8, #w-node-_7d0d8a74-67a3-bd32-0d18-05423c50dcbf-44e004b8, #w-node-b4301efd-5272-7264-3eaf-b765eff1302d-44e004b8, #w-node-e1d8af05-20b1-f8ef-d1b1-6b5bad44d597-44e004b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85303e58-34c1-16f2-ecfa-1bd418bb1919-44e004b8, #w-node-_85303e58-34c1-16f2-ecfa-1bd418bb1926-44e004b8, #w-node-_85303e58-34c1-16f2-ecfa-1bd418bb1928-44e004b8, #w-node-_85303e58-34c1-16f2-ecfa-1bd418bb192d-44e004b8, #w-node-_85303e58-34c1-16f2-ecfa-1bd418bb193a-44e004b8, #w-node-_85303e58-34c1-16f2-ecfa-1bd418bb193c-44e004b8, #w-node-_85303e58-34c1-16f2-ecfa-1bd418bb1955-44e004b8, #w-node-_85303e58-34c1-16f2-ecfa-1bd418bb1961-44e004b8, #w-node-_85303e58-34c1-16f2-ecfa-1bd418bb196f-44e004b8, #w-node-_4392a2bf-a000-a594-f4cd-54a2380bec1b-380bec18, #w-node-c0fc8faf-952e-cba9-a0f0-643db13c4000-380bec18, #w-node-c0fc8faf-952e-cba9-a0f0-643db13c4002-380bec18, #w-node-_4392a2bf-a000-a594-f4cd-54a2380bec20-380bec18, #w-node-_2a3e1180-e925-ae56-9b69-8d237fb62ad0-380bec18, #w-node-_2a3e1180-e925-ae56-9b69-8d237fb62ad2-380bec18, #w-node-_4392a2bf-a000-a594-f4cd-54a2380bec30-380bec18, #w-node-_4392a2bf-a000-a594-f4cd-54a2380bec40-380bec18, #w-node-_4392a2bf-a000-a594-f4cd-54a2380bec50-380bec18, #w-node-_729de72f-bad4-baa5-91a7-b7c4f5c64985-44e004bb, #w-node-_729de72f-bad4-baa5-91a7-b7c4f5c64986-44e004bb, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e004bb, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e004bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e004bb, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e004bb, #w-node-ef8786cd-f532-14b1-141d-22d8e8ffa26e-44e004bb, #w-node-_7d0d8a74-67a3-bd32-0d18-05423c50dcbf-44e004bb, #w-node-b4301efd-5272-7264-3eaf-b765eff1302d-44e004bb, #w-node-bbe36eee-3423-a6eb-0ccd-a63106098063-44e004bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c7531d1-a660-d51f-bfd0-7b4ee113ffa2-44e004bb, #w-node-_2c7531d1-a660-d51f-bfd0-7b4ee113ffaf-44e004bb, #w-node-_2c7531d1-a660-d51f-bfd0-7b4ee113ffb1-44e004bb, #w-node-_2c7531d1-a660-d51f-bfd0-7b4ee113ffb6-44e004bb, #w-node-_2c7531d1-a660-d51f-bfd0-7b4ee113ffc3-44e004bb, #w-node-_2c7531d1-a660-d51f-bfd0-7b4ee113ffc5-44e004bb, #w-node-_2c7531d1-a660-d51f-bfd0-7b4ee113ffde-44e004bb, #w-node-_2c7531d1-a660-d51f-bfd0-7b4ee113ffea-44e004bb, #w-node-_2c7531d1-a660-d51f-bfd0-7b4ee113fff8-44e004bb, #w-node-da983447-a02c-5b27-c29a-6a1f922a2cb0-44e004be, #w-node-_126b37d9-15d5-5e09-c891-af6c9cb5e0ee-44e004be, #w-node-b8481e84-643e-4c38-5e0c-154281830444-44e004be, #w-node-ebc6e10b-a4a0-ccc3-38dc-ad8b6f5558d5-44e004be, #w-node-ce4ba9ab-f94d-05de-57d4-65f2a40a0c18-44e004be, #w-node-_8538865f-23d0-379c-2d7a-b87d6f041647-44e004be, #w-node-_38a6b839-0458-d766-059d-076a34379392-44e004be, #w-node-a41e7c1a-68d0-78c6-7270-1c17eb58f690-44e004be, #w-node-_56aa7b32-1db9-384f-4915-6ac83e5f5d0a-44e004be, #w-node-_5e84a78d-35dd-7a8e-2e70-8effadbc100c-44e004be, #w-node-_7cd65614-5b83-b66b-2a9d-7cd5be0ab0ca-44e004be, #w-node-_784477d9-07ae-fef6-485b-26c70bad62f1-44e004be, #w-node-_5056ab28-295e-a7aa-8333-da1a5954522b-44e004c1, #w-node-_5056ab28-295e-a7aa-8333-da1a5954522c-44e004c1, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e004c1, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e004c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e004c1, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e004c1, #w-node-fb0e3310-8044-0cd9-8a19-9b531ba0612d-44e004c1, #w-node-b392bd8b-d13e-b08f-8763-59de323aced8-44e004c1, #w-node-_7f276a8e-add9-f621-2e75-4f3033f33777-44e004c1, #w-node-_41ccac56-c435-08a1-6312-a7f50e64b6d9-44e004c1, #w-node-_8b2b4b56-95d1-3c16-3f21-fe035263c672-44e004c1, #w-node-_29552a62-5d26-a5c3-b175-81c4ed70da09-44e004c1, #w-node-_31238515-9ddd-2f8d-c0d3-d5f40fc8aa42-44e004c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e69eaa3-9492-b7c1-ded8-703250b4d205-44e004c1, #w-node-_0e69eaa3-9492-b7c1-ded8-703250b4d212-44e004c1, #w-node-_0e69eaa3-9492-b7c1-ded8-703250b4d214-44e004c1, #w-node-_0e69eaa3-9492-b7c1-ded8-703250b4d219-44e004c1, #w-node-_0e69eaa3-9492-b7c1-ded8-703250b4d226-44e004c1, #w-node-_0e69eaa3-9492-b7c1-ded8-703250b4d228-44e004c1, #w-node-_0e69eaa3-9492-b7c1-ded8-703250b4d241-44e004c1, #w-node-_0e69eaa3-9492-b7c1-ded8-703250b4d24d-44e004c1, #w-node-_0e69eaa3-9492-b7c1-ded8-703250b4d25b-44e004c1, #w-node-_5056ab28-295e-a7aa-8333-da1a5954522b-44e004c2, #w-node-_5056ab28-295e-a7aa-8333-da1a5954522c-44e004c2, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e004c2, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e004c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e004c2, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e004c2, #w-node-fb0e3310-8044-0cd9-8a19-9b531ba0612d-44e004c2, #w-node-b392bd8b-d13e-b08f-8763-59de323aced8-44e004c2, #w-node-_7f276a8e-add9-f621-2e75-4f3033f33777-44e004c2, #w-node-_41ccac56-c435-08a1-6312-a7f50e64b6d9-44e004c2, #w-node-_8b2b4b56-95d1-3c16-3f21-fe035263c672-44e004c2, #w-node-_29552a62-5d26-a5c3-b175-81c4ed70da09-44e004c2, #w-node-_31238515-9ddd-2f8d-c0d3-d5f40fc8aa42-44e004c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b828e6c1-21df-84e6-b251-cbf77b4fa309-44e004c2, #w-node-b828e6c1-21df-84e6-b251-cbf77b4fa316-44e004c2, #w-node-b828e6c1-21df-84e6-b251-cbf77b4fa318-44e004c2, #w-node-b828e6c1-21df-84e6-b251-cbf77b4fa31d-44e004c2, #w-node-b828e6c1-21df-84e6-b251-cbf77b4fa32a-44e004c2, #w-node-b828e6c1-21df-84e6-b251-cbf77b4fa32c-44e004c2, #w-node-b828e6c1-21df-84e6-b251-cbf77b4fa345-44e004c2, #w-node-b828e6c1-21df-84e6-b251-cbf77b4fa351-44e004c2, #w-node-b828e6c1-21df-84e6-b251-cbf77b4fa35f-44e004c2, #w-node-b840be7b-0316-bd7a-a508-8064e610b19d-44e004c4, #w-node-b840be7b-0316-bd7a-a508-8064e610b19e-44e004c4, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e004c4, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e004c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e004c4, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e004c4, #w-node-fb0e3310-8044-0cd9-8a19-9b531ba0612d-44e004c4, #w-node-c85aba5c-de8f-c389-652f-ea3e84ba1130-44e004c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98f31cb7-1e9d-4ec7-41bb-70cca703a630-44e004c4, #w-node-_98f31cb7-1e9d-4ec7-41bb-70cca703a63d-44e004c4, #w-node-_98f31cb7-1e9d-4ec7-41bb-70cca703a63f-44e004c4, #w-node-_98f31cb7-1e9d-4ec7-41bb-70cca703a644-44e004c4, #w-node-_98f31cb7-1e9d-4ec7-41bb-70cca703a651-44e004c4, #w-node-_98f31cb7-1e9d-4ec7-41bb-70cca703a653-44e004c4, #w-node-_98f31cb7-1e9d-4ec7-41bb-70cca703a66c-44e004c4, #w-node-_98f31cb7-1e9d-4ec7-41bb-70cca703a678-44e004c4, #w-node-_98f31cb7-1e9d-4ec7-41bb-70cca703a686-44e004c4, #w-node-b840be7b-0316-bd7a-a508-8064e610b19d-44e004c5, #w-node-b840be7b-0316-bd7a-a508-8064e610b19e-44e004c5, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e004c5, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e004c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e004c5, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e004c5, #w-node-fb0e3310-8044-0cd9-8a19-9b531ba0612d-44e004c5, #w-node-c85aba5c-de8f-c389-652f-ea3e84ba1130-44e004c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_822bffc4-8bab-6b0d-31a9-a874da675aea-44e004c5, #w-node-_822bffc4-8bab-6b0d-31a9-a874da675af7-44e004c5, #w-node-_822bffc4-8bab-6b0d-31a9-a874da675af9-44e004c5, #w-node-_822bffc4-8bab-6b0d-31a9-a874da675afe-44e004c5, #w-node-_822bffc4-8bab-6b0d-31a9-a874da675b0b-44e004c5, #w-node-_822bffc4-8bab-6b0d-31a9-a874da675b0d-44e004c5, #w-node-_822bffc4-8bab-6b0d-31a9-a874da675b26-44e004c5, #w-node-_822bffc4-8bab-6b0d-31a9-a874da675b32-44e004c5, #w-node-_822bffc4-8bab-6b0d-31a9-a874da675b40-44e004c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_959c42c9-c646-5d6a-5870-a28260030bc6-44e004c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d2bb73ed-6c8b-7b51-7612-c4a623389e15-44e004c6, #w-node-fd754d84-e7f3-32c3-3421-475032aaf2e6-44e004c6, #w-node-fd754d84-e7f3-32c3-3421-475032aaf2ec-44e004c6, #w-node-bb4c605d-2f7b-13d9-2cfd-79ffa53c408a-44e004c6, #w-node-_46cc2e6f-b5cb-aab2-3029-095595b9f1fe-44e004c6, #w-node-_853ee69f-3fd5-9e90-e582-eb1d225f5f90-44e004c6, #w-node-dfe20056-59aa-6364-e58e-e32f160159a3-44e004c6, #w-node-b25d8bed-bb5e-9769-1da6-85ad30374647-44e004c6, #w-node-_278f964d-f2c5-dba5-1ccc-a8463ab59d12-44e004c6, #w-node-a92f575d-e8c8-f6eb-3c7f-ad26beb68162-44e004c6, #w-node-b20af437-36d6-f4ad-c2c4-3c2fd88500cb-44e004c6, #w-node-b20af437-36d6-f4ad-c2c4-3c2fd88500d8-44e004c6, #w-node-b20af437-36d6-f4ad-c2c4-3c2fd88500da-44e004c6, #w-node-b20af437-36d6-f4ad-c2c4-3c2fd88500df-44e004c6, #w-node-b20af437-36d6-f4ad-c2c4-3c2fd88500ec-44e004c6, #w-node-b20af437-36d6-f4ad-c2c4-3c2fd88500ee-44e004c6, #w-node-b20af437-36d6-f4ad-c2c4-3c2fd8850107-44e004c6, #w-node-b20af437-36d6-f4ad-c2c4-3c2fd8850113-44e004c6, #w-node-b20af437-36d6-f4ad-c2c4-3c2fd8850121-44e004c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_959c42c9-c646-5d6a-5870-a28260030bc6-44e004c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d2bb73ed-6c8b-7b51-7612-c4a623389e15-44e004c7, #w-node-fd754d84-e7f3-32c3-3421-475032aaf2e6-44e004c7, #w-node-fd754d84-e7f3-32c3-3421-475032aaf2ec-44e004c7, #w-node-bb4c605d-2f7b-13d9-2cfd-79ffa53c408a-44e004c7, #w-node-_46cc2e6f-b5cb-aab2-3029-095595b9f1fe-44e004c7, #w-node-_853ee69f-3fd5-9e90-e582-eb1d225f5f90-44e004c7, #w-node-dfe20056-59aa-6364-e58e-e32f160159a3-44e004c7, #w-node-b25d8bed-bb5e-9769-1da6-85ad30374647-44e004c7, #w-node-_278f964d-f2c5-dba5-1ccc-a8463ab59d12-44e004c7, #w-node-a92f575d-e8c8-f6eb-3c7f-ad26beb68162-44e004c7, #w-node-e3b5586d-267b-30f2-4eda-5d3e31f90bb6-44e004c7, #w-node-e3b5586d-267b-30f2-4eda-5d3e31f90bc3-44e004c7, #w-node-e3b5586d-267b-30f2-4eda-5d3e31f90bc5-44e004c7, #w-node-e3b5586d-267b-30f2-4eda-5d3e31f90bca-44e004c7, #w-node-e3b5586d-267b-30f2-4eda-5d3e31f90bd7-44e004c7, #w-node-e3b5586d-267b-30f2-4eda-5d3e31f90bd9-44e004c7, #w-node-e3b5586d-267b-30f2-4eda-5d3e31f90bf2-44e004c7, #w-node-e3b5586d-267b-30f2-4eda-5d3e31f90bfe-44e004c7, #w-node-e3b5586d-267b-30f2-4eda-5d3e31f90c0c-44e004c7, #w-node-f20ceda4-5348-ab11-e46c-7f384642138f-44e004c9, #w-node-dfa5baf5-6408-381d-3bab-557ffa798bdb-44e004c9, #w-node-_78e3e83e-036f-d463-63b8-ddf241bb7934-44e004c9, #w-node-f6e6ad1c-c42f-715d-c5f5-58b4ddfa90a9-44e004c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c94bda6-f322-99f4-20c2-6384353a3015-44e004c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe786eaa-5097-ac3c-944a-21ae7e0a007f-44e004de, #w-node-fe786eaa-5097-ac3c-944a-21ae7e0a0085-44e004de, #w-node-fe786eaa-5097-ac3c-944a-21ae7e0a008b-44e004de, #w-node-_73165a97-7995-6faa-9bbf-1deeed1a2e13-44e004df, #w-node-_73165a97-7995-6faa-9bbf-1deeed1a2e19-44e004df, #w-node-_73165a97-7995-6faa-9bbf-1deeed1a2e1f-44e004df, #w-node-_8889e6a3-e8a2-76bb-5e66-b820d0f20b79-44e004e0, #w-node-_8889e6a3-e8a2-76bb-5e66-b820d0f20b7b-44e004e0, #w-node-b5d97fed-4aa9-e56d-7444-d886426f8223-44e004f4, #w-node-b5d97fed-4aa9-e56d-7444-d886426f8226-44e004f4, #w-node-_79280dc3-fcc7-57fd-0916-192d53a29249-44e004f4, #w-node-fb3fd9ee-2cde-3220-70d3-0e859cf7bff6-44e004f5, #w-node-ab179d65-c8a9-2301-6a51-a5a870686514-44e004f5, #w-node-_32499e69-3511-852e-7e85-1fcb071f2add-44e004f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d60b68a2-e03e-b3c2-2457-c9b9d8832a38-d8832a35 {
  justify-self: center;
}

#w-node-d60b68a2-e03e-b3c2-2457-c9b9d8832a3a-d8832a35 {
  justify-self: end;
}

#w-node-d60b68a2-e03e-b3c2-2457-c9b9d8832a44-d8832a35, #w-node-d60b68a2-e03e-b3c2-2457-c9b9d8832a48-d8832a35, #w-node-d60b68a2-e03e-b3c2-2457-c9b9d8832a63-d8832a35, #w-node-d60b68a2-e03e-b3c2-2457-c9b9d8832a7e-d8832a35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d60b68a2-e03e-b3c2-2457-c9b9d8832a9d-d8832a35 {
  justify-self: end;
}

#w-node-d60b68a2-e03e-b3c2-2457-c9b9d8832adf-d8832a35, #w-node-eda3420c-3323-9c52-d798-cb7c232039fa-44e004f6, #w-node-eda3420c-3323-9c52-d798-cb7c23203a07-44e004f6, #w-node-_7da2c182-fd44-d2e5-aa04-bf70f8451989-44e004f8, #w-node-_7da2c182-fd44-d2e5-aa04-bf70f845198a-44e004f8, #w-node-_98e53c83-c7c2-6aed-ef1e-fe401864795b-44e004f9, #w-node-_98e53c83-c7c2-6aed-ef1e-fe401864795c-44e004f9, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e004f9, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e004f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e004f9, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e004f9, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f54f-44e004f9, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f55f-44e004f9, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f564-44e004f9, #w-node-ef8786cd-f532-14b1-141d-22d8e8ffa26e-44e004f9, #w-node-_7d0d8a74-67a3-bd32-0d18-05423c50dcbf-44e004f9, #w-node-b4301efd-5272-7264-3eaf-b765eff1302d-44e004f9, #w-node-e1d8af05-20b1-f8ef-d1b1-6b5bad44d597-44e004f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a8416c2-05c5-2fbc-a293-533be5c4f0a0-44e004fa, #w-node-_52802cc9-c6c1-6b8c-3321-d142e1d2707e-44e004fd, #w-node-_52802cc9-c6c1-6b8c-3321-d142e1d2707f-44e004fd, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e004fd, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e004fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e004fd, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e004fd, #w-node-fb0e3310-8044-0cd9-8a19-9b531ba0612d-44e004fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c5aa885-f14b-6ec9-e795-4e0e9cc19dc6-44e004fd, #w-node-_5c5aa885-f14b-6ec9-e795-4e0e9cc19dd3-44e004fd, #w-node-_5c5aa885-f14b-6ec9-e795-4e0e9cc19dd5-44e004fd, #w-node-_5c5aa885-f14b-6ec9-e795-4e0e9cc19dda-44e004fd, #w-node-_5c5aa885-f14b-6ec9-e795-4e0e9cc19de7-44e004fd, #w-node-_5c5aa885-f14b-6ec9-e795-4e0e9cc19de9-44e004fd, #w-node-_5c5aa885-f14b-6ec9-e795-4e0e9cc19e02-44e004fd, #w-node-_5c5aa885-f14b-6ec9-e795-4e0e9cc19e0e-44e004fd, #w-node-_5c5aa885-f14b-6ec9-e795-4e0e9cc19e1c-44e004fd, #w-node-_52802cc9-c6c1-6b8c-3321-d142e1d2707e-44e004fe, #w-node-_52802cc9-c6c1-6b8c-3321-d142e1d2707f-44e004fe, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e004fe, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e004fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e004fe, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e004fe, #w-node-fb0e3310-8044-0cd9-8a19-9b531ba0612d-44e004fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_900f2c0d-4806-e7e9-7d83-16ac77ce0ba3-44e004fe, #w-node-_900f2c0d-4806-e7e9-7d83-16ac77ce0bb0-44e004fe, #w-node-_900f2c0d-4806-e7e9-7d83-16ac77ce0bb2-44e004fe, #w-node-_900f2c0d-4806-e7e9-7d83-16ac77ce0bb7-44e004fe, #w-node-_900f2c0d-4806-e7e9-7d83-16ac77ce0bc4-44e004fe, #w-node-_900f2c0d-4806-e7e9-7d83-16ac77ce0bc6-44e004fe, #w-node-_900f2c0d-4806-e7e9-7d83-16ac77ce0bdf-44e004fe, #w-node-_900f2c0d-4806-e7e9-7d83-16ac77ce0beb-44e004fe, #w-node-_900f2c0d-4806-e7e9-7d83-16ac77ce0bf9-44e004fe, #w-node-_0840d28f-d247-9799-a1da-4286e7432595-44e004ff, #w-node-_0840d28f-d247-9799-a1da-4286e74325a2-44e004ff, #w-node-_0840d28f-d247-9799-a1da-4286e74325a4-44e004ff, #w-node-_0840d28f-d247-9799-a1da-4286e74325a9-44e004ff, #w-node-_0840d28f-d247-9799-a1da-4286e74325b6-44e004ff, #w-node-_0840d28f-d247-9799-a1da-4286e74325b8-44e004ff, #w-node-_0840d28f-d247-9799-a1da-4286e74325d1-44e004ff, #w-node-_0840d28f-d247-9799-a1da-4286e74325dd-44e004ff, #w-node-_0840d28f-d247-9799-a1da-4286e74325eb-44e004ff, #w-node-_3dc293d3-2608-f1f8-7016-b0014778281c-44e00500, #w-node-_3dc293d3-2608-f1f8-7016-b00147782829-44e00500, #w-node-_3dc293d3-2608-f1f8-7016-b0014778282b-44e00500, #w-node-_3dc293d3-2608-f1f8-7016-b00147782830-44e00500, #w-node-_3dc293d3-2608-f1f8-7016-b0014778283d-44e00500, #w-node-_3dc293d3-2608-f1f8-7016-b0014778283f-44e00500, #w-node-_3dc293d3-2608-f1f8-7016-b00147782858-44e00500, #w-node-_3dc293d3-2608-f1f8-7016-b00147782864-44e00500, #w-node-_3dc293d3-2608-f1f8-7016-b00147782872-44e00500, #w-node-b85c93b5-a4bd-b60b-2cd5-dca0a16550eb-a16550e8, #w-node-b85c93b5-a4bd-b60b-2cd5-dca0a16550f7-a16550e8, #w-node-b85c93b5-a4bd-b60b-2cd5-dca0a1655102-a16550e8, #w-node-b85c93b5-a4bd-b60b-2cd5-dca0a165511f-a16550e8, #w-node-_114310e9-11c6-2062-9392-a9b128225da5-28225da2, #w-node-_114310e9-11c6-2062-9392-a9b128225dbc-28225da2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7e106e-f4ec-a55e-4ca8-2aa74b93fbca-4b93fbc7 {
  justify-self: start;
}

#w-node-bc7e106e-f4ec-a55e-4ca8-2aa74b93fbd4-4b93fbc7, #w-node-bc7e106e-f4ec-a55e-4ca8-2aa74b93fbd8-4b93fbc7, #w-node-bc7e106e-f4ec-a55e-4ca8-2aa74b93fbf3-4b93fbc7, #w-node-bc7e106e-f4ec-a55e-4ca8-2aa74b93fc0e-4b93fbc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc7e106e-f4ec-a55e-4ca8-2aa74b93fc2b-4b93fbc7 {
  justify-self: center;
}

#w-node-bc7e106e-f4ec-a55e-4ca8-2aa74b93fc2f-4b93fbc7 {
  justify-self: end;
}

#w-node-_313ffe4f-581c-c2e3-12a2-73d6eb78790b-44e00503, #w-node-_313ffe4f-581c-c2e3-12a2-73d6eb78790c-44e00503, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e00503, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e00503 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e00503 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2477fd56-6f8a-aba6-d6ea-2c932bc3a3ff-44e00503, #w-node-_2477fd56-6f8a-aba6-d6ea-2c932bc3a40c-44e00503, #w-node-_2477fd56-6f8a-aba6-d6ea-2c932bc3a40e-44e00503, #w-node-_2477fd56-6f8a-aba6-d6ea-2c932bc3a413-44e00503, #w-node-_2477fd56-6f8a-aba6-d6ea-2c932bc3a420-44e00503, #w-node-_2477fd56-6f8a-aba6-d6ea-2c932bc3a422-44e00503, #w-node-_2477fd56-6f8a-aba6-d6ea-2c932bc3a43b-44e00503, #w-node-_2477fd56-6f8a-aba6-d6ea-2c932bc3a447-44e00503, #w-node-_2477fd56-6f8a-aba6-d6ea-2c932bc3a455-44e00503, #w-node-_313ffe4f-581c-c2e3-12a2-73d6eb78790b-44e00504, #w-node-_313ffe4f-581c-c2e3-12a2-73d6eb78790c-44e00504, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e00504, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e00504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e00504 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7564135-9970-1e54-ee80-5eaa1691b4ea-44e00504, #w-node-a7564135-9970-1e54-ee80-5eaa1691b4f7-44e00504, #w-node-a7564135-9970-1e54-ee80-5eaa1691b4f9-44e00504, #w-node-a7564135-9970-1e54-ee80-5eaa1691b4fe-44e00504, #w-node-a7564135-9970-1e54-ee80-5eaa1691b50b-44e00504, #w-node-a7564135-9970-1e54-ee80-5eaa1691b50d-44e00504, #w-node-a7564135-9970-1e54-ee80-5eaa1691b526-44e00504, #w-node-a7564135-9970-1e54-ee80-5eaa1691b532-44e00504, #w-node-a7564135-9970-1e54-ee80-5eaa1691b540-44e00504, #w-node-_0f49a172-9f3d-db9f-d624-daf1238ac357-44e00505, #w-node-_9416e04a-8c62-3783-09d6-ca415adc8a42-44e00505, #w-node-_3c2a8a9e-d536-b26a-c84e-6547d4bf8244-44e00505, #w-node-_66e49fcb-1107-752b-9a09-a5674281651b-44e00507, #w-node-_66e49fcb-1107-752b-9a09-a56742816529-44e00507, #w-node-a2c3ac44-e3f7-72b9-e8bc-a922c490e92a-44e00507, #w-node-a2c3ac44-e3f7-72b9-e8bc-a922c490e935-44e00507, #w-node-cde10ee7-e934-2bf1-5a8a-369e5431e43f-44e00507, #w-node-cde10ee7-e934-2bf1-5a8a-369e5431e44a-44e00507, #w-node-_565545aa-b8f2-1f1e-4471-3536732c5d34-44e00507, #w-node-_565545aa-b8f2-1f1e-4471-3536732c5d36-44e00507, #w-node-_6027a9c8-95cd-d4d8-8717-dc4bc8336c9f-44e00507, #w-node-_602a70a8-1fdb-87fb-5175-8bfae273c0ba-44e00507, #w-node-b3f93c39-8c12-25cf-d5ce-b9a27c879897-44e00507, #w-node-_140d608a-562c-92f0-336a-7d0342b86d23-44e00507, #w-node-_8156de32-f9f8-ef5a-1a16-9784a6e337f3-44e00507, #w-node-_999d5768-814b-abf4-03e4-1da66c7c4ade-44e00507, #w-node-eefe6d50-9586-7307-7a5d-108762e43e2f-44e00507, #w-node-_9eeae46f-8bb1-a943-d243-80e8e94ad771-44e00507, #w-node-b6972067-cf57-019c-e924-b082a9dd0226-44e00507, #w-node-_424af299-5137-f57a-6994-33a8b062a287-44e00507, #w-node-_52956ebf-3059-c657-d4e0-c2a13609a287-44e00507, #w-node-a1db15a9-f284-56cd-55f6-7335c5f9aab9-44e00507, #w-node-a1db15a9-f284-56cd-55f6-7335c5f9aabb-44e00507, #w-node-_52956ebf-3059-c657-d4e0-c2a13609a29b-44e00507, #w-node-_52956ebf-3059-c657-d4e0-c2a13609a2c3-44e00507, #w-node-_52956ebf-3059-c657-d4e0-c2a13609a2cf-44e00507, #w-node-_52956ebf-3059-c657-d4e0-c2a13609a2dd-44e00507, #w-node-_729de72f-bad4-baa5-91a7-b7c4f5c64985-44e00521, #w-node-_729de72f-bad4-baa5-91a7-b7c4f5c64986-44e00521, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e00521, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e00521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e00521, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e00521, #w-node-ef8786cd-f532-14b1-141d-22d8e8ffa26e-44e00521, #w-node-_7d0d8a74-67a3-bd32-0d18-05423c50dcbf-44e00521, #w-node-b4301efd-5272-7264-3eaf-b765eff1302d-44e00521, #w-node-bbe36eee-3423-a6eb-0ccd-a63106098063-44e00521 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72782b1f-3fba-fd50-5ac8-1b5fcbeb10e3-44e00521, #w-node-_72782b1f-3fba-fd50-5ac8-1b5fcbeb10f0-44e00521, #w-node-_72782b1f-3fba-fd50-5ac8-1b5fcbeb10f2-44e00521, #w-node-_72782b1f-3fba-fd50-5ac8-1b5fcbeb10f7-44e00521, #w-node-_72782b1f-3fba-fd50-5ac8-1b5fcbeb1104-44e00521, #w-node-_72782b1f-3fba-fd50-5ac8-1b5fcbeb1106-44e00521, #w-node-_72782b1f-3fba-fd50-5ac8-1b5fcbeb111f-44e00521, #w-node-_72782b1f-3fba-fd50-5ac8-1b5fcbeb112b-44e00521, #w-node-_72782b1f-3fba-fd50-5ac8-1b5fcbeb1139-44e00521, #w-node-_3d749e03-2d85-c8aa-f31a-aca770d89489-44e00537, #w-node-_3d749e03-2d85-c8aa-f31a-aca770d8948b-44e00537, #w-node-_9a743258-4be6-62a7-f5bc-627331eb9cf2-44e00557, #w-node-_9a743258-4be6-62a7-f5bc-627331eb9cf3-44e00557, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e00557, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e00557 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e00557, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e00557 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2bce1937-3ee6-11dc-d6b9-c6a7d0c7cbd3-44e00557, #w-node-_2bce1937-3ee6-11dc-d6b9-c6a7d0c7cbe0-44e00557, #w-node-_2bce1937-3ee6-11dc-d6b9-c6a7d0c7cbe2-44e00557, #w-node-_2bce1937-3ee6-11dc-d6b9-c6a7d0c7cbe7-44e00557, #w-node-_2bce1937-3ee6-11dc-d6b9-c6a7d0c7cbf4-44e00557, #w-node-_2bce1937-3ee6-11dc-d6b9-c6a7d0c7cbf6-44e00557, #w-node-_2bce1937-3ee6-11dc-d6b9-c6a7d0c7cc0f-44e00557, #w-node-_2bce1937-3ee6-11dc-d6b9-c6a7d0c7cc1b-44e00557, #w-node-_2bce1937-3ee6-11dc-d6b9-c6a7d0c7cc29-44e00557, #w-node-_9a743258-4be6-62a7-f5bc-627331eb9cf2-44e00558, #w-node-_9a743258-4be6-62a7-f5bc-627331eb9cf3-44e00558, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e00558, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e00558 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e00558, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e00558 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7892dbba-df42-ac38-2dbd-c5d7f4c8ebe2-44e00558, #w-node-_7892dbba-df42-ac38-2dbd-c5d7f4c8ebef-44e00558, #w-node-_7892dbba-df42-ac38-2dbd-c5d7f4c8ebf1-44e00558, #w-node-_7892dbba-df42-ac38-2dbd-c5d7f4c8ebf6-44e00558, #w-node-_7892dbba-df42-ac38-2dbd-c5d7f4c8ec03-44e00558, #w-node-_7892dbba-df42-ac38-2dbd-c5d7f4c8ec05-44e00558, #w-node-_7892dbba-df42-ac38-2dbd-c5d7f4c8ec1e-44e00558, #w-node-_7892dbba-df42-ac38-2dbd-c5d7f4c8ec2a-44e00558, #w-node-_7892dbba-df42-ac38-2dbd-c5d7f4c8ec38-44e00558, #w-node-_6bba35d6-e8c5-8667-61aa-9349768e16b3-44e0055a, #w-node-_6bba35d6-e8c5-8667-61aa-9349768e16b4-44e0055a, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e0055a, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e0055a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e0055a, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e0055a, #w-node-fb0e3310-8044-0cd9-8a19-9b531ba0612d-44e0055a, #w-node-b392bd8b-d13e-b08f-8763-59de323aced8-44e0055a, #w-node-_7f276a8e-add9-f621-2e75-4f3033f33777-44e0055a, #w-node-_41ccac56-c435-08a1-6312-a7f50e64b6d9-44e0055a, #w-node-_8b2b4b56-95d1-3c16-3f21-fe035263c672-44e0055a, #w-node-_29552a62-5d26-a5c3-b175-81c4ed70da09-44e0055a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ede8030-79e4-aca3-f1d9-1786a1954cd3-44e0055a, #w-node-_7ede8030-79e4-aca3-f1d9-1786a1954ce0-44e0055a, #w-node-_7ede8030-79e4-aca3-f1d9-1786a1954ce2-44e0055a, #w-node-_7ede8030-79e4-aca3-f1d9-1786a1954ce7-44e0055a, #w-node-_7ede8030-79e4-aca3-f1d9-1786a1954cf4-44e0055a, #w-node-_7ede8030-79e4-aca3-f1d9-1786a1954cf6-44e0055a, #w-node-_7ede8030-79e4-aca3-f1d9-1786a1954d0f-44e0055a, #w-node-_7ede8030-79e4-aca3-f1d9-1786a1954d1b-44e0055a, #w-node-_7ede8030-79e4-aca3-f1d9-1786a1954d29-44e0055a, #w-node-_6bba35d6-e8c5-8667-61aa-9349768e16b3-44e0055b, #w-node-_6bba35d6-e8c5-8667-61aa-9349768e16b4-44e0055b, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e0055b, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e0055b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e0055b, #w-node-_22b577a5-4f37-bd4e-5eba-0ef657672b19-44e0055b, #w-node-fb0e3310-8044-0cd9-8a19-9b531ba0612d-44e0055b, #w-node-b392bd8b-d13e-b08f-8763-59de323aced8-44e0055b, #w-node-_7f276a8e-add9-f621-2e75-4f3033f33777-44e0055b, #w-node-_41ccac56-c435-08a1-6312-a7f50e64b6d9-44e0055b, #w-node-_8b2b4b56-95d1-3c16-3f21-fe035263c672-44e0055b, #w-node-_29552a62-5d26-a5c3-b175-81c4ed70da09-44e0055b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5bed9064-3bbd-6549-b3d2-6677e27e4ab5-44e0055b, #w-node-_5bed9064-3bbd-6549-b3d2-6677e27e4ac2-44e0055b, #w-node-_5bed9064-3bbd-6549-b3d2-6677e27e4ac4-44e0055b, #w-node-_5bed9064-3bbd-6549-b3d2-6677e27e4ac9-44e0055b, #w-node-_5bed9064-3bbd-6549-b3d2-6677e27e4ad6-44e0055b, #w-node-_5bed9064-3bbd-6549-b3d2-6677e27e4ad8-44e0055b, #w-node-_5bed9064-3bbd-6549-b3d2-6677e27e4af1-44e0055b, #w-node-_5bed9064-3bbd-6549-b3d2-6677e27e4afd-44e0055b, #w-node-_5bed9064-3bbd-6549-b3d2-6677e27e4b0b-44e0055b, #w-node-_6b739e95-1529-d02a-a479-0214bafa6bd9-44e0055d, #w-node-_6b739e95-1529-d02a-a479-0214bafa6bdd-44e0055d, #w-node-f66504a9-bc2b-e3c6-e7c0-86877e50f3f3-44e0055d, #w-node-aaf27ee0-cb4e-582c-b1e9-1a56aa637934-44e0055d, #w-node-e548dbbb-3777-1137-ce6f-8ab4244180a7-44e0055d, #w-node-_6906e884-1492-86db-da33-a4676faaa800-44e0055d, #w-node-_74e25068-b6b9-1aab-1f01-4e8129987128-44e0055d, #w-node-da1791c2-c71a-917e-7c25-daa9781fd0cd-44e0055d, #w-node-f66504a9-bc2b-e3c6-e7c0-86877e50f3ed-44e0055d, #w-node-_3dbe7745-ac28-d316-b268-f61c8f51604b-44e0055d, #w-node-_3dbe7745-ac28-d316-b268-f61c8f51602b-44e0055d, #w-node-a928b781-1b92-14d8-60e8-a001d0d8a8cd-44e0055d, #w-node-a928b781-1b92-14d8-60e8-a001d0d8a8c9-44e0055d, #w-node-cdbe839a-4404-6866-73d4-89951bac40c2-44e0055d, #w-node-cdbe839a-4404-6866-73d4-89951bac40c4-44e0055d, #w-node-_4ea69c8e-9a62-b07c-41e6-b723dbf6ca63-44e0055d, #w-node-_6fb4fb09-815d-ff78-6d7e-f74117b5d95e-44e0055d, #w-node-_71d19f34-c24e-4e1c-9fb9-c3d3b57b1656-44e0055d, #w-node-_71d19f34-c24e-4e1c-9fb9-c3d3b57b1657-44e0055d, #w-node-_7c3c5658-69f2-74cc-c0ee-efac07ee19dd-44e0055d, #w-node-_7c3c5658-69f2-74cc-c0ee-efac07ee19e1-44e0055d, #w-node-_7c3c5658-69f2-74cc-c0ee-efac07ee19e5-44e0055d, #w-node-be876fe9-fea1-b1b3-9abe-c7a013dc64b8-44e0055e, #w-node-be876fe9-fea1-b1b3-9abe-c7a013dc64bf-44e0055e, #w-node-be876fe9-fea1-b1b3-9abe-c7a013dc64c6-44e0055e, #w-node-be876fe9-fea1-b1b3-9abe-c7a013dc64cd-44e0055e, #w-node-be876fe9-fea1-b1b3-9abe-c7a013dc64d4-44e0055e, #w-node-be876fe9-fea1-b1b3-9abe-c7a013dc64db-44e0055e, #w-node-_89ef5007-7e10-674c-410d-fe8411685336-44e0055e, #w-node-_89ef5007-7e10-674c-410d-fe841168533a-44e0055e, #w-node-f6f9cef0-fd93-a9e6-2746-47d919036fda-19036fbd, #w-node-f6f9cef0-fd93-a9e6-2746-47d919036fe3-19036fbd, #w-node-f6f9cef0-fd93-a9e6-2746-47d919036fec-19036fbd, #w-node-b7bf76d8-aa1b-8028-8c5c-f395a284add1-44e00560, #w-node-b7bf76d8-aa1b-8028-8c5c-f395a284add2-44e00560, #w-node-_6fd8a874-edde-33bd-75de-c780a04f8b36-44e00581, #w-node-_6fd8a874-edde-33bd-75de-c780a04f8b37-44e00581, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e00581, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e00581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e00581, #w-node-aae278ea-8888-5d21-6a8c-421553e48b83-44e00581 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aae278ea-8888-5d21-6a8c-421553e48b8c-44e00581 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38f883ee-a512-02d6-7696-4f4140daf281-44e00581, #w-node-_1361b0c3-9a53-dccc-bc11-9aa99b1a9208-44e00581 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2af8fa9-2021-5cf0-f019-eae7bb4f461f-44e00581, #w-node-c2af8fa9-2021-5cf0-f019-eae7bb4f462c-44e00581, #w-node-c2af8fa9-2021-5cf0-f019-eae7bb4f462e-44e00581, #w-node-c2af8fa9-2021-5cf0-f019-eae7bb4f4633-44e00581, #w-node-c2af8fa9-2021-5cf0-f019-eae7bb4f4640-44e00581, #w-node-c2af8fa9-2021-5cf0-f019-eae7bb4f4642-44e00581, #w-node-c2af8fa9-2021-5cf0-f019-eae7bb4f465b-44e00581, #w-node-c2af8fa9-2021-5cf0-f019-eae7bb4f4667-44e00581, #w-node-c2af8fa9-2021-5cf0-f019-eae7bb4f4675-44e00581, #w-node-_6fd8a874-edde-33bd-75de-c780a04f8b36-44e00582, #w-node-_6fd8a874-edde-33bd-75de-c780a04f8b37-44e00582, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21a-44e00582, #w-node-_4fba0941-2b85-35ba-214d-edadb22bf21c-44e00582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fba0941-2b85-35ba-214d-edadb22bf2f5-44e00582, #w-node-aae278ea-8888-5d21-6a8c-421553e48b83-44e00582 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aae278ea-8888-5d21-6a8c-421553e48b8c-44e00582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38f883ee-a512-02d6-7696-4f4140daf281-44e00582, #w-node-_1361b0c3-9a53-dccc-bc11-9aa99b1a9208-44e00582 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_711ddef2-8e49-c187-c4ed-6fd3fe4cf036-44e00582, #w-node-_711ddef2-8e49-c187-c4ed-6fd3fe4cf043-44e00582, #w-node-_711ddef2-8e49-c187-c4ed-6fd3fe4cf045-44e00582, #w-node-_711ddef2-8e49-c187-c4ed-6fd3fe4cf04a-44e00582, #w-node-_711ddef2-8e49-c187-c4ed-6fd3fe4cf057-44e00582, #w-node-_711ddef2-8e49-c187-c4ed-6fd3fe4cf059-44e00582, #w-node-_711ddef2-8e49-c187-c4ed-6fd3fe4cf072-44e00582, #w-node-_711ddef2-8e49-c187-c4ed-6fd3fe4cf07e-44e00582, #w-node-_711ddef2-8e49-c187-c4ed-6fd3fe4cf08c-44e00582, #w-node-f6e9d1b3-65c5-67d2-4bf7-a2f94a2a6623-59a968ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6e9d1b3-65c5-67d2-4bf7-a2f94a2a6625-59a968ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f6e9d1b3-65c5-67d2-4bf7-a2f94a2a662e-59a968ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6e9d1b3-65c5-67d2-4bf7-a2f94a2a664a-59a968ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f6e9d1b3-65c5-67d2-4bf7-a2f94a2a6652-59a968ab, #w-node-f6e9d1b3-65c5-67d2-4bf7-a2f94a2a6654-59a968ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_31a0f7e6-841c-87e6-0ac3-9d7f19006f66-6590c40d, #w-node-_5fb90edf-bb55-692b-b019-a9e2226cc98c-226cc987 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5fb90edf-bb55-692b-b019-a9e2226cc998-226cc987 {
    justify-self: end;
  }

  #w-node-_4c94bda6-f322-99f4-20c2-6384353a3015-44e004c9 {
    grid-column: span 1 / span 1;
  }

  #w-node-d60b68a2-e03e-b3c2-2457-c9b9d8832a9b-d8832a35, #w-node-bc7e106e-f4ec-a55e-4ca8-2aa74b93fc2d-4b93fbc7, #w-node-f6e9d1b3-65c5-67d2-4bf7-a2f94a2a665d-59a968ab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a53a5e49-a7bd-5d82-e288-d2109404f56a-44e004b7, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f555-44e004b7, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f56f-44e004b7, #w-node-e496c0d1-a0dd-7124-362b-ff5c40921780-44e004b7, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f56a-44e004b8, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f555-44e004b8, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f56f-44e004b8, #w-node-e496c0d1-a0dd-7124-362b-ff5c40921780-44e004b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c94bda6-f322-99f4-20c2-6384353a3015-44e004c9 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-a53a5e49-a7bd-5d82-e288-d2109404f56a-44e004f9, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f555-44e004f9, #w-node-a53a5e49-a7bd-5d82-e288-d2109404f56f-44e004f9, #w-node-e496c0d1-a0dd-7124-362b-ff5c40921780-44e004f9, #w-node-aae278ea-8888-5d21-6a8c-421553e48b90-44e00581, #w-node-aae278ea-8888-5d21-6a8c-421553e48b8c-44e00581, #w-node-_2bf5f1a4-bfd0-0fc3-d36d-7a74fbc9939b-44e00581, #w-node-_2bf5f1a4-bfd0-0fc3-d36d-7a74fbc9939f-44e00581, #w-node-aae278ea-8888-5d21-6a8c-421553e48b90-44e00582, #w-node-aae278ea-8888-5d21-6a8c-421553e48b8c-44e00582, #w-node-_2bf5f1a4-bfd0-0fc3-d36d-7a74fbc9939b-44e00582, #w-node-_2bf5f1a4-bfd0-0fc3-d36d-7a74fbc9939f-44e00582 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ba1550a6-6d94-f2c2-d94e-bae82d46ab71-44e00447, #w-node-b690e614-5a48-ba0b-cd2a-506913f9af0c-44e004a1, #w-node-_5d597af2-5e3b-af63-6533-8aefdc7c2c14-44e004b4, #w-node-_48ec3db5-bd53-01d0-e4ca-7c54c105b67e-44e004b7, #w-node-_85303e58-34c1-16f2-ecfa-1bd418bb1919-44e004b8, #w-node-_4392a2bf-a000-a594-f4cd-54a2380bec1b-380bec18, #w-node-_2c7531d1-a660-d51f-bfd0-7b4ee113ffa2-44e004bb, #w-node-_0e69eaa3-9492-b7c1-ded8-703250b4d205-44e004c1, #w-node-b828e6c1-21df-84e6-b251-cbf77b4fa309-44e004c2, #w-node-_98f31cb7-1e9d-4ec7-41bb-70cca703a630-44e004c4, #w-node-_822bffc4-8bab-6b0d-31a9-a874da675aea-44e004c5, #w-node-b20af437-36d6-f4ad-c2c4-3c2fd88500cb-44e004c6, #w-node-e3b5586d-267b-30f2-4eda-5d3e31f90bb6-44e004c7, #w-node-_5c5aa885-f14b-6ec9-e795-4e0e9cc19dc6-44e004fd, #w-node-_900f2c0d-4806-e7e9-7d83-16ac77ce0ba3-44e004fe, #w-node-_0840d28f-d247-9799-a1da-4286e7432595-44e004ff, #w-node-_3dc293d3-2608-f1f8-7016-b0014778281c-44e00500, #w-node-_2477fd56-6f8a-aba6-d6ea-2c932bc3a3ff-44e00503, #w-node-a7564135-9970-1e54-ee80-5eaa1691b4ea-44e00504, #w-node-_52956ebf-3059-c657-d4e0-c2a13609a287-44e00507, #w-node-_72782b1f-3fba-fd50-5ac8-1b5fcbeb10e3-44e00521, #w-node-_2bce1937-3ee6-11dc-d6b9-c6a7d0c7cbd3-44e00557, #w-node-_7892dbba-df42-ac38-2dbd-c5d7f4c8ebe2-44e00558, #w-node-_7ede8030-79e4-aca3-f1d9-1786a1954cd3-44e0055a, #w-node-_5bed9064-3bbd-6549-b3d2-6677e27e4ab5-44e0055b, #w-node-c2af8fa9-2021-5cf0-f019-eae7bb4f461f-44e00581, #w-node-_711ddef2-8e49-c187-c4ed-6fd3fe4cf036-44e00582 {
    align-self: stretch;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Tsfont';
  src: url('../fonts/TSFont-Bold.otf') format('opentype'), url('../fonts/TSFont-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tsfont';
  src: url('../fonts/TSFont-Black.otf') format('opentype'), url('../fonts/TSFont-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tsfont';
  src: url('../fonts/TSFont-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tsfont';
  src: url('../fonts/TSFont-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tsfont';
  src: url('../fonts/TSFont-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tsfont';
  src: url('../fonts/TSFont-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tsfont';
  src: url('../fonts/TSFont-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tsfont Inline';
  src: url('../fonts/TSFont-Inline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tsfont';
  src: url('../fonts/TSFont-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}