@font-face {
  font-family: Modulus_Medium;
  src: url('../fonts/Modulus_Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modulus;
  src: url('../fonts/Modulus.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modulus;
  src: url('../fonts/Modulus-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #010a1b;
  --azure: #007fff;
  --indian-red: #fd496c;
  --nero-black: #161616;
  --crimson: #f8224c;
  --white: white;
  --blue-violet: #6e25dd;
  --new-crimson: #da0024;
  --maju-red: #e01e37;
  --gold: #ffd540;
  --dim-grey: #737373;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-commercecartcloselink {
  width: 16px;
  height: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #737373;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h1 {
  color: var(--black);
  letter-spacing: -.01em;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 4.375rem;
}

h2 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 3.25rem;
}

h3 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 2.8125rem;
}

h4 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
}

h5 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}

h6 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

p {
  color: #737373;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

li {
  font-size: 1rem;
  line-height: 1.625rem;
}

img {
  object-fit: cover;
  height: 100%;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.625rem;
}

.menu-item {
  color: #0a061b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.all-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0a061b;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.all-btn.padding-border-btn.border-purple-btn {
  object-fit: fill;
  border: 2px solid #e01e37;
}

.all-btn.padding-border-btn.bg-white {
  background-color: #fff;
}

.all-btn.padding-border-btn.bg-white.footer-btn-hundred {
  justify-content: center;
  width: 100%;
}

.all-btn.padding-border-btn.form-btn {
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.all-btn.padding-border-btn.form-btn.text-color-white {
  background-color: #e01e37;
}

.all-btn.padding-border-btn.border-black-btn {
  border: 1px solid #0a061b;
}

.all-btn.padding-bg-btn.bg-btn.text-color-white {
  background-color: var(--azure);
}

.all-btn.padding-bg-btn.bg-btn.text-color-white.btn-flex-center {
  justify-content: center;
}

.all-btn.padding-bg-btn.bg-white {
  background-color: #fff;
}

.all-btn.padding-bg-btn.bg-pink {
  background-color: var(--indian-red);
}

.all-btn.padding-bg-btn.bg-pink.text-color-white {
  background-color: var(--azure);
  padding-left: 20px;
  padding-right: 20px;
}

.all-btn.padding-bg-btn.bg-pink.text-color-white.flex-center {
  justify-content: center;
}

.all-btn.padding-bg-btn.bg-red {
  background-color: #fd496c;
}

.all-btn.padding-bg-btn.bg-red.flex-center {
  justify-content: center;
}

.all-btn.padding-bg-btn.bg-blue {
  background-color: #3f53d8;
}

.all-btn.purple-btn {
  color: #6822da;
  border-bottom: 1px solid #6822da;
  border-radius: 0;
}

.all-btn.blog-details-btn {
  background-color: #70f4c5;
  border-radius: 25px;
  padding: 7px 30px;
}

.all-btn.blog-details-btn.bg-white {
  background-color: #fff;
}

.all-btn.blog-details-btn.bg-white.text-color-gray {
  color: #737373;
}

.all-btn.padding-border-btn {
  padding: 11px 18px;
}

.all-btn.padding-border-btn.border-white-btn {
  border: 2px solid #fff;
}

.all-btn.border-padding-btn {
  padding: 12px 18px;
}

.all-btn.border-padding-btn.border-white-btn {
  border: 2px solid #fff;
}

.all-btn.border-padding-btn.border-purple-btn {
  border: 2px solid #6822da;
}

.all-btn.padding-bg-btn {
  padding: 13px 34px;
}

.all-btn.padding-bg-btn.bg-btn {
  background-color: #6822da;
}

.container-block {
  max-width: 1290px;
  position: relative;
}

.header {
  border-bottom: 1px solid #0000;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 0;
  background: linear-gradient(145deg, #cee2f9b1 0%, transparent 30%) !important;
}

.menu-btn-sign-in {
  color: #0a061b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.aplon-logo-block {
  z-index: 2;
  position: relative;
}

.menu-bar-trigger {
  display: none;
}

.menu-item-block {
  display: flex;
}

.main-block.menu-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-block.section-four-main {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-block.section-four-main.real-apps-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
}

.main-block.home-two-main-block {
  background-image: url('../images/Aplon-Second-Example-Image.png'), url('../images/Aplon-First-Example-Image.png'), url('../images/White-Star.svg'), url('../images/White-Star.svg');
  background-position: 100% 104%, 1%, 92% 16%, 14% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 189px, 186px, auto, auto;
  padding-bottom: 67px;
}

.main-block.home-two-main-block.text-center {
  padding-top: 60px;
  padding-bottom: 40px;
}

.main-block.home-two-hero-image-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.menu-btn-sign-in-block {
  text-decoration: none;
}

.aplon-logo-link {
  position: relative;
  overflow: hidden;
}

.menu-btn-block {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.all-btn-icon-block {
  display: block;
}

.all-btn-icon-block.icons-white {
  filter: invert();
}

.menu-item-link {
  padding: 28px 30px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
}

.menu-item-link.text-color-white {
  z-index: 2;
  position: relative;
}

.all-btn-block {
  height: 1.6rem;
  overflow: hidden;
}

.all-btn-block.working-btn-block {
  width: 94px;
  overflow: hidden;
}

.home-one-hero-section {
  background-image: url('../images/Star-Two.svg'), url('../images/Star-One.svg'), url('../images/Star-Three.svg'), url('../images/Bg-Hero.webp');
  background-position: 9% 61%, 93% 28%, 14% 15%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 15px 200px;
}

.home-one-hero-section.home-two-hero {
  background-image: url('../images/Home-Two-Banner.webp');
  background-size: cover;
  padding-bottom: 0;
  overflow: hidden;
}

.heading-one-stroke-text {
  background-image: url('../images/Hero-Stroke.svg');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 10px;
  display: inline-block;
}

.container-none {
  max-width: none;
}

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

.hero-flex.flex-left {
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-flex.flex-left.padding-top-thirty {
  padding-top: 30px;
}

.hero-flex.flex-right {
  justify-content: flex-end;
  padding-top: 0;
}

.hero-flex.padding-top-fifty {
  padding-top: 50px;
}

.hero-flex.flex-left {
  justify-content: flex-start;
}

.hero-flex.flex-right {
  justify-content: flex-end;
}

.mobile-dashboard {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  inset: auto 55px 8% auto;
  overflow: hidden;
  box-shadow: 0 5px 50px 4px #00000014;
}

.section-three {
  padding-left: 15px;
  padding-right: 15px;
}

.desktop-dashboard {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 50px 4px #00000014;
}

.section-dashboard {
  border-radius: 20px;
  align-items: center;
  position: absolute;
  bottom: 236px;
  left: 30px;
  right: auto;
  overflow: hidden;
  box-shadow: 0 5px 50px 4px #00000014;
}

.amazing-flex-tick-image-block {
  border: 1px solid #00000014;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
  top: 5px;
}

.amazing-flex-tick-image-block.service-bg-icons {
  width: 39px;
  height: 39px;
}

.amazing-flex-tick-image-block.future-tick-icons {
  position: static;
  top: auto;
}

.amazing-features-right-image-two-block {
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: -5%;
  left: 1%;
  right: auto;
}

.amazing-features-right-image-two-block.our-process-right-image {
  inset: auto -18px 12% auto;
}

.amazing-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #bfbfbf;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 12px;
  display: flex;
}

.amazing-flex.second-flex, .amazing-flex.future-flex {
  margin-bottom: 0;
  padding-bottom: 0;
}

.amazing-flex.home-two-amazing-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
}

.amazing-flex.home-two-amazing-flex.border-off {
  margin-top: 50px;
  padding-bottom: 20px;
}

.amazing-flex.home-two-amazing-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
}

.amazing-features-right-image-block {
  align-items: center;
  display: flex;
}

.amazing-features-left-block {
  padding-top: 50px;
  flex: 1;
  padding-bottom: 50px;
}

.amazing-features-left-block.about-us-our-proces-right-cols {
  max-width: 599px;
}

.heading-two {
  color: #010a1b;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.heading-two.text-color-white {
  color: #fff;
}

.heading-two.padding-bottom-twenty {
  padding-bottom: 10px;
}

.tag {
  color: var(--azure);
  -webkit-text-stroke-color: var(--crimson);
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 500;
}

.tag.text-color-white {
  color: #fff;
}

.tag.faq-tag {
  color: #6e25dd;
}

.tag.change-color {
  color: var(--indian-red);
}

.tag.span-bg-green {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #e01e37;
  background-clip: border-box;
  border-radius: 20px;
}

.amazing-features-right-cols {
  flex: 1;
  align-items: center;
}

.amazing-features-right-cols.about-us-amazing-features-left-cols {
  max-width: 649px;
}

.amazing-flex-btn {
  margin-top: 15px;
  display: flex;
}

.heading-four {
  color: #0a061b;
  text-transform: capitalize;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.heading-four.text-color-white {
  color: #fff;
}

.solutions-card-caption-col {
  flex: 1;
}

.solutions-card-caption-col.help-center-details {
  max-width: 100%;
}

.solutions-card-icons-block.third-color {
  background-color: #41e8ac;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.solutions-card-icons-block.second-color {
  background-color: #fd496c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.solutions-card-icons-block.first-color {
  background-color: #6822da;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.solutions-card-icons-block.real-apps-card-icons {
  background-color: #1e20e5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.solutions-card-icons-block.bg-red {
  background-color: #fd496c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.solutions-card-icons-block.bg-purple {
  background-color: #6822da;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.solutions-card-icons-block.bg-green {
  background-color: #41e8ac;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  display: flex;
}

.section-title-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-block.text-center.max-width-twelve-hundred {
  max-width: 1200px;
}

.section-title-block.max-width-nine-hundred {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.solutions-card-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.solutions-card-flex.align-top {
  align-items: flex-start;
}

.solutions-card-icons-col {
  flex: 1;
  max-width: 70px;
}

.solutions-card-icons-col.real-apps-card-new {
  max-width: 15%;
}

.solutions-card-icons-col.amazing-home-two {
  max-width: 78px;
}

.solutions-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  transition: box-shadow .6s;
  display: flex;
  box-shadow: 0 5px 10px 4px #0000000a;
}

.solutions-card:hover {
  box-shadow: 5px 0 25px 4px #00000014;
}

.solutions-card.card-shadow {
  box-shadow: 0 5px 50px 4px #00000014;
}

.solutions-card.card-shadow.strategy-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/Shape-Strategy-.svg');
  background-position: 57% 22%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  min-height: 303px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.solutions-card.card-shadow.strategy-flex.strategy-new-card {
  background-color: #6822da;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.solutions-card.card-shadow.home-four-amazing-card {
  border: 1px solid #e1e1e1;
  flex-direction: column;
  margin-bottom: 0;
}

.solutions-card.card-shadow.home-four-amazing-card.working-process-card {
  padding: 20px;
}

.solutions-card.card-shadow.home-four-amazing-card.working-process-card-middle {
  margin-bottom: 37px;
}

.solutions-card.strategy-card {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-height: 303px;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 5px 25px 4px #00000014, 0 0 50px -20px #00000040;
}

.solutions-card.card-shadow-off {
  box-shadow: none;
}

.solutions-card.card-shadow-off.home-four-amazing-card {
  flex-direction: column;
}

.solutions-card.card-shadow-off.home-four-amazing-card.amazing-features-margin-off {
  margin-bottom: 0;
}

.solutions-card.margin-bottom-thirty {
  margin-bottom: 10px;
  padding: 10px 20px;
}

.solutions-card.knowledge-base-category-help-center {
  box-shadow: none;
  background-color: #fcf6f6;
}

.solutions-card.border-black {
  border: 1px solid #000;
}

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

.heading-three {
  color: #0a061b;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.8125rem;
}

.real-apps-card {
  background-color: #e3f3ff;
  border-radius: 20px;
  padding: 40px;
}

.real-apps-card.second {
  background-color: #fbfbfb;
}

.real-apps-card.third {
  background-color: #fff5f1;
}

.real-apps-card.future-image-card {
  background-color: #f5efff;
  padding: 35px;
  display: flex;
}

.real-apps-card.future-image-card.image-one {
  z-index: 1;
  position: relative;
}

.real-apps-card.future-image-card.image-two {
  z-index: 2;
  position: absolute;
}

.real-apps-card.future-image-card.image-three {
  z-index: 3;
  position: absolute;
}

.real-apps-choose {
  padding: 20px;
}

.real-apps-card-second-image-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: -24px -18px auto auto;
}

.real-apps-card-first-image-block.future-f-image-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.real-apps-card-image-main-block {
  margin-bottom: 43px;
  display: flex;
  position: relative;
}

.real-apps-card-image-main-block.future-card-image-block {
  width: 100%;
  margin-bottom: 0;
}

.service-image-block-second {
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 3%;
  left: auto;
  right: -7%;
}

.service-image-caption-col {
  flex: 1;
  max-width: 617px;
}

.service-tab-text {
  z-index: 1;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
}

.service-flex {
  grid-column-gap: 111px;
  grid-row-gap: 111px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-tab-content {
  padding-top: 65px;
}

.service-tab-link {
  color: #0a061b;
  background-color: #0000;
  padding: 3px 0;
}

.service-tab-link.w--current {
  color: #fff;
  background-color: #0000;
}

.service-tab-section-menu {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  overflow: hidden;
}

.service-tab-section-menu.max-width-eight-hundred {
  aspect-ratio: auto;
  text-align: center;
  max-width: 800px;
}

.service-image-block {
  position: relative;
}

.service-image-col {
  flex: 1;
  max-width: 646px;
}

.heading-count-block {
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 47px;
  height: 47px;
  margin-bottom: 12px;
  display: flex;
}

.heading-count {
  color: #0a061b;
  font-size: 1.125rem;
  font-weight: 500;
}

.real-apps-card-third-image-block {
  position: absolute;
  bottom: -16px;
  left: -14px;
}

.faq-image-block-second {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 50% auto 50% 0%;
}

.faq-image-block {
  flex: 1;
  max-width: 671px;
}

.faq-flex {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-image-block-third {
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  inset: auto 2% -9% auto;
}

.faq-image-block-third.image-height-auto.cover-image.image-shadow.twenty-radius {
  border-radius: 5px;
}

.faq-item-content-text {
  padding-bottom: 15px;
}

.faq-image-block-first-image {
  flex: 1;
  position: relative;
}

.faq-caption-block {
  flex: 1;
}

.container-three {
  max-width: 1712px;
}

.container-three.rich-main-section {
  background-image: url('../images/Red-Round-Shape.svg');
  background-position: 7% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -373px;
  padding-top: 20px;
  padding-bottom: 70px;
}

.social-icon-block-main {
  border: 1.5px dashed #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 38.31px;
  height: 38.31px;
  margin-right: 10px;
  display: flex;
}

.form-input-field {
  color: #fff;
  background-color: #333;
  border: 0 solid #000;
  border-radius: 10px;
  min-height: 55px;
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.form-input-field::placeholder {
  color: #fff;
}

.footer-location-block {
  padding-bottom: 25px;
  font-size: 1rem;
}

.footer-location-link {
  color: #fff;
  text-decoration: none;
}

.footer-contact-block {
  font-size: 1rem;
}

.footer-bottom-social-col {
  align-items: center;
  display: flex;
}

.footer-bottom-flex {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-link-block {
  flex-direction: column;
  display: flex;
}

.footer-line {
  background-color: #9e6de8;
  width: 100%;
  height: 1px;
}

.footer-link {
  color: #fff;
  font-size: 1rem;
  line-height: 2.1875rem;
  text-decoration: none;
}

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

.footer-contact-link {
  color: #fff;
  text-decoration: none;
}

.footer-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 26px;
}

.footer-right-col {
  width: 100%;
  max-width: 30%;
}

.footer {
  background-image: url('../images/Star-5.svg'), url('../images/Footer-Star.svg'), linear-gradient(#5d16c9, #6e25dd);
  background-position: 85% 18%, 0 30%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding: 80px 15px 0;
  margin-top: 150px !important;
}

.footer.footer-two {
  background-image: url('../images/Star-5.svg'), url('../images/Footer-Star.svg'), linear-gradient(#e01e37, #ea6777 31%, #ee8693 78%, #f19ea8 100%, #f4b0b9 100%, #fff);
  background-position: 100% 36%, 0 38%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, 67px, auto;
  margin-top: 99px;
  padding-top: 0;
}

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

.footer-left-col {
  width: 100%;
  max-width: 70%;
}

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

.text-color-white.padding-bottom-twenty-two {
  font-size: 23px;
}

.text-color-white.padding-bottom-ten {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-color-white.padding-bottom-seventeen {
  padding-bottom: 17px;
}

.text-color-white.padding-bottom-seventeen.max-width-seven-hundred-ninety {
  margin-left: auto;
  margin-right: auto;
}

.text-color-white.max-width-four-hundred-fifty {
  max-width: 480px;
}

.text-color-white.no-underline {
  text-decoration: none;
}

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

.rich-text-style, .rich-text-block {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

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

.text-center.padding-bottom-twenty-two.max-width-five-hundred-fifty {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.text-center.padding-bottom-thirty {
  padding-bottom: 30px;
}

.text-center.max-width-seven-hundred-eighty {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.text-center.padding-top-twenty {
  padding-top: 20px;
}

.overflow-hidden {
  overflow: hidden;
}

.padding-bottom-twenty-two {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem;
}

.padding-bottom-twenty-two.max-width-seven-hundred {
  text-align: center;
  padding-bottom: 40px;
  font-size: 1.2rem;
}

.padding-bottom-twenty-two.text-color-dark-black-two {
  font-size: 1.25rem;
}

.padding-bottom-twenty-two.max-width-seven-hundred-sixty {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom-twenty-two.max-width-six-hundred {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-seven-hundred-ninety {
  max-width: 790px;
}

.max-width-eight-hundred {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-seven-hundred {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-seven-hundred.padding-bottom-twenty-two {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}

.max-width-seven-hundred.padding-bottom-fourty {
  padding-bottom: 40px;
}

.content-scroll-wrap {
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 544px;
  max-height: 370px;
  overflow: hidden;
}

.border-wrap {
  background-color: #1b1b1b;
  width: 2px;
  height: 100%;
  max-height: 263px;
  overflow: hidden;
}

.border-text-wrap {
  margin-top: 15px;
}

.border-text-wrap.top {
  flex-direction: column;
  align-items: center;
  height: 20px;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.content-sticky-wrap {
  height: 300vh;
  display: block;
}

.content-wrapper {
  z-index: 4;
  background-image: url('../images/Green-Round.svg'), url('../images/Star-Awesome.svg');
  background-position: 90% 25%, 4% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 67px;
  display: block;
  position: sticky;
  top: 140px;
}

.border-inner {
  background-color: #dfd3fe;
  width: 2px;
}

.border-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90px;
  display: flex;
}

.content-wrap {
  margin-bottom: 23px;
  display: block;
}

.content-flex-wrap {
  z-index: 4;
  grid-column-gap: 40px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: space-between;
  padding: 46px;
  display: flex;
  box-shadow: 0 2px 50px #00000014;
}

.img-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 435px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-off {
  border: 0 solid #000;
}

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

.old-btn-text {
  font-weight: 500;
}

.old-btn-text.text-color-white {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.active-tablink {
  z-index: 0;
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #007fff;
  border-radius: 100px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-two-hero-image-two-block {
  margin-left: -70px;
}

.amazing-fourth-image-block {
  position: absolute;
  inset: auto auto 48px 78px;
}

.amazing-fourth-image-block.image-height-auto.cover-image.image-shadow.twenty-radius {
  border-radius: 10px;
}

.amazing-third-image-block {
  position: absolute;
  inset: auto 0 35px auto;
}

.amazing-third-image-block.image-height-auto.cover-image.image-shadow.twenty-radius {
  border-radius: 10px;
}

.working-progress-flex {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  align-items: center;
  display: flex;
}

.working-progress-card {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 4px 4px 25px 4px #00000014;
}

.amazing-second-image-block {
  position: absolute;
  inset: 9% auto auto 3%;
}

.amazing-second-image-block.image-height-auto.cover-image.image-shadow.twenty-radius {
  border-radius: 10px;
}

.span-bg-yellow {
  z-index: 1;
  background-color: var(--blue-violet);
  color: #fff;
  border-radius: 60px;
  margin-top: 0;
  padding: 5px 16px 10px;
  font-family: Urbanist, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.span-bg-yellow.padding-bottom-zero {
  padding-bottom: 0;
}

.span-bg-yellow.font-weight-semibold {
  font-weight: 600;
}

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

.stunning-image-grid.services-two-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.stunning-second-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.stunning-second-card.services-two-flex-black {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.stunning-first-image {
  background-color: #fff;
  border-radius: 20px;
}

.working-progress-image-col {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 614px;
  display: flex;
  position: relative;
}

.working-progress-image-col.features-hight-quality-image-col {
  max-width: 609px;
}

.working-progress-caption-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.working-title-span-two {
  color: #fd496c;
}

.stunning-second-image {
  background-color: #fff5f1;
  border-radius: 20px;
}

.working-progress-grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  width: 100%;
  max-width: 550px;
}

.amazing-image-block {
  flex: 1;
  max-width: 563px;
  text-decoration: none;
  position: relative;
}

.amazing-image-block.pricing-plan-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-hero-image-three-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 90px auto 4% 44px;
}

.home-two-hero-image-three-block.image-height-auto.cover-image.image-shadow.twenty-radius {
  border-radius: 10px;
}

.working-progress-second-image {
  position: absolute;
  inset: auto auto 0% 3%;
}

.working-title-span-four {
  color: #ffd540;
}

.stunning-caption-icon {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}

.stunning-caption-icon.text-color-white {
  color: #fff;
}

.working-message-span {
  color: #000;
}

.stunning-first-card {
  background-color: #002fff;
  border-radius: 20px;
  padding: 40px;
}

.stunning-first-card.services-two-flex-purple {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ff9cb0;
  background-image: url('../images/White-Star.svg'), url('../images/Small-Shape.webp');
  background-position: 90%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-start;
  min-height: 405px;
  display: flex;
  position: relative;
}

.home-two-hero-image-four-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 111px;
  bottom: 0;
  right: 17px;
}

.home-two-hero-image-four-block.image-height-auto.cover-image.image-shadow.twenty-radius {
  border-radius: 10px;
}

.working-title-span-three {
  color: #41e8ac;
}

.amazing-first-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.amazing-caption-block {
  flex: 1;
  max-width: 617px;
}

.stunning-caption-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 60px;
  display: flex;
}

.working-title-span-one {
  color: #6822da;
}

.working-progress-message-image-block {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100%;
  max-width: 70px;
  height: 70px;
  overflow: hidden;
  box-shadow: 0 5px 25px 4px #00000014;
}

.working-progress-message-image-col {
  width: 100%;
  max-width: 98px;
}

.stunning-caption-block {
  flex: 1;
  max-width: 800px;
}

.stunning-caption-icon-block {
  color: #000;
  border: 1px dashed #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.working-progress-message-flex {
  justify-content: center;
  align-items: flex-start;
  margin-top: 45px;
  padding-top: 36px;
  display: flex;
}

.header-two {
  z-index: 999;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.left {
  z-index: 1;
  width: 100%;
  max-width: 620px;
  height: 100%;
  position: relative;
}

.left.service-two-left-core {
  max-width: 723px;
}

.right {
  width: 100%;
  max-width: 606px;
  height: 100%;
}

.right.service-two-right-core {
  max-width: 569px;
}

.card-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.card-one.card-two {
  grid-column-gap: 20px;
}

.card-one.service-two-core {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-direction: row-reverse;
}

.core-features-section {
  background-image: url('../images/Star-Two.svg'), url('../images/Analytics-background.webp');
  background-position: 51% 8%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding: 120px 15px 110px;
}

.core-features-section.service-two-core {
  background-color: #6822d9;
  background-image: url('../images/White-Star.svg'), url('../images/Red-Round-Circle.svg'), url('../images/Star-Two.svg');
  background-position: 85% 65%, 15% 92%, 48% 10%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
}

.core-features-single-wrapper {
  padding-bottom: 60px;
  padding-left: 0;
  position: relative;
}

.core-features-single-wrapper.core-features-one {
  margin-bottom: 0;
  padding-top: 0;
}

.core-features-single-wrapper.core-features-two {
  padding-top: 110px;
  padding-left: 0;
  padding-right: 55px;
}

.core-features-flex-wrapper {
  grid-column-gap: 120px;
  align-items: center;
}

.core-features-border {
  outline-offset: 0px;
  outline: 2px red;
  width: 0;
  height: 100%;
}

.core-features-border.core-features-two {
  outline-offset: 0px;
  outline: 1px dashed #fff;
  width: 100%;
  height: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.core-features-border.core-features-three {
  outline-offset: 0px;
  outline: 1px dashed #fff;
  position: absolute;
  inset: 0% auto auto 0%;
}

.core-features-border.core-features-one {
  outline-offset: 0px;
  outline: 1px dashed #fff;
  position: absolute;
  inset: 0% 0% auto auto;
}

.core-features-number {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: -1%;
  left: -1.3%;
}

.core-features-number.core-features-one {
  background-color: #fff;
  border-radius: 100%;
  inset: -7% -1.3% auto auto;
}

.core-features-number.core-features-two {
  background-color: #fff;
  border-radius: 100%;
  top: 9%;
  left: -1.3%;
}

.padding-bottom-twenty {
  color: var(--nero-black);
  padding-bottom: 20px;
}

.padding-bottom-twenty.weight-six-hundred {
  font-weight: 600;
}

.padding-bottom-twenty.max-width-seven-hundred-sixty {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom-twenty.text-color-actually-white, .padding-bottom-twenty.text-color-white {
  color: var(--white);
}

.weight-five-hundred {
  font-weight: 500;
}

.margin-zero {
  margin: 0;
}

.margin-fifteen {
  margin-top: 15px;
  margin-bottom: 15px;
}

.padding-bottom-three {
  padding-bottom: 3px;
}

.padding-bottom-fifteen {
  padding-bottom: 15px;
}

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

.contain-image {
  object-fit: contain;
}

.core-features-image-two {
  position: absolute;
  inset: auto -26px -38px auto;
}

.shape-image {
  z-index: -1;
  position: absolute;
  inset: -40px -40px auto auto;
}

.padding-left-sixty {
  padding-left: 60px;
}

.shape-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -92px -72px;
}

.section {
  padding: 120px 15px;
}

.section.home-three-section {
  padding-bottom: 220px;
}

.section.risk-management-section {
  background-color: #e01e37;
  background-image: linear-gradient(0deg, #e01e37, #e3364c 1%, #eb6b7b 29%, #fff), url('../images/Star-5.svg'), url('../images/Risk-Management-Star.svg');
  background-position: 0 0, 85% 76%, 74% 34%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 170px;
  padding-bottom: 220px;
  display: block;
}

.section.rich-section {
  padding-bottom: 50px;
  display: block;
}

.section.testimonials-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pricing-plan-section {
  background-color: #fcf7f7;
  padding-top: 110px;
  padding-bottom: 220px;
}

.section.pricing-plan-section.margin-zero {
  margin-bottom: 0;
}

.section.pricing-plan-section.pricing-plan-page-section {
  padding-bottom: 90px;
}

.section.pricing-plan-section.pricing-plan-page-section.categories-page {
  padding-bottom: 220px;
}

.section.why-choose-section {
  background-image: linear-gradient(#f2f0ff, #fff);
  padding-top: 0;
  padding-bottom: 0;
}

.section.why-choose-amazing-section {
  background-image: url('../images/Amazing-Feature-Glow-Shape.svg'), url('../images/Orange-Glow_1.svg');
  background-position: 85% 85%, 95% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section.contact-one-section {
  background-image: url('../images/Rich-Analytics-Shape.svg'), url('../images/Light-Purple-Round-Circle.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 82% 15%, 65% 84%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
}

.section.contact-one-hero-section {
  background-image: radial-gradient(circle at 0 100%, #e01e37, #e8586b 31%, #ef8c99 60%, #f7c7cd 80%, #fff);
  padding-top: 150px;
  padding-bottom: 40px;
}

.section.contact-us-two-bg {
  background-image: url('../images/Light-Purple-Round-Circle.svg'), url('../images/Contact-Us-Two-Shape.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 80% 100%, 20% 37%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
  padding-bottom: 40px;
}

.section.recent-blog-section {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 1px;
}

.section.blog-audience-section {
  background-color: #fd496c;
  background-image: url('../images/White-Dotted.svg'), url('../images/Red-Round-Circle_1.svg');
  background-position: 16% 93%, 85%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: -200px;
  padding-top: 162px;
}

.section.pricing-plan-page {
  background-color: #f2f0ff;
  background-image: url('../images/Pricing-Plan-Shape.svg');
  background-position: 55% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 110px;
  padding-bottom: 90px;
}

.section.info-section {
  padding-bottom: 0;
}

.section.new-testimonials, .section.features-faq {
  padding-bottom: 220px;
}

.section.contact-us-one {
  padding-top: 0;
  padding-bottom: 220px;
}

.span-bg-green {
  background-color: #41e8ac;
  border-radius: 60px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
}

.rich-analytics-flex {
  grid-column-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-analytics-flex.contact-two {
  flex-direction: row-reverse;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.rich-analytics-image-block {
  flex: 1;
  align-items: center;
  max-width: 645.33px;
  position: relative;
}

.rich-analytics-caption-block {
  flex: 1;
  max-width: 486px;
}

.rich-analytics-image-two {
  position: absolute;
  inset: auto 8% -8% auto;
}

.rich-analytics-image-two.image-height-auto.cover-image.image-shadow.twenty-radius {
  border-radius: 15px;
}

.rich-analytics-caption-card {
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 20px;
  max-width: 486px;
  padding: 20px 30px;
  box-shadow: 0 5px 25px 4px #00000014;
}

.rich-analytics-caption-card.contact-us-two-card {
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
}

.rich-analytics-caption-card.full-width {
  width: 100%;
  max-width: 100%;
}

.form-text-field {
  border-color: #cacaca;
  border-radius: 10px;
  height: 55px;
  margin-bottom: 24px;
  font-size: 1.1rem;
  box-shadow: 0 5px 25px 4px #00000014;
}

.form-text-field.textarea {
  min-height: 106px;
}

.form-field-label {
  color: #737373;
  font-size: 1.1rem;
  font-weight: 400;
}

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

.text-field-block {
  width: 100%;
}

.form-btn {
  background-color: #6822d9;
  width: 100%;
}

.hero-main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-main.text-center {
  margin-top: 60px;
}

.hero-image-main {
  background-image: url('../images/Shape.svg'), url('../images/Yellow-Round.svg');
  background-position: 9% 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  margin-top: -300px;
  padding-bottom: 69px;
  display: flex;
  position: relative;
}

.margin-top-thirteen {
  margin-top: 13px;
}

.margin-top-thirteen.padding-bottom-ten {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-top-thirteen.padding-bottom-ten.text-color-white.max-width-seven-hundred.margin-left-zero {
  margin-left: 0;
}

.margin-top-thirteen.padding-bottom-ten.max-width-five-hundred-eighty {
  max-width: 580px;
}

.margin-top-thirteen.padding-bottom-ten.max-width-five-hundred-fifty {
  max-width: 550px;
  padding-bottom: 10px;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

.section-four-main {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-four-main.our-process-main {
  grid-column-gap: 106px;
  grid-row-gap: 106px;
  flex-direction: row-reverse;
}

.margin-top-zero {
  margin-top: 0;
}

.strategy-image-two {
  position: absolute;
  inset: auto auto 25px 0%;
}

.task-btn-col {
  width: 100%;
  max-width: 574.5px;
}

.strategy-caption-col {
  width: 100%;
  max-width: 395px;
}

.amazon-flex-tick-image-block {
  background-color: #41e8ac;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
  top: 5px;
}

.advanced-left-shape {
  background-image: url('../images/Shape-Advanced-Software.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
}

.strategy-image-col {
  justify-content: flex-end;
  width: 100%;
  max-width: 317px;
  display: flex;
  position: relative;
}

.services-absolute-image-two {
  position: absolute;
  inset: auto 40px -96px auto;
}

.services-absolute-image-two.second-card {
  bottom: -55px;
}

.faq-main {
  background-image: url('../images/White-Round.svg'), url('../images/Yellow-Round.svg'), linear-gradient(109.94deg, #fff6f8, #f9fafb);
  background-position: -7% 42%, 107% 9%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  border-radius: 20px;
  padding: 75px 45px;
}

.red-border-span {
  border-bottom: 5px solid #fd496c;
}

.home-three-amazing-flex-sm-col {
  width: 100%;
  max-width: 410px;
}

.amazon-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #bfbfbf;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 12px;
  display: flex;
}

.amazon-flex.second-flex {
  margin-bottom: 0;
  padding-bottom: 0;
}

.amazon-flex.second-flex.border-off {
  border: 0 solid #000;
}

.home-three-hero-caption-col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 664px;
  padding-top: 60px;
}

.card-line {
  background-color: #dadada;
  width: 100%;
  height: 1px;
}

.card-line.margin-bottom-ten {
  margin-bottom: 10px;
}

.text-purple-color {
  color: #6822da;
}

.task-caption-col {
  width: 100%;
  max-width: 574.5px;
}

.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.flex.pricing-amt-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.amazon-features-right-image-two-block {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.amazon-features-right-image-two-block.amazing-right-align {
  left: auto;
  right: 0;
}

.services-absolute-image-one {
  position: absolute;
  inset: auto 0% -76px 50px;
}

.home-three-hero {
  background-image: url('../images/Big-Yellow-Round.svg'), url('../images/White-Star.svg'), url('../images/White-Star.svg'), url('../images/Home-Three-Banner-Shape-One.svg'), url('../images/Home-Three-Banner.webp');
  background-position: 57% 31%, 18% 88%, 37% 18%, -3% 6%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  padding: 167px 15px 20px;
}

.amazon-features-right-block {
  flex: 1;
  position: relative;
}

.home-three-amazing {
  background-image: url('../images/Amazing-Feature-Glow-Light-Blue-Shape.svg'), url('../images/Amazing-Feature-Glow-Shape.svg');
  background-position: 100% 100%, 5% 16%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 160px 15px 120px;
}

.home-three-amazing-flex {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-amazing-flex.amazing-flex-change {
  flex-direction: row-reverse;
  align-items: stretch;
}

.home-three-amazing-flex.home-three-amazing-bottom-gap {
  margin-bottom: 35px;
}

.task-card {
  background-color: #fd496c;
  background-image: url('../images/Task-BG.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  align-items: center;
  margin-top: -100px;
  padding: 10px 65px;
  display: flex;
}

.services-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.white-border-span {
  border-bottom: 5px solid #fff;
}

.home-three-amazing-flex-lg-col {
  width: 100%;
}

.padding-bottom-seven {
  padding-bottom: 7px;
}

.amazon-flex-btn {
  margin-top: 15px;
  display: flex;
}

.text-color-dark-gray {
  color: #aeaeae;
}

.home-three-hero-image-phone-one {
  position: absolute;
  inset: auto auto -11% 8%;
}

.services-main-two {
  padding-top: 100px;
  padding-bottom: 80px;
}

.home-three-hero-flex {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: flex-start;
  display: flex;
}

.home-three-hero-image-col {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 590px;
  display: flex;
  position: relative;
}

.service-tick {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.service-tick.purple-tick {
  border: 1px solid #6822da;
}

.service-tick.red-tick {
  border: 1px solid #fd496c;
}

.home-three-working {
  background-color: #6e25dd;
  background-image: url('../images/Red-Star.svg'), url('../images/Yellow-Round_1.svg'), url('../images/Analytics-background.webp');
  background-position: 77% 37%, 20% 37%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 110px 15px 120px;
}

.advanced-software-main {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-direction: row-reverse;
  display: flex;
}

.heading-two-stroke-text {
  background-image: url('../images/Solution-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 13px 13px 5px;
  display: inline-block;
}

.cover-image {
  object-fit: cover;
}

.home-three-amazing-flex-btn {
  padding-top: 20px;
  display: flex;
}

.home-four-hero-image-two {
  position: relative;
}

.aplon-logo {
  height: 100%;
  padding-top: 10px;
}

.home-four-hero-image-three {
  position: absolute;
  inset: auto 0% 0% auto;
}

.explore-caption-col-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.explore-caption-col-flex.border-off {
  border-bottom-width: 0;
}

.home-four-amazing-card-image-col {
  background-color: #fd496c;
  border-radius: 20px;
  flex: 1;
  max-width: 502px;
  min-height: 438px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.right-arrow {
  display: none;
}

.testimonials-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.red-bg-text {
  color: var(--white);
  text-transform: capitalize;
  background-color: #dc143c;
  border-radius: 15px;
  padding-left: 8px;
  display: inline-block;
}

.red-bg-text.text-color-black {
  color: #000;
}

.create-card-body-caption {
  flex: 1;
  max-width: 364px;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
}

.design-apps-flex-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.relative {
  flex: 1;
  position: relative;
}

.home-four-hero-image-one {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.create-card-body {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 40px;
  display: flex;
}

.home-four-create-section-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.explore-caption-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
}

.text-color-dark-black {
  color: #010a1b;
}

.home-four-amazing-card-caption-col {
  flex: 1;
  max-width: 750px;
}

.left-arrow {
  display: none;
}

.explore-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.explore-flex.why-choose-flex {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}

.create-card-image-block {
  border-radius: 50%;
  justify-content: center;
  align-items: flex-end;
  max-width: 382px;
  height: 382px;
  display: flex;
}

.create-card-image-block.create-card-red {
  background-color: #fd496c;
}

.create-card-image-block.create-card-green {
  background-color: #002fff;
}

.create-card-image-block.create-card-yellow {
  background-color: #7c4dea;
}

.explore-image-two {
  position: absolute;
  inset: auto 112px -4% auto;
}

.design-apps-flex {
  align-items: center;
  display: flex;
}

.design-apps-paragraph-col {
  flex: 1;
  max-width: 521px;
}

.explore-inner-caption-col {
  flex: 1;
  max-width: 487px;
}

.home-four-hero {
  background-image: url('../images/Amazing-Dot.svg'), url('../images/Star-Three.svg'), url('../images/Star-Two.svg'), url('../images/Home-Four-Banner-Glow.svg'), url('../images/Home-Four-Banner-BG.webp'), linear-gradient(276deg, #0007ff, #e22c43 0%, #e3344a 0%, #e4394f 0%, #e75265 0%, #eb7181 1%, #f4b4bd 3%, #fff);
  background-position: 58% 85%, 22% 18%, 44% 80%, 10% 0, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto, cover, auto;
  padding: 10px 15px 20px;
}

.design-apps-flex-two-image {
  position: absolute;
  inset: auto 80px -60px auto;
}

.testimonials-card-caption-col {
  flex: 1;
}

.slide-nav {
  font-size: .6875rem;
  bottom: -26%;
}

.home-four-amazing-card-image-inner {
  background-color: #fcfcfc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  min-height: 390px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: auto 40px 0%;
  overflow: hidden;
}

.home-four-hero-image-col {
  background-image: url('../images/Star-One.svg'), url('../images/Home-Four-Banner-Shape.svg');
  background-position: 100% 45%, 90% 15%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 610px;
  padding-top: 130px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.home-four-hero-caption-col {
  width: 100%;
  max-width: 650px;
}

.testimonials-main {
  background-color: var(--blue-violet);
  border-radius: 20px;
  padding: 80px 50px 130px;
}

.design-apps-flex-two-sm-col {
  flex: 1;
  max-width: 521px;
}

.design-apps-flex-big-img-col {
  background-color: #ffecec;
  border-radius: 20px;
  flex: 1;
  max-width: 737px;
  position: relative;
}

.home-four-amazing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.home-four-amazing-image-three {
  position: absolute;
  bottom: -70px;
}

.home-four-amazing-image-two {
  position: absolute;
  top: -21px;
  right: 0;
}

.explore-image-col {
  flex: 1;
  position: relative;
}

.explore-image-col.why-choose-amazing-col {
  background-image: url('../images/Amazing-Features-Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  min-height: 538px;
  display: flex;
}

.design-apps-heading-col {
  flex: 1;
  max-width: 737px;
}

.container-four {
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-card-image-col {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.testimonials-card-image-col.testimonials-first-shape {
  background-image: url('../images/Purple-Round-Home-Four.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.testimonials-card-image-col.testimonials-second-shape {
  background-image: url('../images/Pink-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.create-card-body-count {
  background-color: #fff;
  border: 1px dashed #b0b0b0;
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 41px;
  height: 41px;
  display: flex;
}

.testimonials-card {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.testimonials-card.testimonials-first-card-bg {
  background-color: #f6eded;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonials-card.testimonials-second-card-bg {
  background-color: #d9d6d6;
  padding-bottom: 25px;
}

.explore-inner-image-col {
  flex: 1;
  max-width: 54px;
}

.home-four-amazing-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-bottom: 30px;
  display: flex;
}

.home-four-hero-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.max-width-nine-hundred {
  max-width: 900px;
}

.rich-heading {
  font-size: 2.5rem;
  line-height: 3.25rem;
}

.rich-caption-col {
  background-color: #008ad7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex: 1;
  max-width: 516px;
  padding: 50px 50px 0 30px;
  position: relative;
  overflow: hidden;
}

.rich-caption-col.working-process-bg-card {
  background-image: url('../images/Home-Five-Shape.webp');
  background-size: cover;
  margin-bottom: 37px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.rich-caption-image-two {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 23px;
}

.text-span {
  background-color: #fff;
  background-image: url('../images/Home-Three-Hero-Btn-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  padding: 16px 40px;
  display: inline-block;
}

.rich-image-col {
  border-radius: 20px;
  flex: 1;
  max-width: 729px;
}

.font-weight-medium {
  font-weight: 500;
}

.our-customers-mobile-image-wrap {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.our-customers-mobile-image-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-height-auto {
  object-fit: none;
  height: auto;
}

.image-height-auto.cover-image {
  object-fit: cover;
  height: auto;
}

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

.working-process-card-body-one {
  background-color: #f8f4ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 364px;
  padding: 27px;
  display: flex;
}

.working-process-card-body-two {
  background-color: #eafdfe;
  border-radius: 20px;
  max-width: 364px;
  padding: 27px;
}

.home-five-team-card-body {
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 391px;
  display: flex;
  overflow: hidden;
}

.home-five-team-card-body.first {
  background-image: url('../images/Star-5.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-card-body.second {
  background-image: url('../images/Red-Round-Shape.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-card-body.third {
  background-image: url('../images/Purple-Circle.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-card-body.fourth {
  background-image: url('../images/Star-Green.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-main {
  padding-top: 110px;
}

.home-five-team-main.about-us-two-team-main {
  padding-bottom: 80px;
}

.home-five-team-caption {
  padding-top: 20px;
}

.home-five-team-main-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.banner-absolute-image-one {
  position: absolute;
  top: 20px;
  left: 135px;
}

.hero-about-us-image-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.revenue-heading {
  color: #0a061b;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
}

.revenue-heading.padding-bottom-ten.text-color-white {
  color: #fff;
}

.about-us-two-section {
  background-image: url('../images/Star-Two.svg'), url('../images/Hero-Section-About-Us-Two.webp');
  background-position: 82% 60%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding: 120px 15px 360px;
}

.about-us-two-section.why-choose-section {
  background-color: #6822da;
  padding-bottom: 266px;
}

.banner-absolute-image-two {
  position: absolute;
  top: 30px;
  right: 0;
}

.about-us-two-image-section {
  margin-top: -300px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.rrevenue-image-absolute-second {
  position: absolute;
  inset: auto 0% 0% auto;
}

.revenue-main-flex {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  align-items: center;
  display: flex;
}

.revenue-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.revenue-flex-col {
  flex: 1;
  max-width: 250px;
}

.banner-absolute-image-three {
  position: absolute;
  inset: auto 0% 0% auto;
}

.rrevenue-main-block {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  background-image: linear-gradient(#fcf7f7, #fff);
  border-radius: 20px;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.rrevenue-main-block.productivity-main-block {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.rrevenue-main-block.about-us-two-revenue-main-block {
  padding-top: 100px;
  padding-left: 85px;
  padding-right: 85px;
}

.hero-about-us-two {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.rrevenue-image-block {
  flex: 1;
  position: relative;
}

.rrevenue-image-block.why-choose-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.revenue-count {
  color: #0a061b;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.revenue-count.text-color-white {
  color: #fff;
}

.rrevenue-image-absolute-first {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 170px;
  right: -30px;
}

.rrevenue-image-absolute-first.about-us-two-revenue-abosolute-first {
  bottom: 22px;
  left: 0;
  right: auto;
}

.customer-review-image-block {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  margin-left: -20px;
  overflow: hidden;
}

.services-one-hero-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.services-one-hero-main.features-hero-main {
  flex-direction: row-reverse;
}

.how-it-works-section-main-block {
  align-items: center;
  display: flex;
}

.customer-review-block-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.customer-review-block-flex.padding-bottom-ten {
  align-items: center;
}

.services-one-hero {
  background-image: url('../images/Home-Two-Banner.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
}

.services-hero-image-absolute {
  position: absolute;
  inset: auto auto 0% 0%;
}

.how-it-works-flex {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.customer-review-block-caption-col {
  flex: 1;
}

.how-it-works-section-caption-inner {
  background-image: url('../images/How-it-works-Image-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.services-one-hero-image-block {
  flex: 1;
  position: relative;
}

.services-one-hero-caption-block {
  flex: 1;
}

.performance-image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.how-it-works-flex-item-border {
  z-index: 0;
  outline-offset: 0px;
  outline: 1px dashed #7a997f;
  position: absolute;
  inset: 6% auto 25% 22px;
}

.how-it-works-count-col {
  flex: 1;
  max-width: 77px;
}

.how-it-works-section-caption-block {
  flex: 1;
}

.rrevenue-image-absolute-third {
  position: absolute;
  top: 180px;
  right: 60px;
}

.customer-review-block {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  display: flex;
}

.how-it-works-image-block {
  flex: 1;
}

.customer-review-image-col {
  flex: 1;
  max-width: 186px;
  padding-left: 20px;
  display: flex;
}

.how-it-works-flex-item-block {
  position: relative;
}

.services-amazing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.services-amazing-grid.padding-bottom-thirty {
  padding-bottom: 30px;
}

.services-amazing-main-block {
  background-color: #f7f7ff;
  border-radius: 20px;
  padding: 110px 86px 120px;
}

.how-it-works-caption-col {
  flex: 1;
}

.heading-five {
  color: #0a061b;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.heading-five.padding-bottom-ten.text-color-white.margin-bottom-ten {
  margin-bottom: 10px;
}

.heading-five.text-center.padding-bottom-ten.text-color-white {
  color: #fff;
}

.heading-five.padding-bottom-fifteen.width-two-hundred {
  max-width: 200px;
}

.heading-five.padding-bottom-fifteen.max-width-one-hundred-thirty {
  max-width: 130px;
}

.heading-five.text-color-white {
  color: #fff;
}

.heading-five.padding-bottom-twenty-two.max-width-three-hundred {
  text-transform: capitalize;
  max-width: 300px;
}

.how-it-works-count-block {
  background-color: #f6f6f6;
  border: 1px solid #7a997f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.solutions-card-caption-col-2 {
  width: 100%;
  max-width: 80%;
}

.solutions-card-icons-col-2 {
  width: 100%;
  max-width: 70px;
}

.solutions-card-icons-col-2.amazing-home-two {
  max-width: 78px;
}

.service-two-amazing-flex-col {
  border-radius: 20px;
  flex: 1;
  min-height: 510px;
  padding: 40px;
}

.service-two-amazing-flex-col.bg-light-yellow {
  background-color: #fff8ee;
}

.service-two-amazing-flex-col.bg-gray {
  background-color: #f6f6f6;
}

.service-two-amazing-flex-col.bg-light-orange {
  background-color: #fff8f9;
}

.service-two-user-analytics {
  position: absolute;
}

.service-two-user-analytics.twenty-radius.image-shadow {
  box-shadow: 0 5px 25px 4px #00000014;
}

.services-two-image-flex {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  display: flex;
}

.service-two-amazing-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.core-features-service-two {
  padding-top: 110px;
}

.services-two-image-flex-col {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.services-two-image-flex-col.second {
  padding-top: 64px;
}

.services-two-image-flex-col.first {
  padding-bottom: 64px;
}

.twenty-radius {
  border-radius: 20px;
}

.twenty-radius.overflow-hidden.blog-details-image {
  justify-content: center;
  align-items: stretch;
  height: 540px;
  display: flex;
}

.service-two-performance-main {
  background-image: linear-gradient(#fcf7f7, #fff);
  padding: 100px 0 0;
}

.service-two-grow-image {
  position: absolute;
  inset: auto auto 0% -9%;
}

.working-progress-third-image {
  z-index: 1;
  position: absolute;
  inset: -3% -3% auto auto;
}

.working-progress-fourth-image {
  position: absolute;
  inset: auto -3% -2% auto;
}

.features-explore-image-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.why-choose-image-gallery-col {
  border-radius: 20px;
  overflow: hidden;
}

.ribbon-pricing {
  position: absolute;
  inset: 8% -12px auto auto;
}

.why-choose-amazing-flex-three {
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.revenue-main-block {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  background-image: linear-gradient(#fcf7f7, #fff);
  border-radius: 20px;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.revenue-main-block.why-choose-main {
  background-image: none;
  padding-top: 140px;
  padding-bottom: 96px;
}

.why-choose-absolute-image-three {
  position: absolute;
  inset: 160px 3% auto auto;
}

.pricing-icons-block {
  background-color: #4bf8ce;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.pricing-icons-block.bg-gray {
  background-color: #f0f0f0;
}

.text-light-purple {
  color: #a57fe2;
}

.pricing-card {
  background-color: #fff;
  min-height: 600px;
  padding: 40px;
}

.pricing-card.twenty-radius.bg-purple {
  background-color: #6822da;
}

.why-choose-services-image-two {
  position: absolute;
  inset: auto auto -11% 4%;
}

.pricing-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.why-choose-amazing-flex-four {
  position: absolute;
  inset: 0% 0% auto auto;
}

.plan-details {
  padding-top: 20px;
  padding-bottom: 25px;
}

.why-choose-absolute-image-one {
  position: absolute;
  inset: auto auto 40px 0;
}

.why-choose-absolute-image-two {
  z-index: 1;
  position: absolute;
  inset: 70px 11% auto auto;
}

.ribbon-pricing-text {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 7% 0% 0%;
}

.why-choose-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -223px;
}

.why-choose-amazing-flex-two {
  position: absolute;
  inset: 0% auto auto 14%;
}

.text-color-dark-black-two {
  color: #0a061b;
}

.why-choose-bottom-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 120px;
}

.image-shadow {
  box-shadow: 0 5px 25px 4px #00000014;
}

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

.underline-off.block {
  display: block;
}

.contact-one-form-col {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-one-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
}

.contact-one-card.contact-two-card {
  background-color: #f9f9f9;
}

.contact-one-caption-col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 596px;
  padding-bottom: 30px;
  display: flex;
}

.contact-one-caption-col.contact-two-caption-col {
  padding-bottom: 0;
}

.contact-one-banner-image-two {
  position: absolute;
  inset: auto 0% 6% auto;
}

.contact-one-benner {
  background-image: url('../images/Star-One.svg'), url('../images/Star-Three.svg'), url('../images/Contact-Us-Banner-BG.webp');
  background-position: 92% 30%, 56% 23%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: row;
  align-items: stretch;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.contact-one-banner-image-col {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.contact-one-banner-image-col.relative {
  align-items: flex-end;
}

.contact-one-banner-image-three {
  position: absolute;
  inset: auto auto 16% 0%;
}

.contact-two-image-col {
  flex: 1;
}

.contact-two {
  display: block;
}

.contact-two-image-two {
  width: 45%;
  position: absolute;
  inset: 21% 0% auto auto;
}

.contact-two-image-two.image-height-auto.cover-image.image-shadow.twenty-radius {
  border-radius: 10px;
}

.contact-two-image-three {
  position: absolute;
  inset: 21% auto auto 0%;
}

.padding-top-ten {
  padding-top: 10px;
}

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

.blog-tag {
  background-color: #70f4c5;
  border-radius: 60px;
  padding: 4px 17px;
}

.blog-news-card-caption-col {
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

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

.blog-news-card-image-col {
  width: 100%;
  max-width: 100%;
  height: 277px;
}

.blog-news-card-image-col.blog-two-news-card-image-col {
  flex: 1;
}

.blog-news-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-news-card.twenty-radius.image-shadow.margin-bottom-thirty.blog-two-news-card {
  flex-direction: row;
}

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

.blog-tag-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.blog-author-image-block {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.blog-author-flex {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.sixty-radius {
  border-radius: 60px;
}

.blog-two-card {
  border: 1px solid #e3e3e3;
  overflow: hidden;
}

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

.blog-two-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.blog-two-card-body {
  padding-left: 45px;
  padding-right: 45px;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.margin-bottom-thirty.padding-bottom-ten {
  margin-bottom: 0;
}

.pricing-plan-three {
  position: absolute;
  inset: -9% 0% auto auto;
}

.request-a-section-hero-main {
  background-color: #6822da;
  background-image: url('../images/Rich-Analytics-Shape.svg');
  background-position: 95% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 336px;
}

.request-a-demo-absolute-image-two {
  position: absolute;
  top: 54%;
}

.request-a-demo-form-left-col {
  background-image: url('../images/Demo-Image-Two.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  max-width: 540px;
  display: flex;
}

.request-a-demo-form-main-block {
  background-color: #fff;
  align-items: stretch;
  max-width: 1047px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.information-card {
  border: 1px solid #9a9a9a;
  padding: 30px;
}

.information-card.twenty-radius:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 5px 50px 4px #00000014;
}

.request-a-demo-absolute-image-three {
  position: absolute;
  inset: auto 12% 10% auto;
}

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

.request-a-demo-form-right-col {
  flex: 1;
  max-width: 507px;
  padding: 15px 50px;
}

.request-a-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.request-form {
  margin-top: -335px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-amazing-features {
  background-image: url('../images/Glow-Amazon.svg');
  background-position: 64% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 15px 150px;
}

.home-one-how-it-works {
  background-color: #6e25dd;
  background-image: url('../images/Yellow-Round.svg'), url('../images/Star-5.svg'), url('../images/Solutions-bg.webp');
  background-position: 80% 55%, 20% 124%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 112px 15px 120px;
}

.home-one-why-choose-us {
  padding: 115px 15px 120px;
}

.home-one-our-services {
  background-color: #e01e37;
  background-image: url('../images/Services-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -100px;
  padding: 40px 15px 140px;
}

.home-one-future-strategy {
  padding: 113px 15px 0;
}

.home-one-questions-and-answers {
  padding: 10px 15px 170px;
}

.marque-landing-main-flex {
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.marque-landing-main-flex.flex-right {
  justify-content: flex-end;
}

.main-home-pages-list {
  background-color: #f2f0ff;
  padding: 90px 15px 120px;
}

.figma-landing-section {
  padding: 120px 15px;
}

.figma-landing-main {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  padding: 74px 103px;
  display: flex;
}

.figma-landing-caption-col {
  flex: 1;
  max-width: 476px;
}

.landing-home-page-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.marque-landing-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 25rem 25rem 25rem 25rem;
  padding-right: 34px;
}

.mail-link {
  color: #737373;
}

.marque-landing {
  margin-top: -250px;
  padding-bottom: 110px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.landing-home-page-card {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.landing-home-page-card.inner-landing-card {
  padding: 0;
  overflow: hidden;
}

.full-width-image {
  width: 100%;
}

.figma-landing-image-col {
  flex: 1;
  max-width: 764px;
}

.marque-landing-image-block {
  border-radius: 20px;
  overflow: hidden;
}

.landing-home-page-big-card {
  min-height: 367px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.career-caption-block {
  flex: 1;
  max-width: 647px;
}

.find-your-career-flex {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.find-your-career-section {
  background-color: #6822da;
  background-image: url('../images/Star-Three.svg'), url('../images/Star-One.svg');
  background-position: 23% 19%, 80% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 120px;
}

.career-job-section {
  background-image: url('../images/Contact-Us-Two-Shape.svg'), url('../images/Yellow-Round.svg');
  background-position: 86% 85%, 15% 27%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 190px;
}

.career-job-tabs-one {
  border-radius: 10px;
}

.career-job-tabs-one.w--current {
  background-color: #fd496c;
}

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

.find-your-career-image-col {
  flex: 1;
  justify-content: center;
  display: flex;
}

.find-your-career-absolute-image {
  position: absolute;
  inset: auto auto 0% 0%;
}

.career-job-card {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  padding: 40px;
  box-shadow: 0 5px 50px 4px #0000000f;
}

.career-job-card-btn-block {
  display: flex;
}

.career-job-card-location-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.career-main-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.find-your-career-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

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

.find-your-career-card-col {
  flex: 1;
  max-width: 630px;
}

.career-image-block {
  flex: 1;
  max-width: 617px;
  position: relative;
}

.career-absolute-image-two {
  border-radius: 20px;
  position: absolute;
  inset: auto -5% 7% auto;
}

.career-tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-hero-section {
  background-image: url('../images/Career-Shape-Round.svg'), linear-gradient(85.47deg, #eeebff, #fff);
  background-position: 100% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 120px 15px 105px;
}

.career-tabs-content {
  padding-top: 50px;
  overflow: visible;
}

.career-job-card-location-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.career-job-card-details-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.career-absolute-image-one {
  position: absolute;
  top: 56%;
  bottom: 50%;
  left: 8%;
}

.knowledge-base-hero-banner-bottom-section {
  background-color: #fcf6f6;
  background-image: url('../images/Red-Star-Big.svg');
  background-position: 85% 62%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px 110px;
}

.faq-image-help-center-second {
  border-radius: 20px;
  position: absolute;
  inset: 5% auto auto 10%;
  overflow: hidden;
}

.knowledge-base-hero-banner-bottom-flex-col {
  border-radius: 20px;
  overflow: hidden;
}

.knowledge-base-hero-banner-bottom-flex-col.knowledge-second {
  margin-top: 46px;
}

.knowledge-help-center {
  background-color: #fcf6f6;
  background-image: url('../images/Knowledge-Base-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 15px 120px;
}

.knowledge-help-center.knowledge-base-category-help-center {
  background-color: #0000;
  background-image: linear-gradient(#fffbfb, #fff);
  background-position: 0 0;
  margin-top: -60px;
  padding-top: 180px;
  padding-bottom: 220px;
}

.knowledge-base-hero-section {
  background-image: url('../images/Big-Yellow-Round.svg'), url('../images/Knowledge-Hero.svg'), linear-gradient(85.47deg, #eeebff, #fff);
  background-position: 15% 83%, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  padding: 120px 15px 270px;
}

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

.faq-image-help-center-third {
  position: absolute;
  inset: auto auto 0% 0%;
}

.knowledge-base-hero-banner-bottom-flex {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: -363px;
  display: flex;
}

.knowledge-base-category-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.knowledge-base-category-main-block {
  background-color: #6822da;
  background-image: url('../images/Round-Border-White.svg'), url('../images/Pricing-Plan-Shape.svg');
  background-position: 90% 80%, 10% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.knowledge-base-details-section {
  background-image: url('../images/Knowledge-Hero.svg'), linear-gradient(85.47deg, #eeebff, #fff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 120px 15px 220px;
}

.knowledge-base-details-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}

.knowledge-base-details-heading-block {
  background-color: #6822da;
  border-radius: 20px;
  padding: 50px;
}

.knowledge-base-details-card-inner {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.footer-main-block {
  padding-top: 40px;
  padding-bottom: 0;
}

.home-four-amazing-section {
  background-image: url('../images/Glow-Shape.svg');
  background-position: 90% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 110px 15px 120px;
}

.footer-one-main {
  padding-bottom: 40px;
}

.home-four-working {
  background-color: #fcf6f6;
  background-image: url('../images/Pink-Round.svg');
  background-position: 14% 12%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
}

.sign-up-page-logo {
  position: absolute;
  top: 50px;
  left: 100px;
}

.aplon-login-input-block {
  border: 1px solid #cecece;
  border-radius: 4px;
  min-height: 60px;
  font-size: 1.125rem;
}

.aplon-login-input-block.password-protected-input {
  border-width: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 50px 4px #00000014;
}

.checkbox-field-check-box-text {
  padding-left: 10px;
}

.sign-up-image-block {
  background-color: #6822da;
  flex: 1;
}

.sign-in-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.or-text-block {
  align-items: center;
  display: flex;
}

.or-text-block-line {
  border: 1px solid #dadada;
  flex: 1;
}

.checkobox-field {
  align-items: center;
  display: flex;
}

.sign-up-btn {
  grid-column-gap: 12px;
  color: #737373;
  background-color: #fbfbfb;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.form-link {
  color: #6822da;
}

.or-text {
  padding: 12px;
}

.sign-up-section {
  height: 100vh;
}

.sign-up-main {
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.sign-up-caption-col {
  flex: 1;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.aplon-login-input-block-absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 2% 0 auto;
}

.sign-up-image-inner {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.sign-up-btn-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

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

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

.utility-page-content.error-bg {
  background-image: url('../images/Round-Big-Gray.svg'), url('../images/Star-One.svg'), url('../images/Border-Rounded-Small.svg'), url('../images/Star-Three.svg'), linear-gradient(97.3deg, #f2f0ff, #fff);
  background-position: 65% 40%, 80%, 25% 55%, 30% 40%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto, auto;
}

.password-protected-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.password-protected-block {
  background-color: #f5f4ff;
  border-radius: 20px;
  max-width: 521px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.error-page-block {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-author-image-block {
  flex: 1;
  max-width: 73px;
}

.blog-details-bg {
  background-image: linear-gradient(85.47deg, #eeebff, #fcfcff);
}

.blog-details-section {
  padding: 120px 15px;
}

.blog-details-author-caption-block {
  flex: 1;
}

.blog-details-author-icons-block-inner {
  border-radius: 50%;
  width: 54px;
  height: 54px;
}

.blog-details-author {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.blog-details-author-block {
  align-items: center;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.blog-details-recent-blog {
  opacity: 0;
  background-color: #fcf7f7;
  padding: 120px 15px 160px;
}

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

.recent-blog-card-image-block {
  justify-content: flex-start;
  align-items: center;
  height: 277px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.blog-two-card-image-block {
  justify-content: center;
  align-items: stretch;
  height: 334px;
  display: flex;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown.visible-s-hidden-m {
  display: none;
}

.header-menu-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.header-menu-item:hover {
  color: #4a74fd;
}

.header-menu-item.sub-menu {
  color: #0a061b;
}

.header-menu-item.sub-menu.change-line-height {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.6875rem;
}

.header-menu-item.sub-menu.change-line-height:hover {
  color: #6822da;
}

.nevigation-dropdown-list {
  background-color: #fff;
  border: 1px solid #1020271a;
  border-radius: 6px;
  min-width: 220px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nevigation-dropdown-list.megamenu {
  min-width: 820px;
  margin-left: -100%;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding: 28px 30px;
  display: flex;
}

.text-gray-color {
  color: #737373;
}

.details-flex-left-col {
  flex: 1;
  max-width: 561px;
}

.details-flex-card {
  background-color: #fff;
  padding: 45px;
  box-shadow: 0 5px 50px 4px #00000014;
}

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

.details-flex-right-col {
  flex: 1;
  max-width: 632px;
}

.pricing-plan-details {
  display: block;
}

.details-absolute-image {
  position: absolute;
  inset: auto auto 8% 8%;
}

.contact-one-hero-section {
  background-image: url('../images/Contact-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
}

.details-section {
  padding: 120px 15px 0;
}

.d-none {
  display: none;
}

.pricing-plan-flex {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.icons-white {
  filter: invert();
}

.inner-pages-section {
  background-color: #f6f4ff;
  padding: 90px 15px 120px;
}

.inner-pages-bottom-block {
  padding-top: 90px;
}

.utlity-landing-image-block {
  align-items: flex-start;
  min-height: 316px;
  display: flex;
  overflow: hidden;
}

.inner-landing-grid {
  grid-column-gap: 33px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.utility-landing-grid {
  grid-column-gap: 33px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}

.landing-hero {
  background-image: url('../images/landing-Round-Shape.webp'), url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Landing-Round-White_1.svg'), linear-gradient(#f6f4ff, #fff);
  background-position: 85% 100%, 10% 53%, 85% 26%, 17% 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 417px, auto, auto, auto, auto;
  padding-top: 204px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-hero-main {
  padding-bottom: 336px;
}

.aplon-logo-image-loader {
  object-fit: fill;
  width: 5vw;
  height: 5vw;
}

.aplon-preloader-logo {
  z-index: 100;
  object-fit: fill;
  background-color: #d44441;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 11%;
  position: relative;
  overflow: visible;
}

.aplon-loader-container {
  background-image: linear-gradient(to right, #eceafe, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 9vw;
  padding-right: 9vw;
  display: flex;
  position: relative;
}

.aplon-logo-corners {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: flex;
  position: absolute;
}

.aplon-logo-corners.two {
  transform: translate(31px, 31px);
}

.aplon-logo-corners-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.aplon-loader {
  z-index: 9999;
  background-color: #f0eeff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.aplon-bigger-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12.5vw;
  margin-bottom: 12.5vw;
  display: flex;
  position: relative;
}

.reviews-sticky-container {
  align-items: flex-end;
  height: 60vh;
  margin-top: 3.5rem;
  display: flex;
}

.sphere-wrap {
  z-index: 0;
  border-radius: 20em;
  align-items: center;
  width: 24em;
  height: 5em;
  display: none;
  position: absolute;
  inset: 16% 8% auto auto;
  overflow: hidden;
}

.sphere-track {
  display: flex;
}

.sphere {
  background-color: #ffd540;
  flex: none;
  width: 24em;
  height: 8.13em;
}

.landing-title-block {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-span-block {
  z-index: 1;
  position: relative;
}

.landing-span-bg {
  z-index: -1;
  background-color: var(--gold);
  border-radius: 60px;
  height: 80px;
  position: absolute;
  inset: 9px 0% 0%;
}

.landing-figma-container {
  max-width: 1489px;
  margin-left: auto;
  margin-right: auto;
}

.aplon-logo-absolute {
  position: absolute;
  inset: 0%;
}

.home-two-amazing-features {
  background-image: url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Amazing-Dot.svg');
  background-position: 76% 20%, 16% 36%, 84% 32%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding: 110px 15px 90px;
}

.home-two-amazing-features-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.home-two-section-three {
  background-color: #fcf6f6;
  background-image: url('../images/Stunning-Star.svg');
  background-position: 96% 12%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 40px 15px 120px;
}

.home-two-working-process {
  background-image: url('../images/Working-Progress-Shape.svg'), url('../images/Orange-Glow.svg');
  background-position: 9% 25%, 80% 60%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 120px;
}

.home-two-rich-analytics-section {
  background-image: url('../images/Rich-Analytics-Shape.svg'), url('../images/Rich-Analytics-Glow.svg');
  background-position: 83% 31%, 14% 55%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 40px 15px 60px;
}

.padding-bottom-twenty-five {
  padding-bottom: 25px;
}

.nav-dropdown-icon {
  filter: invert();
}

.home-three-amazing-features {
  background-color: #fcf6f6;
  padding: 110px 15px 20px;
}

.home-three-services {
  background-color: #e2eef3;
  background-image: url('../images/White-Star.svg'), url('../images/Services-Back-Shape.svg');
  background-position: 50% 8%, 7% 75%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 120px 15px 135px;
}

.padding-bottom-fourty {
  padding-bottom: 40px;
}

.home-four-design-apps {
  background-image: url('../images/Design-BG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 15px 180px;
}

.home-four-create-section {
  background-color: #f7f7ff;
  background-image: url('../images/Home-Banner-Four-Dot.svg');
  background-position: 15% 38%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 40px 15px;
}

.home-four-explore-section {
  background-image: url('../images/Purple-Star.svg'), url('../images/Working-Progress-Shape.svg'), url('../images/Explore-Glow.svg');
  background-position: 25% 35%, 80% 25%, 80% 40%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding: 110px 15px 120px;
}

.home-four-testimonials {
  background-color: var(--blue-violet);
  padding: 75px 50px 130px;
}

.home-four-testimonials.twenty-radius {
  background-color: var(--azure);
  border-radius: 20px;
}

.about-us-amazing-features {
  background-color: #fafafa;
  background-image: url('../images/Light-Grey-Round.svg'), url('../images/Home-Banner-Four-Dot.svg');
  background-position: 88% 30%, 15% 35%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 120px;
}

.about-us-high-quality-services {
  background-image: url('../images/Home-Five-Sky-Shape.svg');
  background-position: 65% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 20px 15px 120px;
}

.about-us-our-process {
  background-image: linear-gradient(#fcf6f6, #fff);
  padding: 110px 15px 200px;
}

.about-us-team-member {
  padding-top: 110px;
}

.about-us-two-revenue-section {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-two-amazing-features {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #007fff;
  background-image: url('../images/Services-Bg.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-two-intelligence-section {
  background-image: url('../images/Purple-Star.svg'), url('../images/Working-Progress-Shape.svg'), url('../images/Explore-Glow.svg');
  background-position: 25% 35%, 80% 25%, 80% 40%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-two-team-member {
  padding: 25px 15px 120px;
}

.footer-second-image-inner {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-first-image-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.landing-footer-caption-col {
  flex: 1;
  max-width: 617px;
}

.landing-footer-main {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.landing-footer-image-col {
  grid-column-gap: 14px;
  flex: 1;
  max-width: 584px;
  display: flex;
}

.footer-second-image-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.landing-footer-section {
  background-image: url('../images/Footer-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.footer-first-image {
  border-radius: 20px;
  margin-bottom: 30px;
}

.footer-first-image-inner {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.service-one-improve {
  background-image: url('../images/Amazing-Feature-Glow-Shape.svg');
  background-position: 85% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-one-amazing-features {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-one-performance-section {
  background-image: url('../images/Orange-Glow.svg'), url('../images/Home-Five-Sky-Shape.svg');
  background-position: 80% 20%, 30% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 120px 15px 50px;
}

.service-one-how-it-works-section {
  background-color: #f7f7ff;
  background-image: url('../images/Star-Three.svg');
  background-position: 55% 75%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 40px 20px 60px;
}

.service-one-faq {
  padding: 120px 15px 220px;
}

.service-two-amazing-features {
  padding: 110px 15px 55px;
}

.service-two-performance-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.services-two-hero {
  background-image: url('../images/Star-Two.svg'), url('../images/Star-One.svg'), url('../images/Yellow-Round.svg'), linear-gradient(114.9deg, #f0eeff, #fff);
  background-position: 30% 90%, 20% 20%, 100% 20%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.services-two-performance-image-two {
  position: absolute;
  top: 122px;
  left: 0;
}

.services-two-performance-image-one {
  position: absolute;
  inset: auto 0% -5% auto;
}

.services-two-performance-image-three {
  position: absolute;
  inset: 0% auto auto 19%;
}

.service-two-performance-container {
  max-width: 1462px;
}

.service-two-testimonials {
  padding: 120px 15px 220px;
}

.features-hero-section {
  background-image: url('../images/Star-Two.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 63% 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 120px 15px;
}

.features-amazing-section {
  background-image: url('../images/Home-Banner-Four-Dot.svg'), url('../images/Light-Purple-Round-Circle.svg');
  background-position: 14% 35%, 89% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
}

.features-hight-quality-section {
  background-color: #6822d9;
  background-image: url('../images/Star-Two.svg');
  background-position: 45% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
}

.features-working-fifth-image {
  position: absolute;
  inset: -7% -9% auto auto;
}

.features-working-fifth-image.image-height-auto {
  z-index: 0;
}

.features-explore-section {
  background-color: #fcf7f7;
  padding: 110px 15px 120px;
}

.features-faq-section {
  padding: 70px 15px 270px;
}

.gray-card-line {
  background-color: #d1d1d1;
  height: 1px;
}

.gray-card-line.margin-top-thirty {
  margin-top: 30px;
}

.home-two-real-apps-card-second-image-block {
  position: absolute;
  inset: auto 0% -11% auto;
}

.why-choose-image-gallery-second-image {
  position: absolute;
  inset: auto auto 30px 30px;
}

.why-services-image-col {
  max-width: 583px;
  margin-left: auto;
  margin-right: auto;
}

.why-services-image-col.relative {
  justify-content: flex-end;
  display: flex;
}

.why-choose-caption-col {
  flex: 1;
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-our-working-process-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.contact-us-two-touch-section {
  padding: 40px 15px 100px;
}

.faq-image-help-center-fourth {
  position: absolute;
  inset: 0% 2% auto auto;
}

.pricing-plan-amazing-features-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.blog-one-section {
  padding: 110px 15px 120px;
}

.blog-two-section {
  padding: 110px 15px 90px;
}

.accordion-icon-block {
  flex: 1;
  max-width: 40px;
}

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

.home-three-amazing-features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.template-hero-section {
  background-color: #f2f3f7;
  padding: 150px 15px 120px;
}

.template-hero-section-container {
  text-align: left;
  max-width: 1290px;
}

.template-hero-section-text-block {
  max-width: 800px;
}

.style-guide-color-pallette-title-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.style-guide-color-pallette-title-wrapper.padding-bottom {
  padding-bottom: 30px;
}

.style-guide-color-pallette-secondary-color {
  flex: 1;
}

.style-guide-typography-palette {
  padding-top: 120px;
}

.style-guide-color-pallette-block-color {
  background-color: var(--dim-grey);
  border-radius: 6px;
  height: 75px;
}

.style-guide-color-pallette-block-color.indian-red {
  background-color: var(--indian-red);
}

.style-guide-color-pallette-block-color.blue-violet {
  background-color: var(--blue-violet);
}

.style-guide-color-pallette-block-color.nero-black {
  background-color: var(--nero-black);
}

.style-guide-color-pallette-block-color.gold {
  background-color: var(--gold);
}

.style-guide-color-pallette-block-color.white {
  background-color: #fff;
}

.style-guide-color-pallette-block-color.black {
  background-color: var(--black);
}

.style-guide-attributes {
  padding: 120px 20px 220px;
}

.sitemap-text {
  color: #4f4f4f;
  letter-spacing: .01em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.sitemap-text.capitalized {
  text-transform: capitalize;
}

.sitemap-text.color-black {
  color: #141f39;
}

.style-guide-site-map-list {
  margin-bottom: 0;
}

.style-guide-heading-style-grid-font-wrapper {
  flex: 1;
}

.style-guide-color-pallette-grid-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.style-guide-color-pallette-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-attributes-container {
  max-width: 1290px;
}

.style-guide-color-pallette-color-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.style-guide-button {
  margin-top: 120px;
}

.style-guide-color-pallette-primary-color {
  flex: 1;
}

.style-guide-color-pallette-primary-color.width {
  max-width: 50%;
}

.style-guide-button-wrapper {
  display: flex;
}

.style-guide-color-pallette {
  margin-top: 120px;
}

.style-guide-heading-style-grid-text-wrapper {
  background-color: #f2f3f7;
  border-radius: 6px;
  padding: 40px;
  display: flex;
}

.style-guide-heading-style-grid-title-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.style-guide-heading-style-grid-block-title {
  padding-bottom: 20px;
}

.style-guide-body-text-font {
  grid-column-gap: 50px;
  display: flex;
}

.style-guide-body-text {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 120px;
  display: flex;
}

.style-guide-heading-style {
  padding-top: 120px;
}

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

.changelog-hero-section {
  background-color: #f2f3f7;
  padding: 170px 15px 120px;
}

.template-hero-section-text-block-2.changelog-hero-section-text {
  text-align: center;
  max-width: 100%;
}

.changelog-button-wrapper {
  justify-content: center;
  display: flex;
}

.flex-center {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.changelog-container {
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.changelog-section {
  padding-top: 7.5rem;
  padding-bottom: 13rem;
}

.changelog-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.licensing-hero-section {
  background-color: #f2f3f7;
  padding: 170px 15px 120px;
}

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

.licensing-text-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.licence-link {
  color: var(--indian-red);
  text-decoration: none;
}

.licencing-image-block {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.contact-container {
  max-width: 1290px;
}

.licensing-section {
  padding: 120px 15px 70px;
}

.licence-information-image-block {
  margin-top: 3.6rem;
  margin-bottom: 3.5rem;
}

.body-font {
  color: #4f4f4f;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

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

.service-one-performance-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.checkout-page {
  padding: 120px 15px 180px;
}

.checkout-page-form, .cart-button {
  background-color: #0000;
}

.cart-quantity {
  background-color: var(--indian-red);
  color: #fff;
  position: absolute;
  top: 5px;
  right: 20px;
}

.cart-icon {
  width: 30px;
  height: 30px;
}

.remove-button {
  color: var(--indian-red);
}

.landing-heading-one {
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 3.5625rem;
}

.landing-heading-two {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.875rem;
}

.landing-heading-two.padding-bottom-ten.text-color-white.width-four-fifty {
  max-width: 450px;
}

.landing-heading-four {
  color: #0a061b;
  font-weight: 600;
}

.paypal-checkout-form {
  background-color: #0000;
}

.order-confirmation {
  background-color: #0000;
  padding-top: 120px;
  padding-bottom: 220px;
}

.ui-kit-hero-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.team-one-member-heading-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.team-one-member-heading-block.ui-kit-hero-heading-block {
  background-color: #f8f8f8;
  padding-top: 15.5rem;
  padding-bottom: 9.25rem;
}

.team-text-two {
  color: #0b0d0f;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 5.625rem;
}

.preloader-documentation-section {
  max-width: 250px;
  max-height: 250px;
  padding: 10.5rem 15px 12.5rem;
}

.documentation-block-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.documentation-block-one {
  flex: 1;
  margin-top: 40px;
}

.heading-six {
  color: #333;
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.heading-six.padding-bottom-ten {
  text-transform: capitalize;
  padding-bottom: 0;
}

.social-icons-absolute {
  position: absolute;
}

.pricing-plan-table {
  background-color: #0000;
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0 30px;
  display: block;
}

.pricing-plan-table.yearly {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px #000;
  display: none;
}

.pricing-plan-table.monthly {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px #000;
  display: flex;
}

.white-ball {
  background-color: var(--indian-red);
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.toggle-box {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #cfcdcc;
  border-radius: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 36px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.yearly-text {
  color: #121e38;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.plan-switch-box {
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.save-box {
  border: 1px solid var(--indian-red);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 5px 10px 2px;
  display: flex;
}

.monthly-text {
  color: #121e38;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.percent-off {
  color: var(--indian-red);
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.faq-question-bar {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.acoo-two-heading-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.faq-content {
  overflow: hidden;
}

.acco-block {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-acco-icon {
  background-color: var(--indian-red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-header-bg {
  position: absolute;
  inset: 0%;
}

.sticky-header-bg.white {
  border-bottom: 1px solid var(--nero-black);
  background-color: #fff;
}

.megamenu-main-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.megamenu-content-one {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.megamenu-dropdown-link:hover {
  background-color: #f9fafb;
}

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

.megamenu-icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.megamenu-content-text {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.megamenu-content-text.hide-mobile-landscape {
  font-family: Urbanist, sans-serif;
}

.megamenu-heading-text {
  color: #101828;
  margin-bottom: .25rem;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.megamenu-heading-text.margin-bottom-0 {
  margin-bottom: 0;
}

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

.megamenu-heading {
  color: var(--crimson);
  letter-spacing: normal;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.megamenu-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.body-font-dark {
  color: #0f0f0f;
  letter-spacing: -.01rem;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.body-font-dark.tag-light {
  color: #606060;
  font-weight: 500;
}

.accordian-wrapper {
  max-width: 590px;
}

.text-tag {
  grid-column-gap: 15px;
  align-items: center;
}

.accordian-content {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 50px;
}

.question {
  grid-column-gap: 25px;
  cursor: pointer;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 17px 24px;
  display: flex;
}

.question.shadow {
  box-shadow: 0 4px 50px #00000014;
}

.heading-six-2 {
  color: #0f0f0f;
  letter-spacing: -.01rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.icon-wrapper {
  background-color: var(--indian-red);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 25px;
  display: flex;
}

.faq {
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  margin-bottom: 10px;
  position: relative;
}

.auto-fit {
  height: auto;
}

.auto-fit.minus {
  position: absolute;
}

.change-weight-semibold {
  font-weight: 600;
}

.container {
  align-items: center;
  display: flex;
}

.whatsapp-button {
  background-color: #25d366;
  border-radius: 12px;
}

.text-span-2 {
  color: #e01e37;
}

.image {
  border-radius: 20px;
}

.whatsapp {
  padding: 60px 15px 220px;
}

.whatsapp.home-three-section {
  padding-bottom: 220px;
}

.whatsapp.risk-management-section {
  background-color: #e01e37;
  background-image: linear-gradient(to top, #e01e37, #e3364c 1%, #eb6b7b 29%, #fff), url('../images/Star-5.svg'), url('../images/Risk-Management-Star.svg');
  background-position: 0 0, 85% 76%, 74% 34%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 170px;
  padding-bottom: 60px;
}

.whatsapp.rich-section {
  padding-bottom: 50px;
}

.whatsapp.testimonials-section {
  padding-top: 0;
  padding-bottom: 220px;
}

.whatsapp.pricing-plan-section {
  background-color: #fcf7f7;
  padding-top: 110px;
  padding-bottom: 220px;
}

.whatsapp.pricing-plan-section.margin-zero {
  margin-bottom: 0;
}

.whatsapp.pricing-plan-section.pricing-plan-page-section {
  padding-bottom: 90px;
}

.whatsapp.pricing-plan-section.pricing-plan-page-section.categories-page {
  padding-bottom: 220px;
}

.whatsapp.why-choose-section {
  background-image: linear-gradient(#f2f0ff, #fff);
  padding-top: 0;
  padding-bottom: 0;
}

.whatsapp.why-choose-amazing-section {
  background-image: url('../images/Amazing-Feature-Glow-Shape.svg'), url('../images/Orange-Glow_1.svg');
  background-position: 85% 85%, 95% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.whatsapp.contact-one-section {
  background-image: url('../images/Rich-Analytics-Shape.svg'), url('../images/Light-Purple-Round-Circle.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 82% 15%, 65% 84%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
}

.whatsapp.contact-one-hero-section {
  background-image: linear-gradient(#e01e37, #e8586b 31%, #ef8c99 60%, #f7c7cd 80%, #fff);
}

.whatsapp.contact-us-two-bg {
  background-image: url('../images/Light-Purple-Round-Circle.svg'), url('../images/Contact-Us-Two-Shape.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 80% 100%, 20% 37%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
  padding-bottom: 220px;
}

.whatsapp.recent-blog-section {
  background-color: #f2f0ff;
  padding-top: 110px;
  padding-bottom: 140px;
}

.whatsapp.blog-audience-section {
  background-color: #fd496c;
  background-image: url('../images/White-Dotted.svg'), url('../images/Red-Round-Circle_1.svg');
  background-position: 16% 93%, 85%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: -200px;
  padding-top: 162px;
}

.whatsapp.pricing-plan-page {
  background-color: #f2f0ff;
  background-image: url('../images/Pricing-Plan-Shape.svg');
  background-position: 55% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 110px;
  padding-bottom: 90px;
}

.whatsapp.info-section {
  padding-bottom: 0;
}

.whatsapp.new-testimonials, .whatsapp.features-faq {
  padding-bottom: 220px;
}

.whatsapp.contact-us-one {
  padding-top: 0;
  padding-bottom: 220px;
}

.image-2 {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.image-4 {
  opacity: 0;
}

.rich-text-block-2 {
  color: var(--nero-black);
  text-shadow: 0 1px 1px #0003;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}

.paragraph {
  padding-left: 20px;
}

.heading {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-2 {
  color: var(--nero-black);
}

.heading-2 {
  padding-bottom: 20px;
}

.tag-red-bg {
  color: var(--white);
  -webkit-text-stroke-color: var(--crimson);
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 500;
}

.tag-red-bg.text-color-white {
  color: #fff;
}

.tag-red-bg.faq-tag {
  color: #6e25dd;
}

.tag-red-bg.change-color {
  color: var(--indian-red);
}

.tag-red-bg.span-bg-green {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #e01e37;
  background-clip: border-box;
  border-radius: 20px;
}

.margin-top-thirteen-red-bg {
  margin-top: 13px;
}

.margin-top-thirteen-red-bg.padding-bottom-ten {
  color: var(--white);
}

.margin-top-thirteen-red-bg.padding-bottom-ten.text-color-white.max-width-seven-hundred.margin-left-zero {
  margin-left: 0;
}

.margin-top-thirteen-red-bg.padding-bottom-ten.max-width-five-hundred-eighty {
  max-width: 580px;
}

.margin-top-thirteen-red-bg.padding-bottom-ten.max-width-five-hundred-fifty {
  max-width: 550px;
}

.services-main-two-copy {
  padding-top: 110px;
  padding-bottom: 80px;
}

.stunning-caption-icon-block-black-bg {
  color: #000;
  -webkit-text-stroke-color: white;
  border: 1px dashed #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.paragraph-3 {
  color: #000;
}

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

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 375%;
  display: flex;
}

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo-slider-img {
  width: 200px;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  background-color: #f7f7ff;
  width: 100%;
  height: auto;
  min-height: 20%;
  padding: 1em 0% 2em;
}

.logo-slide_section {
  background-color: #f7f7ff;
  justify-content: center;
  align-items: center;
  height: 15vh;
  display: flex;
}

.tag-copy {
  color: var(--azure);
  -webkit-text-stroke-color: var(--crimson);
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 500;
}

.tag-copy.text-color-white {
  color: #fff;
}

.tag-copy.faq-tag {
  color: #6e25dd;
}

.tag-copy.change-color {
  color: var(--indian-red);
}

.tag-copy.span-bg-green {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #e01e37;
  background-clip: border-box;
  border-radius: 20px;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.section-3 {
  background-color: #f7f7ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.padding-bottom-twenty-two-header {
  text-transform: none;
  padding-bottom: 0;
  font-size: 2.2rem;
  line-height: 3.2rem;
}

.padding-bottom-twenty-two-header.max-width-seven-hundred, .padding-bottom-twenty-two-header.text-color-dark-black-two {
  font-size: 1.25rem;
}

.padding-bottom-twenty-two-header.max-width-seven-hundred-sixty {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom-twenty-two-header.max-width-six-hundred {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.home-one-hero-section-non-hero {
  background-image: url('../images/Star-Two.svg'), url('../images/Star-One.svg'), url('../images/Star-Three.svg'), url('../images/Bg-Hero.webp');
  background-position: 9% 61%, 93% 28%, 14% 15%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px 353px;
}

.home-one-hero-section-non-hero.home-two-hero {
  background-image: url('../images/Home-Two-Banner.webp');
  background-size: cover;
  padding-bottom: 0;
  overflow: hidden;
}

.image-5 {
  border-radius: 10px;
}

.hero-flex-payroll-page {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
}

.hero-flex-payroll-page.flex-left {
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 10px;
}

.hero-flex-payroll-page.flex-left.padding-top-thirty {
  padding-top: 30px;
}

.hero-flex-payroll-page.padding-top-fifty {
  padding-top: 50px;
}

.hero-flex-payroll-page.flex-left {
  justify-content: flex-start;
}

.hero-flex-payroll-page.flex-right {
  justify-content: flex-end;
}

.youtube {
  margin-top: 85px;
}

.text-single-200 {
  font-size: 18px;
  line-height: 20px;
}

.text-single-200.medium {
  font-weight: 500;
}

.text-single-200.bold {
  font-weight: 700;
}

.cloneable-container-default {
  border-radius: 20px;
  min-height: 624px;
  transform: translate(0);
}

.cloneable-container-default.center {
  border-radius: 0;
  align-items: center;
  min-height: auto;
  padding-top: 144px;
  padding-bottom: 144px;
}

.text-single-300 {
  font-size: 20px;
  line-height: 22px;
}

.text-single-300.medium {
  font-weight: 500;
}

.text-single-300.medium.text-color-600 {
  color: #6f6c90;
}

.list-pricing {
  margin-top: 24px;
  margin-bottom: 0;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.pricing {
  color: #170f49;
  margin-bottom: 18px;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.pricing.pricing-2, .pricing.pricing-3 {
  display: none;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.start-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal.start-top.center {
  align-items: center;
}

.pricing-details-3 {
  display: none;
}

.icon-pricing---brix {
  margin-right: 18px;
}

.button-primary {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.mg-top-18px {
  margin-top: 18px;
}

.pricing-card-slider {
  border: 1px solid #eff0f6;
  border-radius: 20px;
  padding: 64px 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 12px #14142b14;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.container-785px-center {
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card-3 {
  display: none;
}

.calculator-slider {
  margin-top: 28px;
}

.section-4 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-4.cloneables-listing {
  padding-top: 72px;
}

.icon-bullet---brix {
  margin-right: 14px;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.pricing-card-2 {
  display: none;
}

.list-item-pricing {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.float-background-purple {
  background-color: #f7f7fc;
  width: 47%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-uppercase.subtitle {
  color: #4a3aff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.content-pricig-table {
  margin-top: 76px;
}

.content-pricig-table.small {
  margin-top: 44px;
}

.grid-two-columns---brix {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
}

.grid-two-columns---brix.grid-align-center {
  z-index: 1;
  align-items: center;
  position: relative;
}

.pricing-details-2 {
  display: none;
}

.padding-bottom-twenty-two-copy {
  padding-bottom: 22px;
  font-size: 1.25rem;
}

.padding-bottom-twenty-two-copy.max-width-seven-hundred, .padding-bottom-twenty-two-copy.text-color-dark-black-two {
  font-size: 1.25rem;
}

.padding-bottom-twenty-two-copy.max-width-seven-hundred-sixty {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom-twenty-two-copy.max-width-six-hundred {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.nav-dropdown-2 {
  position: relative;
}

.menu-item-2 {
  color: #0a061b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.section-copy {
  padding: 120px 15px;
}

.section-copy.home-three-section {
  padding-bottom: 220px;
}

.section-copy.risk-management-section {
  background-color: #e01e37;
  background-image: linear-gradient(to top, #e01e37, #e3364c 1%, #eb6b7b 29%, #fff), url('../images/Star-5.svg'), url('../images/Risk-Management-Star.svg');
  background-position: 0 0, 85% 76%, 74% 34%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 170px;
  padding-bottom: 400px;
  display: block;
}

.section-copy.rich-section {
  padding-bottom: 50px;
  display: block;
}

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

.section-copy.pricing-plan-section {
  background-color: #fcf7f7;
  padding-top: 110px;
  padding-bottom: 220px;
}

.section-copy.pricing-plan-section.margin-zero {
  margin-bottom: 0;
}

.section-copy.pricing-plan-section.pricing-plan-page-section {
  padding-bottom: 90px;
}

.section-copy.pricing-plan-section.pricing-plan-page-section.categories-page {
  padding-bottom: 220px;
}

.section-copy.why-choose-section {
  background-image: linear-gradient(#f2f0ff, #fff);
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.why-choose-amazing-section {
  background-image: url('../images/Amazing-Feature-Glow-Shape.svg'), url('../images/Orange-Glow_1.svg');
  background-position: 85% 85%, 95% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section-copy.contact-one-section {
  background-image: url('../images/Rich-Analytics-Shape.svg'), url('../images/Light-Purple-Round-Circle.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 82% 15%, 65% 84%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
}

.section-copy.contact-one-hero-section {
  background-image: linear-gradient(#e01e37, #e8586b 31%, #ef8c99 60%, #f7c7cd 80%, #fff);
}

.section-copy.contact-us-two-bg {
  background-image: url('../images/Light-Purple-Round-Circle.svg'), url('../images/Contact-Us-Two-Shape.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 80% 100%, 20% 37%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
  padding-bottom: 220px;
}

.section-copy.recent-blog-section {
  background-color: #f2f0ff;
  padding-top: 110px;
  padding-bottom: 140px;
}

.section-copy.blog-audience-section {
  background-color: #fd496c;
  background-image: url('../images/White-Dotted.svg'), url('../images/Red-Round-Circle_1.svg');
  background-position: 16% 93%, 85%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: -200px;
  padding-top: 162px;
}

.section-copy.pricing-plan-page {
  background-color: #f2f0ff;
  background-image: url('../images/Pricing-Plan-Shape.svg');
  background-position: 55% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 110px;
  padding-bottom: 90px;
}

.section-copy.info-section {
  padding-bottom: 0;
}

.section-copy.new-testimonials, .section-copy.features-faq {
  padding-bottom: 220px;
}

.section-copy.contact-us-one {
  padding-top: 0;
  padding-bottom: 220px;
}

.section-copy.risk-management-section-copy {
  background-color: #e01e37;
  background-image: linear-gradient(0deg, #e01e37, #e3364c 1%, #eb6b7b 29%, #fff), url('../images/Star-5.svg'), url('../images/Risk-Management-Star.svg');
  background-position: 0 0, 85% 76%, 74% 34%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 170px;
  padding-bottom: 40px;
  display: block;
}

.all-btn-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0a061b;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.all-btn-2.padding-bg-btn {
  padding: 16px 26px;
}

.all-btn-2.padding-bg-btn.bg-white {
  background-color: #fff;
}

.all-btn-2.border-padding-btn {
  padding: 12px 18px;
}

.all-btn-2.border-padding-btn.border-white-btn {
  border: 2px solid #fff;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.padding-bottom-twenty-2 {
  padding-bottom: 20px;
}

.hero-flex-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-flex-2.flex-left {
  justify-content: flex-start;
}

.text-color-white-2 {
  color: #fff;
}

.margin-top-thirteen-sm {
  margin-top: 13px;
}

.margin-top-thirteen-sm.padding-bottom-ten.text-color-white.max-width-seven-hundred.margin-left-zero {
  margin-left: 0;
}

.margin-top-thirteen-sm.padding-bottom-ten.max-width-five-hundred-eighty {
  max-width: 580px;
}

.margin-top-thirteen-sm.padding-bottom-ten.max-width-five-hundred-fifty {
  max-width: 550px;
}

.margin-top-thirteen-sm.padding-bottom-ten-sm {
  text-align: center;
  font-size: 1.9rem;
}

.margin-top-thirteen-sm.padding-bottom-ten-sm.text-color-white.max-width-seven-hundred.margin-left-zero {
  margin-left: 0;
}

.margin-top-thirteen-sm.padding-bottom-ten-sm.max-width-five-hundred-eighty {
  max-width: 580px;
}

.margin-top-thirteen-sm.padding-bottom-ten-sm.max-width-five-hundred-fifty {
  max-width: 550px;
}

.margin-top-thirteen-red-bg-sm {
  margin-top: 13px;
}

.margin-top-thirteen-red-bg-sm.padding-bottom-ten {
  color: var(--white);
}

.margin-top-thirteen-red-bg-sm.padding-bottom-ten.text-color-white.max-width-seven-hundred.margin-left-zero {
  margin-left: 0;
}

.margin-top-thirteen-red-bg-sm.padding-bottom-ten.max-width-five-hundred-eighty {
  max-width: 580px;
}

.margin-top-thirteen-red-bg-sm.padding-bottom-ten.max-width-five-hundred-fifty {
  max-width: 550px;
}

.margin-top-thirteen-red-bg-sm.padding-bottom-ten-sm {
  color: var(--white);
  font-size: 1.9rem;
}

.margin-top-thirteen-red-bg-sm.padding-bottom-ten-sm.text-color-white.max-width-seven-hundred.margin-left-zero {
  margin-left: 0;
}

.margin-top-thirteen-red-bg-sm.padding-bottom-ten-sm.max-width-five-hundred-eighty {
  max-width: 580px;
}

.margin-top-thirteen-red-bg-sm.padding-bottom-ten-sm.max-width-five-hundred-fifty {
  max-width: 550px;
}

.collection-list-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block {
  border-bottom: 2px #000;
  border-radius: 0;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  text-decoration: none;
}

.collection-list {
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: cover;
  width: 315px;
  height: 200px;
}

.heading-3 {
  color: var(--nero-black);
  text-transform: none;
  width: 315px;
  margin-top: 0;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.text-block-2 {
  color: var(--new-crimson);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: -5px;
  padding-bottom: 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
}

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

.section-5 {
  background-color: var(--maju-red);
  background-image: linear-gradient(180deg, var(--maju-red) 61%, white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 100vh;
}

.section-6 {
  background-color: var(--white);
  background-image: linear-gradient(180deg, var(--white) 46%, white);
  height: 100vh;
  margin-top: 125px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-4 {
  background-color: var(--maju-red);
  opacity: 1;
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: normal;
  border-radius: 20px;
  margin: 0 50px;
  padding: 10px 40px;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  text-decoration: none;
}

.image-7 {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  background-color: var(--white);
  text-align: center;
  vertical-align: baseline;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 1000px;
  height: 520px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 1.125px;
  display: block;
  position: static;
  overflow: clip;
}

.rich-text-block-3 {
  background-color: var(--white);
  opacity: 1;
  color: var(--dim-grey);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  padding: 15px 100px 30px;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}

.text-block-3 {
  padding-top: 10px;
  padding-left: 100px;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.text-block-4 {
  color: var(--nero-black);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  padding-top: 10px;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
}

.bold-text {
  text-transform: capitalize;
}

.bold-text-2 {
  font-size: 2.1rem;
}

.paragraph-16, .paragraph-17 {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .home-one-hero-section {
    background-position: 10% 65%, 89% 24%, 15% 15%, 50%;
  }

  .real-apps-card.future-image-card.image-three {
    z-index: 3;
    position: absolute;
  }

  .footer {
    background-position: 98% 18%, 0 30%, 0 0;
  }

  .overflow-hidden {
    padding-top: 0;
  }

  .working-progress-top-block {
    padding-left: 10px;
  }

  .section.home-three-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.risk-management-section {
    padding-bottom: 140px;
  }

  .section.rich-section {
    padding-top: 250px;
  }

  .task-card {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .red-bg-text {
    border-radius: 35px;
  }

  .home-four-hero {
    background-image: url('../images/Amazing-Dot.svg'), url('../images/Star-Three.svg'), url('../images/Star-Two.svg'), url('../images/Home-Four-Banner-Glow.svg'), url('../images/Home-Four-Banner-BG.webp'), linear-gradient(to bottom, var(--maju-red), var(--maju-red));
    background-position: 58% 85%, 22% 18%, 44% 80%, 10% 0, 50%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto, auto, cover, auto;
  }

  .home-four-hero-image-col {
    padding-top: 130px;
  }

  .contact-one-banner-image-two {
    right: -11%;
  }

  .contact-one-benner {
    padding-top: 15px;
    padding-left: 105px;
    padding-right: 105px;
  }

  .blog-news-card-image-col {
    flex: 1;
  }

  .blog-news-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

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

  .forgot-password-link {
    color: #737373;
  }

  .sign-up-main {
    flex-direction: row;
  }

  .style-guide-color-pallette-wrapper, .style-guide-color-pallette-secondary-color {
    flex: 1;
  }

  .style-guide-color-pallette-block-color {
    height: 75px;
    position: relative;
  }

  .style-guide-site-map-list {
    margin-bottom: 0;
    list-style-type: disc;
  }

  .style-guide-heading-style-grid-font-wrapper {
    flex: 1;
  }

  .style-guide-color-pallette-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-color-pallette-primary-color {
    flex: 1;
  }

  .style-guide-color-pallette-primary-color.width {
    width: 50%;
  }

  .style-guide-color-pallette {
    display: flex;
  }

  .style-guide-heading-style-grid-text-wrapper {
    border-radius: 6px;
  }

  .style-guide-heading-style-grid-title-wrapper {
    flex: 1;
  }

  .style-guide-heading-style-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .whatsapp.home-three-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .padding-bottom-twenty-two-header {
    margin-top: 0;
    font-size: 3.875rem;
    line-height: 4.375rem;
  }

  .home-one-hero-section-non-hero {
    background-position: 10% 65%, 89% 24%, 15% 15%, 50%;
  }

  .section-copy.home-three-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-copy.risk-management-section {
    padding-bottom: 140px;
  }

  .section-copy.rich-section {
    padding-top: 250px;
  }

  .section-copy.risk-management-section-copy {
    padding-bottom: 140px;
  }

  .image-7 {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .menu-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-item-link {
    color: var(--nero-black);
    object-fit: fill;
  }

  .home-one-hero-section {
    background-position: 10% 65%, 90% 24%, 15% 15%, 50%;
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .hero-flex.padding-top-fifty {
    padding-top: 20px;
  }

  .amazing-features-right-image-block {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .footer {
    background-position: 97% 18%, 0 30%, 0 0;
  }

  .footer.footer-two {
    background-image: url('../images/Star-5.svg'), url('../images/Footer-Star.svg'), linear-gradient(#e01e37, #ea6777 31%, #ee8693 84%, #f4acb5 100%, #f7c3c9 100%, #fff);
    background-position: 100% 36%, 0 38%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, 67px, auto;
  }

  .text-color-white.padding-bottom-ten {
    color: var(--nero-black);
  }

  .text-color-white.padding-bottom-ten.max-width-eight-hundred {
    color: var(--white);
  }

  .padding-bottom-twenty-two.padding-bottom-twenty-two-header {
    text-transform: capitalize;
  }

  .span-bg-yellow {
    background-color: var(--crimson);
    color: #fff;
  }

  .padding-bottom-twenty {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .section.risk-management-section {
    padding-bottom: 220px;
  }

  .section.contact-one-hero-section {
    background-image: linear-gradient(to top, #e01e37, #e54055 14%, #fff);
  }

  .section.contact-us-two-bg {
    padding-top: 40px;
  }

  .section.recent-blog-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-main {
    margin-top: -70px;
  }

  .margin-top-thirteen.padding-bottom-ten {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top-thirteen.padding-bottom-ten.text-color-white {
    color: var(--white);
  }

  .flex {
    flex-flow: column;
  }

  .home-three-amazing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .create-card-image-block.create-card-green {
    background-color: var(--new-crimson);
  }

  .create-card-image-block.create-card-yellow {
    background-color: var(--crimson);
  }

  .testimonials-card-caption-col {
    padding-bottom: 30px;
  }

  .services-one-hero {
    padding-bottom: 60px;
  }

  .services-amazing-main-block {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-five.text-color-white.padding-bottom-ten {
    color: var(--white);
  }

  .why-choose-absolute-image-one {
    left: -30px;
  }

  .contact-two-image-three {
    left: -5%;
  }

  .home-one-amazing-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-one-how-it-works {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-one-our-services {
    background-image: url('../images/Service-Star.svg'), url('../images/Services-Bg.webp');
    background-position: 80% 13%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
  }

  .home-one-questions-and-answers {
    padding-bottom: 40px;
  }

  .career-job-card-location-flex {
    flex-direction: row;
  }

  .career-absolute-image-two {
    right: -10%;
  }

  .knowledge-help-center.knowledge-base-category-help-center {
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .knowledge-base-category-main-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    display: flex;
  }

  .sphere-wrap {
    right: 12%;
  }

  .home-two-amazing-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-three-amazing-features {
    padding-bottom: 60px;
  }

  .home-four-create-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-us-high-quality-services {
    background-image: url('../images/Amazing-Feature-Glow-Shape.svg'), url('../images/Home-Five-Sky-Shape.svg');
    background-position: 14% 12%, 65% 40%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .about-us-two-intelligence-section {
    background-position: 25% 35%, 80% 25%, 80% 40%;
  }

  .service-one-improve {
    padding-top: 40px;
  }

  .service-one-amazing-features {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .service-one-performance-section {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .service-one-how-it-works-section {
    padding-top: 60px;
  }

  .contact-us-two-touch-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .changelog-hero-section {
    background-color: #f2f3f7;
    background-image: none;
  }

  .team-one-member-heading-block {
    padding-left: 12%;
    padding-right: 12%;
  }

  .acoo-two-heading-title.margin-zero {
    flex: 1;
    order: 0;
  }

  .faq.overflow-hidden {
    margin-bottom: 5px;
  }

  .whatsapp-button {
    outline-offset: 0px;
    background-color: #25d366;
    border-radius: 11px;
    outline: 3px solid #fff;
  }

  .container-2 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .whatsapp.risk-management-section {
    padding-bottom: 220px;
  }

  .whatsapp.contact-one-hero-section {
    background-image: linear-gradient(to top, #e01e37, #e54055 14%, #fff);
  }

  .home-one-hero-section-non-hero {
    background-position: 10% 65%, 90% 24%, 15% 15%, 50%;
    margin-top: -60px;
    padding-bottom: 60px;
  }

  .youtube {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .float-background-purple {
    width: 49%;
  }

  .grid-two-columns---brix.grid-align-center {
    grid-template-columns: 1fr 1fr;
  }

  .padding-bottom-twenty-two-copy {
    padding-bottom: 40px;
    font-size: 3.5rem;
    font-weight: 600;
  }

  .section-copy.risk-management-section {
    padding-bottom: 220px;
  }

  .section-copy.contact-one-hero-section {
    background-image: linear-gradient(to top, #e01e37, #e54055 14%, #fff);
  }

  .section-copy.risk-management-section-copy {
    padding-bottom: 220px;
  }

  .margin-top-thirteen-sm.padding-bottom-ten {
    padding-top: 60px;
  }

  .margin-top-thirteen-sm.padding-bottom-ten.text-color-white {
    color: var(--white);
  }

  .margin-top-thirteen-sm.padding-bottom-ten-sm {
    padding-top: 60px;
  }

  .margin-top-thirteen-sm.padding-bottom-ten-sm.text-color-white {
    color: var(--white);
  }

  .collection-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    margin-left: 0;
    padding: 40px 100px;
  }

  .image-11 {
    text-align: left;
  }
}

@media screen and (min-width: 1920px) {
  .all-btn.padding-border-btn.form-btn.text-color-white {
    background-color: var(--azure);
  }

  .main-block.home-two-main-block.text-center {
    padding-bottom: 40px;
  }

  .home-one-hero-section {
    background-position: 20% 65%, 81% 21%, 25% 17%, 50%;
    margin-top: 115px;
    padding-top: 0;
    padding-bottom: 200px;
  }

  .home-one-hero-section.home-two-hero {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .hero-flex, .hero-flex.flex-right {
    padding-top: 0;
  }

  .section-three {
    margin-top: 70px;
  }

  .amazing-features-right-image-block {
    justify-content: center;
    align-items: center;
  }

  .tag {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .tag.text-color-white {
    color: var(--azure);
  }

  .solutions-card.card-shadow.strategy-flex, .solutions-card.strategy-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .solutions-card.margin-bottom-thirty {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .solutions-card.border-black {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-three {
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    background-position: 85% 18%, 14% 30%, 0 0;
  }

  .footer.footer-two {
    background-position: 85% 35%, 14% 35%, 0 0;
    margin-top: 100px;
  }

  .text-color-white.padding-bottom-twenty {
    text-align: left;
  }

  .text-color-white.padding-bottom-ten.max-width-eight-hundred {
    background-color: #0000;
  }

  .text-color-white.padding-bottom-seventeen.max-width-seven-hundred-ninety {
    padding-bottom: 0;
  }

  .overflow-hidden {
    padding-top: 0;
  }

  .padding-bottom-twenty-two {
    text-align: left;
    padding-bottom: 10px;
  }

  .padding-bottom-twenty-two.text-color-white.max-width-seven-hundred {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .padding-bottom-twenty-two.max-width-seven-hundred {
    padding-bottom: 0;
  }

  .padding-bottom-twenty-two.text-color-dark-black-two {
    padding-bottom: 10px;
  }

  .max-width-seven-hundred.padding-bottom-twenty-two {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .working-progress-flex {
    margin-bottom: 40px;
  }

  .span-bg-yellow {
    background-color: var(--new-crimson);
  }

  .stunning-second-card {
    background-color: var(--indian-red);
  }

  .working-progress-grid {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
    position: static;
  }

  .stunning-first-card {
    background-color: var(--indian-red);
  }

  .working-progress-top-block {
    padding-left: 0;
  }

  .core-features-section.service-two-core {
    background-position: 79% 67%, 15% 93%, 46% 10%;
  }

  .padding-bottom-twenty {
    color: var(--nero-black);
    text-align: left;
    -webkit-text-stroke-color: var(--black);
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 23px;
    font-style: normal;
    line-height: 1.625rem;
  }

  .section.home-three-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section.rich-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.contact-one-hero-section {
    padding-top: 160px;
    padding-bottom: 40px;
  }

  .section.contact-us-two-bg {
    padding: 20px 0;
  }

  .rich-analytics-caption-card.contact-us-two-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-text-field {
    margin-bottom: 10px;
  }

  .hero-image-main {
    background-position: 15% 100%, 100% 0;
  }

  .margin-top-thirteen.padding-bottom-ten {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .margin-top-thirteen.padding-bottom-ten.text-color-white {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .margin-top-thirteen.padding-bottom-ten.max-width-five-hundred-eighty {
    text-align: left;
  }

  .padding-bottom-ten.text-color-white {
    color: var(--white);
  }

  .margin-top-zero.text-color-white {
    text-align: left;
  }

  .services-absolute-image-two.second-card.image-height-auto.cover-image {
    height: auto;
  }

  .amazon-flex {
    margin-bottom: 48px;
    padding-bottom: 0;
  }

  .amazon-flex.second-flex.border-off {
    padding-bottom: 10px;
  }

  .services-absolute-image-one.image-height-auto.cover-image {
    padding-top: 0;
  }

  .home-three-hero {
    padding-bottom: 60px;
  }

  .home-three-amazing {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .task-card {
    margin-top: -70px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .home-three-working.overflow-hidden {
    padding-bottom: 0;
  }

  .red-bg-text {
    background-color: var(--maju-red);
    border-radius: 35px;
    font-size: 3.875rem;
    line-height: 4.37575rem;
  }

  .home-four-hero {
    background-image: url('../images/Amazing-Dot.svg'), url('../images/Star-Three.svg'), url('../images/Star-Two.svg'), url('../images/Home-Four-Banner-Glow.svg'), url('../images/Home-Four-Banner-BG.webp'), linear-gradient(180deg, var(--maju-red), white);
    outline-offset: 0px;
    background-position: 58% 85%, 22% 18%, 44% 80%, 10% 0, 50%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto, auto, cover, auto;
    outline: 3px #010a1b;
  }

  .home-four-hero-image-col {
    box-sizing: border-box;
    object-fit: fill;
    flex: 0 auto;
    padding-top: 65px;
    position: relative;
    overflow: visible;
  }

  .testimonials-main {
    padding-left: 150px;
    padding-right: 150px;
  }

  .rrevenue-main-block.about-us-two-revenue-main-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-one-hero {
    padding-top: 150px;
  }

  .how-it-works-flex.padding-bottom-twenty {
    padding-bottom: 0;
  }

  .services-amazing-main-block {
    padding: 40px;
  }

  .heading-five.padding-bottom-fifteen {
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading-five.padding-bottom-twenty-two.max-width-three-hundred {
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 10px;
  }

  .service-two-performance-main {
    padding-left: 120px;
    padding-right: 90px;
  }

  .text-color-dark-black-two {
    margin-bottom: 0;
  }

  .contact-one-card.contact-two-card.twenty-radius {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .margin-bottom-thirty.padding-bottom-ten {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .home-one-amazing-features, .home-one-how-it-works {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .home-one-questions-and-answers {
    padding-bottom: 40px;
  }

  .figma-landing-main {
    align-items: center;
  }

  .footer-main-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .sign-up-image-block {
    position: relative;
  }

  .utility-page-content.error-bg {
    background-image: url('../images/Round-Big-Gray.svg'), url('../images/Star-One.svg'), url('../images/Border-Rounded-Small.svg'), url('../images/Star-Three.svg'), linear-gradient(97.3deg, #f2f0ff, #fff);
    background-position: 65% 40%, 80%, 25% 55%, 30% 40%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto, auto, auto;
  }

  .landing-hero {
    background-image: url('../images/landing-Round-Shape.webp'), url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Landing-Round-White.svg'), linear-gradient(#f6f4ff, #fff);
    background-position: 85% 100%, 10% 53%, 85% 26%, 13% 0, 0 0;
  }

  .sphere-wrap {
    top: 15%;
    right: 22%;
  }

  .home-two-amazing-features {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .home-two-section-three {
    background-position: 78% 12%;
  }

  .home-two-working-process {
    background-position: 18% 25%, 80% 60%;
  }

  .home-two-rich-analytics-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .home-three-amazing-features {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .home-four-create-section {
    padding: 10px 0;
  }

  .home-four-testimonials.twenty-radius {
    padding: 40px 0 120px;
  }

  .about-us-high-quality-services {
    padding-bottom: 0;
  }

  .about-us-two-intelligence-section {
    background-position: 23% 35%, 80% 25%, 80% 40%;
  }

  .service-one-improve {
    background-position: 89% 40%;
    padding-top: 60px;
  }

  .service-one-amazing-features {
    padding-top: 60px;
  }

  .service-one-performance-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .service-one-how-it-works-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-two-hero {
    background-position: 39% 85%, 30% 25%, 85% 20%, 0 0;
  }

  .features-hero-section {
    background-position: 63% 7%, 0 0;
  }

  .features-amazing-section {
    background-position: 14% 35%, 89% 30%;
  }

  .features-hight-quality-section {
    background-position: 47% 20%;
  }

  .contact-us-two-touch-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-images {
    margin-right: 20px;
    padding-right: 0;
  }

  .licencing-image-block {
    display: flex;
  }

  .heading-six {
    line-height: 1.7rem;
  }

  .heading-six.padding-bottom-ten {
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 0;
  }

  .pricing-plan-table.yearly {
    display: none;
  }

  .tag-copy {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .section-3 {
    padding-top: 20px;
  }

  .padding-bottom-twenty-two-header {
    color: var(--black);
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 3.875rem;
    font-weight: 600;
    line-height: 4.9rem;
  }

  .home-one-hero-section-non-hero {
    background-position: 20% 65%, 81% 21%, 25% 17%, 50%;
    margin-top: -67px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .youtube {
    width: auto;
    margin: 20px 140px 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-top-thirteen-sm.padding-bottom-ten-sm {
    margin-top: 0;
    padding-top: 0;
  }

  .collection-list {
    margin-left: 125px;
    margin-right: 125px;
  }

  .section-6 {
    margin-right: 0;
  }

  .heading-4 {
    border-radius: 20px;
    margin-left: 200px;
    margin-right: 200px;
  }

  .image-7 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .rich-text-block-3, .text-block-3 {
    padding-left: 200px;
    padding-right: 200px;
  }

  .text-block-4 {
    color: var(--nero-black);
  }

  .bold-text {
    padding-left: 0;
    font-size: 3rem;
  }

  .paragraph-4, .paragraph-5 {
    margin-bottom: 20px;
  }

  .image-8 {
    margin-left: 80px;
  }

  .bold-text-2 {
    font-size: 3rem;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    margin-bottom: 0;
  }

  .heading-5 {
    margin-top: 0;
  }

  .heading-6 {
    margin-top: 10px;
  }

  .bold-text-4 {
    border-radius: 0;
    font-weight: 600;
  }

  .heading-7 {
    margin-top: 40px;
  }

  .paragraph-13, .paragraph-14, .paragraph-15 {
    text-align: left;
  }

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

  .bold-text-5 {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .menu-bar {
    background-color: #000;
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-bar-trigger {
    z-index: 99;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .menu-item-block {
    background-color: #fff;
    flex-direction: column;
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .main-block.menu-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-block.section-four-main {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-block.section-four-main.real-apps-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .main-block.home-two-main-block {
    background-image: url('../images/White-Star.svg'), url('../images/White-Star.svg');
    background-position: 94% 12%, 15% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-bottom: 50px;
  }

  .menu-btn-block {
    display: none;
  }

  .menu-item-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-one-hero-section {
    padding-top: 80px;
  }

  .home-one-hero-section.home-two-hero {
    padding-top: 100px;
  }

  .hero-flex.flex-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-flex.flex-right {
    justify-content: flex-start;
    padding-top: 0;
  }

  .mobile-dashboard {
    border-radius: 0;
    width: 30%;
    left: auto;
    right: 0%;
  }

  .desktop-dashboard {
    border-radius: 10px;
  }

  .section-dashboard {
    border-radius: 5px;
    width: 36%;
    left: 0;
  }

  .amazing-flex.home-two-amazing-flex {
    flex-direction: column;
  }

  .amazing-features-right-image-block {
    justify-content: center;
  }

  .amazing-features-left-block, .amazing-features-left-block.about-us-our-proces-right-cols {
    max-width: 100%;
  }

  .amazing-features-right-cols {
    justify-content: center;
  }

  .amazing-features-right-cols.about-us-amazing-features-left-cols {
    max-width: 100%;
  }

  .amazing-features-right-cols.relative.responsive-full-width {
    width: 100%;
  }

  .solutions-card.card-shadow.strategy-flex {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .solutions-card.strategy-card {
    min-height: 250px;
  }

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

  .real-apps-card-second-image-block {
    width: 50%;
  }

  .real-apps-card-image-main-block {
    max-width: 500px;
  }

  .service-image-caption-col {
    max-width: 100%;
  }

  .service-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .real-apps-card-third-image-block {
    width: 50%;
  }

  .faq-flex {
    grid-column-gap: 42px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .footer-right-col.responsive-full-width {
    max-width: 100%;
  }

  .footer {
    background-image: linear-gradient(#5d16c9, #6e25dd);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
  }

  .footer-flex {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-left-col {
    max-width: 100%;
  }

  .content-scroll-wrap {
    max-width: 500px;
  }

  .content-wrapper {
    top: 70px;
  }

  .content-flex-wrap {
    flex-wrap: wrap;
  }

  .img-wrap {
    max-width: 100%;
    display: none;
  }

  .amazing-fourth-image-block, .amazing-third-image-block {
    width: 50%;
  }

  .working-progress-flex {
    flex-direction: column;
  }

  .working-progress-flex.features-working-progress-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .amazing-second-image-block {
    width: 50%;
  }

  .working-progress-image-col, .working-progress-image-col.features-hight-quality-image-col, .working-progress-caption-col, .working-progress-grid, .amazing-image-block {
    max-width: 100%;
  }

  .amazing-image-block.pricing-plan-col {
    width: 100%;
  }

  .home-two-hero-image-three-block {
    width: 35%;
    left: 0;
  }

  .stunning-first-card.services-two-flex-purple {
    min-height: auto;
  }

  .home-two-hero-image-four-block {
    width: 35%;
    right: 0;
  }

  .amazing-caption-block {
    max-width: 100%;
  }

  .left.service-two-left-core {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .left.responsive-full-width {
    max-width: 100%;
  }

  .right.padding-left-sixty {
    padding-left: 0;
  }

  .right.service-two-right-core, .right.responsive-full-width {
    max-width: 100%;
  }

  .card-one {
    flex-direction: column;
  }

  .card-one.service-two-core {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .core-features-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .core-features-single-wrapper.core-features-two {
    padding-top: 0;
    padding-right: 0;
  }

  .core-features-border.core-features-two, .core-features-border.core-features-three, .core-features-border.core-features-one {
    display: none;
  }

  .core-features-number.core-features-one {
    display: none;
    top: -1%;
    right: -2%;
  }

  .core-features-number.core-features-two {
    display: none;
  }

  .padding-bottom-twenty {
    padding-bottom: 0;
    padding-right: 100px;
  }

  .core-features-image-two {
    right: 0;
  }

  .section.home-three-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.risk-management-section {
    padding-top: 90px;
  }

  .section.testimonials-section {
    padding-bottom: 180px;
  }

  .section.pricing-plan-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.pricing-plan-section.pricing-plan-page-section, .section.why-choose-amazing-section {
    padding-bottom: 70px;
  }

  .section.contact-one-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.contact-one-hero-section {
    padding-top: 140px;
  }

  .section.pricing-plan-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.info-section {
    padding-top: 70px;
  }

  .section.new-testimonials {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .section.features-faq {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .section.contact-us-one {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .rich-analytics-flex {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .rich-analytics-flex.contact-two {
    flex-direction: column-reverse;
  }

  .rich-analytics-image-block, .rich-analytics-caption-block {
    max-width: 100%;
  }

  .rich-analytics-caption-block.responsive-full-width {
    width: 100%;
  }

  .rich-analytics-caption-card {
    max-width: 100%;
  }

  .section-four-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .section-four-main.our-process-main {
    flex-direction: column-reverse;
    align-items: center;
  }

  .strategy-caption-col {
    max-width: 100%;
  }

  .strategy-image-col {
    justify-content: flex-start;
  }

  .services-absolute-image-two {
    display: none;
  }

  .faq-main {
    background-image: linear-gradient(#fff6f8, #f9fafb);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-three-amazing-flex-sm-col, .home-three-hero-caption-col {
    max-width: 100%;
  }

  .flex {
    flex-direction: column;
    align-items: center;
  }

  .flex.pricing-amt-details {
    flex-direction: row;
  }

  .services-absolute-image-one {
    display: none;
  }

  .home-three-hero {
    padding-top: 30px;
  }

  .home-three-amazing {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .home-three-amazing-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-three-amazing-flex.amazing-flex-change {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .task-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 0 40px 20px;
  }

  .services-main {
    flex-direction: column;
  }

  .home-three-hero-image-phone-one {
    width: 40%;
  }

  .services-main-two {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .home-three-hero-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .home-three-hero-image-col {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .home-three-working {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-working.overflow-hidden {
    background-image: url('../images/Red-Star.svg'), url('../images/Yellow-Round_1.svg'), url('../images/Analytics-background.webp');
    background-position: 77% 37%, 20% 37%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .advanced-software-main {
    flex-direction: column;
    align-items: center;
  }

  .home-four-amazing-card-image-col {
    width: 100%;
  }

  .testimonials-flex {
    flex-direction: column;
  }

  .design-apps-flex-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-four-create-section-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .explore-caption-col {
    width: 100%;
  }

  .explore-flex {
    flex-direction: column;
  }

  .design-apps-flex.padding-bottom-twenty {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-four-hero {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .design-apps-flex-two-image, .slide-nav {
    display: none;
  }

  .home-four-hero-image-col {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-four-hero-caption-col {
    max-width: 100%;
  }

  .testimonials-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .design-apps-flex-two-sm-col {
    max-width: 100%;
  }

  .design-apps-flex-two-sm-col.responsive-full-width, .explore-image-col.why-choose-amazing-col {
    width: 100%;
  }

  .home-four-amazing-flex {
    flex-direction: column;
    align-items: center;
  }

  .home-four-hero-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rich-caption-col.working-process-bg-card {
    max-width: 100%;
  }

  .our-customers-mobile-image-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .home-five-team-main.about-us-two-team-main {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .home-five-team-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .banner-absolute-image-one {
    width: 25%;
  }

  .about-us-two-section {
    padding-top: 90px;
  }

  .about-us-two-section.why-choose-section {
    padding-top: 70px;
  }

  .banner-absolute-image-two {
    width: 35%;
    top: 0;
  }

  .about-us-two-image-section {
    margin-top: -310px;
  }

  .banner-absolute-image-three {
    width: 25%;
  }

  .rrevenue-main-block.productivity-main-block {
    flex-direction: column;
  }

  .rrevenue-main-block.about-us-two-revenue-main-block {
    flex-direction: column;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rrevenue-image-block.why-choose-flex {
    justify-content: center;
    width: 100%;
  }

  .services-one-hero-main {
    flex-direction: column;
  }

  .services-one-hero-main.features-hero-main {
    flex-direction: column-reverse;
  }

  .how-it-works-section-main-block {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .services-one-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .services-amazing-main-block {
    padding: 60px 40px 70px;
  }

  .service-two-user-analytics {
    position: relative;
  }

  .service-two-user-analytics.twenty-radius.image-shadow {
    position: absolute;
  }

  .service-two-amazing-flex {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-direction: column;
  }

  .core-features-service-two {
    padding-top: 70px;
  }

  .service-two-performance-main {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .service-two-grow-image {
    left: 0%;
  }

  .working-progress-third-image, .working-progress-fourth-image {
    right: 14%;
  }

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

  .revenue-main-block.why-choose-main {
    flex-direction: column;
    padding-top: 100px;
  }

  .why-choose-absolute-image-one {
    left: 0;
  }

  .why-choose-bottom-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 70px;
  }

  .contact-one-form-col {
    width: 100%;
  }

  .contact-one-caption-col {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }

  .contact-one-banner-image-two {
    width: 40%;
  }

  .contact-one-benner {
    flex-direction: column;
    align-items: center;
  }

  .contact-one-banner-image-col {
    max-width: 100%;
  }

  .contact-one-banner-image-three {
    width: 50%;
  }

  .contact-two-image-col {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

  .margin-bottom-thirty.padding-bottom-ten {
    margin-bottom: 0;
  }

  .request-a-demo-form-left-col {
    max-width: 100%;
  }

  .request-a-demo-form-main-block {
    flex-direction: column;
  }

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

  .request-a-demo-form-right-col {
    max-width: 100%;
  }

  .home-one-amazing-features {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .home-one-how-it-works {
    padding-top: 63px;
    padding-bottom: 70px;
  }

  .home-one-why-choose-us {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .home-one-our-services {
    padding-top: 64px;
    padding-bottom: 53px;
  }

  .home-one-future-strategy {
    padding-top: 60px;
  }

  .home-one-questions-and-answers {
    padding-top: 26px;
    padding-bottom: 60px;
  }

  .main-home-pages-list, .figma-landing-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .figma-landing-main {
    grid-row-gap: 50px;
    flex-direction: column;
    padding: 60px;
  }

  .landing-home-page-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .marque-landing {
    margin-top: -280px;
    padding-bottom: 70px;
  }

  .find-your-career-flex {
    flex-direction: column;
  }

  .find-your-career-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .career-job-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 140px;
  }

  .find-your-career-image-col {
    width: 100%;
  }

  .career-main-block {
    flex-direction: column;
  }

  .find-your-career-card-col {
    max-width: 100%;
  }

  .career-image-block {
    width: 100%;
    max-width: 100%;
  }

  .career-absolute-image-two {
    right: 0%;
  }

  .career-tabs-menu {
    flex-wrap: wrap;
  }

  .career-hero-section {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .career-job-card-location-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
  }

  .knowledge-base-hero-banner-bottom-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .knowledge-base-hero-banner-bottom-flex-col.knowledge-second {
    margin-top: 0;
  }

  .knowledge-help-center {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .knowledge-help-center.knowledge-base-category-help-center {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .knowledge-base-hero-section {
    background-image: url('../images/Knowledge-Hero.svg'), linear-gradient(85.47deg, #eeebff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .help-center-grid {
    grid-template-columns: 1fr 1fr;
  }

  .knowledge-base-hero-banner-bottom-flex {
    flex-direction: row;
    margin-top: 0;
  }

  .knowledge-base-category-section {
    padding-top: 130px;
  }

  .knowledge-base-category-main-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .knowledge-base-details-section {
    padding-bottom: 180px;
  }

  .footer-main-block {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .home-four-amazing-section, .home-four-working {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sign-up-page-logo {
    position: relative;
    top: 15px;
    left: 15px;
  }

  .sign-up-section {
    height: auto;
  }

  .sign-up-caption-col {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-dropdown {
    text-align: left;
    width: 100%;
  }

  .nav-dropdown.visible-s-hidden-m {
    display: inline-block;
  }

  .nav-dropdown.visible-m-hidden-s {
    display: none;
  }

  .nevigation-dropdown-list {
    text-align: left;
    position: relative;
  }

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

  .details-flex-left-col {
    max-width: 100%;
  }

  .details-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .details-flex-right-col {
    width: 100%;
    max-width: 100%;
  }

  .contact-one-hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .details-section {
    padding-top: 70px;
  }

  .inner-pages-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .inner-pages-bottom-block {
    padding-top: 70px;
  }

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

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

  .landing-hero {
    padding-top: 70px;
  }

  .sphere-wrap {
    width: 22em;
    top: 18%;
    right: 33%;
  }

  .home-two-amazing-features {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .home-two-amazing-features-flex.align-vertically {
    flex-direction: column;
  }

  .home-two-section-three {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-working-process {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-rich-analytics-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-three-amazing-features {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-three-services, .home-four-design-apps, .home-four-create-section, .home-four-explore-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-four-testimonials.twenty-radius {
    padding-bottom: 75px;
  }

  .about-us-amazing-features, .about-us-high-quality-services {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-us-our-process {
    padding-top: 70px;
    padding-bottom: 150px;
  }

  .about-us-team-member {
    padding-top: 70px;
  }

  .about-us-two-amazing-features {
    padding-bottom: 70px;
  }

  .about-us-two-intelligence-section {
    padding-top: 70px;
  }

  .hero-about-us-image-gallery-one {
    width: 45%;
  }

  .hero-about-us-image-gallery-two {
    width: 49%;
  }

  .footer-first-image-block {
    margin-top: 0;
  }

  .landing-footer-caption-col {
    max-width: 100%;
  }

  .landing-footer-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .landing-footer-image-col {
    max-width: 100%;
  }

  .footer-second-image-block {
    margin-top: 0;
  }

  .landing-footer-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-improve {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
  }

  .service-one-amazing-features {
    padding-top: 50px;
  }

  .service-one-performance-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .service-one-how-it-works-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-one-faq {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .service-two-amazing-features {
    padding: 70px 15px;
  }

  .service-two-performance-section {
    padding-top: 0;
  }

  .services-two-hero {
    padding-top: 100px;
  }

  .service-two-testimonials {
    padding: 70px 15px 180px;
  }

  .features-hero-section {
    padding-bottom: 70px;
  }

  .features-amazing-section {
    padding-top: 70px;
  }

  .features-hight-quality-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .features-working-fifth-image {
    right: 0%;
  }

  .features-explore-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .features-faq-section {
    padding-top: 30px;
    padding-bottom: 160px;
  }

  .why-choose-image-gallery-second-image {
    max-width: 45%;
    display: block;
    bottom: 10px;
    left: 10px;
  }

  .why-services-image-col {
    width: 100%;
    max-width: 100%;
  }

  .why-choose-caption-col {
    max-width: 100%;
  }

  .why-choose-our-working-process-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .contact-us-two-touch-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-plan-amazing-features-flex {
    flex-direction: column-reverse;
  }

  .blog-two-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-hero-main-image {
    width: 50%;
  }

  .style-guide-typography-palette {
    padding-top: 70px;
  }

  .style-guide-attributes {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guide-button, .style-guide-color-pallette, .style-guide-body-text {
    margin-top: 70px;
  }

  .style-guide-heading-style {
    padding-top: 70px;
  }

  .changelog-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .changelog-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .licensing-hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .licensing-section {
    padding-top: 70px;
  }

  .licence-information-image-block {
    margin-bottom: 0;
  }

  .team-one-member-heading-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .team-one-member-heading-block.ui-kit-hero-heading-block {
    padding-top: 12.2rem;
    padding-bottom: 6.7rem;
  }

  .team-text-two {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }

  .preloader-documentation-section {
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }

  .pricing-plan-table.yearly {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 45px;
    display: flex;
  }

  .pricing-plan-table.monthly {
    flex-direction: column;
    padding-top: 45px;
    display: flex;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu-main-content {
    align-content: start;
    align-items: start;
    padding: 1rem 20px;
    display: block;
  }

  .megamenu-dropdown-link {
    padding: 8px 0;
  }

  .megamenu-dropdown-link:hover {
    background-color: #0000;
  }

  .megamenu-icon-wrapper, .megamenu-content-text.hide-mobile-landscape {
    display: none;
  }

  .accordian-wrapper {
    max-width: none;
  }

  .whatsapp.home-three-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .whatsapp.risk-management-section {
    padding-top: 90px;
  }

  .whatsapp.testimonials-section {
    padding-bottom: 180px;
  }

  .whatsapp.pricing-plan-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .whatsapp.pricing-plan-section.pricing-plan-page-section, .whatsapp.why-choose-amazing-section {
    padding-bottom: 70px;
  }

  .whatsapp.contact-one-section, .whatsapp.pricing-plan-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .whatsapp.info-section {
    padding-top: 70px;
  }

  .whatsapp.new-testimonials {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .whatsapp.features-faq {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .whatsapp.contact-us-one {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .services-main-two-copy {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

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

  .logo-slider-img {
    width: 174px;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-bottom-twenty-two-header {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .home-one-hero-section-non-hero {
    padding-top: 80px;
  }

  .home-one-hero-section-non-hero.home-two-hero {
    padding-top: 100px;
  }

  .hero-flex-payroll-page.flex-right {
    justify-content: flex-start;
  }

  .content-pricig-table {
    margin-top: 60px;
  }

  .nav-dropdown-2 {
    text-align: left;
    width: 100%;
  }

  .section-copy.home-three-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-copy.risk-management-section {
    padding-top: 90px;
  }

  .section-copy.testimonials-section {
    padding-bottom: 180px;
  }

  .section-copy.pricing-plan-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-copy.pricing-plan-section.pricing-plan-page-section, .section-copy.why-choose-amazing-section {
    padding-bottom: 70px;
  }

  .section-copy.contact-one-section, .section-copy.pricing-plan-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-copy.info-section {
    padding-top: 70px;
  }

  .section-copy.new-testimonials {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .section-copy.features-faq {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .section-copy.contact-us-one {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .section-copy.risk-management-section-copy {
    padding-top: 90px;
  }

  .collection-list {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    background-position: 50%;
    width: auto;
  }

  .heading-3 {
    width: auto;
    font-size: 14px;
    line-height: 15px;
  }

  .section-6 {
    margin-top: 145px;
  }

  .heading-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }

  .all-btn.padding-border-btn.form-btn.text-color-white {
    padding: 10px 0;
  }

  .main-block.menu-block {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-flex.flex-right {
    padding-top: 0;
  }

  .section-dashboard {
    border-radius: 10px;
  }

  .amazing-features-right-image-two-block.our-process-right-image {
    right: 0;
  }

  .tag {
    text-align: center;
    object-fit: fill;
    align-self: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-style: normal;
  }

  .solutions-card-icons-col {
    max-width: 14%;
  }

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

  .service-image-block-second {
    width: 40%;
    right: 0%;
  }

  .faq-image-block-second {
    width: 32%;
  }

  .faq-image-block-third {
    width: 45%;
  }

  .footer-bottom-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .footer-card {
    padding: 10px 40px;
  }

  .footer-col {
    padding-bottom: 0;
  }

  .footer-right-col {
    max-width: 100%;
  }

  .footer.footer-two {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-color-white {
    margin-bottom: 0;
  }

  .padding-bottom-twenty-two.max-width-seven-hundred-sixty {
    padding-bottom: 0;
  }

  .content-scroll-wrap {
    max-width: 100%;
  }

  .border-wrapper {
    display: none;
  }

  .img-wrap {
    max-width: 100%;
  }

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

  .home-two-hero-image-three-block {
    display: none;
  }

  .working-progress-second-image {
    max-width: 55%;
  }

  .working-progress-second-image.image-height-auto.cover-image {
    flex: 1;
  }

  .home-two-hero-image-four-block {
    display: none;
  }

  .card-one {
    padding-left: 30px;
    padding-right: 30px;
  }

  .core-features-number.core-features-one {
    right: -2.8%;
  }

  .core-features-number.core-features-two {
    left: -2.8%;
  }

  .padding-bottom-twenty {
    padding-bottom: 0;
    padding-right: 113px;
    font-size: 1.1rem;
  }

  .section.contact-one-hero-section {
    padding-bottom: 0;
  }

  .rich-analytics-caption-card {
    box-sizing: border-box;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .margin-top-thirteen.padding-bottom-ten {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .flex {
    flex-direction: column;
  }

  .task-card {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-four-hero-image-two.image-height-auto.cover-image {
    height: auto;
  }

  .home-four-create-section-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-four-hero {
    padding-bottom: 10px;
  }

  .home-four-amazing-card-image-inner {
    min-height: auto;
  }

  .home-four-hero-image-col {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .testimonials-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-card {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .rich-caption-image-two {
    width: 35%;
  }

  .home-five-team-main-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-us-two-section {
    padding-bottom: 300px;
  }

  .about-us-two-section.why-choose-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-us-two-image-section {
    margin-top: -250px;
  }

  .rrevenue-image-absolute-first {
    right: 0;
  }

  .how-it-works-flex.padding-bottom-twenty {
    padding-right: 0;
  }

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

  .heading-five.padding-bottom-ten.text-color-white.margin-bottom-ten {
    margin-top: 0;
  }

  .heading-five.padding-bottom-fifteen {
    padding-bottom: 10px;
  }

  .solutions-card-icons-col-2 {
    max-width: 14%;
  }

  .working-progress-third-image {
    width: 45%;
    top: 0%;
    right: 0%;
  }

  .working-progress-fourth-image {
    width: 45%;
    right: 0%;
  }

  .working-progress-fourth-image.image-height-auto.cover-image, .why-choose-amazing-flex-three {
    width: 45%;
  }

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

  .why-choose-services-image-two {
    width: 45%;
  }

  .why-choose-grid {
    margin-top: -30px;
  }

  .why-choose-amazing-flex-two {
    width: 45%;
  }

  .why-choose-bottom-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

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

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

  .blog-news-card.twenty-radius.image-shadow.margin-bottom-thirty.blog-two-news-card {
    flex-direction: column;
  }

  .margin-bottom-thirty.padding-bottom-ten {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .pricing-plan-three {
    width: 45%;
  }

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

  .landing-home-page-grid {
    grid-template-rows: auto auto;
  }

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

  .career-absolute-image-two {
    width: 55%;
  }

  .career-tabs-menu {
    justify-content: flex-start;
  }

  .career-job-card-location-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .career-absolute-image-one {
    width: 45%;
  }

  .faq-image-help-center-second {
    width: 35%;
  }

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

  .faq-image-help-center-third {
    width: 40%;
  }

  .knowledge-base-details-card {
    padding: 25px;
  }

  .knowledge-base-details-card-inner {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-main-block {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .sign-up-btn-flex {
    flex-direction: column;
  }

  .details-absolute-image {
    width: 50%;
  }

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

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

  .sphere-wrap {
    width: 19.2em;
    right: 31%;
  }

  .home-two-working-process {
    background-image: url('../images/Orange-Glow.svg');
    background-position: 80% 60%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .home-two-rich-analytics-section {
    padding-top: 20px;
  }

  .service-one-how-it-works-section {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .features-working-fifth-image, .why-choose-image-gallery-second-image {
    display: none;
  }

  .style-guide-color-pallette-color-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-color-pallette-primary-color.width {
    max-width: 100%;
  }

  .style-guide-heading-style-grid-text-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .style-guide-heading-style-grid {
    grid-template-columns: 1fr 1fr;
  }

  .flex-center {
    margin-top: 0%;
  }

  .licencing-image-block {
    flex-wrap: wrap;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-text-two {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .documentation-block-main {
    display: block;
  }

  .heading-six.padding-bottom-ten {
    padding-bottom: 5px;
  }

  .pricing-plan-table {
    grid-column-gap: 20px;
  }

  .megamenu-main-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .megamenu-content-one {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .section-logo {
    text-align: center;
    background-color: #f7f7ff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

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

  .logo-slider-img {
    width: 125px;
  }

  .page-padding.s0 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 30%;
    display: flex;
  }

  .tag-copy {
    text-align: center;
    object-fit: fill;
    align-self: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-style: normal;
  }

  .container-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    background-color: #f7f7ff;
    flex-direction: column;
    grid-template: ". Area"
    / 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .padding-bottom-twenty-two-header {
    font-size: 2.5rem;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .float-background-purple {
    width: 100%;
    height: 42%;
    inset: auto 0% 0%;
  }

  .grid-two-columns---brix {
    grid-column-gap: 100px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    width: auto;
  }

  .heading-3 {
    width: auto;
    height: auto;
  }

  .heading-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4 {
    margin-top: 10px;
    margin-left: 45px;
    margin-right: 45px;
    padding-top: 0;
  }

  .bold-text {
    font-size: 3rem;
    line-height: 4rem;
  }

  .paragraph-4, .paragraph-5 {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .image-8 {
    margin-top: 15px;
  }

  .bold-text-2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .bold-text-3 {
    text-align: center;
  }

  .paragraph-6 {
    font-size: .8rem;
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .all-btn.padding-bg-btn.bg-white {
    text-align: center;
    display: flex;
    position: static;
  }

  .main-block.menu-block {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-block.home-two-main-block.text-center {
    padding-bottom: 20px;
  }

  .home-one-hero-section {
    padding-top: 160px;
  }

  .home-one-hero-section.home-two-hero {
    padding-top: 180px;
  }

  .hero-flex {
    flex-direction: column;
    padding-top: 0;
  }

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

  .hero-flex.flex-left.btn-flex-left {
    align-items: flex-start;
  }

  .hero-flex.flex-left.btn-flex-left.padding-bottom-twenty-two {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .hero-flex.flex-right {
    align-items: flex-start;
  }

  .mobile-dashboard {
    display: none;
  }

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

  .desktop-dashboard {
    border-radius: 5px;
  }

  .section-dashboard {
    border-radius: 5px;
    display: none;
    bottom: 50%;
    left: 0%;
    right: auto;
  }

  .amazing-features-right-image-two-block {
    max-width: 150px;
  }

  .amazing-features-right-image-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .amazing-features-left-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-two.padding-bottom-ten {
    padding-bottom: 0;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .tag {
    text-align: left;
    padding-bottom: 0;
  }

  .solutions-card-caption-col {
    max-width: 100%;
  }

  .solutions-card-flex {
    flex-direction: column;
  }

  .solutions-card-flex.flex-left {
    align-items: flex-start;
  }

  .solutions-card-icons-col {
    max-width: 30%;
  }

  .solutions-card, .solutions-card.card-shadow.strategy-flex {
    flex-direction: column;
  }

  .real-apps-card-second-image-block {
    width: 80%;
  }

  .form-input-field {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .footer-link {
    flex: 0 auto;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .footer-link.w--current {
    line-height: 1.1rem;
  }

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

  /* .text-color-white {
    line-height: 2.8rem;
  } */

  .text-color-white.padding-bottom-twenty-two {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .text-color-white.padding-bottom-ten {
    margin-top: 0;
    font-size: 3rem;
    line-height: 3rem;
  }

  .padding-bottom-twenty-two {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .padding-bottom-twenty-two.text-color-white {
    text-align: center;
  }

  .padding-bottom-twenty-two.text-color-white.max-width-seven-hundred {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.2rem;
  }

  .padding-bottom-twenty-two.max-width-seven-hundred.text-color-dark-black {
    color: #fff;
  }

  .max-width-seven-hundred.padding-bottom-twenty-two {
    text-align: left;
    padding-bottom: 0;
  }

  .content-scroll-wrap {
    max-height: 590px;
  }

  .working-progress-card {
    padding: 10px 20px;
  }

  .span-bg-yellow {
    background-color: var(--new-crimson);
    padding-top: 10px;
  }

  .stunning-second-card.services-two-flex-black {
    flex-direction: column;
  }

  .working-progress-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .stunning-first-card.services-two-flex-purple, .stunning-caption-flex, .working-progress-message-flex {
    flex-direction: column;
  }

  .card-one.card-two {
    padding-right: 0;
  }

  .core-features-number.core-features-one {
    right: -4%;
  }

  .core-features-number.core-features-two {
    left: -4%;
  }

  .padding-bottom-twenty {
    text-align: left;
    padding-right: 15px;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .padding-bottom-twenty.weight-six-hundred.text-color-white {
    text-align: left;
  }

  .core-features-image-two {
    width: 50%;
  }

  .shape-image {
    width: 40%;
    top: -20px;
    right: -20px;
  }

  .section.home-three-section {
    padding-top: 20px;
  }

  .section.rich-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.contact-one-hero-section {
    padding-top: 210px;
    padding-bottom: 50px;
  }

  .section.contact-us-two-bg {
    padding: 30px 20px 100px;
  }

  .rich-analytics-image-two {
    width: 50%;
  }

  .rich-analytics-caption-card {
    padding-top: 20px;
  }

  .rich-analytics-caption-card.contact-us-two-card {
    padding-top: 0;
  }

  .form-text-field {
    height: 10%;
  }

  .form-field-label {
    font-size: 1rem;
  }

  .form-flex {
    flex-direction: column;
  }

  .hero-image-main {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .margin-top-thirteen.padding-bottom-ten {
    text-align: left;
    padding-bottom: 0;
  }

  .margin-top-thirteen.padding-bottom-ten.text-color-white {
    text-align: center;
    font-size: 1.9rem;
  }

  .padding-bottom-ten {
    padding-bottom: 0;
  }

  .padding-bottom-ten.text-color-white {
    text-align: center;
  }

  .padding-bottom-ten.text-color-dark-black-two {
    padding-bottom: 10px;
    line-height: 1.3rem;
  }

  .amazon-flex {
    flex-direction: column;
  }

  .amazon-features-right-image-two-block {
    width: 40%;
  }

  .home-three-hero {
    background-image: url('../images/White-Star.svg'), url('../images/White-Star.svg'), url('../images/Home-Three-Banner-Shape-One.svg'), url('../images/Home-Three-Banner.webp');
    background-position: 18% 88%, 37% 18%, -3% 6%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    padding-top: 120px;
  }

  .home-four-hero-image-two.image-height-auto.cover-image {
    width: 58.5274%;
    height: 100%;
    font-size: 1.125%;
    line-height: 1.75%;
  }

  .aplon-logo {
    padding-top: 0;
  }

  .home-four-hero-image-three.image-height-auto.cover-image {
    width: 53.8194%;
    height: 55.8583%;
    font-size: 1.125%;
    line-height: 1.75%;
  }

  .home-four-amazing-card-image-col {
    min-height: 350px;
  }

  .red-bg-text {
    border-radius: 35px;
    font-size: 3rem;
  }

  .home-four-hero-image-one.image-height-auto.cover-image {
    width: 35.8813%;
    height: 73.8929%;
    font-size: 1.125%;
  }

  .create-card-body.mobile-visbility {
    background-image: url('../images/How-it-works-Image-Shape.svg');
  }

  .explore-image-two {
    width: 45%;
  }

  .explore-image-two.image-height-auto.cover-image {
    left: 0;
    right: auto;
  }

  .home-four-amazing-image-one {
    width: 60%;
  }

  .home-four-hero {
    background-image: url('../images/Amazing-Dot.svg'), url('../images/Star-Three.svg'), url('../images/Star-Two.svg'), url('../images/Home-Four-Banner-Glow.svg'), url('../images/Home-Four-Banner-BG.webp'), linear-gradient(to bottom, var(--maju-red), var(--maju-red));
    background-position: 58% 85%, 22% 18%, 44% 80%, 10% 0, 50%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
    background-size: auto, auto, auto, auto, cover, auto;
    padding-top: 30px;
  }

  .home-four-amazing-card-image-inner {
    min-height: 300px;
  }

  .home-four-hero-image-col {
    padding-bottom: 10px;
  }

  .home-four-amazing-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-four-amazing-image-three {
    width: 50%;
    right: 0;
  }

  .home-four-amazing-image-two {
    width: 70%;
  }

  .testimonials-card.testimonials-first-card-bg {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .image-height-auto {
    height: auto;
  }

  .revenue-heading.padding-bottom-ten {
    padding-bottom: 0;
    line-height: 2rem;
  }

  .rrevenue-image-absolute-second {
    width: 55%;
  }

  .revenue-main-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .revenue-flex.padding-bottom-ten {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .revenue-flex-col {
    max-width: 100%;
  }

  .rrevenue-main-block.about-us-two-revenue-main-block {
    padding-top: 20px;
  }

  .revenue-count {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .rrevenue-image-absolute-first.about-us-two-revenue-abosolute-first {
    width: 35%;
  }

  .services-one-hero {
    padding-top: 185px;
  }

  .services-hero-image-absolute {
    width: 45%;
  }

  .performance-image {
    width: 55%;
  }

  .customer-review-block {
    flex-direction: column;
  }

  .services-amazing-main-block {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-five.padding-bottom-ten {
    font-weight: 700;
  }

  .heading-five.padding-bottom-ten.text-color-white.margin-bottom-ten {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .why-choose-amazing-flex-three {
    bottom: 9%;
  }

  .why-choose-amazing-flex-two {
    top: 7%;
  }

  .text-color-dark-black-two {
    margin-bottom: 0;
  }

  .contact-one-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-one-card.contact-two-card.twenty-radius {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blog-news-card-caption-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-tag-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .request-a-demo-absolute-image-two {
    width: 45%;
    top: 63%;
  }

  .request-a-demo-absolute-image-three {
    width: 45%;
  }

  .home-one-how-it-works {
    padding-top: 20px;
  }

  .career-job-card-location-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .knowledge-help-center.knowledge-base-category-help-center {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .knowledge-base-hero-banner-bottom-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .knowledge-base-category-main-block {
    margin-top: 40px;
  }

  .sphere-wrap {
    display: none;
  }

  .home-two-amazing-features {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .home-two-amazing-features-flex.align-vertically {
    margin-top: 20px;
  }

  .home-four-testimonials.twenty-radius {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .about-us-high-quality-services {
    padding: 20px 25px 40px;
  }

  .about-us-two-revenue-section {
    padding-top: 0;
  }

  .about-us-two-amazing-features {
    background-color: #e01e37f2;
  }

  .service-one-improve {
    padding-top: 40px;
  }

  .service-one-amazing-features {
    padding-bottom: 60px;
  }

  .service-one-how-it-works-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-two-touch-section {
    padding-bottom: 20px;
  }

  .faq-image-help-center-fourth {
    display: none;
  }

  .style-guide-color-pallette-title-wrapper.padding-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-body-text-font {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-heading-style-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .flex-center {
    margin-top: 10%;
  }

  .licencing-image-block {
    grid-row-gap: 30px;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr;
  }

  .heading-six {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .heading-six.padding-bottom-ten {
    padding-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .pricing-plan-table {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .acoo-two-heading-title {
    margin-bottom: 15px;
  }

  .megamenu-main-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .megamenu-dropdown-link {
    padding-left: 0;
  }

  .section-2 {
    min-height: 150px;
  }

  .image-3 {
    text-align: center;
    padding-bottom: 20px;
  }

  .paragraph-3 {
    font-weight: 700;
  }

  .mobile-visbility {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

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

  .padding-vertical.padding-xxlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-slider-img {
    width: 100px;
  }

  .page-padding.s0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .tag-copy {
    padding-top: 20px;
  }

  .section-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-bottom-twenty-two-header {
    font-size: 3rem;
    line-height: 4rem;
  }

  .padding-bottom-twenty-two-header.max-width-seven-hundred.text-color-dark-black {
    color: #fff;
  }

  .home-one-hero-section-non-hero {
    margin-top: -65px;
    padding-bottom: 60px;
  }

  .hero-flex-payroll-page {
    flex-direction: column;
  }

  .hero-flex-payroll-page.flex-left.btn-flex-left, .hero-flex-payroll-page.flex-right {
    align-items: flex-start;
  }

  .youtube {
    margin-top: 40px;
  }

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

  .button-primary {
    padding: 15px 34px 16px;
  }

  .pricing-card-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-uppercase.subtitle {
    font-size: 14px;
  }

  .padding-bottom-twenty-two-copy.max-width-seven-hundred.text-color-dark-black {
    color: #fff;
  }

  .hero-flex-2 {
    flex-direction: column;
  }

  .collection-list {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    background-position: 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: block;
  }

  .heading-3 {
    width: auto;
    font-size: 15px;
  }

  .heading-4 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 35px;
  }

  .image-7 {
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-4 {
    font-size: 22px;
  }

  .bold-text, .bold-text-2 {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .image-9 {
    padding-left: 0;
  }

  .text-block-5 {
    line-height: 1.5rem;
  }

  .text-block-6, .text-block-7 {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .italic-text {
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .italic-text-2 {
    font-size: .8rem;
  }

  .mask {
    margin-bottom: -100px;
  }

  .paragraph-7 {
    margin-bottom: 0;
    line-height: 1.4rem;
  }

  .paragraph-8 {
    line-height: 1.4rem;
  }

  .paragraph-9 {
    margin-bottom: 0;
  }

  .paragraph-12 {
    line-height: 1.4rem;
  }
}

#w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e839f-c45cd814, #w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e83a6-c45cd814, #w-node-_97c300cf-798e-a740-f160-a39425805f35-c45cd814, #w-node-_4d57849e-68cc-ad10-1f97-259385c4614c-c45cd814, #w-node-_5621945f-3b2b-3c44-c39f-2caae4934fdf-c45cd815, #w-node-_5621945f-3b2b-3c44-c39f-2caae4934fed-c45cd815, #w-node-_5621945f-3b2b-3c44-c39f-2caae4935010-c45cd815, #w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e8398-c45cd815, #w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e839f-c45cd815, #w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e83a6-c45cd815, #w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e83ad-c45cd815, #w-node-d7bbdd86-8f4a-d462-bdbf-fd4bed8828ca-ed8828c8, #w-node-d7bbdd86-8f4a-d462-bdbf-fd4bed8828d2-ed8828c8, #w-node-d7bbdd86-8f4a-d462-bdbf-fd4bed8828da-ed8828c8, #w-node-d7bbdd86-8f4a-d462-bdbf-fd4bed8828e2-ed8828c8, #w-node-b9c00d55-7174-7d29-9f57-66f64bbcbee9-4bbcbec0, #w-node-b9c00d55-7174-7d29-9f57-66f64bbcbf0c-4bbcbec0, #w-node-b9c00d55-7174-7d29-9f57-66f64bbcbf33-4bbcbec0, #w-node-_5cdbc346-f8a6-9ce5-b396-b64d096e38f4-096e38cb, #w-node-_5cdbc346-f8a6-9ce5-b396-b64d096e3917-096e38cb, #w-node-_5cdbc346-f8a6-9ce5-b396-b64d096e393e-096e38cb, #w-node-_22b08e1b-c331-7c45-4658-062e5e622642-c45cd824, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac12de-c45cd82a, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac12ec-c45cd82a, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac130f-c45cd82a, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac132a-c45cd82a, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac1331-c45cd82a, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac1338-c45cd82a, #w-node-_6bd73fb6-255f-8ac2-ee29-15d3a1ac133f-c45cd82a, #w-node-f5c3f786-162e-045a-6418-34b9f353d84b-c45cd841, #w-node-f5c3f786-162e-045a-6418-34b9f353d854-c45cd841, #w-node-f5c3f786-162e-045a-6418-34b9f353d85d-c45cd841, #w-node-f5c3f786-162e-045a-6418-34b9f353d866-c45cd841, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffc0-c45cd857, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffcc-c45cd857, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffd8-c45cd857, #w-node-d49a9d26-ddb0-455c-6055-d3badc3f9b7b-c45cd888, #w-node-_0fae677f-1070-e4f6-1daf-5239fcd755ce-c45cd888, #w-node-_8215eab8-aa26-3685-5f77-71488b5539b2-c45cd888, #w-node-_3f1c2a4e-76be-527e-0639-ee136585f252-c45cd888, #w-node-_3f1c2a4e-76be-527e-0639-ee136585f254-c45cd888, #w-node-_3f1c2a4e-76be-527e-0639-ee136585f256-c45cd888, #w-node-_84862d0f-9d61-956f-7f85-572e867a22a7-c45cd888, #w-node-_84862d0f-9d61-956f-7f85-572e867a22a9-c45cd888, #w-node-_84862d0f-9d61-956f-7f85-572e867a22ab-c45cd888, #w-node-fff55a7c-ca1e-f702-8406-3e98dc85021b-c45cd888, #w-node-fff55a7c-ca1e-f702-8406-3e98dc85021d-c45cd888, #w-node-fff55a7c-ca1e-f702-8406-3e98dc85021f-c45cd888, #w-node-fff55a7c-ca1e-f702-8406-3e98dc850221-c45cd888, #w-node-_036d2447-3771-11cc-c5c7-1aee3450d9f4-c45cd888, #w-node-_036d2447-3771-11cc-c5c7-1aee3450d9f6-c45cd888, #w-node-_036d2447-3771-11cc-c5c7-1aee3450d9f8-c45cd888, #w-node-_036d2447-3771-11cc-c5c7-1aee3450d9fa-c45cd888, #w-node-_799e0d35-1bc6-ac7d-26cd-6a70f5fdb94f-c45cd888, #w-node-_799e0d35-1bc6-ac7d-26cd-6a70f5fdb951-c45cd888, #w-node-_799e0d35-1bc6-ac7d-26cd-6a70f5fdb953-c45cd888, #w-node-_799e0d35-1bc6-ac7d-26cd-6a70f5fdb955-c45cd888, #w-node-d3184384-ce07-eadc-e62c-2611431f7d03-c45cd888, #w-node-ac1b1a41-030a-736b-446a-4c0186ba9f86-c45cd888, #w-node-fa53c24a-d8ca-b98e-02c2-760388704172-c45cd888, #w-node-_2825a91c-a18c-eca5-8963-c805c75e0727-c45cd888, #w-node-_728fc1a8-64f1-142b-d979-90a2f6cab74c-c45cd888, #w-node-fd20d0d0-0f53-112a-b50a-714c7fed40fe-c45cd888, #w-node-_0ed955ae-1bc8-40d4-8baf-0018f54ed202-c45cd888, #w-node-_2c8391ed-4817-341c-8b37-65faaf4eb498-c45cd888, #w-node-_0308d551-2091-4b66-a4db-e703d0033ac2-c45cd888, #w-node-ebd77c51-eaed-2f7d-4a28-50ae7a1160a8-c45cd888, #w-node-a8948888-6b99-2a8a-cd8b-2f5014b67685-c45cd888, #w-node-_4439faa0-828c-b4fa-a257-ac10c72904d8-c45cd888, #w-node-f2f60e63-f8a9-cf07-fd46-5c1e6c015c2c-c45cd888, #w-node-_2804278d-382f-2b14-b313-20fbaa4832ce-c45cd888, #w-node-d30fbd22-be16-8308-f9bf-fcd98196da40-c45cd888, #w-node-a407378b-dfa6-0a6b-3401-fbae2a4f1922-c45cd888, #w-node-_4b29f73d-6d82-45ce-ccd1-3b6a94680e2b-c45cd888, #w-node-_8dc4e600-06ae-ce9a-13de-0a17cd47eda8-c45cd888, #w-node-_24a59f3e-d8c0-fd17-3a76-d31897a85249-c45cd888, #w-node-_6522a29e-8833-5c2b-1c3f-00f1d45d264d-c45cd888, #w-node-b0059075-8516-33c5-c860-8ad6f20c1d6f-c45cd888, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffc0-c45cd88a, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffcc-c45cd88a, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffd8-c45cd88a, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff81-c45cd88a, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff88-c45cd88a, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff8f-c45cd88a, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff96-c45cd88a, #w-node-d9e26922-44cc-5c9d-dc2b-165b63cc426d-c45cd88e, #w-node-d9e26922-44cc-5c9d-dc2b-165b63cc4273-c45cd88e, #w-node-d9e26922-44cc-5c9d-dc2b-165b63cc4279-c45cd88e, #w-node-d9e26922-44cc-5c9d-dc2b-165b63cc427f-c45cd88e, #w-node-_8241b81a-5bec-53eb-aec9-6f99d4fe4d7a-c45cd899, #w-node-_8241b81a-5bec-53eb-aec9-6f99d4fe4d7c-c45cd899, #w-node-_8241b81a-5bec-53eb-aec9-6f99d4fe4d7e-c45cd899, #w-node-_1a5c38bf-ca3c-0900-83ab-65f96dc06c39-c45cd89e, #w-node-_1a5c38bf-ca3c-0900-83ab-65f96dc06c4f-c45cd89e, #w-node-_1a5c38bf-ca3c-0900-83ab-65f96dc06c65-c45cd89e, #w-node-_1a5c38bf-ca3c-0900-83ab-65f96dc06c7b-c45cd89e, #w-node-_1a5c38bf-ca3c-0900-83ab-65f96dc06c8f-c45cd89e, #w-node-_1a5c38bf-ca3c-0900-83ab-65f96dc06ca3-c45cd89e, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffc0-c45cd8a1, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffcc-c45cd8a1, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffd8-c45cd8a1, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff81-c45cd8a1, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff88-c45cd8a1, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff8f-c45cd8a1, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff96-c45cd8a1, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffc0-1bd7c234, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffcc-1bd7c234, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffd8-1bd7c234, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffc0-aceda9e3, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffcc-aceda9e3, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffd8-aceda9e3, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffc0-e9218a25, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffcc-e9218a25, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeffd8-e9218a25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8cd8-c45cd897, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8cdd-c45cd897, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8ce7-c45cd897, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8cec-c45cd897, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8cf1-c45cd897, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8cfe-c45cd897, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8d03-c45cd897, #w-node-_6ccab865-e9cc-36d3-6987-87c218ee3a20-c45cd897, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8d0d-c45cd897, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8d1c-c45cd897, #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8d2b-c45cd897 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_07c9167b-5b61-ed12-fbd3-2879288e1ce0-c45cd842 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0df5adba-61c8-2168-16d9-b4dbd2ab8d2b-c45cd897 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6661de07-59ba-812b-a304-e27d70e0a830-c45cd7b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85db4b73-bfd4-b0e4-eaeb-b230876e839f-c45cd814, #w-node-ed71d5ea-ca4d-8141-697d-1fe143a6e5e8-c45cd81e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6661de07-59ba-812b-a304-e27d70e0a830-c45cd857, #w-node-_6661de07-59ba-812b-a304-e27d70e0a830-1bd7c234, #w-node-_6661de07-59ba-812b-a304-e27d70e0a830-aceda9e3, #w-node-_6661de07-59ba-812b-a304-e27d70e0a830-e9218a25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Modulus_Medium';
  src: url('../fonts/Modulus_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modulus';
  src: url('../fonts/Modulus.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modulus';
  src: url('../fonts/Modulus-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.extra-margin {
  padding-top: 25px;
  padding-bottom: 25px;
}
