@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-font: Onest, sans-serif;
  --neutral-04: #161c52;
  --primary-font\<deleted\|variable-dd8c1f7a-c5b6-b2d4-122a-15996205dbe0\>: Onest, sans-serif;
  --neutral-03: #484a61;
  --button-radius: 58px;
  --theme-color-1: #36d462;
  --neutral-01: white;
  --transparent: #fff0;
  --theme-color-2: #3a7dff;
  --global-section-padding: 120px;
  --neutral-06: #d6dfff;
  --neutral-02: #f6f7f9;
  --theme-color-1\<deleted\|variable-2d3b50e7-5dc1-4305-5be0-20be00c895c7\>: #36d462;
  --transparent\<deleted\|variable-347810e8-efd3-c53d-6c2d-d8602d6a7e1e\>: #fff0;
  --button-radiussss\<deleted\|variable-d4bb4609-2779-74ee-5999-c97cb90c9b6f\>: 58px;
  --theme-color-2\<deleted\|variable-29a37805-96b1-5f59-b68b-6ad048a28ce6\>: #3a7dff;
  --neutral-05: #f4fcfa;
  --rounded-default\<deleted\|variable-03f3e45b-0a29-7b61-f117-69d4a2256f5c\>: 24px;
  --neutral-01\<deleted\|variable-1e5114e5-7fdb-6ab9-cec6-3bd4bd4547a9\>: white;
  --white\<deleted\|variable-8e8a41f5-e813-6b19-1600-31b813d41cf7\>: white;
  --default-radius: 24px;
  --neutral-04\<deleted\|variable-7b7fa731-d8fb-95e2-3ba8-b81b51526dc1\>: #161c52;
  --neutral-03\<deleted\|variable-dd82b7ba-42fb-cf36-5c94-7c3647b26d43\>: #484a61;
  --neutral-07\<deleted\|variable-72a2ecbc-4399-828b-db2c-e06004e1de66\>: #0b3323;
  --neutral-07: #d6ffe9;
  --neutral-08: #ffe9f1;
  --neutral-09: #e8f9cd;
  --neutral-10: #e5d6ff;
  --neutral-11: black;
  --cmg-primary: #4076d9;
}

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

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

body {
  font-family: var(--primary-font);
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--neutral-04);
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
}

h2 {
  font-family: var(--primary-font\<deleted\|variable-dd8c1f7a-c5b6-b2d4-122a-15996205dbe0\>);
  color: var(--neutral-04);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 125%;
}

h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

h4 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

p {
  color: var(--neutral-03);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

a {
  text-decoration: none;
  transition: all .3s;
}

ul {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 18px;
  display: flex;
}

ol {
  margin-bottom: 0;
  padding-left: 18px;
}

li {
  font-size: 16px;
  font-weight: 400;
}

img {
  object-fit: fill;
  max-width: 100%;
  height: auto;
  display: inline-block;
  overflow: clip;
}

.container {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  overflow: visible;
}

.container.styleguide-container {
  width: 100%;
  max-width: 830px;
}

.container.position-relative {
  border-radius: 2px;
}

.container.demo {
  max-width: 1356px;
}

.body-text-16 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-16.text-neutral-01.opacity-8.review-title-p {
  width: 100%;
  max-width: 630px;
}

.body-text-16.feature-contnt-text {
  width: 80%;
}

.body-text-18 {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-18.product-categories-p {
  width: 80%;
}

.body-text-18.feature-section-p, .body-text-18.section-title-p {
  max-width: 740px;
}

.body-text-20 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.button-text {
  margin-bottom: 0;
  line-height: 160%;
  text-decoration: none;
}

.button-text.start, .button-text.request {
  color: #fff;
}

.button {
  border-radius: var(--button-radius);
  background-color: var(--theme-color-1);
  font-family: var(--primary-font);
  color: var(--neutral-01);
  text-transform: capitalize;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button.border {
  border-color: var(--neutral-03);
  background-color: var(--transparent);
  color: var(--neutral-04);
}

.button.border:hover {
  border-color: var(--theme-color-2);
  background-color: var(--theme-color-2);
  color: var(--neutral-01);
}

.button.border.small {
  padding: 7px 20px;
}

.button.border.small:hover {
  border-color: var(--theme-color-2);
  background-color: var(--theme-color-2);
  color: var(--neutral-01);
}

.button.border-white-small {
  border: 1px solid var(--neutral-01);
  background-color: var(--transparent);
  font-family: var(--primary-font\<deleted\|variable-dd8c1f7a-c5b6-b2d4-122a-15996205dbe0\>);
  color: var(--neutral-01);
  padding: 7px 20px;
  font-weight: 500;
}

.button.border-white-small:hover {
  border-color: var(--theme-color-2);
  background-color: var(--theme-color-2);
}

.button.border-white-large {
  border: 1px solid var(--neutral-01);
  background-color: var(--transparent);
  font-family: var(--primary-font\<deleted\|variable-dd8c1f7a-c5b6-b2d4-122a-15996205dbe0\>);
  color: var(--neutral-01);
  font-weight: 500;
}

.button.border-white-large:hover {
  border-color: var(--theme-color-2);
  background-color: var(--theme-color-2);
}

.button.link {
  background-color: var(--transparent);
  color: var(--theme-color-2);
  padding: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button.link:hover {
  color: var(--neutral-04);
}

.button.play-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--transparent);
  cursor: pointer;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-area {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-right-icon {
  font-family: "Fa Solid 900", sans-serif;
  display: block;
}

.button-right-icon.hover {
  position: absolute;
  inset: 0% 0% 0% 30px;
}

.heading-3 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.heading-3.feature-card-title {
  width: 100%;
  max-width: 470px;
}

.heading-4 {
  color: var(--neutral-04);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

.body {
  font-family: var(--primary-font);
  color: var(--neutral-03);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.text-neutral-01 {
  color: var(--neutral-01);
}

.text-neutral-04 {
  color: var(--neutral-04);
}

.section-padding {
  padding-top: var(--global-section-padding);
  padding-bottom: var(--global-section-padding);
}

.remove-bottom-padding {
  padding-bottom: 0;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.content-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.content-area.horizontal {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.content-area.horizontal.color-code-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.content-area.horizontal.button-area {
  background-color: var(--neutral-06);
  padding: 50px 40px;
}

.color-box {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.bg-neutral-01 {
  background-color: var(--neutral-01);
}

.bg-neutral-02 {
  background-color: var(--neutral-02);
}

.bg-neutral-03 {
  background-color: var(--neutral-03);
}

.bg-neutral-04 {
  background-color: var(--neutral-04);
}

.bg-theme-color-01 {
  background-color: var(--theme-color-1\<deleted\|variable-2d3b50e7-5dc1-4305-5be0-20be00c895c7\>);
}

.button-icon-wrapper {
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.header {
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.navbar {
  z-index: 5;
  background-color: var(--transparent\<deleted\|variable-347810e8-efd3-c53d-6c2d-d8602d6a7e1e\>);
  width: 100%;
}

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

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--neutral-03);
  text-transform: capitalize;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--theme-color-2);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.text-neutral-01 {
  color: var(--neutral-01);
}

.nav-link.text-neutral-01:hover {
  color: var(--theme-color-2);
}

.nav-dropdown {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.nav-dropdown-toggle {
  color: var(--neutral-03);
  text-transform: capitalize;
  align-items: center;
  margin-right: -12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.nav-dropdown-toggle:hover {
  color: var(--theme-color-2);
}

.nav-dropdown-toggle.text-neutral-01 {
  color: var(--neutral-01);
}

.nav-dropdown-toggle.text-neutral-01:hover {
  color: var(--theme-color-2);
}

.nav-dropdown-icon {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 13px;
}

.nav-dropdown-list {
  background-color: var(--transparent);
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--neutral-03);
  text-transform: capitalize;
  flex-flow: column;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--theme-color-2);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--theme-color-2);
}

.nav-dropdown-link.request-demo {
  text-transform: none;
}

.nav-dropdown-link.landing {
  text-transform: lowercase;
}

.menu-button {
  background-color: var(--theme-color-1\<deleted\|variable-2d3b50e7-5dc1-4305-5be0-20be00c895c7\>);
  width: 30px;
  height: 24px;
  padding: 0;
}

.mega-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--neutral-02);
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 110%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  box-shadow: 0 20px 66px #151d1633;
}

.dropdown-list-item {
  position: relative;
  left: 10px;
}

.dropdown-list-item.live.solution {
  display: none;
}

.menu-dropdown-text {
  font-family: var(--primary-font\<deleted\|variable-dd8c1f7a-c5b6-b2d4-122a-15996205dbe0\>);
  font-size: 16px;
  font-weight: 500;
}

.footer-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
}

.footer-widget {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: none;
}

.footer-link {
  font-family: var(--primary-font\<deleted\|variable-dd8c1f7a-c5b6-b2d4-122a-15996205dbe0\>);
  color: var(--neutral-02);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.footer-link:hover {
  color: var(--theme-color-2);
}

.position-relative {
  z-index: 9;
  position: relative;
}

.footer-left-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.demo-section-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 56px;
  display: flex;
}

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

.faq-section {
  background-color: var(--neutral-02);
}

.faq-accordion-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-item {
  vertical-align: text-bottom;
  width: 100%;
  overflow: hidden;
}

.accordion-item._1, .accordion-item._2 {
  background-color: var(--neutral-01);
  border-radius: 8px;
}

.accordion-header {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

.accordion-header._1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  height: 90px;
  padding: 28px 24px;
}

.accordion-header._2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  height: 96px;
  padding: 24px;
}

.accordion-content {
  background-color: var(--transparent\<deleted\|variable-347810e8-efd3-c53d-6c2d-d8602d6a7e1e\>);
  position: relative;
}

.accordion-content._1 {
  margin-top: -16px;
  padding: 0 24px 28px 68px;
}

.accordion-content._2 {
  margin-top: -25px;
  padding-bottom: 24px;
  padding-left: 97px;
  padding-right: 24px;
}

.terms-privacy-section.inner.section-padding.privacy, .terms-privacy-section.tearm {
  padding-top: 20px;
}

.terms-privacy-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1032px;
  padding-bottom: 32px;
  display: flex;
}

.license-fonts-images {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.license-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.license-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.license-items {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.license-item {
  background-color: #f5f5f5;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  min-height: 65px;
  padding: 10px 22px;
  display: flex;
}

.license-fonts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.changelog-wrapper {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-flow: column;
  width: 100%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-single-card {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  background-color: #f9f9fb;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.changelog-content-left {
  width: 20%;
}

.changelog-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.cart {
  position: absolute;
  top: 12px;
  right: 200px;
}

.cart-button {
  background-color: var(--transparent\<deleted\|variable-347810e8-efd3-c53d-6c2d-d8602d6a7e1e\>);
  padding: 0;
  position: relative;
}

.cart-icon {
  width: 24px;
  height: 24px;
}

.cart-quantity {
  background-color: var(--theme-color-2);
  color: var(--neutral-01);
  min-width: 18px;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  top: -11px;
  right: -7px;
}

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

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

.product-text-block {
  flex-flow: column;
  display: flex;
}

.price-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  display: flex;
}

.compare-price {
  color: #161c52cc;
  text-decoration: line-through;
}

.checkout-button {
  border-radius: var(--button-radiussss\<deleted\|variable-d4bb4609-2779-74ee-5999-c97cb90c9b6f\>);
  background-color: var(--theme-color-2\<deleted\|variable-29a37805-96b1-5f59-b68b-6ad048a28ce6\>);
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .3s;
}

.checkout-button:hover {
  box-shadow: 0 9px 18px #0003;
}

.apple-pay {
  border-radius: var(--button-radiussss\<deleted\|variable-d4bb4609-2779-74ee-5999-c97cb90c9b6f\>);
  height: 58px;
}

.footer-right-block {
  grid-column-gap: 175px;
  grid-row-gap: 175px;
  aspect-ratio: auto;
  text-align: right;
  white-space: normal;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  display: block;
  position: static;
}

.cta-section.section-padding.bg-neutral-04 {
  color: #484a61;
  background-color: #041543;
}

.cta-section.section-padding.bg-neutral-04.fotter {
  color: #041543;
  background-color: #041543;
}

.cta-section.section-padding.bg-neutral-04.fotter {
  color: #041543;
}

.cta-section.section-padding.bg-neutral-04 {
  color: #484a61;
}

.cta-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-heading {
  width: 100%;
}

.accordion-heading._1 {
  margin-right: 40px;
}

.bg-neutral-05 {
  background-color: var(--neutral-05);
}

.bg-neutral-06 {
  background-color: var(--neutral-06);
}

.heading-1 {
  color: var(--neutral-04);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
}

.heading-1.hero-title {
  font-size: 54px;
}

.heading-1.text-neutral-01 {
  color: var(--neutral-01);
}

.border {
  border: 1px solid #ffffff1a;
}

.content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.content-block.product-categories {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.background-product {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.buy-now-button, .field-label-2, .quantity-2 {
  display: none;
}

.product-card-image {
  border-radius: var(--rounded-default\<deleted\|variable-03f3e45b-0a29-7b61-f117-69d4a2256f5c\>);
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.image-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.add-to-cart {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-overlay {
  z-index: 5;
  background-color: #01444a0d;
  position: absolute;
  inset: 0%;
}

.add-to-cart-button-2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--neutral-01\<deleted\|variable-1e5114e5-7fdb-6ab9-cec6-3bd4bd4547a9\>);
  text-transform: uppercase;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s;
  position: absolute;
  inset: 0%;
}

.default-state-2 {
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cart-container {
  border-radius: var(--rounded-default\<deleted\|variable-03f3e45b-0a29-7b61-f117-69d4a2256f5c\>);
  background-color: var(--neutral-01\<deleted\|variable-1e5114e5-7fdb-6ab9-cec6-3bd4bd4547a9\>);
  border: 1px solid #f3f3f324;
}

.cart-header, .cart-footer {
  border: 1px solid #00000024;
}

.remove-button {
  color: var(--theme-color-2\<deleted\|variable-29a37805-96b1-5f59-b68b-6ad048a28ce6\>);
}

.cart-quantity-2 {
  background-color: var(--theme-color-2\<deleted\|variable-29a37805-96b1-5f59-b68b-6ad048a28ce6\>);
  color: var(--white\<deleted\|variable-8e8a41f5-e813-6b19-1600-31b813d41cf7\>);
  border-color: #f3f3f324;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.tabs {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-link {
  border-radius: var(--default-radius);
  background-color: #3a7dff6b;
  border: 1px solid #f3f3f324;
  padding: 5px 30px;
}

.tab-link:hover, .tab-link.w--current {
  background-color: var(--theme-color-2);
  color: var(--neutral-01);
}

.cart-close-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.cart-icon-close {
  width: 20px;
  height: 20px;
}

.footer-left-p {
  opacity: .8;
  max-width: 340px;
}

.footer-left-p.body-text-16.text-neutral-01 {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
}

.footer-left-p.body-text-16.text-neutral-01.ai, .footer-left-p.body-text-16.text-neutral-01, .footer-left-p.body-text-16.text-neutral-01, .footer-left-p.body-text-16.text-neutral-01, .footer-left-p.body-text-16.text-neutral-01 {
  margin-left: 0;
}

.footer-widget-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.capitalize {
  text-transform: capitalize;
}

.footer {
  background-color: var(--neutral-04);
  padding-top: 50px;
  padding-bottom: 90px;
}

.footer.fotterof-home {
  background-color: #041543;
}

.heading-2 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-2.text-neutral-01 {
  color: var(--neutral-01);
}

.heading-2.gallery-title {
  font-size: 50px;
}

.heading-2.feature-title-4 {
  width: 100%;
}

.regular {
  font-weight: 400;
}

.box-shadow-1 {
  box-shadow: inset -4px 10px 40px #2c3f580d;
}

.opacity-8 {
  opacity: .8;
}

.rounded-default {
  border-radius: var(--rounded-default\<deleted\|variable-03f3e45b-0a29-7b61-f117-69d4a2256f5c\>);
}

.pricing-card {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  background-color: var(--neutral-01);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

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

.display-heading-1 {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
}

.form-block {
  margin-bottom: 0;
}

.form-block.contact-form {
  width: 100%;
  max-width: 570px;
}

.form-block._2 {
  background-color: var(--neutral-01);
  border-radius: 16px;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 75px;
  box-shadow: 0 8px 80px -30px #00011233;
}

.input-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.input-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

.field-label {
  color: var(--neutral-04);
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.text-field {
  background-color: var(--neutral-01);
  color: var(--neutral-03);
  border: 1px solid #d6d8d9;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
}

.text-field:focus {
  border-color: var(--neutral-04\<deleted\|variable-7b7fa731-d8fb-95e2-3ba8-b81b51526dc1\>);
}

.text-field::placeholder {
  color: #484a6180;
  font-size: 16px;
  font-weight: 400;
}

.textarea {
  min-height: 120px;
}

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

.textarea.text-field._2 {
  min-height: 80px;
}

.field-label-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.form.contact-form {
  align-items: stretch;
}

.submit-button.button.regular {
  background-color: #34c759;
}

.content-block-two {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.content-block-two.terms-policy {
  justify-content: flex-start;
  align-items: flex-start;
}

.term-policy-wrapper {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-flow: column;
  width: 100%;
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.term-policy-wrapper.pricacy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.term-policy-wrapper.tearm {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.terms-privacy-content-list {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-bottom: 1px solid var(--neutral-01\<deleted\|variable-1e5114e5-7fdb-6ab9-cec6-3bd4bd4547a9\>);
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.changelog-version.heading-4 {
  letter-spacing: -.5px;
}

.product-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-breadcrumb {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-breadcrumb-link {
  color: var(--neutral-03\<deleted\|variable-dd82b7ba-42fb-cf36-5c94-7c3647b26d43\>);
  text-transform: capitalize;
  font-size: 18px;
  transition: opacity .5s;
}

.product-breadcrumb-link:hover {
  color: var(--neutral-07\<deleted\|variable-72a2ecbc-4399-828b-db2c-e06004e1de66\>);
  text-transform: capitalize;
}

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

.product-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.product-details-image {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

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

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

.add-to-cart-button {
  width: 100%;
}

.default-state-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.demo-buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.demo-features-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.demo-features-card-1 {
  border-radius: var(--rounded-default\<deleted\|variable-03f3e45b-0a29-7b61-f117-69d4a2256f5c\>);
  border: 1px solid #e6e7e4;
  width: 48%;
  display: flex;
  overflow: hidden;
}

.demo-features-card-1._3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.demo-feature-card-content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 240px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
}

.demo-feature-card-content._3 {
  width: 50%;
  max-width: 100%;
}

.demo-feature-card-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.demo-feature-image-block {
  z-index: 1;
  width: 365px;
  height: 385px;
  padding-top: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-feature-image-block._3 {
  background-color: #f4f4f6;
  align-items: flex-end;
  width: 50%;
}

.feature-image-block-1 {
  background-color: #edf2f1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.demo-feature-image._1 {
  z-index: 999;
  width: 234px;
  height: 284px;
  position: relative;
  top: 60px;
  left: 37px;
}

.demo-feature-image._2 {
  width: 234px;
  height: 284px;
  position: absolute;
  bottom: -40px;
  right: 7px;
}

.demo-feature-image._3 {
  z-index: 999;
  width: 231px;
  height: 149px;
  position: absolute;
  top: 40px;
  left: 0;
}

.demo-feature-image._4 {
  width: 231px;
  height: 149px;
  position: absolute;
  top: 205px;
  left: 0;
}

.demo-feature-image._5 {
  width: 231px;
  height: 149px;
  position: absolute;
  top: 205px;
  left: 240px;
}

.demo-feature-image._6 {
  object-fit: cover;
  object-position: 0% 100%;
  width: 100%;
  height: 100%;
}

.feature-image-block-2 {
  background-color: #edf2f1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.figma-icon {
  width: 47px;
  height: 66px;
}

.demo-feature-content-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.feature-image-block-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 35px;
  left: 30px;
}

.demo-page-cards {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-card {
  border-radius: var(--rounded-default\<deleted\|variable-03f3e45b-0a29-7b61-f117-69d4a2256f5c\>);
  background-color: #edf2f1;
  padding: 60px 30px;
}

.page-card-image {
  border-radius: 20px;
  height: 450px;
}

.page-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bg-theme-color-02 {
  background-color: var(--theme-color-2\<deleted\|variable-29a37805-96b1-5f59-b68b-6ad048a28ce6\>);
}

.text-neutral-03 {
  color: var(--neutral-03);
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
  display: flex;
}

.section-title.review {
  width: 51%;
}

.section-title.social-section-title-2 {
  padding-bottom: 0;
}

.section-title.social-section-title-3 {
  width: 67%;
  padding-bottom: 0;
}

.section-title.feature-two {
  flex-flow: column;
}

.section-title.feature-two.matters {
  margin-bottom: 40px;
}

.section-title.feature-two {
  flex-flow: column;
  padding-top: 60px;
}

.section-title.feature-two.inte.final, .section-title.feature-two {
  flex-flow: column;
}

.section-title.feature-two.inte {
  flex-flow: row;
  justify-content: center;
  padding-bottom: 65px;
}

.section-title.feature-two.inte.lex {
  flex-flow: column;
}

.section-title.feature-two {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
}

.demo-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-section {
  background-color: var(--neutral-04);
}

.faq-accordion-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.bg-neutral-07 {
  background-color: var(--neutral-07);
}

.text-neutral-07 {
  color: var(--neutral-07);
}

.pricing-header {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.body-text-14 {
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-14.text-neutral-01 {
  color: var(--neutral-01);
}

.pricing-features-icon {
  width: 24px;
  height: 24px;
}

.divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  line-height: 1%;
}

.divider.feature-1 {
  background-color: #161c5233;
}

.divider.brand-divider {
  background-color: #e6e6e6;
}

.divider.social {
  background-color: #e6e6e6;
  margin-bottom: 105px;
}

.divider.review-divider {
  background-color: #e6e6e6;
}

.divider.social-1 {
  background-color: #161c5233;
  margin-top: 120px;
}

.pricing-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.pricing-content._1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.pricing-features-list-1-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-features-list-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-left: 0;
}

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

.pricing-table.yearly {
  display: none;
}

.pricing-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.pricing-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.toggle-block-wrapper {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
  position: relative;
}

.circle {
  background-color: var(--theme-color-1);
  border-radius: 100px;
  width: 22px;
  height: 22px;
}

.toggle-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.text-neutral-02 {
  color: var(--neutral-02);
}

.pricing-toggle {
  z-index: -1;
  background-color: var(--neutral-01);
  border: 1px solid #4f4f5433;
  border-radius: 24px;
  align-items: center;
  width: 60px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.opacity-5 {
  opacity: .5;
}

.text-theme-1 {
  color: var(--theme-color-1);
}

.opacity-7 {
  opacity: .7;
}

.blog-articles-section.section-padding.bg-neutral-02 {
  display: none;
}

.blog-articles-section.section-padding.inner {
  padding-top: 40px;
}

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

.blog-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.blog-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.blog-card-image {
  border-radius: 8px;
  height: 348px;
  overflow: hidden;
}

.blog-card-image.position-relative {
  height: 310px;
}

.terms-privacy-list-item {
  color: var(--neutral-04);
}

.cart-image {
  object-fit: cover;
  border-radius: 10px;
  width: 60px;
  height: 60px;
}

.bg-neutral-08 {
  background-color: var(--neutral-08);
}

.bg-neutral-09 {
  background-color: var(--neutral-09);
}

.bg-neutral-10 {
  background-color: var(--neutral-10);
}

.bg-neutral-11 {
  background-color: var(--neutral-11);
}

.text-neutral-08 {
  color: var(--neutral-08);
}

.text-neutral-11 {
  color: var(--neutral-11);
}

.style-guide-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  display: flex;
}

.footer-submit-button {
  border-radius: var(--button-radius);
  background-color: var(--neutral-01);
  color: var(--neutral-04);
  padding: 7px 20px;
  font-size: 16px;
}

.footer-text-field {
  color: #fff6;
  background-color: #23295a;
  border-style: none;
  border-radius: 32px;
  width: 100%;
  max-width: 192px;
  min-height: 42px;
  padding: 10px 18px;
  font-family: Onest, sans-serif;
  font-size: 14px;
}

.footer-text-field.text-field {
  font-family: var(--primary-font);
  max-width: 100%;
  padding-left: 18px;
}

.footer-text-field.text-field:focus-visible, .footer-text-field.text-field[data-wf-focus-visible] {
  border-color: #fff6;
}

.footer-text-field.text-field {
  font-family: Onest, sans-serif;
}

.footer-text-field.text-field:focus {
  border-color: #161c52;
}

.footer-text-field.text-field:focus-visible, .footer-text-field.text-field[data-wf-focus-visible] {
  border-color: #fff6;
}

.footer-text-field.text-field::placeholder {
  color: #fff6;
}

.footer-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.footer-bottom.foterwith-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.cta-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.saving-price {
  background-color: var(--theme-color-2);
  border-radius: 24px;
  padding: 4px 13px;
}

.pricing-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.pricing-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.price-tagline {
  border-radius: var(--default-radius);
  background-image: linear-gradient(270deg, #3ed2b1, #9063f1);
  justify-content: center;
  align-items: center;
  height: 28px;
  padding: 4px 12px;
  display: flex;
}

.pricing-name-tagline {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.topper-section {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.topper-wrapper {
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  padding: 2px 10px;
  display: flex;
}

.topper-wrapper.position-relative.bg-theme-color-02 {
  color: var(--cmg-primary);
}

.topper-wrapper.position-relative.hero-3 {
  background-color: #ff00001a;
  background-image: url('../images/Topbar.png');
  background-position: 100%;
  background-size: cover;
}

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

.topper-close-icon {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  right: 10px;
}

.navbar-left-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section._1, .hero-section._3, .hero-section._4 {
  padding-top: 86px;
  overflow: hidden;
}

.hero-section._4 {
  padding-top: 4px;
  overflow: hidden;
}

.hero-top-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-top-block.position-relative {
  align-items: center;
}

.hero-top-block.heading-center-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.hero-subtitle {
  border: 1px solid #58595e33;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding: 5px 14px;
  display: flex;
}

.hero-subtitle._2 {
  border-color: var(--neutral-03);
  background-color: #ffffff1a;
}

.hero-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.hero-button-group._4 {
  align-items: center;
}

.hero-button-group._4.home {
  display: block;
}

.hero-button-group._3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.hero-button-group._2 {
  display: none;
}

.hero-button-group._2.inte {
  display: block;
}

.hero-button-group._4 {
  align-items: center;
  display: none;
}

.hero-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 740px;
  display: flex;
}

.hero-content-block.heading-center-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.hero-content-block._4.aduit {
  max-width: 100%;
  margin-top: 30px;
}

.hero-content-block._4.new {
  max-width: 100%;
}

.hero-content-block._4 {
  max-width: 694px;
}

.hero-image-left {
  width: 100%;
  max-width: 110px;
  height: 120px;
  position: absolute;
  top: 130px;
  left: 16px;
  transform: rotate(-12.65deg);
}

.hero-image-right {
  width: 100%;
  max-width: 110px;
  height: 120px;
  position: absolute;
  top: 130px;
  right: 16px;
  transform: rotate(12.65deg);
}

.hero-top-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: -3.42px 8.53px 54.13px #2c3f5814;
}

.hero-wrapper {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.hero-wrapper.position-relative {
  overflow: visible;
}

.hero-bottom-block {
  width: 100%;
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
}

.hero-bottom-block._2 {
  max-width: 1175px;
}

.hero-image-1 {
  width: 100%;
  height: 100%;
  box-shadow: 4px 10px 40px #2c3f5814;
}

.hero-image-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 393px;
  position: absolute;
  top: 25%;
  left: 0;
  box-shadow: -2.58px 6.45px 62px #2c3f5840;
}

.hero-image-3 {
  border-radius: 12px;
  width: 100%;
  max-width: 280px;
  position: absolute;
  top: -40px;
  right: 0;
  box-shadow: -2.58px 6.45px 62px #2c3f5840;
}

.hero-image {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image._1 {
  width: 80%;
  margin-top: 0;
  margin-bottom: -120px;
}

.hero-image._3 {
  max-width: 1173px;
}

.hero-bg-shape-1 {
  z-index: -1;
  filter: blur(100px);
  background-image: url('../images/hero-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 900px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.brand-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-section._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.brand-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.brand-wrapper.position-relative {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: flex;
}

.brand-wrapper.position-relative.new {
  display: none;
}

.brand-wrapper.position-relative {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: flex;
}

.brand-slider-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.brand-slider-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 12.5% 87.5%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 12.5% 87.5%, #0000 100%);
}

.brand-slider-wrapper._3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  opacity: .75;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.brand-logo-overlay-right {
  z-index: 1;
  background-image: linear-gradient(265deg, #161c52, #161c52cc);
  width: 100px;
  height: 100%;
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
}

.brand-logo-overlay-left {
  z-index: 1;
  background-image: radial-gradient(circle closest-corner at 100%, #161c52f0, #161c52);
  width: 100px;
  height: 100%;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
}

.feature-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.feature-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.feature-card._4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.feature-card._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.feature-card._3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
}

.feature-card-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-card-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.feature-image-card {
  background-color: #fff3;
  border-radius: 12px;
  padding: 32px;
}

.feature-image-card._4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.feature-card-image {
  box-shadow: -2.95px 7.37px 29.48px #2c3f581a;
}

.feature-image-card-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.feature-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-card-image-block._2 {
  align-self: center;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.feature-section.section-paddingaaa.omniplatform.ai {
  padding-top: 60px;
}

.feature-section.section-paddingaaa:lang(en), .feature-section.section-paddingaaa.news {
  background-color: #fff;
}

.feature-section.section-paddingaaa {
  background-color: #f6f7f9;
}

.feature-section.section-paddingaaa:lang(en), .feature-section.section-paddingaaa.news {
  background-color: #fff;
}

.feature-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-card-block-2 {
  background-color: #f3f8f6;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 604px;
  padding-top: 40px;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
}

.feature-content-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.feature-content-block.see {
  flex-flow: row;
}

.feature-content-block.see.secnd-cta {
  background-color: #f6f7f9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
}

.feature-content-block._3 {
  width: 100%;
}

.feature-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.feature-content._4 {
  width: 100%;
}

.feature-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

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

.feature-list-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  width: 100%;
  max-width: 280px;
  display: flex;
}

.feature-list-item._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.feature-list-icon {
  background-color: var(--theme-color-1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
}

.feature-list-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.feature-list-item-content._4 {
  width: 100%;
  max-width: 190px;
}

.feature-wrapper-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-card-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #672cec0d;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 40px 30px 0;
  display: flex;
  overflow: hidden;
}

.box-shadow-2 {
  border-radius: 8px;
  box-shadow: -2.69px 6.72px 26.88px #2c3f580d;
}

.feature-image-card-3 {
  object-fit: cover;
}

.feature-image-card-3.h2-2 {
  margin-bottom: -60px;
}

.feature-image-card-3._4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff3;
  border-radius: 24px;
  align-items: center;
  padding: 45px;
  display: flex;
}

.social-section.inte {
  margin-top: 60px;
}

.social-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.social-left-block {
  background-color: #d6dfff;
  border-radius: 12px;
  height: 417px;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.social-image {
  max-width: 804%;
  height: 502px;
}

.social-section-title {
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}

.feature-section-title {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.review-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.review-card {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.review-card._1 {
  background-color: #ffffff0a;
}

.review-card._1.box-shadow.last {
  width: 50%;
}

.review-card._2 {
  border: 1px solid #0d09161a;
  border-radius: 12px;
}

.review-card.last {
  width: 50%;
}

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

.rating-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  display: flex;
}

.review-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.reviewer-image {
  width: 44px;
  min-width: 44px;
  height: 44px;
}

.rating-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.review-button {
  text-align: center;
  padding-top: 65px;
}

.accordion-number {
  border: 2px solid var(--neutral-04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
}

.faq-section-title {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.blog-image {
  object-fit: cover;
  border-radius: 8px;
  width: 427px;
  height: 240px;
}

.blog-airticles-wrapper {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: column;
  display: flex;
}

.blog-airticles-title-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-heading-left-section {
  margin-top: 56px;
}

.hero-heading-left-section.position-relative {
  overflow: hidden;
}

.hero-left-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.hero-heading-right-image {
  background-image: url('../images/Image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
  max-width: 70%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  overflow: hidden;
}

.hero-wrapper-block-h2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-right-image-h2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  box-shadow: 2.84px 7.19px 28.37px #2c3f5814;
}

.hero-left-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.heri-split-left {
  text-align: center;
  justify-content: center;
  display: flex;
}

.brand-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  min-width: 100%;
  display: flex;
}

.brand-list-block {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.brand-wrapper-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.brand-list-image {
  width: 100%;
  max-width: 150px;
}

.feature-card-2 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 40px;
  display: flex;
  overflow: hidden;
}

.feature-card-2._2 {
  padding-bottom: 0;
  padding-right: 0;
}

.feature-card-2._2.bg-neutral-07 {
  padding-left: 25px;
}

.feature-card-2._3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 40px 0;
  overflow: hidden;
}

.feature-image-card-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: flex-end;
  display: flex;
}

.feature-card-content-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.feature-card-content-2._2 {
  padding-left: 15px;
}

.feature-card-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.feature-card-image-block-2._2 {
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

.feature-card-image-block-2._3 {
  width: 45%;
  max-height: 420px;
}

.feature-card-image-2._2 {
  position: relative;
  left: 15px;
}

.feature-card-image-2._3 {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.feature-card-image-2._3.box-shadow {
  object-fit: cover;
  box-shadow: -4px 10px 40px #2c3f580d;
}

.feature-card-image-2._2 {
  max-width: 93%;
  position: relative;
  left: 15px;
}

.feature-card-content-button-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 55%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.social-wrapper-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-title-p {
  max-width: 780px;
}

.section-title-p.body-text-16.text-neutral-01.opacity-7.social-2 {
  max-width: 690px;
}

.social-card-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.social-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.social-icon {
  background-color: #ffffff14;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
}

.social-icon._2 {
  background-color: var(--neutral-04);
}

.social-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.hero-bg-shape-2 {
  z-index: -1;
  background-image: url('../images/hero-bg2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 918px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}

.hero-bg-2 {
  z-index: -1;
  background-color: var(--neutral-04);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -420px 0% 0%;
}

.hero-wrapper-3 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.feature-card-content-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 556px;
  display: flex;
}

.feature-card-content-3._2 {
  width: 100%;
  max-width: 408px;
}

.feature-card-content-3._3 {
  width: 100%;
  max-width: 454px;
}

.feature-card-image-block-3 {
  background-color: #fff3;
  border-radius: 38px;
}

.feature-card-image-block-3._1 {
  padding: 30px;
}

.feature-card-image-block-3._2 {
  background-color: #ffffff4d;
  padding: 30px;
}

.feature-card-image-block-3._3 {
  padding: 40px 0 0 40px;
}

.feature-card-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.feature-card-3._1 {
  width: 57%;
}

.feature-card-3._2 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: var(--neutral-07);
  text-align: center;
  align-items: stretch;
  width: 43%;
}

.feature-card-3._4 {
  background-color: var(--neutral-10);
  width: 57%;
}

.feature-card-3._3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--neutral-09);
  text-align: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  background-color: #ebfbf0;
  justify-content: flex-end;
  align-items: stretch;
  width: 43%;
  padding-bottom: 0;
}

.feature-card-3._4 {
  background-color: #f5f8ff;
  justify-content: flex-end;
  align-items: stretch;
  width: 57%;
  padding-bottom: 0;
}

.feature-card-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-card-list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.box-shadow-3 {
  box-shadow: -3.4px 8.51px 34.02px #2c3f581a;
}

.social-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffffff0d;
  border-radius: 10px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.opacity-6 {
  opacity: .6;
}

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

.modal-image {
  display: none;
}

.hero-wrapper-4 {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.hero-brand-section {
  padding-bottom: 120px;
}

.hero-brand-section.position-relative {
  background-color: #fff;
  padding-bottom: 0;
}

.hero-bg-4 {
  z-index: -1;
  background-color: #f6f7f9;
  width: 100%;
  height: 53%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bg-4.new {
  height: 53%;
  margin-bottom: 0;
}

.social-card-list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-image-card-3._1 {
  background-color: #d6dfff;
  border-radius: 12px;
  padding: 43px 46px;
}

.social-image-card-3._2 {
  background-color: var(--neutral-07);
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  padding-top: 40px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.social-image-card-3._3 {
  background-color: var(--neutral-08);
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
}

.social-card-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.social-card-content-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.uppercase {
  text-transform: uppercase;
}

.social-card-image-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.social-image-block {
  align-items: flex-end;
  width: 100%;
}

.social-button-2 {
  justify-content: center;
  padding-top: 48px;
  display: flex;
}

.functionality-section.l.core {
  background-color: #f4f7fe;
  margin-top: 100px;
  padding-top: 40px;
}

.functionality-section.l.bg-neutral-02.home {
  opacity: 100;
  background-color: #f6f7f9;
  padding-top: 80px;
}

.functionality-section.becarefull.core {
  background-color: #f4f7fe;
  margin-top: 100px;
  padding-top: 40px;
}

.functionality-section.becarefull.core.aduitredo {
  background-color: #0000;
  margin-top: 0;
  padding-top: 30px;
}

.functionality-section.becarefull.bg-neutral-02.home {
  opacity: 100;
  background-color: #f6f7f9;
  padding-top: 80px;
}

.customer-section {
  padding-top: 80px;
  padding-bottom: 210px;
}

.customer-section.blog {
  padding-top: 40px;
}

.customer-section.blog.demo {
  display: block;
}

.customer-section.blog.thankyou {
  display: none;
}

.functionality-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

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

.functionality-card-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.functionality-card {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border-radius: 10px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.functionality-card._2.box-shadow-1.last {
  width: 50%;
}

.functionality-card._2, .functionality-card._2._1 {
  background-color: #fff;
}

.functionality-card._2._1.get, .functionality-card._2._1.aduits.speed {
  box-shadow: -3.95px 9.89px 39px #2c3f580d;
}

.functionality-card._2._1.get {
  box-shadow: none;
}

.functionality-card._2._3 {
  box-shadow: 0 2px 36px #2c3f580d;
}

.functionality-icon {
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
}

.functionality-icon.bg-neutral-04 {
  border-radius: 16px;
}

.functionality-icon.bg-neutral-04.icon {
  background-color: var(--transparent);
  border-radius: 0;
}

.functionality-icon.how {
  align-self: center;
}

.functionality-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.customer-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 0;
}

.customer-slide-wrapper {
  border: 1px solid #161c521a;
  border-radius: 8px;
  width: 48%;
  margin-left: auto;
  margin-right: 24px;
  padding: 34px;
}

.customer-slider-arrow {
  border: 1px solid var(--neutral-04);
  border-radius: 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-top: 48px;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
}

.customer-slider-arrow.left {
  margin-left: -60px;
  left: 50%;
}

.customer-slider-arrow.right {
  margin-right: -60px;
  right: 50%;
}

.customer-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

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

.review-info-logo {
  justify-content: space-between;
  display: flex;
}

.customer-text-divider {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.customer-slide-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.customer-slider-icon {
  color: var(--neutral-04);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.customar-mask {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.remove-top-padding {
  padding-top: 0;
}

.inner {
  z-index: 9;
  padding-top: 120px;
  position: relative;
}

.inner-wrapper-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.inner-hero-p {
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 170%;
}

.inner-hero-p.body-text-18.license {
  max-width: 680px;
}

.inner-hero-p._w-660 {
  max-width: 660px;
}

.inner-hero-p._w-840 {
  max-width: 840px;
}

.inner-hero-p._w-600 {
  max-width: 600px;
}

.inner-hero-p._w-790 {
  max-width: 790px;
}

.inner-hero-p._w-840 {
  color: #161c52;
  max-width: 840px;
}

.inner-hero-p._w-840.platform {
  opacity: 1;
  color: var(--neutral-04);
}

.feature-card-list-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-card-4 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: var(--neutral-01);
  border-radius: 8px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.feature-card-content-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.feature-wrapper-4 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-bg {
  z-index: -99;
  filter: blur(100px);
  background-image: url('../images/bg-effect.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-section.section-padding {
  display: none;
}

.team-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

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

.team-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.team-member-info {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

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

.gallery-slider-section, .gallery-slider-section.section-padding.remove-top-padding {
  overflow: hidden;
}

.gallery-slider-title {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 44px;
}

.gallery-slide-wrapper {
  width: 48.5%;
  height: 100%;
  margin-right: 40px;
}

.gallery-slide-wrapper.odd {
  width: 60%;
}

.gallery-slide-wrapper.even {
  width: 47%;
}

.gallery-slider-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.gallery-slider-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.gallery-slide-item {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-mask {
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 505px;
  margin-left: 40px;
  margin-right: auto;
  overflow: hidden;
}

.gallery-slider-wrapper {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
}

.gallery-slider-arrow {
  color: var(--theme-color-1);
  background-color: #36d4620f;
  border: 1px solid #161c520f;
  border-radius: 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-top: -94px;
  margin-bottom: 0;
  transition: all .3s;
  position: absolute;
  top: 0%;
}

.gallery-slider-arrow:hover {
  border-color: var(--theme-color-1);
  background-color: var(--theme-color-1);
  color: var(--neutral-01);
}

.gallery-slider-arrow.left {
  margin-left: -180px;
  left: 100%;
}

.gallery-slider-arrow.right {
  margin-right: 60px;
  right: 0;
}

.counter-section.section-padding.remove-top-padding.position-relative {
  background-image: url('../images/Group-202.png');
  background-size: cover;
  background-attachment: scroll;
  margin-top: 40px;
}

.gallery-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.gallery-content-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.gallery-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.gallery-content-p {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.gallery-content-title {
  width: 100%;
  max-width: 580px;
}

.counter-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.counter-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 38px 48px;
  display: flex;
}

.counter-card._1 {
  background-color: #e0e7ff;
}

.counter-card._2 {
  background-color: var(--neutral-09);
}

.counter-card._3 {
  background-color: var(--neutral-10);
}

.counter-card._3.last {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.counter-card._1 {
  background-color: #fff;
  border: 1px solid #ecefff;
  padding-left: 38px;
  padding-right: 10px;
  box-shadow: 0 2px 36px #2c3f580d;
}

.pricing-section {
  padding-top: 78px;
  padding-bottom: 120px;
}

.blog-details-section {
  padding-top: 40px;
}

.blog-details-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-text-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: -20px;
  display: flex;
}

.blog-text-block.autor {
  margin-top: 0;
}

.blog-text-block.view, .blog-text-block.read {
  align-self: center;
  margin-top: 0;
}

.blog-text-block.authorss {
  margin-top: 0;
}

.blog-details-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.contact-left-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 370px;
  display: flex;
}

.contact-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #d6d8d9;
  align-items: flex-start;
  padding-bottom: 24px;
  display: flex;
}

.contact-list.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.contact-list-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.contact-list-icon {
  padding-top: 5px;
}

.text-area.text-field {
  min-height: 90px;
}

.social-section-one {
  background-image: url('../images/bg-effect2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-section.inner {
  padding-bottom: 120px;
}

.blog-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.case-study-wrapper {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  flex-flow: column;
  display: flex;
}

.case-study-list-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.case-study-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f6f7f9;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 25px 24px 24px;
  display: flex;
}

.case-study-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 344px;
  display: flex;
}

.case-study-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.case-study-imge-block {
  border-radius: 8px;
  width: 100%;
  max-width: 220px;
  overflow: hidden;
}

.case-study-imge {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.product-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.case-study-details {
  padding-top: 60px;
  padding-bottom: 100px;
}

.case-study-hero-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.case-study-hero-image-block {
  font-family: var(--primary-font\<deleted\|variable-dd8c1f7a-c5b6-b2d4-122a-15996205dbe0\>);
  width: 100%;
  height: 626px;
}

.case-study-hero-image {
  font-family: var(--primary-font\<deleted\|variable-dd8c1f7a-c5b6-b2d4-122a-15996205dbe0\>);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.case-study-hero-title {
  width: 100%;
  max-width: 1076px;
}

.case-study-details-wrapper {
  font-family: var(--primary-font\<deleted\|variable-dd8c1f7a-c5b6-b2d4-122a-15996205dbe0\>);
  max-width: 1076px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-text-blcok {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.review-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.terms-privacy-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.terms-privacy-content.analytics {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
}

.book-a-demo-block-top {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  display: flex;
}

.book-a-demo-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.book-a-demo-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

._404-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.menu-small-text {
  color: #484a61b3;
  text-transform: capitalize;
  font-size: 13px;
}

.landing-page-link {
  text-transform: none;
}

.blog-date-theme-color-2 {
  color: var(--theme-color-2);
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.blog-title {
  color: var(--neutral-11);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.blog-card-image-h-460 {
  border-radius: 8px;
  height: 460px;
  position: relative;
  overflow: hidden;
}

.blog-card-image-h-348 {
  border-radius: 8px;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.blog-date-fs-medium {
  align-self: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.blog-details-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.blog-date {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.case-study-title {
  color: var(--neutral-04);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.case-study-excerpt {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.case-study-heading-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.product-heading-title {
  color: var(--neutral-04);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
}

.product-name {
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
}

.product-price {
  color: #161c52cc;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.product-heading-name {
  color: var(--neutral-04);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
}

.product-excerpt {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.product-quantity {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
}

.product-section-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.demo-heading {
  color: var(--neutral-04);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
}

._w-350 {
  max-width: 350px;
}

.product-title {
  font-family: var(--primary-font);
  color: var(--neutral-04);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.remove-this-button {
  z-index: 11;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: stretch;
  width: auto;
  display: flex;
  position: fixed;
  bottom: 50px;
  right: 12px;
}

.get-this-template {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  background-color: #fff;
  border: 1px solid #3b3b3b4d;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.icon-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.corner-icon {
  width: auto;
}

.corner-icon._01 {
  position: absolute;
  bottom: -30px;
}

.text-16px-semibold {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
}

.text-16px-semibold.text-neutral-01 {
  color: #fff;
}

.access-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.div-block {
  display: flex;
}

.heading-7, .superscript-2 {
  text-align: center;
}

.div-block-2 {
  text-align: left;
  flex: 1;
  order: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 20px;
  display: block;
}

.image {
  max-width: none;
}

.image-2 {
  vertical-align: baseline;
  margin-left: 0;
}

.list-item-2 {
  display: none;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-6 {
  background-color: #f6f7f9;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 25px;
}

.feature-card-list-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-2 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-2:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-2.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-2.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-2.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-2.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-2.border.small.number {
  display: none;
}

.button-2.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  display: block;
}

.button-2.request {
  background-color: #36d462;
  display: block;
}

.button-2.request:hover {
  background-color: #3a7dff;
}

.nav-dropdown-list-2 {
  background-color: #fff0;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-wrapper-block-h2-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 983px;
  display: flex;
}

.text-block-13 {
  color: #161c52;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.body-text-21 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-21.omnichanel-head-heading {
  color: #3a7dff;
}

.nav-dropdown-toggle-2 {
  color: #484a61;
  text-transform: capitalize;
  align-items: center;
  margin-right: -32px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.nav-dropdown-toggle-2:hover {
  color: #3a7dff;
}

.nav-dropdown-toggle-2.live {
  margin-right: 0;
  padding-right: 0;
}

.nav-dropdown-toggle-2.redources {
  display: none;
}

.topper-section-2 {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.topper-section-2.live.home.tearm {
  background-image: none;
}

.topper-section-2.live.aduit {
  background-image: none;
  padding-top: 10px;
}

.case-arow {
  opacity: 0;
  width: 10px;
  height: 10px;
}

.hero-heading-right-image-2 {
  background-image: url('../images/omnihead.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex: 0 auto;
  width: 100%;
  max-width: 70%;
  height: 81%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-4:focus {
  background-color: #f6f7f9;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.agency-image {
  opacity: 0;
  width: 10px;
}

.feature-wrapper-5:focus {
  background-color: #f6f7f9;
}

.blog-arow-image {
  opacity: 0;
  width: 10px;
}

.button-5 {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 58px;
  padding: 12px 25px 12px 24px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-6 {
  font-size: 16px;
  font-weight: 400;
}

.image-22 {
  width: 16px;
}

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

.hero-left-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.navbar-button-2 {
  display: block;
}

.b2c-arow {
  opacity: 0;
  width: 10px;
}

.landing-page-link-2 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-2:hover {
  color: #3a7dff;
}

.nav-dropdown-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #161c52;
  text-transform: capitalize;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: grid;
}

.nav-dropdown-link-2:hover {
  color: #3a7dff;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2.w--current {
  color: #3a7dff;
}

.nav-dropdown-link-2.landing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: lowercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-dropdown-link-2.nav-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-dropdown-link-2.omni.nav-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 9px;
  padding-bottom: 9px;
  display: grid;
}

.about-arow {
  opacity: 0;
  width: 10px;
}

.text-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.contact-arow {
  opacity: 0;
  width: 10px;
}

.text-theme-3 {
  color: #36d462;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.image-full {
  opacity: 0;
  width: 10px;
}

.feature-card-image-block-4 {
  background-color: #fff3;
  border-radius: 38px;
}

.heading-9 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.heading-9.feature-card-title {
  width: 100%;
  max-width: 470px;
}

.live.section.home {
  padding-top: 0;
}

.heading-10 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 125%;
}

.body-text-22 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-22.feature-section-p {
  max-width: 740px;
}

.body-text-22.feature-section-p.marketingsubheading {
  font-weight: 600;
}

.image-23 {
  width: 16px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-card-content-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 556px;
  display: flex;
}

.feature-card-content-6._3 {
  width: 100%;
  max-width: 454px;
}

.feature-card-content-6._4 {
  justify-content: flex-end;
}

.feature-card-5 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 40px;
  display: flex;
  overflow: hidden;
}

.feature-card-5:focus {
  background-color: #f6f7f9;
}

.feature-card-5.omnioverflow {
  scrollbar-width: none;
  max-height: 700px;
  overflow-y: auto;
}

.feature-card-5.bg-neutral-06, .feature-card-5.bg-neutral-06:focus {
  background-color: #f5f8ff;
}

.feature-card-5.bg-neutral-06.dashboardcard {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f8ff;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.feature-card-5._2 {
  padding-bottom: 0;
  padding-right: 0;
}

.feature-card-5._2:focus {
  background-color: #f6f7f9;
}

.feature-card-5._2.bg-neutral-07 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ebfbf0;
  justify-content: flex-end;
  padding-left: 25px;
}

.feature-card-5._2.bg-neutral-07.aicard {
  background-color: #ebfbf0;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-menu-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-block-16 {
  font-size: 16px;
  font-weight: 400;
}

.text-span {
  color: var(--theme-color-2);
}

.heading-11 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.menu-button-2 {
  background-color: #36d462;
  width: 30px;
  height: 24px;
  padding: 0;
}

.career-arow {
  opacity: 0;
  width: 10px;
}

.div-block-6, .div-block-6:focus {
  background-color: #f6f7f9;
}

.body-text-23 {
  color: #3a7dff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-23.text-neutral-01 {
  color: #fff;
}

.image-19.hover-image {
  opacity: 0;
  width: 10px;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.nav-link-2 {
  color: #484a61;
  text-transform: capitalize;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  color: #3a7dff;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.section-3 {
  background-color: #f6f7f9;
  margin-top: 60px;
  margin-bottom: 60px;
}

.navbar-2 {
  z-index: 5;
  background-color: #fff0;
  width: 100%;
}

.button-7 {
  color: #161c52;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 58px;
  align-self: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}

.button-7:hover {
  background-color: var(--theme-color-2);
  color: #fff;
  border-width: 0;
  align-self: center;
}

.powered-image {
  opacity: 0;
  width: 10px;
}

.image-3.imageoddashboard {
  height: 50%;
}

.body-text-24 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-24.text-neutral-03 {
  color: #484a61;
  -webkit-text-stroke-color: white;
}

.b2b-arow {
  opacity: 0;
  width: 10px;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.h1 {
  color: #000;
  font-size: 54px;
}

.h1.h2 {
  font-size: 44px;
}

.h1.ai {
  color: #161c52;
  font-size: 44px;
}

.h1.ai.full {
  color: #161c52;
}

.button-area-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-card-content-5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.feature-card-content-5._2 {
  padding-left: 15px;
}

.text-block-14 {
  font-size: 16px;
  font-weight: 400;
}

.hero-left-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.header-2 {
  z-index: 99;
  width: 100%;
  padding-top: 30px;
  position: relative;
}

.menu-dropdown-text-2 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-2.company {
  display: none;
}

.menu-small-text-2 {
  color: #6b7280;
  text-transform: capitalize;
  font-size: 13px;
}

.card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card:focus {
  background-color: #f6f7f9;
}

.card.acordin {
  padding-top: 60px;
  padding-bottom: 20px;
}

.image-ai.hover-image {
  opacity: 0;
  width: 10px;
}

.heading-8 {
  color: #161c52;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.text-block-15 {
  font-size: 16px;
  font-weight: 400;
}

.mega-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 110%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  box-shadow: 0 2px 20px #dbdbdd;
}

.mega-menu-2.feature {
  grid-template-columns: minmax(336px, 1fr) 1fr 1fr;
}

.sign {
  margin-bottom: 0;
  line-height: 160%;
  text-decoration: none;
}

.sign.button-of-head {
  padding: 0;
}

.sign.button-of-head.free {
  color: #fff;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7f9;
  border-radius: 58px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.integration-image {
  opacity: 0;
  width: 10px;
}

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

.heri-split-left-2 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-7:focus {
  background-color: #f6f7f9;
}

.body-text-25 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-25.feature-section-p {
  max-width: 740px;
}

.text-span-4.markting {
  color: #3a7dff;
}

.brand-section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-section-3._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-widget-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.footer-top-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  display: flex;
}

.divider-1 {
  opacity: .1;
  background-color: #161c52;
  width: 100%;
  height: 1px;
}

.divider-1.omni {
  opacity: .2;
  background-color: #fff;
}

.code-embed-7 {
  display: none;
}

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

.div-block-14 {
  height: 50px;
}

.footer-link-2 {
  color: #f6f7f9;
  text-transform: capitalize;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-link-2:hover {
  color: #3a7dff;
}

.footer-link-2.contacttext {
  color: #818aa1;
}

.footer-link-2.contact, .footer-link-2.carrer, .footer-link-2.integration, .footer-link-2.powerred {
  display: none;
}

.footer-link-2.inte.lex {
  margin-top: 0;
}

.footer-2 {
  background-color: #041543;
  padding-top: 50px;
  padding-bottom: 90px;
}

.footer-2.privacy, .footer-2.demo {
  padding-top: 0;
}

.flex-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.cta-button-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-widget-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-widget-block-2.solution, .footer-widget-block-2.resourese {
  display: none;
}

.cta-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.cta-wrapper-2.full {
  padding-top: 40px;
  padding-bottom: 0;
}

.cta-wrapper-2.footer {
  background-color: #041543;
  padding-bottom: 0;
}

.container-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-8.fotter {
  background-color: #041543;
}

.footer-form-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.button-8 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
  display: none;
}

.button-8:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.div-block-12 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.footer-section-2 {
  background-color: #161c52;
}

.text-block-17 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-17.email {
  text-decoration: underline;
}

.footer-right-block-2 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: flex-end;
  width: 56%;
  display: flex;
}

.code-embed-6 {
  display: none;
}

.devider-for-contct-us {
  opacity: .1;
  color: #f6f7f9;
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  display: flex;
}

.footer-wrapper-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.body-text-26 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-26.contacttext {
  color: #818aa1;
}

.body-text-26.contacttext.solution, .body-text-26.contacttext.resource {
  display: none;
}

.button-area-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-area-3.sign {
  text-transform: none;
  padding: 4px 10px;
}

.button-area-3.sign.home {
  outline-offset: 0px;
  outline: 3px #000;
}

.footer-submit-button-2 {
  color: #161c52;
  background-color: #fff;
  border-radius: 58px;
  padding: 7px 20px;
  font-size: 16px;
}

.footer-left-block-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.footer-left-block-2.footerfornumber {
  width: 100%;
}

.body-text-27 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-28 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-28.text-neutral-01 {
  color: #fff;
}

.footernumber {
  color: #fff;
  font-size: 44px;
}

.heading-12 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-12.text-neutral-01 {
  color: #fff;
}

.heading-12.text-neutral-01.omini {
  font-size: 44px;
}

.text-span-8 {
  color: #3a7dff;
  font-size: 44px;
}

.text-span-9 {
  color: #484a61;
  font-weight: 500;
}

.link-2 {
  text-transform: none;
}

.list-item-3 {
  display: none;
}

.container-9 {
  background-color: #f6f7f9;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 25px;
}

.button-9 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-9:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-9.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-9.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-9.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-9.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-9.border.small.number {
  display: none;
}

.button-9.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  padding: 4px 10px;
  display: inline-block;
}

.button-9.border.small.signbutton.signup {
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-9.border.small.signbutton.free {
  border-color: var(--neutral-04);
  color: var(--neutral-04);
  background-color: #0000;
}

.button-9.border.small.signbutton.free:hover {
  border-color: var(--neutral-04);
  background-color: var(--transparent);
}

.button-9.border.small.signbutton.free.thanktou {
  align-self: center;
}

.button-9.request {
  background-color: #36d462;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-wrapper-block-h2-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 983px;
  display: flex;
}

.text-block-18 {
  color: #161c52;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}

.text-block-18.reduce, .text-block-18.increase {
  color: #161c52;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.text-block-18.depyh, .text-block-18.ai {
  color: #161c52;
  font-size: 22px;
  font-weight: 600;
}

.body-text-29 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-29.omnichanel-head-heading {
  color: #3a7dff;
}

.nav-dropdown-toggle-3 {
  color: #484a61;
  text-transform: capitalize;
  align-items: center;
  margin-right: -12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.nav-dropdown-toggle-3:hover {
  color: #3a7dff;
}

.hero-heading-right-image-3 {
  background-image: url('../images/Frame-1116600051.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex: 0 auto;
  width: 100%;
  max-width: 70%;
  height: 81%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.hero-heading-right-image-3.ai {
  background-image: url('../images/ai-feature_1.png');
}

.text-span-12 {
  color: #3a7dff;
}

.container-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-10:focus {
  background-color: #f6f7f9;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.image-26 {
  width: 16px;
}

.market {
  color: #3a7dff;
}

.navbar-button-3 {
  display: block;
}

.landing-page-link-3 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-3:hover {
  color: #3a7dff;
}

.nav-dropdown-link-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #161c52;
  text-transform: capitalize;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: grid;
}

.nav-dropdown-link-3:hover {
  color: #3a7dff;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-link-3.landing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: lowercase;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-dropdown-link-3.nav-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-dropdown-link-3.omni.nav-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 9px;
  padding-bottom: 9px;
  display: grid;
}

.text-block-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.feature-card-image-block-5 {
  background-color: #fff3;
  border-radius: 38px;
}

.heading-13 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.heading-13.feature-card-title {
  width: 100%;
  max-width: 470px;
}

.heading-14 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-14.ai {
  font-size: 44px;
}

.body-text-30 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-30.feature-section-p {
  max-width: 740px;
}

.body-text-30.feature-section-p.ai {
  margin-bottom: 40px;
}

.image-29 {
  width: 16px;
}

.feature-card-content-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 556px;
  display: flex;
}

.feature-card-content-7._3 {
  width: 100%;
  max-width: 454px;
}

.feature-card-content-7._4 {
  justify-content: flex-end;
}

.feature-card-6 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 40px;
  display: flex;
  overflow: hidden;
}

.feature-card-6:focus {
  background-color: #f6f7f9;
}

.feature-card-6.omnioverflow {
  scrollbar-width: none;
  max-height: 700px;
  overflow-y: auto;
}

.feature-card-6.bg-neutral-06:focus {
  background-color: #f5f8ff;
}

.feature-card-6.bg-neutral-06.dashboardcard {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.feature-card-6.bg-neutral-06.dashboardcard.ai {
  background-color: #ebfbf0;
}

.feature-card-6.bg-neutral-06.dashboardcard.ai.full {
  background-color: #f5f8ff;
}

.feature-card-6._2 {
  padding-bottom: 0;
  padding-right: 0;
}

.feature-card-6._2:focus {
  background-color: #f6f7f9;
}

.feature-card-6._2.bg-neutral-07 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  padding-left: 25px;
}

.feature-card-6._2.bg-neutral-07.aicard.ai {
  background-color: #f5f8ff;
}

.feature-card-6._2.bg-neutral-07.aicard.ai.full {
  background-color: #ebfbf0;
}

.nav-menu-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.feature-card-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.feature-card-7._3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  background-color: #ebfbf0;
  justify-content: flex-end;
  align-items: stretch;
  width: 43%;
  padding-bottom: 0;
}

.feature-card-7._3.ai.machanie, .feature-card-7._3.ai.first {
  background-color: #f5f8ff;
}

.feature-card-7._4 {
  background-color: #f5f8ff;
  justify-content: flex-end;
  align-items: stretch;
  width: 57%;
  padding-bottom: 0;
}

.feature-card-7._4.ai.opti, .feature-card-7._4.ai.auto {
  background-color: #ebfbf0;
}

.container-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-15 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-18, .div-block-18:focus {
  background-color: #f6f7f9;
}

.body-text-31 {
  color: #3a7dff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-31.text-neutral-01 {
  color: #fff;
}

.image-31.hover-image {
  opacity: 0;
  width: 10px;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.section-5 {
  background-color: #f6f7f9;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-5.ai {
  margin-top: 0;
  margin-bottom: 0;
}

.button-10 {
  color: #161c52;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 58px;
  align-self: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}

.button-10:hover {
  background-color: var(--theme-color-2);
  color: #fff;
  border-width: 0;
}

.image-33.imageoddashboard {
  height: 50%;
}

.body-text-32 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-32.text-neutral-02.opacity-6._2text, .body-text-32.text-neutral-02.opacity-6._3-text, .body-text-32.text-neutral-02.opacity-6._1-text {
  opacity: 100;
  color: #161c52;
}

.body-text-32.text-neutral-02.opacity-6._1-text.simply {
  text-align: center;
}

.body-text-32.text-neutral-02.home {
  color: #484a61;
}

.body-text-32.contacttext {
  color: #818aa1;
}

.body-text-32.semi-bold.home {
  color: #161c52;
  font-size: 20px;
  font-weight: 500;
}

.body-text-32.semi-bold.home.about {
  opacity: 1;
  font-size: 24px;
  font-weight: 600;
}

.body-text-32.opacity-8.home {
  color: #484a61;
}

.body-text-32.text-neutral-03 {
  color: #484a61;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-color: white;
}

.feature-card-content-8 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.feature-card-content-8._2 {
  padding-left: 15px;
}

.text-block-20 {
  font-size: 16px;
  font-weight: 400;
}

.hero-left-content-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.menu-dropdown-text-3 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-small-text-3 {
  color: #6b7280;
  text-transform: capitalize;
  font-size: 13px;
}

.heading-16 {
  color: #161c52;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-16.ai.market {
  color: #161c52;
}

.text-block-21 {
  font-size: 16px;
  font-weight: 400;
}

.mega-menu-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 110%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  box-shadow: 0 2px 20px #dbdbdd;
}

.mega-menu-3.feature {
  grid-template-columns: minmax(336px, 1fr) 1fr 1fr;
}

.text-theme-4 {
  color: #36d462;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7f9;
  border-radius: 58px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.footer-widget-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.footer-top-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  display: flex;
}

.divider-2 {
  opacity: .1;
  background-color: #161c52;
  width: 100%;
  height: 1px;
}

.divider-2.lastdevider.ai {
  opacity: .2;
}

.divider-2.ai {
  opacity: .2;
  background-color: #fff;
}

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

.div-block-21 {
  height: 50px;
}

.cta-button-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-widget-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.code-embed-9 {
  display: none;
}

.container-12 {
  background-color: #041543;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.button-11 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
  display: none;
}

.button-11:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.div-block-22 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.code-embed-8 {
  display: none;
}

.text-block-22 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-22.email {
  text-decoration: underline;
}

.footer-right-block-3 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: flex-end;
  width: 56%;
  display: flex;
}

.footer-wrapper-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-submit-button-3 {
  color: #161c52;
  background-color: #fff;
  border-radius: 58px;
  padding: 7px 20px;
  font-size: 16px;
}

.body-text-33 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-33.ai {
  opacity: .7;
  color: #fff;
}

.body-text-33.ai.join {
  color: #fcfcfc;
}

.body-text-34 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-34.text-neutral-01 {
  color: #fff;
}

.heading-17 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-17.text-neutral-01 {
  color: #fff;
}

.heading-17.text-neutral-01.ai {
  align-self: center;
  width: 90%;
}

.heading-17.text-neutral-01.ai.give {
  font-size: 44px;
}

.text-span-14 {
  color: #3a7dff;
  font-size: 44px;
}

.link-3 {
  color: #484a61;
  font-weight: 500;
}

.list-item-5 {
  display: none;
}

.container-13 {
  background-color: #f6f7f9;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 25px;
}

.button-12 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-12:hover {
  opacity: .94;
  background-color: #3a7dff;
}

.button-12.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-12.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-12.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-12.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-12.border.small.number {
  display: none;
}

.button-12.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  display: inline-block;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-wrapper-block-h2-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 983px;
  display: flex;
}

.text-block-23 {
  color: #161c52;
  margin-top: 0;
}

.text-block-23.minimal {
  font-size: 22px;
  font-weight: 600;
}

.text-block-23.minimal.opti {
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.text-block-23.reduce {
  color: #161c52;
}

.text-block-23.reduce.full {
  font-size: 22px;
  font-weight: 600;
}

.text-block-23.increase {
  color: #161c52;
}

.text-block-23.increase.reduce {
  color: #161c52;
  font-size: 22px;
  font-weight: 600;
}

.text-block-23.depyh {
  color: #161c52;
}

.text-block-23.depyh.full {
  font-size: 22px;
  font-weight: 600;
}

.text-block-23.ai {
  color: #161c52;
}

.text-block-23.ai.full {
  font-size: 22px;
  font-weight: 600;
}

.body-text-35 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-35.omnichanel-head-heading {
  color: #3a7dff;
}

.nav-dropdown-toggle-4 {
  color: #484a61;
  text-transform: capitalize;
  align-items: center;
  margin-right: -12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
}

.nav-dropdown-toggle-4:hover {
  color: #3a7dff;
}

.nav-dropdown-toggle-4.live {
  margin-right: 0;
  padding-right: 0;
}

.hero-heading-right-image-4 {
  background-image: url('../images/Frame-1116600051.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex: 0 auto;
  width: 100%;
  max-width: 70%;
  height: 81%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.hero-heading-right-image-4.ai {
  background-image: url('../images/Group-624607-1-1.png');
}

.hero-heading-right-image-4.ai.full.image {
  background-image: url('../images/Frame-1116600053.svg');
}

.hero-heading-right-image-4.ai.full {
  background-image: url('../images/inte.png');
}

.hero-heading-right-image-4.ai.full.inte.lex {
  box-shadow: none;
  background-image: url('../images/Group-1000004601.png');
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.hero-heading-right-image-4.ai.full.inte.lex.blur {
  box-shadow: none;
  transform-style: preserve-3d;
  background-image: url('../images/Ellipse-6.svg');
  height: 133%;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.hero-heading-right-image-4.ai.full.inte.lex.phone {
  background-image: url('../images/lex-feature.svg');
}

.hero-heading-right-image-4.ai.full.inte.lex._320 {
  display: none;
}

.hero-heading-right-image-4.ai.full.inte.conect {
  background-image: url('../images/inte-head.svg');
}

.container-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-14:focus {
  background-color: #f6f7f9;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.landing-page-link-4 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-4:hover {
  color: #3a7dff;
}

.text-block-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.feature-card-image-block-6 {
  background-color: #fff3;
  border-radius: 38px;
}

.feature-card-image-block-6.mini {
  background-color: #0000;
}

.heading-18 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.heading-18.feature-card-title {
  width: 100%;
  max-width: 470px;
}

.heading-19 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-19.ai {
  font-size: 44px;
}

.body-text-36 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-36.feature-section-p {
  max-width: 740px;
}

.body-text-36.feature-section-p.ai {
  margin-bottom: 40px;
}

.nav-menu-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.feature-card-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.feature-card-8._3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  background-color: #ebfbf0;
  justify-content: flex-end;
  align-items: stretch;
  width: 43%;
  padding-bottom: 0;
}

.feature-card-8._3.ai.machanie {
  background-color: #f5f8ff;
}

.feature-card-8._3.ai.machanie.full {
  background-color: #ebfbf0;
}

.feature-card-8._3.ai.first {
  background-color: #f5f8ff;
}

.feature-card-8._3.ai.first.full {
  background-color: #ebfbf0;
}

.feature-card-8._4 {
  background-color: #f5f8ff;
  justify-content: flex-end;
  align-items: stretch;
  width: 57%;
  padding-bottom: 0;
}

.feature-card-8._4.ai.opti {
  background-color: #ebfbf0;
}

.feature-card-8._4.ai.opti.full {
  background-color: #f5f8ff;
}

.feature-card-8._4.ai.opti.full.workflow {
  padding-right: 0;
}

.feature-card-8._4.ai.auto {
  background-color: #ebfbf0;
}

.feature-card-8._4.ai.auto.full {
  background-color: #f5f8ff;
}

.feature-card-8._4.ai.auto.full.intehration.lex {
  padding-right: 0;
}

.container-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-20 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-26, .div-block-26:focus {
  background-color: #f6f7f9;
}

.body-text-37 {
  color: #3a7dff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-37.text-neutral-01 {
  color: #fff;
}

.image-41.hover-image {
  opacity: 0;
  width: 10px;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.section-6 {
  background-color: #f6f7f9;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-6.ai {
  margin-top: 0;
  margin-bottom: 0;
}

.button-13 {
  color: #161c52;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 58px;
  align-self: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}

.button-13:hover {
  background-color: var(--theme-color-2);
  color: #fff;
  border-width: 0;
  align-self: center;
}

.button-13.about {
  color: #fff;
  border-color: #fff;
}

.image-43.imageoddashboard {
  height: 50%;
}

.feature-card-content-9 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.feature-card-content-9._2 {
  padding-left: 15px;
}

.text-block-25 {
  font-size: 16px;
  font-weight: 400;
}

.hero-left-content-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.menu-dropdown-text-4 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-small-text-4 {
  color: #6b7280;
  text-transform: capitalize;
  font-size: 13px;
}

.heading-21 {
  color: #161c52;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.text-block-26 {
  font-size: 16px;
  font-weight: 400;
}

.mega-menu-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 110%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  box-shadow: 0 2px 20px #dbdbdd;
}

.mega-menu-4.feature {
  grid-template-columns: minmax(336px, 1fr) 1fr 1fr;
}

.text-span-15 {
  color: #3a7dff;
}

.text-theme-5 {
  color: #36d462;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7f9;
  border-radius: 58px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.div-block-28.about {
  background-color: #0000;
}

.footer-top-4 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  display: flex;
}

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

.code-embed-5 {
  display: none;
}

.div-block-29 {
  height: 50px;
  margin-top: 40px;
}

.cta-button-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-widget-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.container-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.button-14 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-14:hover {
  opacity: .94;
  background-color: #3a7dff;
}

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

.text-block-27 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-27.email {
  text-decoration: underline;
}

.footer-right-block-4 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: flex-end;
  width: 56%;
  display: flex;
}

.footer-submit-button-4 {
  color: #161c52;
  background-color: #fff;
  border-radius: 58px;
  padding: 7px 20px;
  font-size: 16px;
}

.body-text-38 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-38.ai {
  opacity: .7;
  color: #fff;
}

.body-text-39 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-39.text-neutral-01 {
  color: #fff;
}

.heading-22 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-22.text-neutral-01 {
  color: #fff;
}

.heading-22.text-neutral-01.ai {
  align-self: center;
  width: 90%;
}

.heading-22.text-neutral-01.ai.full {
  font-size: 44px;
}

.heading-22.text-neutral-01.ai.full.omni {
  text-align: left;
  width: 100%;
}

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

.text-span-17 {
  color: #3a7dff;
  font-size: 44px;
}

.full-footer {
  background-color: #041543;
  padding-top: 1px;
}

.link-4 {
  color: #484a61;
  font-weight: 500;
}

.ai-footer {
  background-color: #041543;
  padding-top: 40px;
}

.list-item-6 {
  display: none;
}

.button-15 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-15:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-15.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-15.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-15.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-15.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-15.border.small.number {
  display: none;
}

.button-15.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  display: inline-block;
}

.landing-page-link-5 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-5:hover {
  color: #3a7dff;
}

.nav-menu-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container-17 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.image-46.hover-image {
  opacity: 0;
  width: 10px;
}

.header-3 {
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.header-3.aboutus {
  padding-top: 10px;
}

.menu-dropdown-text-5 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container-18 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.bold-text {
  color: #161c52;
  font-weight: 600;
}

.heading-23 {
  color: #3a7dff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
}

.heading-23.aboutus {
  color: #161c52;
  font-size: 54px;
}

.inner-2 {
  z-index: 9;
  padding-top: 40px;
  position: relative;
}

.inner-2.head {
  padding-top: 20px;
}

.container-19 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.text-span-18.born {
  color: #161c52;
}

.gallery-content-title-2 {
  align-self: flex-start;
  width: 100%;
  max-width: 580px;
}

.gallery-content-title-2.cmgalaxy {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  display: flex;
}

.gallery-content-title-2.market {
  align-self: center;
}

.heading-24 {
  color: #161c52;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.gallery-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.market-text {
  font-size: 16px;
  line-height: 185%;
}

.heading-25 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-25.gallery-title {
  color: #3a7dff;
  font-size: 44px;
}

.inner-bg-2 {
  z-index: -99;
  filter: blur(100px);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.l {
  opacity: .8;
}

.l._0.solving {
  opacity: 100;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 44px;
  font-weight: 600;
  line-height: 125%;
}

.container-20 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.counter-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.datablindtext {
  color: #161c52;
  letter-spacing: 0;
  -webkit-text-stroke-color: #161c52;
  font-size: 30px;
}

.datablindtext.data {
  letter-spacing: -1px;
  width: 81%;
}

.visibility-text {
  color: #161c52;
  letter-spacing: -1px;
  font-size: 24px;
}

.visibility-text.full {
  letter-spacing: 0;
  width: 70%;
}

.body-text-40 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.text-span-10 {
  color: #3a7dff;
}

.div-block-31 {
  display: flex;
}

.container-21 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.text-span-19.sets {
  color: #161c52;
}

.gallery-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.heading-26 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-26.gallery-title {
  color: #3a7dff;
  font-size: 44px;
}

.text-block-28 {
  color: #161c52;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-29 {
  color: #484a61;
  font-size: 18px;
  font-weight: 400;
}

.checkmark {
  width: 24px;
  height: 24px;
}

.inner-bg-3 {
  z-index: -99;
  filter: blur(100px);
  background-image: url('../images/bg12.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-3 {
  color: #161c52;
  font-size: 18px;
  font-weight: 500;
}

.container-22 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-22.market {
  margin-top: 60px;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-span-20.sets {
  color: #161c52;
}

.paragraph-5 {
  color: #161c52;
  font-size: 18px;
}

.heading-27 {
  color: #161c52;
  font-size: 44px;
}

.gallery-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.heading-28 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-28.gallery-title {
  color: #3a7dff;
  font-size: 44px;
}

._2x, ._25 {
  color: #161c52;
  font-size: 44px;
}

.paragraph-2 {
  color: #161c52;
  font-size: 18px;
  font-weight: 500;
}

.heading-29 {
  color: #161c52;
  font-size: 44px;
}

.heading-30 {
  color: #161c52;
  text-align: center;
}

.container-23 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-24 {
  background-color: #0000;
}

.heading-31 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-31.text-neutral-01 {
  color: #fff;
}

.heading-31.text-neutral-01.core {
  color: #161c52;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 44px;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-33.group-m {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.functionality-card-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.functionality-wrapper-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding-bottom: 60px;
  display: flex;
}

.container-26 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-26.market {
  margin-top: 60px;
}

.text-span-11 {
  color: #3a7dff;
  font-size: 16px;
  text-decoration: underline;
}

.heading-32 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-32.team, .heading-32.futre {
  color: #161c52;
  text-align: center;
}

.team-list-2 {
  grid-column-gap: 25px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-text-41 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.paragraph {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-34 {
  height: 50px;
}

.cta-button-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-widget-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.cta-wrapper-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-27 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.button-16 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-16:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-16.about {
  color: #041543;
  background-color: #fff;
}

.button-16.about.start {
  background-color: #3a7dff;
}

.div-block-35 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.text-block-30 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-30.email {
  text-decoration: underline;
}

.footer-right-block-5 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: flex-end;
  width: 56%;
  display: flex;
}

.code-embed-2 {
  display: none;
}

.footer-submit-button-5 {
  color: #161c52;
  background-color: #fff;
  border-radius: 58px;
  padding: 7px 20px;
  font-size: 16px;
}

.body-text-42 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-42.text-neutral-01 {
  color: #fff;
}

.heading-33 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-33.text-neutral-01 {
  color: #fff;
}

.heading-33.text-neutral-01.about {
  align-self: center;
  width: 90%;
  font-size: 44px;
}

.text-span-22 {
  color: #3a7dff;
  font-size: 44px;
}

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

.heading-34 {
  color: #3a7dff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
}

.heading-34.aboutus {
  color: #161c52;
  font-size: 54px;
}

.inner-3 {
  z-index: 9;
  padding-top: 40px;
  position: relative;
}

.inner-3.head {
  padding-top: 20px;
}

.text-span-23.born {
  color: #161c52;
}

.heading-35 {
  color: #161c52;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.gallery-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.heading-36 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-36.gallery-title {
  color: #3a7dff;
  font-size: 44px;
}

.counter-wrapper-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.body-text-43 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.text-span-24 {
  color: #3a7dff;
}

.div-block-36 {
  display: flex;
}

.text-span-25.sets {
  color: #161c52;
}

.gallery-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.heading-37 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-37.gallery-title {
  color: #3a7dff;
  font-size: 44px;
}

.text-block-31 {
  color: #484a61;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-6 {
  color: #161c52;
  font-size: 18px;
  font-weight: 500;
}

.text-span-26.sets {
  color: #161c52;
}

.heading-38 {
  color: #161c52;
  font-size: 44px;
}

.gallery-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.heading-39 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-39.gallery-title {
  color: #3a7dff;
  font-size: 44px;
}

.paragraph-7 {
  color: #161c52;
  font-size: 18px;
  font-weight: 500;
}

.heading-40 {
  color: #161c52;
  font-size: 44px;
}

.heading-41 {
  color: #161c52;
  text-align: center;
}

.container-28 {
  background-color: #0000;
}

.heading-42 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-42.text-neutral-01 {
  color: #fff;
}

.heading-42.text-neutral-01.core {
  color: #161c52;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 44px;
}

.functionality-card-list-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-38 {
  height: 50px;
}

.cta-button-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-widget-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.container-30 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.button-17 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-17:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-17.about {
  color: #041543;
  background-color: #fff;
}

.button-17.about.start {
  background-color: #0000;
  border: 1px solid #fff;
  align-self: center;
}

.button-17.about.start:hover {
  background-color: #3a7dff;
  border-width: 0;
}

.button-17.about.request {
  background-color: #36d462;
  display: none;
}

.div-block-39 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.text-block-32 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-32.email {
  text-decoration: underline;
}

.code-embed-10 {
  display: none;
}

.footer-submit-button-6 {
  color: #161c52;
  background-color: #fff;
  border-radius: 58px;
  padding: 7px 20px;
  font-size: 16px;
}

.body-text-44 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-44.text-neutral-01 {
  color: #fff;
}

.heading-43 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-43.text-neutral-01 {
  color: #fff;
}

.heading-43.text-neutral-01.about {
  align-self: center;
  width: 90%;
  font-size: 44px;
}

.text-span-27 {
  color: #3a7dff;
  font-size: 44px;
}

.code-embed-11 {
  display: none;
}

.link-5 {
  color: #484a61;
  font-weight: 500;
}

.code-embed-12 {
  color: #161c52;
}

.about-fotter {
  background-color: #041543;
  padding-top: 60px;
}

.submit-button-2 {
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.submit-button-2:hover {
  background-color: #3a7dff;
}

.menu-dropdown-text-6 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-6.company {
  display: none;
}

.container-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.brand-section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-section-4._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.brand-section-4._3.home.about {
  display: none;
}

.brand-section-4._3.home._12 {
  background-color: #fff;
}

.landing-page-link-6 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-6:hover {
  color: #3a7dff;
}

.body-text-45 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-45.text-neutral-04.home {
  color: #484a61;
}

.text-field-2 {
  border: 0 solid #000;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
}

.nav-menu-7 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-span-28 {
  color: #484a61;
  font-weight: 500;
}

.image-69.hover-image {
  opacity: 0;
  width: 10px;
}

.hero-wrapper-5 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.button-18 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-18:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-18.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-18.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-18.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-18.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-18.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  padding: 4px 10px;
  display: inline-block;
}

.container-32 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-32.position-relative {
  border-radius: 2px;
  margin-top: 10px;
  padding-top: 0;
}

.container-32.position-relative._12 {
  margin-top: 40px;
}

.form-block-2 {
  display: flex;
}

.text-theme-6 {
  color: #3a7dff;
}

.list-item-7 {
  display: none;
}

.image-70 {
  vertical-align: baseline;
  margin-left: 0;
}

.button-19 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-19:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-19.play-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #041543;
  align-items: center;
  padding: 0;
  display: flex;
}

.display-heading-2 {
  color: #3a7dff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 120%;
}

.display-heading-2.home {
  color: #161c52;
  margin-top: 40px;
  font-size: 54px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #d3d3ec;
  border-radius: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 15px;
  display: grid;
}

.feature-list-icon-2 {
  background-color: #36d462;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
}

.heading-44 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-44.feature-title-4 {
  width: 100%;
}

.heading-44.feature-title-4.home {
  color: #161c52;
  font-size: 44px;
}

.body-text-46 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.divider-3 {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  line-height: 1%;
}

.divider-3.feature-1 {
  background-color: #161c5233;
}

.divider-3.feature-1.home {
  margin-bottom: 0;
}

.feature-wrapper-6 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home {
  color: #161c52;
}

.home.button-area-6.sign.start {
  color: #fff;
  background-color: #34c759;
  border-radius: 58px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}

.home.button-area-6.sign.start:hover {
  background-color: #3a7dff;
}

.text-theme-7 {
  color: #3a7dff;
}

.body-text-47 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.container-33, .container-34 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.body-text-48 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.heading-45 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-45.home {
  font-size: 44px;
}

.heading-45.home.funnel {
  color: var(--neutral-04);
}

.divider-4 {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  line-height: 1%;
}

.divider-4.feature-1 {
  background-color: #161c5233;
}

.divider-4.feature-1.home {
  margin-bottom: 0;
}

.text-theme-8 {
  color: #3a7dff;
}

.feature-wrapper-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-text-49 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-49.semi-bold.text-neutral-04.home {
  font-weight: 700;
}

.container-35 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-35.home.see.blog {
  margin-top: 60px;
}

.button-20 {
  color: #161c52;
  text-align: center;
  background-color: #f6f7f9;
  border: 1px solid #000;
  border-radius: 58px;
  align-self: center;
  height: 51px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
}

.button-20:hover {
  color: #fff;
  background-color: #3a7dff;
  border-width: 1px;
  align-self: center;
}

.button-20.blue {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-20.blue:hover {
  border-width: 1px;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7f9;
  border-radius: 58px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.div-block-40.blu-card {
  background-color: #0000;
  align-self: center;
}

.text-span-29 {
  color: #36d462;
}

.let {
  text-align: center;
}

.feature-wrapper-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-wrapper-8.home.see.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
}

.feature-wrapper-8.home.see.grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #041543;
  background-image: url('../images/Group-624620.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 20px;
  display: grid;
}

.feature-wrapper-8.home.see.grid:hover {
  background-color: #0000;
}

.feature-wrapper-8.home.see.grid.blog {
  width: 100%;
}

.see.text {
  text-align: center;
  text-align: center;
  align-self: center;
  font-size: 40px;
  line-height: 125%;
}

.container-36 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.heading-46 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-46.feature-title-4 {
  width: 100%;
}

.heading-46.feature-title-4.home {
  color: #161c52;
  font-size: 44px;
}

.divider-5 {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  line-height: 1%;
}

.divider-5.feature-1 {
  background-color: #161c5233;
}

.divider-5.feature-1.home {
  margin-bottom: 0;
}

.divider-5.review-divider {
  background-color: #e6e6e6;
}

.feature-wrapper-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-text-50 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-51 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.image-72 {
  padding-bottom: 15px;
}

.social-card-content-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.social-wrapper-3 {
  margin-top: 100px;
}

.image-73 {
  align-self: center;
  width: 77px;
  height: 30px;
  margin-left: 10px;
  margin-right: 5px;
}

.heading-47 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-47.home {
  color: var(--neutral-04);
  font-size: 44px;
}

.heading-47.home.ai {
  color: var(--neutral-04);
  font-size: 34px;
}

.heading-47.home.head {
  color: var(--neutral-04);
}

.heading-47.home.ai-copy, .heading-47.home.ai-copy-copy {
  color: var(--neutral-04);
  font-size: 34px;
}

.heading-47.home.brand {
  font-size: 34px;
}

.heading-47.home.agent {
  display: none;
}

.image-74, .image-75 {
  padding-bottom: 15px;
}

.feature-wrapper-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-text-52 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-52.semi-bold.text-neutral-04.home {
  font-weight: 700;
}

.body-text-53 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-53.section-title-p {
  max-width: 740px;
}

.heading-48 {
  color: #3a7dff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.heading-48.home {
  color: var(--neutral-04);
}

.container-37 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.heading-49 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-49.home {
  font-size: 44px;
}

.heading-49.home.result {
  color: #161c52;
}

.functionality-card-list-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-50 {
  color: #3a7dff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.heading-50.home {
  color: var(--neutral-04);
}

.container-38 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7f9;
  border-radius: 58px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.button-21 {
  color: #161c52;
  text-align: center;
  background-color: #f6f7f9;
  border: 1px solid #000;
  border-radius: 58px;
  align-self: center;
  height: 51px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
}

.button-21:hover {
  color: #fff;
  background-color: #3a7dff;
  border-width: 1px;
  align-self: center;
}

.button-21.prove:hover {
  border-color: #3a7dff;
}

.customer-slider-arrow-2 {
  border: 1px solid #3a7dff;
  border-radius: 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-top: 48px;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
}

.customer-slider-arrow-2.right {
  border-color: #161c52;
  margin-right: -60px;
  right: 50%;
}

.customer-slider-arrow-2.left {
  border-color: #161c52;
  margin-left: -60px;
  left: 50%;
}

.image-76 {
  display: none;
}

.customer-slide-item-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.heading-51 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-51.home {
  font-size: 44px;
}

.heading-51.home.title {
  color: var(--neutral-04);
}

.body-text-54 {
  color: #3a7dff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-54.opacity-8.home {
  color: var(--neutral-03);
}

.customer-text-divider-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.customer-slider-icon-2 {
  color: #161c52;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.body-text-55 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-55.text-neutral-04.home {
  color: #484a61;
}

.container-39 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.footer-submit-button-7 {
  color: #161c52;
  background-color: #fff;
  border-radius: 58px;
  padding: 7px 20px;
  font-size: 16px;
}

.body-text-56 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-56.ai {
  opacity: .7;
  color: #fff;
}

.divider-6 {
  opacity: .1;
  background-color: #161c52;
  width: 100%;
  height: 1px;
}

.divider-6.ai {
  opacity: .2;
  background-color: #fff;
}

.brand-section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-section-5._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.body-text-57 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-57.text-neutral-01 {
  color: #fff;
}

.cta-button-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.full-footer-2 {
  background-color: #041543;
  padding-top: 1px;
  display: block;
}

.full-footer-2.demo {
  margin-top: 60px;
}

.footer-widget-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.code-embed-13 {
  display: none;
}

.text-block-33 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-33.email {
  text-decoration: underline;
}

.div-block-43 {
  height: 50px;
  margin-top: 40px;
}

.heading-52 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-52.text-neutral-01 {
  color: #fff;
}

.heading-52.text-neutral-01.ai {
  align-self: center;
  width: 90%;
}

.heading-52.text-neutral-01.ai.full {
  font-size: 44px;
}

.heading-52.text-neutral-01.ai.full.omni {
  width: 100%;
}

.container-40 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-40.demo {
  margin-top: 0;
  padding-top: 40px;
}

.code-embed-14 {
  display: none;
}

.cta-wrapper-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.cta-wrapper-4.full {
  padding-top: 40px;
  padding-bottom: 0;
}

.code-embed-15 {
  margin-bottom: 10px;
  display: block;
}

.text-span-30 {
  color: var(--theme-color-2);
}

.list-item-8 {
  display: none;
}

.menu-dropdown-text-7 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-22 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-22:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-22.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-22.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-22.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-22.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-22.border.small.number {
  display: none;
}

.button-22.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-77 {
  width: 16px;
}

.landing-page-link-7 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-7:hover {
  color: #3a7dff;
}

.image-78 {
  width: 16px;
}

.nav-menu-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.container-41 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.image-79.hover-image {
  opacity: 0;
  width: 10px;
}

.button-area-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heri-split-left-3 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.container-42 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.body-text-58 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-58.omnichanel-head-heading {
  color: #3a7dff;
}

.hero-wrapper-block-h2-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 983px;
  display: flex;
}

.hero-left-content-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.heading-53 {
  color: #161c52;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.text-span-31 {
  color: #3a7dff;
}

.container-43 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-43:focus {
  background-color: #f6f7f9;
}

.feature-card-image-block-7 {
  background-color: #fff3;
  border-radius: 38px;
}

.feature-card-image-block-7.mini {
  background-color: #0000;
}

.heading-54 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.heading-54.feature-card-title {
  width: 100%;
  max-width: 470px;
}

.heading-55 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-55.ai {
  font-size: 44px;
}

.body-text-59 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-59.feature-section-p {
  max-width: 740px;
}

.feature-card-9 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 40px;
  display: flex;
  overflow: hidden;
}

.feature-card-9:focus {
  background-color: #f6f7f9;
}

.feature-card-9.bg-neutral-06:focus {
  background-color: #f5f8ff;
}

.feature-card-9.bg-neutral-06.dashboardcard {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.feature-card-9.bg-neutral-06.dashboardcard.ai {
  background-color: #ebfbf0;
}

.feature-card-9.bg-neutral-06.dashboardcard.ai.full {
  background-color: #f5f8ff;
}

.feature-card-9.bg-neutral-06.dashboardcard.ai.full.inte {
  padding-top: 40px;
}

.feature-card-9._2 {
  padding-bottom: 0;
  padding-right: 0;
}

.feature-card-9._2:focus {
  background-color: #f6f7f9;
}

.feature-card-9._2.bg-neutral-07 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  padding-left: 25px;
}

.feature-card-9._2.bg-neutral-07.aicard.ai {
  background-color: #f5f8ff;
}

.feature-card-9._2.bg-neutral-07.aicard.ai.full {
  background-color: #ebfbf0;
}

.heading-56 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.image-82.imageoddashboard {
  height: 50%;
}

.feature-card-content-10 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.feature-card-content-10._2 {
  padding-left: 15px;
}

.text-block-34 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-34.data.full.inte {
  line-height: 170%;
}

.text-block-35 {
  font-size: 16px;
  font-weight: 400;
}

.code-embed-16 {
  color: #161c52;
}

.container-44 {
  background-color: #f6f7f9;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 25px;
}

.div-block-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.text-block-36 {
  color: #161c52;
  margin-top: 0;
}

.text-block-36.reduce {
  color: #161c52;
}

.text-block-36.reduce.full.inte {
  font-size: 22px;
  font-weight: 600;
}

.text-block-36.increase, .text-block-36.increase.reduce {
  color: #161c52;
}

.text-block-36.increase.reduce.inte {
  font-size: 22px;
  font-weight: 600;
}

.text-block-36.depyh {
  color: #161c52;
}

.text-block-36.depyh.full.inte {
  font-size: 22px;
  font-weight: 600;
}

.text-block-36.ai {
  color: #161c52;
}

.text-block-36.ai.full.inte {
  font-size: 22px;
  font-weight: 600;
}

.button-23 {
  color: #161c52;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 58px;
  align-self: center;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
}

.button-23:hover {
  color: #fff;
  background-color: #3a7dff;
  border-width: 0;
  align-self: center;
}

.text-span-32 {
  color: #3a7dff;
}

.text-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.div-block-45 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.feature-card-10 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 40px;
  display: flex;
  overflow: hidden;
}

.feature-card-10:focus {
  background-color: #f6f7f9;
}

.feature-card-10.omnioverflow {
  scrollbar-width: none;
  max-height: 700px;
  overflow-y: auto;
}

.div-block-46, .div-block-46:focus {
  background-color: #f6f7f9;
}

.div-block-47 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.section-9 {
  background-color: #f6f7f9;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-9.ai {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7f9;
  border-radius: 58px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

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

.container-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-45:focus {
  background-color: #f6f7f9;
}

.heading-57 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-57.markting {
  margin-top: 60px;
  font-size: 44px;
}

.body-text-60 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-60.feature-section-p {
  max-width: 740px;
}

.text-span-33 {
  color: #3a7dff;
}

.feature-card-image-block-8 {
  background-color: #fff3;
  border-radius: 38px;
}

.heading-58 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.feature-card-content-11 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  max-width: 100%;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.menu-dropdown-text-8 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-8.company, .list-item-9 {
  display: none;
}

.text-span-34 {
  color: #484a61;
  font-weight: 500;
}

.landing-page-link-8 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-8:hover {
  color: #3a7dff;
}

.nav-menu-9 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.image-90.hover-image {
  opacity: 0;
  width: 10px;
}

.container-46 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.button-24 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-24:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-24.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-24.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-24.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-24.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-24.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  padding: 4px 10px;
  display: inline-block;
}

.body-text-61 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-61.privacy {
  margin-bottom: 0;
  font-weight: 400;
}

.body-text-61.privacy.api {
  line-height: 168%;
}

.body-text-61.privacy.we-may {
  align-self: flex-start;
  line-height: 100%;
  display: block;
}

.body-text-61.privacy.we-may.use {
  line-height: 100%;
}

.body-text-61.privacy.we-may.use.bank {
  line-height: 155%;
}

.heading-59 {
  color: #3a7dff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
}

.heading-59.privacy {
  color: #161c52;
}

.heading-60 {
  color: #3a7dff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.heading-60.privacy {
  color: #161c52;
  font-size: 34px;
  font-weight: 700;
}

.heading-60.privacy.adverstising, .heading-60.privacy.vendor, .heading-60.privacy.third, .heading-60.privacy.market, .heading-60.privacy.corresponding, .heading-60.privacy.service, .heading-60.privacy.google {
  font-size: 22px;
  font-weight: 600;
}

.heading-60.privacy.you {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.heading-60.privacy.you.data {
  padding-bottom: 0;
}

.terms-privacy-content-list-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.terms-privacy-content-list-2.tearm {
  border-bottom-width: 0;
  border-bottom-color: #000;
}

.container-47 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-47.position-relative {
  border-radius: 2px;
  margin-top: 10px;
  padding-top: 0;
}

.terms-privacy-list-item-2 {
  color: #3a7dff;
}

.terms-privacy-list-item-2.privacy {
  color: #161c52;
  list-style-type: disc;
}

.code-embed-18 {
  display: none;
}

.flex-block-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.brand-section-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-section-6._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.divider-7 {
  opacity: .1;
  background-color: #161c52;
  width: 100%;
  height: 1px;
}

.divider-7.ai {
  opacity: .2;
  background-color: #fff;
}

.body-text-62 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-62.text-neutral-01 {
  color: #fff;
}

.footer-widget-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-38 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-38.email {
  text-decoration: underline;
}

.div-block-50 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.code-embed-19 {
  display: none;
}

.div-block-51 {
  height: 50px;
  margin-top: 40px;
}

.container-48 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-submit-button-8 {
  color: #161c52;
  background-color: #fff;
  border-radius: 58px;
  padding: 7px 20px;
  font-size: 16px;
}

.link-6 {
  color: #fff;
}

.menu-dropdown-text-9 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-9.company, .list-item-10 {
  display: none;
}

.text-span-35 {
  color: #484a61;
  font-weight: 500;
}

.landing-page-link-9 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-9:hover {
  color: #3a7dff;
}

.nav-menu-10 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.image-91.hover-image {
  opacity: 0;
  width: 10px;
}

.container-49 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.button-25 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-25:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-25.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-25.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-25.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-25.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-25.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  padding: 4px 10px;
  display: inline-block;
}

.terms-privacy-list-item-3 {
  color: #161c52;
  display: list-item;
}

.terms-privacy-list-item-3.privacy {
  color: #161c52;
  list-style-type: disc;
}

.heading-61 {
  color: #3a7dff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
}

.heading-61.term, .bold-text-2 {
  color: #161c52;
}

.terms-privacy-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1032px;
  padding-bottom: 32px;
  display: flex;
}

.heading-62 {
  color: #3a7dff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.heading-62.privacy {
  color: #161c52;
  font-size: 34px;
  font-weight: 700;
}

.heading-62.privacy.google {
  font-size: 22px;
  font-weight: 600;
}

.heading-62.privacy.google.term.define {
  font-size: 34px;
}

.heading-62.privacy.google.term.complince {
  font-size: 22px;
}

.heading-62.privacy.intelectual {
  font-size: 22px;
  font-weight: 600;
}

.heading-62.tearm {
  color: #161c52;
}

.heading-62.tearm.define {
  font-size: 34px;
  font-weight: 700;
}

.body-text-63 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-63.privacy {
  margin-bottom: 0;
  font-weight: 400;
}

.container-50 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-50.position-relative {
  border-radius: 2px;
  margin-top: 10px;
  padding-top: 0;
}

.code-embed-20 {
  display: none;
}

.flex-block-5 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.brand-section-7 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brand-section-7._3 {
  padding-top: 0;
  padding-bottom: 0;
}

.brand-section-7._3.home.aduit, .brand-section-7._3.home {
  display: block;
}

.brand-section-7._3.home.new.footer, .brand-section-7._3.home.demo {
  display: block;
}

.divider-8 {
  opacity: .1;
  background-color: #161c52;
  width: 100%;
  height: 1px;
}

.divider-8.ai {
  opacity: .2;
  background-color: #fff;
}

.body-text-64 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-64.text-neutral-01 {
  color: #fff;
}

.footer-widget-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block-39 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-39.email {
  text-decoration: underline;
}

.div-block-52 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.code-embed-21 {
  display: none;
}

.div-block-53 {
  height: 50px;
  margin-top: 40px;
}

.container-51 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.link-7 {
  color: #fff;
}

.div-block-54 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  display: flex;
}

.div-block-54.home.phone, .div-block-54.home.mobile, .div-block-54.home.mobileoninte {
  display: none;
}

.text-span-36 {
  color: var(--theme-color-2);
}

.container-52 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-52:focus {
  background-color: #f6f7f9;
}

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

.menu-dropdown-text-10 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-10.company {
  display: none;
}

.div-block-56 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.div-block-57 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7f9;
  border-radius: 58px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.feature-card-content-12 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.feature-card-content-12._2 {
  padding-left: 15px;
}

.heading-63 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-63.ai, .heading-63.do {
  font-size: 44px;
}

.body-text-65 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-65.feature-section-p {
  max-width: 740px;
}

.list-item-11 {
  display: none;
}

.feature-card-image-block-9 {
  background-color: #fff3;
  border-radius: 38px;
}

.feature-card-image-block-9.mini {
  background-color: #0000;
}

.flex-block-6 {
  justify-content: center;
}

.landing-page-link-10 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-10:hover {
  color: #3a7dff;
}

.div-block-58 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.feature-card-11 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 40px;
  display: flex;
  overflow: hidden;
}

.feature-card-11:focus {
  background-color: #f6f7f9;
}

.feature-card-11._2 {
  padding-bottom: 0;
  padding-right: 0;
}

.feature-card-11._2:focus {
  background-color: #f6f7f9;
}

.feature-card-11._2.bg-neutral-07 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  padding-left: 25px;
}

.feature-card-11._2.bg-neutral-07.aicard.ai {
  background-color: #f5f8ff;
}

.feature-card-11._2.bg-neutral-07.aicard.ai.full {
  background-color: #ebfbf0;
}

.feature-card-11.bg-neutral-06:focus {
  background-color: #f5f8ff;
}

.feature-card-11.bg-neutral-06.dashboardcard {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.feature-card-11.bg-neutral-06.dashboardcard.ai {
  background-color: #ebfbf0;
}

.feature-card-11.bg-neutral-06.dashboardcard.ai.full {
  background-color: #f5f8ff;
}

.feature-card-11.bg-neutral-06.dashboardcard.ai.full.inte {
  padding-top: 40px;
  padding-right: 0;
}

.hero-wrapper-block-h2-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 983px;
  display: flex;
}

.div-block-59 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.heading-64 {
  color: #161c52;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-64.ai.full.inte {
  align-self: center;
}

.button-26 {
  color: #161c52;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 58px;
  align-self: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}

.button-26:hover {
  color: #fff;
  background-color: #3a7dff;
  border-width: 0;
  align-self: center;
}

.text-span-37 {
  color: #3a7dff;
}

.heading-65 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-65.ai {
  font-size: 44px;
}

.image-94.hover-image {
  opacity: 0;
  width: 10px;
}

.container-53 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.section-10 {
  background-color: #f6f7f9;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-10.ai {
  margin-top: 0;
  margin-bottom: 0;
}

.image-96.imageoddashboard {
  height: 50%;
}

.container-54 {
  background-color: #f6f7f9;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 25px;
}

.text-block-40 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.container-55 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-55:focus, .div-block-60, .div-block-60:focus {
  background-color: #f6f7f9;
}

.text-block-41 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-41.data.full.inte {
  line-height: 170%;
}

.nav-menu-11 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-block-42 {
  color: #161c52;
  margin-top: 0;
}

.text-block-42.increase, .text-block-42.increase.reduce {
  color: #161c52;
}

.text-block-42.increase.reduce.inte {
  font-size: 22px;
  font-weight: 600;
}

.text-block-42.depyh {
  color: #161c52;
}

.text-block-42.depyh.full.inte {
  font-size: 22px;
  font-weight: 600;
}

.text-block-42.ai {
  color: #161c52;
}

.text-block-42.ai.full.inte {
  font-size: 22px;
  font-weight: 600;
}

.text-block-42.reduce {
  color: #161c52;
}

.text-block-42.reduce.full.inte {
  font-size: 22px;
  font-weight: 600;
}

.heading-66 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.hero-left-content-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.button-27 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-27:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-27.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-27.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-27.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-27.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-27.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  padding: 4px 10px;
  display: inline-block;
}

.code-embed-24.bar.mobile {
  display: none;
}

.body-text-66 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-66.feature-section-p {
  max-width: 740px;
}

.body-text-66.feature-section-p.ai.with {
  color: #484a61;
  font-size: 21px;
  font-weight: 600;
}

.heading-67 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-67.markting {
  font-size: 44px;
}

.heading-68 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.heading-68.feature-card-title {
  width: 100%;
  max-width: 470px;
}

.text-block-43 {
  font-size: 16px;
  font-weight: 400;
}

.container-56 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.body-text-67 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-67.ai.full.sub-head {
  font-weight: 600;
}

.feature-card-12 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 40px;
  display: flex;
  overflow: hidden;
}

.feature-card-12:focus {
  background-color: #f6f7f9;
}

.feature-card-12.omnioverflow {
  scrollbar-width: none;
  max-height: 700px;
  overflow-y: auto;
}

.text-span-38 {
  color: #484a61;
  font-weight: 500;
}

.lex.over {
  overflow-x: hidden;
}

.flex-block-7 {
  text-align: center;
}

.image-100, .image-101, ._320 {
  display: none;
}

.container-57 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.image-102 {
  vertical-align: baseline;
  margin-left: 0;
}

.container-58 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.image-103 {
  vertical-align: baseline;
  margin-left: 0;
}

.container-59 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.image-104 {
  vertical-align: baseline;
  margin-left: 0;
}

.menu-dropdown-text-11 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-11.company {
  display: none;
}

.paragraph-8 {
  text-align: left;
  margin-top: -7px;
  font-size: 13px;
}

.paragraph-8._5 {
  margin-top: 0;
}

.flex-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-60 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.image-105 {
  display: none;
}

.hero-wrapper-6 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.image-106 {
  width: 39px;
  margin-left: -7px;
}

.landing-page-link-11 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-11:hover {
  color: #3a7dff;
}

.nav-menu-12 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.body-text-68 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-68.text-neutral-04.home {
  color: #484a61;
}

.header-4 {
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.text-span-39 {
  color: #484a61;
  font-weight: 500;
}

.text-block-44 {
  color: #4f5678;
}

.code-embed-25 {
  width: 723px;
  height: auto;
  margin-bottom: 30px;
}

.code-embed-25.mobile {
  display: none;
}

.image-107.hover-image {
  opacity: 0;
  width: 10px;
}

.button-28 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-28:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-28.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-28.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-28.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-28.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-28.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  padding: 4px 10px;
  display: inline-block;
}

.form-block-3 {
  display: flex;
}

.submit-button-3 {
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.submit-button-3:hover {
  background-color: #3a7dff;
}

.list-item-12 {
  display: none;
}

.background-video {
  height: auto;
  padding-bottom: 40px;
  position: static;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-61 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-61.position-relative {
  border-radius: 2px;
  margin-top: 10px;
  padding-top: 0;
}

.button-29 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-29:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-29.play-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #041543;
  align-items: center;
  padding: 0;
  display: flex;
}

.form-3 {
  border: 1px solid #d3d3ec;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 15px;
  display: flex;
}

.text-span-40 {
  color: #3a7dff;
}

.container-62 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.image-108 {
  vertical-align: baseline;
  margin-left: 0;
}

.heading-69 {
  color: #161c52;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
}

.heading-70 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 125%;
}

.body-text-69 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-69.feature-section-p {
  max-width: 740px;
}

.container-63 {
  background-color: #0000;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-37.group-m {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.functionality-card-list-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.functionality-card-list-5.aduit {
  margin-top: 0;
}

.heading-71 {
  color: #161c52;
  letter-spacing: 0;
  align-self: center;
  font-size: 16px;
  font-weight: 700;
}

.heading-72 {
  color: #161c52;
  text-align: center;
}

.container-64 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-64:focus {
  background-color: #f6f7f9;
}

.bold-text-6 {
  font-weight: 400;
}

.body-text-70 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-70.ai {
  opacity: .7;
  color: #fff;
}

.divider-9 {
  opacity: .1;
  background-color: #161c52;
  width: 100%;
  height: 1px;
}

.divider-9.ai {
  opacity: .2;
  background-color: #fff;
}

.flex-block-10 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.body-text-71 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-71.text-neutral-01 {
  color: #fff;
}

.cta-button-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.code-embed-26 {
  display: none;
}

.text-block-45 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-45.email {
  text-decoration: underline;
}

.div-block-62 {
  height: 50px;
  margin-top: 40px;
}

.heading-73 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-73.text-neutral-01 {
  color: #fff;
}

.heading-73.text-neutral-01.ai {
  align-self: center;
  width: 90%;
}

.heading-73.text-neutral-01.ai.full {
  font-size: 44px;
}

.heading-73.text-neutral-01.ai.full.omni {
  width: 100%;
}

.container-66 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.code-embed-27 {
  display: none;
}

.cta-wrapper-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.cta-wrapper-5.full {
  padding-top: 40px;
  padding-bottom: 0;
}

.body-text-72 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-72.ai {
  opacity: .7;
  color: #fff;
}

.body-text-73 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-73.contacttext {
  color: #818aa1;
}

.divider-10 {
  opacity: .1;
  background-color: #161c52;
  width: 100%;
  height: 1px;
}

.divider-10.ai {
  opacity: .2;
  background-color: #fff;
}

.flex-block-11 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.body-text-74 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-74.text-neutral-01 {
  color: #fff;
}

.cta-button-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.code-embed-28 {
  display: none;
}

.text-block-46 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-46.email {
  text-decoration: underline;
}

.div-block-64 {
  height: 50px;
  margin-top: 40px;
}

.heading-74 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-74.text-neutral-01 {
  color: #fff;
}

.heading-74.text-neutral-01.ai {
  align-self: center;
  width: 90%;
}

.heading-74.text-neutral-01.ai.full {
  font-size: 44px;
}

.heading-74.text-neutral-01.ai.full.omni {
  width: 100%;
}

.container-67 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.code-embed-29 {
  display: none;
}

.menu-dropdown-text-12 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-12.company {
  display: none;
}

.flex-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-68 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.image-119 {
  display: none;
}

.hero-wrapper-7 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.image-120 {
  width: 39px;
  margin-left: -7px;
}

.landing-page-link-12 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-12:hover {
  color: #3a7dff;
}

.nav-menu-13 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.body-text-75 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-75.text-neutral-04.home {
  color: #484a61;
}

.header-5 {
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.text-span-41 {
  color: #484a61;
  font-weight: 500;
}

.text-block-47 {
  color: #4f5678;
}

.code-embed-30 {
  width: 723px;
  height: auto;
  margin-bottom: 30px;
}

.code-embed-30.mobile {
  display: none;
}

.image-121.hover-image {
  opacity: 0;
  width: 10px;
}

.button-30 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-30:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-30.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-30.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-30.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-30.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-30.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  padding: 4px 10px;
  display: inline-block;
}

.form-block-4 {
  display: flex;
}

.submit-button-4 {
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.submit-button-4:hover {
  background-color: #3a7dff;
}

.list-item-13 {
  display: none;
}

.container-69 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-69.position-relative {
  border-radius: 2px;
  margin-top: 10px;
  padding-top: 0;
}

.button-31 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-31:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-31.play-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #041543;
  align-items: center;
  padding: 0;
  display: flex;
}

.form-4 {
  border: 1px solid #d3d3ec;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 15px;
  display: flex;
}

.text-span-42 {
  color: #3a7dff;
}

.menu-dropdown-text-13 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-13.company {
  display: none;
}

.flex-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-70 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.image-122 {
  display: none;
}

.hero-wrapper-8 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.image-123 {
  width: 39px;
  margin-left: -7px;
}

.landing-page-link-13 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-13:hover {
  color: #3a7dff;
}

.nav-menu-14 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.body-text-76 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-76.text-neutral-04.home {
  color: #484a61;
}

.header-6 {
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.text-span-43 {
  color: #484a61;
  font-weight: 500;
}

.text-block-48 {
  color: #4f5678;
}

.code-embed-31 {
  width: 723px;
  height: auto;
  margin-bottom: 30px;
}

.code-embed-31.mobile {
  display: none;
}

.image-124.hover-image {
  opacity: 0;
  width: 10px;
}

.button-32 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-32:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-32.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-32.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-32.border.small {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
  padding: 7px 20px;
  display: none;
}

.button-32.border.small:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.button-32.border.small.signbutton.free {
  background-color: #34c759;
  border-style: none;
}

.button-32.border.small.signbutton.free:hover {
  background-color: #3a7dff;
}

.button-32.border.small.signbutton {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-right: 10px;
  padding: 4px 10px;
  display: inline-block;
}

.form-block-5 {
  display: flex;
}

.submit-button-5 {
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.submit-button-5:hover {
  background-color: #3a7dff;
}

.list-item-14 {
  display: none;
}

.container-71 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-71.position-relative {
  border-radius: 2px;
  margin-top: 10px;
  padding-top: 0;
}

.button-33 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-33:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-33.play-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #041543;
  align-items: center;
  padding: 0;
  display: flex;
}

.form-5 {
  border: 1px solid #d3d3ec;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 15px;
  display: flex;
}

.text-span-44 {
  color: #3a7dff;
}

.body-text-77 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-77.semi-bold.home {
  color: #161c52;
  font-size: 20px;
  font-weight: 500;
}

.container-72 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.image-125 {
  vertical-align: baseline;
  margin-left: 0;
}

.body-text-78 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-78.semi-bold.home {
  color: #161c52;
  font-size: 20px;
  font-weight: 500;
}

.container-73 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.image-126 {
  vertical-align: baseline;
  margin-left: 0;
}

.body-text-79 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-79.semi-bold.home {
  color: #161c52;
  font-size: 20px;
  font-weight: 500;
}

.container-74 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.image-127 {
  vertical-align: baseline;
  margin-left: 0;
}

.body-text-80 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-80.text-neutral-04.home {
  color: #484a61;
}

.submit-button-6 {
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.submit-button-6:hover {
  background-color: #3a7dff;
}

.form-block-6 {
  display: flex;
}

.code-embed-32 {
  display: none;
}

.form-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #d3d3ec;
  border-radius: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 15px;
  display: grid;
}

.button-34 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-34:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-34.play-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #041543;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-span-45 {
  color: #3a7dff;
}

.flex-block-16 {
  flex-flow: row;
  justify-content: space-between;
  margin-top: 0;
}

.flex-block-17 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
}

.flex-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.shar {
  align-self: center;
}

.shar.end {
  align-self: flex-start;
}

.code-embed-42 {
  margin-top: 40px;
}

.code-embed-42.author {
  width: 100%;
}

.code-embed-43 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.rich-text-block {
  width: 100%;
  margin-top: 40px;
}

.menu-dropdown-text-14 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-14.company {
  display: none;
}

.flex-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-75 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.image-131 {
  display: none;
}

.image-132 {
  width: 39px;
  margin-left: -7px;
}

.landing-page-link-14 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-14:hover {
  color: #3a7dff;
}

.nav-menu-15 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.body-text-81 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-81.text-neutral-04.home {
  color: #484a61;
}

.header-7 {
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.text-span-46 {
  color: #484a61;
  font-weight: 500;
}

.text-block-49 {
  color: #4f5678;
}

.image-133.hover-image {
  opacity: 0;
  width: 10px;
}

.hero-wrapper-9 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.submit-button-7 {
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.submit-button-7:hover {
  background-color: #3a7dff;
}

.list-item-15 {
  display: none;
}

.container-76 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.container-76.position-relative {
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 0;
}

.button-35 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-35:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-35.play-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #041543;
  align-items: center;
  padding: 0;
  display: flex;
}

.form-7 {
  border: 1px solid #d3d3ec;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 15px;
  display: flex;
}

.text-span-47 {
  color: #3a7dff;
}

.body-text-82 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-82.semi-bold.home {
  color: #161c52;
  font-size: 20px;
  font-weight: 500;
}

.container-77 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.image-134 {
  vertical-align: baseline;
  margin-left: 0;
}

.heading-75 {
  color: #161c52;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 700;
}

.heading-76 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 125%;
}

.body-text-83 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-83.feature-section-p {
  max-width: 740px;
}

.section-title-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
  display: flex;
}

.section-title-2.feature-two {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
}

.container-78 {
  background-color: #0000;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-77 {
  color: #161c52;
  letter-spacing: 0;
  align-self: center;
  font-size: 16px;
  font-weight: 700;
}

.heading-78 {
  color: #161c52;
  text-align: center;
}

.container-79 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-79:focus {
  background-color: #f6f7f9;
}

.bold-text-7 {
  font-weight: 400;
}

.container-81 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.body-text-84 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-84.text-neutral-02.opacity-6._1-text {
  opacity: 100;
  color: #161c52;
}

.body-text-84.text-neutral-02.opacity-6._1-text.simply {
  text-align: center;
}

.body-text-85 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-85.contacttext {
  color: #818aa1;
}

.footer-link-3 {
  color: #f6f7f9;
  text-transform: capitalize;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-link-3:hover {
  color: #3a7dff;
}

.footer-link-3.contacttext {
  color: #818aa1;
}

.flex-block-25 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.body-text-86 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-86.text-neutral-01 {
  color: #fff;
}

.cta-button-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.footer-form-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.code-embed-44 {
  display: none;
}

.text-block-50 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-50.email {
  text-decoration: underline;
}

.devider-for-contct-us-2 {
  opacity: .1;
  color: #f6f7f9;
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  display: flex;
}

.footer-right-block-6 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  justify-content: flex-end;
  width: 56%;
  display: flex;
}

.div-block-66 {
  height: 50px;
  margin-top: 40px;
}

.heading-79 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-79.text-neutral-01 {
  color: #fff;
}

.heading-79.text-neutral-01.ai {
  align-self: center;
  width: 90%;
}

.heading-79.text-neutral-01.ai.full {
  font-size: 44px;
}

.heading-79.text-neutral-01.ai.full.omni {
  width: 100%;
}

.container-82 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-left-block-3 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.code-embed-45 {
  display: none;
}

.heading-80 {
  color: #161c52;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 125%;
}

.heading-80.hero-title {
  font-size: 54px;
}

.body-text-87 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.button-area-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-text-88 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.hero-image-4 {
  width: 100%;
  height: 100%;
  box-shadow: 4px 10px 40px #2c3f5814;
}

.button-36 {
  color: #fff;
  text-transform: capitalize;
  background-color: #3a7dff;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-36:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-36.border {
  color: #161c52;
  background-color: #fff0;
  border-color: #484a61;
}

.button-36.border:hover {
  color: #fff;
  background-color: #3a7dff;
  border-color: #3a7dff;
}

.hero-image-5 {
  border-radius: 12px;
  width: 100%;
  max-width: 280px;
  position: absolute;
  top: -40px;
  right: 0;
  box-shadow: -2.58px 6.45px 62px #2c3f5840;
}

.hero-image-6 {
  border-radius: 12px;
  width: 100%;
  max-width: 393px;
  position: absolute;
  top: 25%;
  left: 0;
  box-shadow: -2.58px 6.45px 62px #2c3f5840;
}

.container-83 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-83.position-relative {
  border-radius: 2px;
}

.body-2 {
  background-color: #0000;
  background-image: url('../images/Group-624620.png');
  background-position: 50%;
  background-size: cover;
}

.code-embed-46 {
  background-color: #0000;
}

.start {
  margin-bottom: 3px;
  margin-right: 3px;
}

.start-white {
  margin-bottom: 0;
  margin-right: 3px;
  padding-bottom: 0;
}

.flex-block-26 {
  justify-content: flex-start;
  align-items: center;
}

.text-span-49 {
  color: var(--theme-color-2);
}

.menu-dropdown-text-15 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-15.company {
  display: none;
}

.container-84 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.section-13 {
  height: 100%;
}

.text-theme-9 {
  color: #3a7dff;
}

.landing-page-link-15 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-15:hover {
  color: #3a7dff;
}

.nav-menu-16 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.body-text-89 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-89.text-neutral-04.home {
  color: #484a61;
}

.header-8 {
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.text-span-50 {
  color: #484a61;
  font-weight: 500;
}

.image-145.hover-image {
  opacity: 0;
  width: 10px;
}

.image-146 {
  vertical-align: baseline;
  margin-left: 0;
}

.code-embed-47 {
  border-radius: 130px;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-wrapper-10 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.body-text-95 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-95.semi-bold.home {
  color: #161c52;
  font-size: 20px;
  font-weight: 500;
}

.submit-button-8 {
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.submit-button-8:hover {
  background-color: #3a7dff;
}

.list-item-16, .image-147 {
  display: none;
}

.container-85 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-86 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.container-86.position-relative {
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 0;
}

.button-37 {
  color: #fff;
  text-transform: capitalize;
  background-color: #36d462;
  border-radius: 58px;
  padding: 12px 24px;
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
}

.button-37:hover {
  opacity: .94;
  background-color: #1a50b9;
}

.button-37.play-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #041543;
  align-items: center;
  padding: 0;
  display: flex;
}

.form-8 {
  border: 1px solid #d3d3ec;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  padding: 0 5px 0 15px;
  display: flex;
}

.image-148 {
  display: none;
}

.section-14 {
  height: 100%;
}

.text-span-51 {
  color: #3a7dff;
}

.menu-dropdown-text-16 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-16.company {
  display: none;
}

.button-38 {
  color: #161c52;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 58px;
  align-self: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
}

.button-38:hover {
  color: #fff;
  background-color: #3a7dff;
  border-width: 1px;
  border-color: #3a7dff;
  align-self: center;
}

.hero-wrapper-11 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.hero-wrapper-11.home {
  width: 100%;
}

.text-span-52 {
  color: #3a7dff;
}

.container-87 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.flex-block-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e1e3e5;
  border-radius: 58px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 10px;
  display: grid;
}

.flex-block-36 {
  align-self: center;
}

.flex-block-37 {
  flex-flow: column;
  width: 100%;
}

.flex-block-37.mobile1, .flex-block-37.moblie2 {
  display: none;
}

.image-149 {
  width: 24px;
  margin-left: -7px;
}

.heading-81 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 125%;
}

.body-text-96 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-96.feature-section-p {
  max-width: 740px;
}

.body-text-96.feature-section-p.marketingtext {
  color: #3a7dff;
}

.image-150 {
  border-radius: 100%;
  margin-left: 0;
  margin-right: 8px;
  box-shadow: .83px .83px 26.58px #061d221a;
}

.section-15 {
  height: 100%;
}

.section-title-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
  display: flex;
}

.section-title-3.feature-two {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
}

.section-title-3.feature-two.aduit {
  padding-top: 0;
}

.landing-page-link-16 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-16:hover {
  color: #3a7dff;
}

.heading-85 {
  color: #041543;
  font-size: 44px;
  font-weight: 600;
}

.heading-85.mobile1, .image-151 {
  display: none;
}

.functionality-wrapper-3 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding-bottom: 60px;
  display: flex;
}

.code-embed-48 {
  border-radius: 130px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.heading-86 {
  color: #161c52;
  letter-spacing: 0;
  align-self: center;
  font-size: 16px;
  font-weight: 700;
}

.container-88 {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-88:focus {
  background-color: #f6f7f9;
}

.nav-menu-17 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.body-text-97 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-97.text-neutral-04.home {
  color: #484a61;
}

.body-text-97.text-neutral-04.home.new {
  width: 80%;
}

.header-9 {
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.text-span-53 {
  color: #484a61;
  font-weight: 500;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 58px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.div-block-67.omni {
  background-color: #0000;
  margin-top: 10px;
  padding-top: 40px;
}

.div-block-67.omni.inte {
  margin-bottom: 0;
}

.div-block-67.omni.inte.connect {
  padding-top: 0;
}

.div-block-67.omni.inte.matter {
  justify-content: center;
  align-items: center;
}

.first {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
}

.image-152.hover-image {
  opacity: 0;
  width: 10px;
}

.container-89 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.image-153 {
  border-radius: 100%;
  align-self: center;
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: .83px .83px 26.58px #061d221a;
}

.image-154 {
  vertical-align: baseline;
  margin-left: 0;
}

.container-90 {
  background-color: #0000;
}

.bold-text-8 {
  font-weight: 400;
}

.body-text-98 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-98.semi-bold.home {
  color: #161c52;
  font-size: 20px;
  font-weight: 500;
}

.list-item-17 {
  display: none;
}

.paragraph-9 {
  text-align: left;
  align-self: flex-end;
  margin-top: -7px;
  font-size: 13px;
}

.paragraph-9._5 {
  margin-top: 0;
  margin-left: 4px;
}

.container-91 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-91.home.image {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.container-92 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.container-92.position-relative {
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 0;
}

.section-16 {
  background-image: linear-gradient(#fff, #f6f7f9);
  margin-bottom: 0;
}

.flex-block-39 {
  flex-flow: row;
}

.body-text-99 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-99.text-neutral-02.opacity-6._1-text {
  opacity: 100;
  color: #161c52;
}

.body-text-99.text-neutral-02.opacity-6._1-text.simply {
  text-align: center;
}

.text-theme-10 {
  color: #3a7dff;
}

.body-text-100 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-100.text-neutral-04.home {
  color: #484a61;
}

.heading-87 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-87.feature-title-4 {
  width: 100%;
}

.heading-87.feature-title-4.home {
  color: #161c52;
  font-size: 44px;
}

.body-text-101 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.divider-11 {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  line-height: 1%;
}

.divider-11.feature-1 {
  background-color: #161c5233;
}

.divider-11.feature-1.home {
  margin-bottom: 0;
}

.feature-wrapper-11 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-text-102 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.container-93 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.text-theme-11 {
  color: #3a7dff;
}

.body-text-103 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-103.text-neutral-04.home {
  color: #484a61;
}

.heading-88 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-88.home {
  font-size: 44px;
}

.body-text-104 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.divider-12 {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  line-height: 1%;
}

.divider-12.feature-1 {
  background-color: #161c5233;
}

.divider-12.feature-1.home {
  margin-bottom: 0;
}

.divider-12.review-divider {
  background-color: #e6e6e6;
}

.feature-wrapper-12 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-text-105 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.text-theme-12 {
  color: #3a7dff;
}

.body-text-106 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-106.text-neutral-04.home {
  color: #484a61;
}

.heading-89 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-89.home {
  font-size: 44px;
}

.heading-89.home.funnel {
  color: #161c52;
}

.body-text-107 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.feature-wrapper-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-text-108 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-108.semi-bold.text-neutral-04.home.new {
  font-weight: 600;
}

.container-94 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.div-block-68 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7f9;
  border-radius: 58px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.div-block-68.blu-card {
  background-color: #0000;
  align-self: center;
}

.button-39 {
  color: #161c52;
  text-align: center;
  background-color: #f6f7f9;
  border: 1px solid #000;
  border-radius: 58px;
  align-self: center;
  height: 51px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
}

.button-39:hover {
  color: #fff;
  background-color: #3a7dff;
  border-width: 1px;
  align-self: center;
}

.button-39.blue {
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-39.blue:hover {
  border-width: 1px;
}

.text-span-54 {
  color: #36d462;
}

.feature-wrapper-14 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-wrapper-14.home.see.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
}

.feature-wrapper-14.home.see.grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #041543;
  background-image: url('../images/Group-624620.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 20px;
  display: grid;
}

.feature-wrapper-14.home.see.grid:hover {
  background-color: #0000;
}

.container-95 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.text-theme-13 {
  color: #3a7dff;
}

.body-text-109 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-109.text-neutral-04.home {
  color: #484a61;
}

.heading-90 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-90.feature-title-4 {
  width: 100%;
}

.heading-90.feature-title-4.home {
  color: #161c52;
  font-size: 44px;
}

.body-text-110 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.feature-wrapper-15 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-text-111 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.container-96 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.image-157 {
  padding-bottom: 15px;
}

.section-title-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
  display: flex;
}

.image-158 {
  align-self: center;
  width: 77px;
  height: 30px;
  margin-left: 10px;
  margin-right: 5px;
}

.heading-91 {
  color: #3a7dff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.heading-91.home {
  color: #161c52;
}

.body-text-112 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-112.opacity-8.home, .body-text-112.text-neutral-04.home {
  color: #484a61;
}

.social-wrapper-4 {
  margin-top: 100px;
}

.heading-92 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-92.home {
  font-size: 44px;
}

.heading-92.home.ai {
  color: #161c52;
  font-size: 34px;
}

.heading-92.home.head {
  color: #161c52;
}

.body-text-113 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-113.section-title-p {
  max-width: 740px;
}

.image-159, .image-160 {
  padding-bottom: 15px;
}

.feature-wrapper-16 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body-text-114 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-114.semi-bold.text-neutral-04.home.new {
  font-weight: 600;
}

.container-97 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.heading-93 {
  color: #3a7dff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.heading-93.home {
  color: #161c52;
}

.body-text-115 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-115.opacity-8.home {
  color: #484a61;
}

.functionality-wrapper-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.functionality-wrapper-4.new {
  padding-bottom: 60px;
}

.heading-94 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-94.home {
  font-size: 44px;
}

.heading-94.home.result {
  color: #161c52;
}

.container-98 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f7f9;
  border-radius: 58px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.button-40 {
  color: #161c52;
  text-align: center;
  background-color: #f6f7f9;
  border: 1px solid #000;
  border-radius: 58px;
  align-self: center;
  height: 51px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
}

.button-40:hover {
  color: #fff;
  background-color: #3a7dff;
  border-width: 1px;
  align-self: center;
}

.button-40.prove:hover {
  border-color: #3a7dff;
}

.heading-95 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-95.home {
  font-size: 44px;
}

.heading-95.home.title {
  color: #161c52;
}

.customer-slider-arrow-3 {
  border: 1px solid #3a7dff;
  border-radius: 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-top: 48px;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
}

.customer-slider-arrow-3.right {
  border-color: #161c52;
  margin-right: -60px;
  right: 50%;
}

.customer-slider-arrow-3.left {
  border-color: #161c52;
  margin-left: -60px;
  left: 50%;
}

.image-161 {
  display: none;
}

.customer-slider-icon-3 {
  color: #161c52;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.container-99 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.body-text-116 {
  color: #3a7dff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-116.opacity-8.home {
  color: #484a61;
}

.text-theme-14 {
  color: #3a7dff;
}

.body-text-117 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-117.text-neutral-04.home {
  color: #484a61;
}

.body-text-118 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-118.contacttext {
  color: #818aa1;
}

.divider-13 {
  opacity: .1;
  background-color: #161c52;
  width: 100%;
  height: 1px;
}

.divider-13.ai {
  opacity: .2;
  background-color: #fff;
}

.flex-block-41 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.cta-button-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.code-embed-49 {
  display: none;
}

.text-block-51 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-51.email {
  text-decoration: underline;
}

.div-block-71 {
  height: 50px;
  margin-top: 40px;
}

.heading-96 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-96.text-neutral-01 {
  color: #fff;
}

.heading-96.text-neutral-01.ai {
  align-self: center;
  width: 90%;
}

.heading-96.text-neutral-01.ai.full {
  font-size: 44px;
}

.heading-96.text-neutral-01.ai.full.omni {
  width: 100%;
}

.container-100 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.body-text-119 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-119.text-neutral-01 {
  color: #fff;
}

.footer-left-block-4 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.code-embed-50 {
  display: none;
}

.menu-dropdown-text-17 {
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-dropdown-text-17.company {
  display: none;
}

.container-101 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.landing-page-link-17 {
  color: #161c52;
  text-transform: none;
}

.landing-page-link-17:hover {
  color: #3a7dff;
}

.nav-menu-18 {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header-10 {
  z-index: 99;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.text-span-55 {
  color: #484a61;
  font-weight: 500;
}

.image-162.hover-image {
  opacity: 0;
  width: 10px;
}

.list-item-18 {
  display: none;
}

.hero-wrapper-12 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.hero-wrapper-12.home {
  width: 100%;
}

.flex-block-42 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e1e3e5;
  border-radius: 58px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 10px;
  display: grid;
}

.flex-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
}

.image-163 {
  width: 24px;
  margin-left: -7px;
}

.section-17 {
  height: 100%;
}

.heading-97 {
  color: #041543;
  font-size: 44px;
  font-weight: 600;
}

.body-text-120 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-120.text-neutral-04.home {
  color: #484a61;
}

.body-text-120.text-neutral-04.home.new {
  width: 80%;
}

.body-text-120.text-neutral-04.home.new.thankyou {
  align-self: center;
  font-size: 14px;
}

.body-text-120.text-neutral-04.home.new.thankyou.walk {
  margin-bottom: 20px;
  font-size: 18px;
}

.body-text-120.text-neutral-04.home.new.thankyou.text {
  margin-top: 60px;
}

.container-102 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.container-102.position-relative {
  border-radius: 2px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-top: 0;
}

.flex-block-45 {
  flex-flow: row;
}

.form-9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.select-field {
  color: #b8b8b8;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  min-height: 56px;
  margin-right: 0;
  padding-right: 12px;
  display: flex;
  overflow: hidden;
}

.text-field-3 {
  color: #484a61;
  background-color: #fff;
  border: 1px solid #d6d8d9;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-3:focus {
  border-color: #161c52;
}

.text-field-3::placeholder {
  color: #484a6180;
  font-size: 16px;
  font-weight: 400;
}

.field-label-3 {
  color: #161c52;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.form-block-7 {
  margin-bottom: 0;
}

.form-block-7._2 {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 720px;
  margin: 60px auto 0;
  padding: 60px 75px;
  box-shadow: 0 8px 80px -30px #00011233;
}

.body-text-121 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-121.feature-section-p {
  max-width: 740px;
}

.body-text-121.feature-section-p.marketingtext {
  color: var(--neutral-04);
}

.section-title-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 65px;
  display: flex;
}

.section-title-5.feature-two {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
}

.section-title-5.feature-two.aduit {
  padding-top: 0;
}

.heading-98 {
  color: #161c52;
  letter-spacing: 0;
  align-self: center;
  font-size: 16px;
  font-weight: 700;
}

.container-103 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-103:focus {
  background-color: #f6f7f9;
}

.container-104 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.image-164 {
  vertical-align: baseline;
  margin-left: 0;
}

.container-105 {
  margin-top: 40px;
  padding-top: 0;
}

.body-text-122 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-122.semi-bold.home {
  color: #161c52;
  font-size: 20px;
  font-weight: 500;
}

.container-106 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.container-106.home.image {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section-18 {
  background-image: linear-gradient(#fff, #f6f7f9);
  margin-bottom: 0;
}

.section-18.thankyou {
  background-image: none;
  display: none;
}

.section-18.demo {
  display: block;
}

.body-text-123 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-123.text-neutral-02.opacity-6._1-text {
  opacity: 100;
  color: #161c52;
}

.body-text-123.text-neutral-02.opacity-6._1-text.simply {
  text-align: center;
}

.heading-99 {
  color: #3a7dff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-99.home {
  font-size: 44px;
}

.heading-99.home.title {
  color: #161c52;
}

.customer-slider-arrow-4 {
  border: 1px solid #3a7dff;
  border-radius: 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-top: 48px;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
}

.customer-slider-arrow-4.right {
  border-color: #161c52;
  margin-right: -60px;
  right: 50%;
}

.customer-slider-arrow-4.left {
  border-color: #161c52;
  margin-left: -60px;
  left: 50%;
}

.image-165 {
  display: none;
}

.customer-slider-icon-4 {
  color: #161c52;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.container-107 {
  box-sizing: border-box;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.body-text-124 {
  color: #3a7dff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-124.opacity-8.home {
  color: #484a61;
}

.text-theme-15 {
  color: #3a7dff;
}

.body-text-125 {
  color: #484a61;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-125.text-neutral-04.home {
  color: #484a61;
}

.body-text-126 {
  color: #fff;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-126.contacttext {
  color: #818aa1;
}

.divider-14 {
  opacity: .1;
  background-color: #161c52;
  width: 100%;
  height: 1px;
}

.divider-14.ai {
  opacity: .2;
  background-color: #fff;
}

.flex-block-46 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.cta-button-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: center;
  display: flex;
}

.code-embed-51 {
  display: none;
}

.text-block-52 {
  color: #fff;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-52.email {
  text-decoration: underline;
}

.div-block-73 {
  height: 50px;
  margin-top: 40px;
}

.heading-100 {
  color: #161c52;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Onest, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 125%;
}

.heading-100.text-neutral-01 {
  color: #fff;
}

.heading-100.text-neutral-01.ai {
  align-self: center;
  width: 90%;
}

.heading-100.text-neutral-01.ai.full {
  font-size: 44px;
}

.heading-100.text-neutral-01.ai.full.omni {
  width: 100%;
}

.container-108 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1390px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.body-text-127 {
  color: #161c52;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-127.text-neutral-01 {
  color: #fff;
}

.footer-left-block-5 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.code-embed-52 {
  display: none;
}

.text-span-56, .text-span-57 {
  color: var(--theme-color-2);
}

.section-21 {
  background-image: linear-gradient(#fff, #f6f7f9);
  padding-bottom: 60px;
}

.text-span-62 {
  color: var(--theme-color-2);
}

.hide {
  display: none;
}

.text-span-63, .text-span-64, .text-span-65 {
  color: var(--theme-color-2);
}

@media screen and (min-width: 1280px) {
  .container {
    box-sizing: border-box;
    object-fit: fill;
    padding-right: 30px;
  }

  .nav-link {
    font-weight: 600;
  }

  .cta-section.section-padding.bg-neutral-04 {
    background-color: #041543;
    margin-top: 0;
  }

  .heading-1 {
    font-size: 57px;
  }

  .heading-1.hero-title {
    font-size: 64px;
  }

  .footer-left-p.body-text-16.text-neutral-01 {
    margin-bottom: 0;
    margin-left: 60px;
    padding-right: 10px;
  }

  .footer-left-p.body-text-16.text-neutral-01.socialmediatext {
    color: #818aa1;
    margin-left: 0;
  }

  .footer-left-p.body-text-16.text-neutral-01.stremline {
    margin-left: 0;
  }

  .footer-left-p.body-text-16.text-neutral-01.about {
    margin-left: 0;
  }

  .footer-left-p.body-text-16.text-neutral-01 {
    margin-bottom: 0;
    padding-right: 10px;
  }

  .footer-left-p.body-text-16.text-neutral-01.text {
    margin-left: 0;
  }

  .footer-left-p.body-text-16.text-neutral-01.socialmediatext {
    color: #818aa1;
  }

  .heading-2.gallery-title {
    font-size: 54px;
  }

  .heading-2.feature-title-4 {
    max-width: 520px;
  }

  .display-heading-1 {
    font-size: 68px;
    font-weight: 600;
  }

  .section-title.social-section-title-3 {
    padding-bottom: 0;
  }

  .section-title.feature-two.inte {
    padding-top: 0;
  }

  .blog-card-image.position-relative {
    height: 348px;
  }

  .footer-bottom.foterwith-icon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .hero-section._4 {
    padding-top: 4px;
  }

  .hero-button-group._2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .hero-content-block {
    max-width: 800px;
  }

  .hero-content-block._4.aduit {
    max-width: 100%;
    margin-top: 30px;
  }

  .hero-image-left, .hero-image-right {
    width: 100%;
    max-width: 154px;
    height: 187px;
    top: 90px;
  }

  .hero-image-2 {
    width: 100%;
    max-width: 393px;
    top: 170px;
    left: -90px;
  }

  .hero-image-3 {
    width: 100%;
    max-width: 280px;
    right: -70px;
  }

  .hero-image._1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: -170px;
  }

  .brand-wrapper.position-relative.new {
    display: block;
  }

  .brand-slider-wrapper._3 {
    width: 90%;
  }

  .feature-card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .feature-card-group {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-image-card._4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .feature-card-image-block._2 {
    margin-bottom: 0;
  }

  .feature-section.section-padding.remove-bottom-padding {
    font-weight: 600;
  }

  .feature-section.section-paddingaaa.omniplatform {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-section.section-paddingaaa.remove-bottom-padding {
    background-color: #041543;
    font-weight: 600;
  }

  .feature-section.section-paddingaaa.remove-bottom-padding.home, .feature-section.section-paddingaaa.remove-bottom-padding.hone {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-section.section-paddingaaa.news {
    background-color: #0000;
  }

  .feature-section.section-paddingaaa {
    padding-left: 220px;
    padding-right: 220px;
  }

  .feature-wrapper-2 {
    flex-flow: row;
    width: 100%;
  }

  .feature-card-block-2 {
    max-width: 100%;
  }

  .feature-content-block {
    align-items: flex-start;
    width: 100%;
  }

  .feature-content-block.see {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .feature-content-block.see.secnd-cta {
    padding-bottom: 60px;
  }

  .feature-content-block._3.accurate {
    max-width: 100%;
  }

  .feature-content-block._3 {
    width: 100%;
    max-width: 49%;
  }

  .feature-content {
    flex-flow: column;
  }

  .feature-content._4 {
    max-width: 550px;
  }

  .feature-wrapper-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .feature-card-block-3 {
    max-width: 52%;
  }

  .feature-image-card-3.h2-2 {
    margin-bottom: -50px;
  }

  .feature-image-card-3._4 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .social-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .social-image {
    left: 40px;
  }

  .review-card-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .review-card._1.box-shadow.last, .review-card.last {
    width: 100%;
  }

  .reviewer-image {
    border-radius: 100px;
  }

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

  .hero-heading-left-section.position-relative {
    margin-top: 0;
  }

  .hero-left-block {
    align-items: flex-start;
    width: 100%;
    max-width: 560px;
  }

  .hero-heading-right-image {
    background-size: cover;
    max-width: 730px;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    position: absolute;
    top: 0;
    right: 0%;
  }

  .hero-wrapper-block-h2 {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-flow: row;
    justify-content: space-between;
    min-height: 600px;
  }

  .hero-right-image-h2 {
    object-position: 0% 50%;
  }

  .heri-split-left {
    text-align: left;
    justify-content: flex-start;
    width: 40%;
  }

  .brand-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .brand-list-image {
    max-width: 100%;
  }

  .feature-card-2._3 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 40px;
    padding-left: 72px;
    padding-right: 40px;
  }

  .feature-card-wrapper-2 {
    width: 100%;
    overflow: hidden;
  }

  .feature-card-image-block-2._3 {
    width: 100%;
    max-width: 470px;
    max-height: 100%;
    position: static;
  }

  .feature-card-image-2._3 {
    position: static;
  }

  .feature-card-image-2._2.data.multi {
    left: auto;
  }

  .feature-card-content-button-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 86px;
  }

  .social-wrapper-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    align-items: center;
  }

  .social-card-list {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .feature-card-image-block-3._2 {
    padding: 48px 58px;
  }

  .feature-card-3._3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #ebfbf0;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 0;
  }

  .feature-card-3._4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f5f8ff;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .feature-card-wrapper-3, .feature-card-list-3 {
    width: 100%;
    overflow: hidden;
  }

  .hero-brand-section.position-relative {
    background-color: #fff;
  }

  .social-card-list-3 {
    grid-auto-columns: 1fr;
  }

  .social-image-card-3 {
    border-radius: 12px;
  }

  .functionality-section.l.core {
    background-color: #f4f7fe;
    margin-top: 120px;
    padding-top: 80px;
  }

  .functionality-section.l.bg-neutral-02.home.new {
    margin-top: 60px;
  }

  .functionality-section.becarefull.core {
    background-color: #f4f7fe;
    margin-top: 120px;
    padding-top: 80px;
  }

  .functionality-section.becarefull.core.aduitredo {
    opacity: 1;
    padding-top: 60px;
  }

  .functionality-card-list {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .functionality-card._2.box-shadow-1.last {
    width: 100%;
  }

  .customer-slide-wrapper {
    width: 32%;
  }

  .feature-card-list-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-wrapper-4 {
    width: 100%;
  }

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

  .gallery-mask {
    height: 505px;
  }

  .counter-section.section-padding.remove-top-padding.position-relative {
    background-image: url('../images/Group-202.png');
    background-position: 0 0;
    background-size: auto;
  }

  .gallery-content-p {
    max-width: 590px;
  }

  .gallery-content-title {
    max-width: 552px;
  }

  .counter-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .counter-card._3.last {
    width: 100%;
  }

  .counter-card._1 {
    background-color: #fff;
    box-shadow: 0 2px 36px #2c3f580d;
  }

  .contact {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .case-study-list-wrapper {
    width: 100%;
  }

  .case-study-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-title {
    font-size: 22px;
  }

  .product-heading-title, .product-heading-name, .demo-heading {
    font-size: 57px;
  }

  .heading-7 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .superscript {
    font-size: 54px;
    font-weight: 600;
  }

  .div-block-3 {
    margin-left: 20%;
  }

  .list-item-2 {
    display: none;
  }

  .feature-card-list-5 {
    width: 100%;
    padding-top: 0;
    overflow: hidden;
  }

  .button-2 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-2:focus {
    color: #fff;
  }

  .button-2.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-2.border.small.number {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #000;
    background-color: #fff;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    display: inline-block;
  }

  .button-2.border.small.signbutton {
    outline-offset: 0px;
    color: #000;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    outline: 1px solid #000;
    display: inline-block;
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .hero-wrapper-block-h2-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 568px;
  }

  .case-arow {
    opacity: 0;
    width: 10px;
    height: 10px;
  }

  .hero-heading-right-image-2 {
    background-image: url('../images/omnihead.svg');
    background-size: contain;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 700px;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    right: 0%;
  }

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .agency-image {
    opacity: 0;
  }

  .blog-arow-image {
    opacity: 0;
    width: 10px;
  }

  .button-5 {
    text-align: center;
    background-color: #0000;
    padding: 9px 15px;
  }

  .text-block-6 {
    text-align: center;
    align-self: auto;
    font-size: 16px;
    font-weight: 400;
  }

  .image-22 {
    display: none;
  }

  .text-span-3 {
    color: #3a7dff;
    font-size: 40px;
  }

  .hero-left-block-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 560px;
    padding-left: 0;
  }

  .navbar-button-2 {
    display: block;
  }

  .b2c-arow {
    opacity: 0;
  }

  .nav-dropdown-link-2, .nav-dropdown-link-2.landing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-link-2.nav-link-2 {
    grid-template-columns: 1.5fr 1fr;
  }

  .nav-dropdown-link-2.omni.nav-link-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 20px;
    display: grid;
  }

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-full {
    opacity: 0;
  }

  .heading-9.feature-card-title {
    text-align: left;
    font-size: 20px;
  }

  .heading-9.feature-card-title.aicard, .heading-9.feature-card-title.built-text {
    text-align: center;
  }

  .live.lex {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .heading-10 {
    order: -1;
    font-size: 44px;
  }

  .body-text-22.feature-section-p.marketingsubheading {
    color: #484a61;
    font-weight: 600;
  }

  .image-8 {
    order: 1;
  }

  .image-23 {
    display: none;
  }

  .feature-card-content-6._3 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .feature-card-content-6._4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-end;
    align-items: stretch;
    max-width: 100%;
    padding-top: 0;
  }

  .feature-card-5.omnioverflow {
    scrollbar-width: none;
    max-height: 700px;
    padding-right: 220px;
    overflow-y: auto;
  }

  .feature-card-5.bg-neutral-06 {
    background-color: #f5f8ff;
  }

  .feature-card-5.bg-neutral-06.dashboardcard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .feature-card-5._2.bg-neutral-07 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 36px;
    padding-right: 36px;
  }

  .feature-card-5._2.bg-neutral-07.aicard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .omnimatter {
    margin-top: 40px;
  }

  .omnimatter.ai {
    margin-top: 60px;
  }

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

  .omnimatter.full.lex {
    margin-top: 60px;
  }

  .text-block-16 {
    font-size: 16px;
    font-weight: 400;
  }

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

  .heading-11 {
    text-align: center;
    font-size: 20px;
  }

  .heading-11.crm-card {
    text-align: left;
  }

  .div-block-6.omniplatfomdivblock {
    padding-left: 140px;
    position: sticky;
    top: 40px;
  }

  .image-19.hover-image {
    opacity: 0;
  }

  .div-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .section-3 {
    margin-top: 90px;
  }

  .button-7 {
    background-color: #0000;
    align-self: center;
    text-decoration: none;
  }

  .powered-image {
    opacity: 0;
  }

  .image-3 {
    order: 1;
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .image-3.imageoddashboard {
    order: 1;
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

  .body-text-24.text-neutral-03 {
    color: #484a61;
  }

  .b2b-arow {
    opacity: 0;
  }

  .h1 {
    font-size: 40px;
  }

  .h1.h2 {
    font-size: 44px;
  }

  .button-area-2 {
    display: inline-block;
  }

  .image-6 {
    background-color: #fff;
    margin-right: 5px;
    display: inline-block;
  }

  .feature-card-content-5, .feature-card-content-5._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-block-14 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .hero-left-content-2 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
  }

  .header-2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .menu-small-text-2 {
    color: #6b7280;
    font-size: 13px;
    font-weight: 400;
  }

  .card {
    grid-template-columns: 1fr .75fr;
    width: 100%;
    margin-bottom: 24px;
    padding-top: 24px;
    overflow: hidden;
  }

  .card.acordin {
    grid-template-columns: .75fr 1fr;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .card.acordin.omni {
    margin-bottom: 40px;
  }

  .card.acordin {
    grid-template-columns: .75fr 1fr;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .image-ai.hover-image {
    opacity: 0;
  }

  .heading-8 {
    flex: 0 auto;
    margin-top: auto;
    padding-top: 0;
    font-size: 54px;
    line-height: 111%;
  }

  .text-block-15 {
    font-size: 16px;
    font-weight: 400;
  }

  .mega-menu-2 {
    border-color: #cfcfcf;
    box-shadow: 0 2px 20px #dbdbdd;
  }

  .mega-menu-2.feature {
    grid-template-columns: minmax(368px, 1fr) 1fr 1fr;
  }

  .sign {
    -webkit-text-stroke-color: #000;
    flex: 0 auto;
    display: inline-block;
  }

  .div-block-5 {
    background-color: #f6f7f9;
    padding-top: 40px;
  }

  .integration-image {
    opacity: 0;
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    padding-right: 0;
    display: flex;
  }

  .heri-split-left-2 {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
  }

  .section-4 {
    background-color: #041543;
  }

  .text-span-4 {
    color: #3a7dff;
  }

  .code-embed {
    padding: 0;
  }

  .code-embed.fullacrodinwithimage {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: sticky;
  }

  .brand-section-3._3 {
    background-color: #041543;
  }

  .footer-widget-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -webkit-text-stroke-color: white;
    width: 30%;
  }

  .divider-1 {
    opacity: .1;
    text-align: center;
    background-color: #161c52;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .divider-1.lastdevider {
    margin-bottom: 0;
  }

  .text-span-5 {
    color: #fff;
    white-space: normal;
    word-break: normal;
  }

  .footer-link-2 {
    flex-flow: row;
    font-size: 14px;
    display: flex;
  }

  .footer-link-2.contacttext {
    color: #818aa1;
    font-size: 16px;
  }

  .footer-2 {
    -webkit-text-stroke-color: #041543;
    background-color: #041543;
  }

  .flex-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-wrapper-2 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-wrapper-2.full {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .cta-wrapper-2.footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .cta-wrapper-2.omni {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .container-8 {
    color: #fff;
    background-color: #041543;
  }

  .div-block-12 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-section-2 {
    background-color: #041543;
  }

  .text-block-17 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .footer-right-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .devider-for-contct-us {
    background-color: #818aa1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 22px;
    display: block;
  }

  .body-text-26.contacttext {
    color: #818aa1;
  }

  .button-area-3 {
    display: inline-block;
  }

  .button-area-3.sign {
    outline-offset: 0px;
    border-radius: 58px;
    outline: 1px solid #0000;
    padding: 7px 20px;
    display: flex;
  }

  .button-area-3.sign.singhup {
    outline-width: 0;
  }

  .footer-left-block-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 42%;
  }

  .footer-left-block-2.footerfornumber {
    width: 373%;
  }

  .body-text-27 {
    color: #fff;
  }

  .body-text-28.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .heading-12.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-12.text-neutral-01.omini {
    padding-top: 0;
  }

  .list-item-3 {
    display: none;
  }

  .button-9 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-9:focus {
    color: #fff;
  }

  .button-9.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-9.border.small.number {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #000;
    background-color: #fff;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    display: inline-block;
  }

  .button-9.border.small.signbutton {
    color: #000;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    display: inline-block;
  }

  .button-9.border.small.signbutton.signup {
    background-color: #0000;
  }

  .button-9.border.small.signbutton.free {
    border-style: solid;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .hero-wrapper-block-h2-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 568px;
  }

  .hero-heading-right-image-3 {
    background-image: url('../images/head-1.svg');
    background-size: contain;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 700px;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    right: 0%;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-26 {
    display: none;
  }

  .navbar-button-3 {
    display: block;
  }

  .nav-dropdown-link-3, .nav-dropdown-link-3.landing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-link-3.nav-link-2 {
    grid-template-columns: 1.5fr 1fr;
  }

  .nav-dropdown-link-3.omni.nav-link-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 20px;
    display: grid;
  }

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .heading-13.feature-card-title {
    text-align: left;
    font-size: 20px;
  }

  .heading-13.feature-card-title.aicard {
    text-align: center;
  }

  .heading-14 {
    order: -1;
    font-size: 44px;
  }

  .body-text-30.feature-section-p.ai {
    margin-bottom: 60px;
  }

  .image-28 {
    order: 1;
  }

  .image-29 {
    display: none;
  }

  .feature-card-content-7._3 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .feature-card-content-7._4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-end;
    align-items: stretch;
    max-width: 100%;
    padding-top: 0;
  }

  .feature-card-6.omnioverflow {
    scrollbar-width: none;
    max-height: 700px;
    padding-right: 220px;
    overflow-y: auto;
  }

  .feature-card-6.bg-neutral-06 {
    background-color: #f5f8ff;
  }

  .feature-card-6.bg-neutral-06.dashboardcard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .feature-card-6._2.bg-neutral-07 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 36px;
    padding-right: 36px;
  }

  .feature-card-6._2.bg-neutral-07.aicard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .feature-card-7._3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #ebfbf0;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 0;
  }

  .feature-card-7._4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f5f8ff;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-15 {
    text-align: center;
    font-size: 20px;
  }

  .heading-15.crm-card {
    text-align: left;
  }

  .div-block-18.omniplatfomdivblock {
    padding-left: 140px;
    position: sticky;
    top: 40px;
  }

  .image-31.hover-image {
    opacity: 0;
  }

  .div-block-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .section-5 {
    margin-top: 90px;
  }

  .button-10 {
    background-color: #0000;
    align-self: center;
  }

  .image-33 {
    order: 1;
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .image-33.imageoddashboard {
    order: 1;
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

  .body-text-32.contacttext {
    color: #818aa1;
  }

  .body-text-32.opacity-8.home {
    width: 90%;
  }

  .body-text-32.text-neutral-03 {
    color: #484a61;
  }

  .image-34 {
    background-color: #fff;
    margin-right: 5px;
    display: inline-block;
  }

  .feature-card-content-8, .feature-card-content-8._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-block-20 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .hero-left-content-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
  }

  .menu-small-text-3 {
    color: #6b7280;
    font-size: 13px;
    font-weight: 400;
  }

  .heading-16 {
    flex: 0 auto;
    margin-top: auto;
    padding-top: 0;
    font-size: 54px;
    line-height: 111%;
  }

  .text-block-21 {
    font-size: 16px;
    font-weight: 400;
  }

  .mega-menu-3 {
    border-color: #cfcfcf;
    box-shadow: 0 2px 20px #dbdbdd;
  }

  .mega-menu-3.feature {
    grid-template-columns: minmax(368px, 1fr) 1fr 1fr;
  }

  .div-block-20 {
    background-color: #f6f7f9;
    padding-top: 40px;
  }

  .footer-widget-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -webkit-text-stroke-color: white;
    width: 30%;
  }

  .divider-2 {
    opacity: .1;
    text-align: center;
    background-color: #161c52;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .divider-2.lastdevider, .divider-2.ai {
    margin-bottom: 0;
  }

  .text-span-13 {
    color: #fff;
    white-space: normal;
    word-break: normal;
  }

  .container-12 {
    color: #fff;
    background-color: #041543;
  }

  .div-block-22 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-22 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .footer-right-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .body-text-33 {
    color: #fff;
  }

  .body-text-34.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .heading-17.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-17.text-neutral-01.ai {
    align-self: center;
    width: 80%;
  }

  .heading-17.text-neutral-01.ai.give {
    padding-top: 0;
  }

  .list-item-5 {
    display: none;
  }

  .button-12 {
    color: #fff;
    background-color: #36d462;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-12:hover {
    background-color: #3a7dff;
  }

  .button-12:focus {
    color: #fff;
  }

  .button-12.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-12.border.small.number {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #000;
    background-color: #fff;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    display: inline-block;
  }

  .button-12.border.small.signbutton {
    outline-offset: 0px;
    color: #000;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    outline: 1px solid #000;
    display: inline-block;
  }

  .div-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .hero-wrapper-block-h2-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 568px;
  }

  .hero-heading-right-image-4 {
    background-image: url('../images/head-1.svg');
    background-size: contain;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 700px;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    right: 0%;
  }

  .hero-heading-right-image-4.ai.full {
    height: 550px;
    min-height: 550px;
  }

  .hero-heading-right-image-4.ai.full.inte {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-heading-right-image-4.ai.full.inte.lex {
    position: absolute;
  }

  .hero-heading-right-image-4.ai.full.inte.lex.blur {
    z-index: 0;
    filter: blur(19px);
    mix-blend-mode: normal;
    background-image: url('../images/Ellipse-6.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 15px;
    bottom: 15%;
    right: 25px;
    scale: 2;
  }

  .hero-heading-right-image-4.ai.full.inte.lex.phone {
    background-image: url('../images/lex-feature.svg');
    display: none;
  }

  .hero-heading-right-image-4.ai.full.inte.lex._320 {
    background-image: url('../images/lex-feature.svg');
    display: block;
  }

  .div-block-24, .div-block-25 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .heading-18.feature-card-title {
    text-align: left;
    font-size: 20px;
  }

  .heading-18.feature-card-title.aicard {
    text-align: center;
  }

  .heading-19 {
    order: -1;
    font-size: 44px;
  }

  .body-text-36.feature-section-p.ai {
    margin-bottom: 60px;
  }

  .image-39 {
    order: 1;
  }

  .feature-card-8._3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #ebfbf0;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 0;
  }

  .feature-card-8._4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f5f8ff;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 0;
  }

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

  .heading-20.crm-card {
    text-align: left;
  }

  .div-block-26.omniplatfomdivblock {
    padding-left: 140px;
    position: sticky;
    top: 40px;
  }

  .image-41.hover-image {
    opacity: 0;
  }

  .div-block-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .section-6 {
    margin-top: 90px;
  }

  .button-13 {
    background-color: #0000;
    align-self: center;
  }

  .image-43 {
    order: 1;
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .image-43.imageoddashboard {
    order: 1;
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

  .image-44 {
    background-color: #fff;
    margin-right: 5px;
    display: inline-block;
  }

  .feature-card-content-9, .feature-card-content-9._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-block-25 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .hero-left-content-4 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
  }

  .menu-small-text-4 {
    color: #6b7280;
    font-size: 13px;
    font-weight: 400;
  }

  .heading-21 {
    flex: 0 auto;
    margin-top: auto;
    padding-top: 0;
    font-size: 54px;
    line-height: 111%;
  }

  .text-block-26 {
    font-size: 16px;
    font-weight: 400;
  }

  .mega-menu-4 {
    border-color: #cfcfcf;
    box-shadow: 0 2px 20px #dbdbdd;
  }

  .mega-menu-4.feature {
    grid-template-columns: minmax(368px, 1fr) 1fr 1fr;
  }

  .div-block-28 {
    background-color: #f6f7f9;
    padding-top: 40px;
  }

  .text-span-16 {
    color: #fff;
    white-space: normal;
    word-break: normal;
  }

  .container-16 {
    color: #fff;
    background-color: #041543;
  }

  .div-block-30 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-27 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .footer-right-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .body-text-38 {
    color: #fff;
  }

  .body-text-39.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .heading-22.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-22.text-neutral-01.ai {
    align-self: center;
    width: 80%;
  }

  .heading-22.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .ai-footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .list-item-6 {
    display: none;
  }

  .button-15 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-15:focus {
    color: #fff;
  }

  .button-15.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-15.border.small.number {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #000;
    background-color: #fff;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    display: inline-block;
  }

  .button-15.border.small.signbutton {
    color: #000;
    background-color: #fff;
    border-style: solid;
    border-color: #000;
    display: inline-block;
  }

  .image-46.hover-image {
    opacity: 0;
  }

  .image-47 {
    background-color: #fff;
    margin-right: 5px;
    display: inline-block;
  }

  .container-18 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .container-18:focus {
    background-color: #fff;
  }

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

  .heading-23 {
    font-size: 57px;
  }

  .heading-23.aboutus {
    font-size: 54px;
  }

  .container-19 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .container-19:focus {
    background-color: #fff;
  }

  .gallery-content-title-2 {
    align-self: flex-start;
    max-width: 552px;
  }

  .gallery-content-title-2.cmgalaxy {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .heading-24 {
    margin-top: 40px;
    margin-bottom: 0;
    font-weight: 600;
  }

  .gallery-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .market-text {
    font-size: 18px;
    line-height: 185%;
  }

  .heading-25.gallery-title {
    color: #3a7dff;
    font-size: 44px;
  }

  .inner-bg-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .l._0.solving {
    opacity: 100;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 44px;
    font-weight: 600;
    line-height: 125%;
  }

  .container-20 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .container-20:focus {
    background-color: #fff;
  }

  .counter-wrapper-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .datablindtext {
    color: #161c52;
    font-size: 30px;
  }

  .visibility-text {
    color: #161c52;
    letter-spacing: -1px;
    font-size: 24px;
  }

  .div-block-31 {
    display: flex;
  }

  .container-21 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .container-21:focus {
    background-color: #fff;
  }

  .text-span-19.sets {
    color: #161c52;
  }

  .gallery-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .heading-26.gallery-title {
    color: #3a7dff;
    font-size: 44px;
  }

  .checkmark {
    width: 24px;
  }

  .inner-bg-3 {
    filter: blur(100px);
    background-image: url('../images/bg12.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container-22 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .container-22:focus {
    background-color: #fff;
  }

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

  .text-span-20.sets {
    color: #161c52;
  }

  .heading-27 {
    color: #161c52;
    font-size: 54px;
  }

  .gallery-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .heading-28.gallery-title {
    color: #3a7dff;
    font-size: 44px;
  }

  ._2x, ._25 {
    color: #161c52;
    font-size: 54px;
  }

  .image-48 {
    width: 646px;
    height: 549px;
  }

  .heading-29 {
    color: #161c52;
    font-size: 54px;
  }

  .container-23 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .container-23:focus {
    background-color: #fff;
  }

  .container-24 {
    max-width: 1213px;
  }

  .heading-31.text-neutral-01.core {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
  }

  .div-block-33.group-m {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
  }

  .functionality-card-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .container-26 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .container-26:focus {
    background-color: #fff;
  }

  .team-list-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-span-21 {
    color: #fff;
    white-space: normal;
    word-break: normal;
  }

  .cta-wrapper-3 {
    max-width: 100%;
  }

  .container-27 {
    color: #fff;
    background-color: #041543;
  }

  .div-block-35 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-30 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .footer-right-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .body-text-42.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .heading-33.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-33.text-neutral-01.about {
    align-self: center;
    width: 80%;
    padding-top: 0;
  }

  .heading-34 {
    font-size: 57px;
  }

  .heading-34.aboutus {
    font-size: 54px;
  }

  .heading-35 {
    margin-top: 40px;
    margin-bottom: 0;
    font-weight: 600;
  }

  .gallery-wrapper-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .heading-36.gallery-title {
    color: #3a7dff;
    font-size: 44px;
  }

  .counter-wrapper-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .div-block-36 {
    display: flex;
  }

  .text-span-25.sets {
    color: #161c52;
  }

  .gallery-wrapper-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .heading-37.gallery-title {
    color: #3a7dff;
    font-size: 44px;
  }

  .text-span-26.sets {
    color: #161c52;
  }

  .heading-38 {
    color: #161c52;
    font-size: 54px;
  }

  .gallery-wrapper-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .heading-39.gallery-title {
    color: #3a7dff;
    font-size: 44px;
  }

  .image-59 {
    width: 646px;
    height: 549px;
  }

  .heading-40 {
    color: #161c52;
    font-size: 54px;
  }

  .container-28 {
    max-width: 1213px;
  }

  .heading-42.text-neutral-01.core {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .functionality-card-list-3 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .container-30 {
    color: #fff;
    background-color: #041543;
  }

  .div-block-39 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-32 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .body-text-44.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .heading-43.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-43.text-neutral-01.about {
    align-self: center;
    width: 80%;
    padding-top: 0;
  }

  .about-fotter {
    padding-bottom: 40px;
  }

  .brand-section-4._3 {
    background-color: #041543;
  }

  .brand-section-4._3.home {
    background-color: #0000;
  }

  .image-69.hover-image {
    opacity: 0;
  }

  .button-18 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-18:focus {
    color: #fff;
  }

  .button-18.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-18.border.small.signbutton {
    color: #000;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    display: inline-block;
  }

  .container-32 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-32:focus {
    background-color: #fff;
  }

  .list-item-7 {
    display: none;
  }

  .button-19 {
    background-color: #3a7dff;
  }

  .display-heading-2 {
    font-size: 68px;
    font-weight: 600;
  }

  .display-heading-2.home.aduit {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 72px;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 5px 0 5px 15px;
    display: grid;
  }

  .heading-44.feature-title-4 {
    max-width: 520px;
  }

  .feature-wrapper-6 {
    flex-flow: row;
    width: 100%;
  }

  .feature-wrapper-6.home.centra {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .container-33 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-33:focus {
    background-color: #fff;
  }

  .container-34 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-34:focus {
    background-color: #fff;
  }

  .feature-wrapper-7 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .feature-wrapper-7.accurate {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .body-text-49.semi-bold.text-neutral-04.home {
    font-weight: 700;
  }

  .container-35 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-35:focus {
    background-color: #fff;
  }

  .container-35.home.see.blog {
    max-width: 1000px;
  }

  .button-20 {
    background-color: #f6f7f9;
    align-self: center;
    text-decoration: none;
  }

  .div-block-40 {
    background-color: #f6f7f9;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-40.blu-card {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .let {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 146%;
  }

  .feature-wrapper-8 {
    flex-flow: row;
    width: 100%;
  }

  .feature-wrapper-8.home.see.flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 40px;
    line-height: 125%;
  }

  .feature-wrapper-8.home.see.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #041543;
    border-radius: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding: 60px 40px;
    line-height: 125%;
  }

  .see.text {
    text-align: left;
    text-align: left;
    font-size: 35px;
  }

  .container-36 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-36:focus {
    background-color: #fff;
  }

  .heading-46.feature-title-4 {
    max-width: 520px;
  }

  .feature-wrapper-9 {
    flex-flow: row;
    width: 100%;
  }

  .feature-wrapper-9.home.smarter {
    margin-top: 60px;
  }

  .image-73 {
    align-self: center;
    width: 72px;
    height: 34px;
    margin-left: 10px;
  }

  .heading-47.home.ai, .heading-47.home.ai-copy, .heading-47.home.ai-copy-copy, .heading-47.home.brand {
    font-size: 44px;
  }

  .feature-wrapper-10 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .body-text-52.semi-bold.text-neutral-04.home {
    font-weight: 700;
  }

  .container-37 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-37:focus {
    background-color: #fff;
  }

  .functionality-card-list-4 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .container-38 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-38:focus {
    background-color: #fff;
  }

  .div-block-41 {
    background-color: #f6f7f9;
    margin-top: 0;
    padding-top: 0;
  }

  .button-21 {
    background-color: #f6f7f9;
    align-self: center;
    text-decoration: none;
  }

  .container-39 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-39:focus {
    background-color: #fff;
  }

  .body-text-56 {
    color: #fff;
  }

  .divider-6 {
    opacity: .1;
    text-align: center;
    background-color: #161c52;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .divider-6.ai {
    margin-bottom: 0;
  }

  .brand-section-5._3 {
    background-color: #041543;
  }

  .body-text-57.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .full-footer-2.aduit {
    margin-top: 60px;
  }

  .div-block-42 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-33 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .heading-52.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-52.text-neutral-01.ai {
    align-self: center;
    width: 80%;
  }

  .heading-52.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .container-40 {
    color: #fff;
    background-color: #041543;
  }

  .cta-wrapper-4 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-wrapper-4.full {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .list-item-8 {
    display: none;
  }

  .button-22 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-22:focus {
    color: #fff;
  }

  .button-22.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-22.border.small.number {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #000;
    background-color: #fff;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    display: inline-block;
  }

  .button-22.border.small.signbutton {
    color: #000;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    display: inline-block;
  }

  .image-77, .image-78 {
    display: none;
  }

  .image-79.hover-image {
    opacity: 0;
  }

  .button-area-4 {
    display: inline-block;
  }

  .image-80 {
    background-color: #fff;
    margin-right: 5px;
    display: inline-block;
  }

  .heri-split-left-3 {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
  }

  .hero-wrapper-block-h2-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 568px;
  }

  .hero-wrapper-block-h2-5.inte {
    min-height: 577px;
  }

  .hero-left-content-5 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
  }

  .heading-53 {
    flex: 0 auto;
    margin-top: auto;
    padding-top: 0;
    font-size: 54px;
    line-height: 111%;
  }

  .heading-54.feature-card-title {
    text-align: left;
    font-size: 20px;
  }

  .heading-54.feature-card-title.aicard {
    text-align: center;
  }

  .heading-55 {
    order: -1;
    font-size: 44px;
  }

  .image-81 {
    order: 1;
  }

  .feature-card-9.bg-neutral-06 {
    background-color: #f5f8ff;
  }

  .feature-card-9.bg-neutral-06.dashboardcard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .feature-card-9._2.bg-neutral-07 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 36px;
    padding-right: 36px;
  }

  .feature-card-9._2.bg-neutral-07.aicard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .heading-56 {
    text-align: center;
    font-size: 20px;
  }

  .heading-56.crm-card {
    text-align: left;
  }

  .image-82 {
    order: 1;
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .image-82.imageoddashboard {
    order: 1;
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

  .feature-card-content-10, .feature-card-content-10._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

  .text-block-34 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-35 {
    font-size: 16px;
    font-weight: 400;
  }

  .div-block-44 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .button-23 {
    background-color: #0000;
    align-self: center;
  }

  .div-block-45 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .feature-card-10.omnioverflow {
    scrollbar-width: none;
    max-height: 700px;
    padding-right: 220px;
    overflow-y: auto;
  }

  .div-block-46.omniplatfomdivblock {
    padding-left: 140px;
    position: sticky;
    top: 40px;
  }

  .div-block-47 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .section-9 {
    margin-top: 90px;
  }

  .div-block-48 {
    background-color: #f6f7f9;
    padding-top: 40px;
  }

  .div-block-49 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    padding-right: 0;
    display: flex;
  }

  .heading-57 {
    order: -1;
    font-size: 44px;
  }

  .code-embed-17 {
    padding: 0;
  }

  .code-embed-17.fullacrodinwithimage {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: sticky;
  }

  .image-88 {
    order: 1;
  }

  .heading-58 {
    text-align: center;
    font-size: 20px;
  }

  .heading-58.crm-card {
    text-align: left;
  }

  .feature-card-content-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

  .list-item-9 {
    display: none;
  }

  .image-90.hover-image {
    opacity: 0;
  }

  .button-24 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-24:focus {
    color: #fff;
  }

  .button-24.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-24.border.small.signbutton {
    color: #000;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    display: inline-block;
  }

  .heading-59 {
    font-size: 57px;
  }

  .container-47 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-47:focus {
    background-color: #fff;
  }

  .terms-privacy-list-item-2.privacy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #161c52;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    list-style-type: disc;
    display: list-item;
  }

  .flex-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brand-section-6._3 {
    background-color: #041543;
  }

  .divider-7 {
    opacity: .1;
    text-align: center;
    background-color: #161c52;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .divider-7.ai {
    margin-bottom: 0;
  }

  .body-text-62.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .text-block-38 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .div-block-50 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-48 {
    color: #fff;
    background-color: #041543;
  }

  .list-item-10 {
    display: none;
  }

  .image-91.hover-image {
    opacity: 0;
  }

  .button-25 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-25:focus {
    color: #fff;
  }

  .button-25.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-25.border.small.signbutton {
    color: #000;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    display: inline-block;
  }

  .terms-privacy-list-item-3.privacy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #161c52;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    list-style-type: disc;
    display: list-item;
  }

  .heading-61 {
    font-size: 57px;
  }

  .container-50 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-50:focus {
    background-color: #fff;
  }

  .flex-block-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brand-section-7._3 {
    background-color: #041543;
  }

  .brand-section-7._3.home {
    background-color: #0000;
    display: none;
  }

  .brand-section-7._3.home.new {
    display: block;
  }

  .brand-section-7._3.home {
    background-color: #0000;
  }

  .divider-8 {
    opacity: .1;
    text-align: center;
    background-color: #161c52;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .divider-8.ai {
    margin-bottom: 0;
  }

  .body-text-64.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .text-block-39 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .div-block-52 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-51 {
    color: #fff;
    background-color: #041543;
  }

  .div-block-55 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    padding-right: 0;
    display: flex;
  }

  .code-embed-23 {
    padding: 0;
  }

  .code-embed-23.fullacrodinwithimage {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: sticky;
  }

  .div-block-56 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .div-block-57 {
    background-color: #f6f7f9;
    padding-top: 40px;
  }

  .feature-card-content-12, .feature-card-content-12._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

  .heading-63 {
    order: 0;
    font-size: 44px;
  }

  .list-item-11 {
    display: none;
  }

  .flex-block-6 {
    justify-content: flex-start;
  }

  .div-block-58 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .feature-card-11._2.bg-neutral-07 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 36px;
    padding-right: 36px;
  }

  .feature-card-11._2.bg-neutral-07.aicard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .feature-card-11.bg-neutral-06 {
    background-color: #f5f8ff;
  }

  .feature-card-11.bg-neutral-06.dashboardcard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .hero-wrapper-block-h2-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 568px;
  }

  .hero-wrapper-block-h2-6.inte {
    min-height: 577px;
  }

  .div-block-59 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .heading-64 {
    flex: 0 auto;
    margin-top: auto;
    padding-top: 0;
    font-size: 54px;
    line-height: 111%;
  }

  .heading-64.ai.full.inte {
    align-self: flex-start;
  }

  .button-26 {
    background-color: #0000;
    align-self: center;
  }

  .heading-65 {
    order: -1;
    font-size: 44px;
  }

  .image-94.hover-image {
    opacity: 0;
  }

  .section-10 {
    margin-top: 90px;
  }

  .image-96 {
    order: 1;
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .image-96.imageoddashboard {
    order: 1;
    width: auto;
    height: auto;
    padding-bottom: 0;
  }

  .image-97 {
    order: 1;
  }

  .div-block-60.omniplatfomdivblock {
    padding-left: 140px;
    position: sticky;
    top: 40px;
  }

  .text-block-41 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .heading-66 {
    text-align: center;
    font-size: 20px;
  }

  .heading-66.crm-card {
    text-align: left;
  }

  .hero-left-content-6 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: center;
  }

  .button-27 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-27:focus {
    color: #fff;
  }

  .button-27.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-27.border.small.signbutton {
    color: #000;
    background-color: #0000;
    border-style: none;
    border-color: #000;
    display: inline-block;
  }

  .code-embed-24.bar {
    width: 962px;
  }

  .heading-67 {
    order: -1;
    font-size: 44px;
  }

  .heading-68.feature-card-title {
    text-align: left;
    font-size: 20px;
  }

  .heading-68.feature-card-title.aicard {
    text-align: center;
  }

  .text-block-43 {
    font-size: 16px;
    font-weight: 400;
  }

  .feature-card-12.omnioverflow {
    scrollbar-width: none;
    max-height: 700px;
    padding-right: 220px;
    overflow-y: auto;
  }

  .container-57 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-57:focus {
    background-color: #fff;
  }

  .container-58 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-58:focus {
    background-color: #fff;
  }

  .container-59 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-59:focus {
    background-color: #fff;
  }

  .paragraph-8 {
    align-self: flex-start;
  }

  .flex-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .code-embed-25 {
    width: 871px;
    margin-top: 20px;
  }

  .image-107.hover-image {
    opacity: 0;
  }

  .button-28 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-28:focus {
    color: #fff;
  }

  .button-28.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-28.border.small.signbutton {
    color: #000;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    display: inline-block;
  }

  .button-28.border.small.signbutton.aduit {
    background-color: #0000;
  }

  .list-item-12 {
    display: none;
  }

  .background-video {
    z-index: 999;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    inset: 0%;
  }

  .container-61 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-61:focus {
    background-color: #fff;
  }

  .button-29 {
    background-color: #3a7dff;
  }

  .form-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }

  .container-62 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-62:focus {
    background-color: #fff;
  }

  .heading-70 {
    order: -1;
    font-size: 44px;
  }

  .container-63 {
    max-width: 1213px;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
  }

  .div-block-37.group-m {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
  }

  .functionality-card-list-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .functionality-card-list-5.aduit.growth {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .functionality-card-list-5.aduit {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 80%;
    margin-top: 0;
  }

  .body-text-70 {
    color: #fff;
  }

  .divider-9 {
    opacity: .1;
    text-align: center;
    background-color: #161c52;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .divider-9.ai {
    margin-bottom: 0;
  }

  .flex-block-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .body-text-71.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .div-block-61 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-45 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .heading-73.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-73.text-neutral-01.ai {
    align-self: center;
    width: 80%;
  }

  .heading-73.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .container-66 {
    color: #fff;
    background-color: #041543;
  }

  .cta-wrapper-5 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-wrapper-5.full {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .body-text-72 {
    color: #fff;
  }

  .body-text-73.contacttext {
    color: #818aa1;
  }

  .divider-10 {
    opacity: .1;
    text-align: center;
    background-color: #161c52;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .divider-10.ai {
    margin-bottom: 0;
  }

  .flex-block-11 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .body-text-74.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .div-block-63 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-46 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .heading-74.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-74.text-neutral-01.ai {
    align-self: center;
    width: 80%;
  }

  .heading-74.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .container-67 {
    color: #fff;
    background-color: #041543;
  }

  .flex-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .code-embed-30 {
    width: 871px;
    margin-top: 20px;
  }

  .image-121.hover-image {
    opacity: 0;
  }

  .button-30 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-30:focus {
    color: #fff;
  }

  .button-30.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-30.border.small.signbutton {
    color: #000;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    display: inline-block;
  }

  .button-30.border.small.signbutton.aduit {
    background-color: #0000;
  }

  .list-item-13 {
    display: none;
  }

  .container-69 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-69:focus {
    background-color: #fff;
  }

  .button-31 {
    background-color: #3a7dff;
  }

  .form-4 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }

  .flex-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .code-embed-31 {
    width: 871px;
    margin-top: 20px;
  }

  .image-124.hover-image {
    opacity: 0;
  }

  .button-32 {
    color: #fff;
    background-color: #3a7dff;
    flex: 0 auto;
    order: 1;
    margin-top: 0;
    margin-left: 0;
  }

  .button-32:focus {
    color: #fff;
  }

  .button-32.border.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #3a7dff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-right: 10px;
    display: none;
  }

  .button-32.border.small.signbutton.aduit {
    background-color: #0000;
  }

  .button-32.border.small.signbutton {
    color: #000;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    display: inline-block;
  }

  .list-item-14 {
    display: none;
  }

  .container-71 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-71:focus {
    background-color: #fff;
  }

  .button-33 {
    background-color: #3a7dff;
  }

  .form-5 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }

  .container-72 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-72:focus {
    background-color: #fff;
  }

  .container-73 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-73:focus {
    background-color: #fff;
  }

  .container-74 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-74:focus {
    background-color: #fff;
  }

  .form-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 5px 0 5px 15px;
    display: grid;
  }

  .button-34 {
    background-color: #3a7dff;
  }

  .flex-block-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-133.hover-image {
    opacity: 0;
  }

  .list-item-15 {
    display: none;
  }

  .container-76 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-76:focus {
    background-color: #fff;
  }

  .button-35 {
    background-color: #3a7dff;
  }

  .form-7 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }

  .container-77 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-77:focus {
    background-color: #fff;
  }

  .heading-76 {
    order: -1;
    font-size: 44px;
  }

  .container-78 {
    max-width: 1213px;
  }

  .container-81 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .container-81:focus {
    background-color: #fff;
  }

  .body-text-85.contacttext {
    color: #818aa1;
  }

  .footer-link-3 {
    flex-flow: row;
    font-size: 14px;
    display: flex;
  }

  .footer-link-3.contacttext {
    color: #818aa1;
    font-size: 16px;
  }

  .flex-block-25 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .body-text-86.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .div-block-65 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-50 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .devider-for-contct-us-2 {
    background-color: #818aa1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 1px;
    min-height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 22px;
    display: block;
  }

  .footer-right-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .heading-79.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-79.text-neutral-01.ai {
    align-self: center;
    width: 80%;
  }

  .heading-79.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .container-82 {
    color: #fff;
    background-color: #041543;
  }

  .footer-left-block-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 42%;
  }

  .heading-80 {
    font-size: 57px;
  }

  .heading-80.hero-title {
    font-size: 64px;
  }

  .hero-image-5 {
    width: 100%;
    max-width: 280px;
    right: -70px;
  }

  .hero-image-6 {
    width: 100%;
    max-width: 393px;
    top: 170px;
    left: -90px;
  }

  .header-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-145.hover-image {
    opacity: 0;
  }

  .list-item-16 {
    display: none;
  }

  .container-85 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-85:focus {
    background-color: #fff;
  }

  .container-86 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-86:focus {
    background-color: #fff;
  }

  .button-37 {
    background-color: #3a7dff;
  }

  .form-8 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }

  .button-38 {
    background-color: #0000;
    align-self: center;
    text-decoration: none;
  }

  .button-38:hover {
    border-width: 1px;
    border-color: #3a7dff;
  }

  .flex-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-81 {
    order: -1;
    font-size: 44px;
  }

  .heading-81.markting.how {
    order: 0;
  }

  .heading-85 {
    font-size: 54px;
  }

  .functionality-wrapper-3 {
    padding-bottom: 60px;
  }

  .body-text-97.text-neutral-04.home.new {
    width: 71%;
  }

  .navbar-button-4 {
    display: block;
  }

  .header-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-67 {
    background-color: #fff;
    padding-top: 0;
  }

  .div-block-67.omni.inte.matter {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .image-152.hover-image {
    opacity: 0;
  }

  .container-89 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .container-89:focus {
    background-color: #fff;
  }

  .image-153 {
    align-self: center;
  }

  .list-item-17 {
    display: none;
  }

  .paragraph-9 {
    align-self: flex-end;
  }

  .container-91 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-91:focus {
    background-color: #fff;
  }

  .container-92 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-92:focus {
    background-color: #fff;
  }

  .heading-87.feature-title-4 {
    max-width: 520px;
  }

  .feature-wrapper-11 {
    flex-flow: row;
    width: 100%;
  }

  .feature-wrapper-11.home.centra {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .container-93 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-93:focus {
    background-color: #fff;
  }

  .feature-wrapper-12 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .feature-wrapper-12.accurate {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .feature-wrapper-13 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .feature-wrapper-13.accurate {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .container-94 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-94:focus {
    background-color: #fff;
  }

  .div-block-68 {
    background-color: #f6f7f9;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-68.blu-card {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .button-39 {
    background-color: #f6f7f9;
    align-self: center;
    text-decoration: none;
  }

  .feature-wrapper-14 {
    flex-flow: row;
    width: 100%;
  }

  .feature-wrapper-14.home.see.flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 40px;
    line-height: 125%;
  }

  .feature-wrapper-14.home.see.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #041543;
    border-radius: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding: 60px 40px;
    line-height: 125%;
  }

  .container-95 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-95:focus {
    background-color: #fff;
  }

  .heading-90.feature-title-4 {
    max-width: 520px;
  }

  .feature-wrapper-15 {
    flex-flow: row;
    width: 100%;
  }

  .feature-wrapper-15.home.smarter {
    margin-top: 60px;
  }

  .container-96 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-96:focus {
    background-color: #fff;
  }

  .image-158 {
    align-self: center;
    width: 72px;
    height: 34px;
    margin-left: 10px;
  }

  .body-text-112.opacity-8.home {
    width: 90%;
  }

  .heading-92.home.ai {
    font-size: 44px;
  }

  .feature-wrapper-16 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .container-97 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-97:focus {
    background-color: #fff;
  }

  .body-text-115.opacity-8.home {
    width: 90%;
  }

  .functionality-wrapper-4 {
    padding-bottom: 0;
  }

  .container-98 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-98:focus {
    background-color: #fff;
  }

  .div-block-69 {
    background-color: #f6f7f9;
    margin-top: 0;
    padding-top: 0;
  }

  .button-40 {
    background-color: #f6f7f9;
    align-self: center;
    text-decoration: none;
  }

  .container-99 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-99:focus {
    background-color: #fff;
  }

  .body-text-118.contacttext {
    color: #818aa1;
  }

  .divider-13 {
    opacity: .1;
    text-align: center;
    background-color: #161c52;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .divider-13.ai {
    margin-bottom: 0;
  }

  .flex-block-41 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-70 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-51 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .heading-96.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-96.text-neutral-01.ai {
    align-self: center;
    width: 80%;
  }

  .heading-96.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .container-100 {
    color: #fff;
    background-color: #041543;
  }

  .body-text-119.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .footer-left-block-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 42%;
  }

  .header-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-162.hover-image {
    opacity: 0;
  }

  .list-item-18 {
    display: none;
  }

  .flex-block-42 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-97 {
    font-size: 54px;
  }

  .body-text-120.text-neutral-04.home.new {
    width: 71%;
  }

  .container-102 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-102:focus {
    background-color: #fff;
  }

  .container-104 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }

  .container-104:focus {
    background-color: #fff;
  }

  .container-105 {
    margin-top: 40px;
    padding-top: 0;
  }

  .container-106 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-106:focus {
    background-color: #fff;
  }

  .container-107 {
    box-sizing: border-box;
    object-fit: fill;
    background-color: #0000;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 30px;
  }

  .container-107:focus {
    background-color: #fff;
  }

  .body-text-126.contacttext {
    color: #818aa1;
  }

  .divider-14 {
    opacity: .1;
    text-align: center;
    background-color: #161c52;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .divider-14.ai {
    margin-bottom: 0;
  }

  .flex-block-46 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-72 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-52 {
    flex-flow: column;
    align-self: flex-start;
    margin-top: -20px;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .heading-100.text-neutral-01 {
    padding-top: 100px;
  }

  .heading-100.text-neutral-01.ai {
    align-self: center;
    width: 80%;
  }

  .heading-100.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .container-108 {
    color: #fff;
    background-color: #041543;
  }

  .body-text-127.text-neutral-01 {
    outline-offset: 0px;
    outline: 3px #fff;
  }

  .footer-left-block-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 42%;
  }

  .section-21 {
    padding-bottom: 40px;
  }

  .hide {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .terms-privacy-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-left-p.body-text-16.text-neutral-01, .footer-left-p.body-text-16.text-neutral-01.stremline, .footer-left-p.body-text-16.text-neutral-01, .footer-left-p.body-text-16.text-neutral-01, .footer-left-p.body-text-16.text-neutral-01 {
    margin-left: 0;
  }

  .content-block-two.terms-policy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .term-policy-wrapper.pricacy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-title.feature-two.matters {
    margin-top: 30px;
  }

  .footer-bottom.foterwith-icon {
    justify-content: center;
    display: flex;
  }

  .hero-top-block._4 {
    align-self: auto;
    width: 100%;
  }

  .hero-content-block._4.aduit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-start;
    max-width: 100%;
    margin-top: 30px;
  }

  .hero-content-block._4.new {
    max-width: 100%;
  }

  .brand-wrapper.position-relative.new {
    display: block;
  }

  .feature-card-image-block._2 {
    align-self: center;
  }

  .feature-section.section-paddingaaa.remove-bottom-padding.home, .feature-section.section-paddingaaa.remove-bottom-padding.hone {
    background-color: #0000;
  }

  .feature-content-block.see {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .feature-content-block._3, .feature-card-image-2._2, .feature-card-image-2._2, .feature-card-image-2._2 {
    max-width: 100%;
  }

  .feature-card-image-2._2 {
    max-width: 100%;
  }

  .feature-card-image-2._2.data.multi {
    left: auto;
  }

  .feature-card-image-2._2.data.multi.inte {
    text-align: center;
    position: static;
  }

  .feature-card-3._3, .feature-card-3._4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-brand-section.position-relative {
    background-color: #fff;
  }

  .functionality-section.l.core, .functionality-section.becarefull.core {
    background-color: #f4f7fe;
    margin-top: 120px;
  }

  .functionality-section.becarefull.core.aduitredo {
    padding-top: 30px;
  }

  .functionality-card._2 {
    background-color: #fff;
  }

  .inner-hero-p._w-840.platform {
    color: #484a61;
  }

  .counter-section.section-padding.remove-top-padding.position-relative {
    background-image: url('../images/Group-202.png');
    background-position: 0 0;
    background-size: auto;
  }

  .counter-card._1 {
    background-color: #fff;
    padding-left: 38px;
    padding-right: 10px;
    box-shadow: 0 2px 36px #2c3f580d;
  }

  .counter-card._1:hover {
    background-image: linear-gradient(135deg, #3a7dff, #00e7b0);
  }

  .blog-details-wrapper {
    max-width: 1000px;
  }

  .blog-details-image {
    height: 100%;
  }

  .button-2.border.small {
    display: inline-block;
  }

  .button-2.border.small.signbutton {
    background-color: #0000;
  }

  .hero-wrapper-block-h2-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .hero-heading-right-image-2 {
    max-width: 790px;
    height: 650px;
    max-height: 650px;
  }

  .agency-image {
    opacity: 0;
  }

  .button-5 {
    color: #000;
    background-color: #0000;
    border: 1px solid #000;
    padding: 12px 24px;
  }

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

  .hero-left-block-2 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-dropdown-link-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-link-2.nav-link-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-link-2.omni {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-link-2.omni.nav-link-2 {
    grid-template-columns: 3.25fr 1fr;
  }

  .about-arow, .contact-arow {
    width: 10px;
  }

  .heading-9.feature-card-title {
    font-size: 20px;
  }

  .heading-9.feature-card-title.aicard {
    text-align: center;
  }

  .body-text-22.feature-section-p.marketingsubheading {
    font-size: 20px;
  }

  .image-8 {
    padding-top: 0;
  }

  .feature-card-content-6._3 {
    justify-content: flex-end;
    align-items: stretch;
  }

  .feature-card-5.bg-neutral-06 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 16px;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .feature-card-5.bg-neutral-06.dashboardcard {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 32px;
  }

  .feature-card-5._2.bg-neutral-07 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 16px;
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-card-5._2.bg-neutral-07.aicard {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .omnimatter {
    margin-top: 40px;
  }

  .omnimatter.ai, .omnimatter.full, .omnimatter.full, .omnimatter.full {
    margin-top: 100px;
  }

  .heading-11 {
    text-align: center;
    font-size: 20px;
  }

  .heading-11.crm-card {
    text-align: left;
  }

  .career-arow {
    width: 10px;
  }

  .image-19 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-19.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .button-7 {
    padding: 12px 24px;
  }

  .button-7:hover {
    color: #fff;
    background-color: #3a7dff;
    border-width: 0;
  }

  .powered-image {
    opacity: 0;
  }

  .image-3.imageoddashboard {
    max-width: 100%;
  }

  .b2b-arow {
    opacity: 0;
  }

  .h1 {
    width: 75%;
  }

  .h1.h2 {
    font-size: 44px;
  }

  .image-6 {
    background-color: #0000;
  }

  .feature-card-content-5._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

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

  .hero-left-content-2 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: center;
  }

  .card {
    padding-top: 0;
  }

  .card.acordin {
    margin-bottom: 100px;
  }

  .image-ai {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-ai.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .heading-8 {
    font-size: 54px;
    line-height: 122%;
  }

  .mega-menu-2.feature {
    grid-template-columns: minmax(341px, 1fr) 1fr 1fr;
  }

  .image-10 {
    padding-top: 0;
  }

  .divider-1 {
    margin-bottom: 10px;
  }

  .cta-wrapper-2 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-wrapper-2.full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-wrapper-2.footer {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .button-area-3.sign {
    padding: 7px 20px;
  }

  .footer-left-block-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    width: 42%;
  }

  .footer-left-block-2.footerfornumber {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 79%;
  }

  .body-text-27 {
    color: #818aa1;
  }

  .body-text-28.text-neutral-01 {
    justify-content: center;
  }

  .button-9.border.small {
    display: inline-block;
  }

  .button-9.border.small.signbutton {
    background-color: #0000;
  }

  .hero-wrapper-block-h2-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .hero-heading-right-image-3 {
    max-width: 790px;
    height: 650px;
    max-height: 650px;
  }

  .hero-heading-right-image-3.ai {
    background-image: url('../images/ai-feature_1.png');
    max-height: 630px;
  }

  .market {
    color: #3a7dff;
  }

  .nav-dropdown-link-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-link-3.nav-link-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-link-3.omni {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-link-3.omni.nav-link-2 {
    grid-template-columns: 3.25fr 1fr;
  }

  .heading-13.feature-card-title {
    font-size: 20px;
  }

  .heading-13.feature-card-title.aicard {
    text-align: center;
  }

  .heading-14.ai {
    font-size: 44px;
  }

  .body-text-30.feature-section-p.ai {
    margin-bottom: 60px;
  }

  .image-28 {
    padding-top: 0;
  }

  .feature-card-content-7._3 {
    justify-content: flex-end;
    align-items: stretch;
  }

  .feature-card-6.bg-neutral-06 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 16px;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .feature-card-6.bg-neutral-06.dashboardcard {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 32px;
  }

  .feature-card-6.bg-neutral-06.dashboardcard.ai {
    background-color: #ebfbf0;
  }

  .feature-card-6._2.bg-neutral-07 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 16px;
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-card-6._2.bg-neutral-07.aicard {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .feature-card-6._2.bg-neutral-07.aicard.ai {
    background-color: #f5f8ff;
  }

  .feature-card-7._3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .feature-card-7._3.ai.machanie, .feature-card-7._3.ai.first {
    background-color: #f5f8ff;
  }

  .feature-card-7._4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .feature-card-7._4.ai.opti, .feature-card-7._4.ai.auto {
    background-color: #ebfbf0;
  }

  .heading-15 {
    text-align: center;
    font-size: 20px;
  }

  .heading-15.crm-card {
    text-align: left;
  }

  .image-31 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-31.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .button-10 {
    padding: 12px 24px;
  }

  .image-33.imageoddashboard {
    max-width: 100%;
  }

  .body-text-32.text-neutral-02.opacity-6._2text, .body-text-32.text-neutral-02.opacity-6._3-text, .body-text-32.text-neutral-02.opacity-6._1-text {
    color: #161c52;
  }

  .body-text-32.opacity-8.home {
    color: #484a61;
  }

  .image-34 {
    background-color: #0000;
  }

  .feature-card-content-8._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

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

  .hero-left-content-3 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: center;
  }

  .heading-16 {
    font-size: 54px;
    line-height: 122%;
  }

  .mega-menu-3.feature {
    grid-template-columns: minmax(341px, 1fr) 1fr 1fr;
  }

  .image-35 {
    padding-top: 0;
  }

  .divider-2 {
    margin-bottom: 10px;
  }

  .divider-2.ai {
    margin-bottom: 0;
  }

  .body-text-33 {
    color: #818aa1;
  }

  .body-text-34.text-neutral-01 {
    justify-content: center;
  }

  .heading-17.text-neutral-01.ai {
    align-self: center;
    width: 70%;
  }

  .button-12.border.small {
    display: inline-block;
  }

  .button-12.border.small.signbutton {
    background-color: #0000;
  }

  .hero-wrapper-block-h2-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .hero-heading-right-image-4 {
    max-width: 790px;
    height: 650px;
    max-height: 650px;
  }

  .hero-heading-right-image-4.ai {
    background-image: url('../images/Group-624607-1-1.png');
  }

  .hero-heading-right-image-4.ai.full {
    background-position: 50%;
  }

  .hero-heading-right-image-4.ai.full.inte {
    background-position: 100%;
    background-size: contain;
    background-attachment: scroll;
    justify-content: center;
    align-self: auto;
    align-items: center;
    min-height: 550px;
    margin-top: 40px;
    padding-top: 0;
  }

  .hero-heading-right-image-4.ai.full.inte.lex {
    display: block;
  }

  .hero-heading-right-image-4.ai.full.inte.lex.blur {
    display: block;
    left: auto;
    right: 25px;
    overflow: hidden;
    scale: 2;
  }

  .heading-18.feature-card-title {
    font-size: 20px;
  }

  .heading-18.feature-card-title.aicard {
    text-align: center;
  }

  .heading-19.ai {
    font-size: 44px;
  }

  .image-39 {
    padding-top: 0;
  }

  .feature-card-8._3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .feature-card-8._3.ai.machanie, .feature-card-8._3.ai.first {
    background-color: #f5f8ff;
  }

  .feature-card-8._4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .feature-card-8._4.ai.opti {
    background-color: #f4fcfa;
  }

  .feature-card-8._4.ai.auto {
    background-color: #ebfbf0;
  }

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

  .heading-20.crm-card {
    text-align: left;
  }

  .image-41 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-41.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .button-13 {
    padding: 12px 24px;
  }

  .button-13.about {
    color: #fff;
  }

  .image-43.imageoddashboard {
    max-width: 100%;
  }

  .image-44 {
    background-color: #0000;
  }

  .feature-card-content-9._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

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

  .hero-left-content-4 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: center;
  }

  .heading-21 {
    font-size: 54px;
    line-height: 122%;
  }

  .mega-menu-4.feature {
    grid-template-columns: minmax(341px, 1fr) 1fr 1fr;
  }

  .image-45 {
    padding-top: 0;
  }

  .div-block-28.about {
    background-color: #0000;
  }

  .body-text-38 {
    color: #818aa1;
  }

  .body-text-39.text-neutral-01 {
    justify-content: center;
  }

  .heading-22.text-neutral-01.ai {
    align-self: center;
    width: 70%;
  }

  .heading-22.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .full-footer {
    padding-top: 1px;
  }

  .ai-footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .button-15.border.small {
    display: inline-block;
  }

  .button-15.border.small.number.about, .button-15.border.small.signbutton {
    background-color: #0000;
  }

  .image-46 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-46.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .image-47 {
    background-color: #0000;
  }

  .heading-23.aboutus {
    color: #161c52;
    font-size: 54px;
  }

  .text-span-18 {
    color: #161c52;
    -webkit-text-stroke-color: #161c52;
  }

  .gallery-content-title-2 {
    align-self: flex-start;
  }

  .gallery-content-title-2.cmgalaxy {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    display: flex;
  }

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

  .heading-25.gallery-title {
    color: #3a7dff;
  }

  .inner-bg-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .l._0.solving {
    opacity: 1;
    color: #fff;
    text-align: center;
    margin: 80px auto 50px;
    font-size: 44px;
    font-weight: 600;
    box-shadow: 0 2px 40px #2c3f580d;
  }

  .counter-wrapper-2 {
    box-shadow: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .datablindtext {
    color: #161c52;
    letter-spacing: 1px;
    font-size: 30px;
    display: block;
  }

  .datablindtext:hover {
    color: #fff;
  }

  .datablindtext.data {
    width: 60%;
  }

  .visibility-text {
    color: #161c52;
    width: 100%;
    font-size: 24px;
    display: block;
  }

  .visibility-text:hover {
    color: #fff;
  }

  .visibility-text.full {
    width: 82%;
  }

  .body-text-40.medium:hover {
    color: #fff;
  }

  .text-span-10 {
    color: #3a7dff;
  }

  .div-block-31 {
    display: flex;
  }

  .text-span-19 {
    color: #161c52;
    -webkit-text-stroke-color: #161c52;
  }

  .heading-26.gallery-title {
    color: #3a7dff;
  }

  .text-block-28 {
    margin-left: 10px;
  }

  .checkmark {
    width: 24px;
  }

  .inner-bg-3 {
    background-image: url('../images/bg12.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .text-span-20 {
    color: #161c52;
    -webkit-text-stroke-color: #161c52;
  }

  .heading-27 {
    color: #161c52;
  }

  .heading-28.gallery-title {
    color: #3a7dff;
  }

  ._2x, ._25 {
    color: #161c52;
  }

  .image-48 {
    width: 646px;
    height: 589px;
  }

  .heading-29 {
    color: #161c52;
  }

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

  .container-24 {
    max-width: 1390px;
  }

  .heading-31.text-neutral-01.core {
    color: #161c52;
    margin-bottom: 40px;
    font-size: 54px;
  }

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .div-block-33.group-m {
    grid-column-gap: 77px;
    grid-row-gap: 77px;
    justify-content: center;
    margin-top: 20px;
  }

  .functionality-card-list-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-span-11 {
    color: #3a7dff;
    font-size: 16px;
  }

  .heading-32.team {
    color: #161c52;
    text-align: center;
  }

  .heading-32.futre {
    text-align: center;
  }

  .body-text-41.medium:hover {
    color: #fff;
  }

  .paragraph {
    text-align: center;
  }

  .cta-wrapper-3 {
    max-width: 100%;
  }

  .body-text-42.text-neutral-01 {
    justify-content: center;
  }

  .heading-33.text-neutral-01.about {
    align-self: center;
    width: 72%;
  }

  .heading-34.aboutus {
    color: #161c52;
    font-size: 54px;
  }

  .text-span-23 {
    color: #161c52;
    -webkit-text-stroke-color: #161c52;
  }

  .heading-36.gallery-title {
    color: #3a7dff;
  }

  .counter-wrapper-3 {
    box-shadow: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .body-text-43.medium:hover {
    color: #fff;
  }

  .text-span-24 {
    color: #3a7dff;
  }

  .div-block-36 {
    display: flex;
  }

  .text-span-25 {
    color: #161c52;
    -webkit-text-stroke-color: #161c52;
  }

  .heading-37.gallery-title {
    color: #3a7dff;
  }

  .text-span-26 {
    color: #161c52;
    -webkit-text-stroke-color: #161c52;
  }

  .heading-38 {
    color: #161c52;
  }

  .heading-39.gallery-title {
    color: #3a7dff;
  }

  .image-59 {
    width: 646px;
    height: 589px;
  }

  .heading-40 {
    color: #161c52;
  }

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

  .container-28 {
    max-width: 1390px;
  }

  .heading-42.text-neutral-01.core {
    color: #161c52;
    margin-bottom: 40px;
    font-size: 54px;
  }

  .functionality-card-list-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .body-text-44.text-neutral-01 {
    justify-content: center;
  }

  .heading-43.text-neutral-01.about {
    align-self: center;
    width: 72%;
  }

  .about-fotter {
    padding-top: 40px;
  }

  .brand-section-4._3.home {
    background-color: #0000;
  }

  .text-field-2 {
    width: 250px;
  }

  .image-69 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-69.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .hero-wrapper-5 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .button-18.border.small {
    display: inline-block;
  }

  .button-18.border.small.signbutton {
    background-color: #0000;
  }

  .container-32.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .display-heading-2.home.aduit {
    margin-bottom: 10px;
  }

  .form-2 {
    border: 1px solid #d3d3ec;
    border-radius: 58px;
    padding-right: 5px;
    display: flex;
  }

  .feature-wrapper-6.home.centra {
    padding-bottom: 60px;
  }

  .feature-wrapper-7.accurate {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-35.home.see.blog {
    max-width: 1080px;
  }

  .button-20 {
    padding: 12px 24px;
  }

  .button-20:hover {
    color: #fff;
    background-color: #3a7dff;
    border-width: 1px;
  }

  .button-20.blue {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-40 {
    padding-top: 0;
  }

  .feature-wrapper-8.home.see.flex {
    line-height: 125%;
  }

  .feature-wrapper-8.home.see.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 60px 40px;
    line-height: 125%;
    display: grid;
  }

  .see {
    line-height: 125%;
  }

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

  .feature-wrapper-9.home.smarter, .feature-wrapper-10.sata {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .functionality-card-list-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .functionality-card-list-4.home {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-41 {
    padding-top: 0;
  }

  .button-21 {
    padding: 12px 24px;
  }

  .button-21:hover {
    color: #fff;
    background-color: #3a7dff;
    border-width: 1px;
  }

  .button-21.prove {
    padding-top: 15px;
  }

  .body-text-56 {
    color: #818aa1;
  }

  .divider-6 {
    margin-bottom: 10px;
  }

  .divider-6.ai {
    margin-bottom: 0;
  }

  .body-text-57.text-neutral-01 {
    justify-content: center;
  }

  .full-footer-2 {
    padding-top: 1px;
  }

  .heading-52.text-neutral-01.ai {
    align-self: center;
    width: 70%;
  }

  .heading-52.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .cta-wrapper-4 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-wrapper-4.full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-22.border.small {
    display: inline-block;
  }

  .button-22.border.small.signbutton {
    background-color: #0000;
  }

  .image-79 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-79.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .image-80 {
    background-color: #0000;
  }

  .heri-split-left-3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-wrapper-block-h2-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .hero-wrapper-block-h2-5.inte {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 497px;
    margin-top: 100px;
  }

  .hero-left-content-5 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: center;
  }

  .heading-53 {
    font-size: 54px;
    line-height: 122%;
  }

  .heading-54.feature-card-title {
    font-size: 20px;
  }

  .heading-54.feature-card-title.aicard {
    text-align: center;
  }

  .heading-55.ai {
    font-size: 44px;
  }

  .image-81 {
    padding-top: 0;
  }

  .feature-card-9.bg-neutral-06 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 16px;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .feature-card-9.bg-neutral-06.dashboardcard {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 32px;
  }

  .feature-card-9.bg-neutral-06.dashboardcard.ai {
    background-color: #ebfbf0;
  }

  .feature-card-9._2.bg-neutral-07 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 16px;
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-card-9._2.bg-neutral-07.aicard {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .feature-card-9._2.bg-neutral-07.aicard.ai {
    background-color: #f5f8ff;
  }

  .heading-56 {
    text-align: center;
    font-size: 20px;
  }

  .heading-56.crm-card {
    text-align: left;
  }

  .image-82.imageoddashboard {
    max-width: 100%;
  }

  .feature-card-content-10._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

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

  .image-83 {
    padding-top: 0;
  }

  .button-23 {
    padding: 15px 30px;
  }

  .image-88 {
    padding-top: 0;
  }

  .heading-58 {
    text-align: center;
    font-size: 20px;
  }

  .heading-58.crm-card {
    text-align: left;
  }

  .image-89 {
    padding-top: 0;
  }

  .image-90 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-90.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .button-24.border.small {
    display: inline-block;
  }

  .button-24.border.small.signbutton {
    background-color: #0000;
  }

  .container-47.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .divider-7 {
    margin-bottom: 10px;
  }

  .divider-7.ai {
    margin-bottom: 0;
  }

  .body-text-62.text-neutral-01 {
    justify-content: center;
  }

  .link-6 {
    -webkit-text-stroke-color: white;
  }

  .link-6:hover {
    color: #3a7dff;
  }

  .image-91 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-91.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .button-25.border.small {
    display: inline-block;
  }

  .button-25.border.small.signbutton {
    background-color: #0000;
  }

  .container-50.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .brand-section-7._3.home {
    background-color: #0000;
  }

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

  .divider-8.ai {
    margin-bottom: 0;
  }

  .body-text-64.text-neutral-01 {
    justify-content: center;
  }

  .link-7:hover {
    color: #3a7dff;
  }

  .code-embed-22 {
    display: block;
  }

  .feature-card-content-12._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: stretch;
  }

  .heading-63 {
    order: 0;
  }

  .heading-63.ai {
    font-size: 44px;
  }

  .feature-card-11._2.bg-neutral-07 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 16px;
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-card-11._2.bg-neutral-07.aicard {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .feature-card-11._2.bg-neutral-07.aicard.ai {
    background-color: #f5f8ff;
  }

  .feature-card-11.bg-neutral-06 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-radius: 16px;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .feature-card-11.bg-neutral-06.dashboardcard {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 32px;
  }

  .feature-card-11.bg-neutral-06.dashboardcard.ai {
    background-color: #ebfbf0;
  }

  .hero-wrapper-block-h2-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .hero-wrapper-block-h2-6.inte {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 497px;
    margin-top: 100px;
  }

  .hero-wrapper-block-h2-6.inte.lex {
    margin-top: 60px;
  }

  .heading-64 {
    font-size: 54px;
    line-height: 122%;
  }

  .button-26 {
    padding: 12px 24px;
  }

  .heading-65.ai {
    font-size: 44px;
  }

  .image-94 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-94.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .image-96.imageoddashboard {
    max-width: 100%;
  }

  .image-97 {
    padding-top: 0;
  }

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

  .heading-66 {
    text-align: center;
    font-size: 20px;
  }

  .heading-66.crm-card {
    text-align: left;
  }

  .hero-left-content-6 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: center;
  }

  .button-27.border.small {
    display: inline-block;
  }

  .button-27.border.small.signbutton {
    background-color: #0000;
  }

  .code-embed-24 {
    display: block;
  }

  .heading-68.feature-card-title {
    font-size: 20px;
  }

  .heading-68.feature-card-title.aicard {
    text-align: center;
  }

  .text-block-43.campain.full.inte {
    line-height: 170%;
  }

  .image-99 {
    padding-top: 0;
  }

  .paragraph-8 {
    text-align: left;
  }

  .flex-block-8 {
    grid-template-columns: 1.25fr 1fr;
  }

  .hero-wrapper-6 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .image-106 {
    height: 39px;
  }

  .code-embed-25 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .image-107 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-107.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .button-28.border.small {
    display: inline-block;
  }

  .button-28.border.small.signbutton {
    background-color: #0000;
  }

  .background-video {
    height: auto;
  }

  .container-61.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .form-3 {
    border: 1px solid #d3d3ec;
    border-radius: 58px;
  }

  .heading-70.markting {
    border: 0 solid #161c52;
    font-family: Onest, sans-serif;
  }

  .container-63 {
    max-width: 1390px;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .div-block-37.group-m {
    grid-column-gap: 77px;
    grid-row-gap: 77px;
    justify-content: center;
    margin-top: 20px;
  }

  .functionality-card-list-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .functionality-card-list-5.aduit {
    grid-template-columns: 1fr 1fr 1fr;
    width: 92%;
    margin-top: 0;
  }

  .functionality-card-list-5.home {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .body-text-70 {
    color: #818aa1;
  }

  .divider-9 {
    margin-bottom: 10px;
  }

  .divider-9.ai {
    margin-bottom: 0;
  }

  .body-text-71.text-neutral-01 {
    justify-content: center;
  }

  .heading-73.text-neutral-01.ai {
    align-self: center;
    width: 70%;
  }

  .heading-73.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .cta-wrapper-5 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-wrapper-5.full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-text-72 {
    color: #818aa1;
  }

  .divider-10 {
    margin-bottom: 10px;
  }

  .divider-10.ai {
    margin-bottom: 0;
  }

  .body-text-74.text-neutral-01 {
    justify-content: center;
  }

  .heading-74.text-neutral-01.ai {
    align-self: center;
    width: 70%;
  }

  .heading-74.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .flex-block-12 {
    grid-template-columns: 1.25fr 1fr;
  }

  .hero-wrapper-7 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .image-120 {
    height: 39px;
  }

  .code-embed-30 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .image-121 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-121.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .button-30.border.small {
    display: inline-block;
  }

  .button-30.border.small.signbutton {
    background-color: #0000;
  }

  .container-69.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .form-4 {
    border: 1px solid #d3d3ec;
    border-radius: 58px;
  }

  .flex-block-14 {
    grid-template-columns: 1.25fr 1fr;
  }

  .hero-wrapper-8 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .image-123 {
    height: 39px;
  }

  .code-embed-31 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .image-124 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-124.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .button-32.border.small {
    display: inline-block;
  }

  .button-32.border.small.signbutton {
    background-color: #0000;
  }

  .container-71.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .form-5 {
    border: 1px solid #d3d3ec;
    border-radius: 58px;
  }

  .form-6 {
    border: 1px solid #d3d3ec;
    border-radius: 58px;
    padding-right: 5px;
    display: flex;
  }

  .flex-block-23 {
    grid-template-columns: 1.25fr 1fr;
  }

  .image-132 {
    height: 39px;
  }

  .image-133 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-133.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .hero-wrapper-9 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    justify-content: center;
    align-self: center;
  }

  .container-76.position-relative {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 0;
  }

  .form-7 {
    border: 1px solid #d3d3ec;
    border-radius: 58px;
  }

  .heading-76.markting {
    border: 0 solid #161c52;
    font-family: Onest, sans-serif;
  }

  .container-78 {
    max-width: 1390px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .body-text-84.text-neutral-02.opacity-6._1-text {
    color: #161c52;
  }

  .body-text-86.text-neutral-01 {
    justify-content: center;
  }

  .heading-79.text-neutral-01.ai {
    align-self: center;
    width: 70%;
  }

  .heading-79.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .footer-left-block-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    width: 42%;
  }

  .image-145 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-145.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .hero-wrapper-10 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    justify-content: center;
    align-self: center;
  }

  .container-86.position-relative {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 0;
  }

  .form-8 {
    border: 1px solid #d3d3ec;
    border-radius: 58px;
  }

  .button-38 {
    padding: 12px 24px;
  }

  .button-38:hover {
    color: #fff;
    background-color: #3a7dff;
    border-width: 1px;
    border-color: #3a7dff;
  }

  .hero-wrapper-11 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    justify-content: center;
    align-self: center;
  }

  .hero-wrapper-11.home {
    width: 100%;
    overflow: visible;
  }

  .flex-block-35 {
    grid-template-columns: .5fr 1fr;
  }

  .image-149 {
    height: 24px;
  }

  .heading-81.markting {
    border: 0 solid #161c52;
    font-family: Onest, sans-serif;
  }

  .image-150 {
    align-self: center;
    box-shadow: .83px .83px 26.58px #061d221a;
  }

  .heading-85 {
    align-self: center;
    font-size: 54px;
  }

  .functionality-wrapper-3 {
    padding-bottom: 60px;
  }

  .image-152 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-152.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .image-153 {
    align-self: center;
  }

  .container-90 {
    background-color: #0000;
  }

  .paragraph-9 {
    text-align: left;
  }

  .container-92.position-relative {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 0;
  }

  .body-text-99.text-neutral-02.opacity-6._1-text {
    color: #161c52;
  }

  .feature-wrapper-11.home.centra {
    padding-bottom: 60px;
  }

  .feature-wrapper-12.accurate, .feature-wrapper-13.accurate {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-68 {
    padding-top: 0;
  }

  .button-39 {
    padding: 12px 24px;
  }

  .button-39:hover {
    color: #fff;
    background-color: #3a7dff;
    border-width: 1px;
  }

  .button-39.blue {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .feature-wrapper-14.home.see.flex {
    line-height: 125%;
  }

  .feature-wrapper-14.home.see.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 60px 40px;
    line-height: 125%;
    display: grid;
  }

  .feature-wrapper-15.home.smarter {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body-text-112.opacity-8.home {
    color: #484a61;
  }

  .feature-wrapper-16.sata {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body-text-115.opacity-8.home {
    color: #484a61;
  }

  .functionality-wrapper-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .div-block-69 {
    padding-top: 0;
  }

  .button-40 {
    padding: 12px 24px;
  }

  .button-40:hover {
    color: #fff;
    background-color: #3a7dff;
    border-width: 1px;
  }

  .divider-13 {
    margin-bottom: 10px;
  }

  .divider-13.ai {
    margin-bottom: 0;
  }

  .heading-96.text-neutral-01.ai {
    align-self: center;
    width: 70%;
  }

  .heading-96.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .body-text-119.text-neutral-01 {
    justify-content: center;
  }

  .footer-left-block-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    width: 42%;
  }

  .image-162 {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .image-162.hover-image {
    opacity: 0;
    padding-top: 6px;
    display: block;
  }

  .hero-wrapper-12 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    justify-content: center;
    align-self: center;
  }

  .hero-wrapper-12.home {
    width: 100%;
    overflow: visible;
  }

  .flex-block-42 {
    grid-template-columns: .5fr 1fr;
  }

  .image-163 {
    height: 24px;
  }

  .heading-97 {
    align-self: center;
    font-size: 54px;
  }

  .container-102.position-relative {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 0;
  }

  .form-block-7._2 {
    box-shadow: 0 8px 80px -30px #00011233;
  }

  .section-title-5.feature-two.aduit {
    justify-content: flex-end;
    align-items: center;
  }

  .body-text-123.text-neutral-02.opacity-6._1-text {
    color: #161c52;
  }

  .divider-14 {
    margin-bottom: 10px;
  }

  .divider-14.ai {
    margin-bottom: 0;
  }

  .heading-100.text-neutral-01.ai {
    align-self: center;
    width: 70%;
  }

  .heading-100.text-neutral-01.ai.full {
    padding-top: 0;
  }

  .body-text-127.text-neutral-01 {
    justify-content: center;
  }

  .footer-left-block-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    width: 42%;
  }
}

@media screen and (min-width: 1920px) {
  .button-text.request {
    color: #fff;
  }

  .terms-privacy-section.inner.section-padding.privacy {
    padding-top: 20px;
  }

  .footer-left-p.body-text-16.text-neutral-01.stremline, .footer-left-p.body-text-16.text-neutral-01.ai, .footer-left-p.body-text-16.text-neutral-01.text {
    margin-left: 0;
  }

  .footer-left-p.body-text-16.text-neutral-01.text, .footer-left-p.body-text-16.text-neutral-01.socialmediatext {
    margin-left: 0;
  }

  .footer-left-p.body-text-16.text-neutral-01.text, .footer-left-p.body-text-16.text-neutral-01.socialmediatext {
    margin-left: 0;
  }

  .footer-left-p.body-text-16.text-neutral-01 {
    margin-left: 60px;
  }

  .footer-left-p.body-text-16.text-neutral-01.text, .footer-left-p.body-text-16.text-neutral-01.socialmediatext {
    margin-left: 0;
  }

  .footer.fotterof-home {
    background-color: #041543;
  }

  .textarea.text-field._2 {
    color: #484a61;
  }

  .content-block-two.terms-policy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-title.feature-two.matters {
    margin-top: 0;
  }

  .section-title.feature-two.inte.final {
    flex-flow: column;
  }

  .section-title.feature-two.inte {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 65px;
    display: flex;
  }

  .section-title.feature-two.inte.lex {
    flex-flow: column;
  }

  .section-title.feature-two {
    padding-bottom: 0;
  }

  .footer-bottom.foterwith-icon {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 5.75fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: stretch center;
    width: 100%;
    display: grid;
  }

  .hero-section._4 {
    padding-top: 4px;
  }

  .hero-button-group._4.home, .hero-button-group._2.inte {
    display: block;
  }

  .hero-content-block._4 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-content-block._4.aduit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
    margin-top: 60px;
  }

  .hero-content-block._4.new {
    max-width: 100%;
  }

  .brand-wrapper.position-relative.new {
    display: block;
  }

  .feature-card-image-block._2 {
    align-self: center;
  }

  .feature-section.section-paddingaaa.ai.elevate {
    padding-top: 0;
  }

  .feature-section.section-paddingaaa.remove-bottom-padding.home {
    background-color: #0000;
  }

  .feature-section.section-paddingaaa.remove-bottom-padding.home.button.blog {
    padding-top: 60px;
  }

  .feature-section.section-paddingaaa.remove-bottom-padding.hone {
    background-color: #fff;
  }

  .feature-section.section-paddingaaa.news._12 {
    margin-bottom: 40px;
  }

  .feature-section.section-paddingaaa {
    background-color: #f6f7f9;
  }

  .feature-section.section-paddingaaa.news {
    background-color: #0000;
  }

  .feature-content-block._3, .feature-content-block._3.accurate {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 100%;
  }

  .feature-content-block.see {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .feature-content-block.see.secnd-cta {
    background-color: #f6f7f9;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .feature-content-block._3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 100%;
  }

  .feature-content-block._3.accurate, .feature-content-block._3, .feature-content-block._3.accurate, .feature-content-block._3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 100%;
  }

  .social-section.inte {
    margin-top: 60px;
  }

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

  .hero-heading-left-section.position-relative {
    margin-top: 56px;
  }

  .feature-card-image-2._2 {
    max-width: 100%;
    height: 312px;
  }

  .feature-card-image-2._2.data {
    display: inline-block;
  }

  .feature-card-image-2._2.data.multi {
    width: auto;
    height: auto;
    left: auto;
  }

  .feature-card-3._3, .feature-card-3._4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .modal-image {
    display: none;
  }

  .hero-brand-section.position-relative {
    background-color: #fff;
    padding-bottom: 0;
  }

  .hero-bg-4 {
    top: auto;
  }

  .functionality-section.l.core {
    background-color: #f4f7fe;
    margin-top: 120px;
    margin-bottom: 0;
    padding-top: 100px;
  }

  .functionality-section.l.bg-neutral-02.home {
    opacity: 100;
    background-color: #f6f7f9;
    margin-top: 0;
    padding-top: 100px;
  }

  .functionality-section.becarefull.core {
    background-color: #f4f7fe;
    margin-top: 120px;
    margin-bottom: 0;
    padding-top: 100px;
  }

  .functionality-section.becarefull.core.aduitredo {
    margin-top: 30px;
    padding-top: 70px;
  }

  .functionality-section.becarefull.bg-neutral-02.home {
    opacity: 100;
    background-color: #f6f7f9;
    margin-top: 0;
    padding-top: 100px;
  }

  .customer-section.blog {
    padding-top: 40px;
  }

  .functionality-card._2 {
    background-color: #fff;
    box-shadow: 0 2px 39px #2c3f580d;
  }

  .functionality-card._2._1 {
    background-color: #fff;
  }

  .functionality-card._2._1.get, .functionality-card._2._1.aduits.speed {
    box-shadow: -3.95px 9.89px 39px #2c3f580d;
  }

  .functionality-card._2._1.get {
    box-shadow: none;
  }

  .functionality-card._2._1.get.demo {
    background-color: #0000;
    padding-top: 20px;
  }

  .functionality-icon.how {
    align-self: center;
  }

  .inner-hero-p._w-840 {
    color: #161c52;
  }

  .counter-section.section-padding.remove-top-padding.position-relative {
    background-color: #0000;
    background-image: url('../images/Group-202.png');
    background-position: 0 0;
    background-size: auto;
    margin-top: 80px;
  }

  .gallery-section.position-relative.section-padding {
    position: relative;
  }

  .counter-card._1 {
    background-color: #fff;
    width: 308px;
    padding-left: 38px;
    padding-right: 10px;
    box-shadow: 0 2px 36px #2c3f580d;
  }

  .counter-card._1:hover {
    color: #fff;
    background-image: linear-gradient(315deg, #00e7b0, #3a7dff);
  }

  .blog-details-section {
    padding-top: 40px;
  }

  .blog-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 1390px;
  }

  .blog-details-image {
    object-fit: cover;
    height: 100%;
  }

  .blog-card-image-h-348 {
    height: 100%;
  }

  .blog-date-fs-medium {
    align-self: center;
  }

  .list-item-2 {
    display: none;
  }

  .feature-card-list-5.ai {
    flex-flow: row;
  }

  .button-2.border.small {
    display: inline-block;
  }

  .button-2.border.small.signbutton {
    outline-offset: 0px;
    background-color: #0000;
    outline: 1px solid #000;
  }

  .button-2.border.small.book, .button-2.request {
    background-color: #36d462;
  }

  .button-2.request:hover {
    background-color: #3a7dff;
  }

  .hero-wrapper-block-h2-2 {
    justify-content: space-between;
    align-items: flex-start;
    min-height: 582px;
  }

  .text-block-13 {
    color: #161c52;
    font-size: 22px;
    font-weight: 600;
  }

  .body-text-21.omnichanel-head-heading {
    color: #3a7dff;
    font-weight: 500;
    line-height: 170%;
  }

  .nav-dropdown-toggle-2 {
    margin-right: -32px;
  }

  .case-arow {
    width: 10px;
    height: 10px;
  }

  .hero-heading-right-image-2 {
    max-width: 960px;
    height: 374px;
    min-height: 602px;
    max-height: 706px;
  }

  .button-5 {
    color: #000;
    background-color: #0000;
    border: 1px solid #000;
    padding: 12px 24px;
  }

  .text-span-3 {
    color: #3a7dff;
    font-size: 54px;
  }

  .hero-left-block-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: flex-start;
    max-width: 627px;
    margin-top: 60px;
  }

  .landing-page-link-2 {
    color: #161c52;
  }

  .landing-page-link-2:hover {
    color: #3a7dff;
  }

  .nav-dropdown-link-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 4.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-link-2.landing {
    grid-template-columns: 3fr 1fr;
  }

  .nav-dropdown-link-2.omni.nav-link-2 {
    grid-template-columns: 3.75fr 1fr;
  }

  .about-arow {
    width: 10px;
  }

  .text-block-12 {
    color: #484a61;
  }

  .text-block-12.seamless {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-arow {
    width: 10px;
  }

  .heading-9.feature-card-title {
    font-size: 30px;
  }

  .heading-9.feature-card-title.aicard {
    text-align: center;
  }

  .live.section.home {
    padding-top: 0;
  }

  .live.section.ite {
    position: sticky;
  }

  .image-8 {
    order: 0;
    padding-top: 0;
  }

  .feature-card-content-6._4 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 0;
  }

  .feature-card-5.bg-neutral-06 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .feature-card-5.bg-neutral-06.dashboardcard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
  }

  .feature-card-5._2.bg-neutral-07 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 40px;
  }

  .feature-card-5._2.bg-neutral-07.aicard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
  }

  .omnimatter {
    margin-top: 124px;
  }

  .omnimatter.ai, .omnimatter.omnimargin {
    margin-top: 60px;
  }

  .heading-11 {
    font-size: 30px;
  }

  .career-arow {
    width: 10px;
    min-width: 0;
  }

  .div-block-6.omniplatfomdivblock {
    padding-left: 190px;
  }

  .button-7 {
    background-color: #0000;
    padding: 12px 24px;
  }

  .button-7:hover {
    background-color: #3a7dff;
  }

  .b2b-arow {
    opacity: 0;
  }

  .container-3 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .h1 {
    width: 73%;
    font-size: 54px;
  }

  .h1.h2, .h1.ai {
    font-size: 44px;
  }

  .h1.ai {
    font-size: 54px;
  }

  .h1.ai.full {
    color: #161c52;
    font-size: 44px;
  }

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

  .hero-left-content-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .card.ai {
    grid-auto-flow: row;
  }

  .card.acordin {
    margin-bottom: 100px;
  }

  .heading-8 {
    font-size: 54px;
    line-height: 135%;
  }

  .mega-menu-2 {
    grid-template-columns: minmax(200px, 2.25fr);
    grid-template-areas: "Area";
    width: auto;
  }

  .mega-menu-2.feature {
    grid-template-columns: minmax(317px, 3.25fr);
    width: auto;
  }

  .sign.button-of-head {
    padding: 0;
  }

  .image-10 {
    padding-top: 0;
  }

  .divider-1 {
    margin-bottom: 0;
  }

  .divider-1.lastdevider.omni, .divider-1.omni {
    opacity: .2;
    background-color: #fff;
  }

  .footer-link-2.contacttext {
    font-size: 16px;
  }

  .footer-link-2.contact, .footer-link-2.carrer {
    display: none;
  }

  .cta-wrapper-2 {
    max-width: 100%;
  }

  .cta-wrapper-2.full {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .cta-wrapper-2.footer, .cta-wrapper-2.omni {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .button-8 {
    background-color: #36d462;
  }

  .button-8:hover {
    background-color: #3a7dff;
  }

  .text-block-17 {
    text-decoration: none;
  }

  .text-block-17.email {
    text-decoration: underline;
  }

  .devider-for-contct-us {
    opacity: .1;
    background-color: #fff;
  }

  .body-text-26.contacttext {
    color: #818aa1;
  }

  .button-area-3 {
    outline-offset: 0px;
    border-radius: 58px;
    outline: 1px #000;
    padding: 7px 20px;
  }

  .button-area-3.sign {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-transform: lowercase;
    padding: 7px 20px;
    display: flex;
  }

  .button-area-3.sign.home {
    outline-offset: 0px;
    color: #fff;
    background-color: #0000;
    outline: 1px #000;
  }

  .button-area-3.sign.home:hover {
    background-color: #0000;
  }

  .footer-left-block-2.footerfornumber {
    width: 78%;
  }

  .body-text-28.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .footernumber {
    font-size: 54px;
  }

  .heading-12.text-neutral-01.omini {
    padding-top: 0;
  }

  .text-span-8 {
    color: #36d462;
    font-size: 54px;
  }

  .text-span-9 {
    color: #484a61;
  }

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

  .list-item-3 {
    display: none;
  }

  .button-9.border.small {
    display: inline-block;
  }

  .button-9.border.small.signbutton {
    background-color: #0000;
    padding: 7px 20px;
  }

  .button-9.border.small.signbutton.free:hover {
    border-color: var(--neutral-04);
    background-color: var(--transparent);
  }

  .button-9.border.small.signbutton.free.thanktou {
    align-self: center;
  }

  .button-9.request {
    background-color: #36d462;
  }

  .button-9.request:hover {
    background-color: #3a7dff;
  }

  .hero-wrapper-block-h2-3 {
    justify-content: space-between;
    align-items: flex-start;
    min-height: 630px;
  }

  .text-block-18 {
    color: #161c52;
    font-size: 22px;
  }

  .text-block-18.ai {
    font-size: 22px;
  }

  .body-text-29.omnichanel-head-heading {
    color: #3a7dff;
    font-weight: 500;
    line-height: 170%;
  }

  .hero-heading-right-image-3 {
    max-width: 960px;
  }

  .hero-heading-right-image-3.ai {
    background-image: url('../images/ai-feature.png');
    height: 642px;
    max-height: 986px;
  }

  .text-span-12, .market {
    color: #3a7dff;
  }

  .landing-page-link-3 {
    color: #161c52;
  }

  .landing-page-link-3:hover {
    color: #3a7dff;
  }

  .nav-dropdown-link-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 4.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-link-3.landing {
    grid-template-columns: 3fr 1fr;
  }

  .nav-dropdown-link-3.omni.nav-link-2 {
    grid-template-columns: 8fr 1fr;
  }

  .text-block-19 {
    color: #484a61;
  }

  .heading-13.feature-card-title {
    font-size: 30px;
  }

  .heading-13.feature-card-title.aicard {
    text-align: center;
  }

  .image-28 {
    order: 0;
    padding-top: 0;
  }

  .feature-card-content-7._4 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 0;
  }

  .feature-card-6.bg-neutral-06 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .feature-card-6.bg-neutral-06.dashboardcard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
  }

  .feature-card-6.bg-neutral-06.dashboardcard.ai {
    background-color: #ebfbf0;
  }

  .feature-card-6._2.bg-neutral-07 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 40px;
  }

  .feature-card-6._2.bg-neutral-07.aicard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
  }

  .feature-card-6._2.bg-neutral-07.aicard.ai {
    background-color: #f5f8ff;
  }

  .feature-card-7._3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .feature-card-7._3.ai.machanie, .feature-card-7._3.ai.first {
    background-color: #f5f8ff;
  }

  .feature-card-7._4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .feature-card-7._4.ai.opti, .feature-card-7._4.ai.auto {
    background-color: #ebfbf0;
  }

  .container-11 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .heading-15 {
    font-size: 30px;
  }

  .button-10 {
    text-align: center;
    background-color: #0000;
    align-self: center;
    padding: 12px 24px;
  }

  .button-10:hover {
    background-color: #3a7dff;
  }

  .body-text-32.text-neutral-02.opacity-6 {
    opacity: 100;
    color: #f6f7f9;
  }

  .body-text-32.text-neutral-02.opacity-6._2text, .body-text-32.text-neutral-02.opacity-6._3-text, .body-text-32.text-neutral-02.opacity-6._1-text {
    color: #161c52;
  }

  .body-text-32.text-neutral-02.home {
    color: #484a61;
  }

  .body-text-32.contacttext {
    color: #818aa1;
  }

  .body-text-32.semi-bold {
    color: #484a61;
  }

  .body-text-32.semi-bold.home.about {
    opacity: 1;
    font-size: 24px;
    font-weight: 600;
  }

  .body-text-32.opacity-8.home {
    color: #484a61;
  }

  .body-text-32.text-neutral-03.first {
    text-align: center;
    text-align: center;
  }

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

  .hero-left-content-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .heading-16 {
    font-size: 54px;
    line-height: 135%;
  }

  .mega-menu-3 {
    grid-template-columns: minmax(200px, 2.25fr);
    grid-template-areas: "Area";
    width: auto;
  }

  .mega-menu-3.feature {
    grid-template-columns: minmax(317px, 3.25fr);
    width: auto;
  }

  .image-35 {
    padding-top: 0;
  }

  .divider-2 {
    margin-bottom: 0;
  }

  .divider-2.ai {
    opacity: .2;
    color: #fff;
    background-color: #fff;
  }

  .container-12 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .button-11 {
    background-color: #36d462;
  }

  .text-block-22 {
    text-decoration: none;
  }

  .text-block-22.email {
    text-decoration: underline;
  }

  .body-text-34.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .heading-17.text-neutral-01.ai.give {
    padding-top: 0;
    font-size: 44px;
  }

  .text-span-14 {
    color: #36d462;
    font-size: 54px;
  }

  .list-item-5 {
    display: none;
  }

  .button-12.border.small {
    display: inline-block;
  }

  .button-12.border.small.signbutton {
    outline-offset: 0px;
    background-color: #0000;
    outline: 1px solid #000;
  }

  .hero-wrapper-block-h2-4 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-23 {
    color: #161c52;
  }

  .body-text-35.omnichanel-head-heading {
    color: #3a7dff;
    font-weight: 500;
    line-height: 170%;
  }

  .hero-heading-right-image-4 {
    max-width: 960px;
  }

  .hero-heading-right-image-4.ai {
    background-image: url('../images/Group-624607-1-1.png');
  }

  .hero-heading-right-image-4.ai.full {
    background-image: url('../images/inte.png');
    background-position: 100%;
    line-height: 125%;
  }

  .hero-heading-right-image-4.ai.full.inte {
    background-position: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 960px;
    height: 650px;
    min-height: 650px;
    margin-top: 0;
  }

  .hero-heading-right-image-4.ai.full.inte.lex {
    background-image: url('../images/Group-1000004601.png');
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    position: absolute;
  }

  .hero-heading-right-image-4.ai.full.inte.lex.blur {
    box-shadow: none;
    background-image: url('../images/Ellipse-6.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    display: block;
    right: 25%;
    transform: scale3d(2, 2, 2)scale3d(1, 1, 1);
  }

  .landing-page-link-4 {
    color: #161c52;
  }

  .landing-page-link-4:hover {
    color: #3a7dff;
  }

  .text-block-24 {
    color: #484a61;
  }

  .feature-card-image-block-6.mini {
    background-color: #0000;
  }

  .heading-18.feature-card-title {
    font-size: 30px;
  }

  .heading-18.feature-card-title.aicard {
    text-align: center;
  }

  .heading-19.ai.full {
    color: #161c52;
  }

  .image-39 {
    order: 0;
    padding-top: 0;
  }

  .feature-card-8._3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .feature-card-8._3.ai.machanie, .feature-card-8._3.ai.first {
    background-color: #f5f8ff;
  }

  .feature-card-8._4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
  }

  .feature-card-8._4.ai.opti {
    background-color: #ebfbf0;
  }

  .feature-card-8._4.ai.opti.full.workflow {
    padding-right: 0;
  }

  .feature-card-8._4.ai.auto {
    background-color: #ebfbf0;
  }

  .feature-card-8._4.ai.auto.full.intehration {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-15 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .heading-20 {
    font-size: 30px;
  }

  .div-block-26.omniplatfomdivblock {
    padding-left: 200px;
  }

  .button-13 {
    align-self: center;
    padding: 12px 24px;
  }

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

  .hero-left-content-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .heading-21 {
    font-size: 54px;
    line-height: 135%;
  }

  .heading-21.ai.full {
    width: auto;
  }

  .mega-menu-4 {
    grid-template-columns: minmax(200px, 2.25fr);
    grid-template-areas: "Area";
    width: auto;
  }

  .mega-menu-4.feature {
    grid-template-columns: minmax(317px, 3.25fr);
    width: auto;
  }

  .image-45 {
    padding-top: 0;
  }

  .text-block-27 {
    text-decoration: none;
  }

  .text-block-27.email {
    text-decoration: underline;
  }

  .body-text-39.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .heading-22.text-neutral-01.ai.full {
    padding-top: 0;
    font-size: 44px;
  }

  .heading-22.text-neutral-01.ai.full.omni {
    text-align: left;
    width: 100%;
  }

  .text-span-17 {
    color: #36d462;
    font-size: 54px;
  }

  .full-footer {
    padding-top: 1px;
  }

  .link-4 {
    color: #484a61;
    font-weight: 500;
  }

  .ai-footer {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .list-item-6 {
    display: none;
  }

  .button-15.border.small {
    display: inline-block;
  }

  .button-15.border.small.number.about, .button-15.border.small.signbutton {
    background-color: #0000;
  }

  .landing-page-link-5 {
    color: #161c52;
  }

  .landing-page-link-5:hover {
    color: #3a7dff;
  }

  .container-17 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .container-18 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .heading-23.aboutus {
    color: #161c52;
    font-size: 54px;
  }

  .container-19 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .text-span-18 {
    color: #161c52;
  }

  .gallery-content-title-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    max-width: 579px;
    display: flex;
  }

  .gallery-content-title-2.story {
    align-self: flex-start;
  }

  .gallery-content-title-2.cmgalaxy {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    justify-content: space-between;
  }

  .heading-24 {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
  }

  .gallery-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .market-text {
    font-size: 20px;
    line-height: 175%;
  }

  .heading-25.gallery-title {
    color: #3a7dff;
  }

  .inner-bg-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .l._0.solving {
    opacity: 100;
    color: #fff;
    -webkit-text-stroke-color: white;
    width: 916px;
    margin: 95px auto 52px;
    font-size: 44px;
    font-weight: 600;
    line-height: 125%;
    display: block;
  }

  .container-20 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .counter-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: none;
    grid-template-columns: minmax(308px, 1fr) 1fr minmax(308px, 1fr) 1fr;
    width: 100%;
  }

  .datablindtext {
    letter-spacing: 1px;
    color: #161c52;
    font-size: 30px;
    font-weight: 700;
  }

  .datablindtext:hover {
    color: #fff;
  }

  .datablindtext.data {
    width: 73%;
  }

  .visibility-text {
    letter-spacing: -1px;
    color: #161c52;
    font-size: 24px;
    font-weight: 700;
  }

  .visibility-text:hover, .body-text-40.medium:hover {
    color: #fff;
  }

  .text-span-10 {
    color: #3a7dff;
    -webkit-text-stroke-color: red;
  }

  .div-block-31 {
    display: flex;
  }

  .container-21 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .text-span-19 {
    color: #161c52;
  }

  .text-span-19.sets {
    color: #161c52;
    text-align: left;
  }

  .section-7 {
    margin-top: 60px;
  }

  .gallery-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-26.gallery-title {
    color: #3a7dff;
  }

  .text-block-28 {
    margin-left: 10px;
    padding-left: 0;
  }

  .text-block-29 {
    font-weight: 500;
  }

  .checkmark {
    width: 24px;
    height: 24px;
  }

  .inner-bg-3 {
    filter: blur(60px);
    background-image: url('../images/bg12.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container-22 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .text-span-20 {
    color: #161c52;
  }

  .text-span-20.sets {
    color: #161c52;
    text-align: left;
  }

  .heading-27 {
    color: #161c52;
    font-size: 54px;
  }

  .gallery-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-28.gallery-title {
    color: #3a7dff;
  }

  ._2x, ._25 {
    color: #161c52;
    font-size: 54px;
  }

  .image-48 {
    width: auto;
    height: auto;
  }

  .heading-29 {
    color: #161c52;
    font-size: 54px;
  }

  .heading-30 {
    color: #161c52;
    font-weight: 600;
  }

  .image-49 {
    width: 136px;
  }

  .container-23 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .image-50 {
    width: 91px;
  }

  .container-24 {
    text-align: center;
    max-width: 1290px;
  }

  .image-51 {
    width: 120px;
  }

  .image-52 {
    width: 153px;
  }

  .heading-31.text-neutral-01.core {
    color: #161c52;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-53 {
    width: 75px;
  }

  .image-54 {
    width: 122px;
    height: auto;
  }

  .image-55 {
    width: 127px;
    height: 30px;
  }

  .image-56 {
    width: 158px;
  }

  .image-57 {
    width: 120px;
    height: auto;
  }

  .div-block-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }

  .div-block-33.group-m {
    grid-column-gap: 77px;
    grid-row-gap: 77px;
    justify-content: center;
    align-items: center;
  }

  .image-58 {
    width: 112px;
  }

  .functionality-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 60px;
  }

  .container-25 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .container-26 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .text-span-11 {
    color: #3a7dff;
  }

  .heading-32.team {
    color: #161c52;
    text-align: center;
  }

  .heading-32.futre {
    color: #161c52;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .team-list-2 {
    grid-template-rows: auto;
  }

  .body-text-41.medium:hover {
    color: #fff;
  }

  .paragraph {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .cta-wrapper-3 {
    max-width: 100%;
  }

  .text-block-30 {
    text-decoration: none;
  }

  .text-block-30.email {
    text-decoration: underline;
  }

  .body-text-42.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .heading-33.text-neutral-01.about {
    align-self: center;
    width: 72%;
    padding-top: 0;
  }

  .text-span-22 {
    color: #36d462;
    font-size: 54px;
  }

  .heading-34.aboutus {
    color: #161c52;
    font-size: 54px;
  }

  .text-span-23 {
    color: #161c52;
  }

  .heading-35 {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
  }

  .gallery-wrapper-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-36.gallery-title {
    color: #3a7dff;
  }

  .counter-wrapper-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: none;
    grid-template-columns: minmax(308px, 1fr) 1fr minmax(308px, 1fr) 1fr;
    width: 100%;
  }

  .body-text-43.medium:hover {
    color: #fff;
  }

  .text-span-24 {
    color: #3a7dff;
    -webkit-text-stroke-color: red;
  }

  .div-block-36 {
    display: flex;
  }

  .text-span-25 {
    color: #161c52;
  }

  .text-span-25.sets {
    color: #161c52;
    text-align: left;
  }

  .section-8 {
    margin-top: 60px;
  }

  .gallery-wrapper-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-37.gallery-title {
    color: #3a7dff;
  }

  .text-block-31 {
    font-weight: 500;
  }

  .text-span-26 {
    color: #161c52;
  }

  .text-span-26.sets {
    color: #161c52;
    text-align: left;
  }

  .heading-38 {
    color: #161c52;
    font-size: 54px;
  }

  .gallery-wrapper-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-39.gallery-title {
    color: #3a7dff;
  }

  .image-59 {
    width: auto;
    height: auto;
  }

  .heading-40 {
    color: #161c52;
    font-size: 54px;
  }

  .heading-41 {
    color: #161c52;
    font-weight: 600;
  }

  .image-60 {
    width: 136px;
  }

  .image-61 {
    width: 91px;
  }

  .container-28 {
    text-align: center;
    max-width: 1290px;
  }

  .image-62 {
    width: 120px;
  }

  .image-63 {
    width: 153px;
  }

  .heading-42.text-neutral-01.core {
    color: #161c52;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-64 {
    width: 75px;
  }

  .image-65 {
    width: 122px;
    height: auto;
  }

  .image-66 {
    width: 127px;
    height: 30px;
  }

  .image-67 {
    width: 158px;
  }

  .image-68 {
    width: 112px;
  }

  .container-29 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .button-17.about.start {
    background-color: #0000;
    border: 1px solid #fff;
    align-self: center;
  }

  .button-17.about.request {
    background-color: #36d462;
    display: block;
  }

  .button-17.about.request:hover {
    background-color: #3a7dff;
  }

  .text-block-32 {
    text-decoration: none;
  }

  .text-block-32.email {
    text-decoration: underline;
  }

  .body-text-44.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .heading-43.text-neutral-01.about {
    align-self: center;
    width: 72%;
    padding-top: 0;
  }

  .text-span-27 {
    color: #36d462;
    font-size: 54px;
  }

  .link-5 {
    color: #484a61;
    font-weight: 500;
  }

  .about-fotter {
    padding-bottom: 50px;
  }

  .submit-button-2 {
    background-color: #36d462;
    border-radius: 58px;
    align-self: center;
    height: auto;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 180%;
  }

  .container-31 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .brand-section-4._3.home {
    background-color: #0000;
    margin-bottom: 0;
  }

  .landing-page-link-6 {
    color: #161c52;
  }

  .landing-page-link-6:hover {
    color: #3a7dff;
  }

  .body-text-45.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
  }

  .text-field-2 {
    opacity: 1;
    background-color: #0000;
    border: 0 solid #000;
    border-radius: 58px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 335px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    display: inline-flex;
  }

  .text-span-28 {
    color: #484a61;
  }

  .hero-wrapper-5 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-bottom: 0;
  }

  .button-18.border.small {
    display: inline-block;
  }

  .button-18.border.small.signbutton {
    background-color: #0000;
    padding: 7px 20px;
  }

  .container-32 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-32.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

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

  .list-item-7 {
    display: none;
  }

  .display-heading-2.home.aduit {
    margin-top: 30px;
    font-size: 72px;
  }

  .display-heading-2.home {
    color: #161c52;
  }

  .form-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #d3d3ec;
    border-radius: 58px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 15px;
    display: flex;
  }

  .heading-44.feature-title-4.home {
    color: #161c52;
  }

  .divider-3.feature-1.home {
    margin-bottom: 0;
  }

  .feature-wrapper-6.home.centra {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home {
    color: #161c52;
  }

  .home.centre.platform, .home.ui {
    font-weight: 600;
  }

  .home.button-area-6.sign.start {
    padding: 12px 24px;
    font-size: 16px;
  }

  .home.new._3 {
    font-weight: 600;
  }

  .container-33, .container-34 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .image-71 {
    height: 100%;
  }

  .heading-45.home {
    color: #161c52;
  }

  .divider-4.feature-1.home {
    margin-bottom: 0;
  }

  .feature-wrapper-7.accurate {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .body-text-49.semi-bold.text-neutral-04.home {
    font-weight: 600;
  }

  .container-35 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-35.home.see.blog {
    max-width: 1390px;
  }

  .button-20 {
    background-color: #f6f7f9;
    padding: 12px 24px;
  }

  .button-20:hover {
    background-color: #3a7dff;
  }

  .button-20.blue:hover {
    border-width: 1px;
  }

  .div-block-40.blu-card {
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-self: center;
    align-items: center;
    position: sticky;
  }

  .text-span-29 {
    color: #36d462;
  }

  .let {
    font-size: 18px;
    font-weight: 400;
    line-height: 181%;
  }

  .feature-wrapper-8.home.see.flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 40px;
    line-height: 125%;
  }

  .feature-wrapper-8.home.see.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #041543;
    background-image: url('../images/Group-624620.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    padding: 60px;
    display: grid;
  }

  .feature-wrapper-8.home.see.grid:hover {
    background-color: #0000;
    background-image: url('../images/Group-624620.png');
    background-size: cover;
  }

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

  .container-36 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .heading-46.feature-title-4.home {
    color: #161c52;
  }

  .divider-5.feature-1.home {
    margin-bottom: 0;
  }

  .divider-5.review-divider {
    margin-bottom: 20px;
  }

  .feature-wrapper-9.home.smarter {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-72 {
    margin-bottom: 0;
  }

  .social-card-content-4 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .image-73 {
    align-self: center;
    width: 73px;
    height: 34px;
  }

  .heading-47.home, .heading-47.home.ai, .heading-47.home.ai-copy, .heading-47.home.ai-copy-copy {
    color: #161c52;
  }

  .image-74, .image-75 {
    margin-bottom: 0;
  }

  .feature-wrapper-10.sata {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-37 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .heading-49.home {
    color: #161c52;
  }

  .heading-49.home.result {
    margin-bottom: 50px;
  }

  .functionality-card-list-4.home {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-38 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .button-21 {
    background-color: #f6f7f9;
    padding: 12px 24px;
  }

  .button-21:hover {
    background-color: #3a7dff;
  }

  .button-21.prove {
    padding-top: 15px;
  }

  .button-21.prove:hover {
    border-color: #3a7dff;
  }

  .customer-slider-arrow-2.right {
    color: #161c52;
    border-color: #161c52;
  }

  .customer-slider-arrow-2.left {
    border-color: #161c52;
  }

  .customer-slide-item-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-51.home {
    color: #161c52;
  }

  .customer-text-divider-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .customer-slider-icon-2 {
    color: #161c52;
    -webkit-text-stroke-color: transparent;
    border: 1px solid #0000;
  }

  .body-text-55.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
  }

  .container-39 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .divider-6 {
    margin-bottom: 0;
  }

  .divider-6.ai {
    opacity: .2;
    color: #fff;
    background-color: #fff;
  }

  .body-text-57.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .full-footer-2 {
    padding-top: 1px;
    display: block;
  }

  .text-block-33 {
    text-decoration: none;
  }

  .text-block-33.email {
    text-decoration: underline;
  }

  .heading-52.text-neutral-01.ai.full {
    padding-top: 0;
    font-size: 44px;
  }

  .heading-52.text-neutral-01.ai.full.omni {
    width: 100%;
  }

  .cta-wrapper-4 {
    max-width: 100%;
  }

  .cta-wrapper-4.full {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .list-item-8 {
    display: none;
  }

  .button-22.border.small {
    display: inline-block;
  }

  .button-22.border.small.signbutton {
    background-color: #0000;
  }

  .landing-page-link-7 {
    color: #161c52;
  }

  .landing-page-link-7:hover {
    color: #3a7dff;
  }

  .container-41 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .body-text-58.omnichanel-head-heading {
    color: #3a7dff;
    font-weight: 500;
    line-height: 170%;
  }

  .hero-wrapper-block-h2-5 {
    justify-content: space-between;
    align-items: flex-start;
    min-height: 580px;
  }

  .hero-wrapper-block-h2-5.inte {
    min-height: 662px;
    margin-top: 0;
  }

  .hero-left-content-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .heading-53 {
    font-size: 54px;
    line-height: 135%;
  }

  .heading-53.ai.full {
    width: auto;
  }

  .text-span-31 {
    color: #3a7dff;
  }

  .feature-card-image-block-7.mini {
    background-color: #0000;
  }

  .heading-54.feature-card-title {
    font-size: 30px;
  }

  .heading-54.feature-card-title.aicard {
    text-align: center;
  }

  .heading-55.ai.full {
    color: #161c52;
  }

  .heading-55.ai.full.inte {
    width: 70%;
  }

  .image-81 {
    order: 0;
    padding-top: 0;
  }

  .feature-card-9.bg-neutral-06 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .feature-card-9.bg-neutral-06.dashboardcard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
  }

  .feature-card-9.bg-neutral-06.dashboardcard.ai {
    background-color: #ebfbf0;
  }

  .feature-card-9.bg-neutral-06.dashboardcard.ai.full.inte {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-card-9._2.bg-neutral-07 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 40px;
  }

  .feature-card-9._2.bg-neutral-07.aicard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
  }

  .feature-card-9._2.bg-neutral-07.aicard.ai {
    background-color: #f5f8ff;
  }

  .feature-card-9._2.bg-neutral-07.aicard.ai.full.inte {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-56 {
    font-size: 30px;
  }

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

  .text-block-34.data.full.inte {
    line-height: 170%;
  }

  .image-83 {
    padding-top: 0;
  }

  .text-block-36 {
    color: #161c52;
  }

  .text-block-36.reduce.full.inte, .text-block-36.increase.reduce.inte, .text-block-36.depyh.full.inte, .text-block-36.ai.full.inte {
    font-size: 22px;
    font-weight: 600;
  }

  .button-23 {
    align-self: center;
    padding: 15px 30px;
  }

  .text-span-32 {
    color: #3a7dff;
  }

  .text-block-37 {
    color: #484a61;
  }

  .text-block-37.reduce.full.inte, .text-block-37.enanhe.full.inte, .text-block-37.increase.full.inte, .text-block-37.depth.full.inte {
    align-self: flex-start;
  }

  .image-88 {
    order: 0;
    padding-top: 0;
  }

  .heading-58 {
    font-size: 30px;
  }

  .image-89 {
    padding-top: 0;
  }

  .list-item-9 {
    display: none;
  }

  .text-span-34 {
    color: #484a61;
  }

  .landing-page-link-8 {
    color: #161c52;
  }

  .landing-page-link-8:hover {
    color: #3a7dff;
  }

  .container-46 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .button-24.border.small {
    display: inline-block;
  }

  .button-24.border.small.signbutton {
    background-color: #0000;
    padding: 7px 20px;
  }

  .body-text-61.privacy {
    font-weight: 400;
  }

  .container-47 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-47.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .divider-7 {
    margin-bottom: 0;
  }

  .divider-7.ai {
    opacity: .2;
    color: #fff;
    background-color: #fff;
  }

  .body-text-62.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-38 {
    text-decoration: none;
  }

  .text-block-38.email {
    text-decoration: underline;
  }

  .list-item-10 {
    display: none;
  }

  .text-span-35 {
    color: #484a61;
  }

  .landing-page-link-9 {
    color: #161c52;
  }

  .landing-page-link-9:hover {
    color: #3a7dff;
  }

  .container-49 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .button-25.border.small {
    display: inline-block;
  }

  .button-25.border.small.signbutton {
    background-color: #0000;
    padding: 7px 20px;
  }

  .body-text-63.privacy {
    font-weight: 400;
  }

  .container-50 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-50.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .brand-section-7._3.home {
    display: none;
  }

  .brand-section-7._3.home.aduit {
    display: block;
  }

  .brand-section-7._3.home {
    background-color: #0000;
    display: none;
  }

  .brand-section-7._3.home.about {
    display: none;
  }

  .brand-section-7._3.home {
    background-color: #0000;
    display: block;
  }

  .divider-8 {
    margin-bottom: 0;
  }

  .divider-8.ai {
    opacity: .2;
    color: #fff;
    background-color: #fff;
  }

  .body-text-64.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-39 {
    text-decoration: none;
  }

  .text-block-39.email {
    text-decoration: underline;
  }

  .heading-63 {
    order: 0;
  }

  .heading-63.ai.full {
    color: #161c52;
  }

  .list-item-11 {
    display: none;
  }

  .feature-card-image-block-9.mini {
    background-color: #0000;
  }

  .landing-page-link-10 {
    color: #161c52;
  }

  .landing-page-link-10:hover {
    color: #3a7dff;
  }

  .feature-card-11._2.bg-neutral-07 {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 40px;
  }

  .feature-card-11._2.bg-neutral-07.aicard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
  }

  .feature-card-11._2.bg-neutral-07.aicard.ai {
    background-color: #f5f8ff;
  }

  .feature-card-11._2.bg-neutral-07.aicard.ai.full.inte {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-card-11.bg-neutral-06 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .feature-card-11.bg-neutral-06.dashboardcard {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 40px;
  }

  .feature-card-11.bg-neutral-06.dashboardcard.ai {
    background-color: #ebfbf0;
  }

  .feature-card-11.bg-neutral-06.dashboardcard.ai.full.inte {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-wrapper-block-h2-6 {
    justify-content: space-between;
    align-items: flex-start;
    min-height: 580px;
  }

  .hero-wrapper-block-h2-6.inte {
    min-height: 662px;
    margin-top: 0;
  }

  .hero-wrapper-block-h2-6.inte.lex {
    margin-top: 0;
  }

  .heading-64 {
    font-size: 54px;
    line-height: 135%;
  }

  .heading-64.ai.full {
    width: auto;
  }

  .button-26 {
    align-self: center;
    padding: 12px 24px;
  }

  .heading-65.ai.full {
    color: #161c52;
  }

  .heading-65.ai.full.inte {
    order: 0;
    width: 70%;
  }

  .text-block-40 {
    color: #484a61;
  }

  .text-block-40.depth.full.inte, .text-block-40.increase.full.inte, .text-block-40.enanhe.full.inte, .text-block-40.reduce.full.inte {
    align-self: flex-start;
  }

  .image-97 {
    text-align: left;
    order: 0;
    align-self: flex-start;
    padding-top: 0;
  }

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

  .text-block-41.data.full.inte {
    line-height: 170%;
  }

  .text-block-42 {
    color: #161c52;
  }

  .text-block-42.increase.reduce.inte, .text-block-42.depyh.full.inte, .text-block-42.ai.full.inte, .text-block-42.reduce.full.inte {
    font-size: 22px;
    font-weight: 600;
  }

  .heading-66 {
    font-size: 30px;
  }

  .hero-left-content-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .button-27.border.small {
    display: inline-block;
  }

  .button-27.border.small.signbutton {
    background-color: #0000;
    padding: 7px 20px;
  }

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

  .code-embed-24.bar {
    width: 962px;
  }

  .heading-68.feature-card-title {
    font-size: 30px;
  }

  .heading-68.feature-card-title.aicard {
    text-align: center;
  }

  .container-56 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .body-text-67.ai.full.sub-head {
    color: #484a61;
    font-size: 21px;
    font-weight: 600;
  }

  .text-span-38 {
    color: #484a61;
  }

  .image-99 {
    padding-top: 0;
  }

  .j {
    display: block;
  }

  .container-57, .container-58, .container-59 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .paragraph-8 {
    font-size: 13px;
  }

  .flex-block-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 2.25fr 1.75fr;
  }

  .container-60 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .image-105 {
    display: none;
  }

  .hero-wrapper-6 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-bottom: 0;
  }

  .image-106 {
    width: 39px;
    height: 40px;
    margin-left: -7px;
  }

  .landing-page-link-11 {
    color: #161c52;
  }

  .landing-page-link-11:hover {
    color: #3a7dff;
  }

  .body-text-68.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
    font-size: 18px;
  }

  .body-text-68.text-neutral-04.home.aduit {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-span-39 {
    color: #484a61;
  }

  .code-embed-25 {
    width: 971px;
    height: 106px;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .button-28.border.small {
    display: inline-block;
  }

  .button-28.border.small.signbutton {
    background-color: #0000;
    padding: 7px 20px;
  }

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

  .submit-button-3 {
    background-color: #36d462;
    border-radius: 58px;
    align-self: center;
    height: auto;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 180%;
  }

  .list-item-12 {
    display: none;
  }

  .background-video {
    color: #161c52;
    object-fit: fill;
    flex-flow: column;
    height: auto;
    display: block;
    position: static;
    inset: 0%;
  }

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

  .container-61 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-61.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .flex-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .form-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #d3d3ec;
    border-radius: 58px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 15px;
    display: flex;
  }

  .container-62 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .image-109 {
    width: 120px;
  }

  .image-110 {
    width: 136px;
  }

  .image-111 {
    width: 75px;
  }

  .container-63 {
    color: #161c52;
    text-align: center;
    max-width: 1290px;
    margin-top: 0;
  }

  .image-112 {
    width: 112px;
  }

  .image-113 {
    width: 120px;
    height: auto;
  }

  .div-block-37 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }

  .div-block-37.group-m {
    grid-column-gap: 77px;
    grid-row-gap: 77px;
    justify-content: center;
    align-items: center;
  }

  .image-114 {
    width: 91px;
  }

  .functionality-card-list-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .functionality-card-list-5.aduit {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .functionality-card-list-5.home {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-115 {
    width: 190px;
    height: 30px;
  }

  .heading-71 {
    font-size: 16px;
    font-weight: 700;
  }

  .heading-72 {
    color: #161c52;
    font-weight: 600;
  }

  .image-116 {
    width: 153px;
  }

  .image-117 {
    width: 122px;
    height: auto;
  }

  .container-65 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .image-118 {
    width: 158px;
  }

  .divider-9 {
    margin-bottom: 0;
  }

  .divider-9.ai {
    opacity: .2;
    color: #fff;
    background-color: #fff;
  }

  .body-text-71.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-45 {
    text-decoration: none;
  }

  .text-block-45.email {
    text-decoration: underline;
  }

  .heading-73.text-neutral-01.ai.full {
    padding-top: 0;
    font-size: 44px;
  }

  .heading-73.text-neutral-01.ai.full.omni {
    width: 100%;
  }

  .cta-wrapper-5 {
    max-width: 100%;
  }

  .cta-wrapper-5.full {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .body-text-73.contacttext {
    color: #818aa1;
  }

  .divider-10 {
    margin-bottom: 0;
  }

  .divider-10.ai {
    opacity: .2;
    color: #fff;
    background-color: #fff;
  }

  .body-text-74.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-46 {
    text-decoration: none;
  }

  .text-block-46.email {
    text-decoration: underline;
  }

  .heading-74.text-neutral-01.ai.full {
    padding-top: 0;
    font-size: 44px;
  }

  .heading-74.text-neutral-01.ai.full.omni {
    width: 100%;
  }

  .flex-block-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 2.25fr 1.75fr;
  }

  .container-68 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .image-119 {
    display: none;
  }

  .hero-wrapper-7 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-bottom: 0;
  }

  .image-120 {
    width: 39px;
    height: 40px;
    margin-left: -7px;
  }

  .landing-page-link-12 {
    color: #161c52;
  }

  .landing-page-link-12:hover {
    color: #3a7dff;
  }

  .body-text-75.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
    font-size: 18px;
  }

  .body-text-75.text-neutral-04.home.aduit {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-span-41 {
    color: #484a61;
  }

  .code-embed-30 {
    width: 971px;
    height: 106px;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .button-30.border.small {
    display: inline-block;
  }

  .button-30.border.small.signbutton {
    background-color: #0000;
    padding: 7px 20px;
  }

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

  .submit-button-4 {
    background-color: #36d462;
    border-radius: 58px;
    align-self: center;
    height: auto;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 180%;
  }

  .list-item-13 {
    display: none;
  }

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

  .container-69 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-69.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .flex-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .form-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #d3d3ec;
    border-radius: 58px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 15px;
    display: flex;
  }

  .flex-block-14 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 2.25fr 1.75fr;
  }

  .container-70 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .image-122 {
    display: none;
  }

  .hero-wrapper-8 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-bottom: 0;
  }

  .image-123 {
    width: 39px;
    height: 40px;
    margin-left: -7px;
  }

  .landing-page-link-13 {
    color: #161c52;
  }

  .landing-page-link-13:hover {
    color: #3a7dff;
  }

  .body-text-76.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
    font-size: 18px;
  }

  .body-text-76.text-neutral-04.home.aduit {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-span-43 {
    color: #484a61;
  }

  .code-embed-31 {
    width: 971px;
    height: 106px;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .button-32.border.small {
    display: inline-block;
  }

  .button-32.border.small.signbutton {
    background-color: #0000;
    border-width: 0;
    padding: 7px 20px;
  }

  .button-32.border.small.signbutton.free:hover {
    background-color: #3a7dff;
  }

  .button-32.border.small.signbutton {
    background-color: #0000;
    padding: 7px 20px;
  }

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

  .submit-button-5 {
    background-color: #36d462;
    border-radius: 58px;
    align-self: center;
    height: auto;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 180%;
  }

  .list-item-14 {
    display: none;
  }

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

  .container-71 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-71.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .flex-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .form-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #d3d3ec;
    border-radius: 58px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 15px;
    display: flex;
  }

  .body-text-77.semi-bold {
    color: #484a61;
  }

  .container-72 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .body-text-78.semi-bold {
    color: #484a61;
  }

  .container-73 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .body-text-79.semi-bold {
    color: #484a61;
  }

  .container-74 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .body-text-80.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
  }

  .submit-button-6 {
    background-color: #36d462;
    border-radius: 58px;
    align-self: center;
    height: auto;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 180%;
  }

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

  .form-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #d3d3ec;
    border-radius: 58px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 15px;
    display: flex;
  }

  .code-embed-41 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: block;
    position: static;
  }

  .flex-block-22 {
    flex-flow: row;
  }

  .shar.end {
    align-self: flex-start;
  }

  .code-embed-42 {
    width: 100%;
  }

  .flex-block-23 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 2.25fr 1.75fr;
  }

  .container-75 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .image-131 {
    display: none;
  }

  .image-132 {
    width: 39px;
    height: 40px;
    margin-left: -7px;
  }

  .landing-page-link-14 {
    color: #161c52;
  }

  .landing-page-link-14:hover {
    color: #3a7dff;
  }

  .body-text-81.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
    font-size: 18px;
  }

  .body-text-81.text-neutral-04.home.aduit {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-span-46 {
    color: #484a61;
  }

  .hero-wrapper-9 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-bottom: 0;
  }

  .submit-button-7 {
    background-color: #36d462;
    border-radius: 58px;
    align-self: center;
    height: auto;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 180%;
  }

  .list-item-15 {
    display: none;
  }

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

  .container-76 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-76.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .flex-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .form-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #d3d3ec;
    border-radius: 58px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 15px;
    display: flex;
  }

  .body-text-82.semi-bold {
    color: #484a61;
  }

  .container-77 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .image-135 {
    width: 120px;
  }

  .section-title-2.feature-two {
    padding-bottom: 0;
  }

  .image-136 {
    width: 136px;
  }

  .image-137 {
    width: 75px;
  }

  .container-78 {
    color: #161c52;
    text-align: center;
    max-width: 1290px;
    margin-top: 0;
  }

  .image-138 {
    width: 112px;
  }

  .image-139 {
    width: 120px;
    height: auto;
  }

  .image-140 {
    width: 91px;
  }

  .image-141 {
    width: 190px;
    height: 30px;
  }

  .heading-77 {
    font-size: 16px;
    font-weight: 700;
  }

  .heading-78 {
    color: #161c52;
    font-weight: 600;
  }

  .image-142 {
    width: 153px;
  }

  .image-143 {
    width: 122px;
    height: auto;
  }

  .container-80 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .image-144 {
    width: 158px;
  }

  .container-81 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }

  .body-text-84.text-neutral-02.opacity-6 {
    opacity: 100;
    color: #f6f7f9;
  }

  .body-text-84.text-neutral-02.opacity-6._1-text {
    color: #161c52;
  }

  .body-text-85.contacttext {
    color: #818aa1;
  }

  .footer-link-3.contacttext {
    font-size: 16px;
  }

  .body-text-86.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-50 {
    text-decoration: none;
  }

  .text-block-50.email {
    text-decoration: underline;
  }

  .devider-for-contct-us-2 {
    opacity: .1;
    background-color: #fff;
  }

  .heading-79.text-neutral-01.ai.full {
    padding-top: 0;
    font-size: 44px;
  }

  .heading-79.text-neutral-01.ai.full.omni {
    width: 100%;
  }

  .text-span-48 {
    color: var(--theme-color-2);
  }

  .container-84 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .text-theme-9 {
    color: #3a7dff;
  }

  .landing-page-link-15 {
    color: #161c52;
  }

  .landing-page-link-15:hover {
    color: #3a7dff;
  }

  .body-text-89.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
    font-size: 18px;
  }

  .text-span-50 {
    color: #484a61;
  }

  .code-embed-47 {
    border-radius: 0;
  }

  .hero-wrapper-10 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-bottom: 0;
  }

  .body-text-95.semi-bold {
    color: #484a61;
  }

  .submit-button-8 {
    background-color: #36d462;
    border-radius: 58px;
    align-self: center;
    height: auto;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 180%;
  }

  .list-item-16 {
    display: none;
  }

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

  .container-85, .container-86 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-86.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .form-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #d3d3ec;
    border-radius: 58px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 5px 5px 5px 15px;
    display: flex;
  }

  .text-span-51 {
    color: #3a7dff;
  }

  .button-38 {
    background-color: #0000;
    padding: 12px 24px;
  }

  .button-38:hover {
    background-color: #3a7dff;
    border-width: 1px;
    border-color: #3a7dff;
  }

  .hero-wrapper-11 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-bottom: 0;
  }

  .hero-wrapper-11.home {
    width: 100%;
    overflow: visible;
  }

  .text-span-52 {
    color: #3a7dff;
  }

  .container-87 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .flex-block-35 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    border: 1px solid #e1e3e5;
    border-radius: 58px;
    grid-template-columns: 1fr 1.75fr;
    padding: 4px 10px;
  }

  .flex-block-37 {
    flex-flow: column;
    font-size: 54px;
  }

  .image-149 {
    width: 24px;
    height: 24px;
    margin-left: -7px;
  }

  .heading-81.markting.how {
    order: 0;
  }

  .body-text-96.feature-section-p.marketingtext {
    color: #3a7dff;
    font-weight: 500;
  }

  .image-150 {
    border-radius: 100%;
    align-self: center;
    margin-left: 0;
    box-shadow: .83px .83px 26.58px #061d221a;
  }

  .section-title-3.feature-two {
    padding-bottom: 0;
  }

  .section-title-3.feature-two.aduit {
    background-color: #0000;
    padding-top: 0;
  }

  .landing-page-link-16 {
    color: #161c52;
  }

  .landing-page-link-16:hover {
    color: #3a7dff;
  }

  .heading-85 {
    color: #161c52;
    font-family: Onest, sans-serif;
    font-size: 54px;
    font-weight: 600;
  }

  .image-151 {
    width: 100%;
    display: none;
    overflow: visible;
  }

  .functionality-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 60px;
  }

  .code-embed-48 {
    border-radius: 0;
  }

  .heading-86 {
    font-size: 16px;
    font-weight: 700;
  }

  .body-text-97.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
    font-size: 18px;
  }

  .body-text-97.text-neutral-04.home.new {
    width: 70%;
  }

  .text-span-53 {
    color: #484a61;
  }

  .div-block-67 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .div-block-67.omni.inte.matter {
    margin-top: 0;
    padding-top: 0;
  }

  .first {
    align-self: center;
  }

  .first.thankyou {
    flex-flow: row;
  }

  .container-89 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .image-153 {
    border-radius: 100%;
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: .83px .83px 26.58px #061d221a;
  }

  .container-90 {
    background-color: #0000;
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .body-text-98.semi-bold {
    color: #484a61;
  }

  .list-item-17 {
    display: none;
  }

  .paragraph-9 {
    align-self: flex-end;
    font-size: 13px;
  }

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

  .container-91, .container-92 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-92.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .section-16 {
    background-image: linear-gradient(#fff, #f6f7f9);
  }

  .flex-block-38 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .flex-block-39 {
    flex-flow: row;
  }

  .body-text-99.text-neutral-02.opacity-6 {
    opacity: 100;
    color: #f6f7f9;
  }

  .body-text-99.text-neutral-02.opacity-6._1-text {
    color: #161c52;
  }

  .text-theme-10 {
    color: #3a7dff;
  }

  .body-text-100.text-neutral-04.home {
    color: #484a61;
  }

  .heading-87.feature-title-4.home {
    color: #161c52;
  }

  .divider-11.feature-1.home {
    margin-bottom: 0;
  }

  .feature-wrapper-11.home.centra {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-93 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .text-theme-11 {
    color: #3a7dff;
  }

  .body-text-103.text-neutral-04.home {
    color: #484a61;
  }

  .image-155 {
    height: 100%;
  }

  .heading-88.home {
    color: #161c52;
  }

  .divider-12.feature-1.home {
    margin-bottom: 0;
  }

  .divider-12.review-divider {
    margin-bottom: 20px;
  }

  .feature-wrapper-12.accurate {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .text-theme-12 {
    color: #3a7dff;
  }

  .body-text-106.text-neutral-04.home {
    color: #484a61;
  }

  .image-156 {
    height: 100%;
  }

  .heading-89.home {
    color: #161c52;
  }

  .feature-wrapper-13.accurate {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: grid;
  }

  .container-94 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .div-block-68.blu-card {
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-self: center;
    align-items: center;
    position: sticky;
  }

  .button-39 {
    background-color: #f6f7f9;
    padding: 12px 24px;
  }

  .button-39:hover {
    background-color: #3a7dff;
  }

  .button-39.blue {
    color: #fff;
    background-color: #0000;
  }

  .button-39.blue:hover {
    border-width: 1px;
  }

  .text-span-54 {
    color: #36d462;
  }

  .feature-wrapper-14.home.see.flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 40px;
    line-height: 125%;
  }

  .feature-wrapper-14.home.see.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #041543;
    background-image: url('../images/Group-624620.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    padding: 60px;
    display: grid;
  }

  .feature-wrapper-14.home.see.grid:hover {
    background-color: #0000;
    background-image: url('../images/Group-624620.png');
    background-size: cover;
  }

  .container-95 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .text-theme-13 {
    color: #3a7dff;
  }

  .body-text-109.text-neutral-04.home {
    color: #484a61;
  }

  .heading-90.feature-title-4.home {
    color: #161c52;
  }

  .feature-wrapper-15.home.smarter {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-96 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .image-157 {
    margin-bottom: 0;
  }

  .image-158 {
    align-self: center;
    width: 73px;
    height: 34px;
  }

  .body-text-112.opacity-8.home, .body-text-112.text-neutral-04.home {
    color: #484a61;
  }

  .heading-92.home, .heading-92.home.ai {
    color: #161c52;
  }

  .image-159, .image-160 {
    margin-bottom: 0;
  }

  .feature-wrapper-16.sata {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-97 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .body-text-115.opacity-8.home {
    color: #484a61;
  }

  .functionality-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 60px;
  }

  .heading-94.home {
    color: #161c52;
  }

  .heading-94.home.result {
    margin-bottom: 50px;
  }

  .container-98 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .button-40 {
    background-color: #f6f7f9;
    padding: 12px 24px;
  }

  .button-40:hover {
    background-color: #3a7dff;
  }

  .button-40.prove:hover {
    border-color: #3a7dff;
  }

  .heading-95.home {
    color: #161c52;
  }

  .customer-slider-arrow-3.right {
    color: #161c52;
    border-color: #161c52;
  }

  .customer-slider-arrow-3.left {
    border-color: #161c52;
  }

  .customer-slider-icon-3 {
    color: #161c52;
    -webkit-text-stroke-color: transparent;
    border: 1px solid #0000;
  }

  .container-99 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .body-text-117.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
  }

  .body-text-118.contacttext {
    color: #818aa1;
  }

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

  .divider-13.ai {
    opacity: .2;
    color: #fff;
    background-color: #fff;
  }

  .text-block-51 {
    text-decoration: none;
  }

  .text-block-51.email {
    text-decoration: underline;
  }

  .heading-96.text-neutral-01.ai.full {
    padding-top: 0;
    font-size: 44px;
  }

  .heading-96.text-neutral-01.ai.full.omni {
    width: 100%;
  }

  .body-text-119.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container-101 {
    max-width: 1530px;
    padding-left: 100px;
  }

  .landing-page-link-17 {
    color: #161c52;
  }

  .landing-page-link-17:hover {
    color: #3a7dff;
  }

  .text-span-55 {
    color: #484a61;
  }

  .list-item-18 {
    display: none;
  }

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

  .hero-wrapper-12 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-bottom: 0;
  }

  .hero-wrapper-12.home {
    width: 100%;
    overflow: visible;
  }

  .flex-block-42 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    border: 1px solid #e1e3e5;
    border-radius: 58px;
    grid-template-columns: 1fr 1.75fr;
    padding: 4px 10px;
  }

  .flex-block-43 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    font-size: 54px;
  }

  .image-163 {
    width: 24px;
    height: 24px;
    margin-left: -7px;
  }

  .heading-97 {
    color: #161c52;
    font-family: Onest, sans-serif;
    font-size: 54px;
    font-weight: 600;
  }

  .body-text-120.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
    font-size: 18px;
  }

  .body-text-120.text-neutral-04.home.new {
    width: 70%;
  }

  .body-text-120.text-neutral-04.home.new.thankyou {
    align-self: center;
    font-size: 14px;
  }

  .container-102 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-102.position-relative {
    margin-top: 10px;
    padding-top: 0;
  }

  .flex-block-44 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
  }

  .flex-block-45 {
    flex-flow: row;
  }

  .form-9 {
    background-color: #0000;
    justify-content: center;
    height: auto;
    position: static;
  }

  .select-field {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    background-color: #fff;
    background-image: url('../images/Arrow-down.svg');
    background-size: 10px 10px;
    background-attachment: scroll;
    border: 1px solid #000;
    border-radius: 12px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    min-height: 56px;
    margin-top: 0;
    margin-right: 140px;
    padding: 0 20px 0 0;
  }

  .form-block-7._2 {
    margin-bottom: 0;
  }

  .body-text-121.feature-section-p.marketingtext {
    color: var(--neutral-04);
    font-weight: 500;
  }

  .section-title-5.feature-two {
    padding-bottom: 0;
  }

  .section-title-5.feature-two.aduit {
    background-color: #0000;
    padding-top: 0;
  }

  .heading-98 {
    font-size: 16px;
    font-weight: 700;
  }

  .container-104 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-105 {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

  .body-text-122.semi-bold {
    color: #484a61;
  }

  .container-106 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .container-106.home.image {
    padding-bottom: 40px;
  }

  .section-18 {
    background-image: linear-gradient(#fff, #f6f7f9);
  }

  .section-18.thankyou {
    background-color: #0000;
    background-image: none;
  }

  .body-text-123.text-neutral-02.opacity-6 {
    opacity: 100;
    color: #f6f7f9;
  }

  .body-text-123.text-neutral-02.opacity-6._1-text, .heading-99.home {
    color: #161c52;
  }

  .customer-slider-arrow-4.right {
    color: #161c52;
    border-color: #161c52;
  }

  .customer-slider-arrow-4.left {
    border-color: #161c52;
  }

  .customer-slider-icon-4 {
    color: #161c52;
    -webkit-text-stroke-color: transparent;
    border: 1px solid #0000;
  }

  .container-107 {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .body-text-125.text-neutral-04.home {
    color: #484a61;
    -webkit-text-stroke-color: #484a61;
  }

  .body-text-126.contacttext {
    color: #818aa1;
  }

  .divider-14 {
    margin-bottom: 0;
  }

  .divider-14.ai {
    opacity: .2;
    color: #fff;
    background-color: #fff;
  }

  .text-block-52 {
    text-decoration: none;
  }

  .text-block-52.email {
    text-decoration: underline;
  }

  .heading-100.text-neutral-01.ai.full {
    padding-top: 0;
    font-size: 44px;
  }

  .heading-100.text-neutral-01.ai.full.omni {
    width: 100%;
  }

  .body-text-127.text-neutral-01 {
    text-align: center;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-166 {
    width: 100%;
    height: 100vh;
    display: block;
  }

  .text-block-53 {
    background-color: #ddd;
    order: 1;
    align-self: center;
    font-size: 22px;
  }

  .success-message {
    font-size: 20px;
    line-height: 20px;
  }

  .section-19 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .section-21 {
    background-image: linear-gradient(#fff, #f6f7f9);
  }

  .text-span-62 {
    color: var(--theme-color-2);
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 38px;
  }

  h4 {
    font-size: 22px;
  }

  .container {
    max-width: 798px;
  }

  .container.styleguide-container {
    max-width: 728px;
  }

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

  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .remove-bottom-padding {
    padding-bottom: 0;
  }

  .color-box.bg-neutral-11 {
    overflow: auto;
  }

  .header {
    padding-top: 0;
    position: relative;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: var(--transparent);
  }

  .nav-menu {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--neutral-01);
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .nav-link {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .nav-link.text-neutral-01.h3 {
    color: var(--neutral-04);
  }

  .nav-link.text-neutral-01.h3:hover {
    color: var(--theme-color-2);
  }

  .nav-dropdown {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: inline-block;
  }

  .nav-dropdown-toggle {
    width: 100%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-dropdown-toggle.text-neutral-01.h3 {
    color: var(--neutral-04);
  }

  .nav-dropdown-toggle.text-neutral-01.h3:hover {
    color: var(--theme-color-2);
  }

  .nav-dropdown-list {
    width: 100%;
    position: absolute;
  }

  .nav-dropdown-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    background-color: var(--transparent\<deleted\|variable-347810e8-efd3-c53d-6c2d-d8602d6a7e1e\>);
    width: 25px;
    height: 20px;
  }

  .menu-button.w--open {
    background-color: var(--transparent\<deleted\|variable-347810e8-efd3-c53d-6c2d-d8602d6a7e1e\>);
    color: #000;
  }

  .mega-menu {
    border-width: 0;
    border-color: var(--transparent);
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    display: grid;
    box-shadow: 0 12px 40px #151d1633;
  }

  .navbar-button {
    display: none;
  }

  .menu-button-icon {
    background-color: var(--transparent\<deleted\|variable-347810e8-efd3-c53d-6c2d-d8602d6a7e1e\>);
  }

  .dropdown-list-item {
    width: 100%;
    left: 0;
  }

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

  .footer-left-block {
    width: 60%;
  }

  .demo-section-title {
    text-align: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-accordion-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .accordion-content._2 {
    margin-top: -15px;
  }

  .terms-privacy-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .terms-privacy-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-section {
    padding-top: 50px;
  }

  .license-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .changelog-section {
    padding-top: 80px;
  }

  .changelog-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .cart {
    top: 23px;
    right: 50px;
  }

  .product-list-wrapper {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-right-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 40%;
    display: block;
  }

  .cta-wrapper {
    text-align: center;
    flex-flow: column;
  }

  .accordion-heading._1.heading-4.semi-bold {
    margin-right: 0;
  }

  .accordion-heading._2.heading-4 {
    font-size: 20px;
  }

  .heading-1 {
    font-size: 55px;
  }

  .heading-1.hero-title {
    font-size: 48px;
  }

  .content-block {
    padding-top: 0;
  }

  .footer-left-p.body-text-16.text-neutral-01 {
    max-width: 200%;
  }

  .footer-left-p.body-text-16.text-neutral-01.socialmediatext {
    text-align: center;
    margin-bottom: 0;
  }

  .footer-widget-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .heading-2, .heading-2.gallery-title {
    font-size: 40px;
  }

  .pricing-card.last {
    width: 50%;
  }

  .display-heading-1 {
    font-size: 38px;
  }

  .form-block.contact-form {
    max-width: 100%;
  }

  .content-block-two {
    padding-top: 0;
  }

  .term-policy-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .product-details {
    grid-template-columns: 1fr;
  }

  .demo-features-card-1 {
    justify-content: space-between;
    width: 100%;
  }

  .demo-feature-image-block._3 {
    height: 300px;
  }

  .demo-page-cards {
    grid-template-columns: 1fr;
  }

  .page-card-image {
    height: auto;
  }

  .section-title {
    padding-bottom: 50px;
  }

  .section-title.review {
    width: 80%;
  }

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

  .divider.social-1 {
    margin-top: 80px;
  }

  .pricing-table {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-table.yearly {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .book-a-demo-section {
    padding-top: 50px;
  }

  .footer-text-field.text-field {
    max-width: 200%;
  }

  .footer-bottom.foterwith-icon {
    grid-template-columns: minmax(500px, 10.75fr);
  }

  .topper-wrapper.position-relative.hero-3 {
    display: none;
  }

  .hero-section._1, .hero-section._3, .hero-section._4, .hero-section._4 {
    padding-top: 60px;
  }

  .hero-image-left, .hero-image-right {
    max-width: 90px;
    height: 100px;
    top: 0;
  }

  .hero-wrapper.position-relative {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .hero-image-2 {
    width: 50%;
  }

  .hero-image-3 {
    width: 30%;
  }

  .hero-image._1 {
    width: 90%;
    margin-bottom: -70px;
  }

  .brand-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .brand-wrapper.position-relative.new {
    display: flex;
  }

  .feature-card-wrapper {
    flex-flow: column;
    display: flex;
  }

  .feature-card._2 {
    padding-bottom: 24px;
  }

  .feature-card-group {
    grid-template-columns: 1fr;
  }

  .feature-card-image-block._2 {
    margin-bottom: -60px;
  }

  .feature-section.section-paddingaaa.omniplatform.ai.lex {
    padding-top: 50px;
  }

  .feature-section.section-paddingaaa.remove-bottom-padding.home.button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .feature-card-block-2 {
    width: 70%;
  }

  .feature-content._4, .feature-list-item-content._4 {
    max-width: 100%;
  }

  .feature-wrapper-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .social-content-block {
    grid-template-columns: 1fr;
  }

  .social-section-title {
    width: 100%;
  }

  .review-card-wrapper {
    grid-template-columns: 1fr;
  }

  .review-card._1.box-shadow.last {
    width: 100%;
  }

  .review-button {
    padding-top: 50px;
  }

  .blog-airticles-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-heading-right-image {
    max-width: 100%;
  }

  .brand-list {
    grid-column-gap: 50px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .brand-list-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .brand-wrapper-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .brand-list-image {
    width: auto;
    max-width: 100%;
  }

  .feature-card-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-card-2._3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .feature-card-wrapper-2 {
    flex-flow: column;
    width: 80%;
    display: flex;
  }

  .feature-card-image-block-2._2 {
    margin-bottom: -60px;
  }

  .feature-card-image-block-2._3 {
    width: 100%;
    max-height: 100%;
  }

  .feature-card-content-button-2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-card-list {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .hero-bg-shape-2 {
    bottom: 50px;
  }

  .hero-bg-2 {
    top: -300px;
  }

  .hero-wrapper-3 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    padding-bottom: 80px;
  }

  .feature-card-content-3._2, .feature-card-content-3._3 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-card-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-card-3._1, .feature-card-3._2, .feature-card-3._4, .feature-card-3._3, .feature-card-3._3, .feature-card-3._4 {
    width: 100%;
  }

  .feature-card-wrapper-3 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .feature-card-list-3 {
    flex-flow: column;
    width: 80%;
    display: flex;
  }

  .hero-wrapper-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
  }

  .hero-brand-section {
    padding-bottom: 80px;
  }

  .social-card-list-3 {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .social-card-3.last {
    width: 50%;
  }

  .social-button-2 {
    padding-top: 30px;
  }

  .customer-section {
    padding-bottom: 170px;
  }

  .functionality-card-list {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .customer-slide-wrapper {
    width: 100%;
  }

  .customer-slider-arrow {
    margin-top: 30px;
  }

  .customar-mask {
    margin-bottom: 0;
  }

  .remove-top-padding {
    padding-top: 0;
  }

  .inner {
    padding-top: 50px;
  }

  .feature-wrapper-4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .inner-bg {
    filter: blur(100px);
    height: 110%;
    top: -10%;
  }

  .inner-bg.pricing {
    height: 120%;
  }

  .team-list, .gallery-slider-title {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-image {
    height: 400px;
  }

  .gallery-mask {
    height: 100%;
  }

  .gallery-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .gallery-content-block {
    flex-flow: column;
  }

  .gallery-content-p, .gallery-content-title {
    max-width: 100%;
  }

  .counter-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .pricing-section {
    padding-bottom: 80px;
  }

  .blog-details-section {
    padding-top: 65px;
  }

  .blog-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-text-block.authorss {
    margin-top: 0;
  }

  .content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .contact-left-block {
    max-width: 100%;
  }

  .case-study-section.inner {
    padding-bottom: 80px;
  }

  .blog-wrapper, .case-study-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .case-study-list-wrapper {
    width: 100%;
  }

  .case-study-content {
    max-width: 100%;
  }

  .product-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .product-breadcrumb-section {
    padding-top: 60px;
  }

  .case-study-details {
    padding-bottom: 60px;
  }

  .case-study-hero-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .case-study-hero-image-block {
    height: 365px;
  }

  .review-wrapper-2, .book-a-demo-block-top, .book-a-demo-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .blog-card-image-h-460 {
    height: 350px;
  }

  .blog-card-image-h-348 {
    height: 310px;
  }

  .blog-details-title {
    font-size: 40px;
  }

  .case-study-title {
    font-size: 22px;
  }

  .case-study-heading-title {
    font-size: 40px;
  }

  .product-heading-title, .product-heading-name {
    font-size: 55px;
  }

  .product-section-title {
    font-size: 40px;
  }

  .demo-heading {
    font-size: 55px;
  }

  .div-block {
    clear: none;
    text-align: left;
    position: static;
    inset: auto 0% 0% auto;
  }

  .list-item-2 {
    display: block;
  }

  .container-2 {
    max-width: 798px;
  }

  .feature-card-list-5 {
    flex-flow: column;
    width: 80%;
    display: flex;
  }

  .image-17 {
    align-self: center;
  }

  .nav-dropdown-list-2 {
    width: 100%;
    position: absolute;
  }

  .image-14 {
    align-self: center;
  }

  .nav-dropdown-toggle-2 {
    width: 100%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-heading-right-image-2 {
    max-width: 100%;
  }

  .container-4 {
    max-width: 798px;
  }

  .button-5 {
    color: #000;
    background-color: #0000;
    border: 1px solid #000;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 24px;
  }

  .image-22 {
    padding-top: 5px;
  }

  .navbar-button-2 {
    display: none;
  }

  .nav-dropdown-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-13 {
    align-self: center;
  }

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

  .image-23 {
    padding-top: 5px;
  }

  .navbar-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 20px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar-wrapper-2.blog-airticles-title-button {
    grid-template-columns: 1fr 20px;
  }

  .feature-card-content-6._3 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-card-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-card-5.omnioverflow {
    max-height: 100%;
  }

  .feature-card-5.bg-neutral-06.dashboardcard {
    padding-top: 32px;
  }

  .nav-menu-2 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .image-15 {
    align-self: center;
  }

  .menu-button-2 {
    background-color: #fff0;
    width: 25px;
    height: 20px;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #fff0;
  }

  .image-16 {
    align-self: center;
  }

  .nav-link-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .navbar-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .button-7 {
    width: 100%;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff0;
  }

  .container-3 {
    max-width: 798px;
  }

  .h1 {
    text-align: center;
  }

  .h1.ai {
    font-size: 32px;
  }

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

  .header-2 {
    padding-top: 0;
    position: relative;
  }

  .card {
    flex-flow: column;
    width: 80%;
    display: flex;
  }

  .card.acordin.full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-8 {
    font-size: 55px;
  }

  .menu-button-icon-2 {
    background-color: #fff0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .mega-menu-2 {
    border-width: 0;
    border-color: #fff0;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    display: grid;
    box-shadow: 0 12px 40px #151d1633;
  }

  .div-block-5 {
    text-align: center;
    background-color: #f6f7f9;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-7 {
    max-width: 798px;
  }

  .footer-widget-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
  }

  .footer-top-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .footer-link-2 {
    text-align: left;
  }

  .footer-2 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .flex-block-2 {
    align-self: center;
  }

  .footer-widget-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .cta-wrapper-2 {
    text-align: center;
    flex-flow: column;
  }

  .container-8 {
    max-width: 798px;
  }

  .footer-form-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-17 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-17.email {
    text-decoration: underline;
  }

  .footer-right-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: grid;
  }

  .footer-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-submit-button-2 {
    margin-top: 0;
  }

  .footer-left-block-2 {
    width: 100%;
  }

  .footernumber {
    color: #fff;
    text-align: center;
    font-size: 34px;
  }

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

  .text-span-8 {
    color: #3a7dff;
    font-size: 34px;
  }

  .list-item-3 {
    display: block;
  }

  .image-24, .image-25 {
    align-self: center;
  }

  .nav-dropdown-toggle-3 {
    width: 100%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-heading-right-image-3 {
    max-width: 100%;
  }

  .container-10 {
    max-width: 798px;
  }

  .image-26 {
    padding-top: 5px;
  }

  .navbar-button-3 {
    display: none;
  }

  .nav-dropdown-link-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-27 {
    align-self: center;
  }

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

  .image-29 {
    padding-top: 5px;
  }

  .feature-card-content-7._3 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-card-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-card-6.bg-neutral-06.dashboardcard {
    padding-top: 32px;
  }

  .nav-menu-3 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .feature-card-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-card-7._3, .feature-card-7._4 {
    width: 100%;
  }

  .image-30 {
    align-self: center;
  }

  .container-11 {
    max-width: 798px;
  }

  .image-32 {
    align-self: center;
  }

  .body-text-32.contacttext {
    text-align: left;
  }

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

  .heading-16 {
    font-size: 55px;
  }

  .menu-button-icon-3 {
    background-color: #fff0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .mega-menu-3 {
    border-width: 0;
    border-color: #fff0;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    display: grid;
    box-shadow: 0 12px 40px #151d1633;
  }

  .div-block-20 {
    text-align: center;
    background-color: #f6f7f9;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-widget-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
  }

  .footer-top-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .footer-widget-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .container-12 {
    max-width: 798px;
  }

  .text-block-22 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-22.email {
    text-decoration: underline;
  }

  .footer-right-block-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: grid;
  }

  .footer-wrapper-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-submit-button-3 {
    margin-top: 0;
  }

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

  .text-span-14 {
    color: #3a7dff;
    font-size: 34px;
  }

  .list-item-5 {
    display: block;
  }

  .container-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-36, .image-37 {
    align-self: center;
  }

  .nav-dropdown-toggle-4 {
    width: 100%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-heading-right-image-4 {
    max-width: 100%;
  }

  .hero-heading-right-image-4.ai.full.inte.lex.phone {
    height: 100%;
  }

  .hero-heading-right-image-4.ai.full.inte.lex._320 {
    display: none;
  }

  .container-14 {
    max-width: 798px;
  }

  .image-38 {
    align-self: center;
  }

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

  .nav-menu-4 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .feature-card-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-card-8._3, .feature-card-8._4 {
    width: 100%;
  }

  .feature-card-8._4.ai.opti.full.workflow.mobile {
    padding-right: 40px;
  }

  .image-40 {
    align-self: center;
  }

  .container-15 {
    max-width: 798px;
  }

  .image-42 {
    align-self: center;
  }

  .button-13 {
    width: 100%;
  }

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

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

  .menu-button-icon-4 {
    background-color: #fff0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .mega-menu-4 {
    border-width: 0;
    border-color: #fff0;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    display: grid;
    box-shadow: 0 12px 40px #151d1633;
  }

  .div-block-28 {
    text-align: center;
    background-color: #f6f7f9;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-top-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .cta-button-4 {
    align-self: center;
    width: 100%;
  }

  .footer-widget-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    order: 0;
  }

  .container-16 {
    max-width: 798px;
  }

  .text-block-27 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-27.email {
    text-decoration: underline;
  }

  .footer-right-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: grid;
  }

  .footer-submit-button-4 {
    margin-top: 0;
  }

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

  .text-span-17 {
    color: #3a7dff;
    font-size: 34px;
  }

  .list-item-6 {
    display: block;
  }

  .nav-menu-5 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .container-17 {
    max-width: 798px;
  }

  .header-3 {
    padding-top: 0;
    position: relative;
  }

  .container-18 {
    max-width: 798px;
  }

  .heading-23 {
    font-size: 55px;
  }

  .inner-2 {
    padding-top: 50px;
  }

  .container-19 {
    max-width: 798px;
  }

  .gallery-content-title-2 {
    max-width: 100%;
  }

  .gallery-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-25, .heading-25.gallery-title {
    font-size: 40px;
  }

  .inner-bg-2 {
    filter: blur(100px);
    height: 110%;
    top: -10%;
  }

  .container-20 {
    max-width: 798px;
  }

  .counter-wrapper-2 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .container-21 {
    max-width: 798px;
  }

  .gallery-wrapper-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-26, .heading-26.gallery-title {
    font-size: 40px;
  }

  .inner-bg-3 {
    filter: blur(100px);
    height: 110%;
    top: -10%;
  }

  .container-22 {
    max-width: 798px;
  }

  .gallery-wrapper-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-28, .heading-28.gallery-title {
    font-size: 40px;
  }

  .container-23 {
    max-width: 798px;
  }

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

  .functionality-card-list-2 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .container-26 {
    max-width: 798px;
  }

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

  .team-list-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-widget-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .cta-wrapper-3 {
    text-align: center;
    flex-flow: column;
  }

  .container-27 {
    max-width: 798px;
  }

  .text-block-30 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-30.email {
    text-decoration: underline;
  }

  .footer-right-block-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .footer-submit-button-5 {
    margin-top: 0;
  }

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

  .text-span-22 {
    color: #3a7dff;
    font-size: 34px;
  }

  .heading-34 {
    font-size: 55px;
  }

  .inner-3 {
    padding-top: 50px;
  }

  .gallery-wrapper-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-36, .heading-36.gallery-title {
    font-size: 40px;
  }

  .counter-wrapper-3 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .gallery-wrapper-6 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-37, .heading-37.gallery-title {
    font-size: 40px;
  }

  .gallery-wrapper-7 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-39, .heading-39.gallery-title {
    font-size: 40px;
  }

  .container-28 {
    display: none;
  }

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

  .div-block-37 {
    scrollbar-width: none;
    overflow-x: auto;
  }

  .functionality-card-list-3 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .cta-button-6 {
    flex-flow: column;
  }

  .footer-widget-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .container-30 {
    max-width: 798px;
  }

  .button-17.about.start {
    width: 100%;
  }

  .text-block-32 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-32.email {
    text-decoration: underline;
  }

  .footer-submit-button-6 {
    margin-top: 0;
  }

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

  .text-span-27 {
    color: #3a7dff;
    font-size: 34px;
  }

  .code-embed-12 {
    width: 100%;
  }

  .container-31 {
    max-width: 798px;
  }

  .brand-section-4._3.home.about {
    display: block;
  }

  .nav-menu-7 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .hero-wrapper-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
  }

  .container-32 {
    max-width: 798px;
  }

  .form-block-2 {
    display: none;
  }

  .list-item-7 {
    display: block;
  }

  .display-heading-2 {
    font-size: 38px;
  }

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

  .feature-wrapper-6 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .home.button-area-6.sign.start {
    width: 100%;
  }

  .container-33, .container-34 {
    max-width: 798px;
  }

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

  .feature-wrapper-7 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .container-35 {
    max-width: 798px;
  }

  .container-35.home.see {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-40 {
    text-align: center;
    background-color: #f6f7f9;
    justify-content: center;
    align-items: center;
  }

  .feature-wrapper-8 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .container-36 {
    max-width: 798px;
  }

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

  .feature-wrapper-9 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

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

  .heading-47.home {
    color: var(--neutral-04);
  }

  .heading-47.home.ai, .heading-47.home.brand {
    font-size: 44px;
  }

  .feature-wrapper-10 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .heading-48 {
    font-size: 22px;
  }

  .container-37 {
    max-width: 798px;
  }

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

  .functionality-card-list-4 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .heading-50 {
    font-size: 22px;
  }

  .container-38 {
    max-width: 798px;
  }

  .div-block-41 {
    text-align: center;
    background-color: #f6f7f9;
    justify-content: center;
    align-items: center;
  }

  .div-block-41.block {
    flex-flow: column;
  }

  .button-21.prove {
    width: 100%;
  }

  .customer-slider-arrow-2 {
    margin-top: 30px;
  }

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

  .container-39 {
    max-width: 798px;
  }

  .footer-submit-button-7 {
    margin-top: 0;
  }

  .footer-widget-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .text-block-33 {
    color: #fff;
    text-align: left;
    font-size: 16px;
  }

  .text-block-33.email {
    text-decoration: underline;
  }

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

  .container-40 {
    max-width: 798px;
  }

  .cta-wrapper-4 {
    text-align: center;
    flex-flow: column;
  }

  .code-embed-15 {
    width: 100%;
    display: flex;
  }

  .list-item-8 {
    display: block;
  }

  .navbar-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 20px 20px 31px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-77, .image-78 {
    padding-top: 5px;
  }

  .nav-menu-8 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .container-41, .container-42 {
    max-width: 798px;
  }

  .heading-53 {
    font-size: 55px;
  }

  .container-43 {
    max-width: 798px;
  }

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

  .feature-card-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-card-9.bg-neutral-06.dashboardcard {
    padding-top: 32px;
  }

  .feature-card-9._2.bg-neutral-07.aicard.ai.full.inte {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .code-embed-16 {
    width: 100%;
  }

  .image-84 {
    align-self: center;
  }

  .text-block-36.reduce.full.inte, .text-block-36.increase.reduce.inte, .text-block-36.depyh.full.inte, .text-block-36.ai.full.inte {
    text-align: center;
  }

  .button-23 {
    width: 100%;
  }

  .text-block-37.reduce.full.inte, .text-block-37.enanhe.full.inte, .text-block-37.increase.full.inte, .text-block-37.depth.full.inte {
    text-align: center;
  }

  .image-85 {
    align-self: center;
  }

  .feature-card-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-86, .image-87 {
    align-self: center;
  }

  .div-block-48 {
    text-align: center;
    background-color: #f6f7f9;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-45 {
    max-width: 798px;
  }

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

  .list-item-9 {
    display: block;
  }

  .nav-menu-9 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .container-46 {
    max-width: 798px;
  }

  .heading-59 {
    font-size: 55px;
  }

  .heading-60 {
    font-size: 22px;
  }

  .container-47 {
    max-width: 798px;
  }

  .flex-block-4 {
    align-self: center;
  }

  .footer-widget-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .text-block-38 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-38.email {
    text-decoration: underline;
  }

  .container-48 {
    max-width: 798px;
  }

  .footer-submit-button-8 {
    margin-top: 0;
  }

  .list-item-10 {
    display: block;
  }

  .nav-menu-10 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .container-49 {
    max-width: 798px;
  }

  .heading-61 {
    font-size: 55px;
  }

  .terms-privacy-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-62 {
    font-size: 22px;
  }

  .container-50 {
    max-width: 798px;
  }

  .flex-block-5 {
    align-self: center;
  }

  .brand-section-7._3.home {
    display: block;
  }

  .footer-widget-block-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
  }

  .text-block-39 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-39.email {
    text-decoration: underline;
  }

  .container-51 {
    max-width: 798px;
  }

  .div-block-54.home.phone, .div-block-54.home.destop, .div-block-54.home.mobile {
    display: none;
  }

  .div-block-54.home.mobileoninte {
    display: flex;
  }

  .container-52 {
    max-width: 798px;
  }

  .image-92 {
    align-self: center;
  }

  .div-block-57 {
    text-align: center;
    background-color: #f6f7f9;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-63 {
    font-size: 44px;
  }

  .list-item-11 {
    display: block;
  }

  .feature-card-11 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feature-card-11.bg-neutral-06.dashboardcard {
    padding-top: 32px;
  }

  .hero-wrapper-block-h2-6.inte.lex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    height: 983px;
  }

  .image-93 {
    align-self: center;
  }

  .heading-64 {
    font-size: 55px;
  }

  .button-26 {
    width: 100%;
  }

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

  .container-53 {
    max-width: 798px;
  }

  .image-95 {
    align-self: center;
  }

  .container-55 {
    max-width: 798px;
  }

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

  .nav-menu-11 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .image-98 {
    align-self: center;
  }

  .code-embed-24 {
    width: auto;
  }

  .code-embed-24.bar.mobile {
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .code-embed-24.bar.destop {
    display: none;
  }

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

  .container-56 {
    max-width: 798px;
  }

  .feature-card-12 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-100, .image-101, ._320 {
    display: none;
  }

  .container-57, .container-58, .container-59, .container-60 {
    max-width: 798px;
  }

  .hero-wrapper-6 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
  }

  .nav-menu-12 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .header-4 {
    padding-top: 0;
    position: relative;
  }

  .code-embed-25 {
    width: 100%;
  }

  .code-embed-25.destop {
    display: none;
  }

  .code-embed-25.mobile, .list-item-12 {
    display: block;
  }

  .navbar-wrapper-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 20px 20px 31px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-61, .container-62 {
    max-width: 798px;
  }

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

  .container-63 {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .div-block-37 {
    overflow-x: auto;
  }

  .div-block-37.group-m {
    scrollbar-width: none;
    justify-content: space-between;
  }

  .functionality-card-list-5 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .container-64 {
    max-width: 798px;
  }

  .flex-block-10 {
    align-self: center;
  }

  .text-block-45 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-45.email {
    text-decoration: underline;
  }

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

  .container-66 {
    max-width: 798px;
  }

  .cta-wrapper-5 {
    text-align: center;
    flex-flow: column;
  }

  .flex-block-11 {
    align-self: center;
  }

  .text-block-46 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-46.email {
    text-decoration: underline;
  }

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

  .container-67, .container-68 {
    max-width: 798px;
  }

  .hero-wrapper-7 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
  }

  .nav-menu-13 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .header-5 {
    padding-top: 0;
    position: relative;
  }

  .code-embed-30 {
    width: 100%;
  }

  .code-embed-30.destop {
    display: none;
  }

  .code-embed-30.mobile, .list-item-13 {
    display: block;
  }

  .container-69, .container-70 {
    max-width: 798px;
  }

  .hero-wrapper-8 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
  }

  .nav-menu-14 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .header-6 {
    padding-top: 0;
    position: relative;
  }

  .code-embed-31 {
    width: 100%;
  }

  .code-embed-31.destop {
    display: none;
  }

  .code-embed-31.mobile, .list-item-14 {
    display: block;
  }

  .container-71, .container-72, .container-73 {
    max-width: 798px;
  }

  .body-text-79.semi-bold.home {
    font-size: 24px;
    font-weight: 600;
  }

  .container-74 {
    max-width: 798px;
  }

  .form-block-6 {
    display: none;
  }

  .code-embed-32 {
    display: flex;
  }

  .code-embed-34 {
    flex: 1;
  }

  .container-75 {
    max-width: 798px;
  }

  .nav-menu-15 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .header-7 {
    padding-top: 0;
    position: relative;
  }

  .hero-wrapper-9 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
  }

  .list-item-15 {
    display: block;
  }

  .container-76, .container-77 {
    max-width: 798px;
  }

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

  .section-title-2 {
    padding-bottom: 50px;
  }

  .container-78 {
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .container-79, .container-81 {
    max-width: 798px;
  }

  .flex-block-25 {
    align-self: center;
  }

  .text-block-50 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-50.email {
    text-decoration: underline;
  }

  .footer-right-block-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 60%;
    display: grid;
  }

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

  .container-82 {
    max-width: 798px;
  }

  .footer-left-block-3 {
    width: 40%;
  }

  .heading-80 {
    font-size: 55px;
  }

  .heading-80.hero-title {
    font-size: 48px;
  }

  .hero-image-5 {
    width: 30%;
  }

  .hero-image-6 {
    width: 50%;
  }

  .container-83, .container-84 {
    max-width: 798px;
  }

  .nav-menu-16 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .header-8 {
    padding-top: 0;
    position: relative;
  }

  .hero-wrapper-10 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
  }

  .list-item-16 {
    display: block;
  }

  .container-85, .container-86 {
    max-width: 798px;
  }

  .button-38 {
    width: 100%;
  }

  .hero-wrapper-11 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
  }

  .container-87 {
    max-width: 798px;
  }

  .flex-block-37.destop {
    display: flex;
  }

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

  .image-150 {
    width: 34px;
    height: 34px;
  }

  .section-title-3 {
    padding-bottom: 50px;
  }

  .heading-85 {
    font-size: 34px;
  }

  .container-88 {
    max-width: 798px;
  }

  .nav-menu-17 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .navbar-button-4 {
    display: none;
  }

  .header-9 {
    padding-top: 0;
    position: relative;
  }

  .div-block-67 {
    text-align: center;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-89 {
    max-width: 798px;
  }

  .image-153 {
    width: 34px;
    height: 34px;
  }

  .list-item-17 {
    display: block;
  }

  .container-91, .container-92 {
    max-width: 798px;
  }

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

  .feature-wrapper-11 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .container-93 {
    max-width: 798px;
  }

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

  .feature-wrapper-12 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

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

  .feature-wrapper-13 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .container-94 {
    max-width: 798px;
  }

  .div-block-68 {
    text-align: center;
    background-color: #f6f7f9;
    justify-content: center;
    align-items: center;
  }

  .feature-wrapper-14 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .container-95 {
    max-width: 798px;
  }

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

  .feature-wrapper-15 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .container-96 {
    max-width: 798px;
  }

  .section-title-4 {
    padding-bottom: 50px;
  }

  .heading-91 {
    font-size: 22px;
  }

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

  .feature-wrapper-16 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .container-97 {
    max-width: 798px;
  }

  .heading-93 {
    font-size: 22px;
  }

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

  .container-98 {
    max-width: 798px;
  }

  .div-block-69 {
    text-align: center;
    background-color: #f6f7f9;
    justify-content: center;
    align-items: center;
  }

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

  .customer-slider-arrow-3 {
    margin-top: 30px;
  }

  .container-99 {
    max-width: 798px;
  }

  .flex-block-41 {
    align-self: center;
  }

  .text-block-51 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-51.email {
    text-decoration: underline;
  }

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

  .container-100 {
    max-width: 798px;
  }

  .footer-left-block-4 {
    width: 40%;
  }

  .container-101 {
    max-width: 798px;
  }

  .nav-menu-18 {
    z-index: 9999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 0 solid #cfcfcf;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
    margin-top: 10px;
    margin-left: 40px;
    padding: 20px 30px;
    display: flex;
    position: relative;
    box-shadow: 0 12px 40px #0000000d;
  }

  .header-10 {
    padding-top: 0;
    position: relative;
  }

  .list-item-18 {
    display: block;
  }

  .hero-wrapper-12 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 80px;
  }

  .container-102 {
    max-width: 798px;
  }

  .section-title-5 {
    padding-bottom: 50px;
  }

  .container-103, .container-104, .container-106 {
    max-width: 798px;
  }

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

  .customer-slider-arrow-4 {
    margin-top: 30px;
  }

  .container-107 {
    max-width: 798px;
  }

  .flex-block-46 {
    align-self: center;
  }

  .text-block-52 {
    color: #fff;
    font-size: 16px;
  }

  .text-block-52.email {
    text-decoration: underline;
  }

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

  .container-108 {
    max-width: 798px;
  }

  .footer-left-block-5 {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  .container {
    max-width: 600px;
  }

  .body-text-16.feature-contnt-text {
    width: 100%;
  }

  .body-text-16.accordion-content-p {
    font-size: 15px;
  }

  .body-text-18 {
    font-size: 16px;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .remove-bottom-padding {
    padding-bottom: 0;
  }

  .navbar {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-list {
    margin-top: 25px;
  }

  .menu-button {
    margin-top: -2px;
  }

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

  .footer-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-widget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-left-block {
    text-align: center;
    width: 80%;
  }

  .demo-section-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .accordion-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .changelog-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .changelog-single-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .changelog-content-left, .changelog-content-right {
    width: 100%;
  }

  .cart {
    right: 9%;
  }

  .product-list-wrapper {
    max-width: 425px;
  }

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

  .footer-right-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .cta-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-heading._1.heading-4.semi-bold {
    font-size: 20px;
  }

  .accordion-heading._2.heading-4 {
    font-size: 18px;
  }

  .heading-1, .heading-1.hero-title {
    font-size: 42px;
  }

  .tabs-menu {
    padding-bottom: 30px;
  }

  .footer-left-p.body-text-16.text-neutral-01 {
    color: #818aa1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-widget-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-2, .heading-2.gallery-title {
    font-size: 36px;
  }

  .pricing-card.last {
    width: 100%;
  }

  .display-heading-1 {
    font-size: 36px;
  }

  .form-block._2 {
    padding: 40px;
  }

  .input-group {
    flex-flow: column;
  }

  .product-details-image.rounded-default {
    height: 500px;
  }

  .demo-buttons-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
  }

  .demo-features-card-1 {
    flex-flow: column;
    align-items: center;
  }

  .demo-feature-card-content {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .demo-feature-card-content._3 {
    width: 100%;
    padding-right: 24px;
  }

  .demo-feature-image-block._3 {
    width: 100%;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title.review {
    width: 100%;
  }

  .section-title.social-section-title-3 {
    width: 100%;
  }

  .section-title.feature-two.matters {
    padding-bottom: 0;
  }

  .section-title.feature-two.inte.what {
    flex-flow: column;
  }

  .section-title.feature-two.inte.lex {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .section-title.feature-two {
    padding-bottom: 30px;
  }

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

  .divider.social-1 {
    margin-top: 70px;
  }

  .pricing-table {
    grid-template-columns: 1fr;
  }

  .pricing-table.yearly {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .pricing-tab {
    flex-flow: wrap;
  }

  .blog-collection-list, .blog-collection-list._2 {
    grid-template-columns: 1fr;
  }

  .footer-form {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .footer-text-field.text-field {
    max-width: 100%;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
  }

  .footer-bottom.foterwith-icon {
    grid-template-columns: 3.25fr;
    justify-items: center;
  }

  .topper-section, .topper-wrapper.position-relative.hero-3, .topper-wrapper.position-relative.hero-3, .topper-wrapper.position-relative.hero-3 {
    display: none;
  }

  .hero-section._1, .hero-section._3, .hero-section._4 {
    padding-top: 40px;
  }

  .hero-section._4 {
    padding-top: 20px;
  }

  .hero-top-block._4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .hero-button-group, .hero-button-group._2, .hero-button-group._4, .hero-button-group._2, .hero-button-group._2, .hero-button-group._2, .hero-button-group._4, .hero-button-group._4, .hero-button-group._4 {
    flex-flow: wrap;
    justify-content: center;
  }

  .hero-content-block._4.aduit {
    width: auto;
    max-width: 100%;
  }

  .hero-image-left, .hero-image-right {
    display: none;
  }

  .hero-image-2 {
    top: 50px;
    left: 0;
  }

  .hero-image-3 {
    width: 30%;
  }

  .hero-image._1 {
    width: 80%;
    margin-bottom: 0;
  }

  .brand-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
  }

  .brand-slider-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .feature-card-wrapper, .feature-text {
    width: 100%;
  }

  .feature-section.section-paddingaaa.omniplatform.ai.lex {
    padding-top: 50px;
  }

  .feature-section.section-paddingaaa.remove-bottom-padding.home.button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-content-block.see.box {
    width: 100%;
  }

  .feature-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .feature-list-item {
    max-width: 100%;
  }

  .feature-wrapper-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-image-card-3._4 {
    padding: 30px;
  }

  .review-card-wrapper {
    width: 100%;
  }

  .review-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .review-card.last, .faq-section-title {
    width: 100%;
  }

  .blog-airticles-title-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-heading-left-section {
    margin-top: 30px;
  }

  .hero-heading-right-image {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .hero-wrapper-block-h2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .brand-list {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .brand-list-block, .brand-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .brand-wrapper-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .feature-card-wrapper-2 {
    width: 100%;
  }

  .social-card-list {
    grid-template-columns: 1fr;
  }

  .hero-bg-2 {
    top: -220px;
  }

  .hero-wrapper-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 70px;
  }

  .feature-card-image-block-3._3 {
    padding-top: 30px;
    padding-left: 30px;
  }

  .feature-card-3._2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .feature-card-wrapper-3, .feature-card-image-3, .feature-card-list-3 {
    width: 100%;
  }

  .hero-wrapper-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 70px;
  }

  .hero-brand-section {
    padding-bottom: 70px;
  }

  .hero-bg-4 {
    height: 48%;
  }

  .social-card-list-3 {
    grid-template-columns: 1fr;
  }

  .social-card-3.last {
    width: 100%;
  }

  .social-card-content-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .customer-section {
    padding-top: 70px;
    padding-bottom: 140px;
  }

  .functionality-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .functionality-card-list {
    grid-template-columns: 1fr;
  }

  .functionality-card._2.box-shadow-1.last {
    width: 100%;
  }

  .customer-slide-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .customer-slider-arrow {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-top: 30px;
  }

  .customer-slider-arrow.left {
    margin-left: -40px;
  }

  .customer-slider-arrow.right {
    margin-right: -40px;
  }

  .customer-text-divider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .customer-slider-icon {
    font-size: 14px;
  }

  .remove-top-padding {
    padding-top: 0;
  }

  .inner {
    padding-top: 40px;
  }

  .inner-wrapper-top {
    width: 100%;
  }

  .feature-card-list-4 {
    grid-template-columns: 1fr;
  }

  .feature-card-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .inner-bg {
    height: 120%;
  }

  .inner-bg.pricing {
    height: 130%;
  }

  .team-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .gallery-slide-wrapper {
    margin-right: 20px;
  }

  .gallery-slider-image {
    height: 260px;
  }

  .gallery-slider-icon {
    font-size: 14px;
  }

  .gallery-slider-arrow {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-top: -50px;
  }

  .gallery-slider-arrow.left {
    margin-left: -140px;
  }

  .gallery-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .gallery-content-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .counter-wrapper {
    grid-template-columns: 1fr;
  }

  .counter-card._3.last {
    width: 100%;
  }

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

  .blog-details-section {
    padding-top: 50px;
  }

  .blog-details-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-text-block {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    display: block;
  }

  .blog-text-block.autor {
    margin-top: 0;
  }

  .blog-text-block.authorss {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-start;
    margin-top: 0;
    display: flex;
  }

  .content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-list {
    padding-bottom: 10px;
  }

  .case-study-section.inner {
    padding-bottom: 70px;
  }

  .blog-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .case-study-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .case-study-card {
    flex-flow: column;
  }

  .case-study-imge-block {
    max-width: 100%;
    height: 225px;
  }

  .case-study-imge {
    height: 100%;
  }

  .product-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .product-breadcrumb-section {
    padding-top: 40px;
  }

  .case-study-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .case-study-hero-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .case-study-hero-image-block {
    height: 250px;
  }

  .case-study-text-blcok {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .review-wrapper-2, .book-a-demo-block-top, .book-a-demo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-date-fs-medium {
    align-self: flex-start;
  }

  .blog-details-title, .case-study-heading-title {
    font-size: 36px;
  }

  .product-heading-title, .product-heading-name {
    font-size: 42px;
  }

  .product-quantity {
    font-size: 16px;
  }

  .product-section-title {
    font-size: 36px;
  }

  .demo-heading {
    font-size: 42px;
  }

  .product-title {
    font-size: 30px;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .container-2 {
    max-width: 600px;
  }

  .container-6 {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-card-list-5 {
    width: 100%;
  }

  .image-17 {
    align-self: center;
  }

  .button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-2.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2 {
    margin-top: 25px;
  }

  .image-14 {
    align-self: center;
  }

  .hero-wrapper-block-h2-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    height: 517px;
  }

  .body-text-21 {
    font-size: 16px;
  }

  .topper-section-2 {
    display: none;
  }

  .hero-heading-right-image-2 {
    -webkit-text-fill-color: inherit;
    background-size: contain;
    background-clip: border-box;
    height: 42%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container-4 {
    max-width: 600px;
  }

  .feature-wrapper-5 {
    text-align: center;
  }

  .button-5 {
    padding-bottom: 12px;
  }

  .hero-left-block-2 {
    height: 100%;
  }

  .image-13 {
    align-self: center;
  }

  .heading-9 {
    font-size: 30px;
  }

  .heading-10 {
    font-size: 36px;
  }

  .body-text-22 {
    font-size: 16px;
  }

  .feature-card-5.omnioverflow {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .image-15 {
    align-self: center;
  }

  .heading-11 {
    font-size: 30px;
  }

  .menu-button-2 {
    margin-top: -2px;
  }

  .div-block-6, .image-16 {
    align-self: center;
  }

  .nav-link-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .navbar-2 {
    max-width: 100%;
  }

  .container-3 {
    max-width: 600px;
  }

  .h1.h2, .h1.ai.full.inte.connect {
    font-size: 32px;
  }

  .card {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .card.acordin.inte {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-8 {
    font-size: 42px;
  }

  .mega-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    background-color: #f6f7f9;
    width: 100%;
  }

  .container-7 {
    max-width: 600px;
  }

  .body-text-25 {
    font-size: 16px;
  }

  .footer-widget-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-top-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .flex-block-2 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .footer-widget-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-8 {
    max-width: 600px;
  }

  .footer-form-2 {
    flex-flow: column;
    place-content: stretch center;
    align-items: stretch;
    display: flex;
  }

  .button-8 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-17 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-17.email {
    text-decoration: none;
  }

  .footer-right-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .footer-wrapper-2 {
    text-align: center;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-submit-button-2 {
    margin-top: 10px;
  }

  .footer-left-block-2 {
    width: 100%;
  }

  .body-text-27 {
    font-size: 16px;
  }

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

  .heading-12 {
    font-size: 36px;
  }

  .text-span-8 {
    color: #3a7dff;
    font-size: 24px;
  }

  .container-9 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-24 {
    align-self: center;
  }

  .button-9 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-9.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-25 {
    align-self: center;
  }

  .hero-wrapper-block-h2-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    height: 517px;
  }

  .body-text-29 {
    font-size: 16px;
  }

  .hero-heading-right-image-3 {
    -webkit-text-fill-color: inherit;
    background-size: contain;
    background-clip: border-box;
    height: 42%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .container-10 {
    max-width: 600px;
  }

  .image-27 {
    align-self: center;
  }

  .heading-13 {
    font-size: 30px;
  }

  .heading-14 {
    font-size: 36px;
  }

  .body-text-30 {
    font-size: 16px;
  }

  .nav-menu-3 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .image-30 {
    align-self: center;
  }

  .container-11 {
    max-width: 600px;
  }

  .heading-15 {
    font-size: 30px;
  }

  .div-block-18, .image-32 {
    align-self: center;
  }

  .body-text-32.contacttext {
    text-align: left;
  }

  .heading-16 {
    font-size: 42px;
  }

  .mega-menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    background-color: #f6f7f9;
  }

  .footer-widget-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-top-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .footer-widget-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-12 {
    max-width: 600px;
  }

  .button-11 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-22 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-22.email {
    text-decoration: none;
  }

  .footer-right-block-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .footer-wrapper-3 {
    text-align: center;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-submit-button-3 {
    margin-top: 10px;
  }

  .body-text-33 {
    font-size: 16px;
  }

  .heading-17 {
    font-size: 36px;
  }

  .text-span-14 {
    color: #3a7dff;
    font-size: 24px;
  }

  .container-13 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-36 {
    align-self: center;
  }

  .button-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-12.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-37 {
    align-self: center;
  }

  .hero-wrapper-block-h2-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    height: 517px;
  }

  .body-text-35 {
    font-size: 16px;
  }

  .hero-heading-right-image-4 {
    -webkit-text-fill-color: inherit;
    background-size: contain;
    background-clip: border-box;
    height: 42%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-heading-right-image-4.ai.full.inte.lex {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }

  .hero-heading-right-image-4.ai.full.inte.lex.blur {
    display: none;
  }

  .hero-heading-right-image-4.ai.full.inte.lex.phone {
    aspect-ratio: 1;
  }

  .hero-heading-right-image-4.ai.full.inte.lex._320 {
    display: none;
  }

  .container-14 {
    max-width: 600px;
  }

  .image-38 {
    align-self: center;
  }

  .heading-18 {
    font-size: 30px;
  }

  .heading-19 {
    font-size: 36px;
  }

  .body-text-36 {
    font-size: 16px;
  }

  .nav-menu-4 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .image-40 {
    align-self: center;
  }

  .container-15 {
    max-width: 600px;
  }

  .heading-20 {
    font-size: 30px;
  }

  .div-block-26, .image-42 {
    align-self: center;
  }

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

  .mega-menu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-28 {
    background-color: #f6f7f9;
  }

  .footer-top-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .footer-widget-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-16 {
    max-width: 600px;
  }

  .button-14 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-27 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-27.email {
    text-decoration: none;
  }

  .footer-right-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .footer-submit-button-4 {
    margin-top: 10px;
  }

  .body-text-38 {
    font-size: 16px;
  }

  .heading-22 {
    font-size: 36px;
  }

  .heading-22.text-neutral-01.ai.full.omni {
    text-align: center;
  }

  .heading-22.text-neutral-01.ai.full.inte {
    font-size: 32px;
  }

  .text-span-17 {
    color: #3a7dff;
    font-size: 24px;
  }

  .button-15 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-15.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-5 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .container-17, .container-18 {
    max-width: 600px;
  }

  .heading-23 {
    font-size: 42px;
  }

  .inner-2 {
    padding-top: 40px;
  }

  .container-19 {
    max-width: 600px;
  }

  .gallery-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-25, .heading-25.gallery-title {
    font-size: 36px;
  }

  .inner-bg-2 {
    height: 120%;
  }

  .container-20 {
    max-width: 600px;
  }

  .counter-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .container-21 {
    max-width: 600px;
  }

  .gallery-wrapper-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-26, .heading-26.gallery-title {
    font-size: 36px;
  }

  .inner-bg-3 {
    filter: blur(900px);
    height: 120%;
  }

  .container-22 {
    max-width: 600px;
  }

  .gallery-wrapper-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-28, .heading-28.gallery-title {
    font-size: 36px;
  }

  .container-23 {
    max-width: 600px;
  }

  .heading-31 {
    font-size: 36px;
  }

  .functionality-card-list-2 {
    grid-template-columns: 1fr;
  }

  .functionality-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-26 {
    max-width: 600px;
  }

  .heading-32 {
    font-size: 36px;
  }

  .team-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-widget-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-27 {
    max-width: 600px;
  }

  .button-16 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-30 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-30.email {
    text-decoration: none;
  }

  .footer-right-block-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .footer-submit-button-5 {
    margin-top: 10px;
  }

  .heading-33 {
    font-size: 36px;
  }

  .text-span-22 {
    color: #3a7dff;
    font-size: 24px;
  }

  .heading-34 {
    font-size: 42px;
  }

  .heading-34.aboutus {
    font-size: 32px;
  }

  .inner-3 {
    padding-top: 40px;
  }

  .gallery-wrapper-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-36, .heading-36.gallery-title {
    font-size: 36px;
  }

  .counter-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .gallery-wrapper-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-37, .heading-37.gallery-title {
    font-size: 36px;
  }

  .gallery-wrapper-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-39, .heading-39.gallery-title, .heading-42 {
    font-size: 36px;
  }

  .functionality-card-list-3 {
    grid-template-columns: 1fr;
  }

  .cta-button-6 {
    width: 100%;
  }

  .footer-widget-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-30 {
    max-width: 600px;
  }

  .button-17 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-32 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-32.email {
    text-decoration: none;
  }

  .footer-submit-button-6 {
    margin-top: 10px;
  }

  .heading-43 {
    font-size: 36px;
  }

  .heading-43.text-neutral-01.about {
    font-size: 32px;
  }

  .text-span-27 {
    color: #3a7dff;
    font-size: 24px;
  }

  .container-31 {
    max-width: 600px;
  }

  .body-text-45 {
    font-size: 16px;
  }

  .nav-menu-7 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .hero-wrapper-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 70px;
  }

  .button-18 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-18.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-32 {
    max-width: 600px;
  }

  .button-19 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .display-heading-2 {
    font-size: 36px;
  }

  .display-heading-2.home {
    font-size: 32px;
  }

  .heading-44 {
    font-size: 36px;
  }

  .heading-44.feature-title-4.home.new {
    font-size: 32px;
  }

  .body-text-46 {
    font-size: 16px;
  }

  .feature-wrapper-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-33, .container-34 {
    max-width: 600px;
  }

  .body-text-48 {
    font-size: 16px;
  }

  .heading-45 {
    font-size: 36px;
  }

  .heading-45.home.funnel {
    font-size: 32px;
  }

  .feature-wrapper-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-35 {
    max-width: 600px;
  }

  .container-35.home.see {
    padding-left: 0;
    padding-right: 0;
  }

  .button-20.blue {
    width: 100%;
    padding-top: 11px;
  }

  .div-block-40 {
    background-color: #f6f7f9;
  }

  .div-block-40.blu-card {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .feature-wrapper-8 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-wrapper-8.home.see.grid {
    padding: 20px 16px;
  }

  .see.text {
    font-size: 32px;
  }

  .container-36 {
    max-width: 600px;
  }

  .heading-46 {
    font-size: 36px;
  }

  .heading-46.feature-title-4.home.smart {
    font-size: 32px;
  }

  .feature-wrapper-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .body-text-51 {
    font-size: 16px;
  }

  .social-card-content-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-73 {
    width: 59px;
    height: 24px;
  }

  .heading-47 {
    font-size: 36px;
  }

  .heading-47.home.ai, .heading-47.home.head, .heading-47.home.brand {
    font-size: 32px;
  }

  .heading-47.home.agent {
    display: block;
  }

  .feature-wrapper-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .body-text-53 {
    font-size: 16px;
  }

  .container-37 {
    max-width: 600px;
  }

  .heading-49 {
    font-size: 36px;
  }

  .heading-49.home.result.prove {
    font-size: 32px;
  }

  .functionality-card-list-4 {
    grid-template-columns: 1fr;
  }

  .container-38 {
    max-width: 600px;
  }

  .div-block-41 {
    background-color: #f6f7f9;
  }

  .customer-slider-arrow-2 {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-top: 30px;
  }

  .customer-slider-arrow-2.right {
    margin-right: -40px;
  }

  .customer-slider-arrow-2.left {
    margin-left: -40px;
  }

  .heading-51 {
    font-size: 36px;
  }

  .heading-51.home.title {
    font-size: 32px;
  }

  .customer-text-divider-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .customer-slider-icon-2 {
    font-size: 14px;
  }

  .body-text-55 {
    font-size: 16px;
  }

  .container-39 {
    max-width: 600px;
  }

  .footer-submit-button-7 {
    height: 42px;
    margin-top: 10px;
  }

  .body-text-56 {
    font-size: 16px;
  }

  .footer-widget-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-33 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-33.email {
    text-decoration: none;
  }

  .heading-52 {
    font-size: 36px;
  }

  .heading-52.text-neutral-01.ai.full.omni {
    font-size: 32px;
  }

  .container-40 {
    max-width: 600px;
  }

  .cta-wrapper-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .code-embed-15, .flex-block-3 {
    display: block;
  }

  .button-22 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-22.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-8 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .container-41, .container-42 {
    max-width: 600px;
  }

  .body-text-58 {
    font-size: 16px;
  }

  .hero-wrapper-block-h2-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    height: 517px;
  }

  .heading-53 {
    font-size: 42px;
  }

  .heading-53.ai.full.inte {
    font-size: 32px;
  }

  .container-43 {
    max-width: 600px;
  }

  .heading-54 {
    font-size: 30px;
  }

  .heading-55 {
    font-size: 36px;
  }

  .heading-55.ai.full.inte {
    font-size: 32px;
  }

  .body-text-59 {
    font-size: 16px;
  }

  .heading-56 {
    font-size: 30px;
  }

  .container-44 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-84 {
    align-self: center;
  }

  .button-23 {
    width: 94%;
  }

  .image-85, .image-86, .div-block-46, .image-87 {
    align-self: center;
  }

  .div-block-48 {
    background-color: #f6f7f9;
    flex-flow: column;
  }

  .container-45 {
    max-width: 600px;
  }

  .heading-57 {
    font-size: 36px;
  }

  .heading-57.markting {
    font-size: 32px;
  }

  .body-text-60 {
    font-size: 16px;
  }

  .heading-58 {
    font-size: 30px;
  }

  .nav-menu-9 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .container-46 {
    max-width: 600px;
  }

  .button-24 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-24.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-text-61 {
    font-size: 16px;
  }

  .heading-59 {
    font-size: 42px;
  }

  .container-47 {
    max-width: 600px;
  }

  .flex-block-4 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .body-text-62.text-neutral-01 {
    display: flex;
  }

  .footer-widget-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-38 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-38.email {
    text-decoration: none;
  }

  .container-48 {
    max-width: 600px;
  }

  .footer-submit-button-8 {
    margin-top: 10px;
  }

  .nav-menu-10 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .container-49 {
    max-width: 600px;
  }

  .button-25 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-25.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-61 {
    font-size: 42px;
  }

  .body-text-63 {
    font-size: 16px;
  }

  .container-50 {
    max-width: 600px;
  }

  .flex-block-5 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .footer-widget-block-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-39 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-39.email {
    text-decoration: none;
  }

  .container-51 {
    max-width: 600px;
  }

  .div-block-54.home.destop {
    display: none;
  }

  .div-block-54.home.mobileoninte {
    display: flex;
  }

  .container-52 {
    max-width: 600px;
  }

  .image-92 {
    align-self: center;
  }

  .div-block-57 {
    background-color: #f6f7f9;
  }

  .heading-63 {
    font-size: 44px;
  }

  .body-text-65 {
    font-size: 16px;
  }

  .hero-wrapper-block-h2-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
    height: 517px;
  }

  .hero-wrapper-block-h2-6.inte.lex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .image-93 {
    align-self: center;
  }

  .heading-64 {
    font-size: 42px;
  }

  .heading-64.ai.full.inte {
    font-size: 44px;
  }

  .heading-65 {
    font-size: 36px;
  }

  .container-53 {
    max-width: 600px;
  }

  .image-95 {
    align-self: center;
  }

  .container-54 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-55 {
    max-width: 600px;
  }

  .div-block-60 {
    align-self: center;
  }

  .nav-menu-11 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .image-98 {
    align-self: center;
  }

  .heading-66 {
    font-size: 30px;
  }

  .button-27 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-27.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .code-embed-24 {
    width: auto;
  }

  .code-embed-24.bar.destop {
    display: none;
  }

  .body-text-66 {
    font-size: 16px;
  }

  .heading-67 {
    font-size: 36px;
  }

  .heading-68 {
    font-size: 30px;
  }

  .container-56 {
    max-width: 600px;
  }

  .body-text-67 {
    font-size: 16px;
  }

  .image-100, ._320 {
    display: none;
  }

  .container-57, .container-58, .container-59 {
    max-width: 600px;
  }

  .flex-block-8 {
    align-self: center;
  }

  .container-60 {
    max-width: 600px;
  }

  .hero-wrapper-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 70px;
  }

  .nav-menu-12 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .body-text-68 {
    font-size: 16px;
  }

  .code-embed-25 {
    width: 100%;
  }

  .button-28 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-28.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-61 {
    max-width: 600px;
  }

  .button-29 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-62 {
    max-width: 600px;
  }

  .heading-70 {
    font-size: 36px;
  }

  .body-text-69 {
    font-size: 16px;
  }

  .div-block-37 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-37.group-m {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
  }

  .functionality-card-list-5 {
    grid-template-columns: 1fr;
  }

  .container-64 {
    max-width: 600px;
  }

  .body-text-70 {
    font-size: 16px;
  }

  .flex-block-10 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .text-block-45 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-45.email {
    text-decoration: none;
  }

  .heading-73 {
    font-size: 36px;
  }

  .container-66 {
    max-width: 600px;
  }

  .cta-wrapper-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-text-72 {
    font-size: 16px;
  }

  .flex-block-11 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .text-block-46 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-46.email {
    text-decoration: none;
  }

  .heading-74 {
    font-size: 36px;
  }

  .container-67 {
    max-width: 600px;
  }

  .flex-block-12 {
    align-self: center;
  }

  .container-68 {
    max-width: 600px;
  }

  .hero-wrapper-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 70px;
  }

  .nav-menu-13 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .body-text-75 {
    font-size: 16px;
  }

  .code-embed-30 {
    width: 100%;
  }

  .button-30 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-30.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-69 {
    max-width: 600px;
  }

  .button-31 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .flex-block-14 {
    align-self: center;
  }

  .container-70 {
    max-width: 600px;
  }

  .hero-wrapper-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 70px;
  }

  .nav-menu-14 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .body-text-76 {
    font-size: 16px;
  }

  .code-embed-31 {
    width: 100%;
  }

  .button-32 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-32.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-71 {
    max-width: 600px;
  }

  .button-33 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-72, .container-73, .container-74 {
    max-width: 600px;
  }

  .body-text-80 {
    font-size: 16px;
  }

  .button-34 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .code-embed-35, .code-embed-36, .code-embed-37, .code-embed-38 {
    width: 100%;
  }

  .flex-block-16 {
    flex-flow: column;
  }

  .flex-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    margin-top: 20px;
  }

  .flex-block-22 {
    flex-flow: column;
  }

  .code-embed-43 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-23 {
    align-self: center;
  }

  .container-75 {
    max-width: 600px;
  }

  .nav-menu-15 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .body-text-81 {
    font-size: 16px;
  }

  .hero-wrapper-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 70px;
  }

  .container-76 {
    max-width: 600px;
  }

  .button-35 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-77 {
    max-width: 600px;
  }

  .heading-76 {
    font-size: 36px;
  }

  .body-text-83 {
    font-size: 16px;
  }

  .section-title-2 {
    padding-bottom: 40px;
  }

  .section-title-2.feature-two {
    padding-bottom: 30px;
  }

  .container-79, .container-81 {
    max-width: 600px;
  }

  .flex-block-25 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .footer-form-3 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .text-block-50 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-50.email {
    text-decoration: none;
  }

  .footer-right-block-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .heading-79 {
    font-size: 36px;
  }

  .container-82 {
    max-width: 600px;
  }

  .footer-left-block-3 {
    width: 80%;
  }

  .heading-80, .heading-80.hero-title {
    font-size: 42px;
  }

  .body-text-88 {
    font-size: 16px;
  }

  .button-36 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-36.border {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-image-5 {
    width: 30%;
  }

  .hero-image-6 {
    top: 50px;
    left: 0;
  }

  .container-83, .container-84 {
    max-width: 600px;
  }

  .nav-menu-16 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .body-text-89 {
    font-size: 16px;
  }

  .hero-wrapper-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 70px;
  }

  .container-85, .container-86 {
    max-width: 600px;
  }

  .button-37 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-wrapper-11 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 70px;
  }

  .container-87 {
    max-width: 600px;
  }

  .flex-block-35 {
    align-self: center;
  }

  .heading-81 {
    font-size: 36px;
  }

  .body-text-96 {
    font-size: 16px;
  }

  .image-150 {
    align-self: center;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    font-size: 24px;
  }

  .section-title-3 {
    padding-bottom: 40px;
  }

  .section-title-3.feature-two {
    padding-bottom: 30px;
  }

  .heading-85 {
    letter-spacing: -1px;
    font-size: 24px;
  }

  .functionality-wrapper-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-88 {
    max-width: 600px;
  }

  .nav-menu-17 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .body-text-97 {
    font-size: 16px;
  }

  .div-block-67 {
    background-color: #0000;
    width: 100%;
  }

  .container-89 {
    max-width: 600px;
  }

  .image-153 {
    width: 24px;
    height: 24px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .container-91, .container-92 {
    max-width: 600px;
  }

  .heading-87 {
    font-size: 36px;
  }

  .body-text-101 {
    font-size: 16px;
  }

  .feature-wrapper-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-93 {
    max-width: 600px;
  }

  .heading-88 {
    font-size: 36px;
  }

  .body-text-104 {
    font-size: 16px;
  }

  .feature-wrapper-12 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-89 {
    font-size: 36px;
  }

  .body-text-107 {
    font-size: 16px;
  }

  .feature-wrapper-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-94 {
    max-width: 600px;
  }

  .div-block-68 {
    background-color: #f6f7f9;
  }

  .feature-wrapper-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-wrapper-14.home.see.grid {
    padding: 20px 16px;
  }

  .container-95 {
    max-width: 600px;
  }

  .heading-90 {
    font-size: 36px;
  }

  .body-text-110 {
    font-size: 16px;
  }

  .feature-wrapper-15 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-96 {
    max-width: 600px;
  }

  .section-title-4 {
    padding-bottom: 40px;
  }

  .heading-92 {
    font-size: 36px;
  }

  .body-text-113 {
    font-size: 16px;
  }

  .feature-wrapper-16 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-97 {
    max-width: 600px;
  }

  .functionality-wrapper-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-94 {
    font-size: 36px;
  }

  .container-98 {
    max-width: 600px;
  }

  .div-block-69 {
    background-color: #f6f7f9;
  }

  .heading-95 {
    font-size: 36px;
  }

  .heading-95.home.title {
    font-size: 32px;
  }

  .customer-slider-arrow-3 {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-top: 30px;
  }

  .customer-slider-arrow-3.right {
    margin-right: -40px;
  }

  .customer-slider-arrow-3.left {
    margin-left: -40px;
  }

  .customer-slider-icon-3 {
    font-size: 14px;
  }

  .container-99 {
    max-width: 600px;
  }

  .body-text-117 {
    font-size: 16px;
  }

  .flex-block-41 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .text-block-51 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-51.email {
    text-decoration: none;
  }

  .heading-96 {
    font-size: 36px;
  }

  .container-100 {
    max-width: 600px;
  }

  .footer-left-block-4 {
    width: 80%;
  }

  .container-101 {
    max-width: 600px;
  }

  .nav-menu-18 {
    border-radius: 20px;
    width: 90%;
    margin-top: 10px;
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .hero-wrapper-12 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 70px;
  }

  .hero-wrapper-12.home {
    padding-bottom: 20px;
  }

  .flex-block-42 {
    align-self: center;
  }

  .body-text-120 {
    font-size: 16px;
  }

  .container-102 {
    max-width: 600px;
  }

  .form-9 {
    width: 100%;
  }

  .form-block-7._2 {
    max-width: 100%;
    padding: 40px 20px;
  }

  .body-text-121 {
    font-size: 16px;
  }

  .section-title-5 {
    padding-bottom: 40px;
  }

  .section-title-5.feature-two {
    padding-bottom: 30px;
  }

  .container-103, .container-104, .container-106 {
    max-width: 600px;
  }

  .heading-99 {
    font-size: 36px;
  }

  .heading-99.home.title {
    font-size: 32px;
  }

  .customer-slider-arrow-4 {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-top: 30px;
  }

  .customer-slider-arrow-4.right {
    margin-right: -40px;
  }

  .customer-slider-arrow-4.left {
    margin-left: -40px;
  }

  .customer-slider-icon-4 {
    font-size: 14px;
  }

  .container-107 {
    max-width: 600px;
  }

  .body-text-125 {
    font-size: 16px;
  }

  .flex-block-46 {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .text-block-52 {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-block-52.email {
    text-decoration: none;
  }

  .heading-100 {
    font-size: 36px;
  }

  .container-108 {
    max-width: 600px;
  }

  .footer-left-block-5 {
    width: 80%;
  }

  .section-20 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .body-text-16 {
    font-size: 15px;
  }

  .body-text-16.accordion-content-p {
    font-size: 13px;
  }

  .body-text-18 {
    font-size: 15px;
  }

  .button-text {
    font-size: 14px;
  }

  .button.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

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

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

  .remove-bottom-padding {
    padding-bottom: 0;
  }

  .content-area.horizontal.color-code-area {
    grid-template-columns: 1fr;
  }

  .nav-menu {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .nav-dropdown-link {
    white-space: normal;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .footer-widget {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .accordion-header {
    height: 120px;
  }

  .accordion-header._2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    height: 100px;
    padding: 15px;
  }

  .accordion-content._1 {
    margin-top: 0;
  }

  .accordion-content._2 {
    padding-left: 60px;
  }

  .cart {
    right: 16%;
  }

  .price-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    display: inline-flex;
  }

  .accordion-heading._1.heading-4.semi-bold {
    font-size: 19px;
  }

  .accordion-heading._2.heading-4 {
    font-size: 14px;
  }

  .heading-1, .heading-1.hero-title {
    font-size: 32px;
  }

  .product-card-image {
    height: 300px;
  }

  .footer-left-p.body-text-16.text-neutral-01.socialmediatext {
    margin-bottom: 0;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.gallery-title {
    font-size: 30px;
  }

  .product-details-image.rounded-default {
    height: 400px;
  }

  .section-title, .section-title.feature-two.acordien {
    padding-bottom: 0;
  }

  .section-title.feature-two.inte.final {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 40px;
  }

  .section-title.feature-two.inte {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .section-title.feature-two.inte.what {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-title.feature-two.inte.lex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .section-title.feature-two.aduit {
    padding-top: 20px;
  }

  .body-text-14 {
    font-size: 14px;
  }

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

  .divider.social-1 {
    margin-top: 60px;
  }

  .toggle-block-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .toggle-wrapper {
    justify-content: center;
  }

  .blog-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-card-image.position-relative {
    height: 280px;
  }

  .footer-text-field.text-field.email {
    max-width: 100%;
    min-height: 51px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-top {
    text-align: left;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: flex;
  }

  .footer-bottom.foterwith-icon {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .topper-wrapper.position-relative.hero-3 {
    display: none;
  }

  .hero-top-block._4 {
    display: block;
  }

  .hero-button-group._2.inte {
    width: 100px;
  }

  .hero-button-group._2.inte.connection {
    width: 100%;
  }

  .hero-content-block._4.aduit {
    max-width: 100%;
  }

  .hero-content-block._4.new {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .brand-section.bg-neutral-04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .brand-wrapper.position-relative {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 24px;
  }

  .feature-image-card._4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .feature-card-image-block._2 {
    align-self: auto;
    margin-bottom: -20px;
  }

  .feature-section.section-paddingaaa.omniplatform.ai.lex {
    padding-top: 50px;
  }

  .feature-section.section-paddingaaa.remove-bottom-padding.home.button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-section.section-paddingaaa {
    padding-top: 0;
  }

  .feature-card-block-2 {
    width: 100%;
  }

  .feature-content-block.see.secnd-cta.cts {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-list._2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .feature-card-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 30px;
  }

  .social-section.inte {
    margin-top: 40px;
  }

  .review-button {
    padding-top: 30px;
  }

  .accordion-number {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .blog-airticles-title-button {
    justify-content: center;
  }

  .hero-heading-left-section {
    margin-top: 20px;
  }

  .hero-left-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-wrapper-block-h2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-left-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-card-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 24px;
  }

  .feature-card-2.bg-neutral-06 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-card-2._2.bg-neutral-07 {
    padding-top: 15px;
    padding-left: 15px;
  }

  .feature-card-2._3.bg-neutral-08 {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-image-card-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .feature-card-image-block-2._2 {
    margin-bottom: -20px;
  }

  .feature-card-image-2._2.data.multi.inte {
    overflow: clip;
  }

  .feature-card-image-2._2.data {
    max-width: 100%;
    position: static;
  }

  .social-card {
    padding: 20px;
  }

  .hero-bg-2 {
    top: -120px;
  }

  .hero-wrapper-3 {
    padding-bottom: 60px;
  }

  .feature-card-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .social-card-2 {
    padding: 20px;
  }

  .hero-wrapper-4, .hero-brand-section {
    padding-bottom: 60px;
  }

  .hero-bg-4 {
    height: 42%;
  }

  .hero-bg-4.new {
    margin-bottom: 60px;
  }

  .social-card-list-3.threecard {
    margin-bottom: 20px;
  }

  .social-image-card-3._1 {
    padding: 30px;
  }

  .social-image-card-3._2 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-image-card-3._3 {
    padding-top: 30px;
    padding-left: 30px;
  }

  .functionality-section.l.bg-neutral-02.home.new {
    padding-top: 60px;
  }

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

  .customer-section.blog {
    padding-top: 20px;
  }

  .functionality-card._2._1.get {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .functionality-card._2._1.get.demo {
    padding-top: 0;
  }

  .customer-slide-wrapper {
    width: 100%;
    margin-right: 0%;
    padding: 20px;
  }

  .customer-slide-wrapper.post._12, .customar-mask.post._4 {
    margin-top: 40px;
  }

  .remove-top-padding {
    padding-top: 0;
  }

  .inner-wrapper-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feature-wrapper-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-list, .gallery-slider-title {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
  }

  .gallery-slider-image {
    height: 220px;
  }

  .gallery-slider-arrow.left {
    margin-left: -110px;
  }

  .gallery-slider-arrow.right {
    margin-right: 30px;
  }

  .counter-section.section-padding.remove-top-padding.position-relative {
    margin-top: 0;
  }

  .gallery-content-block.about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .gallery-content-block.market {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .counter-card {
    padding: 25px;
  }

  .counter-card._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .counter-card._1:hover {
    border-width: 0;
  }

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

  .blog-details-section {
    padding-top: 40px;
  }

  .blog-text-block.authorss {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: flex-start;
    margin-top: 0;
    display: flex;
  }

  .case-study-section.inner {
    padding-bottom: 60px;
  }

  .case-study-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .case-study-hero-image-block {
    height: 185px;
  }

  .blog-date-theme-color-2 {
    font-size: 15px;
  }

  .blog-title {
    font-size: 18px;
  }

  .blog-card-image-h-460 {
    height: 300px;
  }

  .blog-card-image-h-348 {
    height: 280px;
  }

  .blog-date-fs-medium {
    font-size: 15px;
  }

  .blog-details-title {
    font-size: 28px;
  }

  .blog-date {
    font-size: 15px;
  }

  .case-study-title {
    font-size: 20px;
  }

  .case-study-excerpt {
    font-size: 15px;
  }

  .case-study-heading-title {
    font-size: 28px;
  }

  .product-heading-title {
    font-size: 32px;
  }

  .product-price {
    font-size: 15px;
  }

  .product-heading-name {
    font-size: 32px;
  }

  .product-excerpt, .product-quantity {
    font-size: 15px;
  }

  .product-section-title {
    font-size: 28px;
  }

  .demo-heading {
    font-size: 32px;
  }

  .product-title {
    font-size: 26px;
  }

  .div-block {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    flex-flow: wrap;
    align-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .container-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-card-list-5.ai {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .feature-card-list-5.ai.last.full, .feature-card-list-5.ai.last.inte {
    margin-bottom: 0;
  }

  .image-17 {
    align-self: center;
  }

  .button-2.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-8 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-14 {
    align-self: center;
  }

  .hero-wrapper-block-h2-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
  }

  .text-block-13 {
    color: #161c52;
  }

  .body-text-21 {
    font-size: 15px;
  }

  .body-text-21.omnichanel-head-heading {
    color: #3a7dff;
  }

  .hero-heading-right-image-2 {
    aspect-ratio: 1;
    object-fit: cover;
    background-size: contain;
    flex: 0 auto;
    order: 1;
    height: 18%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-11 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .button-5 {
    color: #000;
    background-color: #0000;
    border: 1px solid #000;
    padding: 9px 15px;
  }

  .text-block-6 {
    font-size: 15px;
    font-weight: 400;
  }

  .hero-left-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-dropdown-link-2 {
    white-space: normal;
  }

  .text-block-12 {
    color: #484a61;
  }

  .div-block-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-13 {
    align-self: center;
  }

  .heading-9 {
    font-size: 26px;
  }

  .heading-10 {
    font-size: 28px;
  }

  .body-text-22 {
    font-size: 15px;
  }

  .feature-card-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 24px;
  }

  .feature-card-5.omnioverflow {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-card-5.bg-neutral-06 {
    padding: 20px 20px 0;
  }

  .feature-card-5.bg-neutral-06.dashboardcard, .feature-card-5._2.bg-neutral-07, .feature-card-5._2.bg-neutral-07.aicard {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .text-block-16 {
    font-size: 15px;
    font-weight: 400;
  }

  .image-15 {
    align-self: center;
  }

  .heading-11 {
    font-size: 26px;
  }

  .div-block-6 {
    align-self: center;
  }

  .body-text-23 {
    font-size: 14px;
  }

  .image-16 {
    align-self: center;
  }

  .div-block-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .button-7 {
    background-color: #0000;
    padding: 12px 24px;
  }

  .body-text-24 {
    font-size: 15px;
  }

  .h1 {
    text-align: center;
    font-size: 24px;
  }

  .h1.h2 {
    margin-top: 0;
    font-size: 32px;
  }

  .h1.ai.full {
    font-size: 32px;
  }

  .h1.ai.full.atribution {
    margin-top: 0;
  }

  .h1.ai.full.inte.connect {
    margin-top: 0;
    font-size: 32px;
  }

  .feature-card-content-5._2 {
    padding-left: 0;
  }

  .text-block-14 {
    font-size: 15px;
    font-weight: 400;
  }

  .hero-left-content-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card.acordin.full, .card.acordin.ai {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.ai {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .card.acordin.inte {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card.omnilast {
    margin-bottom: 0;
  }

  .heading-8 {
    font-size: 32px;
  }

  .text-block-15 {
    font-size: 15px;
    font-weight: 400;
  }

  .sign {
    font-size: 14px;
  }

  .div-block-5 {
    background-color: #f6f7f9;
  }

  .div-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .body-text-25 {
    font-size: 15px;
  }

  .footer-widget-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-link-2 {
    text-align: center;
  }

  .footer-link-2.about {
    text-align: right;
  }

  .footer-link-2.inte {
    text-align: center;
    font-size: 12px;
  }

  .flex-block-2 {
    padding-bottom: 20px;
  }

  .cta-wrapper-2.full {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-2 {
    display: flex;
  }

  .text-block-17 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-17.email {
    text-decoration: underline;
  }

  .devider-for-contct-us {
    opacity: .1;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .footer-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .body-text-26 {
    font-size: 15px;
  }

  .footer-submit-button-2 {
    margin-top: 10px;
  }

  .footer-left-block-2 {
    width: 94%;
  }

  .body-text-27 {
    color: #fff;
    font-size: 15px;
  }

  .body-text-28 {
    font-size: 14px;
  }

  .footernumber {
    color: #fff;
    font-size: 16px;
  }

  .heading-12 {
    font-size: 28px;
  }

  .text-span-8 {
    color: #3a7dff;
    font-size: 16px;
  }

  .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-24 {
    align-self: center;
  }

  .button-9.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-25 {
    align-self: center;
  }

  .hero-wrapper-block-h2-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 100%;
  }

  .text-block-18 {
    color: #161c52;
  }

  .body-text-29 {
    font-size: 15px;
  }

  .body-text-29.omnichanel-head-heading {
    color: #3a7dff;
  }

  .hero-heading-right-image-3 {
    aspect-ratio: 1;
    object-fit: cover;
    background-size: contain;
    flex: 0 auto;
    order: 1;
    height: 18%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .nav-dropdown-link-3 {
    white-space: normal;
  }

  .text-block-19 {
    color: #484a61;
  }

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-27 {
    align-self: center;
  }

  .heading-13 {
    font-size: 26px;
  }

  .heading-14 {
    font-size: 28px;
  }

  .heading-14.ai {
    font-size: 32px;
  }

  .body-text-30 {
    font-size: 15px;
  }

  .feature-card-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 24px;
  }

  .feature-card-6.omnioverflow {
    width: 100%;
  }

  .feature-card-6.omnioverflow.full, .feature-card-6.omnioverflow.ai {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-card-6.bg-neutral-06 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-card-6._2.bg-neutral-07 {
    padding-top: 15px;
    padding-left: 15px;
  }

  .feature-card-6._2.bg-neutral-07.aicard.ai.assistant {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu-3 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .feature-card-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .image-30 {
    align-self: center;
  }

  .heading-15 {
    font-size: 26px;
  }

  .div-block-18 {
    align-self: center;
  }

  .body-text-31 {
    font-size: 14px;
  }

  .image-32 {
    align-self: center;
  }

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

  .button-10 {
    background-color: #0000;
    width: 100%;
    padding: 12px 24px;
  }

  .body-text-32 {
    font-size: 15px;
  }

  .body-text-32.contacttext {
    text-align: center;
  }

  .feature-card-content-8._2 {
    padding-left: 0;
  }

  .text-block-20 {
    font-size: 15px;
    font-weight: 400;
  }

  .hero-left-content-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-16 {
    font-size: 32px;
  }

  .text-block-21 {
    font-size: 15px;
    font-weight: 400;
  }

  .div-block-20 {
    background-color: #f6f7f9;
  }

  .footer-widget-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-22 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-22.email {
    text-decoration: underline;
  }

  .footer-wrapper-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .footer-submit-button-3 {
    margin-top: 10px;
  }

  .body-text-33 {
    color: #fff;
    font-size: 15px;
  }

  .body-text-34 {
    font-size: 14px;
  }

  .heading-17 {
    font-size: 28px;
  }

  .text-span-14 {
    color: #3a7dff;
    font-size: 16px;
  }

  .container-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-36 {
    align-self: center;
  }

  .button-12.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-23 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-37 {
    align-self: center;
  }

  .hero-wrapper-block-h2-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 100%;
  }

  .text-block-23 {
    color: #161c52;
  }

  .text-block-23.minimal, .text-block-23.increase.reduce {
    width: 100%;
  }

  .body-text-35 {
    font-size: 15px;
  }

  .body-text-35.omnichanel-head-heading {
    color: #3a7dff;
  }

  .hero-heading-right-image-4 {
    aspect-ratio: 1;
    object-fit: cover;
    background-size: contain;
    flex: 0 auto;
    order: 1;
    height: 18%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-heading-right-image-4.ai.full.image {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-heading-right-image-4.ai.full.inte.lex {
    aspect-ratio: 1;
    height: auto;
    position: static;
  }

  .hero-heading-right-image-4.ai.full.inte.lex.blur {
    display: none;
  }

  .hero-heading-right-image-4.ai.full.inte.lex.phone {
    background-image: url('../images/Group-1000004611go.png');
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .hero-heading-right-image-4.ai.full.inte.lex._320 {
    display: none;
  }

  .hero-heading-right-image-4.ai.full.inte.conect {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .div-block-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .text-block-24 {
    color: #484a61;
  }

  .text-block-24.effort.full, .text-block-24.increase.full {
    width: 100%;
  }

  .div-block-25 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-38 {
    align-self: center;
  }

  .heading-18 {
    font-size: 26px;
  }

  .heading-19 {
    font-size: 28px;
  }

  .heading-19.ai.full {
    font-size: 32px;
  }

  .body-text-36 {
    font-size: 15px;
  }

  .nav-menu-4 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .feature-card-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .feature-card-8._4.ai.opti.full.workflow.mobile {
    padding-right: 20px;
  }

  .image-40 {
    align-self: center;
  }

  .heading-20 {
    font-size: 26px;
  }

  .div-block-26 {
    align-self: center;
  }

  .body-text-37 {
    font-size: 14px;
  }

  .image-42 {
    align-self: center;
  }

  .div-block-27 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .button-13 {
    background-color: #0000;
    height: 48px;
    padding: 14px 15px;
  }

  .feature-card-content-9._2 {
    padding-left: 0;
  }

  .text-block-25 {
    font-size: 15px;
    font-weight: 400;
  }

  .hero-left-content-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .text-block-26 {
    font-size: 15px;
    font-weight: 400;
  }

  .div-block-28 {
    background-color: #f6f7f9;
    flex-flow: column;
  }

  .div-block-28.about {
    width: 100%;
  }

  .container-16 {
    margin-top: 0;
  }

  .text-block-27 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-27.email {
    text-decoration: underline;
  }

  .footer-submit-button-4 {
    margin-top: 10px;
  }

  .body-text-38 {
    color: #fff;
    font-size: 15px;
  }

  .body-text-39 {
    font-size: 14px;
  }

  .heading-22 {
    font-size: 28px;
  }

  .heading-22.text-neutral-01.ai.full, .heading-22.text-neutral-01.ai.full.inte {
    font-size: 32px;
  }

  .text-span-17 {
    color: #3a7dff;
    font-size: 16px;
  }

  .full-footer {
    padding-top: 0;
  }

  .button-15.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu-5 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .heading-23 {
    font-size: 32px;
  }

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

  .heading-25 {
    font-size: 28px;
  }

  .heading-25.gallery-title {
    font-size: 30px;
  }

  .l._0.solving {
    font-size: 34px;
  }

  .datablindtext, .datablindtext.data, .visibility-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-26 {
    font-size: 28px;
  }

  .heading-26.gallery-title {
    font-size: 30px;
  }

  .checkmark {
    width: 26px;
    height: 26px;
  }

  .inner-bg-3 {
    height: 100%;
  }

  .heading-28 {
    font-size: 28px;
  }

  .heading-28.gallery-title {
    font-size: 30px;
  }

  .heading-31 {
    font-size: 28px;
  }

  .container-26 {
    padding-top: 0;
  }

  .heading-32 {
    font-size: 28px;
  }

  .team-list-2 {
    grid-template-columns: 1fr;
  }

  .text-block-30 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-30.email {
    text-decoration: underline;
  }

  .footer-right-block-5 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .footer-submit-button-5 {
    margin-top: 10px;
  }

  .body-text-42 {
    font-size: 14px;
  }

  .heading-33 {
    font-size: 28px;
  }

  .text-span-22 {
    color: #3a7dff;
    font-size: 16px;
  }

  .heading-34 {
    font-size: 32px;
  }

  .text-span-23.born {
    display: block;
  }

  .heading-35 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .gallery-wrapper-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-36 {
    font-size: 28px;
  }

  .heading-36.gallery-title {
    text-align: center;
    font-size: 30px;
    display: block;
  }

  .heading-37 {
    font-size: 28px;
  }

  .heading-37.gallery-title {
    font-size: 30px;
  }

  .heading-39 {
    font-size: 28px;
  }

  .heading-39.gallery-title {
    font-size: 30px;
  }

  .heading-42 {
    font-size: 28px;
  }

  .heading-42.text-neutral-01.core {
    margin-top: 60px;
    margin-bottom: 10px;
  }

  .functionality-card-list-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-30 {
    margin-top: 0;
  }

  .text-block-32 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-32.email {
    text-decoration: underline;
  }

  .footer-submit-button-6 {
    margin-top: 10px;
  }

  .body-text-44 {
    font-size: 14px;
  }

  .heading-43 {
    font-size: 28px;
  }

  .heading-43.text-neutral-01.about {
    font-size: 32px;
  }

  .text-span-27 {
    color: #3a7dff;
    font-size: 16px;
  }

  .about-fotter {
    padding-top: 60px;
  }

  .body-text-45 {
    font-size: 15px;
  }

  .text-field-2 {
    font-size: 14px;
  }

  .nav-menu-7 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .hero-wrapper-5 {
    padding-bottom: 40px;
  }

  .hero-wrapper-5._12 {
    padding-bottom: 0;
  }

  .button-18.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container-32.home.image {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .display-heading-2.home {
    margin-top: 0;
  }

  .heading-44 {
    font-size: 28px;
  }

  .body-text-46 {
    font-size: 15px;
  }

  .home.button-area-6.sign.start {
    width: 99%;
  }

  .home.new {
    font-weight: 600;
  }

  .container-34.accurate {
    margin-top: 60px;
  }

  .body-text-48 {
    font-size: 15px;
  }

  .heading-45 {
    font-size: 28px;
  }

  .container-35.home.see {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-20 {
    background-color: #0000;
    padding: 12px 24px;
  }

  .button-20.blue {
    background-color: #f6f7f9;
    padding-top: 11px;
  }

  .div-block-40 {
    background-color: #f6f7f9;
  }

  .div-block-40.blu-card {
    flex-flow: column;
    display: flex;
  }

  .feature-wrapper-8.home.see.flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-wrapper-8.home.see.grid {
    padding: 40px 16px;
  }

  .see.text {
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .container-36.home.smart {
    margin-top: 60px;
  }

  .heading-46 {
    font-size: 28px;
  }

  .divider-5.review-divider {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .body-text-51 {
    font-size: 15px;
  }

  .social-wrapper-3 {
    margin-top: 20px;
  }

  .heading-47 {
    font-size: 28px;
  }

  .body-text-53 {
    font-size: 15px;
  }

  .heading-48 {
    font-size: 20px;
  }

  .container-37.ai {
    margin-top: 40px;
  }

  .heading-49 {
    font-size: 28px;
  }

  .heading-50 {
    font-size: 20px;
  }

  .container-38 {
    margin-top: 0;
  }

  .div-block-41 {
    background-color: #f6f7f9;
  }

  .div-block-41.block {
    flex-flow: column;
  }

  .div-block-41.block.home {
    width: 100%;
  }

  .button-21 {
    background-color: #0000;
    padding: 12px 24px;
  }

  .button-21.prove {
    width: 100%;
    padding-top: 14px;
  }

  .heading-51 {
    font-size: 28px;
  }

  .body-text-54 {
    font-size: 14px;
  }

  .body-text-55 {
    font-size: 15px;
  }

  .footer-submit-button-7 {
    height: 51px;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .body-text-56 {
    color: #fff;
    font-size: 15px;
  }

  .body-text-57 {
    font-size: 14px;
  }

  .cta-button-7 {
    width: 100px;
    overflow: visible;
  }

  .cta-button-7.footercts {
    width: 100%;
  }

  .div-block-42 {
    align-self: center;
  }

  .text-block-33 {
    color: #fff;
    text-align: center;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-33.email {
    text-align: center;
    text-decoration: underline;
  }

  .div-block-43 {
    height: 40px;
    margin-top: 20px;
  }

  .heading-52 {
    font-size: 28px;
  }

  .container-40 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .cta-wrapper-4.full {
    padding-top: 0;
  }

  .cta-wrapper-4.full._12 {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-15 {
    margin-top: 16px;
  }

  .button-22.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu-8 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .body-text-58 {
    font-size: 15px;
  }

  .body-text-58.omnichanel-head-heading {
    color: #3a7dff;
  }

  .hero-wrapper-block-h2-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 100%;
  }

  .hero-left-content-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-53 {
    font-size: 32px;
  }

  .heading-54 {
    font-size: 26px;
  }

  .heading-55 {
    font-size: 28px;
  }

  .heading-55.ai.full.inte {
    font-size: 32px;
  }

  .body-text-59 {
    font-size: 15px;
  }

  .feature-card-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 24px;
  }

  .feature-card-9.bg-neutral-06 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-card-9.bg-neutral-06.dashboardcard.ai.full.inte {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-card-9._2.bg-neutral-07 {
    padding-top: 15px;
    padding-left: 15px;
  }

  .feature-card-9._2.bg-neutral-07.aicard.ai.full.inte {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-56 {
    font-size: 26px;
  }

  .feature-card-content-10._2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    padding-left: 0;
  }

  .feature-card-content-10.full, .feature-card-content-10.crm-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
  }

  .text-block-34, .text-block-35 {
    font-size: 15px;
    font-weight: 400;
  }

  .code-embed-16 {
    width: 100%;
  }

  .container-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-44 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-84 {
    align-self: center;
  }

  .text-block-36 {
    color: #161c52;
  }

  .button-23 {
    background-color: #0000;
    width: 100%;
    height: auto;
    padding: 14px 15px;
  }

  .text-block-37 {
    color: #484a61;
  }

  .div-block-45 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-85 {
    align-self: center;
  }

  .feature-card-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 24px;
  }

  .feature-card-10.omnioverflow {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-86, .div-block-46, .image-87 {
    align-self: center;
  }

  .div-block-47 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .div-block-48 {
    background-color: #f6f7f9;
    flex-flow: column;
  }

  .div-block-49 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .heading-57 {
    font-size: 28px;
  }

  .heading-57.markting {
    font-size: 32px;
  }

  .body-text-60 {
    font-size: 15px;
  }

  .heading-58 {
    font-size: 26px;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .nav-menu-9 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .button-24.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .body-text-61 {
    font-size: 15px;
  }

  .heading-59 {
    font-size: 32px;
  }

  .heading-60 {
    font-size: 20px;
  }

  .body-text-62 {
    font-size: 14px;
  }

  .body-text-62.text-neutral-01 {
    text-align: center;
    width: 71%;
    font-size: 12px;
    display: flex;
  }

  .body-text-62.text-neutral-01.destop {
    display: none;
  }

  .text-block-38 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-38.email {
    text-decoration: underline;
  }

  .footer-submit-button-8 {
    margin-top: 10px;
  }

  .nav-menu-10 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .button-25.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-61 {
    font-size: 32px;
  }

  .heading-62 {
    font-size: 20px;
  }

  .body-text-63 {
    font-size: 15px;
  }

  .body-text-64 {
    font-size: 14px;
  }

  .text-block-39 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-39.email {
    text-decoration: underline;
  }

  .link-7 {
    display: block;
  }

  .div-block-54.home {
    flex-flow: column;
  }

  .div-block-54.home.phone {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-54.home.destop {
    display: none;
  }

  .div-block-54.home.mobileoninte {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .div-block-54.home.mobileoninte.phone {
    display: block;
  }

  .div-block-55 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .image-92 {
    align-self: center;
  }

  .div-block-56 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .div-block-57 {
    background-color: #f6f7f9;
    flex-flow: column;
  }

  .feature-card-content-12._2 {
    padding-left: 0;
  }

  .heading-63 {
    font-size: 23px;
  }

  .heading-63.ai.full, .heading-63.do {
    font-size: 44px;
    font-weight: 700;
  }

  .body-text-65 {
    font-size: 15px;
  }

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

  .feature-card-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 24px;
  }

  .feature-card-11._2.bg-neutral-07 {
    padding-top: 15px;
    padding-left: 15px;
  }

  .feature-card-11.bg-neutral-06 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-wrapper-block-h2-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 100%;
  }

  .hero-wrapper-block-h2-6.inte.lex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-93 {
    align-self: center;
  }

  .div-block-59 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .heading-64 {
    font-size: 32px;
  }

  .heading-64.ai.full.inte {
    font-size: 44px;
  }

  .button-26 {
    background-color: #0000;
    width: 100%;
    padding: 12px 24px;
  }

  .heading-65 {
    font-size: 28px;
  }

  .image-95 {
    align-self: center;
  }

  .container-54 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-40 {
    color: #484a61;
  }

  .div-block-60 {
    align-self: center;
  }

  .text-block-41 {
    font-size: 15px;
    font-weight: 400;
  }

  .nav-menu-11 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .image-98 {
    align-self: center;
  }

  .text-block-42 {
    color: #161c52;
  }

  .heading-66 {
    font-size: 26px;
  }

  .hero-left-content-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-27.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .code-embed-24 {
    width: auto;
    min-width: auto;
  }

  .code-embed-24.bar.destop {
    display: none;
  }

  .body-text-66 {
    font-size: 15px;
  }

  .heading-67 {
    font-size: 28px;
  }

  .heading-68 {
    font-size: 26px;
  }

  .text-block-43 {
    font-size: 15px;
    font-weight: 400;
  }

  .body-text-67 {
    font-size: 15px;
  }

  .feature-card-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 24px;
  }

  ._768 {
    display: none;
  }

  ._320 {
    display: block;
  }

  .hero-wrapper-6 {
    padding-bottom: 10px;
    display: block;
  }

  .nav-menu-12 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .body-text-68 {
    font-size: 15px;
  }

  .button-28.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .background-video {
    padding-bottom: 0;
  }

  .heading-70 {
    font-size: 28px;
  }

  .body-text-69 {
    font-size: 15px;
  }

  .container-63 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-113 {
    order: 0;
  }

  .div-block-37 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-37.group-m {
    justify-content: space-around;
    margin-left: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .body-text-70 {
    color: #fff;
    font-size: 15px;
  }

  .body-text-71 {
    font-size: 14px;
  }

  .text-block-45 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-45.email {
    text-decoration: underline;
  }

  .heading-73 {
    font-size: 28px;
  }

  .cta-wrapper-5.full.book {
    padding-left: 0;
    padding-right: 0;
  }

  .body-text-72 {
    color: #fff;
    font-size: 15px;
  }

  .body-text-73 {
    font-size: 15px;
  }

  .body-text-74 {
    font-size: 14px;
  }

  .text-block-46 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-46.email {
    text-decoration: underline;
  }

  .heading-74 {
    font-size: 28px;
  }

  .hero-wrapper-7 {
    padding-bottom: 10px;
    display: block;
  }

  .nav-menu-13 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .body-text-75 {
    font-size: 15px;
  }

  .button-30.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-wrapper-8 {
    padding-bottom: 10px;
    display: block;
  }

  .nav-menu-14 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .body-text-76 {
    font-size: 15px;
  }

  .button-32.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .body-text-77, .body-text-78, .body-text-79, .body-text-80 {
    font-size: 15px;
  }

  .image-128 {
    width: 22px;
    font-size: 8px;
  }

  .image-129 {
    width: 22px;
  }

  .image-130 {
    height: 10px;
  }

  .text-span-45 {
    color: #3a7dff;
  }

  .code-embed-33 {
    width: 100%;
    display: flex;
  }

  .code-embed-37 {
    width: 100%;
  }

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

  .code-embed-39, .code-embed-40 {
    width: 100%;
  }

  .flex-block-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-menu-15 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .body-text-81 {
    font-size: 15px;
  }

  .hero-wrapper-9 {
    padding-bottom: 10px;
    display: block;
  }

  .body-text-82 {
    font-size: 15px;
  }

  .heading-76 {
    font-size: 28px;
  }

  .body-text-83 {
    font-size: 15px;
  }

  .section-title-2 {
    padding-bottom: 40px;
  }

  .section-title-2.feature-two.aduit {
    padding-top: 20px;
  }

  .container-78 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-139 {
    order: 0;
  }

  .body-text-84, .body-text-85 {
    font-size: 15px;
  }

  .body-text-86 {
    font-size: 14px;
  }

  .text-block-50 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-50.email {
    text-decoration: underline;
  }

  .devider-for-contct-us-2 {
    opacity: .1;
  }

  .heading-79 {
    font-size: 28px;
  }

  .heading-80, .heading-80.hero-title {
    font-size: 32px;
  }

  .body-text-87 {
    font-size: 14px;
  }

  .body-text-88 {
    font-size: 15px;
  }

  .button-36.border {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .start-white {
    align-self: center;
  }

  .flex-block-26, .flex-block-27, .flex-block-28, .flex-block-29, .flex-block-30, .flex-block-31, .flex-block-32, .flex-block-33, .flex-block-34 {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-menu-16 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .body-text-89 {
    font-size: 15px;
  }

  .hero-wrapper-10 {
    padding-bottom: 10px;
    display: block;
  }

  .body-text-95 {
    font-size: 15px;
  }

  .container-85.home.image {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .button-38 {
    background-color: #0000;
    margin-top: 30px;
    padding: 12px 24px;
  }

  .hero-wrapper-11 {
    padding-bottom: 10px;
    display: block;
  }

  .flex-block-36, .flex-block-37 {
    flex-flow: column;
  }

  .flex-block-37.destop {
    display: none;
  }

  .flex-block-37.mobile1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .flex-block-37.moblie2 {
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-81 {
    font-size: 28px;
  }

  .body-text-96 {
    font-size: 15px;
  }

  .image-150 {
    justify-content: flex-start;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-right: 6px;
    display: inline-flex;
  }

  .section-title-3 {
    padding-bottom: 40px;
  }

  .section-title-3.feature-two.aduit {
    padding-top: 20px;
  }

  .section-title-3.feature-two.aduit._12 {
    padding-bottom: 0;
  }

  .heading-85 {
    letter-spacing: 0;
    font-size: 24px;
  }

  .heading-85._4 {
    align-self: center;
    font-size: 24px;
  }

  .heading-85.mobile1 {
    flex-flow: column;
    margin-bottom: 0;
    font-size: 28px;
    display: block;
  }

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

  .container-88._12 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-17 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .body-text-97 {
    font-size: 15px;
  }

  .body-text-97.text-neutral-04.home.new {
    margin-top: 0;
  }

  .body-text-97.text-neutral-04.home.new._12 {
    width: 100%;
  }

  .div-block-67 {
    background-color: #0000;
  }

  .div-block-67.omni {
    padding-top: 0;
  }

  .div-block-67.omni.inte {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block-67.home {
    margin-bottom: 40px;
  }

  .first {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-153 {
    align-self: flex-start;
    width: 34px;
    height: 34px;
    margin-left: 0;
    margin-right: 6px;
    display: block;
    box-shadow: .83px .83px 7px #061d221a;
  }

  .container-90._12 {
    padding-top: 0;
  }

  .body-text-98 {
    font-size: 15px;
  }

  .container-91.home.image {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .body-text-99, .body-text-100 {
    font-size: 15px;
  }

  .heading-87 {
    font-size: 28px;
  }

  .body-text-101 {
    font-size: 15px;
  }

  .body-text-102.semi-bold.text-neutral-04.acess {
    font-weight: 600;
  }

  .body-text-103 {
    font-size: 15px;
  }

  .heading-88 {
    font-size: 28px;
  }

  .body-text-104 {
    font-size: 15px;
  }

  .divider-12.review-divider {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .body-text-106 {
    font-size: 15px;
  }

  .heading-89 {
    font-size: 28px;
  }

  .body-text-107 {
    font-size: 15px;
  }

  .div-block-68 {
    background-color: #f6f7f9;
  }

  .div-block-68.blu-card {
    flex-flow: column;
  }

  .button-39 {
    background-color: #0000;
    padding: 12px 24px;
  }

  .button-39.blue {
    background-color: #f6f7f9;
    padding-top: 10px;
  }

  .feature-wrapper-14.home.see.grid {
    padding: 20px 16px;
  }

  .body-text-109 {
    font-size: 15px;
  }

  .heading-90 {
    font-size: 28px;
  }

  .body-text-110 {
    font-size: 15px;
  }

  .section-title-4 {
    padding-bottom: 40px;
  }

  .image-158 {
    width: 35px;
  }

  .heading-91 {
    font-size: 20px;
  }

  .body-text-112 {
    font-size: 15px;
  }

  .flex-block-40 {
    flex-flow: column;
  }

  .social-wrapper-4 {
    margin-top: 60px;
  }

  .heading-92 {
    font-size: 28px;
  }

  .body-text-113 {
    font-size: 15px;
  }

  .heading-93 {
    font-size: 20px;
  }

  .body-text-115 {
    font-size: 15px;
  }

  .heading-94 {
    font-size: 28px;
  }

  .div-block-69 {
    background-color: #f6f7f9;
  }

  .div-block-69.block {
    flex-flow: column;
    margin-left: 30px;
    margin-right: 30px;
  }

  .button-40 {
    background-color: #0000;
    padding: 12px 24px;
  }

  .button-40.prove {
    width: 100%;
  }

  .heading-95 {
    font-size: 28px;
  }

  .body-text-116 {
    font-size: 14px;
  }

  .body-text-117, .body-text-118 {
    font-size: 15px;
  }

  .text-block-51 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-51.email {
    text-decoration: underline;
  }

  .heading-96 {
    font-size: 28px;
  }

  .body-text-119 {
    font-size: 14px;
  }

  .nav-menu-18 {
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
  }

  .hero-wrapper-12 {
    padding-bottom: 10px;
    display: block;
  }

  .heading-97 {
    font-size: 28px;
  }

  .body-text-120 {
    font-size: 15px;
  }

  .body-text-120.text-neutral-04.home.new {
    width: 100%;
  }

  .body-text-120.text-neutral-04.home.new.thankyou {
    font-size: 10px;
  }

  .body-text-120.text-neutral-04.home.new.thankyou.walk {
    font-size: 15px;
  }

  .form-9 {
    width: 100%;
  }

  .form-block-7._2 {
    border-radius: 16px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px 36px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 8px 14px 7px #00011233;
  }

  .body-text-121 {
    font-size: 15px;
  }

  .section-title-5 {
    padding-bottom: 40px;
  }

  .section-title-5.feature-two.aduit {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-105 {
    padding-top: 0;
  }

  .body-text-122 {
    font-size: 15px;
  }

  .container-106.home.image {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-18 {
    margin-top: 60px;
  }

  .body-text-123 {
    font-size: 15px;
  }

  .heading-99 {
    font-size: 28px;
  }

  .body-text-124 {
    font-size: 14px;
  }

  .body-text-125, .body-text-126 {
    font-size: 15px;
  }

  .text-block-52 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-52.email {
    text-decoration: underline;
  }

  .heading-100 {
    font-size: 28px;
  }

  .body-text-127 {
    font-size: 14px;
  }

  .flex-block-47 {
    flex-flow: row;
  }

  .text-span-58, .text-span-59, .text-span-60 {
    color: var(--theme-color-2);
  }

  .text-span-61 {
    color: var(--neutral-04);
  }

  .image-167, .image-168, .image-169 {
    width: 48px;
    height: 48px;
  }

  .section-20 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_97a33301-b6e7-549c-92e6-2af1d9817bbe-f675f26c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97a33301-b6e7-549c-92e6-2af1d9817bc3-f675f26c {
  place-self: center;
}

#w-node-_9dd4f17e-0711-41f8-0c02-273165abcfea-f675f26c {
  justify-self: center;
}

#w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa03-79b4f9b8 {
  place-self: center end;
}

#w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa05-79b4f9b8 {
  place-self: center;
}

#w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa08-79b4f9b8, #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa0d-79b4f9b8 {
  place-self: center end;
}

#w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa10-79b4f9b8 {
  place-self: center;
}

#w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa13-79b4f9b8 {
  place-self: center end;
}

#w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd1337f6-cd1337e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd1337fa-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133800-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133807-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd13380d-cd1337e1 {
  place-self: center end;
}

#w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133817-cd1337e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd13381b-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133821-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133827-cd1337e1, #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3d-f675f26e {
  place-self: center end;
}

#w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3f-f675f26e {
  place-self: center;
}

#w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba42-f675f26e, #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba47-f675f26e {
  place-self: center end;
}

#w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4a-f675f26e {
  place-self: center;
}

#w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4d-f675f26e {
  place-self: center end;
}

#w-node-_896c4c03-7fe2-0cc5-fbbd-efaaaa733702-f675f26f {
  justify-self: center;
}

#w-node-_1c427e0b-e27c-4b32-3909-b91830947334-f675f26f {
  place-self: center end;
}

#w-node-_1c427e0b-e27c-4b32-3909-b91830947336-f675f26f {
  place-self: center;
}

#w-node-_1c427e0b-e27c-4b32-3909-b91830947339-f675f26f, #w-node-_1c427e0b-e27c-4b32-3909-b9183094733e-f675f26f {
  place-self: center end;
}

#w-node-_1c427e0b-e27c-4b32-3909-b91830947341-f675f26f {
  place-self: center;
}

#w-node-_1c427e0b-e27c-4b32-3909-b91830947344-f675f26f {
  place-self: center end;
}

#w-node-b2a0da1c-06ce-90ff-4b59-426d859df826-f675f270, #w-node-_4a9d685e-3611-c7f4-da31-54f398d7b629-f675f270 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fde61edc-e54b-c6b6-4e48-b11363672e82-f675f27e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fde61edc-e54b-c6b6-4e48-b11363672e86-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672e8c-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672e93-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672e99-f675f27e {
  place-self: center end;
}

#w-node-fde61edc-e54b-c6b6-4e48-b11363672ea3-f675f27e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fde61edc-e54b-c6b6-4e48-b11363672ea7-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672ead-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672eb3-f675f27e {
  place-self: center end;
}

#w-node-aad15130-e0ad-a926-5c43-47ef240170e5-f675f281 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bc5f238-da4c-331a-3c78-4f9e50fd43bc-f675f28b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dd4f17e-0711-41f8-0c02-273165abcfea-f675f28c {
  justify-self: center;
}

#w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb59-f675f293 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb5d-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb63-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb6a-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb70-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb76-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb7d-f675f293 {
  place-self: center end;
}

#w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb87-f675f293 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb8b-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb91-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb97-f675f293 {
  place-self: center end;
}

#w-node-_61381ff8-b7c8-c3b0-ecb3-97b015b4fee9-f675f293 {
  place-self: center;
}

#w-node-_4385c0b3-9446-f478-9949-ff258ea93e48-f675f293 {
  place-self: center end;
}

#w-node-_4385c0b3-9446-f478-9949-ff258ea93e4a-f675f293 {
  place-self: center;
}

#w-node-_4385c0b3-9446-f478-9949-ff258ea93e4d-f675f293, #w-node-_4385c0b3-9446-f478-9949-ff258ea93e52-f675f293 {
  place-self: center end;
}

#w-node-_4385c0b3-9446-f478-9949-ff258ea93e55-f675f293 {
  place-self: center;
}

#w-node-_4385c0b3-9446-f478-9949-ff258ea93e58-f675f293 {
  place-self: center end;
}

#w-node-_554748c3-379d-fd74-028c-127e79ae577c-f675f296 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_554748c3-379d-fd74-028c-127e79ae5781-f675f296 {
  place-self: center;
}

#w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440d-f675f296 {
  place-self: center end;
}

#w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440f-f675f296 {
  place-self: center;
}

#w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4412-f675f296, #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4417-f675f296 {
  place-self: center end;
}

#w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441a-f675f296 {
  place-self: center;
}

#w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441d-f675f296 {
  place-self: center end;
}

#w-node-cf7468e4-64a5-f6cb-2ed3-fb330ef2eb5d-f675f297 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf7468e4-64a5-f6cb-2ed3-fb330ef2eb62-f675f297 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_97a33301-b6e7-549c-92e6-2af1d9817bbe-f675f26c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa03-79b4f9b8 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa05-79b4f9b8 {
    order: 9999;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa08-79b4f9b8, #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa0d-79b4f9b8 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa10-79b4f9b8 {
    order: 9999;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa13-79b4f9b8, #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3d-f675f26e {
    order: 9999;
    justify-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3f-f675f26e {
    order: 9999;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba42-f675f26e, #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba47-f675f26e {
    order: 9999;
    justify-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4a-f675f26e {
    order: 9999;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4d-f675f26e, #w-node-_1c427e0b-e27c-4b32-3909-b91830947334-f675f26f {
    order: 9999;
    justify-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947336-f675f26f {
    order: 9999;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947339-f675f26f, #w-node-_1c427e0b-e27c-4b32-3909-b9183094733e-f675f26f {
    order: 9999;
    justify-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947341-f675f26f {
    order: 9999;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947344-f675f26f {
    order: 9999;
    justify-self: center;
  }

  #w-node-_61381ff8-b7c8-c3b0-ecb3-97b015b4fee4-f675f293 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e48-f675f293 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e4a-f675f293 {
    order: 9999;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e4d-f675f293, #w-node-_4385c0b3-9446-f478-9949-ff258ea93e52-f675f293 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e55-f675f293 {
    order: 9999;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e58-f675f293 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_554748c3-379d-fd74-028c-127e79ae577c-f675f296 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440d-f675f296 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440f-f675f296 {
    order: 9999;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4412-f675f296, #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4417-f675f296 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441a-f675f296 {
    order: 9999;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441d-f675f296 {
    order: 9999;
    justify-self: center;
  }

  #w-node-cf7468e4-64a5-f6cb-2ed3-fb330ef2eb5d-f675f297 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_97a33301-b6e7-549c-92e6-2af1d9817bc3-f675f26c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa03-79b4f9b8 {
    justify-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa05-79b4f9b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa08-79b4f9b8 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa0d-79b4f9b8 {
    justify-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa10-79b4f9b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa13-79b4f9b8 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133817-cd1337e1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd13381b-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133821-cd1337e1 {
    justify-self: end;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3d-f675f26e {
    justify-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3f-f675f26e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba42-f675f26e {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba47-f675f26e {
    justify-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4a-f675f26e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4d-f675f26e {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947334-f675f26f {
    justify-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947336-f675f26f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947339-f675f26f {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b9183094733e-f675f26f {
    justify-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947341-f675f26f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947344-f675f26f {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-fde61edc-e54b-c6b6-4e48-b11363672ea3-f675f27e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fde61edc-e54b-c6b6-4e48-b11363672ea7-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672ead-f675f27e {
    justify-self: end;
  }

  #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab0c-f675f288, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d22312-f675f289, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726bf8-f675f28a, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320ac-f675f28d, #w-node-_98ebe870-ac84-eca5-6313-bf06c524455e-f675f291 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb87-f675f293 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb8b-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb91-f675f293 {
    justify-self: end;
  }

  #w-node-_61381ff8-b7c8-c3b0-ecb3-97b015b4fee9-f675f293 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e48-f675f293 {
    justify-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e4a-f675f293 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e4d-f675f293 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e52-f675f293 {
    justify-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e55-f675f293 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e58-f675f293 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_554748c3-379d-fd74-028c-127e79ae5781-f675f296 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440d-f675f296 {
    justify-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440f-f675f296 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4412-f675f296 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4417-f675f296 {
    justify-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441a-f675f296 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441d-f675f296 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-cf7468e4-64a5-f6cb-2ed3-fb330ef2eb62-f675f297 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_97a33301-b6e7-549c-92e6-2af1d9817bbf-f675f26c, #w-node-_97a33301-b6e7-549c-92e6-2af1d9817bc3-f675f26c {
    align-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa03-79b4f9b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa05-79b4f9b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa08-79b4f9b8, #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa0d-79b4f9b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa10-79b4f9b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa13-79b4f9b8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd1337f6-cd1337e1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd1337fa-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133800-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133807-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd13380d-cd1337e1 {
    justify-self: end;
  }

  #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133817-cd1337e1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd13381b-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133821-cd1337e1, #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133827-cd1337e1 {
    justify-self: end;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3d-f675f26e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3f-f675f26e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba42-f675f26e, #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba47-f675f26e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4a-f675f26e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4d-f675f26e, #w-node-_1c427e0b-e27c-4b32-3909-b91830947334-f675f26f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947336-f675f26f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947339-f675f26f, #w-node-_1c427e0b-e27c-4b32-3909-b9183094733e-f675f26f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947341-f675f26f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947344-f675f26f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-b2a0da1c-06ce-90ff-4b59-426d859df826-f675f270 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4a9d685e-3611-c7f4-da31-54f398d7b629-f675f270 {
    grid-column: span 1 / span 1;
  }

  #w-node-fde61edc-e54b-c6b6-4e48-b11363672e82-f675f27e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fde61edc-e54b-c6b6-4e48-b11363672e86-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672e8c-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672e93-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672e99-f675f27e {
    justify-self: end;
  }

  #w-node-fde61edc-e54b-c6b6-4e48-b11363672ea3-f675f27e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-fde61edc-e54b-c6b6-4e48-b11363672ea7-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672ead-f675f27e, #w-node-fde61edc-e54b-c6b6-4e48-b11363672eb3-f675f27e {
    justify-self: end;
  }

  #w-node-_1b122b63-ebf2-7887-d1ac-5a486daabf9c-f675f281, #w-node-f8764fd8-1d03-d3df-6435-41b6c0328cd2-f675f281 {
    order: 9999;
  }

  #w-node-aad15130-e0ad-a926-5c43-47ef240170e5-f675f281 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_467f0b94-2c7c-c395-3f1f-7ce1dfe92287-f675f282, #w-node-_5a75862e-9fcd-7156-b553-e2fa37d8a61c-f675f282, #w-node-f95ddc63-a534-5449-dec5-c80120488f51-f675f282, #w-node-_34f54956-2859-7b3e-324f-d8aaa44dfda1-f675f282, #w-node-_467f0b94-2c7c-c395-3f1f-7ce1dfe9227c-f675f282, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab05-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab0c-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab14-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab15-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab1d-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab26-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab2d-f675f288 {
    order: 9999;
  }

  #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab3a-f675f288 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab45-f675f288, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d222f8-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d222f9-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d22301-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d2230b-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d22312-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d2231a-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d2231b-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d22323-f675f289 {
    order: 9999;
  }

  #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d22330-f675f289 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d2233a-f675f289, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726bdf-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726be0-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726be8-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726bf1-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726bf8-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726c00-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726c01-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726c09-f675f28a {
    order: 9999;
  }

  #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726c16-f675f28a {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726c20-f675f28a {
    order: 9999;
  }

  #w-node-_0bc5f238-da4c-331a-3c78-4f9e50fd43bc-f675f28b {
    grid-column: span 1 / span 1;
  }

  #w-node-_36338b67-f61e-5ec9-6263-bfd831e32093-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e32094-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e3209c-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320a5-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320ac-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320b4-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320b5-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320bd-f675f28d {
    order: 9999;
  }

  #w-node-a2ff0fe7-3c2f-ef29-2214-90b3b554a54f-f675f28d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2ff0fe7-3c2f-ef29-2214-90b3b554a559-f675f28d, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244543-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244544-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c524454c-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244555-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c524455e-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244566-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244567-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c524456f-f675f291 {
    order: 9999;
  }

  #w-node-_98ebe870-ac84-eca5-6313-bf06c524457c-f675f291 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98ebe870-ac84-eca5-6313-bf06c5244585-f675f291 {
    order: 9999;
  }

  #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb59-f675f293 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb5d-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb63-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb6a-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb70-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb76-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb7d-f675f293 {
    justify-self: end;
  }

  #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb87-f675f293 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb8b-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb91-f675f293, #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fb97-f675f293 {
    justify-self: end;
  }

  #w-node-_61381ff8-b7c8-c3b0-ecb3-97b015b4fee5-f675f293, #w-node-_61381ff8-b7c8-c3b0-ecb3-97b015b4fee9-f675f293 {
    align-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e48-f675f293 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e4a-f675f293 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e4d-f675f293, #w-node-_4385c0b3-9446-f478-9949-ff258ea93e52-f675f293 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e55-f675f293 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e58-f675f293 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_554748c3-379d-fd74-028c-127e79ae577d-f675f296, #w-node-_554748c3-379d-fd74-028c-127e79ae5781-f675f296 {
    align-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440d-f675f296 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440f-f675f296 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4412-f675f296, #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4417-f675f296 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441a-f675f296 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441d-f675f296 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-cf7468e4-64a5-f6cb-2ed3-fb330ef2eb5e-f675f297, #w-node-cf7468e4-64a5-f6cb-2ed3-fb330ef2eb62-f675f297 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_53e36dde-5570-d3c2-6216-5615d576762b-f675f26c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4f9d7-79b4f9b8, #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4f9e8-79b4f9b8 {
    align-self: start;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa03-79b4f9b8 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa05-79b4f9b8 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa08-79b4f9b8, #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa0d-79b4f9b8 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa10-79b4f9b8 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa13-79b4f9b8 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-f6cd5980-c5cb-4d4a-585f-ccfdcd133849-cd1337e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba11-f675f26e, #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba22-f675f26e {
    align-self: start;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3d-f675f26e {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3f-f675f26e {
    order: 9999;
    justify-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba42-f675f26e, #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba47-f675f26e {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4a-f675f26e {
    order: 9999;
    justify-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4d-f675f26e {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947308-f675f26f, #w-node-_1c427e0b-e27c-4b32-3909-b91830947319-f675f26f {
    align-self: start;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947334-f675f26f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947336-f675f26f {
    order: 9999;
    justify-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947339-f675f26f, #w-node-_1c427e0b-e27c-4b32-3909-b9183094733e-f675f26f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947341-f675f26f {
    order: 9999;
    justify-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947344-f675f26f {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-fde61edc-e54b-c6b6-4e48-b11363672ed5-f675f27e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a5c865f-859f-da19-e930-82fc09daa75d-09daa719, #w-node-_7a5c865f-859f-da19-e930-82fc09daa7ac-09daa719 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1b122b63-ebf2-7887-d1ac-5a486daabf9c-f675f281, #w-node-f8764fd8-1d03-d3df-6435-41b6c0328cd2-f675f281, #w-node-aad15130-e0ad-a926-5c43-47ef240170e5-f675f281, #w-node-_467f0b94-2c7c-c395-3f1f-7ce1dfe92287-f675f282, #w-node-_5a75862e-9fcd-7156-b553-e2fa37d8a61c-f675f282, #w-node-f95ddc63-a534-5449-dec5-c80120488f51-f675f282, #w-node-_34f54956-2859-7b3e-324f-d8aaa44dfda1-f675f282, #w-node-_467f0b94-2c7c-c395-3f1f-7ce1dfe9227c-f675f282 {
    order: 9999;
  }

  #w-node-f16e4f0a-bd17-6549-e273-00923fb82a99-f675f283 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab05-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab0c-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab14-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab15-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab1d-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab26-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab2d-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab3a-f675f288, #w-node-_1909e4da-a561-a20e-b9a8-ad2b0040ab45-f675f288, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d222f8-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d222f9-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d22301-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d2230b-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d22312-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d2231a-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d2231b-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d22323-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d22330-f675f289, #w-node-_0e197fac-bc4f-18f5-7d90-0e1238d2233a-f675f289, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726bdf-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726be0-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726be8-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726bf1-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726bf8-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726c00-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726c01-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726c09-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726c16-f675f28a, #w-node-_2e4f0374-94b6-c7cd-d5c7-d9709e726c20-f675f28a {
    order: 9999;
  }

  #w-node-_53e36dde-5570-d3c2-6216-5615d576762b-f675f28c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36338b67-f61e-5ec9-6263-bfd831e32093-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e32094-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e3209c-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320a5-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320ac-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320b4-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320b5-f675f28d, #w-node-_36338b67-f61e-5ec9-6263-bfd831e320bd-f675f28d, #w-node-a2ff0fe7-3c2f-ef29-2214-90b3b554a54f-f675f28d, #w-node-a2ff0fe7-3c2f-ef29-2214-90b3b554a559-f675f28d, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244543-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244544-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c524454c-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244555-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c524455e-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244566-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244567-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c524456f-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c524457c-f675f291, #w-node-_98ebe870-ac84-eca5-6313-bf06c5244585-f675f291 {
    order: 9999;
  }

  #w-node-caeb3636-19dc-8b9b-8897-80d3ef70fbaf-f675f293 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e22-f675f293, #w-node-_4385c0b3-9446-f478-9949-ff258ea93e2f-f675f293 {
    align-self: start;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e48-f675f293 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e4a-f675f293 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e4d-f675f293, #w-node-_4385c0b3-9446-f478-9949-ff258ea93e52-f675f293 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e55-f675f293 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e58-f675f293 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b43e1-f675f296, #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b43f2-f675f296 {
    align-self: start;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440d-f675f296 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440f-f675f296 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4412-f675f296, #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4417-f675f296 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441a-f675f296 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441d-f675f296 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_53e36dde-5570-d3c2-6216-5615d576762b-f675f26c {
    grid-column: span 1 / span 1;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa03-79b4f9b8 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa05-79b4f9b8 {
    order: 9999;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa08-79b4f9b8, #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa0d-79b4f9b8 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa10-79b4f9b8 {
    order: 9999;
  }

  #w-node-_69c1b89f-a3d1-176a-6ce4-c75379b4fa13-79b4f9b8, #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3d-f675f26e {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba3f-f675f26e {
    order: 9999;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba42-f675f26e, #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba47-f675f26e {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4a-f675f26e {
    order: 9999;
  }

  #w-node-abec1fbd-185b-bf4c-3f2f-c9ced278ba4d-f675f26e, #w-node-_1c427e0b-e27c-4b32-3909-b91830947334-f675f26f {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947336-f675f26f {
    order: 9999;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947339-f675f26f, #w-node-_1c427e0b-e27c-4b32-3909-b9183094733e-f675f26f {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947341-f675f26f {
    order: 9999;
  }

  #w-node-_1c427e0b-e27c-4b32-3909-b91830947344-f675f26f {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-b2a0da1c-06ce-90ff-4b59-426d859df826-f675f270, #w-node-_4a9d685e-3611-c7f4-da31-54f398d7b629-f675f270, #w-node-_7a5c865f-859f-da19-e930-82fc09daa75d-09daa719, #w-node-_7a5c865f-859f-da19-e930-82fc09daa7ac-09daa719, #w-node-f16e4f0a-bd17-6549-e273-00923fb82a99-f675f283, #w-node-_0bc5f238-da4c-331a-3c78-4f9e50fd43bc-f675f28b, #w-node-_53e36dde-5570-d3c2-6216-5615d576762b-f675f28c {
    grid-column: span 1 / span 1;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e48-f675f293 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e4a-f675f293 {
    order: 9999;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e4d-f675f293, #w-node-_4385c0b3-9446-f478-9949-ff258ea93e52-f675f293 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e55-f675f293 {
    order: 9999;
  }

  #w-node-_4385c0b3-9446-f478-9949-ff258ea93e58-f675f293, #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440d-f675f296 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b440f-f675f296 {
    order: 9999;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4412-f675f296, #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b4417-f675f296 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441a-f675f296 {
    order: 9999;
  }

  #w-node-_1c73b324-d9f1-9d3d-ad7c-d234fa5b441d-f675f296 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}