:root {
  --edexa-blue: #005296;
  --dark-blue: #01178e;
  --midnight-blue: #0f0229;
  --white: white;
  --light-blue: #a5d7ff;
  --edexa-light: #3183ff;
  --purple-blue: #5a3ff5;
  --edext-text: #191919;
  --light-new: #e8e8e8;
  --edexa-text: #0f022966;
  --1-sahdow: #233c9933;
  --card-hover: #4155c233;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-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 {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  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: #000c;
  position: fixed;
  inset: 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: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.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;
  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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .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;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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;
  }
}

body {
  color: #333;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 16px;
}

.font-wrapper {
  background-color: var(--edexa-blue);
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px;
  display: flex;
}

.vertical-font-box {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 20px;
  line-height: 1;
  display: flex;
}

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

.container.home-marquee {
  max-width: 1560px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.container.home-features {
  grid-row-gap: 40px;
  background-color: #eff7ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: visible;
}

.container.review {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.container.testimonials {
  padding: 60px 0 150px;
  overflow: hidden;
}

.container.pricing-detailed {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.container.home-news {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container.hero-about {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.container.about-data {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  padding: 150px 130px;
  display: flex;
}

.container.team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  display: flex;
  overflow: hidden;
}

.container.about-details {
  padding-top: 150px;
  padding-bottom: 200px;
}

.container.careers-hero {
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.container.careers-hero.careers-hero-custom {
  grid-row-gap: 0px;
  margin-bottom: 80px;
  padding-top: 100px;
}

.container.career-category {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.container.careers-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.careers-template {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 60px 40px;
  font-weight: 500;
  display: grid;
  position: relative;
}

.container.requirements {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container.job-details {
  padding-top: 10px;
  padding-bottom: 60px;
}

.container.job-details.custom-job-detail {
  padding-top: 0;
  padding-bottom: 60px;
}

.container.job-details.custom-job-detail.d-none {
  display: none;
}

.container.hero-pricing {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.container.pricing-faq {
  grid-row-gap: 120px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.hashtags {
  grid-column-gap: 10%;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 105px;
  display: flex;
}

.container.plan-details {
  padding-top: 100px;
  padding-bottom: 200px;
}

.container.blog-content {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.container.cta {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.container.blog-template-related {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.container.blog-post {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.container.checkout-hero {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.container.author-profile {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 0;
  font-weight: 500;
  display: grid;
  position: relative;
}

.container.terms {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.container.home-details {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container.container-custom {
  z-index: 10;
  padding: 25px 0 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.container.container-button {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.container-home-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: 8vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.container-custom-home-banner {
  padding-left: 0;
  padding-right: 0;
}

.container.pricing-container {
  padding: 0;
}

.container.containerposition {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.container.cointainer-space, .container.container-np {
  padding-left: 0;
  padding-right: 0;
}

.container.container-pr {
  order: 0;
  justify-content: flex-end;
  align-self: baseline;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: absolute;
  inset: -10% 0% 0%;
}

.container.container-cr {
  z-index: 99;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container.container-cm {
  padding: 0;
}

.container.container-grid {
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: auto 0% 12%;
}

.container.container-titles {
  width: 100%;
  height: auto;
  padding: 60px 0 0;
  position: absolute;
  inset: 20rem 0% 0%;
}

.container.container-titles.container-titles-cng {
  top: 22rem;
}

.font-box {
  background-color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.section {
  margin-top: 75px;
  margin-bottom: -14px;
}

.section.home-features {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #eff7ff;
}

.section.pricing-detailed {
  background-color: #fff9fa;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  display: flex;
}

.section.pricing-detailed.pricing-detailed-custom {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  background-clip: border-box;
}

.section.careers-review {
  margin-top: -17px;
  position: relative;
}

.section.d-none {
  margin-top: 245px;
  display: none;
}

.section.section-home-banner {
  background-color: var(--edexa-blue);
  background-image: url('../images/1.png');
  background-position: 80% -20%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -1px;
  display: flex;
}

.section.section-partner-custom {
  margin-top: -129px;
}

.section.section-company {
  margin-top: 0;
}

.section.section-company.section-top {
  background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.section.section-top {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 104px;
  margin-bottom: auto;
  display: flex;
}

.section.d-none-custom {
  display: block;
}

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

.section.pricing-container {
  margin-top: 0;
}

.section.contact-section-first {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.section-re {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: baseline;
  display: flex;
  position: relative;
}

.section.section-re.d-none {
  display: none;
}

.section.section-new {
  position: static;
}

.section.section-d {
  margin-bottom: 250px;
  padding-bottom: 0;
}

.section.section-rt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: -14px;
  display: inline;
  position: static;
}

.section.section-identity {
  margin-top: 0;
}

.styleguie-tipography {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  text-align: left;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.page-wrapper {
  overflow: hidden;
}

.title-h1 {
  color: var(--edexa-blue);
  text-align: center;
  letter-spacing: -.5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.title-h1.white {
  color: #fff;
  font-style: normal;
}

.title-h1.mobile-center {
  text-align: center;
  font-size: 40px;
}

.title-h1.mobile-center.desktop-mobile-center {
  text-align: center;
}

.title-h1.title-category-custom {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.title-h2 {
  color: var(--edexa-blue);
  text-align: center;
  letter-spacing: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.title-h2.title-h2-custom {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}

.title-h2.custom {
  display: none;
}

.title-h3 {
  color: var(--edexa-blue);
  text-align: center;
  letter-spacing: -.5px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.title-h3.white {
  color: #fff;
  letter-spacing: -1px;
  font-size: 40px;
}

.title-h3.title-h3-custom-services {
  text-align: left;
}

.title-h4 {
  color: var(--edexa-blue);
  letter-spacing: -.5px;
  margin-bottom: 29px;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.title-h5 {
  color: var(--edexa-blue);
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.title-h5.mobile-center {
  color: var(--edexa-blue);
  font-weight: 700;
}

.title-h5.d-none {
  justify-content: center;
  align-items: center;
  display: none;
}

.title-h5.title-h5-custom-partner {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.title-h6 {
  color: var(--edexa-blue);
  letter-spacing: -1px;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-14px {
  color: var(--midnight-blue);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-14px.pricing-final {
  color: #0f022966;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
}

.paragraph-16px {
  color: var(--edexa-blue);
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.paragraph-16px.pricing-faq {
  color: #0f0229ad;
}

.paragraph-16px.pricing-faq.pricing-faq-custom {
  text-align: left;
  justify-content: flex-start;
}

.paragraph-16px.new-paragraph-16px-align {
  text-align: left;
  padding-bottom: 0;
  font-size: 16px;
}

.paragraph-18px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0f022966;
  order: 0;
  align-self: flex-end;
  margin-left: -50px;
  padding-left: 60px;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.paragraph-18px.paragraph-18px-about-top {
  text-align: center;
  margin-left: 0;
  padding-top: 40px;
  font-size: 18px;
  line-height: 1.4;
}

.paragraph-18px._404-text {
  align-self: center;
  margin-left: 0;
  padding-left: 0;
}

.navbar {
  z-index: 1000;
  background-color: var(--edexa-blue);
  border-bottom: 1px solid #2d7eff99;
  justify-content: space-between;
  align-items: center;
  width: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.navbarblog {
  position: static;
}

.container-nav {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
  display: flex;
  position: relative;
}

.image-logo {
  width: 160px;
  height: auto;
}

.nav-link {
  color: var(--white);
  text-transform: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  transition: all .35s;
}

.nav-link:hover {
  color: #ffffffb3;
}

.nav-link.w--current {
  color: var(--white);
  text-transform: none;
}

.nav-link.w--open {
  margin-bottom: 0;
}

.nav-link.hide-menu, .nav-link.d-none {
  display: none;
}

.nav-menu-wrapper {
  display: flex;
}

.nav-button-wrapper {
  z-index: 100;
  grid-column-gap: 0px;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-button {
  border: 1px solid var(--edexa-blue);
  color: #fff;
  background-color: #0000;
  border-radius: 100px;
  flex-direction: column;
  padding: 15px 30px;
  font-weight: 400;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.cart-button {
  color: var(--dark-blue);
  text-transform: uppercase;
  background-color: #3898ec00;
  align-items: center;
  padding: 0;
  font-weight: 700;
  transition: all .35s;
  display: none;
  position: relative;
}

.cart-button:hover {
  color: #0f022966;
}

.cart-quantity {
  color: var(--dark-blue);
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

.cart-quantity-wrapper {
  margin-left: 5px;
  display: flex;
}

.hero-home-wrapper {
  grid-row-gap: 24px;
  background-color: var(--light-blue);
  box-shadow: 0 2px 20px 0 var(--edexa-light);
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 100px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-title-wrapper {
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-title-wrapper.hero-title-wrapper-custom {
  align-items: flex-start;
  width: 100%;
}

.hero-svg-shape {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.paragraph-width-450px {
  color: #0f022966;
  text-align: center;
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.paragraph-width-450px.custtom-paragraph {
  width: 100%;
  margin-top: -20px;
}

.paragraph-width-450px.paragraph-width-450px-custom {
  width: 100%;
  margin-top: -24px;
}

.paragraph-width-450px.paragraph-width-full-width {
  width: 100%;
  font-size: 22px;
}

.button-blue {
  color: #fff;
  background-color: #3291f4;
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 400;
  text-decoration: none;
  display: none;
  position: relative;
}

.button-blue._404-page {
  margin-top: 40px;
  transition: all .35s;
}

.button-blue._404-page:hover {
  background-color: var(--dark-blue);
  transform: scale(.9);
}

.home-hero-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.home-hero-grid.home-hero-grid-top {
  display: none;
}

.home-hero-grid.home-hero-grid-bottom {
  grid-template-columns: 1fr 1fr;
  display: none;
}

.inner-grid-center {
  justify-content: center;
  align-items: center;
  margin-top: 30%;
  display: flex;
  position: relative;
}

.home-hero-clients {
  align-items: center;
  width: 85%;
  height: 115px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  overflow: hidden;
}

.home-hero-clients.home-hero-clients-custom {
  z-index: 999;
  border: 1px solid #00529666;
  border-radius: 20px;
  width: 960px;
  max-width: 960px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  bottom: -40px;
}

.absolute-shape {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-clients-grid {
  z-index: 1;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  padding: 100px 80px 80px 100px;
  position: relative;
}

.client-logo-image {
  width: auto;
}

.client-logo-image.larger {
  width: auto;
  height: 43px;
}

.client-logo-image.larger.nagele {
  width: 86px;
  height: 59px;
}

.hero-text-box {
  grid-row-gap: 9px;
  color: #5c7188;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  box-shadow: 0 1px 4px #7e6c9426;
}

.box-tag {
  background-color: var(--light-blue);
  color: var(--purple-blue);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
}

.hero-avatar-left {
  width: 52px;
  display: none;
  position: absolute;
  inset: auto auto -10% -17%;
}

.hero-avatar-right {
  width: 52px;
  display: none;
  position: absolute;
  inset: auto -17% -60% auto;
}

.inner-grid-right, .inner-grid-left {
  justify-content: center;
  align-items: center;
  margin-top: 15%;
  display: flex;
  position: relative;
}

.box-tag-right {
  background-color: var(--light-blue);
  color: #9e96cc;
  text-transform: none;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
}

.box-tag-center {
  background-color: var(--light-blue);
  color: #9e96cc;
  text-transform: none;
  border-radius: 14px;
  padding: 15px;
  font-size: 25px;
  font-weight: 700;
  display: none;
}

.hero-center-text-box {
  grid-column-gap: 20px;
  color: #5c7188;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  box-shadow: 0 1px 4px #7e6c9426;
}

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

.animate-div-large {
  background-color: var(--light-blue);
  border-radius: 50px;
  width: 133px;
  height: 10px;
}

.animate-div-small {
  background-color: var(--light-blue);
  border-radius: 50px;
  width: 100px;
  height: 10px;
}

.home-hero-data {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 150px;
  display: flex;
}

.home-hero-data.home-hero-data-custom {
  padding-top: 60px;
  padding-bottom: 30px;
}

.grid-home-data {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 30px;
}

.grid-home-data.d-none {
  display: none;
}

.data-inner {
  color: #0f022966;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  display: flex;
}

.marquee-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  flex: none;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  overflow: hidden;
}

.marquee-single {
  grid-column-gap: 10px;
  color: var(--edexa-blue);
  letter-spacing: -.5px;
  border: 1px solid #00529666;
  border-radius: 15px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.icon-box {
  background-color: #f4f9ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.icon-box.dark-blue {
  background-color: var(--dark-blue);
  padding-left: 2px;
  position: relative;
  overflow: hidden;
}

.check-icon-marquee {
  color: var(--dark-blue);
  width: 50%;
}

.marquee-inner {
  grid-column-gap: 35px;
  flex: none;
  display: flex;
}

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

.details-grid.details-grid-custom {
  margin-top: 60px;
}

.inner-details {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.details-button {
  grid-column-gap: 10px;
  color: #0dc3c3;
  letter-spacing: 0;
  align-items: baseline;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: all .35s;
  display: none;
}

.details-button:hover {
  text-decoration: underline;
}

.short-arrow-icon {
  width: 7px;
}

.short-arrow-icon.absolute {
  position: absolute;
  left: -10px;
  right: 0%;
}

.details-image {
  width: 100%;
  padding-left: 40px;
}

.details-image.details-image-custom {
  width: auto;
  height: 450px;
}

.features-wrapper-title {
  color: var(--edexa-blue);
  text-align: center;
  letter-spacing: -.5px;
  width: 620px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.home-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 900px;
}

.feature-wrapper {
  grid-row-gap: 25px;
  cursor: default;
  border: 1px solid #0000;
  flex-direction: column;
  padding: 45px 40px 45px 60px;
  transition: all .4s;
  display: flex;
}

.feature-wrapper:hover {
  background-color: #fff;
  border: 1px solid #ede2ff;
  border-radius: 10px;
  box-shadow: 1px 1px 24px #01178e0d;
}

.feature-wrapper.feature-wrapper-custom {
  background-color: #fff;
  border-color: #ede2ff;
  border-radius: 40px;
  justify-content: space-between;
  position: relative;
}

.feature-inner {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.feature-icon {
  width: 55px;
}

.feature-icon.feature-icon-custom {
  display: none;
}

.feature-title-wrapper {
  grid-row-gap: 3px;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-title {
  color: var(--dark-blue);
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.feature-subtitle {
  color: #0f022980;
  font-size: 14px;
  display: none;
}

.feature-paragraph {
  color: var(--edexa-blue);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.features-subtext {
  color: #0f022966;
  text-align: center;
  width: 500px;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

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

.review-title-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 90%;
  display: flex;
}

.review-inner {
  grid-column-gap: 8px;
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.review-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 90%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.review-text {
  color: var(--dark-blue);
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.6;
  display: none;
}

.review-shape {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0% auto auto -4%;
}

.review-profile-wrapper {
  grid-column-gap: 15px;
  color: #0f022966;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  display: none;
}

.review-span {
  font-weight: 400;
}

.slide-nav {
  display: none;
}

.testimonial-card {
  grid-row-gap: 40px;
  background-color: var(--light-blue);
  border-radius: 10px;
  flex-direction: column;
  height: 274.438px;
  padding: 55px 35px;
  display: flex;
}

.icon {
  width: 13px;
  margin-top: 0;
}

.icon.left {
  width: 13px;
  transform: rotate(-180deg);
}

.testimonial-slider {
  z-index: 1;
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slider {
  max-width: 400px;
  height: auto;
  margin-right: 30px;
}

.mask {
  width: 400px;
  overflow: visible;
}

.review-profile {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-name-inner {
  display: none;
}

.testimonial-paragraph {
  color: var(--edexa-blue);
  margin-bottom: 0;
}

.avatar-name {
  color: var(--dark-blue);
  letter-spacing: -.5px;
  font-size: 25px;
  font-weight: 500;
}

.avatar-position {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 400;
}

.pricing-title-wrapper {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  width: 800px;
  display: flex;
}

.pricing-paragraph {
  color: #0f022966;
  width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.5;
}

.pricing-detailed-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 135%;
}

.detailed-row {
  color: #01178e;
  border-bottom: 1px solid #eee9eb;
  padding: 40px;
  font-weight: 500;
}

.detailed-row.active {
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.detailed-row.end {
  font-weight: 700;
}

.detailed-row.detailed-row-custom {
  background-color: var(--edexa-blue);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.detailed-row.detailed-row-custom.detailed-row-custom-bottom.detailed-row-top-border {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.detailed-row.detailed-row-custom-white {
  color: var(--edexa-blue);
  padding-top: 8px;
  padding-bottom: 8px;
}

.row-column {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
  align-items: center;
}

.row-column.row-column-custom {
  grid-template-columns: 5fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
}

.pricing-detailed-buttons {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.button-white {
  color: var(--dark-blue);
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: none;
  position: relative;
  box-shadow: 2px 2px 8px #01178e0d;
}

.button-white:hover {
  background-color: var(--purple-blue);
  color: #fff;
  transform: scale(.9);
  box-shadow: 3px 3px 12px #9679ff57;
}

.news-title-wrapper {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  width: 800px;
  display: flex;
}

.news-paragraph {
  color: #0f022966;
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 1.5;
}

.blog-posts {
  width: 100%;
}

.blog-posts.blog-posts-hide {
  display: none;
}

.blog-card {
  border-radius: 10px;
  flex: none;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: all .34s;
  overflow: hidden;
  box-shadow: 0 4px 14px #0f02290d;
}

.blog-card:hover {
  box-shadow: 0 6px 24px #0f022921;
}

.blog-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.blog-card-wrapper.blog-card-wrapper-custom {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.blog-card-inner {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  height: 42%;
  padding: 15px;
  display: flex;
}

.blog-card-inner.blog-card-parent {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex-grow: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 50%;
  display: flex;
}

.author-card-details {
  grid-column-gap: 17px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.author-card-details.author-card-details-custom {
  margin-bottom: 20px;
}

.author-card-image {
  object-fit: cover;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.card-category {
  color: var(--edexa-blue);
  font-size: 14px;
  font-weight: 500;
}

.card-title {
  color: var(--edexa-blue);
  font-size: 18px;
  font-weight: 700;
}

.card-title.blog-card-title {
  margin-bottom: 20px;
}

.card-caption {
  color: #0f022966;
  font-size: 16px;
  font-weight: 400;
}

.author-text-details {
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.author-card-name {
  color: var(--midnight-blue);
  font-weight: 500;
}

.card-post-date {
  color: #0f022966;
  font-size: 14px;
}

.blog-collection {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.image {
  object-fit: cover;
  order: -1;
  width: 100%;
  height: auto;
  max-height: none;
}

.footer {
  background-color: var(--edexa-blue);
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.footer-cta {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -40px;
  display: flex;
}

.footer-cta-paragraph {
  color: #eff7ff80;
  width: 500px;
  font-size: 18px;
  display: none;
}

.footer-container {
  grid-row-gap: 115px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1560px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.footer-links {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.logo-link-wrapper {
  grid-row-gap: 25px;
  color: #aeb0b1;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 350px;
  display: flex;
}

.links-inner {
  grid-row-gap: 15px;
  color: #aeb0b1;
  flex-direction: column;
  width: 50%;
  padding-left: 50px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.footer-link-title {
  color: #a5d7ff;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link-title.w--current, .footer-link-title.footer-link-title-custom {
  color: #a5d7ff;
  white-space: nowrap;
  font-weight: 700;
}

.footer-links-wrapper {
  justify-content: flex-end;
  display: flex;
}

.footer-mail-link {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.footer-copyright {
  color: #aeb0b1;
  justify-content: space-between;
  width: 100%;
  margin-top: -50px;
  font-size: 16px;
  display: flex;
}

.footer-terms-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.terms-link {
  color: var(--white);
  text-decoration: none;
}

.about-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.about-data-wrapper {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.about-data-text {
  color: var(--dark-blue);
  text-align: center;
  max-width: 890px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}

.about-data-text.about-data-text-custom {
  color: var(--edexa-blue);
  font-size: 42px;
  font-weight: 700;
}

.about-data-text.about-data-text-custom.about-data-text-custom-one {
  text-align: center;
  max-width: 100%;
  margin-bottom: 40px;
  font-size: 40px;
}

.data-text-span {
  color: #0f022966;
}

.about-data-inner {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.graph-1 {
  grid-row-gap: 30px;
  background-image: linear-gradient(140deg, #eff7ff, #faf3f0);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  padding: 40px;
  display: flex;
}

.graph-1.graph-1-custom {
  padding: 10px;
}

.graph-heading {
  color: var(--dark-blue);
  font-size: 27px;
  font-weight: 700;
}

.graph-heading.graph-heading-custom {
  color: var(--edexa-blue);
}

.graph-heading.graph-heading-custom.d-none {
  display: none;
}

.graph-paragraph {
  color: var(--dark-blue);
}

.graph-paragraph.graph-paragraph-custom {
  color: var(--edexa-blue);
  justify-content: center;
  align-items: center;
  font-size: 26px;
  display: flex;
}

.graphs-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.graph-titles {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.graph-titles.smaller {
  width: 350px;
}

.graph-titles.smaller.graph-titles-smaller-custom {
  justify-content: center;
  align-items: center;
}

.graph-titles.smaller.graph-titles-smaller-custom.d-none, .graph-titles.graph-titles-custom.d-none {
  display: none;
}

.graph-inner {
  grid-column-gap: 20px;
  display: flex;
}

.graph-2 {
  grid-row-gap: 30px;
  background-color: #f1f8fc;
  border-radius: 15px;
  flex-direction: column;
  width: 65%;
  padding: 40px;
  display: flex;
}

.graph-2.graph-2-custom {
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.graph-image {
  width: 100%;
  height: 100%;
}

.graph-image.big.graph-image-big-custom {
  border-radius: 15px;
  width: auto;
  height: auto;
}

.graph-image.graph-image-custom {
  border-radius: 15px;
}

.graph-big {
  grid-row-gap: 30px;
  background-color: #eff7ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  padding: 40px 20px;
  display: flex;
}

.graph-big.graph-big-custom {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  align-self: center;
  padding: 10px;
}

.small-graphs-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.big-graph-titles {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: stretch;
  max-width: 325px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.big-graph-titles.big-graph-titles-custom.d-none {
  display: none;
}

.graph-3 {
  grid-row-gap: 30px;
  background-color: #faf3f0;
  border-radius: 15px;
  flex-direction: column;
  width: 65%;
  padding: 40px;
  display: flex;
}

.graph-3.graph-3-custom {
  padding: 10px;
}

.graph-4 {
  grid-row-gap: 30px;
  background-color: #f7f7f7;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  padding: 40px;
  display: flex;
}

.graph-4.graph-4-custom {
  width: 50%;
  padding: 10px;
}

.team-title-wrapper {
  grid-row-gap: 20px;
  color: var(--purple-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 880px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  display: flex;
}

.team-slider {
  z-index: 0;
  background-color: #ddd0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 210px;
  display: block;
}

.team-slider.d-none {
  margin-top: 170px;
  display: block;
}

.team-slider-mask {
  z-index: 1;
  width: 250px;
  overflow: visible;
}

.team-slide {
  max-width: 250px;
  height: auto;
  margin-right: 25px;
}

.team-left-arrow {
  border: 1px solid var(--edexa-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  inset: -32% auto auto 36%;
}

.team-right-arrow {
  border: 1px solid var(--edexa-blue);
  border-radius: 50px;
  width: 65px;
  height: 65px;
  inset: -32% 36% auto auto;
}

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

.team-card {
  background-color: #f8f9fb;
  border-radius: 10px;
  flex-direction: column;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-card.d-none {
  display: none;
}

.team-name-inner {
  grid-row-gap: 5px;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.team-name {
  color: var(--midnight-blue);
  letter-spacing: -.5px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.team-position {
  color: #0f022966;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.team-image {
  background-color: var(--light-new);
  object-fit: cover;
  width: 100%;
  height: 250px;
  max-height: 340px;
}

.team-slide-text {
  z-index: 10;
  color: var(--edexa-blue);
  letter-spacing: 1px;
  font-weight: 700;
  position: absolute;
  inset: -26% 45% auto;
}

.button-dark {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.inner-text-details {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  letter-spacing: 0;
  flex-direction: column;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.text-holder {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  display: flex;
}

.about-details-image {
  width: 80%;
}

.category-list {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 108%;
  display: grid;
}

.category-item {
  grid-column-gap: 10px;
  color: var(--midnight-blue);
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
}

.link-category {
  grid-column-gap: 10px;
  color: var(--midnight-blue);
  border: 1px solid #ae8eee26;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-category:hover {
  box-shadow: 0 0 10px #01178e1a;
}

.link-category.w--current {
  background-color: var(--light-blue);
  border-color: #00529680;
  justify-content: flex-start;
  align-items: center;
}

.bg-shape-blue {
  filter: blur(300px);
  background-color: #01178e14;
  border-radius: 100%;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.bg-shape-yellow {
  filter: blur(300px);
  background-color: #6a50d021;
  border-radius: 100%;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: auto auto -18% -26%;
}

.careers-category-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 119%;
  margin-left: -171px;
  display: flex;
}

.careers-wrapper {
  width: 100%;
}

.careers-card {
  grid-row-gap: 25px;
  border: 1px solid #0f02291a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.careers-card:hover {
  box-shadow: 0 1px 20px #0f02291a;
}

.careers-card-header {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  display: flex;
}

.careers-card-title-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.careers-card-title {
  color: var(--edexa-blue);
  font-size: 16px;
  font-weight: 500;
}

.careers-card-company {
  color: var(--edexa-blue);
  font-size: 13px;
  font-weight: 500;
}

.new-careers-card-body {
  grid-row-gap: 20px;
  border-top: 1px solid #0f02291a;
  border-bottom: 1px solid #0f02291a;
  flex-direction: column;
  height: 64%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.positions-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: none;
}

.position-inner {
  color: #0f022980;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
}

.careers-card-details {
  color: #0f022966;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.details-wrapper {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.location-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.careers-item {
  height: auto;
  padding: 10px;
}

.careers-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 950px;
  margin-left: -78px;
  display: grid;
}

.careers-review-wrapper {
  grid-row-gap: 70px;
  text-align: center;
  flex-direction: column;
  width: 80%;
  display: flex;
  position: relative;
}

.careers-review-profile {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.careers-review-image {
  border: 3px solid var(--edexa-blue);
  border-radius: 50%;
}

.careers-review-title {
  color: var(--edexa-blue);
  font-size: 20px;
  font-weight: 500;
}

.careers-review-position {
  color: var(--edexa-blue);
  margin-top: -5px;
  font-weight: 500;
}

.bg-shape-blue-careers {
  z-index: -1;
  filter: blur(300px);
  background-color: #01178e33;
  border-radius: 100%;
  width: 800px;
  height: 800px;
  position: absolute;
  inset: auto auto -41% -24%;
}

.full-bundle {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #dcba9c;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.full-bundle.d-none {
  display: none;
}

.bundle-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.careers-category-title {
  grid-column-gap: 20px;
  display: flex;
}

.back-button {
  border: 1px solid var(--white);
  color: var(--edexa-blue);
  background-color: #0000;
  border-radius: 100px;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
}

.careers-description {
  max-width: 550px;
}

.careers-description p {
  color: #0f022980;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.description-big {
  color: var(--edexa-blue);
  max-width: 800px;
}

.description-big p {
  font-size: 20px;
}

.header-inner {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.careers-contact-form {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 45px;
  display: none;
}

.careers-form-field {
  background-color: #faf9fc;
  border: 0 #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 30px 25px;
}

.careers-form-field:active, .careers-form-field::placeholder {
  color: var(--dark-blue);
}

.careers-form {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.careers-submit-form {
  background-color: var(--purple-blue);
  color: #fff;
  border-radius: 10px;
  margin-top: 100px;
  padding: 17px 0;
}

.success-message {
  background-color: var(--light-blue);
  border-radius: 20px;
}

.error-message {
  background-color: var(--light-blue);
  border-radius: 10px;
  margin-top: 30px;
}

.shapes-wrapper {
  z-index: -1;
}

.job-details-header {
  color: var(--edexa-blue);
  border-bottom: 1px solid #0f022921;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.job-details-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
}

.requirements-inner h5 {
  color: var(--edexa-blue);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.requirements-inner p {
  color: #0f022980;
  font-weight: 400;
}

.pricing-plan-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 30% 40% 30%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 70px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pricing-plan-wrapper.category {
  padding-top: 50px;
  padding-bottom: 50px;
}

.plan-card {
  background-color: #f9fafe;
  border-radius: 30px 0 0 30px;
  padding: 35px;
  box-shadow: 1px 1px 15px #01178e24;
}

.plan-card.right {
  border-radius: 0 30px 30px 0;
}

.plan-card.center {
  z-index: 1;
  background-color: var(--midnight-blue);
  border: 6px solid #fff;
  border-radius: 35px;
  margin-top: -30px;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  box-shadow: 0 0 44px #0f022933;
}

.plan-card.category {
  border-radius: 30px;
}

.starter-plan {
  width: 340px;
  height: auto;
}

.basic-plan {
  width: 420px;
}

.premium-plan {
  width: 340px;
}

.plan-top-wrapper {
  grid-column-gap: 25px;
  display: flex;
}

.plan-top-text {
  flex-direction: column;
  display: flex;
}

.plan-title {
  color: var(--dark-blue);
  font-size: 23px;
  font-weight: 500;
}

.plan-title.big {
  color: #fff;
  font-size: 30px;
}

.pricing-displayed-wrapper {
  grid-column-gap: 3px;
  display: flex;
}

.price-text {
  color: #b4b6c1;
  padding-top: 2px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.price-text.align-end {
  align-items: flex-end;
}

.pan-displayed-price {
  color: var(--midnight-blue);
  font-size: 30px;
  font-weight: 700;
}

.pan-displayed-price.big {
  color: #fff;
  font-size: 35px;
}

.plan-icon {
  width: 75px;
}

.plan-body {
  grid-row-gap: 15px;
  border-top: 1px solid #e8e7ea;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 35px;
  display: flex;
}

.plan-body.big {
  border-top-color: #3a324b;
}

.plan-feature {
  grid-column-gap: 15px;
  color: #656b7d;
  font-weight: 500;
  display: flex;
}

.plan-feature.big {
  color: #fff;
  font-size: 20px;
}

.price-button {
  border: 2px solid var(--purple-blue);
  background-color: var(--edexa-blue);
  background-image: url('../images/price-button-shape.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  transition: all .35s;
  display: flex;
}

.price-button:hover {
  background-position: 70px 0;
  background-size: cover;
  background-attachment: scroll;
  border-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-button.big {
  border: 3px solid #0000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.price-button.big:hover {
  background-position: 30px 0;
  background-size: cover;
  border-color: #fff;
}

.pricing-page-shape {
  z-index: -1;
  position: absolute;
  inset: -73% 0% 0%;
}

.pricing-text-final {
  grid-row-gap: 25px;
  color: #0f022966;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 620px;
  max-width: 620px;
  display: flex;
}

.button-stroke {
  border: 1px solid var(--edexa-blue);
  color: var(--edexa-blue);
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-stroke:hover {
  background-color: var(--edexa-blue);
  color: #fff;
}

.button-wrapper {
  cursor: default;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.bar-separator {
  background-color: #0f02294d;
  width: 1px;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.span {
  text-decoration: underline;
}

.pricing-faq-wrapper {
  grid-row-gap: 70px;
  text-align: center;
  flex-direction: column;
  width: 80%;
  display: flex;
  position: relative;
}

.inner-icon-faq {
  background-color: var(--light-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .4s;
  display: flex;
}

.inner-icon-faq:hover {
  width: 100%;
  margin-right: 0;
}

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

.accordion-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d7d7d7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 15%;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0;
  text-decoration: none;
  display: grid;
}

.accordion-item.first {
  grid-column-gap: 20px;
  border-top: 1px solid #d7d7d7;
  grid-template-columns: 1fr 15%;
  justify-content: space-between;
}

.content-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  height: 100%;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.accordion-item-content {
  display: flex;
  overflow: hidden;
}

.arrow-faq {
  flex: none;
  transform: rotate(-180deg);
}

.wrapper-text-faq {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.pricing-template-hero {
  z-index: 0;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  background-color: var(--midnight-blue);
  background-image: url('../images/Pricing-Shapes.svg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 900px;
  border-radius: 30px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  place-content: center;
  padding: 115px 60px 80px;
  display: grid;
}

.pricing-template-body {
  z-index: 0;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.pricing-template-features {
  z-index: 0;
  border: 7px solid #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
}

.pricing-template-heading {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-template-notice {
  grid-column-gap: 15px;
  color: #fff;
  background-color: #351870;
  border-radius: 50px;
  align-items: center;
  padding: 10px 25px 10px 10px;
  font-weight: 500;
  display: flex;
}

.notice-box-title {
  color: var(--dark-blue);
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 25px;
  font-weight: 700;
}

.pricing-template-description {
  color: #aab0bb;
  max-width: 480px;
  font-size: 18px;
  font-weight: 400;
}

.pricing-template-review {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 350px;
  margin-top: 50px;
  display: flex;
}

.review-avatar-name {
  color: #fff;
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 500;
}

.review-avatar-position {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.pricing-review-profile {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-review-paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}

.pricing-template-top {
  grid-row-gap: 20px;
  border-bottom: 1px solid #e8e7ea30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 20px;
  display: flex;
}

.pricing-name {
  background-color: var(--purple-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-price {
  color: #fff;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 700;
}

.pricing-short-description {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.template-plan-body {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 35px;
  display: flex;
}

.template-plan-feature {
  grid-column-gap: 15px;
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.add-to-cart {
  width: 75%;
}

.quantity {
  display: none;
}

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

.add-to-cart-button {
  background-color: var(--purple-blue);
  background-image: url('../images/price-button-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  font-weight: 500;
}

.select-field {
  color: #fff;
  background-color: #f3f3f300;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 19px 0 30px;
}

.select-wrapper {
  border: 1px solid #fff;
  border-radius: 20px;
  align-items: center;
  height: 60px;
  margin-bottom: 15px;
  padding-right: 30px;
  font-weight: 500;
  display: flex;
}

.plan-details-inner h5 {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.plan-details-inner p {
  color: #0f022980;
  font-weight: 400;
}

.plan-description-long {
  max-width: 550px;
}

.plan-description-long p {
  color: #0f022980;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.description-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.hashtag-wrapper {
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  padding-top: 20px;
  padding-left: 50px;
  display: flex;
}

.hashtag-box {
  grid-column-gap: 12px;
  background-color: var(--light-blue);
  color: var(--midnight-blue);
  letter-spacing: -.6px;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.hashtag-inner {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: default;
  flex-wrap: wrap;
  display: flex;
}

.cart-wrapper {
  background-color: #0f0229a3;
}

.cart-container {
  background-color: var(--light-blue);
  border-radius: 30px;
}

.apple-pay {
  border-radius: 60px;
  height: 60px;
}

.checkout-button {
  background-color: var(--purple-blue);
  background-image: url('../images/price-button-shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.cart-final-price {
  font-size: 20px;
}

.cart-footer {
  padding-top: 25px;
  padding-bottom: 25px;
}

.cart-line-item {
  margin-bottom: 25px;
}

.blog-hero-wrapper {
  border-radius: 30px;
  overflow: hidden;
}

.blog-post-wrapper {
  grid-row-gap: 150px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-first-post {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 800px;
  min-height: 800px;
  max-height: 800px;
  padding: 90px;
  display: flex;
  position: relative;
}

.first-post-gradient {
  z-index: 0;
  background-image: linear-gradient(#0f022900, #0f0229c9 96%);
  position: absolute;
  inset: 0%;
}

.first-post-text-wrapper {
  z-index: 2;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.first-post-category {
  color: #fff;
  background-color: #0052966b;
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .35s;
}

.first-post-category:hover {
  background-color: var(--edexa-blue);
}

.first-post-title {
  color: #fff;
  letter-spacing: -3px;
  max-width: 610px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.3;
}

.first-post-caption {
  color: #fff;
  max-width: 580px;
  font-size: 20px;
}

.first-post-arrow-wrapper {
  z-index: 1;
  margin-bottom: 90px;
  transition: margin .35s;
  position: relative;
}

.first-post-arrow-wrapper:hover {
  margin-right: -24px;
  padding-left: 0;
  padding-right: 0;
}

.blog-title-wrapper {
  grid-row-gap: 20px;
  color: var(--purple-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: flex;
}

.cta-icon {
  grid-column-gap: 10px;
  border: 1px solid var(--purple-blue);
  color: var(--purple-blue);
  cursor: default;
  border-radius: 30px;
  padding: 12px 15px;
  font-weight: 700;
  display: flex;
}

.cta-paragraph {
  color: #0f022966;
  text-align: center;
  width: 700px;
  max-width: 700px;
  font-size: 18px;
  font-weight: 400;
}

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

.cta-form {
  width: 700px;
  max-width: 700px;
  display: flex;
  position: relative;
}

.cta-form-block {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-email-field {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 30px 30px 30px 60px;
}

.cta-email-field::placeholder {
  color: #0f022966;
}

.cta-submit-button {
  background-color: var(--edexa-blue);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 10px 30px;
  transition: all .2s;
  position: absolute;
  top: auto;
  left: auto;
  right: 0%;
}

.cta-submit-button:hover {
  background-color: var(--edexa-blue);
}

.checkbox-field {
  margin-top: 22px;
  margin-bottom: 0;
  padding-left: 30px;
  position: absolute;
}

.checkbox-field.checkbox-field-custom {
  margin-top: 0;
  padding-left: 0;
}

.cta-checkbox-label {
  display: none;
}

.cta-checkbox {
  border-color: #b5daff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.cta-checkbox.w--redirected-checked {
  background-color: var(--edexa-blue);
  background-image: url('../images/Feature-Check-Icon-White.svg');
  background-position: 50%;
  background-size: 8px;
  border-radius: 50px;
  width: 18px;
  height: 18px;
}

.cta-checkbox.cta-checkbox-custom.w--redirected-checked {
  width: 40px;
  height: 40px;
  margin-left: 0;
}

.cta-notice {
  color: #0f022966;
  text-align: center;
  width: 700px;
  max-width: 700px;
  font-size: 16px;
  font-weight: 400;
}

.cta-notice.cta-notice-custom {
  color: var(--white);
}

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

.cta-success-message {
  background-color: var(--light-blue);
  color: var(--midnight-blue);
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.cta-error-message {
  background-color: var(--edexa-blue);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-small {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.footer-small-links {
  border-top-width: 1px;
  border-top-color: #333752;
  border-bottom: 1px solid #333752;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.category-subtitle {
  grid-column-gap: 5px;
  text-transform: uppercase;
  display: flex;
}

.post-body p {
  color: #0f0229b3;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.post-body h5 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
}

.post-info {
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.post-category {
  grid-column-gap: 5px;
  border: 1px solid var(--purple-blue);
  color: var(--purple-blue);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.post-category:hover {
  border-color: var(--purple-blue);
  box-shadow: 1px 1px 4px #0f02294d;
}

.author {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.author-image {
  object-fit: cover;
  border: 2px solid #3291f4;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  transition: all .35s;
}

.author-image:hover {
  border-width: 5px;
}

.author-name {
  color: var(--midnight-blue);
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 500;
}

.author-position {
  color: #0f022980;
  font-size: 16px;
  font-weight: 500;
}

.post-info-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.date-wrapper {
  grid-column-gap: 12px;
  color: var(--midnight-blue);
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.read-time {
  grid-column-gap: 5px;
  display: flex;
}

.checkout-form {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 100px;
}

.checkout-wrapper {
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
}

.block-header {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  border-style: none none solid;
  border-bottom-color: #01178e1c;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-header.no-buttom-border {
  border-bottom-style: none;
}

.block-content {
  background-color: var(--light-blue);
  color: var(--dark-blue);
  border: 1px #000;
  padding-bottom: 40px;
}

.customer-info {
  border-radius: 15px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.checkout-input {
  background-color: #fff;
  border-color: #01178e26;
  border-radius: 10px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.shipping-address, .shipping-method, .order-summary, .payment-info, .billing-address, .order-items {
  border-radius: 15px;
  overflow: hidden;
}

.checkbox {
  border-radius: 50px;
  margin-top: 4px;
}

.billing-address-toggle {
  align-items: baseline;
  position: relative;
}

.checkout-hero-paragraph {
  color: #0f022966;
  text-align: center;
  width: 700px;
  max-width: 700px;
  font-size: 18px;
  font-weight: 400;
}

.order-confirmation {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 200px;
}

.utility-page-wrap {
  z-index: 1;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-content._404-utility {
  justify-content: center;
  align-items: center;
}

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

.author-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.profile-blog-header {
  color: var(--dark-blue);
  border-bottom: 1px solid #0f022921;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.author-inner {
  grid-column-gap: 20px;
  display: flex;
}

.author-holder {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.author-info {
  max-width: 550px;
}

.author-info p {
  color: #0b2c51;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.profile-image {
  object-fit: cover;
  border: 3px solid #b2d8ff;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  transition: all .4s;
  overflow: hidden;
}

.profile-image:hover {
  border-width: 8px;
}

.author-links {
  grid-column-gap: 10px;
  border: 1px solid var(--purple-blue);
  color: var(--purple-blue);
  background-color: #fff0;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.author-links:hover {
  background-color: #fff;
}

.author-socials {
  grid-column-gap: 10px;
  display: flex;
}

.left-contact {
  background-color: var(--edexa-blue);
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  height: 1000px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.right-contact {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 1000px;
  padding: 50px 90px 70px;
  display: flex;
  position: relative;
}

.contact-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template: ". ."
                 ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-contact {
  border: 1px solid #f2dfd94d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
}

.white {
  color: #fff;
}

.form-block {
  margin-top: 0;
  padding-top: 0;
}

.contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-wrapper.content-rapper-contact {
  height: auto;
}

.text-field {
  color: #000;
  border: 1px solid #0f022933;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 33px;
  font-size: 16px;
}

.text-field:focus {
  color: var(--dark-blue);
  border: 1px solid #b1a4ff;
}

.text-field::placeholder {
  color: var(--edexa-blue);
  font-weight: 500;
}

.arrow-contact {
  transform: rotate(124deg);
}

.title-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.success-message-2 {
  background-color: var(--edexa-blue);
  border-radius: 60px;
}

.contact-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0f02291a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-bottom: 30px;
  display: grid;
}

.back-wrapper {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.back-wrapper.w--current {
  margin-bottom: 80px;
}

.contact-title {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-links {
  grid-row-gap: 15px;
  color: #0f022966;
  flex-direction: column;
  width: 240px;
  display: flex;
}

.contact-mail-link {
  color: var(--midnight-blue);
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
}

.contact-term-links {
  grid-column-gap: 15px;
  color: #0f022966;
  flex-direction: row;
  display: flex;
}

.contact-small-title {
  color: var(--edexa-blue);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.contact-button {
  background-color: var(--edexa-blue);
  border: 3px solid #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 80px;
  font-weight: 500;
  transition: all .35s;
  display: flex;
}

.contact-button:hover {
  background-position: 140%;
  background-size: contain;
  border-color: #fff;
}

.text-link {
  grid-column-gap: 10px;
  color: var(--white);
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  transition-property: all;
  transition-duration: .35s;
  transition-timing-function: ease;
  display: flex;
}

.text-link:hover, .text-link.w--current {
  color: #fff;
}

.footer-link-tag {
  border: 1px solid var(--white);
  background-color: var(--edexa-blue);
  color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: flex-start;
  min-height: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  display: flex;
}

.wrapper-icon-faq {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-absolute-text {
  color: var(--edexa-blue);
  display: block;
  position: absolute;
}

.blog-body {
  grid-row-gap: 150px;
  flex-direction: column;
  width: 750px;
  display: flex;
  position: relative;
}

.testimonial-left-arrow {
  border: 1px solid var(--edexa-blue);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  top: auto;
  bottom: -40%;
  right: 16%;
}

.testimonial-right-arrow {
  border: 1px solid var(--edexa-blue);
  border-radius: 50px;
  width: 65px;
  height: 65px;
  inset: auto 0% -40% 16%;
}

.testimonial-slide-text {
  z-index: 10;
  color: #00529661;
  letter-spacing: 1px;
  font-weight: 700;
  position: absolute;
  inset: auto 45% -34%;
}

.first-post-title-link {
  grid-row-gap: 25px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.terms-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.terms-title-wrapper {
  border-bottom: 1px solid #0f02291a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.terms-body p {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.terms-body h5 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
}

.terms-body h2 {
  color: var(--edexa-blue);
  letter-spacing: -1px;
  margin-top: 34px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.satoshi-bold {
  color: var(--white);
  font-weight: 700;
}

.satoshi-medium {
  color: var(--white);
  font-weight: 500;
}

.satoshi-regular {
  color: var(--white);
  font-weight: 400;
}

.nav-link-inner {
  grid-column-gap: 40px;
  display: flex;
}

.mobile-hide {
  color: var(--edexa-blue);
  text-align: center;
}

.mobile-hide.mobile-hide-wrong, .mobile-hide.mobile-hide-right {
  width: 35%;
}

.super-text {
  white-space: nowrap;
  font-size: 9em;
}

.super-text.text-white {
  font-weight: 500;
}

.text-white {
  color: #fff;
}

.styleguide-row {
  border-bottom: 1px solid #0003;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide-row.dark-blue {
  background-color: var(--edexa-blue);
}

.dark-blue {
  background-color: var(--edext-text);
}

.text-blue {
  color: #2e36cb;
}

.light-blue {
  background-color: var(--light-blue);
  position: absolute;
}

.purple-blue {
  background-color: var(--edexa-blue);
}

.color-white {
  background-color: #fff;
}

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

.paragraph {
  color: #0f022966;
  text-align: center;
  font-size: 18px;
}

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

.text-block-3 {
  color: var(--light-blue);
  padding: 10px 20px;
}

.text-block-3:hover {
  color: var(--edexa-blue);
}

.dropdown-list {
  background-color: var(--edexa-blue);
}

.dropdown-list.w--open {
  border: 1px none var(--light-blue);
  background-color: var(--edexa-blue);
  border-radius: 5px;
}

.more-from-edexa {
  border: 1px solid var(--white);
  border-radius: 5px;
  transition: transform .2s;
}

.more-from-edexa:hover {
  background-color: var(--edexa-blue);
  color: #fff;
  transform: translate(0)translate(0);
}

.more-from-edexa:focus {
  background-color: var(--edexa-blue);
  color: #fff;
}

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

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

.text-block-4, .text-block-5 {
  color: var(--edexa-blue);
  text-align: center;
  font-size: 30px;
}

.text-block-6 {
  text-align: center;
  display: block;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: var(--edexa-blue);
}

.list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--edexa-blue);
  justify-content: center;
  align-items: center;
  padding-right: 0;
  list-style-type: square;
  display: flex;
}

.image-2 {
  width: auto;
}

.socialiconsimages {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  filter: brightness(200%);
  width: 28px;
  height: 28px;
}

.div-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

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

.form-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.box-tag-2 {
  color: #5a3ff5;
  text-transform: uppercase;
  background-color: #eff7ff;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
}

.paragraph-width-450px-2 {
  color: #0f022966;
  text-align: center;
  width: 450px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.paragraph-width-450px-2.paragraph-width-450px-2-home-banner-custom {
  color: var(--light-blue);
}

.paragraph-width-450px-2.paragraph-width-450px-home-banner-custom {
  color: var(--white);
  text-align: left;
  width: auto;
  font-size: 20px;
}

.hero-center-text-box-2 {
  grid-column-gap: 20px;
  color: #5c7188;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 40px 15px 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 4px #7e6c9426;
}

.animate-div-large-2 {
  background-color: #eff7ff;
  border-radius: 50px;
  width: 133px;
  height: 10px;
  display: none;
}

.button-blue-2 {
  color: #fff;
  background-color: #3291f4;
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 400;
  text-decoration: none;
  display: none;
  position: relative;
}

.title-h1-2 {
  color: #01178e;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
}

.box-tag-center-2 {
  color: #9e96cc;
  text-transform: none;
  background-color: #eff7ff;
  border-radius: 14px;
  padding: 15px;
  font-size: 25px;
  font-weight: 700;
}

.hero-avatar-left-2 {
  width: 52px;
  position: absolute;
  inset: auto auto -10% -17%;
}

.hero-text-box-2 {
  grid-row-gap: 9px;
  color: #5c7188;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 40px 15px 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 4px #7e6c9426;
}

.hero-text-box-2.hero-text-box-2-custom {
  width: 263.484px;
}

.client-logo-image-2 {
  width: 55%;
}

.client-logo-image-2.larger {
  width: 65%;
}

.animate-div-small-2 {
  background-color: #eff7ff;
  border-radius: 50px;
  width: 100px;
  height: 10px;
  display: none;
}

.inner-grid-center-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0%;
  display: flex;
  position: relative;
}

.box-tag-right-2 {
  color: #9e96cc;
  text-transform: none;
  background-color: #eff7ff;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
}

.hero-clients-grid-2 {
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  border: 1px #00529666;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0;
  position: static;
  bottom: 0;
}

.hero-home-wrapper-2 {
  grid-row-gap: 30px;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 80px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-grid-left-2 {
  justify-content: center;
  align-items: center;
  margin-top: 15%;
  display: flex;
  position: relative;
}

.inner-grid-right-2 {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.inner-grid-right-2.inner-grid-right-2-custom-bottom {
  justify-content: center;
  align-items: center;
}

.box-details-center-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-svg-shape-2 {
  z-index: 0;
  filter: blur(2px);
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-svg-shape-2.d-none {
  display: none;
}

.hero-avatar-right-2 {
  width: 52px;
  display: none;
  position: absolute;
  inset: auto -17% -60% auto;
}

.hero-center-text-box-3 {
  grid-column-gap: 20px;
  color: #5c7188;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 263.484px;
  padding: 15px 40px 15px 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 4px #7e6c9426;
}

.hero-center-text-box-3.hero-center-text-box-3-custom {
  width: 263.484px;
}

.title-h1-3 {
  color: #01178e;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-avatar-left-3 {
  width: 52px;
  display: none;
  position: absolute;
  inset: auto auto -10% -17%;
}

.box-tag-right-3 {
  color: #9e96cc;
  text-transform: none;
  background-color: #eff7ff;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
}

.hero-title-image {
  width: 600px;
}

.hero-title-image.hero-title-image-custom {
  width: auto;
  display: none;
}

.image-5 {
  width: 160px;
  height: auto;
}

.text-block-7 {
  color: var(--white);
  -webkit-text-stroke-color: var(--edexa-blue);
  font-weight: 500;
}

.text-block-7:hover {
  color: var(--light-blue);
}

.image-6 {
  border-radius: 5px;
  width: 70px;
  height: 71px;
}

.image-7 {
  border-radius: 10px;
  height: auto;
}

.text-block-8, .bold-text-5 {
  color: var(--edexa-blue);
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: 0;
  display: block;
}

.bold-text-6 {
  color: var(--edexa-blue);
  font-size: 30px;
}

.heading-use-case {
  color: var(--edexa-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1.4;
}

.paragraph-2 {
  color: #0f022980;
  margin-bottom: 10px;
}

.heading-edexa-does {
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.div-edexa-does {
  grid-column-gap: 30px;
  margin-top: 15px;
  display: flex;
}

.content-edexa-does {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.heading {
  color: var(--edexa-blue);
  font-size: 20px;
  line-height: 1.4;
}

.heading-2 {
  color: var(--edexa-blue);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.how-edexa-used {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.edexa-used-points {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.benefits-for-finance {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.the-benefits-for-finance {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.heading-3, .heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
  color: var(--edexa-blue);
}

.checkbox-2 {
  border: 1px none var(--edext-text);
  color: #0062f6;
  -webkit-text-stroke-color: var(--midnight-blue);
  background-color: #000;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--edexa-blue);
  border-style: none;
  border-color: #000;
  border-radius: 100px;
  padding: 0;
  font-size: 10px;
}

.checkbox-field-2 {
  color: var(--edext-text);
  border-radius: 0;
  font-size: 20px;
}

.list-2 {
  grid-row-gap: 10px;
  color: var(--edexa-blue);
  flex-direction: column;
  padding-left: 20px;
  list-style-type: square;
  display: flex;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  color: #0f022980;
}

.list-13 {
  margin-bottom: 0;
}

.list-11 {
  list-style-type: none;
}

.innertitlenumber {
  color: #0f0229b3;
  text-align: right;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
}

.list-item-7 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.list-item-20 {
  width: 100%;
  list-style-type: none;
}

.list-12 {
  list-style-type: none;
}

.list-10 {
  width: auto;
  list-style-type: none;
}

.list-item-21 {
  color: var(--edexa-blue);
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.grid-17 {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 10.75fr;
  margin-top: 20px;
}

.list-14 {
  color: var(--edexa-blue);
  padding-bottom: 0;
  padding-left: 75px;
  font-size: 32px;
}

.div-block-84 {
  color: #adadad;
}

.text-block-11 {
  color: var(--edexa-blue);
  letter-spacing: .5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.innercontent {
  color: #0f0229b3;
  text-transform: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.div-block-86 {
  width: 100%;
}

.heading-13 {
  color: var(--edexa-blue);
  margin-top: 34px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

.para-15 {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
}

.privacyinnertitlecontent {
  width: 100%;
}

.privacyinnertitlecontent.privacyinnertitlecontenttop {
  margin-top: 35px;
}

.privercytitle {
  color: var(--edexa-blue);
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
}

.paragraph-11, .paragraph-12 {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

.paragraph-12.pb-li {
  display: block;
}

.list-4 {
  color: #adadad;
  margin-bottom: 15px;
  list-style-type: disc;
}

.list-item-22 {
  color: #0f0229b3;
  font-size: 18px;
  line-height: 1.6;
}

.list-15 {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  list-style-type: disc;
}

.paragraph-43 {
  color: #adadad;
}

.paragraph-43.sm-boldtext {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-51 {
  color: #adadad;
  margin-bottom: 15px;
}

.paragraph-48 {
  color: #adadad;
}

.paragraph-48.sm-boldtext {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-44 {
  color: #adadad;
}

.paragraph-44.sm-boldtext {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-45 {
  color: #adadad;
}

.paragraph-45.sm-boldtext {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-57 {
  margin-bottom: 15px;
}

.sm-heading {
  color: #fff;
}

.list-16 {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  list-style-type: disc;
}

.paragraph-42 {
  color: #adadad;
}

.paragraph-42.sm-boldtext {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.paragraph-42.sm-boldtext-copy {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-52 {
  color: #adadad;
}

.paragraph-52.sm-boldtext {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.bold-text-13 {
  color: #fff;
  font-weight: 900;
}

.paragraph-46 {
  color: #adadad;
}

.paragraph-46.sm-boldtext {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-47 {
  color: #adadad;
  margin-bottom: 15px;
}

.paragraph-58, .paragraph-59, .paragraph-60 {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

.paragraph-53 {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
}

.list-17 {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  list-style-type: disc;
}

.paragraph-61 {
  color: #adadad;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
}

.paragraph-61.pb-li {
  color: #0f0229b3;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-62 {
  margin-bottom: 15px;
}

.paragraph-54, .paragraph-55 {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-63, .paragraph-64 {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

.paragraph-65 {
  margin-bottom: 15px;
}

.bold-text-28 {
  color: #0f0229b3;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-66 {
  margin-bottom: 15px;
}

.bold-text-27 {
  color: #0f0229b3;
}

.paragraph-67, .paragraph-68 {
  margin-bottom: 15px;
}

.bold-text-29 {
  color: #0f0229b3;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-56, .paragraph-69 {
  color: #0f0229b3;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
}

.bold-text-30 {
  color: #0f0229b3;
  font-size: 18px;
  line-height: 1.6;
}

.bold-text-16 {
  color: #fff;
  font-weight: 900;
}

.bold-text-17 {
  font-weight: 900;
}

.bold-text-31 {
  color: #0f0229b3;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.link-2 {
  color: #0f0229b3;
}

.bold-text-32 {
  color: #0f0229b3;
  font-size: 18px;
  line-height: 1.6;
}

.text-block-12 {
  color: var(--edexa-blue);
  text-transform: uppercase;
}

.text-block-13, .text-block-14 {
  color: var(--edexa-blue);
}

.growths {
  width: 100%;
}

.growths.growths-custom {
  grid-column-gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.growth {
  border: 1px none var(--edexa-blue);
  background-color: var(--light-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.growth-heading {
  color: var(--edexa-blue);
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}

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

.paragraph-70 {
  color: #0f022966;
  font-size: 16px;
}

.div-flags {
  grid-column-gap: 20px;
  opacity: .36;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.div-flags.custom-div-flags {
  margin-top: 10px;
  margin-bottom: 0;
}

.country-flag {
  width: 50px;
}

.country-flag.liechtenstein {
  width: 34px;
  height: 25px;
}

.country-flag.switz {
  width: 34px;
}

.marquee-text-color {
  color: var(--edexa-blue);
}

.div-points {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.points {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.points-image {
  width: 21px;
}

.points-title {
  color: #0f022966;
  font-size: 16px;
  line-height: 1.5;
}

.review-grid-logos {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
}

.image-8 {
  width: 160px;
}

.image-9, .image-10 {
  width: 100px;
}

.image-11 {
  width: 150px;
}

.image-12 {
  width: 200px;
}

.image-13 {
  width: 130px;
}

.text-block-15 {
  color: var(--edexa-blue);
}

.team-members {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.grid-team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-16 {
  color: var(--edexa-blue);
}

.text-block-17 {
  color: var(--edexa-blue);
  font-size: 40px;
}

.text-block-17.title-h1 {
  font-size: 75px;
}

.image-up-down {
  align-self: center;
  height: 390px;
  padding: 50px;
  display: block;
  position: static;
}

.div-block-feature-wrapper-custom {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.div-block-feature-wrapper-image-custom {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  transition: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-18 {
  color: var(--edexa-blue);
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.contact-us {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: #005296;
  white-space: normal;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 23px;
  display: block;
}

.div-button {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-button.div-button-custom {
  margin-top: 30px;
}

.button-custom-contact {
  border: 1px solid var(--edexa-blue);
  background-color: var(--edexa-blue);
  opacity: 1;
  color: var(--white);
  white-space: nowrap;
  word-break: break-all;
  border-radius: 5px;
  width: 167.98px;
  height: 64.39px;
  padding: 20px 40px;
  font-weight: 400;
  transition: transform .5s;
}

.button-custom-contact:hover {
  opacity: 1;
  transform: scale(1.1);
}

.button-custom-contact.new-button-custom-contact-blue {
  border-color: var(--edexa-blue);
  color: var(--white);
  background-color: #005296;
}

.button-custom-contact.newbutton-custom-contact-white {
  border-color: var(--light-blue);
  color: var(--edexa-blue);
  background-color: #fff;
}

.button-custom-url {
  border: 1px solid var(--edexa-blue);
  background-color: var(--edexa-blue);
  opacity: 1;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  white-space: nowrap;
  word-break: break-all;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 167.98px;
  height: 64.39px;
  padding: 20px 40px;
  font-weight: 400;
  transition: transform .5s;
  display: flex;
}

.button-custom-url:hover {
  opacity: 1;
  transform: scale(1.1);
}

.button-custom-url.new-button-custom-url-blue {
  border-color: var(--edexa-blue);
  color: var(--white);
  -webkit-text-stroke-color: var(--edexa-blue);
  background-color: #005296;
}

.button-custom-url.new-button-custom-url-white {
  border-color: var(--white);
  color: var(--edexa-blue);
  background-color: #fff;
}

.become-part-edexa-div {
  margin-top: 50px;
}

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

.double-item-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.single-item-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.our-vision-div {
  background-color: var(--light-blue);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  display: flex;
}

.our-mission-div {
  padding: 40px;
}

.our-vision-heading {
  color: var(--edexa-blue);
  margin-bottom: 0;
}

.our-vision-heading.our-vision-heading-custom {
  margin-bottom: 0;
}

.text-block-21 {
  color: #0f022966;
  margin-top: 20px;
  font-size: 18px;
}

.team-card-new-div {
  height: 100%;
}

.team-card-new-div-bg {
  background-color: #f8f9fb;
  border-radius: 10% 10% 0% 0%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-14 {
  width: auto;
  height: 200px;
  padding: 20px 40px 0;
  transform: translate(9px);
}

.team-card-name-div {
  margin-top: 20px;
}

.team-card-social-div {
  margin-top: 10px;
}

.partner-grid-div {
  display: none;
}

.title-h1.title-h1--custom {
  color: var(--edexa-blue);
  text-align: left;
  letter-spacing: -.5px;
  font-size: 40px;
  font-weight: 700;
}

.title-h1.title-h1--custom.title-h1--custom-header {
  color: var(--white);
  font-size: 30px;
}

.partner-new-div {
  background-color: #fff;
  border: 1px #00529666;
  border-radius: 20px;
}

.partner-new-grid {
  grid-column-gap: 15px;
  border: 1px #00529666;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: 6px;
  padding: 35px 40px;
}

.image-15 {
  width: 100%;
  margin-right: -26px;
  padding: 0;
}

.partner-new-div-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 78px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.partner-new-div-content-left {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.partner-new-div-content-right {
  align-self: stretch;
  width: 100%;
}

.paragraph-71 {
  color: var(--edexa-blue);
  font-size: 18px;
}

.paragraph-72 {
  color: #0f022966;
  margin-top: 15px;
  font-size: 22px;
}

.partner-new-div-image {
  margin-top: 80px;
  position: relative;
}

.paragraph-73 {
  z-index: 1;
  color: var(--light-blue);
  background-color: #007de4cc;
  border-radius: 10px;
  width: 402px;
  height: auto;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  inset: -38px 50px auto auto;
}

.image-16 {
  opacity: .77;
  border-radius: 20px;
}

.div-ranked {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom-left-radius: 20px;
  width: 100%;
  padding: 15px;
}

.div-certificate {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom-right-radius: 20px;
  width: 100%;
  padding: 15px;
}

.div-bg-blur {
  grid-column-gap: 2px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -2px;
}

.h3-ranked {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.paragraph-74 {
  color: #fff;
  margin-top: 10px;
}

.shadow-navbar {
  height: 104px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.icon-2:hover, .dropdown-link, .dropdown-link-2 {
  color: var(--light-blue);
}

.text-block-22 {
  color: var(--edexa-blue);
}

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

.bold-text-33 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

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

.bold-text-34.bold-text-34-custom {
  text-align: center;
}

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

.link-block-4 {
  position: absolute;
  inset: auto 5px 5px auto;
}

.collection-list-wrapper-2 {
  display: block;
}

.image-17 {
  width: 26px;
  height: 26px;
}

.image-18 {
  height: auto;
}

.text-block-29 {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

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

.bold-text-40 {
  color: #a5d7ff;
}

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

.question-wrapper-f66 {
  color: #333;
  flex-direction: column;
  max-width: 800px;
  margin: 10px auto;
  text-decoration: none;
  display: flex;
}

.arrow-blue-f66 {
  z-index: 10;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.question-f66 {
  color: var(--midnight-blue);
  border-bottom: 1px solid #dbdbdb;
  justify-content: space-between;
  width: 800px;
  height: auto;
  padding: 10px 10px 15px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.question-f66:hover {
  color: var(--edexa-blue);
  text-decoration: underline;
}

.paragraph-width-450px-3 {
  color: #0f022966;
  text-align: center;
  width: 500px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.paragraph-width-450px-3.paragraph-width-450px-custom {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 450px;
  margin-top: 15px;
  display: flex;
}

.paragraph-width-450px-3.paragraph-width-450px-custom.paragraph-width-450px-custom-color {
  color: #0f022966;
  width: auto;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.answer-text-f66 {
  color: #0f022966;
  width: 95%;
  margin-top: 10px;
  padding-left: 10px;
}

.answer-f66 {
  font-size: 16px;
  overflow: hidden;
}

.arrow-black-f66 {
  width: auto;
  height: 11.75px;
  display: block;
}

.edexa-faq {
  width: auto;
  margin-top: 50px;
}

.title-h5-2 {
  color: #005296;
  letter-spacing: -1px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.title-h5-2.mobile-center {
  color: #005296;
  font-size: 40px;
  font-weight: 700;
}

.container-2 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

.container-2.container-top {
  padding-left: 80px;
  padding-right: 80px;
}

.icon-wrapper-f66 {
  position: relative;
}

.div-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.list-18 {
  padding-left: 18px;
  font-size: 16px;
}

.list-item-23 {
  color: #0f022966;
}

.body {
  overflow: visible;
}

.text-block-32 {
  color: var(--edexa-blue);
}

.error-message-2 {
  background-color: var(--edexa-blue);
  color: #fff;
  border-radius: 60px;
}

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

.text-block-34 {
  color: var(--edexa-text);
  text-align: center;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 400;
}

.div-ecosystem {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 31px;
  margin-bottom: 4px;
  display: flex;
}

.div-ecosystem-glance {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.div-ecosystem-glance-image, .div-ecosystem-glance-content {
  width: 100%;
}

.paragraph-75 {
  color: #0f022966;
  padding-left: 40px;
}

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

.text-block-36 {
  color: var(--edexa-blue);
  font-size: 18px;
  font-weight: 400;
}

.div-play-services {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.play-service, .div-block-89 {
  width: 100%;
}

.heading-14 {
  color: var(--edexa-blue);
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.text-block-37 {
  color: #0f022966;
  text-align: justify;
  white-space: normal;
}

.bold-text-41 {
  font-size: 20px;
}

.image-19 {
  margin-top: 81px;
  padding-bottom: 0;
}

.heading-15 {
  color: #fff;
  font-size: 80px;
}

.text-span {
  color: #a5d7ff;
}

.bold-text-43 {
  text-align: center;
  padding-left: 0;
}

.text-span-2, .bold-text-44 {
  color: #a5d7ff;
}

.new-head {
  color: #005296;
  text-align: center;
  border: 1px solid #00529600;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
}

.heading-16 {
  color: #005296;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  font-size: 35px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.button {
  text-align: center;
  background-color: #005296;
  border-radius: 4px;
  align-self: center;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 700;
}

.header {
  padding-bottom: 140px;
}

.contact-us-copy {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: #005296;
  white-space: normal;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 23px;
  display: block;
}

.details-image-copy {
  width: 100%;
  padding-left: 40px;
}

.details-image-copy.details-image-custom {
  width: auto;
  height: 450px;
}

.inner-details-copy {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-15-copy {
  width: 60%;
  margin-left: -11px;
  padding: 0;
}

.image-3-copy {
  filter: brightness(200%);
  width: 28px;
  height: 28px;
}

.text-block-38 {
  color: var(--edexa-blue);
  font-size: 14px;
  font-weight: 500;
}

.careers-item-copy {
  height: auto;
  padding: 10px;
}

.text-span-3 {
  color: var(--light-blue);
}

.satoshi-regular-copy {
  color: var(--edexa-blue);
  font-weight: 400;
}

.satoshi-medium-copy {
  color: var(--edexa-blue);
  font-weight: 500;
}

.satoshi-bold-copy {
  color: var(--edexa-blue);
  font-weight: 700;
}

.section-2 {
  background-color: var(--edexa-blue);
  background-image: url('../images/CityNex-Global-Logo-8.png');
  background-position: 98% 0;
  background-repeat: no-repeat;
  background-size: 300px;
  height: 500px;
  margin-top: 102px;
  margin-bottom: -12px;
  padding-top: 6px;
}

.container-4 {
  width: 940px;
  height: 350px;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  margin-top: 69px;
  font-size: 60px;
}

.heading-18 {
  color: var(--white);
  text-align: center;
  margin-top: 31px;
  font-size: 30px;
}

.section-3 {
  height: 450px;
  margin-top: -203px;
}

.container-5 {
  width: 800px;
  height: 400px;
}

.column {
  background-color: var(--white);
  opacity: 1;
  height: 350px;
}

.column-2 {
  background-color: var(--light-blue);
  mix-blend-mode: normal;
  height: 350px;
}

.heading-19 {
  color: var(--edexa-blue);
  margin-bottom: 24px;
  margin-left: 18px;
  margin-right: 15px;
  font-size: 18px;
}

.columns {
  border: 1px none var(--edexa-text);
  border-radius: 0;
  height: 350px;
}

.heading-19-copy {
  color: var(--edexa-blue);
  margin-left: 18px;
  font-size: 18px;
}

.section-4 {
  background-image: linear-gradient(#fff9, #fffbfc 6%, #fffdfd 59%, #eff7ff 83%, #fff);
  height: 450px;
}

.heading-20 {
  color: var(--edexa-blue);
  text-align: center;
}

.paragraph-79 {
  color: var(--edexa-text);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  display: block;
}

.section-6 {
  height: 500px;
  margin-top: 4px;
}

.container-7 {
  padding-top: 57px;
}

.heading-22 {
  color: var(--edexa-blue);
  text-align: center;
}

.heading-23 {
  color: var(--edexa-blue);
  text-align: right;
  margin-top: -12px;
  font-size: 30px;
}

.paragraph-80 {
  color: var(--edexa-text);
  margin-top: 35px;
  padding-left: 0;
  padding-right: 32px;
}

.label-1 {
  z-index: auto;
  color: var(--edexa-text);
  white-space: normal;
  word-break: break-all;
  flex-flow: column wrap;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 8px;
  font-size: 12px;
  display: flex;
  position: static;
}

.text-field-1 {
  color: var(--dark-blue);
  border: 1px solid #fff;
  border-bottom-color: #ced7dd;
  border-radius: 0;
  width: 90%;
  margin-top: -25px;
  padding-top: 0;
}

.text-field-1:focus {
  border-color: var(--white) var(--white) var(--edexa-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.submit-button {
  background-color: var(--light-blue);
  background-image: url('../images/Contact-Page-of-edexa.com.png');
  background-position: 50%;
  background-size: auto;
}

.success-message-3 {
  background-color: #c6facb;
  border-radius: 5px;
}

.error-message-3 {
  border-radius: 5px;
}

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

.label-1-copy {
  color: var(--edexa-text);
  font-size: 12px;
}

.text-field-1-copy {
  color: var(--dark-blue);
  border: 1px solid #fff;
  border-bottom-color: #ced7dd;
  border-radius: 0;
  width: 96%;
  margin-top: -15px;
  padding-top: 0;
}

.text-field-1-copy:focus {
  border-color: var(--white) var(--white) var(--edexa-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-92 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 17px;
  display: grid;
}

.div-block-93 {
  margin-top: 19px;
  margin-left: 0;
  padding-left: 17px;
}

.text-span-4 {
  color: #ee0a23;
}

.div-block-94 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: repeat(auto-fit, 74px) 23px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 23px;
  grid-auto-columns: 1fr;
  width: 85%;
  height: 200px;
  margin-top: 21px;
  padding-left: 17px;
  display: grid;
}

.label-2 {
  color: var(--edexa-blue);
  width: 50%;
  margin-top: -13px;
  padding-left: 0;
  font-size: 12px;
}

.text-block-40 {
  color: var(--edexa-text);
}

.text-block-41 {
  color: var(--edexa-text);
  font-size: 12px;
}

.text-field-2 {
  color: var(--edexa-text);
  font-size: 12px;
  position: static;
}

.image-20 {
  width: 100%;
  padding-top: 49px;
}

.div-block-95 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 18px;
  display: grid;
}

.submit-button-2 {
  background-color: #3898ec00;
  background-image: url('../images/Contact-Page-of-edexa.com.png');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: 130%;
}

.socialiconsimages-copy {
  grid-column-gap: 18px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-11 {
  background-color: var(--edexa-blue);
  background-image: url('../images/Contact-Page-of-edexa.com-2.png');
  background-position: 50% -10%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 560px;
  margin-top: 103px;
}

.container-8 {
  width: auto;
  height: auto;
  min-height: 250px;
}

.text-block-42 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
}

.section-12 {
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.container-9 {
  height: 560px;
  margin-top: 58px;
}

.heading-24 {
  color: var(--edexa-blue);
  text-align: center;
  margin-bottom: 31px;
}

.list-edexa {
  background-color: var(--light-blue);
  color: var(--edexa-text);
  text-align: left;
  padding: 14px;
}

.list-19 {
  grid-column-gap: 50px;
  grid-row-gap: 34px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  padding-left: 77px;
  padding-right: 77px;
  display: grid;
}

.image-21 {
  text-align: left;
  object-fit: scale-down;
  width: 6%;
  margin-top: 0;
  position: relative;
}

.div-block-96 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 74px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.heading-24-copy {
  color: var(--edexa-blue);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-24-copy.heading-customn {
  margin-bottom: 0;
}

.div-block-97, .container-9-copy {
  margin-top: 58px;
}

.heading-24-copy {
  color: var(--edexa-blue);
  text-align: center;
  margin-bottom: 31px;
}

.heading-25 {
  color: var(--edexa-blue);
  text-align: center;
}

.button-2 {
  background-color: #005296;
  align-self: center;
}

.button-2.blog-cta-btn {
  float: none;
  text-align: left;
  display: inline-block;
}

.section-13 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-13.keyfacts {
  margin-bottom: 50px;
}

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

.heading-26 {
  color: #005296;
  text-align: center;
  margin-bottom: 60px;
  display: block;
}

.div-block-98 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #eff7ff;
  border-radius: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  min-height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.paragraph-81 {
  color: #0f022966;
  border-radius: 0;
  padding: 20px;
}

.container-11 {
  background-color: #eff7ff;
  border: 3px dashed #01178e;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
}

.button-5 {
  background-color: #005296;
  border-radius: 5px;
  margin-right: 40px;
  padding: 10px 20px;
}

.paragraph-83 {
  color: #0f022966;
  margin-bottom: 30px;
}

.heading-27 {
  color: #005296;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-100 {
  text-align: center;
  margin-left: 20px;
  display: block;
}

.bold-text-45 {
  color: #005296;
  text-align: left;
}

.button-4 {
  background-color: #005296;
  border-radius: 5px;
  padding: 10px 28px;
}

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

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

.div-block-99 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.section-14 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-14.pressandmedia {
  margin-bottom: 50px;
  padding-top: 50px;
  box-shadow: 0 -10px 10px -5px #0000001a;
}

.section-14.media-edexa {
  box-shadow: 0 -10px 10px -5px #0000001a;
}

.section-14.copyright {
  background-color: #7b7b7b;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

.container-mailinfo {
  box-shadow: none;
  margin-bottom: 0;
  padding: 50px 75px 100px;
}

.heading-29 {
  color: #005296;
  text-align: center;
  font-size: 23px;
}

.container-12 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.heading-30 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
}

.paragraph-84, .paragraph-85 {
  color: #fff;
  margin-bottom: 25px;
}

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

.link-category-copy {
  grid-column-gap: 10px;
  color: var(--midnight-blue);
  border: 1px solid #ae8eee26;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-category-copy:hover {
  box-shadow: 0 0 10px #01178e1a;
}

.link-category-copy.w--current {
  background-color: var(--light-blue);
  border-color: #00529680;
  justify-content: flex-start;
  align-items: center;
}

.blog-card-inner-child-two {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.bold-text-46 {
  text-align: center;
  padding-bottom: 10px;
}

.total-amount-sticky, .sticky-total-amout {
  top: 100px;
}

.category-list-copy {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 115%;
  display: grid;
}

.body-3 {
  height: 100%;
}

.text-block-46 {
  color: var(--edexa-blue);
  text-align: center;
  margin-left: -19px;
  font-size: 12px;
}

.row-column-copy {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
  align-items: center;
  margin-left: -32px;
  padding-left: 17px;
}

.row-column-copy {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1.3fr 1.3fr 1.3fr 1.3fr 1fr;
  align-items: center;
}

.row-column-copy.row-column-custom {
  grid-template-columns: 5fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
}

.image-24 {
  z-index: 0;
  align-self: center;
  width: auto;
  height: 50%;
  margin-top: 100px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-copy.home-features {
  background-color: var(--light-blue);
}

.section-copy.section-company.section-top {
  background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 100px;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-copy.section-top {
  margin-top: 104px;
}

.container-copy {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container-copy.home-marquee {
  max-width: 1560px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.container-copy.home-features {
  grid-row-gap: 40px;
  background-color: #eff7ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: visible;
}

.container-copy.review {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.container-copy.testimonials {
  padding: 60px 0 150px;
  overflow: hidden;
}

.container-copy.pricing-detailed {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.container-copy.home-news {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-copy.hero-about {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.container-copy.about-data {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  padding: 150px 130px;
  display: flex;
}

.container-copy.team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  display: flex;
  overflow: hidden;
}

.container-copy.about-details {
  padding-top: 150px;
  padding-bottom: 200px;
}

.container-copy.careers-hero {
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.container-copy.careers-hero.careers-hero-custom {
  grid-row-gap: 0px;
  margin-bottom: 80px;
  padding-top: 100px;
}

.container-copy.career-category {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.container-copy.careers-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-copy.careers-template {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 60px 40px;
  font-weight: 500;
  display: grid;
  position: relative;
}

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

.container-copy.job-details {
  padding-top: 10px;
  padding-bottom: 60px;
}

.container-copy.job-details.custom-job-detail {
  padding-top: 0;
  padding-bottom: 60px;
}

.container-copy.job-details.custom-job-detail.d-none {
  display: none;
}

.container-copy.hero-pricing {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.container-copy.pricing-faq {
  grid-row-gap: 120px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-copy.hashtags {
  grid-column-gap: 10%;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 105px;
  display: flex;
}

.container-copy.plan-details {
  padding-top: 100px;
  padding-bottom: 200px;
}

.container-copy.blog-content {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.container-copy.cta {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.container-copy.blog-template-related {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.container-copy.blog-post {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.container-copy.checkout-hero {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.container-copy.author-profile {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 0;
  font-weight: 500;
  display: grid;
  position: relative;
}

.container-copy.terms {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.container-copy.home-details {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-copy.container-custom {
  padding: 80px 0;
}

.container-copy.container-button {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-copy.container-home-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: 8vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-copy.container-custom-home-banner {
  padding-left: 0;
  padding-right: 0;
}

.container-copy.pricing-container {
  padding: 0;
}

.container-ccopy {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container-ccopy.home-marquee {
  max-width: 1560px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.container-ccopy.home-features {
  grid-row-gap: 40px;
  background-color: #eff7ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: visible;
}

.container-ccopy.review {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.container-ccopy.testimonials {
  padding: 60px 0 150px;
  overflow: hidden;
}

.container-ccopy.pricing-detailed {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.container-ccopy.home-news {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-ccopy.hero-about {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.container-ccopy.about-data {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  padding: 150px 130px;
  display: flex;
}

.container-ccopy.team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  display: flex;
  overflow: hidden;
}

.container-ccopy.about-details {
  padding-top: 150px;
  padding-bottom: 200px;
}

.container-ccopy.careers-hero {
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.container-ccopy.careers-hero.careers-hero-custom {
  grid-row-gap: 0px;
  margin-bottom: 80px;
  padding-top: 100px;
}

.container-ccopy.career-category {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.container-ccopy.careers-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-ccopy.careers-template {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 60px 40px;
  font-weight: 500;
  display: grid;
  position: relative;
}

.container-ccopy.requirements {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-ccopy.job-details {
  padding-top: 10px;
  padding-bottom: 60px;
}

.container-ccopy.job-details.custom-job-detail {
  padding-top: 0;
  padding-bottom: 60px;
}

.container-ccopy.job-details.custom-job-detail.d-none {
  display: none;
}

.container-ccopy.hero-pricing {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.container-ccopy.pricing-faq {
  grid-row-gap: 120px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-ccopy.hashtags {
  grid-column-gap: 10%;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 105px;
  display: flex;
}

.container-ccopy.plan-details {
  padding-top: 100px;
  padding-bottom: 200px;
}

.container-ccopy.blog-content {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.container-ccopy.cta {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.container-ccopy.blog-template-related {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.container-ccopy.blog-post {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.container-ccopy.checkout-hero {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.container-ccopy.author-profile {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  color: var(--dark-blue);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 0;
  font-weight: 500;
  display: grid;
  position: relative;
}

.container-ccopy.terms {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 150px;
  display: flex;
}

.container-ccopy.home-details {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-ccopy.container-custom {
  padding: 80px 0;
}

.container-ccopy.container-button {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-ccopy.container-home-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: 8vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-ccopy.container-custom-home-banner {
  padding-left: 0;
  padding-right: 0;
}

.container-ccopy.pricing-container {
  padding: 0;
}

.section-cfopy {
  margin-top: 75px;
  margin-bottom: -14px;
}

.section-cfopy.home-features {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #eff7ff;
}

.section-cfopy.pricing-detailed {
  background-color: #fff9fa;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  display: flex;
}

.section-cfopy.pricing-detailed.pricing-detailed-custom {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  background-clip: border-box;
}

.section-cfopy.careers-review {
  margin-top: -17px;
  position: relative;
}

.section-cfopy.d-none {
  margin-top: 245px;
  display: none;
}

.section-cfopy.section-home-banner {
  background-color: var(--edexa-blue);
  background-image: url('../images/1.png');
  background-position: 80% -20%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -1px;
  display: flex;
}

.section-cfopy.section-partner-custom {
  margin-top: -129px;
}

.section-cfopy.section-company {
  margin-top: 0;
}

.section-cfopy.section-company.section-top {
  background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.section-cfopy.section-top {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 104px;
  margin-bottom: auto;
  display: flex;
}

.section-cfopy.d-none-custom {
  display: block;
}

.section-cfopy.section-header {
  margin-top: 100px;
}

.section-cfopy.pricing-container {
  margin-top: 0;
}

.section-cfopy.contact-section-first {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cookie-pop {
  z-index: 99;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #005296;
  border: 1px solid #3183ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 450px;
  min-height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto 1% 1% auto;
}

.cookie-detail-wrapper {
  align-items: center;
  display: flex;
}

.heading-55 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.text-block-47 {
  color: #fff;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.div-block-48 {
  color: #fff;
  background-color: #0000;
}

.cookie-button {
  opacity: 1;
  color: #fff;
  background-color: #fff;
  border: 1px solid #3183ff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-left: 0;
  padding: 10px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.cookie-button:hover {
  background-color: var(--light-blue);
  color: #3183ff;
  border-color: #3183ff;
}

.text-block-48 {
  color: #005296;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.text-block-48:hover {
  color: #3183ff;
}

.section-copy.section-top-copy {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 104px;
  margin-bottom: auto;
  display: flex;
}

.section-copy-copy {
  margin-top: 75px;
  margin-bottom: -14px;
}

.section-copy-copy.home-features {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #eff7ff;
}

.section-copy-copy.pricing-detailed {
  background-color: #fff9fa;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  display: flex;
}

.section-copy-copy.pricing-detailed.pricing-detailed-custom {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  background-clip: border-box;
}

.section-copy-copy.careers-review {
  margin-top: -17px;
  position: relative;
}

.section-copy-copy.d-none {
  margin-top: 245px;
  display: none;
}

.section-copy-copy.section-home-banner {
  background-color: var(--edexa-blue);
  background-image: url('../images/1.png');
  background-position: 80% -20%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -1px;
  display: flex;
}

.section-copy-copy.section-partner-custom {
  margin-top: -129px;
}

.section-copy-copy.section-company {
  margin-top: 0;
}

.section-copy-copy.section-company.section-top {
  background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.section-copy-copy.section-top {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 104px;
  margin-bottom: auto;
  display: flex;
}

.section-copy-copy.d-none-custom {
  display: block;
}

.section-copy-copy.section-header {
  margin-top: 100px;
}

.section-copy-copy.pricing-container {
  margin-top: 0;
}

.section-copy-copy.contact-section-first {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-copy-copy.section-top-copy {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.policy-section {
  margin-top: 75px;
  margin-bottom: -14px;
}

.policy-section.home-features {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #eff7ff;
}

.policy-section.pricing-detailed {
  background-color: #fff9fa;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  display: flex;
}

.policy-section.pricing-detailed.pricing-detailed-custom {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  background-clip: border-box;
}

.policy-section.careers-review {
  margin-top: -17px;
  position: relative;
}

.policy-section.d-none {
  margin-top: 245px;
  display: none;
}

.policy-section.section-home-banner {
  background-color: var(--edexa-blue);
  background-image: url('../images/1.png');
  background-position: 80% -20%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -1px;
  display: flex;
}

.policy-section.section-partner-custom {
  margin-top: -129px;
}

.policy-section.section-company {
  margin-top: 0;
}

.policy-section.section-company.section-top {
  background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.policy-section.section-top {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 104px;
  margin-bottom: auto;
  display: flex;
}

.policy-section.d-none-custom {
  display: block;
}

.policy-section.section-header {
  margin-top: 100px;
}

.policy-section.pricing-container {
  margin-top: 0;
}

.policy-section.contact-section-first {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-copy {
  margin-top: 75px;
  margin-bottom: -14px;
}

.section-copy.home-features {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #eff7ff;
}

.section-copy.pricing-detailed {
  background-color: #fff9fa;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  display: flex;
}

.section-copy.pricing-detailed.pricing-detailed-custom {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  background-clip: border-box;
}

.section-copy.careers-review {
  margin-top: -17px;
  position: relative;
}

.section-copy.d-none {
  margin-top: 245px;
  display: none;
}

.section-copy.section-home-banner {
  background-color: var(--edexa-blue);
  background-image: url('../images/1.png');
  background-position: 80% -20%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -1px;
  display: flex;
}

.section-copy.section-partner-custom {
  margin-top: -129px;
}

.section-copy.section-company {
  margin-top: 0;
}

.section-copy.section-company.section-top {
  background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.section-copy.section-top {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 104px;
  margin-bottom: auto;
  display: flex;
}

.section-copy.d-none-custom {
  display: block;
}

.section-copy.section-header {
  margin-top: 100px;
}

.section-copy.pricing-container {
  margin-top: 0;
}

.section-copy.contact-section-first {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-legeal-notioce {
  margin-top: 75px;
  margin-bottom: -14px;
}

.section-legeal-notioce.home-features {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #eff7ff;
}

.section-legeal-notioce.pricing-detailed {
  background-color: #fff9fa;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  display: flex;
}

.section-legeal-notioce.pricing-detailed.pricing-detailed-custom {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  background-clip: border-box;
}

.section-legeal-notioce.careers-review {
  margin-top: -17px;
  position: relative;
}

.section-legeal-notioce.d-none {
  margin-top: 245px;
  display: none;
}

.section-legeal-notioce.section-home-banner {
  background-color: var(--edexa-blue);
  background-image: url('../images/1.png');
  background-position: 80% -20%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -1px;
  display: flex;
}

.section-legeal-notioce.section-partner-custom {
  margin-top: -129px;
}

.section-legeal-notioce.section-company {
  margin-top: 0;
}

.section-legeal-notioce.section-company.section-top {
  background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.section-legeal-notioce.section-top {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 104px;
  margin-bottom: auto;
  display: flex;
}

.section-legeal-notioce.d-none-custom {
  display: block;
}

.section-legeal-notioce.section-header {
  margin-top: 100px;
}

.section-legeal-notioce.pricing-container {
  margin-top: 0;
}

.section-legeal-notioce.contact-section-first {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-block-5 {
  padding-bottom: 20px;
}

.text-block-49 {
  color: #2041ff;
  font-size: 16px;
  font-weight: 500;
}

.details-grid-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.details-grid-copy.details-grid-custom {
  margin-top: 60px;
}

.innercontent-copy {
  color: #0f0229b3;
  text-transform: capitalize;
  word-break: normal;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.pricing-title-wrapper-copy {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  width: 800px;
  display: flex;
}

.section-15 {
  height: 700px;
  margin-top: 104px;
}

.container-13 {
  width: 1200px;
  max-width: 1200px;
  height: 700px;
  margin-top: 0;
}

.text-block-50 {
  color: var(--edexa-blue);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 144px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 70px;
  font-weight: 700;
  display: flex;
}

.text-block-51 {
  color: var(--edexa-blue);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.div-block-101 {
  margin-top: -25px;
  margin-left: 418px;
}

.background-video {
  width: 100%;
  height: 50%;
  margin-top: 415px;
  position: absolute;
}

.image-25 {
  width: 400px;
  margin-top: 100px;
  margin-left: 86px;
  padding-left: 20px;
}

.div-block-102 {
  justify-content: flex-start;
  align-items: center;
  margin-top: -173px;
  margin-left: -59px;
  display: flex;
}

.container-14 {
  width: 85%;
  max-width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-50-copy {
  color: var(--edexa-blue);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 75px;
  font-weight: 700;
  display: flex;
}

.text-block-51-copy {
  color: var(--edexa-blue);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 114px;
  font-size: 44px;
  font-weight: 700;
  display: flex;
}

.text-block-52 {
  color: var(--edexa-text);
  text-align: justify;
  width: auto;
  margin-top: 28px;
  margin-left: 0;
  padding-left: 0;
}

.section-16 {
  height: 750px;
}

.section-17 {
  height: 650px;
}

.container-15 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.quick-stack, .div-block-103 {
  width: 100%;
  height: 100%;
}

.text-block-53 {
  color: var(--edexa-blue);
  font-size: 40px;
  font-weight: 700;
}

.text-span-5 {
  color: #88adcd;
}

.text-block-54 {
  color: var(--edexa-text);
  font-size: 22px;
  font-weight: 500;
}

.text-block-55 {
  color: var(--edexa-text);
}

.div-block-104 {
  margin-top: 15px;
}

.image-26 {
  width: 100%;
  height: 72.3349%;
}

.section-18 {
  height: 650px;
  margin-top: 88px;
  margin-bottom: 119px;
  padding-bottom: 0;
}

.container-16 {
  width: 85%;
  max-width: 85%;
  height: 100%;
}

.div-block-105, .div-block-106 {
  width: 100%;
  height: 100%;
}

.image-27 {
  margin-top: 12px;
  margin-left: 40px;
}

.div-block-103-copy {
  width: 100%;
  height: 100%;
  margin-left: 37px;
}

.image-28 {
  margin-left: -6px;
}

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

.div-block-107 {
  flex-flow: column;
  display: flex;
}

.image-27-copy {
  margin-top: 12px;
  margin-left: 40px;
}

.image-28-copy {
  margin-left: -6px;
}

.section-19 {
  height: 800px;
}

.section-20 {
  background-color: var(--edexa-blue);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.flex-block {
  flex-flow: column;
  order: -1;
  width: 100%;
  max-width: 960px;
}

.image-29 {
  width: 450px;
  padding-bottom: 10px;
}

.text-block-56 {
  color: var(--white);
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.ophone-bloack {
  flex-flow: column;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.block {
  z-index: 100;
  width: 40%;
  position: absolute;
  top: 200px;
  left: auto;
  right: 29px;
}

.block._1 {
  width: 400px;
}

.block-copy {
  position: absolute;
  left: auto;
  right: 11px;
}

.bloack-2 {
  z-index: 9999;
  width: 40%;
  position: absolute;
  top: auto;
  bottom: 68px;
  left: 77px;
}

.phone {
  z-index: 10;
  border-radius: 40px;
  width: 50%;
  position: relative;
}

.b-you--section-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 100px;
  display: flex;
}

.paragraph-86 {
  color: var(--edexa-blue);
  text-align: justify;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-56-copy {
  color: var(--edexa-blue);
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.flex-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: -4px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.flex-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
}

.b-you--section-2-copy, .b-you--section-3 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 150px 100px;
  display: flex;
}

.flex-block-3-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
}

.image-30 {
  border-radius: 13px;
  width: 100%;
  max-width: none;
}

.b-you--section-3-copy {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 100px;
  display: flex;
}

.b-you--section-4--benefits {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 100px;
  display: flex;
}

.benfits-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1440px;
  display: grid;
  overflow: visible;
}

.benefit-card {
  box-shadow: 0 2px 5px 0 var(--1-sahdow);
  border: 0 solid #3183ff;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 400px;
  min-height: 350px;
  max-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.benefit-card:hover {
  box-shadow: 0 2px 18px 5px var(--card-hover);
  overflow: visible;
}

.text-block-57 {
  color: var(--edexa-blue);
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.image-31 {
  width: 100%;
  max-width: 300px;
}

.flex-block-5 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.b-you--section-4--benefits-copy {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 800px;
  padding: 100px;
  display: flex;
}

.b-you---section--5 {
  background-color: var(--edexa-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-32 {
  z-index: 0;
  filter: blur(8px);
  mix-blend-mode: soft-light;
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: 25% -26px 0% 41%;
}

.text-bloack-c-2 {
  color: var(--edexa-blue);
  text-align: left;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.bold-text-51 {
  color: var(--white);
}

.image-32-copy {
  filter: blur(8px);
  mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
  inset: 23% -11% -25% auto;
  width: 600px;
  position: absolute;
  inset: -1% 58% 0% -200px;
}

.text-block-58 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.text-block-56-copy-copy {
  color: var(--edexa-blue);
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.use---grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1060px;
  max-width: 1440px;
  display: grid;
  overflow: visible;
}

.use--card {
  box-shadow: 0 2px 5px 0 var(--1-sahdow);
  border: 0 solid #3183ff;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 500px;
  height: 100%;
  min-height: 0;
  max-height: 300px;
  padding: 40px;
}

.use-card-subtext {
  color: var(--edexa-blue);
  text-align: center;
  font-size: 14px;
}

.use---image {
  width: 100%;
  max-width: 80px;
}

.benefit-card-back {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: 0 2px 5px 0 var(--1-sahdow);
  border: 0 solid #3183ff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  height: 400px;
  min-height: 350px;
  max-height: 400px;
  padding: 40px 60px;
  display: none;
}

.svg-2 {
  order: -1;
  width: 30px;
  min-width: 35px;
}

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.text-block-60 {
  color: var(--edexa-blue);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.path {
  color: var(--edexa-blue);
}

.flex-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.b-card {
  width: 100%;
  overflow: visible;
}

.text-block-62 {
  width: 92px;
}

.icon-3 {
  margin-right: 0;
}

.dropdown-list-2 {
  background-color: #ddd;
  width: 150px;
  margin-top: 20px;
  padding-top: 0;
}

.dropdown-list-2.w--open {
  border: 1px solid var(--edexa-light);
  background-color: #005296;
  border-radius: 9px;
  width: 150px;
  margin-top: 0;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 2px 7px 2px #5d65ffa3;
}

.d-link {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.d-link:hover {
  background-color: var(--edexa-light);
}

.button-custom-contact-copy {
  border: 1px solid var(--edexa-blue);
  background-color: var(--edexa-blue);
  opacity: 1;
  color: var(--white);
  white-space: nowrap;
  word-break: break-all;
  border-radius: 5px;
  width: 167.98px;
  height: 64.39px;
  padding: 20px 40px;
  font-weight: 400;
  transition: transform .5s;
}

.button-custom-contact-copy:hover {
  opacity: 1;
  transform: scale(1.1);
}

.button-custom-contact-copy.new-button-custom-contact-blue {
  border-color: var(--edexa-blue);
  color: var(--white);
  background-color: #005296;
}

.button-custom-contact-copy.newbutton-custom-contact-white, .button-custom-contact-copy.newbutton-custom-contact-white-copy {
  border-color: var(--light-blue);
  color: var(--edexa-blue);
  background-color: #fff;
}

.body-4 {
  overflow: auto;
}

.b-message {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-33 {
  width: 600px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.image-34 {
  width: 500px;
}

.b--message-section---2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px;
  display: flex;
}

.flex-block-4copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
}

.flex-block-copy {
  flex-flow: column;
  order: 1;
  max-width: 600px;
}

.section-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-35 {
  max-width: 900px;
}

.div-block-109 {
  filter: blur(400px);
  background-color: #3183ff80;
  border-radius: 200px;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.flex-block-4copy-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
}

.flexbox-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
}

.flex-block-copy-copy {
  flex-flow: column;
  order: -1;
  max-width: 600px;
}

.section-20-copy {
  background-color: var(--edexa-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.ophone-bloack-copy {
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.block-copy {
  z-index: 100;
  width: 40%;
  position: absolute;
  top: 200px;
  left: auto;
  right: 29px;
}

.block-copy._1 {
  width: 400px;
}

.image-36 {
  padding-top: 100px;
}

.image-bg {
  z-index: 0;
  margin-top: 2px;
  padding-top: 100px;
  position: relative;
  overflow: visible;
}

.coinmark {
  filter: brightness(200%);
  width: 28px;
  height: 28px;
  overflow: clip;
}

.image-nodejs {
  object-fit: cover;
  order: -1;
  width: 100%;
  height: 140px;
  max-height: none;
}

.flex-block-2-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 960px;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.msg-group {
  position: absolute;
  top: 230px;
  bottom: 38px;
  left: 220px;
}

.paragraph-86-copy {
  color: var(--edexa-blue);
  width: 100%;
  max-width: 960px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.b-message-why {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 100px;
  display: flex;
}

.paragraph-86-copy, .paragraph-86-copy-copy {
  color: var(--edexa-blue);
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-86-copy-copy {
  color: var(--edexa-blue);
  text-align: justify;
  width: 100%;
  max-width: 960px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.sub-text {
  color: var(--edexa-blue);
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-02 {
  object-fit: cover;
  order: -1;
  width: 100%;
  height: auto;
  max-height: none;
}

.new-txt {
  color: var(--edexa-blue);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.new-txt--24 {
  color: var(--edexa-blue);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.new-txt--22 {
  color: var(--edexa-blue);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.new-txt--20 {
  color: var(--edexa-blue);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.new-txt--18 {
  color: var(--edexa-blue);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.new-flowblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-bloack-c-2-copy {
  color: var(--edexa-blue);
  text-align: left;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.image-35-copy {
  max-width: 900px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.b--message-section---2-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 100px 60px;
  display: flex;
}

.b--message-conent {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 100px 100px;
  display: flex;
}

.byou-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin-top: -4px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.phone-block, .phone-block-copy {
  flex-flow: column;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.section-20-copy-copy {
  background-color: var(--edexa-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: static;
  overflow: clip;
}

.navbarnew {
  z-index: 1000;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
  inset: 0% 0% auto;
}

.footernew {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: middle;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 25px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.footer-container-new {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer-right-outer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: stretch;
  width: 100%;
  display: inline-flex;
}

.fro-left, .fro-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-left-outer-image {
  width: 200px;
  height: auto;
}

.fro-left-icons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

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

.image-39 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  overflow: clip;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.banner-section-left {
  width: 100%;
}

.banner-section-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.banner-inner-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-63 {
  margin-right: 60px;
  padding-right: 0;
  display: block;
}

.div-block-110 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-container {
  justify-content: center;
  align-items: center;
  width: 960px;
  max-width: 960px;
  display: block;
}

.div-block-111 {
  background-color: #005397;
  width: 98px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-112 {
  width: 50%;
  position: static;
  inset: 0% 0% 0% 0;
}

.image-40 {
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-113 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-41 {
  width: 100%;
}

.div-block-114 {
  background-color: #005397;
  width: 100%;
  height: 317.674px;
  min-height: auto;
}

.div-block-115 {
  width: 100%;
}

.image-42 {
  width: auto;
  height: auto;
}

.div-block-116 {
  justify-content: space-between;
  display: flex;
}

.heading-56 {
  color: #fcf6f6;
}

.text-block-64 {
  color: #fff;
  font-size: 53.88px;
  font-weight: 700;
}

.image-43 {
  width: 150px;
}

.text-block-65 {
  color: #005397;
}

.div-block-117 {
  position: relative;
}

.image-44 {
  width: 60%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-118 {
  width: 65%;
  height: auto;
  position: absolute;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #005397;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
}

.text-block-66 {
  font-size: 54px;
  font-weight: 700;
}

.bold-text-54 {
  font-size: 80px;
}

.div-block-119 {
  z-index: 10;
  background-color: #005397;
  width: 60%;
  height: 350px;
  position: absolute;
  inset: 47% auto 140px 0%;
}

.div-block-120 {
  background-image: url('../images/Case-Study-Pictures.png');
  background-position: 0 0;
  background-size: 721px;
  width: 50%;
  height: 350px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-121 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-122 {
  background-color: #005397;
  width: 100%;
  height: 250px;
}

.div-block-123 {
  width: 100%;
  height: 250px;
}

.div-block-124 {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.div-block-125 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 5fr;
  grid-auto-columns: 5fr;
  grid-auto-flow: column;
  place-content: stretch center;
  place-items: baseline stretch;
  display: flex;
  position: static;
}

.div-block-126 {
  color: #005397;
  background-color: #005397;
  width: 50%;
  height: 442.266px;
  position: static;
  inset: 0% auto auto 0%;
}

.image-45 {
  width: auto;
  height: 442.266px;
  min-height: auto;
}

.heading-57 {
  color: #fff;
}

.div-block-127 {
  position: absolute;
  top: 0;
}

.text-block-67 {
  color: #005397;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-58 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-128 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.div-block-128.div-block-128-cng {
  margin-bottom: 0;
}

.div-block-129 {
  z-index: -1;
  background-color: #005296;
  width: 750px;
  height: 350px;
  position: absolute;
}

.div-block-129.div-block-129-banji {
  width: 830px;
}

.div-block-129.div-block-129-cng {
  height: 385px;
}

.image-46 {
  z-index: 0;
  width: 730px;
  position: absolute;
  inset: 5rem 0% auto auto;
}

.image-46.imagebanji {
  z-index: 12;
  margin-top: 40px;
}

.image-46.image-46-banji {
  z-index: 11;
  width: 600px;
  top: 12rem;
  right: 11rem;
}

.image-46.image-46-cng {
  opacity: 1;
  width: 730px;
  height: auto;
}

.div-block-130 {
  z-index: 1;
  background-color: #005397;
  width: 750px;
  height: 230px;
  position: absolute;
}

.div-block-131 {
  z-index: 5;
  position: absolute;
}

.div-block-131.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-131.container.div-block-131-banji {
  display: block;
}

.div-block-131.container.div-block-131-cng {
  padding-top: 18px;
  padding-bottom: 0;
}

.div-block-131.container.div-block-131-bmsg {
  padding-top: 50px;
  display: block;
}

.div-block-131.container.div-block-131-bstamp {
  display: block;
}

.heading-59 {
  color: #fff;
  font-size: 80px;
  line-height: 1.4;
}

.heading-59.heading-59-cng {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 0;
}

.heading-59.heading-59-bmsg {
  line-height: 80px;
}

.image-47 {
  background-color: #005296;
  width: 830px;
  height: 205px;
  padding-top: 5px;
  padding-left: 5px;
  position: absolute;
}

.image-47.image-47-cng {
  width: 870px;
}

.image-48 {
  width: 200px;
  max-width: 100%;
  margin-left: 7px;
  padding-top: 15px;
  padding-left: 0;
}

.image-48.banji-image {
  width: 350px;
}

.image-48.image-48-banji {
  width: 320px;
}

.image-48.image-48-cng {
  width: 680px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
}

.image-48.image-48-bmsg {
  width: 480px;
  padding-top: 0;
}

.image-48.image-48-bstamp {
  width: 260px;
}

.text-block-68 {
  color: #005397;
  text-align: right;
  font-size: 18px;
}

.grid-23 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: .32fr .32fr .32fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
  inset: auto auto 0% 0%;
}

.grid-23.grid-23-cng {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
}

.div-block-132 {
  margin-top: -20px;
  padding-top: 0;
  position: static;
}

.div-block-132.div-block-132-cng {
  margin-top: 0;
}

.bold-text-55 {
  font-size: 22px;
}

.text-block-69 {
  color: #0f022966;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.div-block-133 {
  border: .5px #000;
  border-bottom: 1px solid #000;
}

.text-block-70 {
  color: #005296;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}

.grid-24 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
}

.heading-60 {
  color: #005296;
  font-size: 34px;
  line-height: 1.2em;
}

.bold-text-56 {
  color: #3e9dff;
}

.paragraph-87 {
  color: #0f022966;
  text-align: justify;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.grid-25 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 70px;
}

.heading-61 {
  color: #005397;
  font-size: 36px;
  line-height: 1.4em;
}

.list-20 {
  margin-top: 20px;
  padding-left: 22px;
}

.list-item-24 {
  color: #0f022966;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.bold-text-57 {
  color: #005296;
  text-transform: uppercase;
  font-size: 30px;
}

.grid-26 {
  grid-column-gap: 55px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  margin-top: 50px;
  position: static;
}

.div-block-134 {
  background-color: #005397;
  padding: 40px 40px 20px;
}

.heading-62 {
  color: #fff;
  font-size: 30px;
}

.heading-63 {
  color: #fff;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
}

.bold-text-58 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
}

.heading-64 {
  font-size: 50px;
}

.heading-65 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1.4;
}

.heading-65.heading-65-small {
  font-size: 22px;
}

.div-block-135 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-88 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.heading-66 {
  color: #005397;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 36px;
}

.div-block-136 {
  margin-top: 0;
}

.heading-67 {
  font-size: 26px;
  line-height: 1.2em;
}

.heading-68 {
  color: #005296;
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.2em;
}

.paragraph-89 {
  color: #0f022966;
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
}

.div-block-137 {
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-49 {
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-138 {
  position: static;
}

.div-block-139 {
  margin-top: 0;
}

.heading-69 {
  color: #005397;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.2em;
}

.bold-text-59 {
  color: #005296;
  font-size: 34px;
  line-height: 1.2em;
}

.heading-70 {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.2em;
}

.paragraph-90 {
  color: #0f022966;
  text-align: justify;
  margin-bottom: 30px;
  font-size: 18px;
}

.grid-27 {
  grid-template-rows: auto;
  grid-template-columns: 1.21fr 1fr 1fr;
  place-items: end;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-140 {
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
  position: static;
  inset: 86% auto 0% 0%;
}

.image-50 {
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-141 {
  position: absolute;
}

.grid-28 {
  grid-column-gap: 55px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  position: static;
  inset: 0%;
}

.image-51 {
  height: auto;
}

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

.div-block-142 {
  border-top: 1px solid #000;
  display: flex;
}

.div-block-143 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top-style: none;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-144 {
  border-top: 1px solid #000;
  border-radius: 0;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-right: 0;
}

.bold-text-60 {
  color: #0f022966;
  font-size: 19px;
}

.bold-text-62 {
  color: #005296;
}

.bold-text-63 {
  font-size: 80px;
  line-height: 1.4;
}

.bold-text-63.bold-text-63-cng {
  font-size: 80px;
  line-height: 80px;
}

.bold-text-63.bold-text-63-bmsg {
  line-height: 80px;
}

.bold-text-64 {
  color: #00c4cc;
}

.grid-30 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: stretch stretch;
}

.div-block-146 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.bold-text-65 {
  color: #3e9dff;
}

.div-block-147 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.div-block-148 {
  padding-top: 30px;
}

.bold-text-66 {
  color: #3e9dff;
}

.bold-text-67 {
  font-size: 34px;
}

.div-block-149 {
  z-index: 1;
  background-color: #005296;
  width: 790px;
  height: 350px;
  position: absolute;
}

.div-block-150 {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.image-53 {
  width: 150px;
  position: absolute;
  inset: 0% 0% 0% 30%;
}

.div-block-151 {
  justify-content: center;
  align-items: center;
  width: 640px;
  display: flex;
  position: relative;
}

.image-54 {
  width: 180px;
}

.bold-text-68, .bold-text-69 {
  color: #3e9dff;
}

.text-block-71 {
  color: #fff;
  font-size: 16px;
}

.icon-4 {
  color: #fff;
  font-size: 14px;
  transform: rotate(-90deg);
}

.dropdown-list-3 {
  z-index: 2;
  background-color: #005296;
  border: 1px solid #3183ff;
  border-radius: 9px;
  width: 150px;
  min-width: 150px;
  margin-top: -50px;
  margin-left: 150px;
  padding-left: 0;
  left: auto;
  box-shadow: 0 2px 7px 2px #5d65ffa3;
}

.dropdown-list-3.w--open {
  z-index: 11;
  box-sizing: border-box;
  box-shadow: none;
  opacity: 1;
  background-color: #1d7bc8cc;
  border: 1px #000;
  width: 150px;
  margin-left: 150px;
  padding-left: 0;
  display: block;
  position: fixed;
}

.dropdown-link-3 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.dropdown-link-3:hover {
  background-color: #005296;
  border-radius: 0;
}

.dropdown-link-3.top-hover:hover {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 0;
}

.dropdown-link-3.bottom-hover:hover {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.dropdown-3 {
  z-index: 1;
}

.dropdown-toggle-2 {
  padding-right: 50px;
}

.dropdown-toggle-2:hover {
  background-color: #3183ff;
}

@media screen and (min-width: 1280px) {
  .container.home-features {
    background-color: #eff7ff;
  }

  .container.careers-hero.careers-hero-custom {
    padding-top: 100px;
  }

  .container.containerposition {
    padding-left: 0;
    padding-right: 0;
  }

  .section.home-features {
    background-color: #eff7ff;
  }

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

  .title-h4 {
    font-size: 50px;
    font-weight: 700;
  }

  .home-features-grid {
    max-width: 960px;
  }

  .testimonial-card {
    background-color: #eff7ff;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .left-contact {
    height: 1040px;
  }

  .right-contact {
    grid-row-gap: 70px;
    height: 1040px;
  }

  .contact-small-title {
    margin-top: 0;
  }

  .text-block-11 {
    font-size: 32px;
    font-weight: 700;
  }

  .heading-13 {
    font-size: 3rem;
    font-weight: 700;
  }

  .privercytitle {
    font-size: 2.5rem;
  }

  .new-head {
    font-size: 75px;
  }

  .heading-16 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .div-block-98 {
    height: auto;
    min-height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-81 {
    padding: 30px;
  }

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

  .section-14.media-edexa {
    box-shadow: 0 -10px 10px -5px #0000001a;
  }

  .container-mailinfo {
    box-shadow: none;
  }

  .image-24 {
    align-self: center;
    height: 60%;
    margin-top: 140px;
    inset: 0% 0% 0% auto;
  }

  .section-copy.section-company.section-top {
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
  }

  .container-copy.home-features {
    background-color: #eff7ff;
  }

  .container-copy.careers-hero.careers-hero-custom {
    padding-top: 100px;
  }

  .container-ccopy.home-features {
    background-color: #eff7ff;
  }

  .container-ccopy.careers-hero.careers-hero-custom {
    padding-top: 100px;
  }

  .section-cfopy.home-features {
    background-color: #eff7ff;
  }

  .section-cfopy.section-top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.section-top, .section-copy.section-top-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy-copy.home-features {
    background-color: #eff7ff;
  }

  .section-copy-copy.section-top, .section-copy-copy.section-top-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .policy-section.home-features {
    background-color: #eff7ff;
  }

  .policy-section.section-top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-copy.home-features {
    background-color: #eff7ff;
  }

  .section-copy.section-top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-legeal-notioce.home-features {
    background-color: #eff7ff;
  }

  .section-legeal-notioce.section-top {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video {
    height: 40%;
  }

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

  .block {
    right: -2px;
  }

  .block._1 {
    width: 450px;
  }

  .bloack-2 {
    left: 41px;
  }

  .text-block-56-copy {
    font-size: 50px;
  }

  .flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .flex-block-3 {
    max-width: 1440px;
  }

  .b-you--section-3-copy {
    height: auto;
  }

  .b-you--section-4--benefits {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .b-you--section-4--benefits-copy {
    height: 800px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .b-you---section--5 {
    height: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-bloack-c-2 {
    text-align: left;
    font-size: 50px;
  }

  .image-33 {
    padding-bottom: 60px;
  }

  .section-21 {
    padding-top: 40px;
  }

  .flex-block-4copy-copy {
    justify-content: space-between;
    align-items: center;
  }

  .block-copy {
    right: -2px;
  }

  .block-copy._1 {
    width: 450px;
  }

  .image-nodejs {
    width: 100%;
    height: 140px;
  }

  .flex-block-2-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .msg-group {
    position: absolute;
    top: 188px;
    left: 230px;
  }

  .b-message-why {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-02 {
    width: 100%;
    height: auto;
  }

  .new-txt {
    font-size: 32px;
  }

  .new-txt--24 {
    font-size: 30px;
  }

  .new-txt--22 {
    font-size: 28px;
  }

  .new-txt--20 {
    font-size: 26px;
  }

  .new-txt--18 {
    font-size: 24px;
  }

  .text-bloack-c-2-copy {
    text-align: left;
    font-size: 50px;
  }

  .image-35-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .b--message-section---2-copy {
    padding-bottom: 60px;
  }

  .byou-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .section-20-copy-copy {
    overflow: auto;
  }

  .image-46, .image-46.image-46-cng {
    width: 800px;
  }

  .div-block-132 {
    margin-top: 0;
    padding-top: 0;
  }

  .grid-25 {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .grid-26 {
    align-items: start;
  }

  .div-block-136 {
    margin-top: 0;
  }

  .grid-30 {
    place-items: stretch stretch;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.home-features {
    grid-row-gap: 100px;
    background-color: #eff7ff;
    max-width: none;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.review {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.testimonials {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .container.pricing-detailed {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.home-news {
    grid-row-gap: 90px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.team {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.careers-hero.careers-hero-custom {
    margin-bottom: 60px;
    padding-top: 100px;
  }

  .container.career-category {
    width: 1200px;
    padding: 80px 0 120px;
  }

  .container.careers-review {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.careers-template {
    padding: 120px 80px;
  }

  .container.requirements, .container.job-details, .container.job-details.custom-job-detail {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.home-details {
    margin-bottom: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container.container-custom {
    justify-content: flex-end;
    align-items: center;
    padding: 40px 80px;
    display: none;
  }

  .container.container-home-banner {
    width: 100%;
    max-width: 1440px;
    height: auto;
    position: static;
  }

  .container.container-cm {
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .container.container-grid {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-titles {
    padding-left: 80px;
    padding-right: 80px;
    top: 24rem;
  }

  .container.container-titles.container-titles-cng {
    top: 27rem;
  }

  .section.pricing-detailed.pricing-detailed-custom {
    background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  }

  .section.pricing-detailed.pricing-detailed-custom.d-none, .section.careers-review.d-none, .section.d-none {
    display: none;
  }

  .section.section-home-banner {
    background-color: var(--edexa-blue);
    background-image: url('../images/1.png');
    background-position: 82% -55%;
    background-repeat: no-repeat;
    background-size: auto 1300px;
    background-attachment: scroll;
    height: auto;
  }

  .section.home-marquee {
    display: flex;
    overflow: hidden;
  }

  .section.section-partner-custom {
    margin-top: -200px;
  }

  .section.section-company {
    margin-top: 8vh;
  }

  .section.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-size: auto;
  }

  .section.section-top {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .section.d-none-custom {
    margin-top: 0;
    display: flex;
  }

  .section.section-identity {
    height: auto;
  }

  .title-h1 {
    font-size: 60px;
  }

  .title-h1.mobile-center {
    font-size: 50px;
  }

  .title-h2, .title-h3 {
    letter-spacing: -3px;
    font-size: 60px;
  }

  .title-h4 {
    letter-spacing: -3px;
    font-size: 70px;
    font-weight: 700;
  }

  .title-h5.title-h5-custom-partner {
    font-size: 60px;
  }

  .paragraph-16px.new-paragraph-16px-align {
    height: 246.4px;
  }

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

  .paragraph-18px.paragraph-18px-about-top {
    margin-left: 0;
    padding-left: 184px;
    padding-right: 185px;
    font-size: 20px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar.navbarblog {
    position: static;
  }

  .container-nav {
    max-width: 1440px;
    padding: 25px 80px;
  }

  .image-logo {
    width: 180px;
  }

  .nav-link {
    color: var(--white);
    text-transform: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-link:hover {
    color: #ffffffb3;
  }

  .nav-link.w--current {
    color: var(--white);
    text-transform: none;
  }

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

  .hero-title-wrapper.hero-title-wrapper-custom {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    position: static;
  }

  .paragraph-width-450px {
    width: 75%;
    font-size: 22px;
  }

  .paragraph-width-450px.paragraph-width-full-width {
    font-size: 26px;
  }

  .home-hero-clients {
    display: block;
    inset: auto 0% 0%;
  }

  .home-hero-clients.home-hero-clients-custom {
    z-index: 999;
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    inset: auto auto -40px;
  }

  .absolute-shape {
    inset: auto 0% 0%;
  }

  .marquee-single {
    font-size: 20px;
  }

  .inner-details {
    grid-row-gap: 30px;
  }

  .details-image {
    vertical-align: baseline;
  }

  .home-features-grid {
    max-width: 1440px;
  }

  .home-features-grid.custom {
    max-width: 1200px;
  }

  .feature-title-wrapper {
    align-self: flex-start;
  }

  .feature-title {
    align-items: flex-start;
    display: flex;
  }

  .feature-paragraph {
    font-size: 20px;
  }

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

  .pricing-title-wrapper {
    margin-left: 72px;
  }

  .pricing-detailed-grid {
    width: 100%;
    margin-left: 0;
  }

  .detailed-row.active {
    width: 100%;
    padding: 20px 40px;
  }

  .detailed-row.detailed-row-custom {
    background-color: var(--edexa-blue);
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 40px;
  }

  .detailed-row.detailed-row-custom.detailed-row-custom-bottom {
    border-radius: 0;
  }

  .detailed-row.detailed-row-custom-white {
    color: var(--edexa-blue);
    padding: 8px 40px;
  }

  .row-column {
    grid-column-gap: 30px;
    grid-template-columns: 5fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
    align-items: center;
  }

  .row-column.row-column-custom {
    grid-template-columns: 1fr;
  }

  .news-title-wrapper {
    width: auto;
  }

  .news-paragraph {
    width: 75%;
    font-size: 22px;
  }

  .blog-card {
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog-card-inner {
    padding: 30px;
  }

  .image {
    width: auto;
    height: auto;
    max-height: none;
  }

  .logo-link-wrapper {
    grid-row-gap: 30px;
  }

  .links-inner {
    grid-row-gap: 15px;
  }

  .footer-mail-link {
    display: none;
  }

  .graph-2.graph-2-custom {
    padding-bottom: 10px;
  }

  .graph-big.graph-big-custom, .graph-3.graph-3-custom, .graph-4.graph-4-custom {
    padding: 10px;
  }

  .team-title-wrapper {
    grid-row-gap: 20px;
    width: auto;
  }

  .team-slider.d-none {
    margin-top: 170px;
    display: block;
  }

  .team-left-arrow {
    left: 40%;
  }

  .team-right-arrow {
    right: 40%;
  }

  .team-card {
    cursor: pointer;
    width: 100%;
    transition: transform .5s;
  }

  .team-card:hover {
    transform: scale(1.1);
  }

  .team-card.d-none {
    display: none;
  }

  .team-image {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-slide-text {
    left: 45%;
    right: 45%;
  }

  .link-category.w--current {
    margin-left: 564px;
  }

  .bg-shape-blue {
    background-color: #01178e24;
  }

  .careers-category-wrapper {
    margin-left: -738px;
  }

  .careers-wrapper.d-none {
    display: none;
  }

  .careers-card {
    width: 100%;
    padding: 25px;
  }

  .location-icon {
    width: 25px;
    height: 25px;
  }

  .careers-list {
    place-items: center stretch;
    width: 100%;
    margin-left: 0;
  }

  .full-bundle {
    background-color: var(--edexa-blue);
  }

  .back-button {
    color: var(--edexa-blue);
  }

  .careers-description.careers-description-custom {
    max-width: 650px;
  }

  .description-big p {
    font-size: 28px;
  }

  .job-details-header.job-details-header-custom {
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .cta-email-field {
    align-self: auto;
    font-size: 18px;
  }

  .left-contact, .right-contact {
    height: 1040px;
  }

  .contact-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .contact-wrapper.content-rapper-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

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

  .back-wrapper.w--current {
    margin-bottom: 100px;
    padding-bottom: 40px;
  }

  .contact-title {
    font-size: 8vh;
    line-height: 8vh;
  }

  .text-link {
    justify-content: flex-start;
  }

  .footer-link-tag {
    flex: 0 auto;
    align-items: center;
  }

  .terms-body {
    display: block;
  }

  .mobile-hide {
    color: var(--edexa-blue);
    text-align: center;
  }

  .mobile-hide.mobile-hide-wrong, .mobile-hide.mobile-hide-right {
    width: 25%;
  }

  .text-block-3, .text-block-3:hover {
    color: var(--light-blue);
  }

  .dropdown-list.w--open {
    background-color: var(--edexa-blue);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-style: none;
  }

  .more-from-edexa {
    transition-duration: .5s;
  }

  .dropdown-toggle {
    transition: transform .5s;
  }

  .paragraph-width-450px-2 {
    text-align: left;
    font-size: 20px;
    position: static;
  }

  .paragraph-width-450px-2.paragraph-width-450px-home-banner-custom {
    color: var(--white);
    width: 100%;
    margin-bottom: 27px;
  }

  .client-logo-image-2.larger {
    max-width: none;
  }

  .hero-clients-grid-2 {
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .hero-home-wrapper-2 {
    grid-row-gap: 24px;
    border-radius: 0;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    height: 120%;
    margin-top: -20px;
    margin-bottom: 0;
    padding: 0 10px 60px;
  }

  .hero-title-image.hero-title-image-custom {
    width: 30%;
  }

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

  .image-6 {
    width: 70px;
    height: 71px;
  }

  .list-11 {
    margin-bottom: 0;
  }

  .innertitlenumber {
    color: #0f0229b3;
    text-align: right;
    font-size: 16px;
    line-height: 1.8;
  }

  .list-item-7 {
    font-size: 32px;
    line-height: 1.4;
  }

  .div-block-85 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .list-12 {
    margin-bottom: 0;
  }

  .div-block-35 {
    color: #0f0229b3;
  }

  .list-item-21 {
    font-size: 32px;
  }

  .list-14 {
    width: auto;
    font-size: 0;
    list-style-type: decimal;
  }

  .text-block-11 {
    font-weight: 700;
  }

  .innercontent {
    color: #0f0229b3;
    font-size: 16px;
  }

  .heading-13 {
    font-size: 3em;
    font-weight: 700;
  }

  .privercytitle {
    font-size: 2.5rem;
    line-height: .9;
  }

  .paragraph-70 {
    font-size: 20px;
  }

  .div-flags.custom-div-flags {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .points-title {
    font-size: 18px;
  }

  .team-members, .grid-team-members {
    display: none;
  }

  .text-block-17.title-h1 {
    font-size: 85px;
  }

  .text-block-19 {
    color: var(--edexa-blue);
    font-size: 16px;
  }

  .text-block-20 {
    color: var(--edexa-blue);
    width: 400px;
    display: block;
    position: static;
  }

  .contact-us {
    background-color: var(--edexa-blue);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-button.div-button-home-banner {
    margin-top: 41px;
  }

  .button-custom-contact {
    background-color: var(--edexa-blue);
    border-style: solid;
    padding: 20px 40px;
  }

  .button-custom-contact:hover {
    border-style: solid;
  }

  .button-custom-contact.newbutton-custom-contact-white {
    z-index: 99;
    position: relative;
  }

  .button-custom-url {
    background-color: var(--edexa-blue);
    border-style: solid;
    padding: 20px 40px;
  }

  .button-custom-url:hover {
    border-style: solid;
  }

  .button-custom-url.new-button-custom-url-white {
    z-index: 99;
    position: relative;
  }

  .our-vision-heading, .our-vision-heading.our-vision-heading-custom {
    font-size: 26px;
  }

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

  .title-h1.title-h1--custom {
    font-size: 5rem;
  }

  .title-h1.title-h1--custom.title-h1--custom-header {
    color: var(--white);
    margin-top: 38px;
    padding-top: 34px;
    padding-bottom: 0;
    font-size: 40px;
  }

  .partner-new-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 90px;
    padding: 16px 26px;
  }

  .image-15 {
    height: auto;
  }

  .paragraph-72 {
    font-size: 22px;
  }

  .partner-new-div-image {
    margin-top: 90px;
  }

  .paragraph-73 {
    width: 642px;
    height: auto;
    padding: 30px;
    font-size: 18px;
    top: -42.5938px;
    right: 53px;
  }

  .image-16 {
    opacity: 1;
    width: 100%;
    height: auto;
  }

  .div-ranked, .div-certificate {
    padding: 30px;
  }

  .h3-ranked {
    font-size: 22px;
  }

  .shadow-navbar {
    height: 108px;
  }

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

  .dropdown-link, .dropdown-link-2 {
    color: var(--light-blue);
  }

  .text-block-22 {
    color: var(--edexa-blue);
  }

  .text-block-23, .text-block-23.text-block-23-custom {
    color: #fff;
  }

  .bold-text-33 {
    letter-spacing: -3px;
    font-size: 60px;
  }

  .bold-text-34 {
    font-size: 6rem;
  }

  .bold-text-34.bold-text-34-custom {
    font-size: 7vh;
    font-weight: 500;
  }

  .image-17 {
    width: 26px;
    height: 26px;
  }

  .d-none {
    display: none;
  }

  .question-wrapper-f66 {
    display: flex;
  }

  .paragraph-width-450px-3.paragraph-width-450px-custom.paragraph-width-450px-custom-color {
    font-size: 22px;
  }

  .answer-text-f66 {
    font-size: 18px;
  }

  .title-h5-2.mobile-center {
    font-size: 50px;
  }

  .container-2 {
    max-width: 1440px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-2.container-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 80px;
    display: flex;
  }

  .div-faq {
    flex-direction: column;
    width: auto;
  }

  .list-item-23 {
    font-size: 20px;
  }

  .body {
    font-family: Satoshi, sans-serif;
    overflow: auto;
  }

  .text-block-34 {
    padding-bottom: 40px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-ecosystem-glance {
    max-width: 1440px;
  }

  .paragraph-75 {
    font-size: 20px;
  }

  .text-block-36 {
    font-size: 20px;
    font-weight: 400;
  }

  .div-block-88 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-play-services {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    align-items: flex-start;
  }

  .play-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-14 {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-block-37 {
    text-align: justify;
    font-size: 18px;
  }

  .bold-text-42 {
    font-size: 60px;
  }

  .heading-15 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 130px;
  }

  .new-head {
    padding-bottom: 10px;
    font-size: 80px;
  }

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

  .container-3 {
    place-items: stretch center;
    width: 960px;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-us-copy {
    background-color: var(--white);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    display: flex;
  }

  .image-15-copy {
    height: auto;
  }

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

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

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .image-21 {
    margin-top: 0;
  }

  .div-block-96 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
  }

  .heading-24-copy.heading-customn {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .div-block-97 {
    margin-top: 78px;
  }

  .container-12 {
    max-width: 1440px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .text-block-46 {
    justify-content: center;
    align-items: center;
    width: 100px;
    margin-left: 17px;
    display: flex;
  }

  .row-column-copy {
    grid-column-gap: 22px;
    grid-row-gap: 0px;
    grid-template-columns: auto 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
    grid-auto-flow: row;
    justify-content: end;
    place-items: stretch end;
    margin-left: 0;
    padding-left: 80px;
  }

  .row-column-copy {
    grid-column-gap: 30px;
    grid-template-columns: 5fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
    align-items: center;
  }

  .row-column-copy.row-column-custom {
    grid-template-columns: 1fr;
  }

  .image-23 {
    vertical-align: baseline;
    width: auto;
    height: auto;
    margin-left: 83px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .image-24 {
    vertical-align: baseline;
    flex: none;
    order: 0;
    align-self: center;
    height: 75%;
    margin-top: 120px;
    inset: 0% 0% 0% auto;
  }

  .section-copy.pricing-detailed.pricing-detailed-custom.d-none, .section-copy.careers-review.d-none, .section-copy.d-none {
    display: none;
  }

  .section-copy.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-size: auto;
    margin-top: 100px;
    margin-bottom: auto;
    padding-bottom: 60px;
  }

  .section-copy.d-none-custom {
    display: flex;
  }

  .section-copy.pricing-detailed.pricing-detailed-custom.d-none, .section-copy.careers-review.d-none, .section-copy.d-none {
    display: none;
  }

  .container-copy {
    max-width: 1440px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy.home-features {
    grid-row-gap: 100px;
    background-color: #eff7ff;
    max-width: none;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy.review {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy.testimonials {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .container-copy.pricing-detailed {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy.home-news {
    grid-row-gap: 90px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy.team {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy.careers-hero.careers-hero-custom {
    margin-bottom: 60px;
    padding-top: 100px;
  }

  .container-copy.career-category {
    width: 1200px;
    padding: 80px 0 120px;
  }

  .container-copy.careers-review {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy.careers-template {
    padding: 120px 80px;
  }

  .container-copy.requirements, .container-copy.job-details, .container-copy.job-details.custom-job-detail {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy.home-details {
    margin-bottom: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy.container-custom {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy.container-home-banner {
    width: 100%;
    max-width: 1440px;
    position: static;
  }

  .container-ccopy {
    max-width: 1440px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-ccopy.home-features {
    grid-row-gap: 100px;
    background-color: #eff7ff;
    max-width: none;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-ccopy.review {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-ccopy.testimonials {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .container-ccopy.pricing-detailed {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-ccopy.home-news {
    grid-row-gap: 90px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-ccopy.team {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-ccopy.careers-hero.careers-hero-custom {
    margin-bottom: 60px;
    padding-top: 100px;
  }

  .container-ccopy.career-category {
    width: 1200px;
    padding: 80px 0 120px;
  }

  .container-ccopy.careers-review {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-ccopy.careers-template {
    padding: 120px 80px;
  }

  .container-ccopy.requirements, .container-ccopy.job-details, .container-ccopy.job-details.custom-job-detail {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-ccopy.home-details {
    margin-bottom: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-ccopy.container-custom {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-ccopy.container-home-banner {
    width: 100%;
    max-width: 1440px;
    position: static;
  }

  .new-image {
    width: 500px;
    padding-top: 0;
    padding-left: 40px;
  }

  .section-cfopy.pricing-detailed.pricing-detailed-custom {
    background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  }

  .section-cfopy.pricing-detailed.pricing-detailed-custom.d-none, .section-cfopy.careers-review.d-none, .section-cfopy.d-none {
    display: none;
  }

  .section-cfopy.section-home-banner {
    background-color: var(--edexa-blue);
    background-image: url('../images/1.png');
    background-position: 82% -55%;
    background-repeat: no-repeat;
    background-size: auto 1300px;
    background-attachment: scroll;
  }

  .section-cfopy.home-marquee {
    display: flex;
    overflow: hidden;
  }

  .section-cfopy.section-partner-custom {
    margin-top: -200px;
  }

  .section-cfopy.section-company {
    margin-top: 8vh;
  }

  .section-cfopy.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-size: auto;
  }

  .section-cfopy.section-top {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .section-cfopy.d-none-custom {
    margin-top: 0;
    display: flex;
  }

  .cookie-pop {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    background-color: #005296;
    border-color: #3183ff;
    max-width: 450px;
    padding: 20px;
    bottom: 1%;
    right: 1%;
  }

  .cookie-detail-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-44 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .heading-55 {
    color: #fff;
    font-size: 30px;
  }

  .text-block-47 {
    color: #fff;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
  }

  .div-block-48 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .cookie-button {
    color: #fff;
    background-color: #fff;
    border-color: #3183ff;
    width: 150px;
    margin-left: 0;
  }

  .cookie-button:hover {
    background-color: var(--light-blue);
    color: #fff;
    border-color: #3183ff;
  }

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

  .text-block-48:hover {
    color: #3183ff;
  }

  .section-copy.pricing-detailed.pricing-detailed-custom.d-none, .section-copy.careers-review.d-none, .section-copy.d-none {
    display: none;
  }

  .section-copy.section-top-copy {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .section-copy-copy.pricing-detailed.pricing-detailed-custom {
    background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  }

  .section-copy-copy.pricing-detailed.pricing-detailed-custom.d-none, .section-copy-copy.careers-review.d-none, .section-copy-copy.d-none {
    display: none;
  }

  .section-copy-copy.section-home-banner {
    background-color: var(--edexa-blue);
    background-image: url('../images/1.png');
    background-position: 82% -55%;
    background-repeat: no-repeat;
    background-size: auto 1300px;
    background-attachment: scroll;
  }

  .section-copy-copy.home-marquee {
    display: flex;
    overflow: hidden;
  }

  .section-copy-copy.section-partner-custom {
    margin-top: -200px;
  }

  .section-copy-copy.section-company {
    margin-top: 8vh;
  }

  .section-copy-copy.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-size: auto;
  }

  .section-copy-copy.section-top {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .section-copy-copy.d-none-custom {
    margin-top: 0;
    display: flex;
  }

  .section-copy-copy.section-top-copy {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .section-copy.pricing-detailed.pricing-detailed-custom.d-none, .section-copy.careers-review.d-none, .section-copy.d-none {
    display: none;
  }

  .policy-section.pricing-detailed.pricing-detailed-custom {
    background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  }

  .policy-section.pricing-detailed.pricing-detailed-custom.d-none, .policy-section.careers-review.d-none, .policy-section.d-none {
    display: none;
  }

  .policy-section.section-home-banner {
    background-color: var(--edexa-blue);
    background-image: url('../images/1.png');
    background-position: 82% -55%;
    background-repeat: no-repeat;
    background-size: auto 1300px;
    background-attachment: scroll;
  }

  .policy-section.home-marquee {
    display: flex;
    overflow: hidden;
  }

  .policy-section.section-partner-custom {
    margin-top: -200px;
  }

  .policy-section.section-company {
    margin-top: 8vh;
  }

  .policy-section.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-size: auto;
  }

  .policy-section.section-top {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .policy-section.d-none-custom {
    margin-top: 0;
    display: flex;
  }

  .section-copy.pricing-detailed.pricing-detailed-custom {
    background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  }

  .section-copy.pricing-detailed.pricing-detailed-custom.d-none, .section-copy.careers-review.d-none, .section-copy.d-none {
    display: none;
  }

  .section-copy.section-home-banner {
    background-color: var(--edexa-blue);
    background-image: url('../images/1.png');
    background-position: 82% -55%;
    background-repeat: no-repeat;
    background-size: auto 1300px;
    background-attachment: scroll;
  }

  .section-copy.home-marquee {
    display: flex;
    overflow: hidden;
  }

  .section-copy.section-partner-custom {
    margin-top: -200px;
  }

  .section-copy.section-company {
    margin-top: 8vh;
  }

  .section-copy.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-size: auto;
  }

  .section-copy.section-top {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .section-copy.d-none-custom {
    margin-top: 0;
    display: flex;
  }

  .section-legeal-notioce.pricing-detailed.pricing-detailed-custom {
    background-image: linear-gradient(233deg, #fff9fa, #eff7ff 23%, #fff9fa 59% 83%, #eff7ff);
  }

  .section-legeal-notioce.pricing-detailed.pricing-detailed-custom.d-none, .section-legeal-notioce.careers-review.d-none, .section-legeal-notioce.d-none {
    display: none;
  }

  .section-legeal-notioce.section-home-banner {
    background-color: var(--edexa-blue);
    background-image: url('../images/1.png');
    background-position: 82% -55%;
    background-repeat: no-repeat;
    background-size: auto 1300px;
    background-attachment: scroll;
  }

  .section-legeal-notioce.home-marquee {
    display: flex;
    overflow: hidden;
  }

  .section-legeal-notioce.section-partner-custom {
    margin-top: -200px;
  }

  .section-legeal-notioce.section-company {
    margin-top: 8vh;
  }

  .section-legeal-notioce.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-size: auto;
  }

  .section-legeal-notioce.section-top {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .section-legeal-notioce.d-none-custom {
    margin-top: 0;
    display: flex;
  }

  .innercontent-copy {
    color: #0f0229b3;
    text-transform: none;
    font-size: 16px;
  }

  .pricing-title-wrapper-copy {
    margin-left: 0;
  }

  .section-15 {
    height: auto;
  }

  .background-video {
    height: 37%;
  }

  .image-25 {
    width: 450px;
    margin-top: 72px;
    margin-left: -5px;
  }

  .container-14 {
    max-width: 1440px;
    height: auto;
  }

  .text-block-52 {
    text-align: left;
    width: auto;
    margin-left: 0;
  }

  .section-16 {
    justify-content: center;
    align-items: center;
    height: 800px;
    display: flex;
  }

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

  .container-15 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1440px;
  }

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

  .container-16 {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    display: flex;
  }

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

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

  .div-block-107 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-27-copy {
    margin-left: 0;
  }

  .section-20 {
    background-color: var(--edexa-blue);
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
  }

  .image-29 {
    width: 500px;
  }

  .ophone-bloack {
    width: 50%;
  }

  .block {
    outline-offset: 0px;
    color: var(--edexa-text);
    border-radius: 17px;
    outline: 0 solid #fff;
    top: 11px;
    right: -8px;
  }

  .block._1 {
    width: 500px;
    right: 77px;
  }

  .bloack-2 {
    left: 38px;
  }

  .phone {
    width: 60%;
  }

  .b-you--section-2 {
    background-color: var(--white);
    height: 100vh;
  }

  .paragraph-86 {
    text-align: justify;
  }

  .text-block-56-copy {
    padding-bottom: 40px;
  }

  .flex-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin-top: 200px;
    padding-top: 20px;
    overflow: hidden;
  }

  .b-you--section-2-copy, .b-you--section-3 {
    background-color: var(--white);
    height: 100vh;
  }

  .b-you--section-3-copy {
    background-color: var(--white);
    height: auto;
  }

  .b-you--section-4--benefits {
    background-color: var(--white);
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .benfits-grid {
    max-width: 1440px;
  }

  .benefit-card {
    background-color: var(--white);
    border-radius: 5px;
  }

  .b-you--section-4--benefits-copy {
    background-color: var(--white);
    height: 800px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .b-you---section--5 {
    background-color: var(--edexa-blue);
    height: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-32 {
    overflow: hidden;
  }

  .text-bloack-c-2 {
    text-align: left;
    font-size: 60px;
  }

  .image-32-copy {
    overflow: hidden;
  }

  .use---grid {
    max-width: 1440px;
  }

  .use--card {
    box-shadow: 1px 3px 11px -3px var(--1-sahdow);
    border-radius: 5px;
  }

  .use--card:hover {
    background-color: var(--white);
    box-shadow: 0 2px 17px 4px var(--card-hover);
  }

  .benefit-card-back {
    border-radius: 5px;
  }

  .button-custom-contact-copy {
    background-color: var(--edexa-blue);
    border-style: solid;
    padding: 20px 40px;
  }

  .button-custom-contact-copy:hover {
    border-style: solid;
  }

  .button-custom-contact-copy.newbutton-custom-contact-white, .button-custom-contact-copy.newbutton-custom-contact-white-copy {
    z-index: 99;
    position: relative;
  }

  .b-message {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    height: 800px;
    overflow: hidden;
  }

  .image-33 {
    width: 800px;
    padding-top: 40px;
  }

  .b--message-section---2 {
    background-color: var(--white);
    height: auto;
  }

  .section-21 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .flex-block-4copy-copy {
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
  }

  .flexbox-2 {
    max-width: 1440px;
  }

  .section-20-copy {
    background-color: var(--edexa-blue);
    justify-content: center;
    align-items: center;
    height: 900px;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .ophone-bloack-copy {
    order: -1;
    width: 50%;
  }

  .block-copy {
    outline-offset: 0px;
    color: var(--edexa-text);
    border-radius: 17px;
    outline: 0 solid #fff;
    right: 41px;
  }

  .block-copy._1 {
    width: 500px;
    right: 77px;
  }

  .image-nodejs {
    width: auto;
    height: 229px;
    max-height: none;
  }

  .flex-block-2-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1440px;
    margin-top: 200px;
    padding-top: 20px;
    overflow: hidden;
  }

  .message {
    width: 500px;
  }

  .msg-group {
    width: 500px;
    position: absolute;
    inset: 280px auto auto 200px;
  }

  .paragraph-86-copy {
    max-width: 1440px;
  }

  .b-message-why {
    background-color: var(--white);
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-86-copy-copy {
    text-align: justify;
    max-width: 1440px;
    padding-top: 0;
  }

  .image-02 {
    width: 500px;
    height: auto;
    max-height: none;
  }

  .bold-text-50-copy {
    font-size: 60px;
  }

  .text-bloack-c-2-copy {
    text-align: left;
    font-size: 60px;
  }

  .image-35-copy {
    padding-top: 20px;
  }

  .b--message-section---2-copy, .b--message-conent {
    background-color: var(--white);
    height: auto;
  }

  .byou-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin-top: 100px;
    padding-top: 20px;
    overflow: hidden;
  }

  .phone-block, .phone-block-copy {
    width: 50%;
  }

  .section-20-copy-copy {
    background-color: var(--edexa-blue);
    justify-content: center;
    align-items: center;
    height: 900px;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: clip;
  }

  .footer-container-new {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .image-45 {
    width: auto;
  }

  .div-block-129 {
    height: 410px;
  }

  .div-block-129.div-block-129-banji {
    width: 930px;
  }

  .div-block-129.div-block-129-cng {
    height: 460px;
  }

  .image-46 {
    width: 900px;
  }

  .image-46.image-46-banji {
    width: 800px;
    top: 14rem;
    right: 7rem;
  }

  .image-46.image-46-cng {
    width: 900px;
  }

  .div-block-131.container {
    padding: 0 80px;
  }

  .div-block-131.container.div-block-131-cng {
    padding-top: 20px;
    display: block;
  }

  .div-block-131.container.div-block-131-bmsg {
    padding-top: 25px;
  }

  .div-block-131.container.div-block-131-bstamp {
    padding-top: 10px;
  }

  .heading-59 {
    font-size: 130px;
  }

  .heading-59.heading-59-banji, .heading-59.heading-59-cng {
    font-size: 120px;
  }

  .heading-59.heading-59-bmsg {
    font-size: 120px;
    line-height: 120px;
  }

  .heading-59.heading-59-bstamp {
    font-size: 120px;
  }

  .image-47 {
    width: 930px;
  }

  .image-48 {
    width: 360px;
  }

  .image-48.image-48-banji {
    width: 500px;
  }

  .image-48.image-48-cng {
    width: 640px;
  }

  .image-48.image-48-bmsg {
    width: 650px;
  }

  .image-48.image-48-bstamp {
    width: 360px;
  }

  .div-block-132 {
    padding-top: 0;
  }

  .div-block-132.div-block-132-cng {
    padding-top: 40px;
  }

  .bold-text-55 {
    font-size: 24px;
  }

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

  .text-block-70 {
    font-size: 24px;
  }

  .heading-60 {
    font-size: 44px;
  }

  .paragraph-87 {
    font-size: 20px;
  }

  .heading-61 {
    font-size: 32px;
  }

  .list-item-24 {
    font-size: 20px;
  }

  .bold-text-57 {
    font-size: 32px;
  }

  .bold-text-58, .heading-65 {
    font-size: 44px;
  }

  .heading-65.heading-65-small {
    font-size: 30px;
  }

  .paragraph-88, .paragraph-89 {
    font-size: 20px;
  }

  .bold-text-59 {
    font-size: 44px;
  }

  .paragraph-90 {
    font-size: 20px;
  }

  .bold-text-60, .bold-text-61 {
    font-size: 24px;
  }

  .bold-text-62 {
    font-size: 44px;
  }

  .bold-text-63 {
    font-size: 120px;
  }

  .bold-text-63.bold-text-63-cng {
    font-size: 120px;
    line-height: 120px;
  }

  .bold-text-63.bold-text-63-bmsg {
    line-height: 120px;
  }

  .dropdown-list-3 {
    box-shadow: 0 2px 7px 2px #5d65ffa3;
  }
}

@media screen and (min-width: 1920px) {
  .container.home-features {
    background-color: #eff7ff;
  }

  .container.pricing-detailed {
    margin-top: 66px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.team {
    margin-top: -69px;
    padding-top: 54px;
  }

  .container.careers-hero.careers-hero-custom {
    margin-bottom: 35px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.career-category {
    width: 100%;
    margin-top: -25px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.careers-review {
    padding-top: 61px;
    padding-bottom: 52px;
    bottom: 84px;
  }

  .container.careers-template {
    padding-top: 106px;
    padding-bottom: 33px;
  }

  .container.requirements, .container.job-details, .container.job-details.custom-job-detail {
    padding-top: 0;
  }

  .container.home-details {
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.container-custom {
    padding: 40px 0;
    display: none;
  }

  .container.container-home-banner {
    flex: 0 auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 180px;
    padding-top: 194px;
    padding-bottom: 59px;
  }

  .container.container-titles {
    top: 27.5rem;
  }

  .container.container-titles.container-titles-cng {
    top: 35rem;
  }

  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .section.home-features {
    background-color: #eff7ff;
  }

  .section.pricing-detailed {
    padding-top: 40px;
  }

  .section.pricing-detailed.pricing-detailed-custom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 3%;
    background-size: auto 1550px;
    height: 1000px;
  }

  .section.section-partner-custom {
    margin-top: -200px;
  }

  .section.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 100px;
    margin-bottom: auto;
    padding-bottom: 60px;
  }

  .section.section-top {
    height: 100svh;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section.d-none-custom {
    margin-top: -7px;
  }

  .section.terns-and-conditions {
    margin-top: 100px;
  }

  .section.pricing-container {
    padding-bottom: 0;
  }

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

  .section.contact-section-first {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.author-profile-banner, .section.blog-post-template-section, .section.product-template-first-section, .section.category-template-first-section, .section.checkout-hero-first-section, .section.order-confirm-first-section {
    margin-top: 100px;
  }

  .section.section-re {
    flex-flow: row;
  }

  .section.section-rt {
    position: static;
  }

  .page-wrapper {
    height: auto;
    padding-bottom: 20px;
  }

  .title-h1 {
    padding-bottom: 20px;
  }

  .title-h1.mobile-center {
    font-size: 60px;
  }

  .title-h2 {
    text-align: center;
    display: block;
  }

  .title-h4 {
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
  }

  .paragraph-16px {
    text-align: left;
    margin-top: -5px;
    font-size: 20px;
  }

  .paragraph-16px.new-paragraph-16px-align {
    font-size: 19px;
  }

  .paragraph-18px.paragraph-18px-about-top {
    margin-top: 48px;
    padding-bottom: 0;
    padding-left: 164px;
    padding-right: 164px;
    font-size: 22px;
  }

  .navbar {
    border-bottom: 1px solid #2d7eff99;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .paragraph-width-450px {
    width: 75%;
  }

  .home-hero-clients.home-hero-clients-custom {
    width: 100%;
    max-width: none;
    padding-left: 120px;
    padding-right: 120px;
  }

  .marquee-wrapper {
    margin-top: -68px;
    padding-top: 70px;
  }

  .details-image {
    margin-left: -43px;
    margin-right: -109px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
  }

  .home-features-grid, .home-features-grid.custom {
    max-width: 1440px;
  }

  .pricing-title-wrapper {
    margin-left: 132px;
  }

  .pricing-detailed-grid {
    padding-left: 75px;
    padding-right: 75px;
  }

  .row-column {
    grid-template-columns: 5fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
  }

  .news-paragraph {
    width: 75%;
  }

  .card-caption {
    padding-bottom: 20px;
  }

  .blog-collection {
    grid-template-areas: ". Area Area-2";
  }

  .image {
    order: 0;
    width: 100%;
    max-width: 550px;
    height: auto;
    max-height: 700px;
  }

  .footer-link-title {
    color: #a5d7ff;
    font-weight: 700;
  }

  .team-card {
    width: 100%;
  }

  .category-list {
    place-items: center stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 145px;
  }

  .category-item {
    width: 109%;
    margin-right: 0;
  }

  .link-category {
    width: 90%;
    box-shadow: 0 2px 5px #0003;
  }

  .link-category.w--current {
    width: 7%;
    margin-left: 0;
    padding-right: 0;
  }

  .bg-shape-blue {
    background-color: #01178e1a;
  }

  .bg-shape-yellow {
    background-color: #5c47d71a;
  }

  .careers-category-wrapper {
    width: 108%;
    margin-left: 176px;
  }

  .careers-wrapper {
    margin-top: 47px;
  }

  .careers-card {
    mix-blend-mode: normal;
    width: 100%;
    height: 500px;
    box-shadow: 0 2px 2px #0003;
  }

  .careers-card-title {
    font-size: 18px;
  }

  .careers-card-company {
    font-size: 16px;
  }

  .new-careers-card-body {
    width: 99.4392%;
    height: 62.5333%;
  }

  .careers-card-details {
    margin-top: 1px;
  }

  .careers-list {
    width: auto;
    margin-left: 23px;
  }

  .left-contact {
    align-items: stretch;
    width: 100%;
    height: 1060px;
    position: relative;
  }

  .right-contact {
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: stretch;
    height: 1060px;
  }

  .contact-form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form-block {
    padding-bottom: 0;
  }

  .contact-wrapper.content-rapper-contact {
    width: 100%;
    height: 100%;
    margin-bottom: -52px;
    padding-bottom: 0;
  }

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

  .back-wrapper.w--current {
    margin-bottom: 100px;
  }

  .contact-title {
    white-space: normal;
    word-break: normal;
    width: 500px;
    font-weight: 500;
  }

  .contact-button {
    background-image: none;
  }

  .mobile-hide.mobile-hide-wrong {
    width: 25%;
  }

  .mobile-hide.mobile-hide-right {
    width: 25%;
    font-size: 19px;
  }

  .paragraph-width-450px-2.paragraph-width-450px-home-banner-custom {
    margin-bottom: 39px;
    padding-bottom: 0;
  }

  .hero-home-wrapper-2 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 60px;
    overflow: visible;
  }

  .bold-text-6 {
    font-size: 30px;
  }

  .heading {
    font-size: 20px;
  }

  .text-block-11 {
    font-weight: 700;
  }

  .heading-13 {
    font-size: 2.5rem;
    font-weight: 700;
  }

  .privercytitle {
    font-size: 2.5rem;
  }

  .text-block-17.title-h1 {
    font-size: 95px;
  }

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

  .text-block-20 {
    width: auto;
  }

  .contact-us {
    display: block;
  }

  .div-button.div-button-home-banner {
    margin-top: 6px;
  }

  .button-custom-contact {
    border-color: var(--white);
    background-color: var(--edexa-blue);
    color: var(--white);
    width: 167.98px;
    height: 64.39px;
    font-weight: 400;
  }

  .button-custom-contact.new-button-custom-contact-blue {
    width: 167.98px;
    height: 64.39px;
    font-weight: 400;
  }

  .button-custom-contact.newbutton-custom-contact-white {
    text-align: center;
    width: 167.984px;
    height: 64.3906px;
    padding-bottom: 20px;
  }

  .button-custom-url {
    background-color: var(--edexa-blue);
    color: var(--white);
    white-space: nowrap;
    word-break: break-all;
    width: 167.98px;
    height: 64.39px;
    font-weight: 400;
  }

  .button-custom-url.new-button-custom-url-blue {
    white-space: pre;
    word-break: break-all;
    width: 167.98px;
    height: 64.39px;
    font-weight: 400;
  }

  .button-custom-url.new-button-custom-url-white {
    text-align: center;
    white-space: nowrap;
    word-break: break-all;
    width: 167.98px;
    height: 64.39px;
  }

  .title-h1.title-h1--custom.title-h1--custom-header {
    margin-top: -4px;
    font-size: 45px;
    font-weight: 700;
  }

  .partner-new-div {
    margin-top: -61px;
  }

  .partner-new-grid {
    margin-top: -121px;
  }

  .image-15 {
    margin-right: -42px;
    padding-right: 0;
  }

  .bold-text-34 {
    font-size: 6rem;
  }

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

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

  .title-h5-2.mobile-center {
    font-size: 90px;
  }

  .container-2.container-top {
    padding-top: 69px;
  }

  .body {
    box-sizing: border-box;
    object-fit: fill;
    overflow: visible;
  }

  .text-block-34 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-ecosystem-glance {
    padding-bottom: 45px;
  }

  .div-block-89 {
    margin-top: 0;
    padding-top: 0;
  }

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

  .heading-15 {
    margin-top: 76px;
    margin-bottom: -3px;
    padding-bottom: 47px;
    padding-left: 0;
    font-size: 127px;
  }

  .new-head {
    margin-top: 0;
    font-size: 90px;
  }

  .heading-16 {
    margin-top: 0;
    padding-top: 25px;
    font-size: 50px;
  }

  .container-3 {
    justify-items: stretch;
    width: 1000px;
    max-width: 1440px;
  }

  .button {
    text-align: center;
    width: 120px;
    height: 50px;
    font-size: 17px;
    font-weight: 500;
  }

  .contact-us-copy {
    background-color: var(--white);
    border-radius: 5px;
    display: flex;
  }

  .details-image-copy {
    margin-left: -165px;
    margin-right: -109px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .inner-details-copy {
    margin-right: -74px;
  }

  .image-15-copy {
    width: 100%;
    margin-left: -24px;
    padding: 17px 30px;
  }

  .image-3-copy {
    width: 24px;
    height: 24px;
  }

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

  .code, .code-2, .text-span-3 {
    color: #a5d7ff;
  }

  .section-2 {
    background-color: var(--edexa-blue);
    background-position: 98% 4%;
    background-size: 400px;
    height: 400px;
    margin-top: 102px;
    margin-bottom: 478px;
    padding-bottom: 619px;
    box-shadow: inset 0 2px 5px #0003;
  }

  .container-4 {
    width: 1300px;
    max-width: 1300px;
    margin-top: -31px;
    padding-top: 0;
    padding-bottom: 468px;
  }

  .heading-17 {
    color: var(--white);
    justify-content: center;
    align-items: center;
    margin-top: 122px;
    font-size: 90px;
    display: flex;
  }

  .heading-18 {
    color: var(--white);
    justify-content: center;
    align-items: center;
    padding-top: 44px;
    font-size: 50px;
    display: flex;
  }

  .section-3 {
    height: 600px;
    margin-top: -719px;
    display: block;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1200px;
    max-width: 1300px;
    height: 600px;
    display: block;
  }

  .div-block-90 {
    background-color: var(--white);
    width: 800px;
    margin-top: -74px;
  }

  .div-block-91 {
    background-color: var(--light-blue);
    justify-content: flex-end;
    align-items: stretch;
    width: 400px;
    margin-left: 798px;
    margin-right: 20px;
    padding-left: 0;
    display: flex;
  }

  .column {
    border-bottom: 1px solid var(--edexa-text);
    background-color: var(--white);
    outline-offset: 0px;
    outline: 1px #333;
    height: 400px;
  }

  .column-2 {
    border-bottom: 1px solid var(--edexa-text);
    background-color: var(--light-blue);
    height: 400px;
    padding-left: 0;
  }

  .heading-19 {
    aspect-ratio: auto;
    color: var(--edexa-blue);
    text-align: left;
    object-fit: fill;
    justify-content: flex-start;
    width: 350px;
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    display: flex;
  }

  .columns {
    border-style: solid;
    border-color: var(--edexa-text);
    outline-offset: 0px;
    outline: 3px #333;
    height: 400px;
    box-shadow: 14px 15px 18px 4px #00000012;
  }

  .heading-19-copy {
    aspect-ratio: auto;
    color: var(--edexa-blue);
    object-fit: fill;
    justify-content: flex-start;
    width: 350px;
    margin-top: 28px;
    margin-left: 39px;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    display: flex;
  }

  .section-4 {
    height: 650px;
  }

  .container-6 {
    width: 1450px;
    max-width: 1500px;
    height: 600px;
    padding-top: 60px;
  }

  .heading-20 {
    color: var(--edexa-blue);
    justify-content: center;
    font-size: 50px;
    display: flex;
  }

  .paragraph-76 {
    font-size: 20px;
  }

  .paragraph-77 {
    font-size: 25px;
  }

  .paragraph-78 {
    font-size: 22px;
  }

  .paragraph-79 {
    color: #0f022966;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 59px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    display: block;
    position: static;
    left: 176px;
    right: -18px;
  }

  .section-5 {
    height: 700px;
  }

  .section-6 {
    height: 800px;
    margin-bottom: -58px;
    padding-bottom: 0;
  }

  .container-7 {
    width: 1450px;
    min-width: 0;
    max-width: 1500px;
    height: 650px;
  }

  .heading-21 {
    color: var(--edexa-blue);
  }

  .heading-22 {
    color: var(--edexa-blue);
    justify-content: center;
    font-size: 50px;
    display: flex;
  }

  .heading-23 {
    color: var(--edexa-blue);
    justify-content: flex-end;
    margin-top: 18px;
    padding-left: 0;
    padding-right: 146px;
    display: flex;
  }

  .paragraph-80 {
    color: #0f022966;
    width: 725px;
    margin-top: 101px;
    font-size: 22px;
  }

  .label-1 {
    font-size: 16px;
  }

  .text-field-1 {
    margin-top: -22px;
  }

  .label-1-copy {
    font-size: 16px;
  }

  .text-field-1-copy {
    width: 96%;
  }

  .form-2 {
    display: block;
  }

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

  .div-block-94 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 41px;
    display: grid;
  }

  .label-2, .text-field-2 {
    font-size: 16px;
  }

  .image-20 {
    padding-top: 115px;
  }

  .section-7 {
    margin-top: 109px;
  }

  .section-8 {
    margin-top: 108px;
  }

  .section-9 {
    margin-top: 107px;
  }

  .body-2 {
    height: 2500px;
  }

  .section-10 {
    height: 825px;
    margin-top: 108px;
    overflow: scroll;
  }

  .section-11 {
    background-color: var(--edexa-blue);
    background-image: url('../images/Contact-Page-of-edexa.com-2.png');
    background-position: 50% -20%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 810px;
    margin-top: 108px;
  }

  .text-block-42 {
    width: 1000px;
    margin-top: 30px;
    font-size: 20px;
  }

  .section-12 {
    width: auto;
    margin-top: -58px;
  }

  .container-9 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-24 {
    width: 1000px;
  }

  .list-edexa {
    margin-top: 0;
    font-size: 22px;
  }

  .list-19 {
    width: 1000px;
    margin-top: 100px;
    padding-top: 0;
  }

  .image-21 {
    width: 5%;
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-96 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: 74px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 1500px;
    height: 100px;
    margin-top: 85px;
    display: flex;
  }

  .heading-24-copy {
    margin-left: 0;
    padding-left: 0;
    font-size: 50px;
  }

  .heading-24-copy.heading-customn {
    align-self: auto;
    width: auto;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-97 {
    width: 1000px;
    height: 500px;
    margin-top: 127px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-9-copy {
    width: 1500px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-24-copy {
    width: 1000px;
  }

  .heading-25 {
    color: var(--edexa-blue);
    text-align: center;
    margin-top: 20px;
    padding-top: 0;
    font-size: 50px;
  }

  .section-13.keyfacts {
    margin-bottom: 67px;
  }

  .button-4 {
    padding-top: 10px;
  }

  .section-14.pressandmedia {
    margin-bottom: 102px;
  }

  .section-14.copyright {
    margin-bottom: -1px;
  }

  .text-block-43, .text-block-44 {
    font-size: 20px;
  }

  .link-category-copy {
    box-shadow: 0 2px 5px #0003;
  }

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

  .category-list-copy {
    place-items: center stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 275px;
  }

  .body-3 {
    height: 120%;
  }

  .text-block-46 {
    margin-left: 0;
    font-size: 14px;
  }

  .row-column-copy {
    grid-template-columns: 5fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
  }

  .image-23 {
    vertical-align: baseline;
  }

  .image-24 {
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    padding-top: 0;
    position: absolute;
    inset: 0% 0% 0% 100px;
  }

  .section-copy {
    margin-top: -5px;
    padding-bottom: 114px;
  }

  .section-copy.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: auto;
    padding-bottom: 60px;
    position: relative;
  }

  .section-copy.author-profile-banner, .section-copy.blog-post-template-section, .section-copy.product-template-first-section, .section-copy.category-template-first-section, .section-copy.checkout-hero-first-section, .section-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .section-copy.author-profile-banner, .section-copy.blog-post-template-section, .section-copy.product-template-first-section, .section-copy.category-template-first-section, .section-copy.checkout-hero-first-section, .section-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .container-copy.home-features {
    background-color: #eff7ff;
  }

  .container-copy.pricing-detailed {
    margin-top: 66px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-copy.team {
    margin-top: -69px;
    padding-top: 54px;
  }

  .container-copy.careers-hero.careers-hero-custom {
    margin-bottom: 35px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-copy.career-category {
    width: 100%;
    margin-top: -25px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-copy.careers-review {
    padding-top: 61px;
    padding-bottom: 52px;
    bottom: 84px;
  }

  .container-copy.careers-template {
    padding-top: 106px;
    padding-bottom: 33px;
  }

  .container-copy.requirements, .container-copy.job-details, .container-copy.job-details.custom-job-detail {
    padding-top: 0;
  }

  .container-copy.home-details {
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-copy.container-custom {
    padding-top: 120px;
  }

  .container-copy.container-home-banner {
    flex: 0 auto;
    margin-top: -10vh;
    margin-bottom: 180px;
    padding-top: 194px;
    padding-bottom: 59px;
  }

  .container-ccopy.home-features {
    background-color: #eff7ff;
  }

  .container-ccopy.pricing-detailed {
    margin-top: 66px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-ccopy.team {
    margin-top: -69px;
    padding-top: 54px;
  }

  .container-ccopy.careers-hero.careers-hero-custom {
    margin-bottom: 35px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-ccopy.career-category {
    width: 100%;
    margin-top: -25px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-ccopy.careers-review {
    padding-top: 61px;
    padding-bottom: 52px;
    bottom: 84px;
  }

  .container-ccopy.careers-template {
    padding-top: 106px;
    padding-bottom: 33px;
  }

  .container-ccopy.requirements, .container-ccopy.job-details, .container-ccopy.job-details.custom-job-detail {
    padding-top: 0;
  }

  .container-ccopy.home-details {
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.container-custom {
    padding-top: 120px;
  }

  .container-ccopy.container-home-banner {
    flex: 0 auto;
    margin-top: -10vh;
    margin-bottom: 180px;
    padding-top: 194px;
    padding-bottom: 59px;
  }

  .new-image {
    width: 500px;
  }

  .section-cfopy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .section-cfopy.home-features {
    background-color: #eff7ff;
  }

  .section-cfopy.pricing-detailed {
    padding-top: 40px;
  }

  .section-cfopy.pricing-detailed.pricing-detailed-custom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-cfopy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 3%;
    background-size: auto 1550px;
  }

  .section-cfopy.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 100px;
    margin-bottom: auto;
    padding-bottom: 60px;
  }

  .section-cfopy.section-top {
    height: 100svh;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-cfopy.d-none-custom {
    margin-top: -7px;
  }

  .section-cfopy.terns-and-conditions {
    margin-top: 100px;
  }

  .section-cfopy.pricing-container {
    padding-bottom: 0;
  }

  .section-cfopy.pricing-section {
    margin-top: 100px;
  }

  .section-cfopy.contact-section-first {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-cfopy.author-profile-banner, .section-cfopy.blog-post-template-section, .section-cfopy.product-template-first-section, .section-cfopy.category-template-first-section, .section-cfopy.checkout-hero-first-section, .section-cfopy.order-confirm-first-section {
    margin-top: 100px;
  }

  .cookie-pop, .cookie-button {
    display: flex;
  }

  .section-copy.author-profile-banner, .section-copy.blog-post-template-section, .section-copy.product-template-first-section, .section-copy.category-template-first-section, .section-copy.checkout-hero-first-section, .section-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .section-copy.section-top-copy {
    height: 100svh;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .section-copy-copy.home-features {
    background-color: #eff7ff;
  }

  .section-copy-copy.pricing-detailed {
    padding-top: 40px;
  }

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

  .section-copy-copy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 3%;
    background-size: auto 1550px;
  }

  .section-copy-copy.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 100px;
    margin-bottom: auto;
    padding-bottom: 60px;
  }

  .section-copy-copy.section-top {
    height: 100svh;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-copy-copy.d-none-custom {
    margin-top: -7px;
  }

  .section-copy-copy.terns-and-conditions {
    margin-top: 100px;
  }

  .section-copy-copy.pricing-container {
    padding-bottom: 0;
  }

  .section-copy-copy.pricing-section {
    margin-top: 100px;
  }

  .section-copy-copy.contact-section-first {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy-copy.author-profile-banner, .section-copy-copy.blog-post-template-section, .section-copy-copy.product-template-first-section, .section-copy-copy.category-template-first-section, .section-copy-copy.checkout-hero-first-section, .section-copy-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .section-copy-copy.section-top-copy {
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-copy.author-profile-banner, .section-copy.blog-post-template-section, .section-copy.product-template-first-section, .section-copy.category-template-first-section, .section-copy.checkout-hero-first-section, .section-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .policy-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .policy-section.home-features {
    background-color: #eff7ff;
  }

  .policy-section.pricing-detailed {
    padding-top: 40px;
  }

  .policy-section.pricing-detailed.pricing-detailed-custom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .policy-section.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 3%;
    background-size: auto 1550px;
  }

  .policy-section.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 100px;
    margin-bottom: auto;
    padding-bottom: 60px;
  }

  .policy-section.section-top {
    height: 100svh;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .policy-section.d-none-custom {
    margin-top: -7px;
  }

  .policy-section.terns-and-conditions {
    margin-top: 100px;
  }

  .policy-section.pricing-container {
    padding-bottom: 0;
  }

  .policy-section.pricing-section {
    margin-top: 100px;
  }

  .policy-section.contact-section-first {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .policy-section.author-profile-banner, .policy-section.blog-post-template-section, .policy-section.product-template-first-section, .policy-section.category-template-first-section, .policy-section.checkout-hero-first-section, .policy-section.order-confirm-first-section {
    margin-top: 100px;
  }

  .section-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .section-copy.home-features {
    background-color: #eff7ff;
  }

  .section-copy.pricing-detailed {
    padding-top: 40px;
  }

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

  .section-copy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 3%;
    background-size: auto 1550px;
  }

  .section-copy.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 100px;
    margin-bottom: auto;
    padding-bottom: 60px;
  }

  .section-copy.section-top {
    height: 100svh;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-copy.d-none-custom {
    margin-top: -7px;
  }

  .section-copy.terns-and-conditions {
    margin-top: 100px;
  }

  .section-copy.pricing-container {
    padding-bottom: 0;
  }

  .section-copy.pricing-section {
    margin-top: 100px;
  }

  .section-copy.contact-section-first {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy.author-profile-banner, .section-copy.blog-post-template-section, .section-copy.product-template-first-section, .section-copy.category-template-first-section, .section-copy.checkout-hero-first-section, .section-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .section-legeal-notioce {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .section-legeal-notioce.home-features {
    background-color: #eff7ff;
  }

  .section-legeal-notioce.pricing-detailed {
    padding-top: 40px;
  }

  .section-legeal-notioce.pricing-detailed.pricing-detailed-custom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-legeal-notioce.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 3%;
    background-size: auto 1550px;
  }

  .section-legeal-notioce.section-company.section-top {
    background-image: linear-gradient(#fff9fa, #fffafb 23%, #fff9fa 59% 83%, #eff7ff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 100px;
    margin-bottom: auto;
    padding-bottom: 60px;
  }

  .section-legeal-notioce.section-top {
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-legeal-notioce.d-none-custom {
    margin-top: -7px;
  }

  .section-legeal-notioce.terns-and-conditions {
    margin-top: 100px;
  }

  .section-legeal-notioce.pricing-container {
    padding-bottom: 0;
  }

  .section-legeal-notioce.pricing-section {
    margin-top: 100px;
  }

  .section-legeal-notioce.contact-section-first {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-legeal-notioce.author-profile-banner, .section-legeal-notioce.blog-post-template-section, .section-legeal-notioce.product-template-first-section, .section-legeal-notioce.category-template-first-section, .section-legeal-notioce.checkout-hero-first-section, .section-legeal-notioce.order-confirm-first-section {
    margin-top: 100px;
  }

  .innercontent-copy {
    text-transform: none;
  }

  .pricing-title-wrapper-copy {
    margin-left: 0;
  }

  .section-15 {
    height: 900px;
  }

  .container-13 {
    width: 1450px;
    max-width: none;
  }

  .text-block-50 {
    font-size: 110px;
  }

  .text-block-51 {
    font-size: 45px;
  }

  .div-block-101 {
    margin-left: 631px;
  }

  .background-video {
    height: 40%;
  }

  .image-25 {
    width: 40%;
    margin-top: -78.5px;
  }

  .container-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-50-copy {
    margin-top: -23px;
    font-size: 90px;
  }

  .text-block-51-copy {
    font-size: 55px;
  }

  .text-block-52 {
    margin-top: 38px;
    margin-left: 0;
    padding-left: 0;
    font-size: 20px;
  }

  .section-16 {
    height: 750px;
    margin-top: 0;
  }

  .section-17 {
    height: 715px;
    margin-top: 60px;
  }

  .container-15 {
    margin-left: auto;
  }

  .quick-stack {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-53 {
    font-size: 55px;
  }

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

  .section-18 {
    justify-content: center;
    align-items: center;
    height: 715px;
    margin-top: 196px;
    display: flex;
  }

  .container-16 {
    margin-left: auto;
  }

  .div-block-106 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-27 {
    margin-left: 151px;
  }

  .image-28 {
    margin-left: 106px;
  }

  .div-block-107 {
    margin-top: -36px;
  }

  .image-27-copy {
    margin-top: 30px;
    margin-left: 151px;
  }

  .image-28-copy {
    margin: auto auto auto 0;
  }

  .section-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 20px;
    overflow: hidden;
  }

  .flex-block {
    order: -1;
  }

  .image-29 {
    width: 600px;
  }

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

  .ophone-bloack {
    justify-content: center;
    align-items: flex-end;
    max-width: 800px;
    padding-bottom: 0;
    overflow: visible;
  }

  .block {
    top: 56px;
    right: -14px;
  }

  .block._1 {
    width: 550px;
    right: 222px;
  }

  .bloack-2 {
    z-index: 999;
    left: 14px;
  }

  .phone {
    border-radius: 54px;
    width: 60%;
    box-shadow: 7px 20px 57px 6px #0d269833;
  }

  .b-you--section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-86 {
    text-align: justify;
    max-width: 100%;
  }

  .text-block-56-copy {
    color: var(--white);
    padding-bottom: 60px;
    font-size: 60px;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 1440px;
    height: 100%;
    margin-top: 150px;
    padding-top: 0;
    overflow: visible;
  }

  .flex-block-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
  }

  .b-you--section-2-copy, .b-you--section-3 {
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .flex-block-3-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
  }

  .image-30 {
    width: 100%;
    max-width: 1440px;
    height: auto;
  }

  .b-you--section-3-copy {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .b-you--section-4--benefits {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .benfits-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 1440px;
    max-width: 1440px;
    display: grid;
    overflow: visible;
  }

  .benefit-card {
    box-shadow: 0 4px 10px -3px var(--1-sahdow);
    border: .5px solid #1e609700;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .benefit-card:hover {
    box-shadow: 4px 9px 20px 12px var(--card-hover);
  }

  .text-block-57 {
    color: var(--edexa-blue);
    width: auto;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .image-31 {
    width: 100%;
    max-width: 300px;
    padding: 20px;
  }

  .flex-block-5 {
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .b-you--section-4--benefits-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 900px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .b-you---section--5 {
    background-color: #005296;
    border: 0 solid #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: clip;
  }

  .image-32 {
    z-index: 0;
    opacity: .43;
    filter: blur(14px);
    mix-blend-mode: overlay;
    position: absolute;
    inset: 0% -34% 0% auto;
    overflow: hidden;
  }

  .text-bloack-c-2 {
    color: var(--edexa-blue);
    padding-bottom: 60px;
    font-size: 60px;
    line-height: 1;
  }

  .bold-text-50 {
    color: var(--edexa-blue);
  }

  .image-32-copy {
    z-index: 0;
    mix-blend-mode: overlay;
    opacity: .45;
    filter: blur(10px);
    mix-blend-mode: overlay;
    inset: 0% 0% 0% auto;
    width: 1600px;
    position: absolute;
    inset: -58% auto 0% -29%;
  }

  .text-block-58 {
    font-size: 20px;
    font-weight: 300;
  }

  .text-block-56-copy-copy {
    color: var(--white);
    padding-bottom: 20px;
    font-size: 60px;
  }

  .use---grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 1440px;
    max-width: 1440px;
    display: grid;
    overflow: visible;
  }

  .use--card {
    box-shadow: 0 4px 10px -3px var(--1-sahdow);
    border: .5px solid #1e609700;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .use--card:hover {
    box-shadow: 4px 9px 20px 12px #4155c233;
  }

  .use-card-subtext {
    color: var(--edexa-blue);
  }

  .use---image {
    width: auto;
    min-width: 120px;
    max-width: 150px;
    padding: 20px;
  }

  .benefit-card-back {
    box-shadow: 0 4px 10px -3px var(--1-sahdow);
    border: .5px solid #1e609700;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .benefit-card-back:hover {
    box-shadow: 4px 9px 20px 12px #4155c233;
  }

  .text-block-59 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--edexa-blue);
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .svg {
    order: -1;
    width: 40px;
  }

  .flex-block-6 {
    padding-bottom: 5px;
  }

  .svg-2 {
    order: -1;
    width: 50px;
  }

  .text-block-61 {
    font-family: Montserrat, sans-serif;
  }

  .dropdown-2 {
    width: auto;
    display: flex;
  }

  .text-block-62 {
    justify-content: flex-start;
    align-items: center;
    width: 92px;
    padding-right: 0;
    display: flex;
  }

  .icon-3 {
    margin-right: 0;
  }

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

  .dropdown-list-2.w--open {
    margin-top: 20px;
  }

  .button-custom-contact-copy {
    border-color: var(--white);
    background-color: var(--edexa-blue);
    color: var(--white);
    width: 167.98px;
    height: 64.39px;
    font-weight: 400;
  }

  .button-custom-contact-copy.new-button-custom-contact-blue {
    width: 167.98px;
    height: 64.39px;
    font-weight: 400;
  }

  .button-custom-contact-copy.newbutton-custom-contact-white, .button-custom-contact-copy.newbutton-custom-contact-white-copy {
    text-align: center;
    width: 167.984px;
    height: 64.3906px;
    padding-bottom: 20px;
  }

  .body-4 {
    overflow: auto;
  }

  .b-message {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    height: 800px;
    margin-top: 100px;
    padding-top: 0;
    overflow: visible;
  }

  .image-33 {
    width: 900px;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .image-34 {
    width: 500px;
  }

  .b--message-section---2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-108 {
    z-index: 0;
    filter: blur(200px);
    background-color: #2f4baf78;
    border-radius: 500px;
    width: 600px;
    height: 500px;
    position: absolute;
  }

  .flex-block-4copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
  }

  .flex-block-copy {
    order: 1;
    max-width: 700px;
  }

  .section-21 {
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
  }

  .image-35 {
    max-width: 1440px;
  }

  .flex-block-4copy-copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1420px;
  }

  .flexbox-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1430px;
  }

  .flex-block-copy-copy {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    order: -1;
    max-width: 800px;
  }

  .section-20-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    height: 1000px;
    padding-top: 20px;
    overflow: clip;
  }

  .ophone-bloack-copy {
    justify-content: center;
    align-items: flex-start;
    max-width: 800px;
    padding-bottom: 0;
    overflow: visible;
  }

  .block-copy {
    right: -59px;
  }

  .block-copy._1 {
    width: 550px;
    right: 222px;
  }

  .image-37 {
    box-shadow: none;
  }

  .flex-block-2-copy {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    max-width: 1440px;
    height: 100%;
    margin-top: 150px;
    padding-top: 0;
    overflow: visible;
  }

  .image-nodejs {
    order: 0;
    width: 100%;
    max-width: 550px;
    height: 230px;
    max-height: 700px;
  }

  .flex-block-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    max-width: 1440px;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    overflow: visible;
  }

  .message {
    width: 500px;
  }

  .image-38 {
    position: absolute;
  }

  .msg-group {
    position: absolute;
    inset: -17px auto 0% 11%;
  }

  .paragraph-86-copy {
    text-align: left;
    max-width: 1440px;
    padding-bottom: 0;
  }

  .b-message-why {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-86-copy, .paragraph-86-copy-copy {
    text-align: center;
    max-width: 1440px;
  }

  .paragraph-86-copy-copy {
    text-align: justify;
    max-width: 1420px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sub-text {
    text-align: center;
    max-width: 1440px;
  }

  .image-02 {
    order: 0;
    width: 100%;
    max-width: 550px;
    height: auto;
    max-height: 700px;
  }

  .bold-text-50-copy {
    color: var(--edexa-blue);
  }

  .new-flowblock {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-bloack-c-2-copy {
    color: var(--edexa-blue);
    padding-bottom: 80px;
    font-size: 60px;
    line-height: 1;
  }

  .image-35-copy {
    max-width: 1440px;
  }

  .b--message-section---2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .b--message-conent {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .byou-main {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    height: 100%;
    margin-top: 150px;
    padding-top: 0;
    overflow: hidden;
  }

  .phone-block {
    justify-content: center;
    align-items: flex-end;
    max-width: 800px;
    padding-bottom: 0;
    overflow: visible;
  }

  .phone-block-copy {
    justify-content: center;
    align-items: center;
    width: 60%;
    max-width: 800px;
    padding-bottom: 0;
    overflow: visible;
  }

  .section-20-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    height: 1000px;
    padding-top: 20px;
    overflow: hidden;
  }

  .footernew {
    padding-top: 0;
  }

  .div-block-128 {
    width: 100%;
  }

  .div-block-129 {
    width: 950px;
    height: 490px;
  }

  .div-block-129.div-block-129-banji {
    width: 1150px;
  }

  .div-block-129.div-block-129-cng {
    height: 560px;
  }

  .image-46 {
    width: 1135px;
  }

  .image-46.image-46-banji {
    width: 900px;
    top: 18rem;
    right: 12rem;
  }

  .image-46.image-46-cng {
    width: 1135px;
  }

  .div-block-131.container {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .div-block-131.container.div-block-131-cng, .div-block-131.container.div-block-131-bmsg {
    padding-top: 40px;
  }

  .div-block-131.container.div-block-131-bstamp {
    padding-top: 20px;
  }

  .heading-59 {
    margin-top: 50px;
    font-size: 130px;
  }

  .heading-59.heading-59-cng {
    font-size: 130px;
  }

  .image-47 {
    width: 1150px;
    height: 280px;
  }

  .image-47.image-47-cng {
    width: 1150px;
  }

  .image-47.image-47-bmsg {
    height: 260px;
  }

  .image-48 {
    width: 300px;
    padding-top: 0;
  }

  .image-48.image-48-banji {
    width: 520px;
  }

  .image-48.image-48-cng {
    width: 800px;
  }

  .image-48.image-48-bstamp {
    width: 410px;
  }

  .text-block-68 {
    font-size: 24px;
  }

  .div-block-132 {
    margin-top: -130px;
    padding-top: 0;
  }

  .div-block-132.div-block-132-cng {
    margin-top: -100px;
    padding-top: 0;
  }

  .bold-text-55 {
    font-size: 30px;
  }

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

  .heading-60 {
    font-size: 46px;
  }

  .paragraph-87 {
    font-size: 20px;
  }

  .heading-61 {
    font-size: 46px;
  }

  .list-item-24 {
    font-size: 20px;
  }

  .heading-63, .heading-65.heading-65-small {
    font-size: 34px;
  }

  .paragraph-88 {
    font-size: 20px;
  }

  .heading-66 {
    font-size: 46px;
  }

  .heading-68 {
    font-size: 32px;
  }

  .paragraph-89 {
    font-size: 20px;
  }

  .heading-69 {
    font-size: 46px;
  }

  .paragraph-90 {
    font-size: 20px;
  }

  .grid-27 {
    grid-template-columns: 1.26fr 1fr 1fr;
  }

  .grid-28 {
    grid-template-columns: .56fr 1fr;
  }

  .bold-text-60 {
    font-size: 32px;
  }

  .bold-text-63 {
    font-size: 120px;
  }

  .bold-text-63.bold-text-63-cng {
    font-size: 110px;
    line-height: 110px;
  }

  .bold-text-63.bold-text-63-bmsg {
    font-size: 120px;
  }

  .div-block-151 {
    justify-content: center;
    align-items: center;
    width: 800px;
  }

  .image-54 {
    width: 230px;
  }
}

@media screen and (max-width: 991px) {
  .font-wrapper {
    height: auto;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.home-features {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.about-data {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.career-category {
    padding-bottom: 80px;
  }

  .container.careers-review {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.careers-template {
    grid-template-columns: 1fr;
    padding: 40px 100px;
  }

  .container.requirements, .container.job-details, .container.job-details.custom-job-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.pricing-faq {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container.hashtags {
    justify-content: center;
    padding-left: 30px;
  }

  .container.blog-post {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container.author-profile {
    grid-template-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .container.home-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.container-custom {
    justify-content: center;
    align-items: center;
    padding: 25px 40px 30px;
    display: none;
  }

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

  .container.container-grid {
    bottom: 0%;
  }

  .container.container-titles {
    padding-left: 40px;
    padding-right: 40px;
    top: 13rem;
  }

  .container.container-titles.container-titles-cng {
    top: 14rem;
  }

  .section {
    margin-top: -1px;
  }

  .section.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 0;
    background-repeat: no-repeat;
    background-size: 188%;
    background-attachment: scroll;
  }

  .section.author-profile-banner, .section.blog-post-template-section, .section.product-template-first-section, .section.category-template-first-section, .section.checkout-hero-first-section, .section.order-confirm-first-section {
    margin-top: 100px;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr 1fr 1fr;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    display: block;
  }

  .title-h1 {
    font-size: 40px;
  }

  .title-h2, .title-h3 {
    font-size: 30px;
  }

  .title-h3.title-h3-custom-services, .title-h4 {
    font-size: 40px;
  }

  .title-h5 {
    font-size: 30px;
  }

  .title-h6 {
    font-size: 25px;
  }

  .paragraph-18px {
    align-self: flex-start;
  }

  .paragraph-18px.white {
    font-size: 16px;
  }

  .navbar {
    width: auto;
  }

  .container-nav {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-logo.w--current {
    z-index: 2;
  }

  .nav-link {
    font-size: 30px;
    line-height: 1.6;
  }

  .nav-menu-wrapper {
    background-color: #c8c8c800;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .hero-home-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-title-wrapper {
    width: auto;
  }

  .client-logo-image {
    width: 90%;
  }

  .client-logo-image.larger {
    width: 100%;
  }

  .inner-grid-right {
    display: none;
  }

  .home-hero-data {
    width: 100%;
  }

  .marquee-wrapper {
    display: flex;
    overflow: hidden;
  }

  .details-grid {
    grid-column-gap: 16px;
    grid-row-gap: 26px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .inner-details {
    width: auto;
  }

  .home-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .review-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .review-wrapper {
    grid-row-gap: 50px;
    width: 100%;
  }

  .testimonial-wrapper {
    display: block;
  }

  .pricing-title-wrapper {
    width: auto;
  }

  .pricing-paragraph {
    font-size: 16px;
  }

  .pricing-detailed-grid {
    place-content: space-around space-between;
    display: block;
    overflow: scroll;
  }

  .detailed-row.active {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 6fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
  }

  .row-column.row-column-custom {
    grid-row-gap: 5px;
  }

  .news-title-wrapper {
    width: auto;
  }

  .blog-collection {
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-top: 150px;
    padding-bottom: 80px;
  }

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

  .footer-links-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .logo-link-wrapper {
    width: 300px;
  }

  .links-inner {
    padding-left: 0;
  }

  .footer-links-wrapper {
    width: 100%;
  }

  .footer-mail-link {
    display: none;
  }

  .footer-copyright {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .about-title-wrapper {
    width: auto;
  }

  .about-data-wrapper {
    grid-column-gap: 40px;
  }

  .graph-heading {
    width: 190px;
  }

  .graphs-wrapper {
    flex-wrap: wrap;
  }

  .graph-image.big {
    width: 20%;
  }

  .graph-big {
    grid-column-gap: 30px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .graph-big.graph-big-custom {
    flex-direction: column;
  }

  .small-graphs-holder {
    width: 100%;
  }

  .big-graph-titles {
    grid-column-gap: 30px;
    flex-direction: row;
    max-width: none;
  }

  .team-title-wrapper {
    width: auto;
  }

  .team-slider.d-none {
    margin-top: 170px;
  }

  .team-left-arrow {
    left: 30%;
  }

  .team-right-arrow {
    right: 30%;
  }

  .team-slide-text {
    right: 47%;
  }

  .about-details-image {
    width: 70%;
  }

  .category-list {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .category-item {
    width: 100%;
  }

  .link-category {
    justify-content: flex-start;
    width: 100%;
  }

  .link-category.w--current {
    justify-content: flex-start;
    width: 38%;
  }

  .bg-shape-blue {
    background-color: #01178e42;
    width: 500px;
    height: 500px;
    top: 0%;
    right: 0%;
  }

  .bg-shape-yellow {
    width: 500px;
    height: 500px;
    inset: 0% auto auto 0%;
  }

  .careers-category-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .careers-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 50%;
    margin-left: 167px;
  }

  .full-bundle {
    grid-row-gap: 3px;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .bundle-circle {
    flex: none;
  }

  .careers-description p {
    font-size: 16px;
  }

  .careers-contact-form {
    background-color: var(--light-blue);
  }

  .careers-form-field {
    background-color: #fff;
  }

  .careers-submit-form {
    margin-top: 50px;
  }

  .requirements-inner h5 {
    font-size: 18px;
  }

  .pricing-plan-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .plan-card.right {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .plan-card.center {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .plan-card.left {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .pricing-faq-wrapper {
    width: 100%;
  }

  .accordion-item {
    padding-top: 50px;
    padding-left: 0;
  }

  .content-faq {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-left: 0;
  }

  .pricing-template-hero {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .description-wrapper {
    width: 50%;
  }

  .hashtag-wrapper {
    width: 30%;
    padding-left: 0;
  }

  .blog-first-post {
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 30px;
    padding-right: 50px;
  }

  .first-post-arrow-wrapper {
    display: none;
  }

  .footer-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .left-contact {
    grid-row-gap: 50px;
    border-radius: 0;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .right-contact {
    width: 100%;
    height: 1040px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-contact {
    width: 40px;
    height: 40px;
  }

  .contact-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .contact-title {
    font-size: 40px;
  }

  .contact-small-title {
    margin-top: 0;
    font-size: 40px;
  }

  .blog-body {
    width: auto;
  }

  .testimonial-left-arrow {
    right: 12%;
  }

  .testimonial-right-arrow {
    left: 25%;
  }

  .testimonial-slide-text {
    left: 50%;
    right: 43%;
  }

  .nav-icon-mobile {
    width: 50px;
    height: 50px;
  }

  .menu-button-mobile {
    padding: 0;
  }

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

  .nav-link-inner {
    background-color: var(--edexa-blue);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .super-text {
    font-size: 12vw;
  }

  .bundle-text {
    flex: none;
  }

  .more-from-edexa {
    display: none;
  }

  .title-h1-2 {
    font-size: 70px;
  }

  .client-logo-image-2 {
    width: 90%;
  }

  .client-logo-image-2.larger {
    width: 100%;
  }

  .hero-home-wrapper-2 {
    margin-top: -22px;
    padding-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .inner-grid-right-2 {
    display: none;
  }

  .title-h1-3 {
    font-size: 70px;
  }

  .heading-use-case, .heading-edexa-does, .heading {
    font-size: 26px;
  }

  .innertitlenumber {
    font-size: 14px;
    line-height: 1.8;
  }

  .list-item-7, .list-item-21 {
    font-size: 32px;
    line-height: 1.2;
  }

  .grid-17 {
    font-size: 14px;
  }

  .list-14 {
    padding-left: 50px;
    font-size: 32px;
  }

  .innercontent {
    font-size: 16px;
    line-height: 1.8;
  }

  .para-15 {
    font-size: 16px;
  }

  .privercytitle {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .paragraph-11, .paragraph-12, .list-4, .list-15, .paragraph-43.sm-boldtext, .paragraph-51, .paragraph-48.sm-boldtext, .paragraph-44.sm-boldtext, .paragraph-45.sm-boldtext, .paragraph-57, .list-16, .paragraph-42.sm-boldtext, .paragraph-42.sm-boldtext-copy, .paragraph-52.sm-boldtext, .paragraph-46.sm-boldtext, .paragraph-47, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-53, .list-17, .paragraph-61, .paragraph-62, .paragraph-54, .paragraph-55, .paragraph-63, .paragraph-64, .paragraph-65, .paragraph-66, .paragraph-67, .paragraph-68, .paragraph-69 {
    margin-bottom: 15px;
  }

  .growths.growths-custom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .div-points {
    margin-left: 0;
  }

  .points-image {
    width: 14px;
  }

  .review-grid-logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-members {
    display: none;
  }

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

  .partner-new-div {
    margin-left: 10px;
    margin-right: 10px;
  }

  .partner-new-grid {
    margin-left: 0;
  }

  .paragraph-73 {
    width: auto;
    height: auto;
    padding: 15px;
    top: -26px;
  }

  .div-certificate {
    padding: 15px;
  }

  .h3-ranked {
    font-size: 14px;
  }

  .bold-text-33 {
    justify-content: center;
    margin-left: 171px;
    font-size: 30px;
  }

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

  .text-block-26, .text-block-27, .text-block-28 {
    font-size: 14px;
  }

  .bold-text-35 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    display: flex;
  }

  .question-wrapper-f66 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
  }

  .question-f66 {
    width: auto;
    padding-right: 10px;
  }

  .question-f66:hover {
    text-decoration: none;
  }

  .title-h5-2 {
    font-size: 30px;
  }

  .title-h5-2.mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: flex;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .body {
    max-width: 100%;
    overflow: hidden;
  }

  .text-block-36 {
    margin-left: 125px;
  }

  .div-block-88 {
    width: 100%;
  }

  .div-play-services {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bold-text-43 {
    justify-content: center;
    align-items: center;
    margin-left: 171px;
    font-size: 30px;
    display: flex;
  }

  .new-head {
    line-height: 62px;
  }

  .inner-details-copy {
    width: auto;
  }

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

  .container-4 {
    width: auto;
  }

  .heading-17.prese-and-media-heading {
    font-size: 50px;
  }

  .container-5 {
    width: auto;
  }

  .section-4 {
    height: auto;
  }

  .section-11 {
    height: 560px;
    margin-top: 100px;
  }

  .text-block-42 {
    margin-top: 10px;
  }

  .image-21 {
    width: 8%;
  }

  .bold-text-45 {
    font-size: 30px;
  }

  .section-14.pressandmedia {
    margin-bottom: 0;
  }

  .section-14.media-edexa {
    box-shadow: none;
  }

  .container-mailinfo {
    padding: 40px;
  }

  .container-12 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-category-copy {
    justify-content: flex-start;
    width: 31%;
  }

  .link-category-copy.w--current {
    justify-content: flex-start;
    width: 100%;
  }

  .bold-text-46 {
    justify-content: center;
    align-items: center;
    margin-left: 94px;
    display: flex;
  }

  .category-list-copy {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .row-column-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 6fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr 1.3fr;
  }

  .row-column-copy.row-column-custom {
    grid-row-gap: 5px;
  }

  .image-24 {
    opacity: 0;
  }

  .section-copy.author-profile-banner, .section-copy.blog-post-template-section, .section-copy.product-template-first-section, .section-copy.category-template-first-section, .section-copy.checkout-hero-first-section, .section-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .section-copy.author-profile-banner, .section-copy.blog-post-template-section, .section-copy.product-template-first-section, .section-copy.category-template-first-section, .section-copy.checkout-hero-first-section, .section-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .container-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-copy.home-features {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-copy.about-data {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .container-copy.career-category {
    padding-bottom: 80px;
  }

  .container-copy.careers-review {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-copy.careers-template {
    grid-template-columns: 1fr;
    padding: 40px 100px;
  }

  .container-copy.requirements, .container-copy.job-details, .container-copy.job-details.custom-job-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-copy.pricing-faq {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-copy.hashtags {
    justify-content: center;
    padding-left: 30px;
  }

  .container-copy.blog-post {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-copy.author-profile {
    grid-template-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-copy.terms {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-copy.home-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .container-ccopy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-ccopy.home-features {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-ccopy.about-data {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-ccopy.team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-ccopy.career-category {
    padding-bottom: 80px;
  }

  .container-ccopy.careers-review {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-ccopy.careers-template {
    grid-template-columns: 1fr;
    padding: 40px 100px;
  }

  .container-ccopy.requirements, .container-ccopy.job-details, .container-ccopy.job-details.custom-job-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.pricing-faq {
    padding-left: 80px;
    padding-right: 80px;
  }

  .container-ccopy.hashtags {
    justify-content: center;
    padding-left: 30px;
  }

  .container-ccopy.blog-post {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-ccopy.author-profile {
    grid-template-columns: 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-ccopy.terms {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-ccopy.home-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-ccopy.container-custom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-cfopy {
    margin-top: -1px;
  }

  .section-cfopy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 0;
    background-repeat: no-repeat;
    background-size: 188%;
    background-attachment: scroll;
  }

  .section-cfopy.author-profile-banner, .section-cfopy.blog-post-template-section, .section-cfopy.product-template-first-section, .section-cfopy.category-template-first-section, .section-cfopy.checkout-hero-first-section, .section-cfopy.order-confirm-first-section {
    margin-top: 100px;
  }

  .text-block-48 {
    font-size: 14px;
    line-height: 1.8;
  }

  .section-copy.author-profile-banner, .section-copy.blog-post-template-section, .section-copy.product-template-first-section, .section-copy.category-template-first-section, .section-copy.checkout-hero-first-section, .section-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .section-copy-copy {
    margin-top: -1px;
  }

  .section-copy-copy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 0;
    background-repeat: no-repeat;
    background-size: 188%;
    background-attachment: scroll;
  }

  .section-copy-copy.author-profile-banner, .section-copy-copy.blog-post-template-section, .section-copy-copy.product-template-first-section, .section-copy-copy.category-template-first-section, .section-copy-copy.checkout-hero-first-section, .section-copy-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .section-copy.author-profile-banner, .section-copy.blog-post-template-section, .section-copy.product-template-first-section, .section-copy.category-template-first-section, .section-copy.checkout-hero-first-section, .section-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .policy-section {
    margin-top: -1px;
  }

  .policy-section.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 0;
    background-repeat: no-repeat;
    background-size: 188%;
    background-attachment: scroll;
  }

  .policy-section.author-profile-banner, .policy-section.blog-post-template-section, .policy-section.product-template-first-section, .policy-section.category-template-first-section, .policy-section.checkout-hero-first-section, .policy-section.order-confirm-first-section {
    margin-top: 100px;
  }

  .section-copy {
    margin-top: -1px;
  }

  .section-copy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 0;
    background-repeat: no-repeat;
    background-size: 188%;
    background-attachment: scroll;
  }

  .section-copy.author-profile-banner, .section-copy.blog-post-template-section, .section-copy.product-template-first-section, .section-copy.category-template-first-section, .section-copy.checkout-hero-first-section, .section-copy.order-confirm-first-section {
    margin-top: 100px;
  }

  .section-legeal-notioce {
    margin-top: -1px;
  }

  .section-legeal-notioce.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 0;
    background-repeat: no-repeat;
    background-size: 188%;
    background-attachment: scroll;
  }

  .section-legeal-notioce.author-profile-banner, .section-legeal-notioce.blog-post-template-section, .section-legeal-notioce.product-template-first-section, .section-legeal-notioce.category-template-first-section, .section-legeal-notioce.checkout-hero-first-section, .section-legeal-notioce.order-confirm-first-section {
    margin-top: 100px;
  }

  .details-grid-copy {
    grid-column-gap: 16px;
    grid-row-gap: 26px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .innercontent-copy {
    font-size: 16px;
    line-height: 1.8;
  }

  .pricing-title-wrapper-copy, .container-13 {
    width: auto;
  }

  .text-block-50 {
    text-align: center;
    width: auto;
  }

  .text-block-51 {
    width: auto;
    font-size: 40px;
  }

  .div-block-101 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -84px;
    margin-left: 13px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-25 {
    width: 50%;
    margin-top: 147px;
    margin-left: 210px;
    padding-left: 0;
  }

  .div-block-102 {
    text-align: center;
    margin-left: 0;
  }

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

  .text-block-50-copy {
    text-align: center;
    font-size: 50px;
    line-height: 1;
  }

  .text-block-51-copy {
    margin-top: 0;
  }

  .text-block-52 {
    margin-left: 0;
  }

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

  .section-17, .section-18 {
    height: 850px;
  }

  .div-block-107 {
    justify-content: center;
    align-items: center;
  }

  .image-27-copy {
    margin-top: 230px;
  }

  .image-28-copy {
    margin-top: 227px;
  }

  .section-20 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .block._1 {
    top: auto;
    bottom: 296px;
    right: auto;
  }

  .phone {
    width: 40%;
  }

  .b-you--section-2 {
    height: auto;
  }

  .flex-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 3px;
  }

  .b-you--section-3-copy {
    height: auto;
    padding: 60px;
  }

  .b-you--section-4--benefits {
    padding-left: 60px;
    padding-right: 60px;
  }

  .benfits-grid {
    min-width: auto;
  }

  .use---grid {
    grid-template-columns: 1fr;
    min-width: auto;
  }

  .text-block-62 {
    width: 168px;
  }

  .d-link {
    font-size: 14px;
  }

  .b-message {
    height: 600px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .image-33 {
    width: 350px;
    padding-bottom: 40px;
  }

  .section-20-copy {
    height: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .block-copy._1 {
    top: auto;
    bottom: 296px;
    right: auto;
  }

  .flex-block-2-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    margin-top: 100px;
  }

  .message {
    width: 300px;
  }

  .msg-group {
    inset: 23% auto 0% 17%;
  }

  .b-message-why {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph-86-copy-copy {
    text-align: left;
  }

  .new-txt {
    text-align: center;
    font-size: 24px;
  }

  .new-txt--24 {
    font-size: 22px;
  }

  .new-txt--22 {
    font-size: 20px;
  }

  .new-txt--20 {
    font-size: 18px;
  }

  .new-txt--18 {
    font-size: 16px;
  }

  .byou-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 3px;
  }

  .section-20-copy-copy {
    height: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .div-block-129 {
    z-index: 1;
    width: 480px;
    height: 150px;
  }

  .div-block-129.div-block-129-banji {
    width: 500px;
  }

  .div-block-129.div-block-129-cng {
    width: 380px;
    height: 270px;
  }

  .image-46 {
    width: 465px;
  }

  .image-46.image-46-banji {
    width: 500px;
    top: 7.6rem;
    right: 0;
  }

  .image-46.image-46-cng {
    width: 462px;
    top: 6.6rem;
  }

  .div-block-131.container {
    padding: 20px 40px;
  }

  .div-block-131.container.div-block-131-cng {
    padding-top: 10px;
  }

  .div-block-131.container.div-block-131-bmsg {
    padding-top: 25px;
  }

  .heading-59 {
    font-size: 60px;
  }

  .heading-59.heading-59-cng {
    margin-bottom: 0;
    font-size: 46px;
    line-height: 1.4;
  }

  .heading-59.heading-59-bmsg {
    line-height: 60px;
  }

  .image-47 {
    z-index: -1;
    width: 318px;
    height: 250px;
  }

  .image-47.image-47-banji {
    width: 500px;
  }

  .image-47.image-47-cng {
    width: 500px;
    height: 150px;
  }

  .image-48 {
    width: 180px;
    padding-top: 8px;
    font-size: 16px;
  }

  .image-48.image-48-banji {
    width: 260px;
    margin-left: 0;
  }

  .image-48.image-48-cng {
    width: 400px;
  }

  .image-48.image-48-bmsg {
    width: 360px;
  }

  .image-48.image-48-bstamp {
    width: 220px;
  }

  .grid-23 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-132 {
    margin-top: -80px;
    padding-top: 0;
  }

  .div-block-132.div-block-132-cng {
    margin-top: -120px;
  }

  .bold-text-55 {
    font-size: 18px;
  }

  .text-block-69 {
    margin-bottom: 10px;
  }

  .text-block-70 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-60 {
    font-size: 26px;
  }

  .paragraph-87 {
    font-size: 16px;
  }

  .grid-25 {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .list-item-24 {
    font-size: 16px;
  }

  .bold-text-57, .bold-text-58, .heading-65 {
    font-size: 26px;
  }

  .heading-65.heading-65-small {
    font-size: 20px;
  }

  .paragraph-88 {
    font-size: 16px;
  }

  .heading-68 {
    font-size: 22px;
  }

  .paragraph-89 {
    font-size: 16px;
  }

  .bold-text-59 {
    font-size: 26px;
  }

  .paragraph-90 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .grid-27 {
    grid-template-columns: 1.05fr 1fr 1fr;
  }

  .grid-28 {
    grid-template-columns: .55fr 1fr;
  }

  .bold-text-60 {
    font-size: 18px;
  }

  .bold-text-62 {
    font-size: 24px;
  }

  .bold-text-63 {
    font-size: 64px;
  }

  .bold-text-63.bold-text-63-cng {
    font-size: 46px;
    line-height: 46px;
  }

  .bold-text-63.bold-text-63-bmsg {
    line-height: 64px;
  }

  .div-block-151 {
    width: 400px;
    height: auto;
  }

  .image-54 {
    width: 131px;
  }

  .dropdown-list-3 {
    margin-left: 150px;
  }

  .dropdown-list-3.w--open {
    margin-top: -120px;
    margin-left: 170px;
  }

  .dropdown-3 {
    width: auto;
  }

  .dropdown-toggle-2 {
    padding-right: 66px;
  }
}

@media screen and (max-width: 767px) {
  .font-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .container.home-features {
    grid-row-gap: 30px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.pricing-detailed {
    width: 100%;
  }

  .container.home-news {
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.career-category {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.careers-template {
    padding: 30px 50px;
  }

  .container.requirements, .container.job-details, .container.job-details.custom-job-detail.d-none {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.pricing-faq {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container.hashtags {
    grid-row-gap: 60px;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 70px;
  }

  .container.blog-post {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .container.terms {
    padding: 100px 30px 30px;
  }

  .container.home-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.container-custom {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .container.container-grid {
    padding-left: 40px;
    padding-right: 40px;
    bottom: -1%;
  }

  .container.container-titles {
    top: 10rem;
  }

  .section {
    margin-top: 0;
  }

  .section.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 2%;
    background-repeat: no-repeat;
    background-size: 230%;
    background-attachment: scroll;
  }

  .section.section-partner-custom {
    margin-top: -129px;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .title-h1 {
    font-size: 40px;
  }

  .title-h1.mobile-center {
    text-align: center;
  }

  .title-h1.faq-heading {
    font-size: 34px;
  }

  .title-h2 {
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }

  .title-h2.title-h2-custom, .title-h3 {
    font-size: 24px;
  }

  .title-h3.title-h3-custom-services {
    font-size: 33px;
  }

  .title-h4 {
    letter-spacing: -2px;
    font-size: 35px;
  }

  .title-h5.mobile-center, .title-h5.title-h5-custom-partner {
    font-size: 24px;
  }

  .paragraph-16px.new-paragraph-16px-align, .paragraph-18px.white, .paragraph-18px.paragraph-18px-about-top {
    font-size: 16px;
  }

  .container-nav {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-button-wrapper {
    grid-column-gap: 10px;
  }

  .nav-button {
    display: none;
  }

  .paragraph-width-450px.paragraph-width-full-width {
    font-size: 18px;
  }

  .home-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-clients-grid {
    padding-top: 81px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-home-data {
    grid-template-columns: 1fr 1fr;
  }

  .marquee-wrapper {
    display: flex;
    overflow: hidden;
  }

  .inner-details {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .features-wrapper-title {
    width: auto;
  }

  .home-features-grid {
    grid-template-columns: 1fr;
  }

  .feature-paragraph {
    font-size: 16px;
  }

  .testimonial-wrapper {
    display: block;
  }

  .pricing-title-wrapper {
    width: 100%;
  }

  .pricing-paragraph {
    width: auto;
  }

  .pricing-detailed-grid {
    overflow: scroll;
  }

  .detailed-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .detailed-row.active {
    overflow: scroll;
  }

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

  .row-column.row-column-custom {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
  }

  .blog-collection {
    grid-template-columns: 1fr;
  }

  .footer-links {
    padding-bottom: 50px;
  }

  .footer-links-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-mail-link {
    display: none;
  }

  .footer-copyright {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    margin-top: -70px;
  }

  .about-data-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .about-data-text.about-data-text-custom.about-data-text-custom-one {
    font-size: 30px;
  }

  .graph-1, .graph-heading, .graph-paragraph {
    width: auto;
  }

  .graph-inner {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
  }

  .graph-2, .graph-image.big {
    width: auto;
  }

  .graph-big, .big-graph-titles {
    flex-direction: column;
  }

  .graph-3, .graph-4 {
    width: auto;
  }

  .graph-4.graph-4-custom {
    width: 100%;
  }

  .team-left-arrow {
    left: 20%;
  }

  .team-right-arrow {
    right: 20%;
  }

  .team-slide-text {
    right: 43%;
  }

  .category-list {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start;
    display: flex;
  }

  .category-item {
    width: 100%;
    padding-left: 124px;
    display: flex;
  }

  .link-category {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .link-category.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 59%;
    margin-bottom: 16px;
    margin-left: 125px;
  }

  .careers-category-wrapper {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .careers-card {
    margin-left: -9px;
  }

  .careers-card-title {
    font-size: 18px;
  }

  .careers-card-company {
    font-size: 12px;
  }

  .careers-item {
    width: 120%;
    margin-left: -42px;
  }

  .careers-review-wrapper {
    width: 100%;
  }

  .full-bundle {
    flex-wrap: nowrap;
  }

  .bundle-circle {
    flex: none;
  }

  .back-button {
    padding: 8px 14px;
    font-size: 12px;
  }

  .description-big p {
    font-size: 18px;
  }

  .header-inner {
    grid-row-gap: 15px;
  }

  .job-details-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .pricing-text-final {
    width: auto;
  }

  .pricing-faq-wrapper {
    width: 100%;
  }

  .content-faq {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .arrow-faq {
    flex: none;
  }

  .wrapper-text-faq {
    width: 90%;
  }

  .pricing-template-hero {
    flex-direction: column;
    display: flex;
  }

  .add-to-cart, .description-wrapper, .hashtag-wrapper {
    width: 100%;
  }

  .blog-title-wrapper, .cta-paragraph {
    width: auto;
  }

  .cta-form {
    width: 500px;
    max-width: none;
  }

  .cta-submit-button {
    border-style: solid;
  }

  .cta-notice {
    width: auto;
    max-width: none;
  }

  .date-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  ._404-image {
    width: 75%;
  }

  .author-inner {
    align-items: center;
  }

  .left-contact {
    grid-row-gap: 30px;
  }

  .button-contact {
    width: 40px;
    height: 40px;
  }

  .title-wrapper {
    grid-row-gap: 15px;
  }

  .contact-details {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: start;
    padding-bottom: 30px;
  }

  .contact-title {
    letter-spacing: -.5px;
    font-size: 24px;
  }

  .contact-small-title {
    font-size: 24px;
  }

  .testimonial-left-arrow {
    inset: auto auto -40% 30%;
  }

  .testimonial-right-arrow {
    inset: auto 30% -40% auto;
  }

  .testimonial-slide-text {
    left: 46%;
  }

  .nav-link-inner {
    background-color: var(--edexa-blue);
  }

  .mobile-hide.mobile-hide-right {
    display: block;
  }

  .super-text {
    font-size: 14vw;
  }

  .styleguide-row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bundle-text {
    flex: none;
  }

  .more-from-edexa {
    display: none;
  }

  .image-3 {
    width: 28px;
    height: 28px;
  }

  .paragraph-width-450px-2.paragraph-width-450px-home-banner-custom {
    font-size: 16px;
  }

  .title-h1-2 {
    font-size: 65px;
  }

  .hero-clients-grid-2 {
    padding-top: 81px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-h1-3 {
    font-size: 65px;
  }

  .div-edexa-does {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .innertitlenumber {
    font-size: 12px;
    line-height: 1.8;
  }

  .list-item-7, .list-item-21 {
    font-size: 20px;
  }

  .list-14 {
    font-size: 20px;
    line-height: 1.2;
  }

  .text-block-11 {
    text-align: left;
    font-size: 20px;
  }

  .innercontent {
    font-size: 14px;
    line-height: 1.8;
  }

  .heading-13 {
    font-size: 20px;
  }

  .para-15 {
    font-size: 16px;
  }

  .privacyinnertitlecontent {
    text-align: left;
  }

  .privercytitle {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .paragraph-11, .paragraph-12 {
    margin-bottom: 15px;
  }

  .paragraph-12.pb-li {
    margin-bottom: 10px;
  }

  .list-4, .list-15 {
    text-align: left;
    margin-bottom: 10px;
  }

  .paragraph-43.sm-boldtext, .paragraph-51, .paragraph-48.sm-boldtext, .paragraph-44.sm-boldtext, .paragraph-45.sm-boldtext, .paragraph-57 {
    margin-bottom: 10px;
  }

  .list-16 {
    text-align: left;
    margin-bottom: 10px;
  }

  .paragraph-42.sm-boldtext, .paragraph-42.sm-boldtext-copy, .paragraph-52.sm-boldtext, .paragraph-46.sm-boldtext, .paragraph-47 {
    margin-bottom: 10px;
  }

  .paragraph-58, .paragraph-59, .paragraph-60 {
    margin-bottom: 15px;
  }

  .paragraph-53 {
    margin-bottom: 10px;
  }

  .list-17 {
    text-align: left;
    margin-bottom: 10px;
  }

  .paragraph-61 {
    margin-bottom: 15px;
  }

  .paragraph-61.pb-li, .paragraph-62, .paragraph-54, .paragraph-55 {
    margin-bottom: 10px;
  }

  .paragraph-63, .paragraph-64 {
    margin-bottom: 15px;
  }

  .paragraph-65, .paragraph-66, .paragraph-67, .paragraph-68, .paragraph-56, .paragraph-69 {
    margin-bottom: 10px;
  }

  .growths.growths-custom {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .growth {
    padding: 5px 10px;
  }

  .growth-heading {
    font-size: 16px;
  }

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

  .points-image {
    width: 10px;
  }

  .points-title {
    font-size: 16px;
  }

  .grid-team-members {
    grid-template-columns: 1fr 1fr;
  }

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

  .button-custom-contact {
    justify-content: center;
    padding: 10px;
    display: flex;
  }

  .button-custom-contact.newbutton-custom-contact-white {
    align-items: center;
  }

  .button-custom-url {
    padding: 10px;
  }

  .double-item-grid {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .single-item-grid {
    justify-content: space-around;
    display: inline-block;
  }

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

  .title-h1.title-h1--custom.title-h1--custom-header {
    font-size: 24px;
  }

  .partner-new-div {
    border-radius: 10px;
    margin-left: 10px;
  }

  .partner-new-grid {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .partner-new-div-content {
    flex-direction: column;
  }

  .partner-new-div-content-right {
    margin-top: 20px;
  }

  .paragraph-72 {
    font-size: 20px;
  }

  .paragraph-73 {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 12px;
    top: -18px;
  }

  .div-ranked {
    border-bottom-left-radius: 10px;
    padding: 10px;
  }

  .div-certificate {
    border-bottom-right-radius: 10px;
    padding: 10px;
  }

  .h3-ranked {
    font-size: 12px;
    line-height: 1.2;
  }

  .bold-text-33 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .bold-text-34 {
    font-size: 24px;
  }

  .text-block-24 {
    font-size: 12px;
  }

  .bold-text-35 {
    font-size: 6px;
  }

  .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39 {
    font-size: 12px;
  }

  .arrow-blue-f66 {
    inset: auto;
  }

  .question-f66 {
    line-height: 24px;
  }

  .paragraph-width-450px-3.paragraph-width-450px-custom {
    width: auto;
    font-size: 14px;
  }

  .paragraph-width-450px-3.paragraph-width-450px-custom.paragraph-width-450px-custom-color {
    width: auto;
  }

  .text-question-f66 {
    padding-right: 10px;
    font-size: 16px;
  }

  .answer-text-f66 {
    width: 90%;
    font-size: 14px;
  }

  .edexa-faq {
    width: 100%;
  }

  .title-h5-2.mobile-center {
    font-size: 24px;
  }

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

  .icon-wrapper-f66 {
    flex: none;
    align-items: flex-start;
    padding-top: 5px;
    display: flex;
  }

  .body {
    overflow: visible;
  }

  .div-ecosystem-glance {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .bold-text-43 {
    margin-left: 0;
  }

  .new-head {
    line-height: 65px;
  }

  .inner-details-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-3-copy {
    width: 28px;
    height: 28px;
  }

  .careers-item-copy {
    margin-left: -46px;
  }

  .heading-17 {
    font-size: 45px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-20 {
    padding-top: 0;
  }

  .section-6 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-95, .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-42 {
    margin-top: 10px;
  }

  .section-12 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-21 {
    width: 10%;
  }

  .div-block-96 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-24-copy {
    font-size: 35px;
  }

  .section-13 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-13.keyfacts {
    margin-bottom: 60px;
  }

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

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

  .div-block-98 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .grid-19 {
    grid-auto-flow: column;
    display: block;
  }

  .section-14 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-14.pressandmedia {
    margin-bottom: 0;
  }

  .section-14.copyright {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-29 {
    font-size: 20px;
  }

  .grid-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    display: block;
  }

  .link-category-copy {
    justify-content: flex-start;
    align-items: center;
    width: 56%;
    margin-bottom: 15px;
    margin-left: 124px;
  }

  .link-category-copy.w--current {
    justify-content: flex-start;
  }

  .category-list-copy {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start;
    display: flex;
  }

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

  .row-column-copy.row-column-custom {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
  }

  .container-copy.home-features {
    grid-row-gap: 30px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-copy.testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-copy.home-news {
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-copy.team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-copy.career-category {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy.careers-template {
    padding: 30px 50px;
  }

  .container-copy.requirements, .container-copy.job-details, .container-copy.job-details.custom-job-detail.d-none {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-copy.pricing-faq {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-copy.hashtags {
    grid-row-gap: 60px;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 70px;
  }

  .container-copy.blog-post {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-copy.author-profile {
    grid-template-columns: 1fr;
  }

  .container-copy.terms {
    padding: 100px 30px 30px;
  }

  .container-copy.home-details, .container-copy.container-custom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.home-features {
    grid-row-gap: 30px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.home-news {
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.career-category {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-ccopy.careers-template {
    padding: 30px 50px;
  }

  .container-ccopy.requirements, .container-ccopy.job-details, .container-ccopy.job-details.custom-job-detail.d-none {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-ccopy.pricing-faq {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-ccopy.hashtags {
    grid-row-gap: 60px;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 70px;
  }

  .container-ccopy.blog-post {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-ccopy.author-profile {
    grid-template-columns: 1fr;
  }

  .container-ccopy.terms {
    padding: 100px 30px 30px;
  }

  .container-ccopy.home-details, .container-ccopy.container-custom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-cfopy {
    margin-top: 0;
  }

  .section-cfopy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 2%;
    background-repeat: no-repeat;
    background-size: 230%;
    background-attachment: scroll;
  }

  .section-cfopy.section-partner-custom {
    margin-top: -129px;
  }

  .cookie-pop {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    left: 1%;
  }

  .heading-55 {
    font-size: 16px;
  }

  .text-block-47, .text-block-48 {
    font-size: 12px;
  }

  .section-copy-copy {
    margin-top: 0;
  }

  .section-copy-copy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 2%;
    background-repeat: no-repeat;
    background-size: 230%;
    background-attachment: scroll;
  }

  .section-copy-copy.section-partner-custom {
    margin-top: -129px;
  }

  .policy-section {
    margin-top: 0;
  }

  .policy-section.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 2%;
    background-repeat: no-repeat;
    background-size: 230%;
    background-attachment: scroll;
  }

  .policy-section.section-partner-custom {
    margin-top: -129px;
  }

  .section-copy {
    margin-top: 0;
  }

  .section-copy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 2%;
    background-repeat: no-repeat;
    background-size: 230%;
    background-attachment: scroll;
  }

  .section-copy.section-partner-custom {
    margin-top: -129px;
  }

  .section-legeal-notioce {
    margin-top: 0;
  }

  .section-legeal-notioce.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 91% 2%;
    background-repeat: no-repeat;
    background-size: 230%;
    background-attachment: scroll;
  }

  .section-legeal-notioce.section-partner-custom {
    margin-top: -129px;
  }

  .innercontent-copy {
    font-size: 14px;
    line-height: 1.8;
  }

  .pricing-title-wrapper-copy {
    width: 100%;
  }

  .text-block-50 {
    font-size: 65px;
  }

  .text-block-51 {
    font-size: 30px;
  }

  .div-block-101 {
    margin-top: -58px;
  }

  .image-25 {
    width: 60%;
    margin-top: 109px;
    margin-left: 113px;
  }

  .div-block-102 {
    margin-top: -91px;
  }

  .container-14 {
    width: 90%;
  }

  .text-block-50-copy {
    font-size: 45px;
  }

  .text-block-51-copy {
    font-size: 30px;
  }

  .text-block-52 {
    margin-left: 0;
  }

  .section-17 {
    height: 1200px;
    margin-top: 47px;
  }

  .quick-stack {
    grid-column-gap: 0px;
  }

  .section-18 {
    height: 1200px;
    margin-top: 21px;
  }

  .div-block-103-copy {
    margin-left: 0;
  }

  .div-block-107 {
    width: 100%;
  }

  .image-27-copy, .image-28-copy {
    width: 80%;
    margin-top: 0;
    margin-left: 40px;
  }

  .cell {
    padding-left: 0;
  }

  .section-20 {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .image-29 {
    width: 350px;
  }

  .ophone-bloack {
    margin-top: 60px;
  }

  .block {
    top: auto;
    bottom: 50px;
    left: -26px;
  }

  .block._1 {
    left: auto;
  }

  .bloack-2 {
    z-index: 0;
    bottom: 140px;
    left: auto;
    right: -32px;
  }

  .phone {
    width: 300px;
  }

  .b-you--section-2 {
    height: auto;
    padding: 60px 40px;
  }

  .flex-block-2 {
    justify-content: space-between;
    align-items: center;
    margin-top: 93px;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .b-you--section-3-copy, .b-you--section-4--benefits {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .benefit-card {
    height: 100%;
  }

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

  .use--card, .benefit-card-back {
    height: 100%;
  }

  .button-custom-contact-copy {
    justify-content: center;
    padding: 10px;
    display: flex;
  }

  .button-custom-contact-copy.newbutton-custom-contact-white, .button-custom-contact-copy.newbutton-custom-contact-white-copy {
    align-items: center;
  }

  .b-message {
    justify-content: center;
    align-items: flex-end;
    height: 600px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .image-33 {
    width: 450px;
  }

  .b--message-section---2 {
    height: auto;
    padding: 60px 40px;
  }

  .flex-block-4copy {
    flex-flow: column;
  }

  .flex-block-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-4copy-copy, .flexbox-2 {
    flex-flow: column;
  }

  .flex-block-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-20-copy {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .ophone-bloack-copy {
    margin-top: 60px;
  }

  .block-copy {
    top: auto;
    bottom: 50px;
    left: -26px;
  }

  .block-copy._1 {
    bottom: 59px;
    left: auto;
  }

  .flex-block-2-copy {
    justify-content: space-between;
    align-items: center;
    margin-top: 93px;
  }

  .coinmark {
    width: 28px;
    height: 28px;
  }

  .flex-block-2-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 93px;
  }

  .message {
    width: 300px;
  }

  .msg-group {
    width: 300px;
    top: 10%;
    left: 19%;
  }

  .b-message-why {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .new-txt {
    font-size: 18px;
  }

  .new-txt--24 {
    text-align: center;
    font-size: 17px;
  }

  .new-txt--22 {
    text-align: center;
    font-size: 16px;
  }

  .new-txt--20 {
    font-size: 15px;
  }

  .new-txt--18 {
    font-size: 14px;
  }

  .b--message-section---2-copy, .b--message-conent {
    height: auto;
    padding: 60px 40px;
  }

  .byou-main {
    justify-content: space-between;
    align-items: center;
    margin-top: 93px;
  }

  .phone-block, .phone-block-copy {
    margin-top: 60px;
  }

  .section-20-copy-copy {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .footernew {
    padding-top: 25px;
  }

  .footer-right-outer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .footer-left-outer-image {
    width: 200px;
  }

  .div-block-129 {
    width: 450px;
    height: 150px;
  }

  .div-block-129.div-block-129-banji {
    width: 380px;
  }

  .div-block-129.div-block-129-cng {
    z-index: -1;
    width: 250px;
    height: 220px;
  }

  .div-block-129.div-block-129-bmsg {
    height: 120px;
  }

  .image-46 {
    width: 360px;
  }

  .image-46.image-46-banji {
    width: 350px;
    top: 6rem;
  }

  .image-46.image-46-cng {
    width: 380px;
    top: 2rem;
  }

  .div-block-131.container.div-block-131-bmsg {
    padding-top: 30px;
  }

  .heading-59 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-59.heading-59-cng {
    font-size: 36px;
  }

  .heading-59.heading-59-bmsg {
    margin-top: 10px;
    font-size: 44px;
    line-height: 44px;
  }

  .image-47 {
    height: 200px;
  }

  .image-47.image-47-banji {
    width: 380px;
  }

  .image-47.image-47-cng {
    z-index: 1;
    width: 421px;
    height: 120px;
  }

  .image-48 {
    width: 130px;
  }

  .image-48.image-48-banji {
    width: 200px;
  }

  .image-48.image-48-cng {
    width: 320px;
  }

  .image-48.image-48-bmsg {
    width: 280px;
  }

  .image-48.image-48-bstamp {
    width: 150px;
  }

  .grid-23 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-132 {
    margin-top: -350px;
    padding-top: 0;
  }

  .bold-text-55 {
    font-size: 16px;
  }

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

  .grid-24 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .heading-60 {
    font-size: 22px;
  }

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

  .grid-25 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    display: flex;
  }

  .list-item-24 {
    font-size: 14px;
  }

  .bold-text-57 {
    font-size: 22px;
  }

  .grid-26 {
    grid-column-gap: 16px;
    flex-flow: column;
    display: flex;
  }

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

  .bold-text-58 {
    font-size: 24px;
  }

  .heading-65 {
    font-size: 30px;
  }

  .heading-65.heading-65-small {
    font-size: 18px;
  }

  .div-block-135 {
    margin-bottom: 40px;
  }

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

  .heading-68 {
    font-size: 18px;
  }

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

  .bold-text-59 {
    font-size: 22px;
  }

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

  .grid-27 {
    grid-template-columns: 1.38fr 1fr 1fr;
  }

  .grid-28 {
    grid-column-gap: 16px;
    grid-template-columns: .6fr 1fr;
  }

  .grid-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-143 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .bold-text-63 {
    font-size: 50px;
  }

  .bold-text-63.bold-text-63-cng {
    font-size: 36px;
  }

  .bold-text-63.bold-text-63-bmsg {
    font-size: 44px;
    line-height: 44px;
  }

  .grid-30 {
    margin-top: 20px;
    display: flex;
  }

  .image-52 {
    display: none;
  }

  .div-block-151 {
    width: 320px;
  }

  .image-54 {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .font-wrapper {
    width: 280px;
  }

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

  .container.home-features {
    grid-row-gap: 40px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.pricing-detailed {
    grid-row-gap: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.home-news, .container.team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container.careers-hero.careers-hero-custom {
    max-width: 100%;
    padding-top: 70px;
  }

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

  .container.careers-template, .container.pricing-faq {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.hashtags {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .container.blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.author-profile {
    flex-direction: column;
    display: flex;
  }

  .container.home-details {
    padding: 40px 10px;
  }

  .container.container-custom {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px 10px 0;
    display: none;
  }

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

  .container.container-grid {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    bottom: auto;
  }

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

  .section.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 10%;
    background-repeat: no-repeat;
    background-size: 150%;
    background-attachment: scroll;
    height: 100%;
    margin-bottom: -120px;
  }

  .section.section-partner-custom {
    margin-top: -146px;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .title-h1 {
    font-size: 35px;
  }

  .title-h1.mobile-center {
    font-size: 25px;
  }

  .title-h1.faq-heading {
    font-size: 30px;
  }

  .title-h2 {
    text-align: center;
    align-items: center;
    font-size: 24px;
  }

  .title-h3 {
    letter-spacing: -.5px;
    font-size: 35px;
  }

  .title-h3.title-h3-custom-services, .title-h5 {
    font-size: 30px;
  }

  .title-h5.mobile-center {
    text-align: center;
  }

  .title-h5.title-h5-custom-partner {
    font-size: 24px;
  }

  .paragraph-16px.new-paragraph-16px-align, .paragraph-18px {
    font-size: 16px;
  }

  .paragraph-18px.paragraph-18px-about-top {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .navbar {
    overflow: visible;
  }

  .container-nav {
    padding: 20px 10px;
  }

  .container-nav.careers {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-logo {
    padding-left: 0;
  }

  .image-logo {
    width: 140px;
  }

  .nav-button-wrapper {
    grid-column-gap: 0px;
  }

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

  .paragraph-width-450px {
    width: auto;
    font-size: 16px;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    width: 95%;
  }

  .inner-grid-center {
    display: none;
  }

  .home-hero-clients {
    width: 70%;
    height: 110px;
  }

  .hero-clients-grid {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .hero-text-box {
    padding-right: 20px;
  }

  .hero-avatar-left {
    bottom: -61%;
    left: -21%;
  }

  .home-hero-data {
    padding-top: 150px;
  }

  .home-hero-data.home-hero-data-custom {
    padding-top: 40px;
  }

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

  .marquee-wrapper {
    grid-row-gap: 10px;
    display: flex;
    overflow: hidden;
  }

  .marquee-single {
    padding: 15px;
    font-size: 14px;
  }

  .icon-box {
    width: 15px;
    height: 15px;
  }

  .icon-box.dark-blue {
    width: 20px;
    height: 20px;
  }

  .marquee-inner.right, .marquee-inner.left {
    grid-column-gap: 10px;
  }

  .details-grid {
    grid-row-gap: 15px;
  }

  .inner-details {
    grid-row-gap: 15px;
    width: 90%;
  }

  .details-button {
    align-items: center;
  }

  .details-image {
    margin-top: 27px;
    margin-left: -23px;
    padding-left: 12px;
  }

  .feature-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-title {
    padding-top: 20px;
  }

  .feature-paragraph {
    font-size: 16px;
  }

  .features-subtext {
    width: auto;
  }

  .review-text {
    font-size: 20px;
  }

  .slide-nav {
    color: var(--edext-text);
    padding-top: 0;
    display: block;
    top: auto;
    bottom: -10px;
  }

  .testimonial-card {
    height: 320px;
    padding-bottom: 55px;
  }

  .slider {
    max-width: none;
    margin-left: 0;
  }

  .mask {
    width: auto;
  }

  .testimonial-wrapper {
    display: block;
  }

  .pricing-paragraph {
    width: auto;
    font-size: 16px;
  }

  .pricing-detailed-grid {
    width: 105%;
    display: block;
  }

  .detailed-row.detailed-row-custom-white {
    width: 96%;
    padding-right: 4px;
  }

  .row-column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 5.5fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 0;
  }

  .pricing-detailed-buttons {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
  }

  .news-paragraph {
    width: auto;
    font-size: 16px;
  }

  .blog-card {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-card.company-blog-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
    overflow: hidden;
  }

  .blog-card-wrapper {
    margin-bottom: 20px;
  }

  .blog-collection.medium-stories {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .blog-collection.company-blog-collection {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    display: block;
  }

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

  .footer-cta-paragraph {
    width: auto;
  }

  .footer-container {
    grid-row-gap: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .links-inner {
    text-align: left;
    align-self: flex-start;
  }

  .footer-link-title {
    text-align: left;
    padding-bottom: 0;
  }

  .footer-link-title.footer-link-title-custom {
    text-align: left;
  }

  .footer-links-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-mail-link {
    display: none;
  }

  .footer-copyright {
    margin-top: -34px;
  }

  .footer-terms-wrapper {
    grid-row-gap: 10px;
    flex-flow: column wrap;
  }

  .about-data-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about-data-text {
    text-align: left;
    font-size: 22px;
  }

  .about-data-text.about-data-text-custom.about-data-text-custom-one {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .graph-titles.smaller {
    width: auto;
  }

  .graph-image.graph-image-custom {
    align-self: stretch;
  }

  .team-title-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .team-slide {
    margin-left: 0;
  }

  .team-left-arrow {
    width: 45px;
    height: 45px;
  }

  .team-right-arrow {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
    top: -32%;
  }

  .team-slide-text {
    top: -32%;
    left: 40%;
    right: 40%;
  }

  .about-details-image {
    width: 90%;
  }

  .category-item {
    align-items: center;
    width: 115%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 70px;
    padding-right: 0;
  }

  .link-category {
    grid-column-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: -57px;
    margin-right: 0;
    padding-right: 0;
  }

  .link-category.w--current {
    width: 80%;
    margin-left: 25px;
  }

  .bg-shape-blue {
    width: 300px;
    height: 300px;
    inset: 0% 0% auto auto;
  }

  .bg-shape-yellow {
    width: 300px;
    height: 300px;
    inset: 0% auto auto 0%;
  }

  .careers-category-wrapper {
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .careers-card {
    margin-left: 0;
  }

  .careers-card-title {
    font-size: 18px;
  }

  .careers-card-company {
    font-size: 12px;
  }

  .careers-item {
    width: 100%;
    margin-left: 0;
  }

  .careers-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-content: stretch;
    place-items: center;
    width: 100%;
    margin-left: 0;
  }

  .back-button {
    padding: 8px 14px;
  }

  .description-big p {
    font-size: 14px;
  }

  .careers-contact-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .job-details-grid {
    grid-template-columns: 1fr;
  }

  .starter-plan {
    width: 80%;
  }

  .starter-plan.category-template-starter-plan {
    width: 100%;
  }

  .basic-plan {
    width: 90%;
  }

  .premium-plan {
    width: 80%;
  }

  .button-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .bar-separator {
    display: none;
  }

  .pricing-faq-wrapper {
    width: 100%;
  }

  .accordion-item, .accordion-item.first {
    grid-template-columns: 1fr;
  }

  .pricing-template-hero {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-template-features {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-template-notice {
    display: none;
  }

  .pricing-template-description {
    font-size: 16px;
  }

  .template-plan-body {
    padding-left: 10px;
  }

  .description-wrapper {
    width: 100%;
  }

  .hashtag-wrapper {
    width: 100%;
    padding-top: 60px;
  }

  .hashtag-box {
    letter-spacing: 0;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
  }

  .blog-first-post {
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .first-post-category {
    font-size: 16px;
  }

  .first-post-title {
    font-size: 40px;
  }

  .first-post-caption {
    font-size: 16px;
  }

  .blog-title-wrapper {
    width: auto;
  }

  .cta-form {
    width: 100%;
  }

  .cta-email-field {
    border-radius: 10px;
  }

  .cta-submit-button {
    border-style: solid;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 68px;
    left: 0;
    right: 0;
  }

  .cta-notice {
    margin-top: 70px;
  }

  .cta-error-message {
    margin-top: 75px;
  }

  .footer-small {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .post-info {
    grid-row-gap: 50px;
  }

  .post-category {
    font-size: 14px;
  }

  .post-info-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-hero-paragraph {
    width: auto;
  }

  .utility-page-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._404-image {
    width: 100%;
  }

  .author-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-info {
    max-width: none;
  }

  .profile-image {
    width: 150px;
    height: 150px;
  }

  .author-socials {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .left-contact {
    grid-row-gap: 80px;
    width: auto;
    height: 700px;
    padding: 100px 40px;
  }

  .right-contact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-wrapper {
    display: flex;
  }

  .title-wrapper {
    max-width: none;
  }

  .contact-details {
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }

  .back-wrapper {
    flex-wrap: nowrap;
  }

  .contact-title {
    font-size: 32px;
  }

  .contact-links {
    width: auto;
  }

  .contact-small-title {
    font-size: 30px;
  }

  .contact-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-link {
    font-size: 14.5px;
  }

  .wrapper-icon-faq {
    justify-content: flex-start;
    width: 100%;
  }

  .testimonial-left-arrow {
    left: 15%;
  }

  .testimonial-right-arrow {
    right: 15%;
  }

  .testimonial-slide-text {
    left: 43%;
  }

  .terms-wrapper {
    width: auto;
  }

  .terms-wrapper.privacy-policy {
    width: 100%;
  }

  .nav-icon-mobile {
    color: red;
    background-color: #0000;
  }

  .nav-link-inner {
    background-color: var(--edexa-blue);
    width: 100%;
  }

  .text-block {
    display: none;
  }

  .mobile-hide {
    font-size: 6px;
    display: block;
  }

  .mobile-hide.mobile-hide-wrong, .mobile-hide.mobile-hide-right {
    width: 50%;
    margin-left: -17px;
    display: block;
  }

  .super-text {
    font-size: 16vw;
  }

  .styleguide-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .more-from-edexa, .dropdown-toggle {
    display: none;
  }

  .socialiconsimages {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-3 {
    width: 24px;
    height: 24px;
  }

  .paragraph-width-450px-2 {
    width: auto;
    font-size: 16px;
  }

  .paragraph-width-450px-2.paragraph-width-450px-home-banner-custom {
    color: var(--white);
    font-size: 16px;
  }

  .title-h1-2 {
    font-size: 50px;
  }

  .hero-avatar-left-2 {
    bottom: -61%;
    left: -21%;
  }

  .hero-text-box-2 {
    padding-right: 20px;
  }

  .inner-grid-center-2 {
    display: none;
  }

  .hero-clients-grid-2 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .hero-home-wrapper-2 {
    height: 94.9728%;
    margin-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-h1-3 {
    font-size: 50px;
  }

  .hero-avatar-left-3 {
    bottom: -61%;
    left: -21%;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .bold-text-6 {
    font-size: 13px;
  }

  .heading-use-case, .heading-edexa-does {
    font-size: 18px;
  }

  .div-edexa-does {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .heading {
    font-size: 18px;
  }

  .innertitlenumber {
    font-size: 12px;
    line-height: 1.8;
  }

  .list-item-7 {
    font-size: 1.5rem;
  }

  .div-block-35 {
    font-size: 12px;
  }

  .list-item-21 {
    padding-left: 0;
    font-size: 1.5rem;
  }

  .list-14 {
    padding-left: 37px;
    font-size: 16px;
    line-height: 1.2;
  }

  .text-block-11 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .innercontent {
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
  }

  .div-block-86 {
    flex: 0 auto;
  }

  .privercytitle {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .privercytitle.hedingmargin {
    margin-top: 10px;
  }

  .paragraph-11, .paragraph-12 {
    margin-bottom: 10px;
    display: block;
  }

  .list-4, .list-15 {
    margin-bottom: 15px;
  }

  .paragraph-43.sm-boldtext, .paragraph-51, .paragraph-48.sm-boldtext, .paragraph-44.sm-boldtext, .paragraph-45.sm-boldtext, .paragraph-57 {
    margin-bottom: 10px;
  }

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

  .paragraph-42.sm-boldtext, .paragraph-42.sm-boldtext-copy, .paragraph-52.sm-boldtext, .paragraph-46.sm-boldtext, .paragraph-47 {
    margin-bottom: 10px;
  }

  .paragraph-58, .paragraph-59, .paragraph-60 {
    margin-bottom: 10px;
    display: block;
  }

  .paragraph-53 {
    margin-bottom: 10px;
  }

  .list-17 {
    margin-bottom: 15px;
  }

  .paragraph-61 {
    margin-bottom: 10px;
    display: block;
  }

  .paragraph-62, .paragraph-54, .paragraph-55 {
    margin-bottom: 10px;
  }

  .paragraph-63, .paragraph-64 {
    margin-bottom: 10px;
    display: block;
  }

  .paragraph-65, .paragraph-67, .paragraph-68, .paragraph-56, .paragraph-69 {
    margin-bottom: 10px;
  }

  .growths.growths-custom {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .growth {
    padding: 5px 10px;
  }

  .growth-heading {
    font-size: 16px;
  }

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

  .div-flags.custom-div-flags {
    margin-bottom: 40px;
  }

  .points-image {
    width: 10px;
  }

  .points-title {
    font-size: 16px;
  }

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

  .text-block-17.title-h1 {
    font-size: 40px;
  }

  .text-block-19 {
    font-size: 9px;
    line-height: 1;
  }

  .text-block-20 {
    width: 100%;
  }

  .table-title-custom {
    font-size: 12px;
  }

  .div-button.div-button-custom {
    width: 100%;
  }

  .div-button.div-button-home-banner {
    width: 100%;
    margin-bottom: 220px;
  }

  .button-custom-contact {
    align-items: center;
    padding: 10px;
    font-size: 14px;
  }

  .button-custom-contact.new-button-custom-contact-blue {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-custom-url {
    padding: 10px;
    font-size: 14px;
  }

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

  .single-item-grid {
    display: flex;
  }

  .title-h1.title-h1--custom {
    letter-spacing: .5px;
    font-size: 40px;
  }

  .title-h1.title-h1--custom.title-h1--custom-header {
    font-size: 24px;
  }

  .partner-new-div {
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .partner-new-grid {
    grid-column-gap: 15px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 80px;
    margin-top: 0;
    margin-left: 0;
    padding: 10px;
  }

  .image-15 {
    margin-right: -11px;
  }

  .partner-new-div-content {
    display: block;
  }

  .partner-new-div-content-right {
    padding-top: 10px;
  }

  .paragraph-72 {
    font-size: 20px;
  }

  .partner-new-div-image {
    width: 100%;
    margin-top: 80px;
    position: relative;
  }

  .paragraph-73 {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 8px;
    top: -15px;
    right: 10px;
  }

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

  .div-ranked {
    border-bottom-left-radius: 10px;
    padding: 10px;
  }

  .div-certificate {
    border-bottom-right-radius: 10px;
    padding: 10px;
  }

  .h3-ranked {
    font-size: 8px;
    line-height: 1.2;
  }

  .text-block-23 {
    font-size: 12px;
  }

  .div-block-87 {
    width: 100%;
    position: static;
  }

  .bold-text-33 {
    margin-left: 0;
    font-size: 24px;
  }

  .text-block-25 {
    font-size: 15px;
    display: flex;
  }

  .text-block-28 {
    font-size: 12px;
  }

  .text-block-31 {
    text-align: left;
  }

  .paragraph-width-450px-3 {
    width: auto;
    font-size: 16px;
  }

  .paragraph-width-450px-3.paragraph-width-450px-custom.paragraph-width-450px-custom-color {
    width: auto;
  }

  .edexa-faq {
    margin-top: 25px;
  }

  .title-h5-2 {
    font-size: 30px;
  }

  .title-h5-2.mobile-center {
    text-align: center;
  }

  .container-2, .container-2.container-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    max-width: none;
    overflow: visible;
  }

  .text-block-34 {
    color: var(--edexa-text);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    font-weight: 400;
  }

  .div-ecosystem-glance {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .paragraph-75 {
    margin-top: 27px;
    padding-left: 0;
  }

  .div-play-services {
    flex-direction: column;
    display: flex;
  }

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

  .heading-15 {
    margin-top: 63px;
    font-size: 50px;
  }

  .bold-text-43 {
    margin-left: 0;
    font-size: 24px;
  }

  .new-head {
    font-size: 47px;
    line-height: 45px;
  }

  .container-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-us-copy {
    text-align: center;
    width: 120px;
    height: 45px;
    margin-left: 4px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14.5px;
  }

  .details-image-copy {
    padding-bottom: 31px;
  }

  .inner-details-copy {
    grid-row-gap: 15px;
    width: 90%;
  }

  .image-15-copy {
    margin-top: -8px;
    margin-left: 5px;
  }

  .image-3-copy {
    width: 24px;
    height: 24px;
  }

  .careers-item-copy {
    width: 100%;
    margin-left: 0;
  }

  .section-2.contact-us-banner {
    margin-top: 90px;
  }

  .heading-17 {
    font-size: 44px;
  }

  .heading-17.prese-and-media-heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .paragraph-79 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    height: auto;
  }

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

  .paragraph-80 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-95 {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .socialiconsimages-copy {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-11 {
    margin-top: 80px;
  }

  .text-block-42 {
    margin-top: 10px;
  }

  .section-12 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-21 {
    width: 15%;
  }

  .div-block-96 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 74px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-24-copy {
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 50px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 18px;
    display: flex;
  }

  .section-13.keyfacts {
    margin-bottom: 40px;
  }

  .heading-26 {
    font-size: 25px;
  }

  .div-block-98 {
    width: 100%;
    height: auto;
    min-height: 200px;
  }

  .paragraph-81 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-11.press-and-media-container {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-100 {
    margin-left: 0;
  }

  .bold-text-45 {
    font-size: 25px;
  }

  .heading-28 {
    font-size: 20px;
  }

  .div-block-99 {
    min-height: auto;
  }

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

  .heading-29 {
    font-size: 15px;
    line-height: 29px;
  }

  .container-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-30 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .text-block-43 {
    font-size: 15px;
  }

  .link-category-copy {
    justify-content: flex-start;
    width: 204px;
    margin-left: 55px;
    padding-right: 123px;
  }

  .link-category-copy.w--current {
    width: auto;
  }

  .bold-text-46 {
    margin-left: 0;
  }

  .image-22 {
    margin-top: -34px;
  }

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

  .bold-text-47, .bold-text-48, .bold-text-49 {
    font-size: 14px;
  }

  .text-block-46 {
    margin-left: 9px;
    font-size: 5px;
  }

  .row-column-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 29px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 5.5fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: -28px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-23 {
    width: 100%;
  }

  .section-copy.section-company.section-top {
    height: auto;
    margin-top: 60px;
  }

  .container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy.home-features {
    grid-row-gap: 40px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-copy.testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-copy.pricing-detailed {
    grid-row-gap: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-copy.home-news, .container-copy.team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-copy.careers-hero {
    padding-top: 100px;
  }

  .container-copy.careers-hero.careers-hero-custom {
    max-width: 100%;
    padding-top: 70px;
  }

  .container-copy.career-category {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-copy.careers-template, .container-copy.pricing-faq {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-copy.hashtags {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-copy.cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-copy.blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-copy.author-profile {
    flex-direction: column;
    display: flex;
  }

  .container-copy.home-details, .container-copy.container-custom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-ccopy.home-features {
    grid-row-gap: 40px;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.pricing-detailed {
    grid-row-gap: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.home-news, .container-ccopy.team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-ccopy.careers-hero {
    padding-top: 100px;
  }

  .container-ccopy.careers-hero.careers-hero-custom {
    max-width: 100%;
    padding-top: 70px;
  }

  .container-ccopy.career-category {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-ccopy.careers-template, .container-ccopy.pricing-faq {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-ccopy.hashtags {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-ccopy.cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-ccopy.blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-ccopy.author-profile {
    flex-direction: column;
    display: flex;
  }

  .container-ccopy.home-details, .container-ccopy.container-custom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-cfopy {
    margin-top: -2px;
  }

  .section-cfopy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 10%;
    background-repeat: no-repeat;
    background-size: 150%;
    background-attachment: scroll;
    height: 100%;
    margin-bottom: -120px;
  }

  .section-cfopy.section-partner-custom {
    margin-top: -146px;
  }

  .cookie-pop {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: none;
  }

  .cookie-detail-wrapper {
    margin-bottom: 0;
  }

  .text-block-47, .text-block-48 {
    font-size: 12px;
  }

  .section-copy-copy {
    margin-top: -2px;
  }

  .section-copy-copy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 10%;
    background-repeat: no-repeat;
    background-size: 150%;
    background-attachment: scroll;
    height: 100%;
    margin-bottom: -120px;
  }

  .section-copy-copy.section-partner-custom {
    margin-top: -146px;
  }

  .policy-section {
    margin-top: -2px;
  }

  .policy-section.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 10%;
    background-repeat: no-repeat;
    background-size: 150%;
    background-attachment: scroll;
    height: 100%;
    margin-bottom: -120px;
  }

  .policy-section.section-partner-custom {
    margin-top: -146px;
  }

  .section-copy {
    margin-top: -2px;
  }

  .section-copy.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 10%;
    background-repeat: no-repeat;
    background-size: 150%;
    background-attachment: scroll;
    height: 100%;
    margin-bottom: -120px;
  }

  .section-copy.section-partner-custom {
    margin-top: -146px;
  }

  .section-legeal-notioce {
    margin-top: -2px;
  }

  .section-legeal-notioce.section-home-banner {
    background-image: url('../images/1.png');
    background-position: 80% 10%;
    background-repeat: no-repeat;
    background-size: 150%;
    background-attachment: scroll;
    height: 100%;
    margin-bottom: -120px;
  }

  .section-legeal-notioce.section-partner-custom {
    margin-top: -146px;
  }

  .details-grid-copy {
    grid-row-gap: 15px;
  }

  .innercontent-copy {
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
  }

  .container-13 {
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-50 {
    font-size: 40px;
  }

  .text-block-51 {
    text-align: center;
    font-size: 26px;
    line-height: 1;
  }

  .div-block-101 {
    margin-top: -60px;
    margin-left: 0;
  }

  .image-25 {
    width: 90%;
    margin-top: 153px;
    margin-left: 11px;
  }

  .div-block-102 {
    width: auto;
    margin-left: 0;
  }

  .text-block-50-copy {
    font-size: 44px;
  }

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

  .text-block-52 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .section-16 {
    height: 900px;
  }

  .section-17, .section-18 {
    height: 1350px;
  }

  .div-block-106 {
    order: 0;
  }

  .image-27-copy {
    margin-top: 25px;
    margin-left: 24px;
  }

  .image-28-copy {
    vertical-align: baseline;
    margin-left: 25px;
  }

  .section-20 {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    height: 800px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .flex-block {
    order: -1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .image-29 {
    width: 200px;
  }

  .text-block-56 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
  }

  .ophone-bloack {
    order: 1;
    width: 70%;
    padding-top: 0;
    overflow: visible;
  }

  .block {
    width: 70%;
    inset: auto 0% 13%;
  }

  .block._1 {
    width: 200px;
    bottom: 533px;
  }

  .bloack-2 {
    inset: auto;
  }

  .b-you--section-2 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .text-block-56-copy {
    text-align: center;
    font-size: 30px;
    line-height: 1;
  }

  .flex-block-2 {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    height: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .flex-block-3 {
    max-width: none;
  }

  .b-you--section-3-copy {
    padding: 40px 20px;
    overflow: hidden;
  }

  .b-you--section-4--benefits {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

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

  .text-block-57 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .b-you---section--5 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .image-32 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .text-bloack-c-2, .bold-text-51 {
    text-align: center;
    font-size: 30px;
  }

  .image-32-copy {
    object-fit: contain;
    box-sizing: border-box;
    inset: auto auto 0% 0%;
    flex: none;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .text-block-56-copy-copy {
    text-align: center;
    line-height: 1;
  }

  .use---grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .use--card {
    min-width: 0;
    max-height: none;
  }

  .use---image, .bold-text-52 {
    text-align: center;
  }

  .button-custom-contact-copy {
    align-items: center;
    padding: 10px;
    font-size: 14px;
  }

  .button-custom-contact-copy.new-button-custom-contact-blue {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bold-text-53 {
    text-align: center;
  }

  .body-4 {
    aspect-ratio: auto;
  }

  .b-message {
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-end;
    height: 600px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .image-33 {
    width: 300px;
    padding-bottom: 20px;
  }

  .b--message-section---2 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .flex-block-4copy {
    max-width: none;
  }

  .flex-block-copy {
    order: 1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .section-21 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-35 {
    width: 100%;
  }

  .div-block-109 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .flex-block-4copy-copy, .flexbox-2 {
    max-width: none;
  }

  .flex-block-copy-copy {
    order: 1;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .section-20-copy {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    height: 800px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .ophone-bloack-copy {
    order: 1;
    width: 70%;
    padding-top: 0;
    overflow: visible;
  }

  .block-copy {
    width: 70%;
    inset: auto 0% 13%;
  }

  .block-copy._1 {
    width: 200px;
    top: 378px;
    bottom: 0;
  }

  .image-bg {
    width: 621px;
    position: static;
  }

  .coinmark {
    width: 24px;
    height: 24px;
  }

  .flex-block-2-copy {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    height: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .msg-group {
    top: 14%;
  }

  .b--message-section---2-copy, .b-message-why {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .new-txt {
    text-align: center;
    font-size: 16px;
  }

  .new-txt--24 {
    font-size: 15px;
  }

  .new-txt--22 {
    font-size: 14px;
  }

  .new-txt--20 {
    text-align: center;
    font-size: 13px;
  }

  .new-txt--18 {
    text-align: center;
    font-size: 12px;
  }

  .text-bloack-c-2-copy {
    text-align: center;
    font-size: 30px;
  }

  .image-35-copy {
    width: 100%;
  }

  .b--message-section---2-copy, .b--message-conent {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .byou-main {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
    height: 100%;
    margin-top: 0;
    overflow: visible;
  }

  .phone-block, .phone-block-copy {
    order: 1;
    width: 70%;
    padding-top: 0;
    overflow: visible;
  }

  .section-20-copy-copy {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    height: 800px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .div-block-129 {
    width: 171px;
    height: 109px;
  }

  .div-block-129.div-block-129-banji {
    width: 230px;
  }

  .div-block-129.div-block-129-cng {
    width: 190px;
    height: 150px;
  }

  .div-block-129.div-block-129-bmsg {
    width: 170px;
  }

  .image-46 {
    width: 238px;
    top: 3rem;
  }

  .image-46.image-46-banji {
    width: 220px;
    top: 3rem;
  }

  .image-46.image-46-cng {
    width: 210px;
    top: 2.3rem;
  }

  .div-block-131.container {
    padding: 10px;
  }

  .div-block-131.container.div-block-131-cng {
    padding-top: 15px;
  }

  .div-block-131.container.div-block-131-bmsg {
    padding-top: 10px;
  }

  .heading-59 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .heading-59.heading-59-cng {
    margin-top: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .heading-59.heading-59-bmsg {
    font-size: 30px;
    line-height: 30px;
  }

  .image-47 {
    width: 240px;
    height: 90px;
  }

  .image-47.image-47-banji {
    width: 230px;
  }

  .image-47.image-47-cng {
    width: 240px;
    height: 73px;
  }

  .image-48 {
    width: 80px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .image-48.image-48-banji {
    width: 110px;
  }

  .image-48.image-48-cng {
    width: 210px;
  }

  .image-48.image-48-bmsg {
    width: 200px;
  }

  .image-48.image-48-bstamp {
    width: 120px;
  }

  .text-block-68 {
    font-size: 12px;
  }

  .grid-23 {
    display: block;
  }

  .div-block-132 {
    margin-top: -380px;
    padding-top: 0;
  }

  .grid-24, .grid-25, .grid-26 {
    display: block;
  }

  .grid-27 {
    display: none;
  }

  .grid-28, .grid-29 {
    display: block;
  }

  .bold-text-63 {
    font-size: 30px;
  }

  .bold-text-63.bold-text-63-banji {
    font-size: 27px;
  }

  .bold-text-63.bold-text-63-cng {
    font-size: 28px;
    line-height: 28px;
  }

  .bold-text-63.bold-text-63-bmsg {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-145 {
    display: none;
  }

  .div-block-151 {
    width: 220px;
  }

  .image-54 {
    width: 50px;
  }

  .dropdown-list-3.w--open {
    width: 166px;
    min-width: 166px;
    margin-top: 0;
    margin-left: 0;
    position: fixed;
  }
}

#w-node-_37a46b46-c456-1c37-c36e-3dfd73cba46c-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6b086934-0564-8a16-f6c6-83a7364ad208-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f8290a0-261b-7753-2151-add58801ab77-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e2148f39-ef3f-d237-02f6-d885f740557e-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-e2148f39-ef3f-d237-02f6-d885f7405588-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_37a46b46-c456-1c37-c36e-3dfd73cba488-d48d857a, #w-node-_37a46b46-c456-1c37-c36e-3dfd73cba489-d48d857a, #w-node-_37a46b46-c456-1c37-c36e-3dfd73cba48a-d48d857a, #w-node-_37a46b46-c456-1c37-c36e-3dfd73cba48b-d48d857a, #w-node-_60f53f52-9570-1108-bdb0-a088cc753def-d48d857a, #w-node-_95e61983-6d5d-6315-7ce2-6ccf43debd23-d48d857a, #w-node-_115be9a4-c4e3-ee61-a26f-fab2d1f67c55-d48d857a, #w-node-b8819572-e0c6-ebbc-c5dc-7fd643aedf81-d48d857a, #w-node-_3a814c2c-fe82-c235-0b63-06e05a6f9f74-d48d857a, #w-node-d703be0f-3a92-20d5-b769-b46140c5045a-d48d857a, #w-node-_20025988-9936-323c-f8c0-35db5f7f749a-d48d857a, #w-node-_9db82c1b-95f2-13fd-ab95-cd256fbdf1a8-d48d857a, #w-node-_41159106-54eb-ca66-417d-f315cb5b58fd-d48d857a, #w-node-_40b6acb1-e1e9-63e7-13ff-8ada6435a507-d48d857a, #w-node-e837c5d7-dfe5-6ba5-0dde-c3a9ee4c7d1a-d48d857a, #w-node-a3e0aec8-c6bd-bb1f-8633-d50d609efd2d-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3a27bae-0574-766a-d7ce-017b8a7e133d-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b3a27bae-0574-766a-d7ce-017b8a7e133e-d48d857a, #w-node-a61c7a1e-e14b-ce36-c7eb-7ae8a45257db-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a61c7a1e-e14b-ce36-c7eb-7ae8a45257f3-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f72793de-c59d-ed7f-7d70-1d55fb42e748-d48d857a, #w-node-af8b7169-69ad-e328-bc44-463fbd2fdcef-d48d857a, #w-node-f8cc6984-e0bb-0bfa-18e6-55c493a5ef98-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_381db8bc-b91f-fa80-d17e-231728c0de55-d48d857a, #w-node-f8cc6984-e0bb-0bfa-18e6-55c493a5ef9e-d48d857a, #w-node-_8ecd1bc6-47cb-9bab-b2ce-79295d07e93e-d48d857a, #w-node-f79c8578-6f14-e1f2-e834-e0f0f09da906-d48d857a, #w-node-f8cc6984-e0bb-0bfa-18e6-55c493a5ef9f-d48d857a, #w-node-_3c630cf6-22ef-48b5-9a21-784aa6f924f4-d48d857a {
  justify-self: center;
}

#w-node-ff77d970-f766-0e51-29f3-5128d78149ec-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_232af6eb-c3f6-a759-4a45-867177ec3f62-d48d857a, #w-node-ff77d970-f766-0e51-29f3-5128d78149f2-d48d857a, #w-node-_29b5ef3d-65a7-f196-f7f6-c3a059b85451-d48d857a, #w-node-eec9288a-7449-2453-3235-9bf4cfd8373d-d48d857a, #w-node-_46b6e1c6-330b-8e69-3d77-be53bf84a4ed-d48d857a, #w-node-_2f88594f-3171-df52-f66b-adfd1e442c3e-d48d857a {
  justify-self: center;
}

#w-node-ba0030b8-4ada-b9d1-35f1-c829ab6a0f2f-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df269962-65c5-4019-6356-442ac32c0a84-d48d857a, #w-node-ba0030b8-4ada-b9d1-35f1-c829ab6a0f36-d48d857a, #w-node-a958d455-6603-9600-f54a-2cd504582e94-d48d857a, #w-node-_16175165-ac04-4818-459a-07ff30a30ca0-d48d857a, #w-node-ba0030b8-4ada-b9d1-35f1-c829ab6a0f35-d48d857a, #w-node-_961033f9-2af1-8082-06b0-9d802516c98b-d48d857a {
  justify-self: center;
}

#w-node-_964cff62-ac62-0ffe-8178-96b7e45dae5c-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92106261-4c60-85a4-4728-3769a7cbe0d4-d48d857a, #w-node-cd0b4ae1-26cd-fb50-1534-4d7a20977c98-d48d857a, #w-node-bcda2dfe-c683-4d18-314c-af0dd1149601-d48d857a, #w-node-_745018d2-f372-0607-c15f-7ce8c1530087-d48d857a, #w-node-_92f497cd-184a-9b96-bdf0-ccd9d60a8948-d48d857a, #w-node-_964cff62-ac62-0ffe-8178-96b7e45dae62-d48d857a {
  justify-self: center;
}

#w-node-a30df27b-0d31-8960-a8d4-d6d5cbad48e2-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1db44745-77fa-590f-70d4-b068a17e539b-d48d857a, #w-node-a30df27b-0d31-8960-a8d4-d6d5cbad48e8-d48d857a, #w-node-aeb0fd87-9adf-38fc-a624-85bca5acecb7-d48d857a, #w-node-_2f38fad7-3be8-44fd-3edf-8816b5b79f84-d48d857a, #w-node-_68548d75-94a8-ed05-5813-0a62717c3e63-d48d857a, #w-node-_33b5c99e-95d4-91e5-e7ce-0aa1aaf583bf-d48d857a {
  justify-self: center;
}

#w-node-_04be8c3d-d109-7f0c-86ff-3b81b5b01168-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b82fe8-1d11-dedb-36cd-5980db342a3a-d48d857a, #w-node-_67d7fe7e-c753-3ae3-9eef-7df58a79ab43-d48d857a, #w-node-_039b33ce-323e-65df-2433-717842e32606-d48d857a, #w-node-_4fc4ee8b-8ce3-6e2d-e2da-210fe89e8b4d-d48d857a, #w-node-_4a67fe1f-8956-0a55-f47f-a8705b10e968-d48d857a, #w-node-_972c9227-3a06-ad6e-923d-363ea611f742-d48d857a {
  justify-self: center;
}

#w-node-_90da9b2d-9103-dc10-aa2f-25a66d33b0dd-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28df775c-15cb-95c0-3a95-fa221b733849-d48d857a, #w-node-_76dfb0e9-f8ff-ecdf-b72c-459000c09bea-d48d857a, #w-node-_2a4ca2b7-cc32-6505-0daf-e0a3b0470869-d48d857a, #w-node-_7d0eda6e-e125-5abb-8108-6fa82ae7d4d7-d48d857a, #w-node-b4d75c2d-0edb-8f52-d5a3-9f9e13bdcdba-d48d857a, #w-node-e905ac24-c706-c323-c137-d7333595b185-d48d857a {
  justify-self: center;
}

#w-node-ae7a118f-db41-a94a-91db-6aba23ef4fd1-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20b67bd8-d6af-38d7-1670-82e77509bea2-d48d857a, #w-node-ae7a118f-db41-a94a-91db-6aba23ef4fd7-d48d857a, #w-node-_1479387c-1a06-9afd-2e1d-66b6397a0d27-d48d857a, #w-node-_51429353-721b-c88b-1371-1f708adc6dfc-d48d857a, #w-node-b8fc5717-7d9c-08fa-36d3-e814a3e884a9-d48d857a, #w-node-c2b1f8bb-c640-e189-18d4-d21b6fc0c1f9-d48d857a {
  justify-self: center;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd492-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd49e-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a0-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a1-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a2-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a3-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a4-d48d857a {
  justify-self: center;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a8-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4aa-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ab-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ac-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ad-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ae-d48d857a {
  justify-self: center;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b2-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b4-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b5-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b6-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b7-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b8-d48d857a {
  justify-self: center;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4bc-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4be-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4bf-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4c0-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4c1-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4c2-d48d857a {
  justify-self: center;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d0-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d2-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d3-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d4-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d5-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d6-d48d857a {
  justify-self: center;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4da-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4dc-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4dd-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4de-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4df-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e0-d48d857a {
  justify-self: center;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e4-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e6-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e7-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e8-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e9-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ea-d48d857a {
  justify-self: center;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ee-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4f0-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4f1-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4f2-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4f3-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4f4-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000c5-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000ca-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000d5-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000da-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000dc-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000de-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e0-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e1-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e4-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e6-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e8-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e9-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000ea-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000ed-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000ef-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000f1-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000f2-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000f3-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000f6-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000f8-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000fa-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000fb-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000fc-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000ff-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000101-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000103-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000104-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000105-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000108-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00010a-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00010c-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00010d-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00010e-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000111-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000113-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000115-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000116-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000117-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00011a-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00011c-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00011e-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00011f-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000120-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000123-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000128-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00012a-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00012c-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00012e-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00012f-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000132-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000134-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000136-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000138-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000139-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00013c-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00013e-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000140-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000142-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000143-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000146-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000148-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00014a-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00014c-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00014d-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000150-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000152-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000154-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000156-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000157-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00015a-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00015c-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00015e-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000160-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000161-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000164-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000166-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000168-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00016a-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00016b-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00016e-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000173-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000175-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000177-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000179-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00017a-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00017d-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00017f-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000181-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000183-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000184-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000187-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000189-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00018b-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00018d-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00018e-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000191-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000193-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000195-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a000197-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000198-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00019b-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a00019d-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00019f-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001a1-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001a2-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001a5-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001a7-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001a9-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001ab-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001ac-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001af-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001b1-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001b3-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001b5-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001b6-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001b9-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001bb-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001bd-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001bf-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001c0-d48d857a {
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001c3-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001c5-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001c7-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001c9-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001ca-d48d857a {
  justify-self: center;
}

#w-node-a9b4dc1e-8456-ac17-a12e-a8e7e142f65a-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fc4128fd-3ef6-8157-8aa2-4683819be27b-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fc4128fd-3ef6-8157-8aa2-4683819be27c-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_787a0e9a-2e0b-1db6-5448-c38eba5425be-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c97d899c-30de-cd26-529f-b462818008b5-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-_07fef6d5-420d-201f-add4-d48d9b1c8002-d48d857a, #w-node-aea9f665-c990-706d-9747-ecdb9bd87a2f-d48d857a, #w-node-d0de4991-8167-ed9d-f1af-5f86f1110c9e-d48d857a, #w-node-e71c32e7-205c-cf80-d9ee-572c9025066d-d48d857a, #w-node-c4172f33-67c6-acba-fa91-464fd446be59-d48d857a, #w-node-aea7c80c-6d82-f11b-964e-2236122646fa-d48d857a, #w-node-_77aee4eb-755d-f5d0-496d-d1418b23c53c-d48d857a, #w-node-b0ef3fb4-1388-4d2a-f4cd-d55d71fa11c9-d48d857a, #w-node-_8a2fe860-a5aa-8bb6-31a9-48a0d74ded9d-d48d857a, #w-node-_053af0d0-be0f-b050-8895-c84219ad08df-d48d857a, #w-node-_5e28d0c9-bfe9-988d-d50f-50978b46b427-d48d857a, #w-node-_5ecbbf85-d86a-7e31-4692-bc796a179244-d48d857a, #w-node-_548ebf1d-923a-79cb-1a6a-395596e95a00-d48d857a, #w-node-c1009702-ef58-37be-14dc-249bdfb33aac-d48d857a, #w-node-_8903555a-64bf-ba27-8bfc-ee80dbfdab47-d48d857a, #w-node-_4f4254f0-8e05-da28-5bcf-7d8d5f99bebe-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c0c3d11-22ec-19b0-9d3b-73239ddeb7fa-d48d857a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4c0c3d11-22ec-19b0-9d3b-73239ddeb7fb-d48d857a, #w-node-_4c0c3d11-22ec-19b0-9d3b-73239ddeb7fc-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c53bcd2-f133-4dbc-261f-3df4dd189c29-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0c53bcd2-f133-4dbc-261f-3df4dd189c2a-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9e087556-35f0-3765-f535-c651f0a44eaa-d48d857a, #w-node-_9e087556-35f0-3765-f535-c651f0a44eab-d48d857a, #w-node-_6c35da1b-1de7-c795-6aee-71224d125ef7-d48d857a, #w-node-_2a178063-4156-9710-b513-fae08a2f678d-d48d857a, #w-node-_84df493c-152c-dea9-27ae-27271dbfa139-d48d857a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1582d47-2908-49d0-4e6e-712fcc94507d-dfa9a8e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f1582d47-2908-49d0-4e6e-712fcc945082-dfa9a8e8, #w-node-_9d6394a3-0c78-6739-a989-faef01dd3d68-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d6394a3-0c78-6739-a989-faef01dd3d6a-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9d6394a3-0c78-6739-a989-faef01dd3d6c-01dd3d5e, #w-node-_9d6394a3-0c78-6739-a989-faef01dd3d7e-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d6394a3-0c78-6739-a989-faef01dd3d80-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9d6394a3-0c78-6739-a989-faef01dd3d82-01dd3d5e, #w-node-_9d6394a3-0c78-6739-a989-faef01dd3d89-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d6394a3-0c78-6739-a989-faef01dd3d8b-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9d6394a3-0c78-6739-a989-faef01dd3d8d-01dd3d5e, #w-node-_5fa844b8-75b0-aacb-fbbf-5eb14cda955c-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fa844b8-75b0-aacb-fbbf-5eb14cda955e-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5fa844b8-75b0-aacb-fbbf-5eb14cda9560-01dd3d5e, #w-node-_49666f7c-b4b6-d8b5-58bb-17c5d2aae30f-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49666f7c-b4b6-d8b5-58bb-17c5d2aae311-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_49666f7c-b4b6-d8b5-58bb-17c5d2aae313-01dd3d5e, #w-node-_46b75650-5e70-9bd9-51b1-5e4d789541ce-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46b75650-5e70-9bd9-51b1-5e4d789541d0-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_46b75650-5e70-9bd9-51b1-5e4d789541d2-01dd3d5e, #w-node-_41e29a11-5c87-0355-31b9-70c342a3b137-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41e29a11-5c87-0355-31b9-70c342a3b139-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_41e29a11-5c87-0355-31b9-70c342a3b13b-01dd3d5e, #w-node-_3c174883-cd04-3057-a8cd-dc01dc41e5e9-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c174883-cd04-3057-a8cd-dc01dc41e5eb-01dd3d5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3c174883-cd04-3057-a8cd-dc01dc41e5ed-01dd3d5e, #w-node-_835e51ab-e5d9-5534-91b2-a34fb8d25198-b8d25190, #w-node-_835e51ab-e5d9-5534-91b2-a34fb8d251a2-b8d25190, #w-node-_835e51ab-e5d9-5534-91b2-a34fb8d251ac-b8d25190, #w-node-_0af17c88-a3cd-0ac4-99ca-1e10f7e8c077-b8d25190, #w-node-_44ce88c0-7db6-f3ef-26b0-b9b1fdee81eb-f35c8b77, #w-node-_44ce88c0-7db6-f3ef-26b0-b9b1fdee81f0-f35c8b77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44ce88c0-7db6-f3ef-26b0-b9b1fdee81f1-f35c8b77, #w-node-_44ce88c0-7db6-f3ef-26b0-b9b1fdee81fc-f35c8b77, #w-node-_44ce88c0-7db6-f3ef-26b0-b9b1fdee820f-f35c8b77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-acd40b40-6f2b-9a22-73f9-319a34ebf8f3-34ebf8e8, #w-node-acd40b40-6f2b-9a22-73f9-319a34ebf8f4-34ebf8e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af4ea396-3851-5df5-f5c3-f9498a6562a1-d48d85bd, #w-node-b07e5e66-8cf5-8420-6e60-dc515911838f-d48d85bd, #w-node-_4cacc582-bcde-4aa3-c97a-6aec68e54022-d48d85bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a85c4592-af6d-23f2-98a0-4024acc3fd13-d48d85bd, #w-node-a85c4592-af6d-23f2-98a0-4024acc3fd29-d48d85bd, #w-node-_7a46b1c2-7d33-f172-8271-c2a8da4f5520-d48d85bd, #w-node-f0bbe99c-b9d5-328e-09d5-dc2da9a74f11-d48d85bd, #w-node-_5fb144f3-8083-7d0c-631a-2445cc68d73e-d48d85bd, #w-node-fa4a3539-d68d-774d-c6ab-a94852537f87-d48d85bd, #w-node-d89e8fa2-b67e-bcde-7064-7cb2a821101e-d48d85bd, #w-node-_85c6b64a-f425-e18b-321c-7ba955fa1597-d48d85bd, #w-node-d776fd42-b326-7e0c-209e-a774e1a3ecf5-d48d85bd, #w-node-_4568d62c-5de2-6440-1276-709edf7d8d38-d48d85bd, #w-node-_70f61209-1229-edc6-d837-5aae6af3235e-d48d85bd, #w-node-aed84a07-354c-f166-0a99-ce5a0fcedccf-d48d85bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d2df56c-c551-d5a8-5aeb-2fcc30e46480-30e4647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_3d2df56c-c551-d5a8-5aeb-2fcc30e46481-30e4647d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9e5fa9a3-16c2-3550-4a1c-b3f83543b3ad-3543b3a8, #w-node-_9e5fa9a3-16c2-3550-4a1c-b3f83543b3c3-3543b3a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb5ab99e-c062-f01b-d0a6-4784e54f5868-d48d85be {
  align-self: center;
}

#w-node-_585ea65d-6955-5356-4132-20718683b4a3-d48d85be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_3696c2d1-d9a0-ed87-5095-93156517f706-d48d85be {
  place-self: end start;
}

#firstName.w-node-eb5ab99e-c062-f01b-d0a6-4784e54f5883-d48d85be, #lastName.w-node-eb5ab99e-c062-f01b-d0a6-4784e54f5887-d48d85be, #email.w-node-_738e074d-bbfe-0f52-8d95-0640b1a801bb-d48d85be, #message.w-node-d040cc22-64b9-d133-3aff-a4fb6d8d7b7d-d48d85be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb5ab99e-c062-f01b-d0a6-4784e54f5894-d48d85be {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-d91f8388-b035-3d21-8c78-cdb9df02b014-d48d85d3 {
  align-self: stretch;
}

#w-node-d91f8388-b035-3d21-8c78-cdb9df02b016-d48d85d3, #w-node-d91f8388-b035-3d21-8c78-cdb9df02b017-d48d85d3, #w-node-_5f8dc438-913b-8565-e8a3-73e4b0bea005-d48d85d4, #w-node-_5f8dc438-913b-8565-e8a3-73e4b0bea006-d48d85d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df860b6a-d840-be7f-4c19-b1126c92e3b8-d48d85d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c86fb771-1ea8-5006-ceda-20882a0d3264-d48d85d5 {
  justify-self: start;
}

#w-node-_783d4eb0-aa97-b753-129a-a3c798854971-d48d85d5, #w-node-_783d4eb0-aa97-b753-129a-a3c798854972-d48d85d5, #w-node-_87b73e69-7767-818a-ae48-c981a3054302-d48d85d6, #w-node-_4005b9e3-6b1b-f1ce-c742-e2de389f5e05-d48d85d6, #w-node-_9824fcc8-b5d6-6c52-7724-f91ea7ec2d3b-d48d85d6, #w-node-a546afc8-be14-b149-16de-960e18344fbd-d48d85d6, #w-node-_2a69ee4c-bec5-5ae1-76a8-bafd63be8eb9-d48d85d6, #w-node-_59e9d1b9-3185-1f1e-db47-2c561fe96bfc-d48d85d6, #w-node-_91b36d09-1b41-a2b1-da8f-70ba6c8f7879-d48d85d6, #w-node-_40bc03da-27b0-264f-555b-4539dd6a6c7c-d48d85d6, #w-node-_6467a8dc-fe07-c199-b145-aa45809c480a-d48d85d6, #w-node-ab82d6e4-5cdb-2d94-3b14-c57fe22683b5-d48d85d6, #w-node-_1a4c2e90-2352-9422-5274-fe9004ac9ef5-d48d85d6, #w-node-_1a4c2e90-2352-9422-5274-fe9004ac9efa-d48d85d6, #w-node-_1a4c2e90-2352-9422-5274-fe9004ac9eff-d48d85d6, #w-node-_1a4c2e90-2352-9422-5274-fe9004ac9f04-d48d85d6, #w-node-_2908b9dd-6c09-2491-dce0-20f5d3f12ea8-d48d85d9, #w-node-_2908b9dd-6c09-2491-dce0-20f5d3f12eb5-d48d85d9, #w-node-_2908b9dd-6c09-2491-dce0-20f5d3f12ec2-d48d85d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a85a7c98-dd4a-c9bd-910a-213b1a0b903f-d48d85f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a85a7c98-dd4a-c9bd-910a-213b1a0b9040-d48d85f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4fcfea5b-43ad-739d-d743-1476a0cc1f0c-d48d85f2, #w-node-_2b4fe407-8c40-6f38-dbf0-1aabfd5e9cdb-d48d85f2, #w-node-_2a680206-b8de-e6b4-407a-3f76886c6f39-d48d85f2 {
  place-self: center;
}

#w-node-e44e4357-328f-5edd-80b4-9f6a298b67c6-d48d85f4, #w-node-_34f58e8a-a256-ed84-04c8-be2531be5028-d48d85f4, #w-node-_7c4f2f99-3dba-2454-38f9-94991a8c4079-d48d85f4, #w-node-_1faa749f-9b09-57da-83f7-db4b1ffd5afd-d48d85f4, #w-node-b3f6195e-888a-da7b-8a02-13913c111397-d48d85f4, #w-node-_3c8fb3bd-f579-0951-bf77-b18874479915-d48d85f4, #w-node-e4136cab-d700-da75-2662-31794fd45420-d48d85f4, #w-node-_958619e2-ca5e-1850-c14e-bd81d380920a-d48d85f4, #w-node-bbf28582-aaa1-1dcc-e44a-aceac7125637-d48d85f4, #w-node-_00e49c75-6002-1474-5972-9d9609a409b4-d48d85f4, #w-node-a4840e5a-e94b-a713-077e-3430a3ef2b71-d48d85f4, #w-node-_9fb5b88d-6569-36af-1e26-d389e46945c4-d48d85f4, #w-node-c420f5d5-a618-9512-59cd-f297809d0259-d48d85f4, #w-node-_9a639f64-08eb-de82-3b89-8a66dd9284a6-d48d85f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6f01edf-66bf-b88c-0060-c2e50e1a88ee-d48d85f5, #w-node-d6f01edf-66bf-b88c-0060-c2e50e1a88f7-d48d85f5, #w-node-d6f01edf-66bf-b88c-0060-c2e50e1a8900-d48d85f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto start;
}

#w-node-_37beca64-ca05-c7d7-4cb1-52b6bf864f33-bf864f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37beca64-ca05-c7d7-4cb1-52b6bf864f34-bf864f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37beca64-ca05-c7d7-4cb1-52b6bf864f38-bf864f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37beca64-ca05-c7d7-4cb1-52b6bf864f39-bf864f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37beca64-ca05-c7d7-4cb1-52b6bf864f3d-bf864f2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_37beca64-ca05-c7d7-4cb1-52b6bf864f3e-bf864f2b, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eea9dd-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eea9e1-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eea9e3-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eea9e7-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eea9ec-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eea9f0-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eea9f6-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eea9fa-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eea9fc-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa00-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa02-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa05-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa09-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa0b-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa0f-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa11-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa15-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa17-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa1b-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa20-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa24-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa2a-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa2e-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa30-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa34-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa39-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa3d-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa42-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa46-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa4c-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa50-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa52-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa56-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa5b-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa5f-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa65-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa69-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa6e-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa72-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa78-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa7c-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa7e-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa82-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa87-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa8b-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa91-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa95-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa9a-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa9e-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaaa4-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaaa8-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaaad-d48d85f7, #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaab1-d48d85f7, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0bc-9e593d0c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c3-9e593d0c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c8-9e593d0c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0cd-9e593d0c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0d3-9e593d0c, #w-node-_98c39016-2ce2-55c5-534e-cd6d6a255998-9e593d0c, #w-node-_98c39016-2ce2-55c5-534e-cd6d6a25599e-9e593d0c, #w-node-_98c39016-2ce2-55c5-534e-cd6d6a2559a4-9e593d0c, #w-node-_98c39016-2ce2-55c5-534e-cd6d6a2559aa-9e593d0c, #w-node-_98c39016-2ce2-55c5-534e-cd6d6a2559b0-9e593d0c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b113-9e593d0c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b118-9e593d0c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b11d-9e593d0c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b122-9e593d0c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0bc-25c37348, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c3-25c37348, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c8-25c37348, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0cd-25c37348, #w-node-_32a75281-ec08-9b33-333b-f0a5b36b3b1f-25c37348, #w-node-_69a54a5e-5ad3-99e8-19e6-206e388736ce-25c37348, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0bc-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c3-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c8-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0cd-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0d3-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0f9-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0ff-7f096539, #w-node-b37518ab-3ba5-ec49-4d80-c9b991059dbe-7f096539, #w-node-_992421de-60f8-174d-4bb0-d08a0109892d-7f096539, #w-node-cb00fcd3-52db-56a4-73ca-75ae6c116866-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b113-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b118-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b11d-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b122-7f096539, #w-node-_65b81390-0c92-999f-8fc6-8a087b63bac7-7f096539, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0bc-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c3-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c8-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0cd-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0d3-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0f9-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0ff-865db6d1, #w-node-b37518ab-3ba5-ec49-4d80-c9b991059dbe-865db6d1, #w-node-_992421de-60f8-174d-4bb0-d08a0109892d-865db6d1, #w-node-cb00fcd3-52db-56a4-73ca-75ae6c116866-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b113-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b118-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b11d-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b122-865db6d1, #w-node-_65b81390-0c92-999f-8fc6-8a087b63bac7-865db6d1, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0bc-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c3-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c8-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0cd-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0d3-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0f9-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0ff-284fa08c, #w-node-b37518ab-3ba5-ec49-4d80-c9b991059dbe-284fa08c, #w-node-_992421de-60f8-174d-4bb0-d08a0109892d-284fa08c, #w-node-cb00fcd3-52db-56a4-73ca-75ae6c116866-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b113-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b118-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b11d-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b122-284fa08c, #w-node-_65b81390-0c92-999f-8fc6-8a087b63bac7-284fa08c, #w-node-_7c719230-7112-df90-3b52-7cc40965faba-284fa08c, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0bc-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c3-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c8-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0cd-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0d3-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0f9-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0ff-48a0ece4, #w-node-b37518ab-3ba5-ec49-4d80-c9b991059dbe-48a0ece4, #w-node-_992421de-60f8-174d-4bb0-d08a0109892d-48a0ece4, #w-node-cb00fcd3-52db-56a4-73ca-75ae6c116866-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b113-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b118-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b11d-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b122-48a0ece4, #w-node-_65b81390-0c92-999f-8fc6-8a087b63bac7-48a0ece4, #w-node-_7c719230-7112-df90-3b52-7cc40965faba-48a0ece4, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0bc-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c3-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c8-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0cd-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0d3-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0f9-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0ff-4100a268, #w-node-b37518ab-3ba5-ec49-4d80-c9b991059dbe-4100a268, #w-node-_992421de-60f8-174d-4bb0-d08a0109892d-4100a268, #w-node-cb00fcd3-52db-56a4-73ca-75ae6c116866-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b113-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b118-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b11d-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b122-4100a268, #w-node-_65b81390-0c92-999f-8fc6-8a087b63bac7-4100a268, #w-node-_7c719230-7112-df90-3b52-7cc40965faba-4100a268, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0bc-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c3-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c8-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0cd-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0d3-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0f9-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0ff-94f870d2, #w-node-b37518ab-3ba5-ec49-4d80-c9b991059dbe-94f870d2, #w-node-_992421de-60f8-174d-4bb0-d08a0109892d-94f870d2, #w-node-cb00fcd3-52db-56a4-73ca-75ae6c116866-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b113-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b118-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b11d-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b122-94f870d2, #w-node-_65b81390-0c92-999f-8fc6-8a087b63bac7-94f870d2, #w-node-_7c719230-7112-df90-3b52-7cc40965faba-94f870d2, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0bc-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c3-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c8-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0cd-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0d3-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0f9-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0ff-fd364993, #w-node-b37518ab-3ba5-ec49-4d80-c9b991059dbe-fd364993, #w-node-_992421de-60f8-174d-4bb0-d08a0109892d-fd364993, #w-node-cb00fcd3-52db-56a4-73ca-75ae6c116866-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b113-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b118-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b11d-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b122-fd364993, #w-node-_65b81390-0c92-999f-8fc6-8a087b63bac7-fd364993, #w-node-_7c719230-7112-df90-3b52-7cc40965faba-fd364993, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0bc-199a8600, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c3-199a8600, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0c8-199a8600, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0cd-199a8600, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0d3-199a8600, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0f9-199a8600, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b0ff-199a8600, #w-node-b37518ab-3ba5-ec49-4d80-c9b991059dbe-199a8600, #w-node-_992421de-60f8-174d-4bb0-d08a0109892d-199a8600, #w-node-cb00fcd3-52db-56a4-73ca-75ae6c116866-199a8600, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b113-199a8600, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b118-199a8600, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b11d-199a8600, #w-node-bdc94b29-7dbb-7efc-58ce-bb6d40f5b122-199a8600, #w-node-_65b81390-0c92-999f-8fc6-8a087b63bac7-199a8600, #w-node-_7c719230-7112-df90-3b52-7cc40965faba-199a8600, #w-node-d3df8b2f-674c-7ea5-ba65-329317d15c30-199a8600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f451a145-a921-b68b-38d1-1cc8f365365d-5444f317, #w-node-f451a145-a921-b68b-38d1-1cc8f3653663-5444f317 {
  justify-self: end;
}

#w-node-_4271fd7b-c0a2-165a-a34e-622666a0d480-66b6f96c, #w-node-b5b47469-b1ba-87b3-7796-e95fc2a1590d-66b6f96c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1a71d3c7-460e-641f-b26e-2b3d5030e0f9-0970d457, #w-node-_7e6e8ead-ab1c-9886-20db-a4396fd38dea-0970d457, #w-node-_1a71d3c7-460e-641f-b26e-2b3d5030e0f9-626fc206, #w-node-_7e6e8ead-ab1c-9886-20db-a4396fd38dea-626fc206, #w-node-_1a71d3c7-460e-641f-b26e-2b3d5030e0f9-fe2e42bd, #w-node-_7e6e8ead-ab1c-9886-20db-a4396fd38dea-fe2e42bd, #w-node-_1a71d3c7-460e-641f-b26e-2b3d5030e0f9-12776637, #w-node-_7e6e8ead-ab1c-9886-20db-a4396fd38dea-12776637, #w-node-_1a71d3c7-460e-641f-b26e-2b3d5030e0f9-3eac0e39, #w-node-_7e6e8ead-ab1c-9886-20db-a4396fd38dea-3eac0e39 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-a3e0aec8-c6bd-bb1f-8633-d50d609efd2d-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a1-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb5ab99e-c062-f01b-d0a6-4784e54f5859-d48d85be, #w-node-eb5ab99e-c062-f01b-d0a6-4784e54f5868-d48d85be {
    align-self: center;
  }

  #w-node-df518390-4669-3308-ae5d-50b7dffa4b32-862c624d, #w-node-efc929e8-fb57-3231-0bf5-c274642c2d41-862c624d, #w-node-_7b0ee629-386e-e895-e1f1-3850f003c904-862c624d, #w-node-_6d9b3255-6b3b-905a-c503-a2c17b1a03a5-862c624d, #w-node-_8df8a4e8-0a2a-f26e-98bb-3398f36df794-5f7b5822, #w-node-_8df8a4e8-0a2a-f26e-98bb-3398f36df79b-5f7b5822, #w-node-_8df8a4e8-0a2a-f26e-98bb-3398f36df7a2-5f7b5822, #w-node-_8df8a4e8-0a2a-f26e-98bb-3398f36df7a9-5f7b5822, #w-node-df518390-4669-3308-ae5d-50b7dffa4b32-5f7b5822, #w-node-efc929e8-fb57-3231-0bf5-c274642c2d41-5f7b5822, #w-node-_7b0ee629-386e-e895-e1f1-3850f003c904-5f7b5822, #w-node-_6d9b3255-6b3b-905a-c503-a2c17b1a03a5-5f7b5822 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9db82c1b-95f2-13fd-ab95-cd256fbdf1a8-d48d857a, #w-node-_40b6acb1-e1e9-63e7-13ff-8ada6435a507-d48d857a, #w-node-e837c5d7-dfe5-6ba5-0dde-c3a9ee4c7d1a-d48d857a, #w-node-a3e0aec8-c6bd-bb1f-8633-d50d609efd2d-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a61c7a1e-e14b-ce36-c7eb-7ae8a45257db-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a61c7a1e-e14b-ce36-c7eb-7ae8a45257f3-d48d857a {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-_01518bde-d861-be39-4084-37026a45458d-d48d857a, #w-node-ca9fbdd2-15eb-db04-cd6f-b465f085d0d4-d48d857a, #w-node-_607f99d4-5d3d-4510-2b2e-332f64cea1f9-d48d857a, #w-node-cf14c9ad-31cd-8a90-18dc-c3debf55d23c-d48d857a, #w-node-ce4740a0-63a0-44fb-84e0-2a54314ca1ab-d48d857a, #w-node-af8b7169-69ad-e328-bc44-463fbd2fdcef-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_381db8bc-b91f-fa80-d17e-231728c0de55-d48d857a, #w-node-f8cc6984-e0bb-0bfa-18e6-55c493a5ef9e-d48d857a, #w-node-_8ecd1bc6-47cb-9bab-b2ce-79295d07e93e-d48d857a, #w-node-f79c8578-6f14-e1f2-e834-e0f0f09da906-d48d857a, #w-node-f8cc6984-e0bb-0bfa-18e6-55c493a5ef9f-d48d857a, #w-node-_3c630cf6-22ef-48b5-9a21-784aa6f924f4-d48d857a, #w-node-_232af6eb-c3f6-a759-4a45-867177ec3f62-d48d857a, #w-node-ff77d970-f766-0e51-29f3-5128d78149f2-d48d857a, #w-node-_29b5ef3d-65a7-f196-f7f6-c3a059b85451-d48d857a, #w-node-eec9288a-7449-2453-3235-9bf4cfd8373d-d48d857a, #w-node-_46b6e1c6-330b-8e69-3d77-be53bf84a4ed-d48d857a, #w-node-_2f88594f-3171-df52-f66b-adfd1e442c3e-d48d857a, #w-node-df269962-65c5-4019-6356-442ac32c0a84-d48d857a, #w-node-ba0030b8-4ada-b9d1-35f1-c829ab6a0f36-d48d857a, #w-node-a958d455-6603-9600-f54a-2cd504582e94-d48d857a, #w-node-_16175165-ac04-4818-459a-07ff30a30ca0-d48d857a, #w-node-ba0030b8-4ada-b9d1-35f1-c829ab6a0f35-d48d857a, #w-node-_961033f9-2af1-8082-06b0-9d802516c98b-d48d857a, #w-node-_92106261-4c60-85a4-4728-3769a7cbe0d4-d48d857a, #w-node-cd0b4ae1-26cd-fb50-1534-4d7a20977c98-d48d857a, #w-node-bcda2dfe-c683-4d18-314c-af0dd1149601-d48d857a, #w-node-_745018d2-f372-0607-c15f-7ce8c1530087-d48d857a, #w-node-_92f497cd-184a-9b96-bdf0-ccd9d60a8948-d48d857a, #w-node-_964cff62-ac62-0ffe-8178-96b7e45dae62-d48d857a, #w-node-_1db44745-77fa-590f-70d4-b068a17e539b-d48d857a, #w-node-a30df27b-0d31-8960-a8d4-d6d5cbad48e8-d48d857a, #w-node-aeb0fd87-9adf-38fc-a624-85bca5acecb7-d48d857a, #w-node-_2f38fad7-3be8-44fd-3edf-8816b5b79f84-d48d857a, #w-node-_68548d75-94a8-ed05-5813-0a62717c3e63-d48d857a, #w-node-_33b5c99e-95d4-91e5-e7ce-0aa1aaf583bf-d48d857a, #w-node-_11b82fe8-1d11-dedb-36cd-5980db342a3a-d48d857a, #w-node-_67d7fe7e-c753-3ae3-9eef-7df58a79ab43-d48d857a, #w-node-_039b33ce-323e-65df-2433-717842e32606-d48d857a, #w-node-_4fc4ee8b-8ce3-6e2d-e2da-210fe89e8b4d-d48d857a, #w-node-_4a67fe1f-8956-0a55-f47f-a8705b10e968-d48d857a, #w-node-_972c9227-3a06-ad6e-923d-363ea611f742-d48d857a, #w-node-_28df775c-15cb-95c0-3a95-fa221b733849-d48d857a, #w-node-_76dfb0e9-f8ff-ecdf-b72c-459000c09bea-d48d857a, #w-node-_2a4ca2b7-cc32-6505-0daf-e0a3b0470869-d48d857a, #w-node-_7d0eda6e-e125-5abb-8108-6fa82ae7d4d7-d48d857a, #w-node-b4d75c2d-0edb-8f52-d5a3-9f9e13bdcdba-d48d857a, #w-node-e905ac24-c706-c323-c137-d7333595b185-d48d857a, #w-node-_20b67bd8-d6af-38d7-1670-82e77509bea2-d48d857a, #w-node-ae7a118f-db41-a94a-91db-6aba23ef4fd7-d48d857a, #w-node-_1479387c-1a06-9afd-2e1d-66b6397a0d27-d48d857a, #w-node-_51429353-721b-c88b-1371-1f708adc6dfc-d48d857a, #w-node-b8fc5717-7d9c-08fa-36d3-e814a3e884a9-d48d857a, #w-node-c2b1f8bb-c640-e189-18d4-d21b6fc0c1f9-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd490-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd492-d48d857a {
    justify-self: auto;
  }

  #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd494-d48d857a, #w-node-cf6abc12-140f-7cbe-b46a-dc316d6cc290-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2fd3e04b-13b5-f71e-a7f3-b872824297b5-d48d857a {
    grid-area: 1 / 6 / 2 / 7;
    justify-self: auto;
  }

  #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a0-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a1-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a2-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a3-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4a4-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4aa-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ab-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ac-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ad-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ae-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b4-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b5-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b6-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b7-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4b8-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4be-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4bf-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4c0-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4c1-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4c2-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d2-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d3-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d4-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d5-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4d6-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4dc-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4dd-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4de-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4df-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e0-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e6-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e7-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e8-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4e9-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4ea-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4f0-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4f1-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4f2-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4f3-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd4f4-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000d2-d48d857a, #w-node-c8ae2d6a-25fa-7722-4b0b-c124390c66bb-d48d857a, #w-node-dc721501-555b-1430-446f-858fdeac88c9-d48d857a, #w-node-_2465a611-cf9c-3f9b-ee6c-83c2a5bbd813-d48d857a, #w-node-_29541af0-6dc1-4d93-0baa-4e9f565a6012-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000dc-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e0-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e1-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e6-d48d857a {
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e8-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000e9-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000ea-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000ef-d48d857a {
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000f1-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000f2-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000f3-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000f8-d48d857a {
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000fa-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000fb-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000fc-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000101-d48d857a {
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000103-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000104-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000105-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00010a-d48d857a {
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00010c-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00010d-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00010e-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000113-d48d857a {
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000115-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000116-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000117-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00011c-d48d857a {
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00011e-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00011f-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000120-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00012a-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00012e-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00012f-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000134-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000138-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000139-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00013e-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000142-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000143-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000148-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00014c-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00014d-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000152-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000156-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000157-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00015c-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000160-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000161-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000166-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00016a-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00016b-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000175-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000179-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00017a-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00017f-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000183-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000184-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000189-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00018d-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00018e-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000193-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000197-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000198-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00019d-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001a1-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001a2-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001a7-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001ab-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001ac-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001b1-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001b5-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001b6-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001bb-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001bf-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001c0-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001c5-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001c9-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001ca-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9d6394a3-0c78-6739-a989-faef01dd3d6a-01dd3d5e {
    justify-self: start;
  }

  #w-node-d89e8fa2-b67e-bcde-7064-7cb2a821101e-d48d85bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #message.w-node-d040cc22-64b9-d133-3aff-a4fb6d8d7b7d-d48d85be {
    grid-row: span 1 / span 1;
  }

  #w-node-fe224f31-c88d-dc45-853c-767ea4e72a75-d48d85f4, #w-node-_51c3115b-a45f-384e-d020-d3e1480b0e7d-d48d85f4, #w-node-_15854832-23bd-bd6f-5186-4f44796de08a-d48d85f4, #w-node-cca5a4a6-3d78-f628-e5b5-d2e4399e9825-d48d85f4, #w-node-_5447c576-4910-3c5d-ee55-fad260bd6533-d48d85f4, #w-node-_20180662-5179-d290-2f82-e6aa7d3a14e3-d48d85f4, #w-node-_8a0d6239-0515-1622-d906-232c754acd18-d48d85f4, #w-node-_78c2e241-2c4e-b27d-a73e-7759bb5dd8d8-d48d85f4, #w-node-_5cc35ebf-727c-397a-2f85-fdc2a838e12f-d48d85f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa39-d48d85f7 {
    align-self: start;
  }

  #w-node-f0ebe3ef-ac12-86bc-70d5-0b8ad3eeaa3c-d48d85f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_32a75281-ec08-9b33-333b-f0a5b36b3b1f-25c37348, #w-node-_69a54a5e-5ad3-99e8-19e6-206e388736ce-25c37348 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_697d55e6-e1e5-e2ec-7572-2f2621266b15-02a78723 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-af8b7169-69ad-e328-bc44-463fbd2fdcef-d48d857a {
    place-self: center;
  }

  #w-node-f1582d47-2908-49d0-4e6e-712fcc945082-dfa9a8e8 {
    justify-self: end;
  }

  #w-node-df860b6a-d840-be7f-4c19-b1126c92e3b8-d48d85d5 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0000dc-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00012a-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000134-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00013e-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000148-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000152-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00015c-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000166-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000175-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00017f-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000189-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a000193-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a00019d-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001a7-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001b1-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001bb-d48d857a, #w-node-_7183b173-51a6-ba47-f6b9-1bb52a0001c5-d48d857a, #w-node-_9d6394a3-0c78-6739-a989-faef01dd3d80-01dd3d5e {
    align-self: auto;
  }

  #w-node-_585ea65d-6955-5356-4132-20718683b4a3-d48d85be, #w-node-df860b6a-d840-be7f-4c19-b1126c92e3b8-d48d85d5 {
    justify-self: start;
  }

  #w-node-_4271fd7b-c0a2-165a-a34e-622666a0d480-66b6f96c, #w-node-b5b47469-b1ba-87b3-7796-e95fc2a1590d-66b6f96c {
    grid-template-rows: auto;
    grid-template-columns: 4fr;
  }

  #w-node-e58cb865-eb7b-1f94-71d0-66a33b5d7fb1-0970d457, #w-node-e58cb865-eb7b-1f94-71d0-66a33b5d7fb1-626fc206, #w-node-e58cb865-eb7b-1f94-71d0-66a33b5d7fb1-fe2e42bd, #w-node-e58cb865-eb7b-1f94-71d0-66a33b5d7fb1-12776637, #w-node-e58cb865-eb7b-1f94-71d0-66a33b5d7fb1-3eac0e39 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a814c2c-fe82-c235-0b63-06e05a6f9f74-d48d857a, #w-node-a3e0aec8-c6bd-bb1f-8633-d50d609efd2d-d48d857a, #w-node-c9ae5967-3e9a-da81-6471-7e5d243bd494-d48d857a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9e04c93-6d18-f46f-67af-4f9729fa33aa-d48d85d5 {
    align-self: center;
  }

  #w-node-a85a7c98-dd4a-c9bd-910a-213b1a0b903f-d48d85f2, #w-node-_5594bd2f-f8ac-6ab3-1cd6-1ec813b869df-d48d85f2, #w-node-_4fcfea5b-43ad-739d-d743-1476a0cc1f0c-d48d85f2, #w-node-_2b4fe407-8c40-6f38-dbf0-1aabfd5e9cdb-d48d85f2, #w-node-_2a680206-b8de-e6b4-407a-3f76886c6f39-d48d85f2 {
    justify-self: start;
  }

  #w-node-b5b47469-b1ba-87b3-7796-e95fc2a1590e-66b6f96c {
    order: 9999;
  }

  #w-node-_6d8b336a-b587-df54-c217-2e57b32c2eb2-0970d457, #w-node-_6d8b336a-b587-df54-c217-2e57b32c2eb2-626fc206, #w-node-_6d8b336a-b587-df54-c217-2e57b32c2eb2-fe2e42bd, #w-node-_6d8b336a-b587-df54-c217-2e57b32c2eb2-12776637, #w-node-_6d8b336a-b587-df54-c217-2e57b32c2eb2-3eac0e39 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}