:root {
  --black: black;
  --light-grey: #f4f4f4;
  --green-main: #16a571;
  --white: white;
  --medium-blue: #0011a8;
  --black-2: #132326;
  --dark_green: #164343;
  --gray: #3d3d3d;
  --grey90: #526477;
  --yellow: #f5eb0a;
  --dark-blue: var(--black);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.text-style-link {
  font-family: Satoshi Variable;
  text-decoration: underline;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.page-wrapper {
  display: block;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  text-align: center;
  max-width: 1200px;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility-component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-form-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 25rem;
  display: flex;
}

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

.utility-image {
  margin-bottom: 2.3rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-small {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-bottom: 10px;
}

.margin-bottom.margin-smallest {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-medium {
  margin-right: 0;
}

.margin-right, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.padding-top, .padding-top.padding-large, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium.text-color-white {
  border-top: 1px solid #ececec;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-large, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding-bottom: 2rem;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding-bottom: 2rem;
}

.text-weight-medium {
  font-family: Satoshi Variable;
  font-weight: 500;
}

.text-size-medium {
  font-family: Satoshi Variable;
  font-size: 1.125rem;
}

.text-size-medium.max-width-xsmall {
  max-width: 17.1rem;
}

.text-size-medium.text-color-gray {
  color: #9c9c9c;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Satoshi Variable;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-style-h2 {
  color: #000;
  text-align: left;
  margin-bottom: 4rem;
  font-family: Gambetta Variable;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.max-width-medium.text-align-center {
  max-width: 42rem;
  font-family: Gambetta Variable;
}

.heading-style-h2.text-align-center {
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.rl-styleguide-heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 12px;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide-grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-family: Gambetta Variable;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide-item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide-empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-family: Gambetta Variable;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.text-style-strikethrough {
  font-family: Satoshi Variable;
  text-decoration: line-through;
}

.heading-style-h1 {
  font-family: Gambetta Variable;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.text-size-tiny {
  font-family: Satoshi Variable;
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px none var(--black);
  background-color: var(--green-main);
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 8px;
  margin-top: 20px;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: background-color .25s;
}

.button:hover {
  background-color: #000b6f;
}

.button.is-link {
  color: #0011a8;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.background-color-black:hover {
  background-color: #444;
}

.button.is-secondary {
  color: #0011a8;
  background-color: #0000;
  border-style: solid;
  border-color: #0011a8;
}

.button.is-secondary:hover {
  background-color: #f1f3ff;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-secondary.is-alternate:hover {
  background-color: #333;
}

.button.is-small {
  background-color: var(--medium-blue);
  color: #fff;
  border-radius: 250px;
  padding: .5rem 1.25rem;
}

.button.is-small:hover {
  background-color: #000b69;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-alternate:hover {
  background-color: #d6daff;
}

.button.rounded {
  color: #000;
  background-color: #e6e6e6;
  padding: 1rem;
}

.text-weight-normal {
  font-family: Satoshi Variable;
  font-weight: 400;
}

.heading-style-h4 {
  text-align: right;
  font-family: Gambetta Variable;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
}

.heading-style-h4.blue {
  color: #557aff;
  display: inline-block;
}

.heading-style-h4.purple {
  color: #915beb;
}

.heading-style-h4.teal {
  color: #41a6c6;
}

.heading-style-h4.ads {
  margin-right: 60px;
}

.heading-style-h4.mbf {
  text-align: center;
  font-size: 1.5rem;
}

.text-style-italic {
  font-family: Satoshi Variable;
  font-style: italic;
}

.form-radio-label {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.text-weight-light {
  font-family: Satoshi Variable;
  font-weight: 300;
}

.rl-styleguide-label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide-label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  font-family: Satoshi Variable;
  font-size: 1rem;
}

.text-weight-xbold {
  font-family: Satoshi Variable;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
  font-family: Satoshi Variable;
}

.text-weight-bold {
  font-family: Satoshi Variable;
  font-weight: 700;
}

.heading-style-h3 {
  font-family: Gambetta Variable;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3.text-align-left {
  margin-bottom: 20px;
}

.form-input {
  background-color: var(--white);
  height: auto;
  min-height: 3.5rem;
  color: var(--black);
  border: 1px solid #dedede;
  border-radius: 200px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

.form-input.is-text-area {
  border-color: #dedede;
  border-radius: 12px;
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
  border-color: #dedede;
}

.form-input.radius-6 {
  background-color: #f7f7f7;
  border-radius: 6px;
}

.rl-styleguide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide-color {
  padding-bottom: 8rem;
}

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

.rl-styleguide-color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide-color.is-white {
  background-color: var(--white);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

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

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

.text-weight-semibold {
  font-family: Satoshi Variable;
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Satoshi Variable;
}

.text-align-left {
  text-align: left;
  font-family: Satoshi Variable;
}

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

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.rl-styleguide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide-subheading {
  z-index: 3;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: Satoshi Variable;
}

.text-align-center {
  text-align: center;
  font-family: Satoshi Variable;
}

.text-size-small {
  font-family: Satoshi Variable;
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text {
  text-align: left;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Gambetta Variable;
  font-weight: 600;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Satoshi Variable;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Gambetta Variable;
  font-weight: 600;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Gambetta Variable;
  font-weight: 600;
}

.text-rich-text p {
  text-align: left;
  margin-bottom: 1rem;
  font-family: Satoshi Variable;
  font-size: 18px;
  font-weight: 500;
}

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

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-style-2lines {
  font-family: Satoshi Variable;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-style-3lines {
  font-family: Satoshi Variable;
}

.text-size-large {
  font-family: Satoshi Variable;
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  color: #164343;
  padding-right: 138px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-global {
  object-fit: fill;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.padding-top.padding-superhuge {
  padding-top: 0;
}

.padding-section-medium {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

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

.padding-section-large.centeren {
  text-align: left;
}

.navbar-link {
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
}

.navbar-link:hover {
  color: #22295c;
  font-weight: 500;
  text-decoration: underline;
}

.navbar-link.w--current {
  color: var(--black);
}

.navbar-link.hid {
  display: none;
}

.heading {
  max-width: 66%;
  margin-bottom: 60px;
  font-family: Gambetta Variable;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1;
  position: static;
}

.heading.get, .heading.df {
  max-width: none;
  margin-bottom: 20px;
}

.heading-2 {
  font-family: Gambetta Variable;
  font-weight: 600;
  position: static;
}

.heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: Gambetta Variable;
  font-weight: 600;
}

.paragraph {
  font-family: Satoshi Variable;
  font-size: 1.125rem;
}

.link {
  font-family: Satoshi Variable;
  font-size: 1.25rem;
  text-decoration: none;
}

.block-quote {
  font-family: Satoshi Variable;
}

.list, .list-2, .list-3 {
  font-family: Satoshi Variable;
  font-size: 1.125rem;
}

.section-header {
  background-color: #fff;
}

.info-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.info-image-wrapper {
  position: relative;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: #0000;
  border-radius: 200px;
}

.icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.logo3-logo {
  max-height: 3.5rem;
}

.section-logo {
  background-color: #f6f6f6;
  overflow: hidden;
}

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

.logos-list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  margin-right: 2rem;
  display: grid;
}

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

.logo3-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta-image {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.testimonial-position {
  color: #ffffff57;
}

.floating-content {
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.success-person-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.floating-images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.floating-images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.floating-ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.floating-content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-floating {
  background-color: #fff;
  display: none;
}

.floating-component {
  height: 300vh;
  position: relative;
}

.header80-image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.person-image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.person-image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.person-image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.person-image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.person-image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.person-image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.person-image-wrapper.is-image-1 {
  width: 22vw;
}

.cta-info {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer-link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #000;
  text-decoration: underline;
}

.footer-link.hid {
  display: none;
}

.footer-legal-link {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .875rem;
  text-decoration: underline;
  display: inline;
}

.footer-component {
  color: #fff;
  background-color: #fff;
}

.text-size-small-2 {
  font-size: .875rem;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.social-icon {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer-menu-wrapper.text-color-white {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-social-link {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-social-link:hover {
  color: #4197a7;
}

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

.footer3-logo-link {
  float: none;
  padding-left: 0;
}

.footer3-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: block;
}

.footer-top-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  align-items: start;
}

.footer-credit-text {
  color: #000;
  font-size: 1rem;
}

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

.text-style-link-2 {
  text-decoration: underline;
}

.body {
  color: #164343;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.section {
  background-color: #fff;
}

.section.background-color-gray {
  background-color: #f5f5f5;
  display: none;
}

.section.background-color-black {
  background-color: #000;
}

.background-color-dark-green {
  background-color: var(--black-2);
  color: var(--white);
}

.team-item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.mage-overlay {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.link-2 {
  color: #000;
}

.checkmark-icon {
  color: #934cef;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.form-wrapper {
  background-color: #f0f0f0;
  border-radius: 14px;
  padding: 28px;
  display: block;
  position: relative;
}

.form-wrapper.getproform, .form-wrapper.enterpriseformblock, .form-wrapper.sparterfprmblock, .form-wrapper.partnerformblock {
  display: block;
}

.form-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.form-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  display: block;
}

.form-field.res {
  display: none;
}

.text-field {
  border: 1.2px solid #dedede;
  border-radius: 200px;
  height: 50px;
}

.textarea {
  border: 1.2px solid #dedede;
  border-radius: 8px;
  min-height: 220px;
}

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

.feature-preview {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.faq-component {
  border-bottom: 1px solid var(--black);
}

.faq-question {
  border-top: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2-icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq-answer {
  overflow: hidden;
}

.field-label-wrapper {
  justify-content: space-between;
  display: flex;
}

.login-image {
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
  display: inline-block;
}

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

.logo-link {
  z-index: 1;
}

.login-navbar {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.login-content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.login-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.login-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: auto;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.login-form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.login-image-wrapper {
  object-fit: fill;
  background-color: #f4f4f400;
  justify-content: center;
  align-items: center;
  padding: 21px;
  display: block;
  overflow: visible;
}

.login-footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.pricing-plan {
  grid-row-gap: 20px;
  background-color: #fff;
  background-image: url('../images/teal-small-shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 41px 32px 69px;
  display: flex;
}

.pricing-plan.free {
  box-shadow: none;
  background-image: url('../images/purple-small-shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  border: 1px solid #e2e2e2;
}

.pricing-plan.efficient {
  box-shadow: none;
  border: 1px solid #e2e2e2;
}

.pricing-plan.team {
  background-image: url('../images/blue-small-shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.pricing-plan.efficient {
  box-shadow: none;
  background-image: url('../images/blue-small-shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  border-top: 7px #7ec2ca;
}

.pricing-plan.platinum {
  box-shadow: none;
  background-image: url('../images/purple-small-shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  border-top: 7px #7ec2ca;
}

.pricing-plan.efficient-plan {
  background-image: url('../images/teal-small-shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.pricing-plan.rfgf {
  background-image: url('../images/blue-small-shape.svg');
}

.pricing-plan-top {
  text-align: left;
}

.plan-feature-row {
  grid-column-gap: 7px;
  display: flex;
}

.icon-2 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.blog67-heading {
  flex: 1;
}

.blog67-heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.heading-style-h5-2 {
  max-height: 4.4rem;
  font-family: Gambetta Variable;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
}

.section-blog {
  overflow: hidden;
}

.blog67-button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog67-button-row.show-mobile-landscape {
  display: none;
}

.text-size-regular-2 {
  height: 49px;
  font-size: 1rem;
  overflow: hidden;
}

.blog23-text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog-item-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  place-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog-category-wrapper {
  background-color: #e4e4e4;
  border-radius: 200px;
  margin-bottom: .5rem;
  display: inline-block;
}

.blog-category-wrapper.padding-xxsmall {
  background-color: #e9e9e9;
  border-radius: 200px;
}

.blog-featured-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-featured-item {
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  margin-bottom: 4rem;
  display: flex;
}

.blog-featured-image {
  filter: grayscale();
  object-fit: cover;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog23-menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog23-menu-link.w--current {
  border: 1px solid var(--black);
}

.blog23-menu-link.current.w--current {
  border-radius: 200px;
}

.blog23-author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog-item-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 14px;
  flex-flow: column wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-featured-image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.blog23-date-wrapper {
  align-items: center;
  display: flex;
}

.blog23-author-image-wrapper {
  margin-right: 1rem;
}

.blog-item {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.blog-image-wrapper {
  border: 1px #e4e4e4;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.blog23-featured-title-wrapper {
  margin-bottom: 1rem;
}

.section-blog23 {
  display: none;
}

.blog-item-content-top {
  display: block;
}

.blog23-title-wrapper {
  margin-bottom: .5rem;
}

.blog-component {
  margin-top: 2rem;
  display: none;
}

.blog-featured-item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.reading-time {
  margin-left: 5px;
  font-size: .875rem;
}

.collection-list {
  grid-column-gap: 29px;
  grid-row-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.collection-list-3 {
  display: flex;
}

.blogpost-image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blogpost-share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.blogpost1-text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blogpost-breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: none;
}

.blogpost-share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blogpost3-date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost-content {
  margin-bottom: 4rem;
}

.blogpost-author-image-wrapper {
  margin-right: 1rem;
}

.blogpost3-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blogpost-author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
  display: none;
}

.blogpost-author-wrapper.content-bottom {
  margin-bottom: 0;
  display: flex;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blogpost-content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.blogpost-author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blogpost-content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: none;
}

.blogpost-image {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blogpost-header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blogpost3-social-link {
  background-color: #e7e7e7;
  border-radius: 20px;
  padding: .25rem;
}

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

.breadcrumb-link.w--current {
  font-weight: 600;
}

.blogpost-title-wrapper {
  flex-direction: column;
  display: flex;
}

.blogpost3-author-text {
  display: flex;
}

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

.content-component.p900 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.content28-component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.typography-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  grid-template-rows: auto;
  justify-items: center;
}

.style-guide-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.typography-demo {
  font-family: Gambetta Variable;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

.typography-demo.satoshi {
  font-family: Satoshi Variable;
}

.icons-grid {
  grid-column-gap: 15px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.licensing-images-grid {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.licensing-large-image {
  border-radius: 8px;
  height: auto;
  display: block;
  overflow: hidden;
}

.nav-visual-image {
  object-fit: contain;
  border-radius: 18px;
  width: 100%;
  height: auto;
}

.licensing-small-image {
  border-radius: 8px;
  height: auto;
  overflow: hidden;
}

.heading-7 {
  font-family: Thicccboi;
}

.text-block {
  font-family: Thicccboi;
  font-weight: 600;
}

.changelog-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.changelog {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.changelog.padding-bottom.padding-xlarge {
  margin-top: 7.9rem;
  margin-bottom: 6.4rem;
}

.body-6 {
  background-color: #f3f8f6;
}

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

.checkout-form {
  background-color: #f5f5f500;
  justify-content: center;
  margin-top: 43px;
  display: flex;
}

.container {
  margin-left: 0;
  margin-right: 0;
}

.form-input-tight {
  border-radius: 200px;
}

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

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

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

.paypal-checkout-form, .order-confirmation {
  background-color: #f5f5f500;
  margin-top: 45px;
}

.read-time {
  align-items: center;
  display: flex;
}

.link-3 {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.link-4 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.not-found-block {
  justify-content: center;
  align-items: center;
  margin: 6rem auto;
  display: flex;
}

.cart-quantity {
  color: #fff;
  background-color: #000;
  display: none;
}

.cart-wrapper {
  background-color: #000c;
}

.cart-container {
  border-radius: 12px;
}

.brand {
  width: 147px;
  height: auto;
  margin-right: 20px;
  padding-left: 0;
}

.brand.w--current {
  width: 147px;
  height: auto;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.web-payments {
  border-radius: 10px;
}

.cart-text {
  margin-right: 3px;
}

.cart-quantity-3 {
  color: #0b141f;
  background-color: #0000;
  min-width: auto;
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 15px;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.navigation-wrap {
  z-index: 1000;
  background-color: #fff;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  border-bottom: 1px #002e2433;
  flex-direction: column;
  align-items: center;
  padding: 0 0%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.navigation-right {
  grid-column-gap: 7px;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.resource-visual-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cart-container-2 {
  border-radius: 10px;
}

.nav-menu {
  color: #283338;
  align-items: center;
  margin-right: auto;
  font-size: 15px;
  display: block;
  position: static;
}

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

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

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  padding: 7px;
  box-shadow: 0 2px 12px #00000029;
}

.navigation-main {
  height: 92px;
}

.video-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.video-lightbox-image {
  object-fit: cover;
  border-radius: 20px;
  flex: 0 auto;
}

.play-button-image {
  z-index: 2;
  position: absolute;
}

.section-layout404 {
  background-color: var(--white);
  display: none;
}

.tabs-layout-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-link {
  grid-column-gap: 10px;
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  flex: none;
  align-items: center;
  padding: .5rem 1.8rem;
  display: flex;
}

.tab-link.w--current {
  grid-column-gap: 10px;
  background-color: #f1f1f1;
  border: 1px #000;
  border-radius: 200px;
  align-items: center;
  padding: .8rem 1.8rem;
  display: flex;
}

.layout-tab-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.feature-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-4 {
  font-family: Satoshi Variable;
  font-size: 1.125rem;
}

.text-size-medium-4.max-width-xsmall {
  max-width: 17.1rem;
}

.heading-8 {
  font-family: Gambetta Variable;
  font-weight: 600;
  position: static;
}

.section-cta-primary {
  background-color: #fff;
  border-radius: 20px;
}

.primary-cta-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f3f3;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding: 1.8rem;
  display: grid;
}

.secondary-cta-content {
  align-items: center;
  display: flex;
}

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

.align-right {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.extended-info {
  grid-row-gap: 9px;
  background-color: #ebebeb;
  border-radius: 18px;
  flex-direction: column;
  padding: 1.4rem 1.8rem;
  display: flex;
  position: relative;
}

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

.extended-info-content {
  grid-column-gap: 6px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.info-component-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.product-features-grid {
  grid-row-gap: 58px;
  grid-template-rows: auto auto auto auto auto;
  margin-left: 2rem;
  text-decoration: none;
}

.section-testimonial-dark {
  background-color: #000;
}

.section-testimonial-dark.features {
  margin-top: 0;
  display: none;
}

.testimonial-component-main {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.testimonial-slide {
  margin-right: 5rem;
}

.testimonial-dark-content {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.testimonial-content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-rating-wrapper {
  display: flex;
}

.rating-icon-white {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial-client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial-divider {
  background-color: #cfcfcf;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial13-logo {
  max-height: 3rem;
}

.testimonial-arrow-white {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-arrow-white.is-left {
  color: #000;
  background-color: #fff0;
  border-color: #fff;
  right: 4rem;
}

.testimonial-arrow-icon-white {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial15-slide-nav {
  color: #000;
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.information-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-information-block {
  grid-column-gap: 23px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr;
  width: 100%;
  max-width: 90%;
  margin-top: 4rem;
}

.grid-information-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  align-content: stretch;
}

.information-block-inner {
  grid-row-gap: 100px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.information-block-inner.blue {
  background-color: #8db4f5;
  flex-flow: column;
  place-content: stretch space-between;
  align-items: stretch;
  font-size: 1.25px;
}

.information-block-inner.gray {
  background-color: #ededed;
  justify-content: space-between;
  height: 314px;
}

.information-block-inner.purple {
  background-color: #a982ec;
}

.information-block-inner.background-image {
  background-image: url('../images/image2.png');
  background-position: 0 0;
  background-size: 772px;
}

.information-block-inner.dark-gray {
  background-color: #e1e1e1;
}

.information-block-inner.teal {
  background-color: #a7d5e3;
}

.grid-information-row-alternative {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
}

.primary-call-to-action-grid {
  grid-column-gap: 23px;
  grid-template-rows: auto;
  display: none;
}

.call-to-action-image-background {
  border-radius: 22px;
}

.primary-call-to-action-info {
  background-color: #f3f3f3;
  background-image: url('../images/Purple-Brush-Shape.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 22px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.4rem;
  display: flex;
}

.form-2 {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 200px;
  align-items: stretch;
  padding: 4px;
  display: flex;
}

.text-field-2 {
  border: 1px #000;
  border-radius: 200px;
  height: 52px;
  margin-bottom: 0;
}

.text-field-2::placeholder {
  font-size: 1.1rem;
}

.submit-button {
  background-color: #0011a8;
  border-radius: 200px;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-weight: 500;
}

.section-cta-secondary {
  background-color: #fff;
  border-radius: 20px;
}

.heading-stories {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Gambetta Variable;
  font-size: 5.6rem;
  font-weight: 500;
  line-height: .9;
}

.head-info {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-timeline {
  z-index: -3;
  display: block;
  position: relative;
}

.timeline-heading {
  background-color: #fff;
}

.text-align-center-4 {
  text-align: center;
  font-family: Satoshi Variable;
}

.heading-style-h2-3 {
  color: #000;
  text-align: left;
  font-family: Gambetta Variable;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2-3.text-align-center {
  text-align: center;
  font-family: Gambetta Variable;
}

.layout-timeline-main {
  z-index: -3;
}

.layout-timeline {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout-timeline-progress {
  z-index: 1;
  background-color: #b3b3b3;
  width: 3px;
  height: 100%;
  position: absolute;
}

.layout-progress-bar {
  z-index: -1;
  background-color: #000;
  width: 3px;
  height: 50vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.layout-fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 6rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.layout-fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #fff, #fff0);
  width: 100%;
  height: 6rem;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.layout-timeline-item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.timeline-left {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.timeline-step {
  background-color: #f0f0f0;
  border-radius: 200px;
  margin-bottom: .8rem;
  padding: .5rem 1.2rem;
  display: inline-block;
}

.timeline-centre {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.layout-timeline-circle {
  background-color: #000;
  border-radius: 100%;
  width: .9375rem;
  height: .9375rem;
  position: relative;
  top: .5vh;
  box-shadow: 0 0 0 8px #fff;
}

.secondary-cta-component {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  background-color: #f3f3f3;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding: 1.8rem;
  display: grid;
}

.heading-style-h2-4 {
  color: #000;
  text-align: left;
  font-family: Gambetta Variable;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2-4.max-width-medium.text-align-center {
  text-align: center;
  font-family: Gambetta Variable;
}

.grid-head {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-style-h2-5 {
  color: #000;
  text-align: left;
  font-family: Gambetta Variable;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.feature-link {
  font-family: Satoshi Variable;
  font-size: 1.25rem;
  text-decoration: none;
}

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

.section-pricing {
  background-color: #fff;
}

.pricing8-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pricing8-tabs-menu {
  border-radius: 10px;
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.pricing-tab-link {
  background-color: #0000;
  border: 1px #000;
  padding: .5rem 1.5rem;
}

.pricing-tab-link.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 200px;
}

.pricing-tab-pane {
  padding-bottom: 0;
}

.text-size-medium-9 {
  font-size: 1.125rem;
}

.text-size-regular-6 {
  font-size: 1rem;
}

.pricing-modules {
  grid-column-gap: 12px;
  display: flex;
}

.module-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 8px #0000001f;
}

.button-7 {
  border: 1px none var(--black);
  color: #fff;
  text-align: center;
  background-color: #0011a8;
  border-radius: 200px;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: background-color .25s;
}

.button-7:hover {
  background-color: #000b6f;
}

.button-7.is-secondary {
  color: #0011a8;
  background-color: #0000;
  border-style: solid;
  border-color: #0011a8;
}

.button-7.is-secondary:hover {
  background-color: #f1f3ff;
}

.text-size-regular-7 {
  font-size: 1rem;
}

.text-size-regular-8 {
  font-family: Satoshi Variable;
  font-size: 1rem;
}

.text-size-regular-5 {
  font-size: 1rem;
}

.about-us-features {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.feature-icon.teal {
  background-color: #a7d5e3;
  border-radius: 24px;
  display: block;
}

.feature-icon.blue {
  background-color: #bdd6ff;
  border-radius: 24px;
  margin-top: 4rem;
  display: block;
}

.feature-icon.gray {
  background-color: #b8b8b8;
  border-radius: 24px;
  display: block;
}

.feature-icon.purple {
  background-color: #ece1ff;
  border-radius: 24px;
  margin-top: 4rem;
  display: block;
}

.grid-team-members {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
  margin-bottom: 0;
}

.team-member-linkedin {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.team-member-image {
  margin-bottom: .4rem;
}

._404-image {
  align-self: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.3rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.info-component-grid-head {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.form-block-2 {
  display: none;
}

.top-margin, .top-margin.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.tabs-layout-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
  overflow: scroll;
}

.tabs-layout-menu.no-scrollbar {
  border: 1px solid #d8d8d8;
  border-radius: 200px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
}

.illustrations-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.buy-template {
  z-index: 9999;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #4353ff;
  border-radius: 4px;
  align-items: center;
  width: 154px;
  padding: 6px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 52px;
  right: 12px;
}

.all-templates {
  z-index: 999999;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 154px;
  padding: 6px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
  box-shadow: 0 2px 5px #00000021;
}

.hire-us-button {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 100%;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.hire-us-text {
  color: #fff;
  width: 90%;
  font-size: .8rem;
}

.hire-us-wrapper {
  border-radius: 8px;
  padding: 15px;
  position: relative;
}

.hire-us {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  max-width: 310px;
  position: fixed;
  bottom: 5px;
  left: 5px;
}

.dup-icon {
  width: 16px;
}

.all-templates-label {
  color: #000;
  font-size: .8rem;
  font-weight: 600;
}

.buy-template-label {
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
}

.hire-us-button-text {
  color: #fff;
  font-size: .8rem;
}

.image-7 {
  width: 20px;
  height: 20px;
}

.hire-us-close-icon {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
}

.list-4 {
  color: #000;
}

.list-item {
  color: #000;
  margin-bottom: 10px;
}

.list-item-2, .list-item-3 {
  margin-bottom: 10px;
}

.container-2 {
  text-align: center;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 0;
}

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

.heading-9 {
  margin-bottom: 30px;
  font-size: 31px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bold-text-2 {
  line-height: 1.3px;
}

.heading-10 {
  margin-bottom: 2rem;
  font-family: Gambetta Variable;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-3, .div-block-4 {
  height: 46px;
}

.text-block-2 {
  color: #000;
  font-family: Satoshi Variable;
  font-size: 1rem;
}

.image-8, .image-9, .image-10 {
  margin-top: 10px;
}

.lform.asd {
  display: none;
}

.button-8 {
  color: #000;
  background-color: #fff;
  border: 2px solid #22295c;
  border-radius: 12px;
  display: none;
}

.video {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-5 {
  border-radius: 20px;
  display: none;
}

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

.heading-11 {
  color: #000;
  margin-bottom: 10px;
}

.main-header {
  background-color: #fff;
  height: 99px;
}

.heading-12, .heading-13 {
  margin-bottom: 20px;
}

.container-3 {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.heading-14 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Gambetta Variable;
  font-weight: 500;
}

.section-2 {
  padding-top: 10px;
  padding-bottom: 60px;
}

.container-4 {
  background-color: #f3f3f3;
  border-radius: 16px;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-6 {
  color: #000;
  background-color: #f3f3f3;
  border-radius: 16px;
  padding: 40px;
}

.heading-15 {
  margin-bottom: 20px;
  font-family: Gambetta Variable;
  font-weight: 500;
}

.container-5 {
  max-width: 1200px;
}

.section-3 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-16 {
  margin-bottom: 20px;
  font-family: Gambetta Variable;
  font-weight: 500;
}

.list-5 {
  text-align: left;
  margin-top: 2rem;
}

.form-block-3, .form-block-3.hidf {
  display: block;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: left;
}

.div-block-7 {
  display: flex;
}

.div-block-8 {
  margin-right: 20px;
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  margin-bottom: 2rem;
}

.footer-copyright {
  color: #000;
  font-size: 16px;
}

.section-4 {
  background-color: #fdfdfd;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-6 {
  max-width: 1200px;
}

.div-block-9 {
  background-color: #f3f3f3;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: block;
}

.button-9 {
  text-align: center;
  background-color: #0011a8;
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  display: block;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4.25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.main-footer {
  background-color: #fff;
}

.section-5 {
  background-color: #fffefe;
  margin-top: 0;
  padding-top: 20px;
}

.list-6 {
  justify-content: space-between;
  list-style: none;
  display: flex;
}

.div-block-11 {
  text-align: center;
  background-color: #f2f2f2;
}

.sep {
  font-size: 1.125rem;
  font-weight: 500;
}

.paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  margin-bottom: 10px;
}

.div-block-12 {
  background-color: #fff;
}

.heading-17, .heading-18 {
  text-decoration: line-through;
}

.text-block-3 {
  margin-top: 20px;
  font-family: Satoshi Variable;
  font-weight: 600;
}

.image-11 {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.div-block-13 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.collection-item {
  justify-content: space-between;
  display: block;
}

.collection-list-wrapper {
  display: block;
}

.section-6 {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message-2 {
  background-color: #ddd0;
}

.error-message-2 {
  background-color: #ffdede;
  margin-top: 40px;
}

.asd.hid {
  display: none;
}

.success-message-3, .success-message-4, .success-message-5, .success-message-6 {
  background-color: #ddd0;
}

.link-block {
  display: block;
}

.container-7 {
  max-width: 960px;
}

.section-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-19 {
  margin-bottom: 20px;
  font-size: 3rem;
}

.paragraph-17 {
  margin-bottom: 10px;
}

.list-7 {
  margin-bottom: 2rem;
}

.list-item-7 {
  list-style: decimal;
}

.image-13 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-block-4, .text-block-5 {
  margin-bottom: 10px;
}

.image-14 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.image-15, .image-16, .image-17, .image-18 {
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.paragraph-18, .list-item-8, .list-item-9, .list-item-10 {
  margin-bottom: 10px;
}

.image-19 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.container-8 {
  max-width: 1200px;
}

.paragraph-19 {
  text-align: left;
}

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

.list-8 {
  list-style-type: disc;
}

.list-item-11 {
  font-weight: 500;
}

.transparent-box {
  z-index: 999;
  object-fit: fill;
  background-image: linear-gradient(87deg, #5e489d, #0068b3 33%, #0fc6c7 66%, #72bf44);
  width: 100%;
  height: 4px;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.scroll-to-top---anchor-div {
  z-index: -1;
  height: 100px;
  position: absolute;
}

.scroll-to-top-anchor {
  background-color: #fff;
  width: 100%;
}

.brand-2, .brand-2.w--current {
  width: 100px;
  height: 41px;
}

.nav-menu-2 {
  flex: 0 auto;
  display: block;
}

.menu-open-overlay {
  display: block;
}

.menu-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-btn {
  grid-column-gap: 15px;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #4680ff;
  border: 1px #164343;
  border-radius: 5px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 9px;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: block;
}

.nav-btn:hover {
  color: #164343;
  background-color: #0000;
  border: 2px solid #164343;
}

.contact-us-button-wrapper {
  width: 100px;
  height: 41px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: none;
}

.middle-line {
  background-color: #313233;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.nav-menu-logo {
  height: 20px;
  display: none;
}

.primary-btn {
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: #e3f9f5;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .925s;
  display: flex;
}

.primary-btn:hover {
  background-color: #164343;
}

.primary-btn.hover-white {
  color: #fff;
  text-transform: none;
  background-color: #16a571;
  border-radius: 12px;
}

.primary-btn.hover-white:hover {
  color: #164343;
  background-color: #fff;
}

.fixed-navbar-wrapper {
  z-index: 600;
  background-color: #fff;
  height: 80px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100px);
  box-shadow: 0 9px 40px #0000000d;
}

.nav-link {
  color: #101010;
  object-fit: fill;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
}

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

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

.nav-link.hid {
  display: none;
}

.nav-links-wrapper {
  grid-column-gap: 60px;
  display: none;
}

.top-line {
  transform-origin: 0 0;
  background-color: #313233;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.enquire-btn-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 41px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: block;
}

.navbar {
  background-color: #fff0;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  padding: 25px 30px;
  display: block;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bottom-line {
  transform-origin: 0 100%;
  background-color: #313233;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.middle-line--45 {
  background-color: #313233;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.log-image {
  object-fit: contain;
  height: 100%;
  margin-right: 20px;
}

.nav-menu-3 {
  flex: 0 auto;
  display: block;
}

.bg-circles {
  z-index: -1;
  opacity: .5;
  background-image: linear-gradient(315deg, #fff0, #ffffff38);
  border-radius: 50%;
  width: 347px;
  height: 347px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-15%, -45px);
}

.hero-wrapper {
  padding-top: 20px;
  padding-bottom: 140px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

.h1._600-bold {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 600;
  line-height: 46px;
}

.top-bar-icon {
  width: 16px;
  height: 13px;
}

.text-field-20 {
  color: #606060;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 55px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7em;
  transition: border-color .3s;
}

.text-field-20:focus {
  color: #101010;
  border: 1px solid #101010;
}

.text-field-20::placeholder {
  color: #606060;
  font-size: 15px;
  line-height: 1.7em;
}

.text-field-20.with-icon {
  color: #383838;
  background-color: #fcfcfc;
  background-image: url('../images/mail-icon-lite.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-color: #c5c5c5;
  height: auto;
  padding: 9px 20px 9px 50px;
}

.text-field-20.with-icon:focus {
  background-image: url('../images/mail-icon-dark.svg');
}

.word-1 {
  color: #101010;
  height: 57px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-v-2 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-v-2._500-medium {
  font-weight: 500;
}

.submit-btn-wrapper {
  flex: 0 auto;
  align-self: auto;
  width: auto;
  height: auto;
  margin-top: 0;
  display: block;
}

.topbar-social-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message-7 {
  background-color: #ddd0;
}

.top-bar-contact-icon-div {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar-contact-link {
  color: #fff;
}

.hero-section {
  z-index: 1;
  background-color: #e9f0ff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: static;
  overflow: hidden;
}

.btn-div {
  width: 186px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: none;
}

.top-bar-contact-div {
  grid-column-gap: 10px;
  display: flex;
}

.columns {
  display: flex;
}

.hero-heading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.form-block-4 {
  margin-bottom: 0;
  display: flex;
}

.topbar-social-div {
  color: #fff;
  object-fit: contain;
  width: 17px;
  height: 17px;
  margin-right: 0;
  transition: all .3s;
}

.topbar-social-div:hover {
  color: #e3f9f5;
}

.bold-text-5 {
  color: #21295d;
  height: auto;
  font-size: 40px;
  line-height: 44px;
  display: inline;
  position: static;
}

.header-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.h4._600-bold {
  font-weight: 600;
}

.form-row-2 {
  flex: 0 auto;
  justify-content: space-between;
  margin-right: 10px;
  display: flex;
}

.word-3 {
  color: #101010;
  height: 57px;
  font-size: 20px;
  line-height: 26px;
}

.navbar-wrapper {
  border-radius: 20px;
  margin-top: 0;
  display: none;
  overflow: hidden;
}

.column {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-hero-flex-left {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 519px;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.submit-btn-green-2 {
  text-align: center;
  text-transform: none;
  background-color: #16a571;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .925s;
  display: flex;
}

.submit-btn-green-2:hover {
  background-color: #101010;
}

.bg-circles-small {
  z-index: -1;
  opacity: .5;
  background-image: linear-gradient(315deg, #fff0, #ffffff38);
  border-radius: 50%;
  width: 251px;
  height: 251px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  position: absolute;
  inset: 0%;
  transform: translate(15%);
}

.bg-circles-small.right-bottom {
  inset: auto 0% 60px auto;
  transform: translate(15%, 30%);
}

.top-bar-contact-wrapper {
  grid-column-gap: 45px;
  align-items: center;
  display: flex;
}

.hero-header {
  color: #e3f9f5;
}

.animated-words-wrapper {
  height: 60px;
  margin-bottom: 0;
  overflow: hidden;
}

.home-content-wrapper {
  height: 100%;
  padding-top: 20px;
}

.main-container {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  max-width: 1220px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.top-bar-wrapper {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.contact-form-block {
  grid-row-gap: 2px;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.div-block-15 {
  color: #101010;
  text-align: center;
  background-image: url('../images/Group-51362x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 335px;
  height: 88px;
}

.text-field-21 {
  color: #606060;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  height: 55px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7em;
  transition: border-color .3s;
}

.text-field-21:focus {
  color: #101010;
  border: 1px solid #101010;
}

.text-field-21::placeholder {
  color: #606060;
  font-size: 15px;
  line-height: 1.7em;
}

.text-field-21.with-icon {
  color: #383838;
  background-color: #fcfcfc;
  background-image: url('../images/mail-icon-lite.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-color: #c5c5c5;
  height: auto;
  padding: 9px 20px 9px 50px;
}

.text-field-21.with-icon:focus {
  background-image: url('../images/mail-icon-dark.svg');
}

.paragraph-20 {
  margin-bottom: 10px;
  padding-right: 164px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-16 {
  text-align: center;
  background-image: url('../images/Group-51342x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  align-self: center;
  align-items: center;
  width: 531px;
  height: 103px;
  display: flex;
}

.form-block-5 {
  margin-bottom: 0;
  display: flex;
}

.div-block-17 {
  color: #101010;
  text-align: center;
  background-image: url('../images/Group-51352x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 435px;
  height: 103px;
}

.heading-22 {
  color: #101010;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 60px;
  font-size: 44px;
  line-height: 46px;
}

.focus-text {
  color: #101010;
  width: auto;
  font-size: 14px;
}

.column-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.focus-title {
  color: #101010;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
}

.focus-on-winning-strategies {
  background-color: #fff;
  background-image: url('../images/Group-5121.png'), url('../images/Group-5121.png');
  background-position: -7% 129%, 59% -58%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 140px 20px;
  display: none;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-21 {
  padding-right: 164px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.image-5 {
  margin-right: 0;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: stretch stretch;
  margin-top: 40px;
  display: grid;
}

.div-block-20 {
  flex: none;
}

.div-block-21 {
  flex: 0 auto;
}

.heading-23 {
  color: #101010;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 60px;
  font-size: 44px;
  line-height: 46px;
}

.keeping-everything-crystal-clear {
  background-color: #e9f0ff;
  padding: 100px 20px;
  display: none;
}

.div-block-22 {
  flex: none;
}

.text-block-6 {
  color: #101010;
  font-size: 15px;
  font-weight: 600;
}

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

.div-block-23 {
  flex: none;
}

.reports {
  background-color: #fff;
  background-image: url('../images/Group-5121.png'), url('../images/Group-5121.png');
  background-position: -7% 125%, 56% -34%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 120px 20px 140px;
  display: none;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-22 {
  padding-right: 164px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-25 {
  flex: none;
}

.image-23 {
  margin-right: 0;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch;
  place-items: stretch stretch;
  margin-top: 40px;
  display: grid;
}

.div-block-27 {
  flex: none;
}

.div-block-28 {
  flex: 0 auto;
}

.image-6 {
  max-width: none;
  display: block;
}

.columns-2 {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.heading-24 {
  color: #101010;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 60px;
  font-size: 44px;
  line-height: 46px;
}

.div-block-29 {
  flex: none;
}

.text-block-7 {
  color: #101010;
  font-size: 15px;
  font-weight: 600;
}

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

.div-block-30 {
  flex: none;
}

.image-24 {
  z-index: 1;
  object-fit: fill;
  position: relative;
}

.heading-25 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.div-block-31 {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.image-25, .image-26 {
  z-index: 1;
  position: relative;
}

.div-block-32 {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.we-ll-walk-you-through-it {
  background-color: #e9f0ff;
  padding: 60px 20px 100px;
  display: none;
}

.div-block-33 {
  background-image: linear-gradient(90deg, #5e489d, #0068b3 33%, #0fc6c7 66%, #72bf44);
  height: 4px;
  position: absolute;
  inset: 39% 12% 0% 11%;
}

.heading-26 {
  color: #101010;
  text-align: center;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 46px;
}

.image-27 {
  margin-bottom: 15px;
}

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

.image-28 {
  z-index: 1;
  position: relative;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3em;
}

.h2._600-bold {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 46px;
}

.why-seo-section {
  background-color: #fff;
  padding: 100px 20px 60px;
  display: none;
  position: relative;
}

.why-us-image {
  align-self: auto;
  width: 100%;
  height: 100%;
}

.why-us-heading {
  color: #101010;
  margin-bottom: 20px;
}

.why-us-flex-left {
  max-width: 488px;
  padding-left: 0;
}

.form-block-6 {
  margin-bottom: 0;
  display: flex;
}

.paragraph-v-1 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
}

.paragraph-v-1._500-medium {
  color: #101010;
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.why-us-flex {
  grid-column-gap: 115px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-us-flex-right {
  justify-content: center;
  display: flex;
}

.why-us-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 495px;
  display: flex;
}

.why-us-paragraph {
  color: #383838;
  margin-bottom: 10px;
}

.footer-columns.hid {
  display: none;
}

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

.text-block-8 {
  color: #fff;
  margin-bottom: 5px;
}

.copyright-wrapper {
  border-top: 1px solid #ffffff1a;
  margin-top: 60px;
  padding-top: 20px;
}

.white {
  color: #fff;
}

.webflow-branding {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.footer-column-text-wrapper {
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-column-text-wrapper._2-column-layout {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 245px;
  margin-bottom: 40px;
}

.footer-container-2 {
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.h5._600-bold {
  color: #fff;
  font-weight: 600;
}

.footer-column-title {
  color: #fff;
  margin-bottom: 20px;
}

.copyright-link {
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .3s;
}

.copyright-link:hover {
  color: #e3f9f5;
}

.copyright-link.w--current:hover {
  color: #2293d7;
}

.footer-section {
  background-color: #164343;
  border: 1px solid #2c12581a;
  padding-top: 70px;
  padding-bottom: 30px;
}

.footer-link-2 {
  color: #fff;
}

.footer-link-2:hover {
  color: #e3f9f5;
}

.div-block-36 {
  flex: 0 auto;
}

.copyright-text {
  font-size: 14px;
  display: inline-block;
}

.copyright-text-wrapper {
  grid-column-gap: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.scroll-to-top {
  z-index: 10;
  background-color: #164343;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 15px 15px auto;
}

.scroll-to-top-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.up-arrow-image {
  width: 10px;
  height: 10px;
}

.preloader {
  display: none;
}

.image-111 {
  position: absolute;
  top: 47%;
  left: 47%;
}

.getstarted {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.list-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
}

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

.div-block-37 {
  border: 1px #a1a5b7;
  border-top: 1px solid #a1a5b740;
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.colorb {
  color: #222a5c;
}

.div-block-38 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
}

.bold-text-7 {
  font-weight: 500;
}

.button-10 {
  color: #fff;
  background-color: #16a571;
  border-radius: 12px;
  padding: 15px 60px;
  font-size: 18px;
  font-weight: 700;
}

.heading-27 {
  text-align: center;
  color: #222a5c;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
  line-height: 46px;
}

.bold-text-8 {
  color: #222a5c;
  font-weight: 500;
}

.div-block-39 {
  flex: 0 auto;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.list-item-12 {
  background-image: url('../images/Vector-1_1Vector (1).png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 19px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
}

.div-block-40 {
  flex-flow: column;
  align-self: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-326 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.backbtn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.text-field-13 {
  color: #000;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  min-width: 413px;
  max-width: none;
  min-height: 62px;
  max-height: none;
  margin-bottom: 0;
  padding: 20px;
  font-size: 21px;
  display: block;
}

.stepcontainer {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.landerprogessstep {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: block;
}

.div-block-336 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-48 {
  background-color: #3898ec00;
  background-image: url('../images/backicon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 5px;
}

.progessstep {
  background-color: #f1eef9;
  border-radius: 5px;
  width: 105px;
  height: 10px;
}

.progessstep.active {
  background-color: #16a571;
  width: 105px;
  height: 10px;
}

.progressmainstep {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  align-self: center;
  align-items: center;
  display: grid;
}

.button-49 {
  letter-spacing: .03em;
  background-color: #1d30dd;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 15px 40px;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0 7px 18px 1px #0000004d;
}

.button-49.disabledstepbtn {
  background-color: #16a571;
  margin-bottom: 20px;
  display: inline-block;
}

.step {
  display: block;
}

.accept-payment-lander {
  margin-top: 60px;
}

.landercotent {
  color: #000;
  font-size: 50px;
  line-height: 58px;
}

.landerprogessstep-inner {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stepone {
  max-width: 1140px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: none;
}

.div-block-337 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-328 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-field-14 {
  color: #000;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  min-width: 413px;
  min-height: 62px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 21px;
}

.button-50 {
  letter-spacing: .03em;
  background-color: #1d30dd;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 15px 40px;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0 7px 18px 1px #0000004d;
}

.button-50.disabledstepbtn {
  background-color: #16a571;
  margin-bottom: 20px;
  display: inline-block;
}

.button-51 {
  background-color: #3898ec00;
  background-image: url('../images/backicon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 5px;
}

.steptwo {
  max-width: 1140px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 60px;
  display: none;
}

.stepthree {
  max-width: 1140px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: none;
}

.text-block-225 {
  margin-bottom: 20px;
}

.text-block-225.weberr {
  display: none;
}

.div-block-331 {
  margin-bottom: 0;
}

.paragraph-23 {
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
}

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

.div-block-339 {
  max-width: 700px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-block-226 {
  color: red;
  text-align: left;
  margin-top: 4px;
}

.text-block-226.terr {
  display: none;
}

.div-block-329 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-field-18 {
  color: #000;
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  min-width: 413px;
  min-height: 62px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 21px;
}

.button-52 {
  letter-spacing: .03em;
  background-color: #1d30dd;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 15px 40px;
  font-size: 23px;
  font-weight: 700;
  box-shadow: 0 7px 18px 1px #0000004d;
}

.button-52.disabledstepbtn {
  background-color: #16a571;
  margin-bottom: 20px;
  display: inline-block;
}

.button-52.disabledstepbtn.hide {
  display: none;
}

.div-block-330 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-338 {
  flex: 1;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.button-53 {
  background-color: #3898ec00;
  background-image: url('../images/backicon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 5px;
}

.body-7 {
  color: #222a5c;
  background-image: url('../images/660bff771b0ffa475a1c4424_Component-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Urbanist;
}

.body-8 {
  color: #164343;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.brand-3 {
  width: 120px;
  height: auto;
}

.brand-3.w--current {
  width: 100px;
  height: 41px;
}

.nav-menu-4 {
  flex: 0 auto;
  display: block;
}

.nav-btn-2 {
  grid-column-gap: 15px;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #4680ff;
  border: 1px #164343;
  border-radius: 5px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 9px;
  font-family: Urbanist;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: block;
}

.nav-btn-2:hover {
  color: #164343;
  background-color: #0000;
  border: 2px solid #164343;
}

.nav-links-wrapper-2 {
  grid-column-gap: 60px;
  display: flex;
}

.nav-menu-5 {
  flex: 0 auto;
  display: none;
}

.nav-links-wrapper-3 {
  grid-column-gap: 60px;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 29px;
  grid-row-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.heading-style-h2-6 {
  color: #000;
  text-align: left;
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.blok-item-link {
  flex-flow: column wrap;
  width: 100%;
  display: flex;
}

.blog-item-content-2 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog-item-2 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: auto;
  display: flex;
}

.mage-overlay-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.blog-image-wrapper-2 {
  width: 100%;
  padding-top: 57%;
  position: relative;
  overflow: hidden;
}

.blog-item-3 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: auto;
  display: flex;
}

.blog-image-wrapper-3 {
  width: 100%;
  padding-top: 57%;
  position: relative;
  overflow: hidden;
}

.blog-item-4 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: auto;
  display: flex;
}

.blog-image-wrapper-4 {
  width: 100%;
  padding-top: 57%;
  position: relative;
  overflow: hidden;
}

.blog-item-5 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: auto;
  display: flex;
}

.blog-image-wrapper-5 {
  width: 100%;
  padding-top: 57%;
  position: relative;
  overflow: hidden;
}

.blog-item-6 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: auto;
  display: flex;
}

.blog-image-wrapper-6, .blog-image-wrapper-7 {
  width: 100%;
  padding-top: 57%;
  position: relative;
  overflow: hidden;
}

.social-icons-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #656565;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.brand-4 {
  width: 85px;
  height: 34px;
}

.brand-4.w--current {
  width: 100px;
  height: 41px;
}

.nav-menu-6 {
  flex: 0 auto;
  display: block;
}

.h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

.h1-2._600-bold {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 600;
  line-height: 46px;
}

.blog-search-2 {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 4px #00000029;
}

.blog-search-2:focus {
  color: #848991;
}

.menu-animation-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.nav-btn-3 {
  grid-column-gap: 15px;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #4680ff;
  border: 1px #164343;
  border-radius: 5px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 9px;
  font-family: Urbanist;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: block;
}

.nav-btn-3:hover {
  color: #164343;
  background-color: #0000;
  border: 2px solid #164343;
}

.all-blog-post-wrapper {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.tags {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-search-icon-2 {
  width: 21px;
}

.blog-follow-heading {
  color: #313233;
}

.blog-search-icon-wrapper {
  z-index: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blog-about-para {
  color: #383838;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.service-hero-section {
  z-index: 1;
  background-color: #164343;
  padding-bottom: 79px;
  position: relative;
  overflow: hidden;
}

.tag-collection {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.image-4 {
  height: 12px;
}

.service-hero-heading {
  margin-top: 90px;
  margin-bottom: 10px;
}

.nav-links-wrapper-4 {
  grid-column-gap: 60px;
  display: flex;
}

.blog-about-heading {
  color: #313233;
}

.blog-post-item {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 730px;
  margin-left: 0;
  padding: 25px 25px 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 9px 40px 10px #0000000d;
}

.enquire-btn-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 41px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: block;
}

.blog-posts-container {
  grid-column-gap: 95px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.h4-2._600-bold {
  font-weight: 600;
}

.service-hero-container {
  color: #fff;
  text-align: center;
}

.recent-posts-wrapper {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.blog-about-btn {
  max-width: 140px;
  transition: all .4s;
}

.blog-about-btn:hover {
  transform: translate(0, -10px);
  box-shadow: 0 4px 45px #afb1b191;
}

.blog-search-input-2 {
  color: #707070;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.blog-search-input-2::placeholder {
  color: #2229;
}

.blog-search-wrapper {
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.tag-list-2 {
  flex-wrap: wrap;
  display: flex;
}

.blog-post-right-flex {
  max-width: 285px;
  position: relative;
}

.navbar-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.horizontal-divider {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 0;
}

.blog-column {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 75px;
  overflow: visible;
}

.blog-post-section {
  background-color: #f6fdff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.social-icon-2 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.social-icon-2.twitter {
  background-color: #1da1f2;
}

.social-icon-2.google {
  background-color: #dd4b39;
}

.social-icon-2.facebook {
  background-color: #3b5998;
}

.social-icon-2.whatsapp {
  background-color: #2ed063;
}

.social-icon-2.vimeo {
  background-color: #00adef;
}

.blog-post-collection {
  padding-bottom: 0;
}

.blog-search-btn {
  z-index: 1;
  background-color: #0000;
  width: 50px;
  position: relative;
}

.blog-search-btn:focus {
  color: #848991;
}

.blog-post-list {
  grid-row-gap: 60px;
  column-count: 2;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 40px;
  width: 730px;
  margin-bottom: 0;
  display: flex;
}

.brand-5 {
  width: 85px;
  height: 34px;
}

.brand-5.w--current {
  width: 100px;
  height: 41px;
}

.nav-menu-7 {
  flex: 0 auto;
  display: block;
}

.nav-btn-4 {
  grid-column-gap: 15px;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #4680ff;
  border: 1px #164343;
  border-radius: 5px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 9px;
  font-family: Urbanist;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: block;
}

.nav-btn-4:hover {
  color: #164343;
  background-color: #0000;
  border: 2px solid #164343;
}

.image-114 {
  height: 12px;
}

.nav-links-wrapper-5 {
  grid-column-gap: 60px;
  display: flex;
}

.enquire-btn-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 41px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: block;
}

.h4-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.h4-3._600-bold {
  font-weight: 600;
}

.brand-6 {
  width: 85px;
  height: 34px;
}

.brand-6.w--current {
  width: 100px;
  height: 41px;
}

.nav-menu-8 {
  flex: 0 auto;
  display: block;
}

.nav-btn-5 {
  grid-column-gap: 15px;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #4680ff;
  border: 1px #164343;
  border-radius: 5px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 9px;
  font-family: Urbanist;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: block;
}

.nav-btn-5:hover {
  color: #164343;
  background-color: #0000;
  border: 2px solid #164343;
}

.image-115 {
  height: 12px;
}

.nav-links-wrapper-6 {
  grid-column-gap: 60px;
  display: flex;
}

.enquire-btn-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 41px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: block;
}

.brand-7 {
  width: 85px;
  height: 34px;
}

.brand-7.w--current {
  width: 100px;
  height: 41px;
}

.nav-menu-9 {
  flex: 0 auto;
  display: block;
}

.nav-btn-6 {
  grid-column-gap: 15px;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #4680ff;
  border: 1px #164343;
  border-radius: 5px;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 9px;
  font-family: Urbanist;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: block;
}

.nav-btn-6:hover {
  color: #164343;
  background-color: #0000;
  border: 2px solid #164343;
}

.image-116 {
  height: 12px;
}

.nav-links-wrapper-7 {
  grid-column-gap: 60px;
  display: flex;
}

.enquire-btn-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 41px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: block;
}

.image-117 {
  height: 12px;
}

.nav-links-wrapper-8 {
  grid-column-gap: 60px;
  display: flex;
}

.enquire-btn-wrapper-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 41px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: block;
}

.image-118 {
  height: 12px;
}

.nav-links-wrapper-9 {
  grid-column-gap: 60px;
  display: flex;
}

.enquire-btn-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 41px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: block;
}

.image-119 {
  height: 12px;
}

.nav-links-wrapper-10 {
  grid-column-gap: 60px;
  display: flex;
}

.enquire-btn-wrapper-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 150px;
  height: 41px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  display: block;
}

.clock-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  display: flex;
}

.clock-icon-wrapper.size-12px {
  width: 12px;
  height: 12px;
}

.blog-post-category-list {
  display: flex;
}

.blog-post-category {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: color .3s;
  display: inline-block;
}

.blog-post-category:hover {
  color: #1082fa;
}

.blog-post-category.block-layout {
  margin-bottom: 10px;
  display: block;
}

.all-blog-post-image-wrapper {
  border-radius: 5px;
  margin-bottom: 25px;
  overflow: hidden;
}

.blog-post-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-date {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.date {
  color: #909090;
}

.blog-post-para {
  color: #383838;
  margin-bottom: 40px;
}

.link-bottom-line {
  background-color: #313233;
  width: 100%;
  height: 2px;
  margin-top: 2px;
}

.blog-post-title {
  color: #101010;
  margin-bottom: 15px;
}

.blog-post-title:hover {
  color: #e3f9f5;
}

.blog-post-category-item {
  background-image: url('../images/divider.svg');
  background-position: 100% 55%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.blog-post-category-item:last-child {
  background-image: none;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4em;
}

.h3._600-bold {
  font-weight: 600;
}

.blog-posts-category-list {
  grid-column-gap: 10px;
  display: flex;
}

.blog-read-more-link {
  color: #101010;
  flex-direction: column;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  display: flex;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.h6._600-bold {
  font-weight: 600;
}

.recent-post-image {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex: none;
  width: 75px;
  height: 75px;
}

.recent-post-details {
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.recent-post-date {
  color: #707070;
  font-size: 13px;
  line-height: 16px;
}

.clock-icon-2 {
  display: block;
}

.recent-post-date-wrapper {
  color: #656565;
  align-items: center;
  display: flex;
}

.recent-post-item-wrapper-2 {
  grid-column-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.recent-post-details-2, .recent-post-details-3, .recent-post-details-4, .recent-post-details-5, .recent-post-details-6 {
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.enquire-btn-wrapper-9 {
  width: 100%;
  max-width: 130px;
  height: 41px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.nav-btn-7 {
  grid-column-gap: 15px;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #164343;
  border: 2px solid #164343;
  border-radius: 50px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 21px;
  margin-right: 9px;
  font-family: Urbanist;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition: all .3s;
  display: flex;
}

.nav-btn-7:hover {
  color: #164343;
  background-color: #0000;
  border: 2px solid #164343;
}

.primary-btn-2 {
  text-align: center;
  text-transform: none;
  background-color: #16a571;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .925s;
  display: flex;
}

.primary-btn-2:hover {
  background-color: #164343;
}

.nav-link-2 {
  color: #101010;
  object-fit: fill;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #16a571;
}

.navbar-2 {
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 25px 30px;
  display: block;
}

.image-120 {
  height: 12px;
}

.nav-links-wrapper-11 {
  grid-column-gap: 60px;
  display: flex;
}

.navbar-wrapper-2 {
  border-radius: 20px;
  margin-top: 0;
  overflow: hidden;
}

.topbar-social-div-2 {
  color: #fff;
  object-fit: contain;
  width: 17px;
  height: 17px;
  margin-right: 0;
  transition: all .3s;
}

.topbar-social-div-2:hover {
  color: #16a571;
}

.main-container-2 {
  background-color: #fff0;
  width: 100%;
  max-width: 1220px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.navbar-container-3 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-post-title-2 {
  color: #101010;
  margin-bottom: 15px;
}

.blog-post-title-2:hover {
  color: #16a571;
}

.text-size-small-4 {
  font-size: .875rem;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.reading-time-4 {
  margin-left: 5px;
  font-size: .875rem;
}

.breadcrumb-link-2 {
  color: #000;
  text-decoration: none;
}

.breadcrumb-link-2.w--current, .text-weight-semibold-3 {
  font-weight: 600;
}

.reading-time-5 {
  margin-left: 5px;
  font-size: .875rem;
}

.text-weight-semibold-4 {
  font-weight: 600;
}

.reading-time-6 {
  margin-left: 5px;
  font-size: .875rem;
}

.text-weight-semibold-5 {
  font-weight: 600;
}

.reading-time-7 {
  margin-left: 5px;
  font-size: .875rem;
}

.text-block-228 {
  font-size: 18px;
  font-weight: 500;
}

.dropdown-list-2 {
  background-color: #d6b1b1;
}

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

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9 {
  font-size: 16px;
  font-weight: 500;
}

.header {
  background-image: url('../images/bgheader.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.headerbox {
  max-width: 1052px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.text-block-229 {
  color: #21295d;
  margin-bottom: 40px;
  padding-right: 170px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-341 {
  opacity: 1;
  background-color: #fff3;
  border-radius: 6px;
  justify-content: space-around;
  padding: 10px;
  display: flex;
}

.text-block-230 {
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
}

.button-54 {
  background-color: #537be0;
  background-image: url('../images/Group-5498_1Group 5498.png');
  background-position: 90%;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 15px 60px;
  font-weight: 700;
}

.graphics {
  background-image: url('../images/Group-5643.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-10 {
  max-width: 1052px;
  margin-top: -200px;
}

.div-block-342 {
  background-color: #ffffffa8;
  border-radius: 6px;
  max-width: 430px;
  margin-bottom: 40px;
  padding: 20px;
}

.heading-29 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 26px;
}

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

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

.container-11 {
  max-width: 1052px;
}

.text-block-232, .text-block-233 {
  margin-bottom: 10px;
  font-size: 14px;
}

.heading-30 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 46px;
}

.container-12 {
  max-width: 1052px;
}

.serviceslist {
  background-image: url('../images/Group-5643.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-343 {
  background-color: #ffffffa8;
  border-radius: 6px;
  max-width: 430px;
  margin-bottom: 60px;
  padding: 40px;
  position: relative;
  box-shadow: 0 -1px 20px -10px #0003;
}

.heading-31 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 26px;
}

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

.button-55 {
  color: #5a99bb;
  background-color: #d0f6e7;
  background-image: url('../images/Group-5498-1_1Group 5498 (1).png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 6px;
  padding: 10px 60px;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  inset: auto 7% -12% auto;
}

.button-55.bg5a {
  background-color: #d5e0f0;
}

.div-block-344 {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 53px;
  max-width: 53px;
  height: 53px;
  max-height: 53px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: -12% auto auto 3%;
}

.footer {
  background-image: url('../images/Group-5600.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: -141px;
  padding-top: 320px;
  padding-bottom: 40px;
}

.container-13 {
  max-width: 1052px;
}

.div-block-345 {
  background-color: #ffffffa8;
  border-radius: 6px;
  justify-content: space-around;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.div-block-346 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-347 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-235, .text-block-236 {
  text-align: center;
  text-transform: uppercase;
}

.button-56 {
  background-color: #537be0;
  background-image: url('../images/Group-5498_1Group 5498.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 700;
}

.div-block-348 {
  background-color: #21295d;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.link-block-2, .link-block-3 {
  margin-left: 10px;
  margin-right: 10px;
}

.link-block-4 {
  margin-left: 10px;
  margin-right: 0;
}

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

.text-block-237, .text-block-238 {
  font-size: 14px;
  font-weight: 500;
}

.link-7 {
  color: #21295d;
  margin-left: 20px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-351 {
  margin-top: 140px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 999;
  background-color: var(--white);
  inset: 0% 0% auto;
  inset: 4px 0% auto;
  background-color: #fff;
  border-bottom: 0 #16a571;
  border-radius: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  inset: 4px 0% auto;
}

.button-59 {
  text-transform: capitalize;
  color: #164343;
  background-color: #3898ec00;
  background-image: url('../images/Activity-Icon_1Activity Icon.png');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #16a571;
  border-radius: 6px;
  margin-left: 10px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.header-2 {
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 43px 0 100px;
}

.nav-menu-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.column-12 {
  justify-content: center;
  display: flex;
}

.div-block-356 {
  flex: 1;
  align-self: auto;
}

.text-block-239 {
  color: #164343;
  margin-bottom: 40px;
  padding-right: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-239.mb10 {
  margin-bottom: 0;
}

.list-item-14 {
  text-transform: none;
  display: block;
}

.list-item-14.hid {
  display: none;
}

.list-item-14.blog {
  display: block;
}

.nav-link-3 {
  color: var(--dark_green);
  letter-spacing: .25px;
  text-transform: capitalize;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #16a571;
}

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

.nav-link-3:visited {
  color: #1a1b1f;
}

.nav-link-3.w--current {
  color: var(--green-main);
}

.nav-link-3.w--current:visited {
  color: #1a1b1f;
}

.nav-link-3.platform {
  background-color: #f3faf8;
  background-image: url('../images/menuarrow.png');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 9px;
  border-radius: 8px;
  padding-right: 24px;
}

.list-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
}

.text-block-240 {
  text-transform: capitalize;
  font-weight: 600;
}

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

.image-124 {
  flex: 0 auto;
  display: block;
}

.h1-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

.h1-3._600-bold {
  color: #164343;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.image-126 {
  margin-left: -10px;
  padding-left: 0;
}

.button-60 {
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 7px 20px;
  font-weight: 600;
  display: flex;
}

.div-block-357 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 32px;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.bold-text-10 {
  color: #164343;
  height: auto;
  font-size: 40px;
  line-height: 120%;
  display: inline;
  position: static;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.menu-button-6 {
  display: none;
}

.text-block-241 {
  opacity: 1;
  color: #16a571;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.mobile-margin-top-10 {
  display: block;
}

.container-14 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #5a99bb;
  border: 1px solid #5a99bb;
  border-radius: 6px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
}

.button-primary:hover {
  color: #fff;
  background-color: #5a99bbc9;
}

.button-primary:active {
  background-color: #5a99bb;
}

.headerbox-2 {
  max-width: 1200px;
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-logo-left {
  z-index: 999;
  background-color: var(--white);
  width: 100%;
  position: fixed;
  inset: 4px 0% auto;
  box-shadow: 0 2px 8px #1643430d;
}

.nav-menu-two {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.div-block-355 {
  flex: 0 auto;
  align-self: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.columns-6 {
  align-items: center;
  display: flex;
}

.list-item-45 {
  background-image: url('../images/checkgreen_1checkgreen.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 30px;
  padding-left: 29px;
  font-size: 15px;
  display: inline-block;
}

.text-block-242 {
  color: #526477;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.text-block-242.fs16 {
  font-size: 20px;
  font-weight: 400;
}

.div-block-358 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 6px;
  max-width: none;
  margin-bottom: 20px;
  padding: 40px 20px 20px;
  position: relative;
  box-shadow: 0 -1px 20px -10px #0003;
}

.div-block-358.tbr {
  border-top-right-radius: 24px;
}

.div-block-358.brl {
  border-bottom-left-radius: 24px;
}

.div-block-358.mwi {
  max-width: none;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.div-block-359 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 53px;
  max-width: 53px;
  height: 53px;
  max-height: 53px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: -25px auto auto 3%;
}

.serviceslist-2 {
  padding: 60px 20px;
}

.heading-32 {
  color: #164343;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 120%;
}

.container-15 {
  max-width: 1200px;
  margin-top: -114px;
}

.faq2-icon-2 {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2-icon-2.gbar {
  flex: 0 auto;
  width: 16px;
  max-width: none;
}

.paragraph-28 {
  margin-bottom: 2rem;
  line-height: 1.4;
}

.div-block-380 {
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 2px 5px #0003;
}

.div-block-382 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 100px;
  display: flex;
}

.div-block-385 {
  margin-top: 16px;
}

.div-block-383 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 20px;
  margin-bottom: 16px;
  display: grid;
}

.column-19 {
  padding: 20px 16px 20px 30px;
}

.heading-43 {
  margin-bottom: 40px;
  padding-right: 22%;
  font-size: 40px;
}

.columns-11 {
  margin-left: 0;
  padding-bottom: 20px;
}

.image-136 {
  flex: 1;
  align-self: center;
  max-width: none;
  display: block;
}

.container-27 {
  max-width: 1200px;
}

.column-20 {
  padding: 20px 30px 20px 16px;
}

.paidtraffic {
  padding: 60px 20px;
}

.faq-question-2 {
  cursor: pointer;
  border-top: 1px #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq-question-2.ptb12 {
  padding-top: 1.25rem;
}

.faq-question-2.p20 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-384 {
  flex: 0 auto;
  display: flex;
}

.faq-answer-2 {
  overflow: hidden;
}

.faq-answer-2.p20 {
  padding: 20px;
}

.text-block-268 {
  flex: 0 auto;
  align-self: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.faq-accordion-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #16a5710d;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.faq-accordion-2.p12 {
  padding-left: 12px;
  padding-right: 12px;
}

.faq-accordion-2.p0 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-269 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}

.button-57 {
  color: #fff;
  background-color: #16a571;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 9px 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  box-shadow: 0 4px 8px #16434326;
}

.text-block-267 {
  color: #526477;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-381 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e0f4f0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: flex;
}

.image-137 {
  flex: none;
  align-self: center;
  margin-right: 10px;
}

.div-block-386 {
  flex: 1;
}

.button-61 {
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  height: auto;
  padding: 7px 40px;
  font-weight: 500;
  transition: all .2s ease-in-out;
  display: flex;
}

.button-61:hover {
  background-color: #139163;
}

.div-block-387 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 484px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 12px;
  display: flex;
  box-shadow: 0 0 8px #1643430d;
}

.paragraph-34 {
  color: #526477;
  margin-bottom: 32px;
  padding-right: 48px;
  font-size: 18px;
  line-height: 1.4;
}

.image-135 {
  margin-bottom: 0;
  margin-right: 12px;
}

.text-block-270 {
  opacity: 1;
  color: #16a571;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-26 {
  max-width: 1200px;
}

.list-item-46 {
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 20px;
  padding-left: 28px;
  font-size: 15px;
  display: inline-block;
}

.list-15 {
  padding-left: 0;
  list-style-type: none;
}

.div-block-388 {
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-42 {
  color: var(--dark_green);
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.free-simple-crm {
  background-image: url('../images/Layer_1.png');
  background-position: 100% 53%;
  background-repeat: no-repeat;
  background-size: 730px;
  padding: 80px 20px 100px;
}

.list-item-18 {
  color: var(--dark_green);
  background-image: url('../images/checkgreen_1checkgreen.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 28px;
  font-size: 15px;
  font-weight: 400;
}

.container-18 {
  max-width: 1200px;
}

.heading-44 {
  color: #164343;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 30px;
  line-height: 120%;
}

.div-block-354 {
  margin-bottom: 20px;
}

.div-block-363 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #16a57133;
  border-radius: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: block;
}

.column-14 {
  display: flex;
}

.columns-8 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-271 {
  white-space: normal;
  color: #526477;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.list-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.button-62 {
  color: #fff;
  background-color: #16a571;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 9px 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  box-shadow: 0 4px 8px #16434326;
}

.button-62.fr {
  padding-left: 48px;
  padding-right: 48px;
  font-weight: 500;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.button-62.fr:hover {
  background-color: #139163;
}

.perfect-for-a-wide-range-of-industries {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 80px 20px;
}

.setappheading {
  color: #164343;
  margin-bottom: 32px;
  font-size: 32px;
}

.setappheading.mt30 {
  margin-bottom: 60px;
  font-size: 32px;
}

.container-19 {
  max-width: 1200px;
}

.text-block-247 {
  text-align: left;
  color: #16a571;
}

.text-span {
  color: #16a571;
}

.button-63 {
  color: #16a571;
  background-color: #3898ec00;
  border: 1px solid #16a571;
  border-radius: 6px;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.2;
}

.button-63.p20 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
}

.paragraph-29 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.text-block-246 {
  opacity: .5;
  color: #16a571;
  border: 1px #16a57140;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-bottom: 8px;
  padding: 0;
  font-size: 38px;
  line-height: 1.2;
  position: static;
  inset: 0% 0% auto auto;
}

.image-130 {
  position: absolute;
  inset: 47% -42px 50% auto;
}

.get-started-in-3-easy-steps {
  padding: 80px 20px;
}

.text-block-245 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.get-started-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-64 {
  color: #fff;
  background-color: #16a571;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-top: 20px;
  padding: 9px 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  box-shadow: 0 4px 8px #16434326;
}

.get-started-item {
  border: 1px solid #eaeef4;
  border-radius: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 2px 4px 8px #1643430d;
}

.get-started-item.fghfg {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.get-started-item.witutr {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.get-started-item.tr {
  flex: 1;
}

.get-started-item.tr.btrx {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.testimonial-client-box {
  text-align: left;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-248 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.testiomonials-item {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.testiomonials {
  background-image: url('../images/testiomonialsBg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 20px;
}

.paragraph-30 {
  font-size: 16px;
  line-height: 1.4;
}

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

.text-block-250 {
  text-align: center;
  color: #164343;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.container-20 {
  max-width: 1200px;
  display: none;
}

.testimonial-client-image-box {
  margin-right: 10px;
}

.text-block-249 {
  color: #526477;
  font-size: 12px;
}

.testiomonials-box-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.testimonial-client-stars {
  margin-bottom: 10px;
}

.form-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.plans {
  background-color: #16a5710d;
  padding: 60px 20px;
}

.plansitem {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  box-shadow: 4px 2px 12px #1643430d;
}

.radio-button-field {
  border: 1px solid #16a571;
  border-radius: 8px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  padding: 5px 10px 5px 40px;
  display: flex;
}

.text-block-255 {
  color: #164343;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.div-block-370 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.radio-button-label {
  color: #000;
  margin-bottom: 0;
}

.button-65 {
  color: #16a571;
  background-color: #fff;
  border: 1px solid #16a571;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.button-65:hover {
  background-color: var(--green-main);
  color: var(--white);
}

.bold-text-18 {
  color: #526477;
}

.div-block-371 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.radio-button-field-2 {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  justify-content: space-around;
  margin-bottom: 0;
  padding: 5px 20px 5px 40px;
  display: flex;
}

.plansbox {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.div-block-366 {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-367 {
  background-color: #dff2ec;
  border-radius: 10px;
  align-self: center;
  margin-left: 15px;
  padding: 2px 8px;
}

.bold-text-17 {
  color: #526477;
}

.text-block-256 {
  color: #526477;
  font-size: 12px;
  font-weight: 400;
}

.container-21 {
  max-width: 1200px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-21.mis2 {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-251 {
  color: #164343;
  font-size: 8px;
  font-weight: 700;
  line-height: 18px;
}

.div-block-368 {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.radio-button-label-2 {
  color: #000;
  align-self: center;
  margin-bottom: 0;
}

.plans-item-header {
  position: relative;
}

.list-item-19 {
  color: #164343;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 500;
}

.list-item-19.greencheck {
  text-transform: capitalize;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-size: 20px;
  display: block;
}

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

.text-block-254.tehnical {
  color: #537be0;
}

.text-block-254.green {
  color: #16a571;
}

.text-block-254.darkgreen {
  color: #164343;
}

.div-block-369 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.plans-hr {
  background-color: #e6e6e6;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-365 {
  flex: 0 auto;
}

.button-66 {
  text-align: center;
  background-color: #16a571;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.button-66:hover {
  background-color: #139163;
}

.button-66.db {
  display: block;
}

.radio-button {
  margin-right: 8px;
}

.list-13 {
  padding-left: 0;
  list-style-type: none;
}

.plansheaderbox {
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
  position: absolute;
}

.success-message-8 {
  background-color: #ddd0;
}

.heading-36 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 30px;
}

.radio-button-2 {
  align-self: center;
  margin-right: 8px;
}

.paragraph-35 {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-13 {
  padding-right: 107px;
}

.faq2-icon-3 {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
}

.paragraph-36 {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.faq-section {
  padding: 60px 20px;
}

.paragraph-37 {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-15 {
  padding-right: 84px;
}

.text-size-medium-10 {
  font-family: Satoshi Variable;
  font-size: 1.125rem;
}

.text-size-medium-10.text-weight-semibold {
  font-weight: 700;
  line-height: 1.4;
}

.faq-component-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  display: grid;
}

.bold-text-16 {
  padding-right: 0;
}

.paragraph-38 {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.faq-question-3 {
  cursor: pointer;
  border-top: 1px #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.bold-text-14 {
  padding-right: 114px;
}

.paragraph-39, .paragraph-40 {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.faq-answer-3 {
  overflow: hidden;
}

.faq-accordion-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #16a5710d;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.heading-45 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-17 {
  max-width: 1200px;
}

.heading-33 {
  margin-bottom: 8px;
  padding-right: 100px;
  font-size: 40px;
}

.list-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.list-10.center {
  justify-content: center;
}

.paragraph-41 {
  color: var(--gray);
  text-transform: none;
  margin-bottom: 20px;
  padding-right: 10%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.don-t-let-your-budget-go-to-waste {
  z-index: 1;
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.image-125 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex: 0 auto;
  display: block;
}

.column-21 {
  text-transform: none;
  background-color: #f3faf8;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: block;
}

.text-block-272 {
  color: #526477;
  margin-top: 10px;
  font-size: 12px;
}

.columns-7 {
  background-color: #f3faf8;
  border-radius: 16px;
  flex-flow: row;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 0 4px 8px #1643430d;
}

.bold-text-20 {
  text-transform: none;
  padding-right: 0;
  font-size: 40px;
}

.column-22 {
  background-color: #f3faf800;
  border-radius: 0 16px 16px 0;
  flex: 1;
  justify-content: center;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-67 {
  color: #fff;
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 210px;
  height: auto;
  min-height: auto;
  padding: 9px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  box-shadow: 0 4px 8px #16434326;
}

.button-67:hover {
  background-color: #139163;
}

.container-28 {
  max-width: 1200px;
  margin-bottom: 0;
}

.list-item-16 {
  color: #16a571;
  background-color: #fff;
  border-radius: 8px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.footer-2 {
  background-color: #e0f4f0;
  margin-top: 0;
  padding: 220px 20px 40px;
  position: relative;
}

.link-block-5 {
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-right: 5px;
}

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

.link-8 {
  color: #537be0;
  margin-left: 20px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-273 {
  color: #526477;
  font-size: 12px;
  font-weight: 400;
}

.div-block-390 {
  background-color: #d6e1e6;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

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

.link-block-6 {
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-right: 0;
}

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

.div-block-392 {
  margin-top: 100px;
}

.text-block-274 {
  color: #526477;
  font-size: 12px;
  font-weight: 400;
}

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

.container-29 {
  max-width: 1200px;
}

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

.link-block-7 {
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-right: 5px;
}

.button-68 {
  text-transform: capitalize;
  color: #164343;
  background-color: #3898ec00;
  background-image: url('../images/Activity-Icon_1Activity Icon.png');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #16a571;
  border-radius: 6px;
  margin-left: 60px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.imdustries-box-text {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.header-3 {
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-3.mtb {
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 10px;
}

.text-block-257 {
  color: #164343;
  border-right: 2px #16a571;
  flex: none;
  order: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.indastries-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 0 #eaeef4;
  border-radius: 0;
  padding: 0;
  display: flex;
}

.text-block-275 {
  text-transform: capitalize;
  font-weight: 600;
}

.industries-box {
  margin-top: 40px;
}

.text-block-262 {
  color: #526477;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

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

.image-131 {
  margin-right: 0;
}

.div-block-376 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text-block-260 {
  color: var(--dark_green);
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.container-30 {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-4 {
  cursor: pointer;
  border-top: 1px #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq-question-4.p20 {
  padding-left: 20px;
  padding-right: 20px;
}

.headerbox-3 {
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.headerbox-3.ptb {
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.faq-answer-4 {
  overflow: hidden;
}

.faq-answer-4.p20 {
  padding: 20px;
}

.faq-accordion-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #16a5710d;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.faq-accordion-4.whitebg {
  background-color: #fff;
}

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

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

.text-block-258 {
  color: #164343;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-374 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.the-solution-is-promolytica {
  padding: 40px 20px;
}

.container-22 {
  max-width: 1200px;
}

.div-block-372 {
  background-color: #e0f4f0;
  background-image: url('../images/Vector-5.png'), url('../images/Vector-6.png');
  background-position: 100% 0, 2% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 260px, 152px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.div-block-373 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
}

.heading-38 {
  color: #164343;
  margin-bottom: 5px;
  font-size: 40px;
}

.text-block-263 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.button-69 {
  min-width: 210px;
  color: var(--white);
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  margin-bottom: 7px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-264 {
  color: #526477;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-42 {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-21 {
  padding-right: 107px;
}

.paragraph-43, .paragraph-44 {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-22 {
  padding-right: 84px;
}

.bold-text-23 {
  padding-right: 0;
}

.paragraph-45 {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-24 {
  padding-right: 114px;
}

.paragraph-46, .paragraph-47 {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.heading-46 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-31 {
  max-width: 1200px;
}

.button-70 {
  text-transform: capitalize;
  color: #164343;
  background-color: #3898ec00;
  background-image: url('../images/Activity-Icon_1Activity Icon.png');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #16a571;
  border-radius: 6px;
  margin-left: 60px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.header-4 {
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-4.mtb {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 80px 0 10px;
}

.text-block-276 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.div-block-394 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.radio-button-label-3 {
  color: #000;
  margin-bottom: 0;
}

.button-71 {
  color: #16a571;
  background-color: #fff;
  border: 1px solid #16a571;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.text-block-277 {
  text-transform: capitalize;
  font-weight: 600;
}

.div-block-395 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

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

.radio-button-field-3 {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  justify-content: space-around;
  margin-bottom: 0;
  padding: 5px 20px 5px 40px;
  display: flex;
}

.div-block-396 {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-397 {
  background-color: #dff2ec;
  border-radius: 10px;
  align-self: center;
  margin-left: 15px;
  padding: 2px 8px;
}

.text-block-278 {
  color: #526477;
  font-size: 12px;
  font-weight: 400;
}

.container-32 {
  max-width: 1200px;
  padding-top: 40px;
}

.text-block-279 {
  color: #164343;
  font-size: 8px;
  font-weight: 700;
  line-height: 18px;
}

.div-block-398 {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.radio-button-label-4 {
  color: #000;
  align-self: center;
  margin-bottom: 0;
}

.list-item-50 {
  color: #164343;
  background-image: url('../images/Group-5768_1Group 5768.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 34px;
  font-size: 14px;
  font-weight: 500;
}

.list-item-50.greencheck {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.text-block-280 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-399 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.div-block-400 {
  flex: 1;
}

.button-72 {
  text-align: center;
  background-color: #16a571;
  border-radius: 8px;
  font-weight: 600;
  line-height: 1.4;
}

.radio-button-3 {
  margin-right: 8px;
}

.list-16 {
  padding-left: 0;
  list-style-type: none;
}

.success-message-9 {
  background-color: #ddd0;
}

.heading-47 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.text-block-281 {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.div-block-401 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 6px;
  max-width: 430px;
  margin-bottom: 20px;
  padding: 40px 20px 20px;
  position: relative;
  box-shadow: 0 -1px 20px -10px #0003;
}

.div-block-401.tbr {
  border-top-right-radius: 24px;
}

.div-block-401.brl {
  border-bottom-left-radius: 24px;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.div-block-402 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 53px;
  max-width: 53px;
  height: 53px;
  max-height: 53px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: -15% auto auto 3%;
}

.serviceslist-3 {
  padding: 60px 20px;
}

.heading-48 {
  color: #164343;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 120%;
}

.container-33 {
  max-width: 1200px;
  margin-top: -114px;
}

.container-33.normalmargin {
  margin-top: 0;
}

.text-block-282 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-48 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-283 {
  text-align: center;
  color: #164343;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.container-34 {
  max-width: 1200px;
}

.text-block-284 {
  color: #526477;
  font-size: 12px;
}

.button-73 {
  text-transform: capitalize;
  color: #164343;
  background-color: #3898ec00;
  background-image: url('../images/Activity-Icon_1Activity Icon.png');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #16a571;
  border-radius: 6px;
  margin-left: 60px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.header-5 {
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-5.mtb {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bg-lightgreen.png');
  background-position: 0 0;
  background-size: contain;
  background-clip: border-box;
  padding-top: 100px;
  padding-bottom: 10px;
}

.ourstoryboxrightimage {
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-285 {
  text-transform: capitalize;
  font-weight: 600;
}

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

.ourstoryboxleftheading {
  color: var(--dark_green);
  margin-bottom: 20px;
  font-size: 40px;
}

.ourstoryboxright {
  text-align: center;
  flex: 0 auto;
}

.container-23 {
  max-width: 1200px;
  color: var(--gray);
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 18px;
}

.ourstoryboxlefttext {
  margin-bottom: 40px;
  padding-right: 0;
  font-size: 22px;
  line-height: 1.5;
}

.heading-40 {
  color: var(--dark_green);
  margin-bottom: 10px;
  font-size: 40px;
}

.ourstorybox {
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.what-is-promo {
  padding: 20px 20px 40px;
}

.container-24 {
  max-width: 1200px;
}

.div-block-379 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.heading-49 {
  color: var(--dark_green);
  margin-bottom: 20px;
  font-size: 40px;
}

.paragraph-32 {
  border-left: 2px solid #16a571;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.list-item-44 {
  color: var(--dark_green);
  font-size: 16px;
}

.paragraph-49 {
  padding-right: 71px;
  font-size: 16px;
}

.button-74 {
  text-transform: capitalize;
  color: #164343;
  background-color: #3898ec00;
  background-image: url('../images/Activity-Icon_1Activity Icon.png');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #16a571;
  border-radius: 6px;
  margin-left: 60px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 40px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.field-label-4 {
  font-size: 16px;
}

.field-label-2 {
  font-size: 16px;
  font-weight: 500;
}

.text-block-266 {
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #16a571;
  margin-bottom: 0;
  line-height: 1.2;
}

.header-6 {
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-6.mtb {
  background-color: #f3faf8;
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 10px;
}

.header-6.mtb.hidbg {
  background-image: url('../images/strelki_bg.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 95vh;
}

.header-6.mtb.hidbg.height-100 {
  height: 100%;
}

.image-132 {
  margin-right: 10px;
}

.div-block-377 {
  background-color: #fff;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-378 {
  margin-bottom: 10px;
}

.column-16 {
  padding-right: 0;
  display: flex;
}

.text-field-24 {
  background-color: #f6fafd;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 16px;
}

.text-block-286 {
  text-transform: capitalize;
  font-weight: 600;
}

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

.image-133 {
  margin-right: 10px;
}

.formtitle {
  color: var(--dark_green);
  margin-bottom: 20px;
  font-size: 36px;
}

.formtitle.bt10 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.formtitle.bt10.fz22 {
  font-size: 24px;
}

.link-9 {
  color: #537be0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.submit-button-2 {
  text-align: center;
  background-color: #16a571;
  border-radius: 8px;
  width: 100%;
  margin-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  display: none;
}

.submit-button-2.formbtndisable {
  opacity: .42;
  cursor: not-allowed;
  flex: 0 auto;
  margin-right: 0;
  display: block;
}

.textarea-2 {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #f6fafd;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  min-height: 100px;
  margin-bottom: 20px;
  display: block;
}

.column-17 {
  padding-left: 0;
}

.container-35 {
  max-width: 1200px;
  padding-top: 180px;
  padding-bottom: 20px;
}

.text-field-22 {
  background-color: #f6fafd;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 16px;
}

.contactform {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.text-field-23 {
  background-color: #f6fafd;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 16px;
}

.text-block-265 {
  color: var(--gray);
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
}

.text-block-265.fs20 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
}

.link-10 {
  color: #16a571;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.columns-9 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.paragraph-50 {
  margin-bottom: 2rem;
}

.bold-text-27 {
  padding-right: 107px;
}

.paragraph-51, .paragraph-52 {
  margin-bottom: 2rem;
}

.bold-text-28 {
  padding-right: 84px;
}

.bold-text-29 {
  padding-right: 0;
}

.paragraph-53 {
  margin-bottom: 2rem;
}

.bold-text-30 {
  padding-right: 114px;
}

.paragraph-54, .paragraph-55 {
  margin-bottom: 2rem;
}

.heading-50 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-36 {
  max-width: 1200px;
}

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

.body-10 {
  color: var(--dark_green);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.body-11 {
  color: #3d3d3d;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.optimize-your-traffic {
  padding: 100px 20px 80px;
}

.container-37 {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}

.column-23 {
  flex-flow: column;
  justify-content: center;
  padding-left: 20px;
  display: block;
}

.columns-12 {
  align-items: center;
  display: flex;
}

.div-block-403 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-287 {
  text-transform: uppercase;
  color: #16a571;
  font-size: 14px;
  line-height: 1.4;
}

.image-143 {
  margin-right: 12px;
}

.column-24 {
  padding-right: 40px;
}

.text-block-288 {
  font-weight: 700;
}

.form-block-8 {
  display: none;
}

.text-block-289 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.4;
}

.div-block-404 {
  background-color: #537be0;
  border-radius: 8px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  inset: -33px 0% auto auto;
}

.enterpriseplan {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  box-shadow: 4px 2px 12px #1643430d;
}

.enterpriseplanleft {
  flex: 0 auto;
  align-self: stretch;
  min-width: 400px;
  margin-right: 20px;
  padding-right: 40px;
}

.list-17 {
  padding-left: 0;
  list-style-type: none;
}

.list-item-53 {
  color: #164343;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-290 {
  font-weight: 700;
}

.text-block-291 {
  color: #5a99bb;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-292 {
  font-weight: 500;
}

.text-block-293 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.text-block-294 {
  color: #526477;
  font-size: 12px;
}

.pricingtable {
  background-image: url('../images/poloska.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px 60px;
}

.container-38 {
  max-width: 1200px;
}

.price-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  vertical-align: baseline;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin: 0 auto 120px;
  padding: 40px;
  display: block;
  box-shadow: 0 2px 3px -8px #0003;
}

.text-block-295 {
  color: #526477;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-296 {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-2 {
  color: #16a571;
}

.div-block-406 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-407 {
  margin-left: 100px;
}

.title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.pricing-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-297 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-409 {
  flex: 0 auto;
}

.div-block-410 {
  flex: 1;
}

.grid-top-sticky {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 67px;
}

.grid-top-sticky.subs {
  grid-template-columns: 1.5fr 1fr 1fr;
}

.pricing-top {
  text-align: center;
  border-bottom: 1px solid #eaeef4;
  border-right: 1px solid #eaeef4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-top.vborder {
  border-bottom-style: none;
  border-right-style: none;
}

.text-block-298 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-298.green {
  color: #16a571;
}

.text-block-298.viola {
  color: #537be0;
}

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

.text-span-3 {
  color: #526477;
  font-size: 14px;
}

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

.grid-pricing.subsc {
  grid-template-columns: 1.5fr 1fr 1fr;
}

.grid-pricing.mobgrid {
  grid-template-columns: 1fr 1fr;
}

.pricing-line-break {
  background-color: #f3faf8;
  border-bottom: 1px solid #eaeef4;
  border-right: 1px solid #eaeef4;
  padding: 8px 20px;
}

.div-block-411 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-300 {
  background-color: #5a99bb33;
  border-radius: 4px;
  align-self: center;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: 600;
}

.text-block-300.green {
  color: #16a571;
  background-color: #16a57133;
}

.text-block-300.violet {
  color: #537be0;
  background-color: #537be033;
}

.text-block-301 {
  font-size: 14px;
  font-weight: 600;
}

.pricing-table-cell-desc {
  border-bottom: 1px solid #eaeef4;
  border-right: 1px solid #eaeef4;
  padding: 10px 20px;
}

.pricing-table-cell-check-green {
  text-align: center;
  border-bottom: 1px solid #eaeef4;
  border-right: 1px solid #eaeef4;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.div-block-412 {
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.tooltipimage {
  flex: none;
  align-self: center;
}

.text-block-302 {
  flex: none;
  font-size: 14px;
  font-weight: 400;
}

.pricing-table-cell-check-red {
  text-align: center;
  border-bottom: 1px solid #eaeef4;
  border-right: 1px solid #eaeef4;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.pricing-table-cell-text {
  text-align: center;
  border-bottom: 1px solid #eaeef4;
  border-right: 1px solid #eaeef4;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-303, .text-block-304, .text-block-305, .text-block-306, .text-block-307, .text-block-308, .text-block-309, .text-block-310, .text-block-311, .text-block-312 {
  font-size: 14px;
  font-weight: 400;
}

.image-144 {
  flex: none;
  order: 0;
  align-self: center;
  display: block;
}

.by-industry {
  padding: 40px 20px 60px;
}

.by-industry-wrap {
  max-width: 1200px;
}

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

.business-item {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #1643430d;
}

.heading-51 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 30px;
}

.text-block-313 {
  color: #164343;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

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

.paragraph-56 {
  color: #3d3d3d;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.link-11 {
  color: #16a571;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.hr {
  background-color: #eaeef4;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-314 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.industry-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.industry-list-item {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.industry-list-item:hover {
  box-shadow: 0 2px 5px #16a57133;
}

.image-145 {
  flex: none;
  align-self: flex-start;
}

.text-block-315 {
  color: #526477;
  font-size: 12px;
  font-weight: 400;
}

.text-block-316 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.button-75 {
  color: #16a571;
  background-color: #3898ec00;
  border: 1px solid #16a571;
  border-radius: 6px;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.2;
}

.button-75.p20 {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.div-block-413 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.list-item-54 {
  color: #164343;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 34px;
  font-size: 14px;
  font-weight: 500;
}

.list-item-54.greencheck {
  text-transform: capitalize;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0 0;
  background-size: 24px;
  display: block;
}

.heading-52 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.list-18 {
  padding-left: 0;
  list-style-type: none;
}

.text-block-317 {
  color: #164343;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.text-block-318 {
  text-transform: capitalize;
  font-weight: 600;
}

.text-block-319 {
  color: #5a99bb;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.radio-button-label-5 {
  color: #000;
  align-self: center;
  margin-bottom: 0;
}

.bold-text-31 {
  color: #526477;
}

.text-block-320 {
  color: #526477;
  font-size: 12px;
}

.div-block-414 {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-415 {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-block-321 {
  font-weight: 700;
}

.text-block-322 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
}

.radio-button-field-4 {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  justify-content: space-around;
  margin-bottom: 0;
  padding: 5px 20px 5px 40px;
  display: flex;
}

.radio-button-4 {
  margin-right: 8px;
}

.div-block-416 {
  flex: 1;
}

.text-block-323 {
  font-weight: 700;
}

.success-message-10 {
  background-color: #ddd0;
}

.header-7 {
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-7.mtb {
  background-position: 50% 100%;
  background-size: cover;
  height: auto;
  padding-top: 40px;
  padding-bottom: 10px;
}

.button-76 {
  text-transform: capitalize;
  color: #164343;
  background-color: #3898ec00;
  background-image: url('../images/Activity-Icon_1Activity Icon.png');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #16a571;
  border-radius: 6px;
  margin-left: 60px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.list-item-55 {
  color: #164343;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.div-block-417 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.button-77 {
  color: #16a571;
  background-color: #fff;
  border: 1px solid #16a571;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.bold-text-32 {
  color: #526477;
}

.div-block-418 {
  background-color: #dff2ec;
  border-radius: 10px;
  align-self: center;
  margin-left: 15px;
  padding: 2px 8px;
}

.div-block-419 {
  background-color: #537be0;
  border-radius: 8px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  inset: -33px 0% auto auto;
}

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

.text-block-324.green {
  color: #16a571;
}

.text-block-324.tehnical {
  color: #537be0;
}

.text-block-324.darkgreen {
  color: #164343;
}

.text-block-325 {
  color: #164343;
  font-size: 8px;
  font-weight: 700;
  line-height: 18px;
}

.container-39 {
  max-width: 1200px;
  padding-top: 60px;
}

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

.breadcramb {
  color: #7e92a2;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.industry-title {
  color: #164343;
  margin-bottom: 16px;
  font-size: 40px;
}

.div-block-420 {
  margin-top: 40px;
}

.div-block-421 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-326 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-327 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-327.green {
  color: #16a571;
}

.list-item-57 {
  color: #3d3d3d;
}

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

.div-block-422._2wer {
  grid-template-columns: 1fr 1fr 1fr;
}

.container-40 {
  max-width: 1200px;
}

.industry-desc-section {
  padding: 60px 20px 40px;
}

._1person {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 20px;
  display: grid;
}

.div-block-424 {
  margin-bottom: 20px;
  display: flex;
}

.div-block-425 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.div-block-426 {
  flex: none;
}

.fs16 {
  font-size: 17px;
}

.paragraph-57 {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
}

.text-block-328 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-329 {
  color: var(--black);
  font-weight: 700;
}

.image-147 {
  flex: 0 auto;
  align-self: center;
  margin-right: 20px;
}

.text-block-330 {
  font-weight: 700;
  line-height: 1.2;
}

.text-block-331 {
  color: #16a571;
  font-weight: 700;
}

.list-item-58 {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
}

.div-block-427 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.text-block-332 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.paragraph-58 {
  color: #164343;
}

.list-item-59, .list-item-61 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.list-item-63, .list-item-65, .list-item-67, .list-item-69, .list-item-72, .list-item-74 {
  font-size: 18px;
}

.heading-53 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.list-19 {
  padding-left: 0;
  list-style-type: none;
}

.list-item-75 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

._3persons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

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

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

.div-block-429 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

._3persons-right {
  background-color: var(--white);
}

._3persons-left-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 20px;
  display: grid;
}

._2persons-left {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 16px;
  padding: 20px;
}

.solutionswrap {
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
}

.solutionswrap-left {
  flex: 0 auto;
  padding-right: 100px;
}

.solutionswrap-right {
  flex: none;
}

.solutionswrap-right-ibox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.solutionswrap-right-item {
  background-color: var(--white);
  border: 1px solid #f05464;
  border-radius: 8px;
  padding: 16px;
}

.text-block-333 {
  text-align: right;
  color: #164343;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-54 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.list-item-76 {
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-334 {
  color: #164343;
  font-weight: 500;
  line-height: 1.3;
}

.container-41 {
  max-width: 1200px;
}

.section-9 {
  margin-top: 60px;
  padding: 60px 20px;
}

.text-block-335 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.sitem {
  display: flex;
}

.image-148 {
  flex: 0 auto;
  align-self: center;
  width: 20px;
  margin-right: 10px;
  display: block;
}

.text-block-336 {
  color: #164343;
  flex: 0 auto;
  font-weight: 600;
}

.text-block-337 {
  color: #526477;
  font-size: 18px;
  font-weight: 400;
}

.sitemwrap {
  margin-bottom: 10px;
}

.section-10 {
  padding: 60px 20px;
}

.container-42, .container-43 {
  max-width: 1200px;
}

.text-block-338 {
  color: #526477;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-430 {
  margin-top: 20px;
}

.section-11 {
  padding: 60px 20px;
}

.div-block-431 {
  display: flex;
}

.text-block-339 {
  color: #164343;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-340 {
  color: #164343;
  font-size: 24px;
  font-weight: 400;
}

.image-149 {
  align-self: center;
  margin-right: 40px;
}

.div-block-432 {
  align-self: center;
}

.section-12 {
  padding: 40px 20px;
}

.columns-13 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-63 {
  font-size: 18px;
  font-weight: 400;
}

.text-block-341, .text-block-342, .text-block-343, .text-block-344 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-433 {
  background-color: var(--white);
  border: 1px solid #f05464;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 16px;
}

.text-block-345 {
  color: #164343;
  font-size: 16px;
  font-weight: 400;
}

.column-25 {
  text-align: center;
  display: block;
}

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

.column-27 {
  padding-left: 40px;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36 {
  font-weight: 400;
}

.list-item-77, .list-item-78, .list-item-79 {
  font-size: 18px;
  font-weight: 400;
}

.list-20, .list-item-80, .list-item-81 {
  font-weight: 400;
}

.list-item-82, .list-item-83 {
  font-size: 18px;
  font-weight: 400;
}

.text-span-8 {
  color: #858585;
  font-size: 24px;
  font-weight: 600;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  font-weight: 400;
}

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

.list-21 {
  font-weight: 400;
  list-style-type: square;
}

.list-item-85, .list-item-86, .list-item-87, .list-item-88 {
  font-weight: 400;
}

.link-12 {
  color: #537be0;
  margin-left: 20px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.rich-text-block, .rich-text-block-2 {
  font-weight: 400;
}

.bold-text-38 {
  font-size: 12px;
  font-weight: 500;
}

.bold-text-39, .text-block-346, .bold-text-40, .bold-text-41 {
  font-size: 12px;
}

.text-block-347 {
  font-size: 0;
}

.bold-text-42, .text-block-348 {
  font-size: 12px;
}

.paragraph-75, .list-item-89, .list-item-90, .list-item-91, .list-22 {
  text-align: left;
}

.div-block-435 {
  margin-top: 40px;
}

.heading-55 {
  text-align: center;
  margin-top: 40px;
  font-size: 22px;
}

.list-item-92 {
  margin-bottom: .5rem;
  display: block;
}

.list-item-93, .list-item-94, .list-item-95, .list-item-96, .list-item-97, .list-item-98 {
  margin-bottom: .5rem;
}

.bold-text-43, .bold-text-44 {
  font-size: 18px;
}

.legal-list-box {
  margin-top: 0;
  margin-bottom: 100px;
}

.list-23 {
  list-style-type: disc;
}

.list-item-99, .list-item-100 {
  margin-bottom: .5rem;
}

.list-item-101 {
  margin-bottom: .5rem;
  display: block;
}

.paragraph-76 {
  margin-top: 40px;
  font-size: 10px;
}

.bold-text-45 {
  color: #526477;
  font-size: 10px;
}

.flex-hc {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-nav-container {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.dropdown-nav-container.hrrigth {
  border-right: 1px solid #eaeef4;
  padding-right: 20px;
}

.dropdown-nav-container.navgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-46 {
  color: #3d3d3d;
  font-weight: 400;
}

.dropdown-list-3 {
  position: fixed;
}

.dropdown-list-3.w--open {
  background-color: #0000;
  border-top: 1px solid #16a571;
  max-width: none;
  padding-bottom: 8px;
  position: fixed;
  inset: 74px 0 auto;
  overflow: hidden;
}

.icon-5 {
  margin-right: 10px;
}

.list-item-102 {
  margin-top: .3rem;
  position: static;
}

.heading-59 {
  color: #3d3d3d;
  flex: none;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-nav-pages-wrapper {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 3px 5px 3px 10px;
}

.dropdown-nav-pages-wrapper:hover {
  background-color: #f3faf8;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.bold-text-47 {
  color: #3d3d3d;
  font-weight: 500;
}

.dropdown-nav-main-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  border-top: 1px #16a571;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
  position: static;
  box-shadow: 0 1px 11px #16a57152;
}

.dropdown-nav-main-wrapper._3grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.bold-text-48 {
  color: #3d3d3d;
  font-weight: 400;
}

.text-block-358 {
  color: #a8a8a8;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 400;
}

.text-block-358.solutions {
  margin-bottom: 8px;
  padding-left: 0;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: capitalize;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.nav-link-4:hover {
  color: #16a571;
}

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

.nav-link-4:visited, .nav-link-4.w--current:visited {
  color: #1a1b1f;
}

.dropdown {
  transition: all .4s ease-in-out;
  display: block;
  position: static;
}

.div-block-446 {
  flex-flow: column;
  padding-left: 12px;
  display: flex;
}

.dropdown-button {
  text-transform: none;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.text-block-359 {
  color: #3d3d3dcc;
  font-size: 12px;
  font-weight: 400;
}

.image-wrapper {
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
}

.image-155 {
  vertical-align: baseline;
  max-width: none;
  margin-right: 10px;
  display: inline-block;
}

.list-item-103 {
  padding-left: 0;
}

.button-78 {
  color: #16a571;
  text-transform: capitalize;
  background-color: #3898ec00;
  background-image: url('../images/signin-icon.webp');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #16a571;
  border-radius: 6px;
  flex: 0 auto;
  margin-left: 60px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  display: block;
}

.button-78:hover {
  color: #128159;
}

.mobile-margin-top-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.button-primary-2 {
  color: #16a571;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #fafdff;
  border: 1px solid #16a571;
  border-radius: 6px;
  flex: 0 auto;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .2s;
  display: block;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #16a571;
}

.button-primary-2:active {
  background-color: #5a99bb;
}

.image-156 {
  display: none;
}

.bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59 {
  font-weight: 400;
}

.image-157 {
  align-self: center;
}

.div-block-448, .div-block-449 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.image-160 {
  align-self: center;
  margin-right: 10px;
}

.image-160.itop {
  align-self: flex-start;
  margin-top: 3px;
}

.image-160.contact_page {
  align-self: auto;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.div-block-450 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.link-13 {
  color: var(--green-main);
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox-label {
  font-size: 16px;
}

.list-item-104, .list-item-105, .list-item-106, .list-item-107, .list-item-108, .list-item-109, .list-item-110, .list-item-111, .list-item-112, .list-item-113 {
  font-size: 18px;
}

.text-block-363 {
  font-weight: 700;
}

.list-item-114, .list-item-115, .list-item-116, .list-item-117 {
  font-size: 18px;
}

.text-block-364 {
  margin-bottom: 5px;
  font-weight: 700;
}

.list-item-118, .list-item-119, .list-item-120, .list-item-121 {
  font-size: 18px;
}

.text-block-365 {
  margin-bottom: 5px;
  font-weight: 700;
}

.list-item-122, .list-item-123, .list-item-124, .list-item-125, .list-item-126, .list-item-127, .list-item-128, .list-item-129 {
  font-size: 18px;
}

.text-block-366 {
  margin-bottom: 5px;
  font-weight: 700;
}

.list-item-130, .list-item-131 {
  font-size: 18px;
}

.bold-text-63, .bold-text-64 {
  font-weight: 400;
}

.pricing-grid-wrapper-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.tabs-menu {
  display: flex;
}

.tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-3 {
  flex: 1;
}

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

.bold-text-65 {
  color: #526477;
  font-size: 10px;
}

.container-44 {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  position: static;
}

.bold-text-66 {
  color: #3d3d3d;
}

.button-79 {
  color: #16a571;
  text-transform: capitalize;
  background-color: #3898ec00;
  background-image: url('../images/signin-icon.webp');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #16a571;
  border-radius: 6px;
  margin-left: 40px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.icon-6 {
  margin-right: 10px;
}

.dropdown-nav-main-wrapper-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-top: 1px #16a571;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
  position: static;
  box-shadow: 0 1px 11px #16a57152;
}

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

.bold-text-67, .bold-text-68 {
  color: #3d3d3d;
}

.button-80 {
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 8px 40px;
  font-weight: 600;
  display: block;
}

.columns-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bold-text-69 {
  color: #3d3d3d;
}

.image-162 {
  flex: 0 auto;
  margin-right: 0;
  padding-right: 20px;
  display: block;
}

.text-block-367 {
  color: #16a571;
  font-size: 20px;
}

.text-block-368 {
  text-transform: none;
  color: #526477;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 600;
}

.bold-text-70, .bold-text-71 {
  color: #3d3d3d;
}

.h1-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

.h1-4._600-bold {
  color: #164343;
  margin-bottom: 8px;
  padding-right: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.list-item-132 {
  background-image: url('../images/Check-icon_1Check-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-right: 30px;
  padding-left: 29px;
  font-size: 16px;
  display: inline-block;
}

.navbar-logo-left-2 {
  z-index: 999;
  height: auto;
  display: block;
  position: fixed;
  inset: 4px 0% auto;
}

.div-block-452 {
  flex: 0 auto;
}

.list-item-133 {
  margin-top: .3rem;
  position: static;
}

.nav-menu-wrapper-2 {
  background-color: #c8c8c800;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: static;
}

.navbar-brand-2 {
  align-self: center;
}

.mobile-margin-top-12 {
  display: block;
}

.bold-text-72, .bold-text-73, .bold-text-74 {
  color: #3d3d3d;
}

.list-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
}

.column-29 {
  justify-content: center;
  display: flex;
}

.heading-60 {
  color: #3d3d3d;
  flex: none;
  font-size: 14px;
  font-weight: 600;
}

.list-item-134 {
  padding-left: 0;
}

.bold-text-75 {
  color: #3d3d3d;
}

.menu-button-7 {
  display: none;
}

.nav-menu-two-2 {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-369 {
  color: #3d3d3d;
  font-size: 12px;
}

.column-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.dropdown-list-4 {
  position: fixed;
}

.dropdown-list-4.w--open {
  background-color: #0000;
  border-top: 1px solid #16a571;
  max-width: none;
  position: fixed;
  inset: 68px 0 auto;
  overflow: hidden;
}

.bold-text-76, .bold-text-77 {
  color: #3d3d3d;
}

.headerbox-4 {
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.headerbox-4.mt {
  margin-top: 100px;
  padding-bottom: 0;
}

.bold-text-78 {
  color: #164343;
  height: auto;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 48px;
  display: block;
  position: static;
}

.list-item-135 {
  padding-left: 0;
}

.list-item-135.hid {
  display: none;
}

.image-163 {
  vertical-align: baseline;
  max-width: none;
  margin-right: 10px;
  display: inline-block;
}

.div-block-454 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 6px;
  max-width: 430px;
  margin-bottom: 20px;
  padding: 40px 20px 20px;
  position: relative;
  box-shadow: 0 -1px 20px -10px #0003;
}

.div-block-454.tbr {
  border-top-right-radius: 24px;
}

.div-block-454.brl {
  border-bottom-left-radius: 24px;
}

.div-block-455 {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 53px;
  max-width: 53px;
  height: 53px;
  max-height: 53px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: -26px auto auto 3%;
}

.text-block-370 {
  color: #526477;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.grid-7 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.serviceslist-4 {
  padding: 60px 20px;
}

.serviceslist-4.bggreen {
  background-image: url('../images/poloska.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1440px 550px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-45 {
  max-width: 1200px;
  margin-top: -114px;
}

.container-45.mtp {
  margin-top: 0;
}

.heading-61 {
  color: #164343;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-371 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-371.txt {
  font-weight: 400;
}

.leadqbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  margin-bottom: 0;
  display: grid;
}

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

.text-block-372 {
  color: #526477;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.button-81 {
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 40px;
  font-weight: 600;
  display: block;
}

.leadqbox-right {
  background-color: #f3faf8;
  border-radius: 8px;
  padding: 20px;
}

.image-152 {
  flex: 0 auto;
  margin-bottom: 20px;
}

.image-153 {
  flex: 1;
  margin-top: 40px;
  margin-left: auto;
  display: block;
}

.imebox-item {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.heading-62 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.heading-62.tnb20 {
  margin-bottom: 20px;
  padding-right: 40px;
  font-size: 32px;
}

.heading-63 {
  color: #164343;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-436 {
  margin-top: 60px;
}

.lead-qualification {
  padding: 80px 20px;
}

.div-block-438 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-46 {
  max-width: 1200px;
}

.liqu-leftbox {
  color: #164343;
  background-color: #e0f4f0;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 20px;
}

.text-block-373 {
  color: #164343;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.get-started-box-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

.get-started-box-2.poret {
  margin-top: 12px;
}

.text-block-374 {
  color: #16a571;
  border: 1px solid #16a57140;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 15px;
  font-size: 38px;
  line-height: 1.2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-77 {
  margin-bottom: 0;
}

.text-block-375 {
  width: 85%;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.btn_small {
  background-color: #16a571;
  border-radius: 6px;
  flex: 0 auto;
  align-self: flex-start;
  padding: 9px 35px;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
}

.get-started-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eaeef4;
  border-radius: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.container-47 {
  max-width: 1200px;
}

.text-block-376 {
  text-align: left;
  color: #16a571;
}

.image-164 {
  position: absolute;
  inset: 47% -42px 50% auto;
}

.image-164.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.get-started-in-3-easy-steps-2 {
  padding: 60px 20px;
}

.heading-64 {
  color: #164343;
  margin-bottom: 40px;
  font-size: 40px;
}

.ideal-small-businesses {
  flex-flow: column;
  align-items: center;
  padding: 80px 20px;
  display: block;
}

.container-48 {
  flex-flow: column;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.heading-56 {
  margin-bottom: 10px;
}

.list-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-136 {
  background-image: url('../images/Check-icon_1Check-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
}

.heading-57 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
}

.crm-partner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.text-block-377 {
  color: #3d3d3d;
  padding-right: 171px;
  line-height: 22px;
}

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

.text-block-378 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.heading-65 {
  margin-bottom: 10px;
}

.testipmpnials-litle-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.text-block-379 {
  color: #526477;
  font-size: 12px;
}

.container-49 {
  max-width: 1200px;
}

.testipmpnials-litle {
  padding: 60px 20px;
}

.paragraph-78 {
  font-size: 16px;
  line-height: 1.4;
}

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

.bold-text-79 {
  color: #526477;
  font-size: 10px;
}

.container-50 {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  position: static;
}

.bold-text-80 {
  color: #3d3d3d;
}

.section-13 {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.button-82 {
  color: #16a571;
  text-transform: capitalize;
  background-color: #3898ec00;
  background-image: url('../images/signin-icon.webp');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #16a571;
  border-radius: 6px;
  margin-left: 40px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.asbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 100px;
  padding: 0 20px;
  display: grid;
}

.asbox-item-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

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

.bold-text-81, .bold-text-82 {
  color: #3d3d3d;
}

.button-83 {
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 8px 40px;
  font-weight: 600;
  display: block;
}

.bold-text-83 {
  color: #3d3d3d;
}

.image-166 {
  flex: 0 auto;
  margin-right: 0;
  padding-right: 20px;
  display: block;
}

.asbox-item {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 5px 1px #1643430d;
}

.text-block-380 {
  color: #16a571;
  font-size: 24px;
}

.text-block-381 {
  text-transform: none;
  color: #526477;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 600;
}

.asbox-item-text {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.bold-text-84, .bold-text-85 {
  color: #3d3d3d;
}

.h1-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

.h1-5._600-bold {
  color: #164343;
  margin-bottom: 8px;
  padding-right: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.navbar-logo-left-3 {
  z-index: 999;
  height: auto;
  display: block;
  position: fixed;
  inset: 4px 0% auto;
}

.div-block-457 {
  flex: 0 auto;
}

.list-item-137 {
  margin-top: .3rem;
  position: static;
}

.navbar-brand-3 {
  align-self: center;
}

.bold-text-86 {
  color: #3d3d3d;
}

.text-block-353 {
  color: var(--gray);
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

.bold-text-87, .bold-text-88 {
  color: #3d3d3d;
}

.heading-66 {
  color: #3d3d3d;
  flex: none;
  font-size: 14px;
  font-weight: 600;
}

.list-item-138 {
  padding-left: 0;
}

.bold-text-89 {
  color: #3d3d3d;
}

.menu-button-8 {
  display: none;
}

.nav-menu-two-3 {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.text-block-382 {
  color: #3d3d3d;
  font-size: 12px;
}

.bold-text-90, .bold-text-91 {
  color: #3d3d3d;
}

.headerbox-5 {
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.headerbox-5.mt {
  margin-top: 100px;
  padding-bottom: 0;
  padding-left: 10px;
}

.bold-text-92 {
  color: #164343;
  height: auto;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 48px;
  display: block;
  position: static;
}

.list-item-139 {
  padding-left: 0;
}

.list-item-139.hid {
  display: none;
}

.image-167 {
  vertical-align: baseline;
  max-width: none;
  margin-right: 10px;
  display: inline-block;
}

.list-item-140 {
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.traditional-captchas-item {
  padding-left: 0;
  list-style-type: none;
}

.list-item-141 {
  color: #3d3d3d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

.list-item-142 {
  background-image: url('../images/Group-5768_1Group 5768.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
}

.antispambox-list {
  padding-left: 0;
  list-style-type: none;
}

.assublist {
  margin-left: 35px;
}

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

.discover-superior-alternative {
  background-image: url('../images/bg.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
  padding: 100px 20px;
}

.container-51 {
  max-width: 1200px;
}

.text-block-355 {
  text-transform: uppercase;
  color: #16a571;
  margin-bottom: 5px;
}

.antispambox {
  background-color: #fff;
  border: 2px solid #16a571;
  border-radius: 8px;
  padding: 40px;
}

.hrs {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.traditional-captchas-box {
  background-color: #f3faf8;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 40px;
}

.heading-58 {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 38px;
}

.antispambox-title {
  color: #16a571;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.traditional-captchas-tt {
  font-size: 24px;
  font-weight: 700;
}

.container-52 {
  max-width: 1200px;
}

.whychoose-list {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: static;
}

.why-choose {
  background-color: #f3faf8;
  padding: 100px 20px;
}

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

.whychoose-item {
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 35px;
  display: block;
}

.whychoose-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
}

.button-84 {
  background-color: #16a571;
  border-radius: 8px;
  padding: 12px 36px;
  font-weight: 500;
  line-height: 1.2;
}

.column-31 {
  padding-right: 40px;
}

.never-waste {
  padding: 100px 20px;
}

.div-block-443 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-356 {
  text-transform: uppercase;
  color: #16a571;
  font-size: 14px;
  line-height: 19px;
}

.container-53 {
  max-width: 1200px;
}

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

.image-154 {
  margin-right: 10px;
}

.text-block-357 {
  margin-bottom: 40px;
  padding-right: 104px;
  font-size: 18px;
  line-height: 27px;
}

.text-block-383 {
  color: #3d3d3d;
  padding-right: 171px;
  line-height: 22px;
}

.text-block-384 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.heading-67 {
  margin-bottom: 10px;
}

.text-block-385 {
  color: #526477;
  font-size: 12px;
}

.container-54 {
  max-width: 1200px;
}

.paragraph-79 {
  font-size: 16px;
  line-height: 1.4;
}

.div-block-459 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-386 {
  color: var(--green-main);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

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

.list-item-143 {
  color: #526477;
  margin-top: 0;
  padding-left: 0;
}

.list-item-144 {
  margin-top: 0;
  padding-left: 0;
}

.list-28 {
  color: #526477;
  font-size: 18px;
}

.chatbotservices {
  background-image: url('../images/poloska.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px;
  display: block;
}

.container-55 {
  max-width: 1200px;
}

.bold-text-93 {
  font-size: 25px;
}

.div-block-460 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-461 {
  display: block;
}

.text-block-387 {
  color: var(--green-main);
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.text-block-388 {
  color: var(--green-main);
  margin-top: 10px;
  font-size: 14px;
}

.button-85 {
  border: 1px solid var(--green-main);
  background-color: var(--white);
  color: var(--green-main);
  border-radius: 8px 8px 0;
  margin-right: 20px;
  padding: 15px 35px;
  font-size: 20px;
}

.div-block-462 {
  margin-bottom: 40px;
  display: flex;
}

.text-block-389 {
  color: var(--dark_green);
  font-size: 24px;
}

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

.list-item-145 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}

.div-block-463 {
  flex: none;
  display: flex;
}

.div-block-464 {
  flex: 1;
  align-self: center;
}

.heading-68 {
  text-align: center;
  font-size: 45px;
}

.ourskills {
  padding: 60px 20px;
}

.container-56 {
  max-width: 1200px;
}

.bold-text-94 {
  font-size: 42px;
}

.div-block-465 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.div-block-466 {
  background-color: #164343;
  border-radius: 20px;
  padding: 30px 20px;
}

.bold-text-95 {
  font-size: 45px;
}

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

.text-block-390 {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

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

.container-57 {
  max-width: 1200px;
}

.section-14 {
  padding: 60px 20px;
}

.tabs-2 {
  display: flex;
}

.tabs-menu-2 {
  flex-flow: column;
  flex: 0 auto;
  max-width: 25%;
  margin-right: 20px;
  display: flex;
}

.tab-link-tab-1-2 {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px;
}

.tab-link-tab-1-2.w--current {
  border: 1px solid var(--green-main);
  color: var(--white);
  background-color: #16a571;
  border-radius: 8px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2-2 {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--green-main);
  color: var(--white);
}

.text-block-391, .text-block-392 {
  margin-bottom: 10px;
}

.tab-link-tab-3-2 {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px;
}

.tab-link-tab-3-2.w--current {
  background-color: var(--green-main);
  color: var(--white);
}

.tab-link-tab-4 {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px;
}

.tab-link-tab-4.w--current {
  background-color: var(--green-main);
  color: var(--white);
}

.text-block-393 {
  margin-bottom: 10px;
}

.tab-link-tab-5 {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
}

.tab-link-tab-5.w--current {
  background-color: var(--green-main);
  color: var(--white);
}

.text-block-394 {
  margin-bottom: 10px;
}

.div-block-467 {
  border: 1px solid var(--green-main);
  border-radius: 8px;
  flex-flow: row;
  height: 100%;
  padding: 20px;
  display: block;
}

.tabs-content-3 {
  flex: 1;
}

.paragraph-81 {
  font-size: 19px;
}

.tab-pane-tab-5, .tab-pane-tab-4, .tab-pane-tab-3, .tab-pane-tab-2, .tab-pane-tab-1 {
  height: 100%;
}

.text-block-395, .text-block-396, .text-block-397, .text-block-398, .text-block-399, .text-block-400 {
  font-size: 18px;
}

.casesmobilev {
  margin-top: 20px;
  display: none;
}

.div-block-470 {
  padding-right: 60px;
}

.text-block-406, .text-block-407, .text-block-408, .text-block-409, .text-block-410 {
  font-weight: 600;
}

.bold-text-99 {
  font-size: 24px;
}

.solutionsitem {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  flex: 1;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px;
  font-size: 14px;
  text-decoration: none;
}

.solutionsitem:hover {
  background-color: #16a5710d;
  border-color: #16a57166;
}

.solutionsitem.w--current {
  flex: 1;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px;
}

.solutionsitemtext {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-169 {
  margin-right: 10px;
}

.paragraph-82 {
  color: #3d3d3dcc;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.image-170 {
  margin-top: 26px;
  display: block;
}

.image-170.mb30 {
  flex: 0 auto;
  order: 0;
  max-width: none;
  height: 16px;
  margin-top: 0;
  display: block;
}

.success-message-11 {
  background-color: var(--white);
}

.text-block-411 {
  color: var(--dark_green);
  font-size: 18px;
  font-weight: 500;
}

.text-block-412 {
  color: var(--white);
  padding: 9px 15px;
}

.text-block-413 {
  margin-bottom: 20px;
}

.field-label-5 {
  margin-bottom: .25px;
  display: none;
}

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

.formwrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 10px;
  display: block;
}

.select-field {
  background-color: #f6fafd;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  display: none;
}

.btnbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.promobot {
  border: 1px solid var(--green-main);
  background-color: var(--white);
  color: var(--green-main);
  background-image: url('../images/telegram_1telegram.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  flex: none;
  padding-left: 55px;
  padding-right: 35px;
  font-size: 16px;
}

.promobot:hover {
  background-color: var(--green-main);
  color: var(--white);
  background-image: url('../images/telegram_1telegram.png');
  background-repeat: no-repeat;
  background-size: 20px;
}

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

.formepboxitem {
  flex: 1;
}

.messagebox {
  margin-bottom: 10px;
  display: none;
}

.messagebox.nohide {
  display: block;
}

.landingmenuwrapper {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.landingmenucontainer {
  max-width: 1200px;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  inset: 0% 0% auto;
}

.container-58 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand-4 {
  width: 155px;
}

.nav-menu-two-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: var(--gray);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: var(--green-main);
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-11 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.list-item-146 {
  color: var(--gray);
}

.landingtopbanerwrapper {
  background-color: #f3faf8;
  background-image: url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
  background-position: 700px 90px, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 800px, cover;
  height: auto;
  min-height: 90vh;
  max-height: 1000px;
  padding-bottom: 220px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.landingtopbanerwrapper.top60 {
  background-image: url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
  background-position: 700px 90px, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 800px, cover;
  min-height: auto;
  max-height: none;
  padding-top: 60px;
  padding-bottom: 140px;
}

.landingtopbaner {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}

.landingtopbaner.mtt60 {
  padding-top: 40px;
}

.landingtopbanerbox {
  margin: 60px 0 0;
  padding-top: 7%;
  display: flex;
}

.landingtopbanerright {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.landingtopbanerleft {
  align-self: center;
}

.landingtopbanerrightimg {
  display: none;
}

.landingtopbanerlefttext {
  color: var(--dark_green);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 44px;
}

.text-span-13, .text-span-14 {
  color: var(--green-main);
}

.landingtopbanerleftbt {
  color: var(--green-main);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.landingtopbanerleftlist {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  font-size: 18px;
  list-style-type: none;
}

.list-item-147 {
  background-image: url('../images/Check-icon_1Check-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 32px;
  line-height: 1.4;
}

.getbotbtn {
  background-image: linear-gradient(90deg, #164343, #16a571);
  border-radius: 50px;
  margin-right: 20px;
  padding: 18px 35px;
  font-weight: 600;
}

.getbotbtn.getchataibot {
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .2s ease-in-out;
}

.getbotbtn.getchataibot:hover {
  background-image: linear-gradient(90deg, #164343, #16a571 0%);
}

.getbotbtn.getchataibot.wmr {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--green-main);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--green-main);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--green-main);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--green-main);
  color: var(--green-main);
  background-color: #0000;
  background-image: none;
  margin-right: 0;
}

.getbotbtn.getchataibot.wmr:hover {
  background-color: var(--green-main);
  color: var(--white);
}

.getbotbtn.getchataibot.wmr {
  color: #16a571;
  background-color: #0000;
  background-image: none;
  border: 1px solid #16a571;
  margin-right: 0;
}

.getbotbtn.getchataibot.wmr:hover {
  color: #fff;
  background-color: #16a571;
}

.sendtelegrambtn {
  border: 1px solid var(--green-main);
  color: var(--green-main);
  background-color: #0000;
  background-image: url('../images/telegram_1telegram.png');
  background-position: 19px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50px;
  padding: 16px 20px 16px 60px;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.sendtelegrambtn:hover {
  background-color: var(--green-main);
  color: var(--white);
}

.sendtelegrambtn.nbt {
  border-radius: 8px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.sendtelegrambtn.mr20 {
  border-color: var(--green-main);
  background-image: url('../images/telegram_1telegram.png'), linear-gradient(90deg, var(--dark_green), var(--green-main));
  color: var(--white);
  background-position: 19px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  margin-right: 20px;
  padding-right: 40px;
}

.scrolllinelogo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: inline-flex;
  position: absolute;
  inset: auto 0% 20px;
}

.scrolllinelogobox {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: .8;
  background-color: #fffc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 100vw;
  min-width: 100vw;
  display: grid;
  position: relative;
}

.scrolllinelogoimg {
  flex: none;
}

.conactwrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.contactleftcontent {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contactrightcontent {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 20px;
  flex: 1;
  padding: 40px;
  box-shadow: 2px 4px 12px #1643430d;
}

.text-block-415 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-83 {
  color: var(--gray);
  margin-bottom: 20px;
  font-size: 16px;
}

.radiobtnlistitem {
  border: 1px #eaeef4;
  border-radius: 0;
  padding: 0;
}

.radiobtnlistitem:hover {
  border-color: var(--green-main);
}

.form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.radio-button-label-6, .radio-button-label-7, .radio-button-label-8, .radio-button-label-9, .radio-button-label-10 {
  margin-bottom: 0;
}

.radio-button-field-5 {
  cursor: pointer;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 12px 12px 40px;
}

.radio-button-field-5:hover {
  border-color: var(--green-main);
}

.radio-button-field-6 {
  cursor: pointer;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 12px 12px 40px;
}

.radio-button-field-6:hover {
  border-color: var(--green-main);
}

.radio-button-field-7 {
  cursor: pointer;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 12px 12px 40px;
}

.radio-button-field-7:hover {
  border-color: var(--green-main);
}

.radio-button-field-8 {
  cursor: pointer;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 12px 12px 40px;
}

.radio-button-field-8:hover {
  border-color: var(--green-main);
}

.radio-button-field-9 {
  cursor: pointer;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 12px 12px 40px;
}

.radio-button-field-9:hover {
  border-color: var(--green-main);
}

.div-block-474 {
  margin-bottom: 30px;
}

.btnstep1 {
  border: 1px solid var(--green-main);
  color: var(--green-main);
  background-color: #fff;
  border-radius: 8px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.btnstep1:hover {
  background-color: var(--green-main);
  color: var(--white);
}

.div-block-475 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-86 {
  grid-column-gap: .5rem;
  border: 1px solid var(--green-main);
  color: var(--green-main);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
}

.button-86.cc-outline {
  box-shadow: none;
  color: #1d1d1d;
  background-color: #0000;
  background-image: none;
  border: 2px solid #969696;
  align-items: center;
  transition: border-color .2s, box-shadow .2s, color .2s, background-color .2s;
}

.button-86.cc-outline:hover {
  border-color: #00ff84;
}

.modal-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-overlay {
  z-index: -1;
  opacity: .4;
  background-color: #164343;
  position: absolute;
  inset: 0%;
}

.modal {
  z-index: 1;
  background-color: #fff;
  border: 1px #969696;
  border-radius: 8px;
  width: 100%;
  max-width: 44rem;
  padding: 0;
  position: relative;
  inset: auto;
}

.h4-4 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.cta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  display: flex;
}

.radio-button-5, .radio-button-6, .radio-button-7, .radio-button-8, .radio-button-9 {
  margin-top: 6px;
}

.button-87 {
  background-color: var(--white);
  color: var(--gray);
  text-align: center;
  flex: none;
  font-size: 16px;
  font-weight: 500;
}

.text-block-416 {
  color: var(--gray);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.whyourbots {
  padding: 100px 20px;
}

.whyourbotscontainer {
  max-width: 1200px;
}

.casessection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 20px;
  display: flex;
}

.casescontainer {
  max-width: 1200px;
}

.supportsection {
  padding: 100px 20px;
}

.supportcontainer {
  max-width: 1200px;
}

.whatbotssection {
  padding: 100px 20px;
}

.whatbotscontainer {
  max-width: 1200px;
}

.chatbotsforsection {
  padding: 100px 20px;
}

.chatbotsforcontainer {
  max-width: 1200px;
}

.subfootersection {
  background-color: #f3faf8;
  padding: 100px 20px;
}

.subfootercontainer, .greenfootercontainer {
  max-width: 1200px;
}

.greenfootersection {
  background-color: #164343;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.headingm {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 48px;
}

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

.whyourbotsitem {
  background-color: #f3faf8;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 40px 20px 20px;
  position: relative;
}

.whyourbotsitem.br24 {
  border-top-right-radius: 24px;
}

.whyourbotsitem.bl24 {
  border: 1px solid var(--green-main);
  border-bottom-left-radius: 24px;
}

.whyourbotsitemtitle {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.whyourbotsitemtext {
  font-size: 18px;
  line-height: 26px;
}

.whyourbotsitemimagevox {
  position: absolute;
  inset: -20px auto auto 20px;
}

.woblink {
  color: var(--green-main);
  margin-top: 10px;
  padding-right: 40px;
  text-decoration: none;
  display: inline-block;
}

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

.div-block-476 {
  text-align: center;
  width: 676px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-417 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-477 {
  width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.button-88 {
  background-image: linear-gradient(90deg, #164343, #16a571);
  border-radius: 50px;
  justify-content: center;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.button-88.getchataibot {
  text-align: center;
  min-width: 200px;
  margin-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}

.div-block-478 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-59 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-2 {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.greenfootertopinfo {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.greenfooterbottominfo {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.copyright {
  color: #eaeef4;
  font-size: 12px;
  line-height: 16px;
}

.bold-text-100 {
  color: #61b4e0;
  font-weight: 500;
  text-decoration: none;
}

.bold-text-100:hover {
  text-decoration: underline;
}

.link-14 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.link-14:hover {
  text-decoration: none;
}

.greenfootertopinfolefttext {
  color: #eaeef4;
  font-size: 14px;
  line-height: 22px;
}

.greenfootertopinfolefttext.bm10 {
  margin-bottom: 10px;
}

.link-15 {
  color: #eaeef4;
}

.chatbotsforbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.chatbotsforleft {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

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

.chatbotsforlefttitlebox {
  border: 1px solid #164343;
  border-radius: 24px;
  padding: 20px;
}

.chatbotsforitem {
  border: 1px solid var(--dark_green);
  border-radius: 24px;
  padding: 20px;
}

.cbtitletext {
  margin-bottom: 40px;
  padding-right: 84px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.image-172 {
  align-self: center;
  margin-bottom: 10px;
  margin-right: 10px;
}

.text-block-418 {
  color: #070707;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 33px;
}

.paragraph-84 {
  color: #070707;
  font-size: 18px;
  line-height: 27px;
}

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

.whatbotsitem {
  padding: 40px 20px 20px 32px;
}

.whatbotsitem:hover {
  background-color: var(--green-main);
  color: var(--white);
}

.whatbotsitem.gbr {
  border-right: 1px solid var(--green-main);
}

.whatbotsitem.gbr.gbb, .whatbotsitem.gbb {
  border-bottom: 1px solid var(--green-main);
}

.text-block-419 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-85 {
  font-size: 18px;
  line-height: 26px;
}

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

.supportboxbottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.supportboxtopitem {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 24px 24px;
  display: flex;
  position: relative;
}

.sbtop {
  margin-bottom: 30px;
}

.sbtext {
  color: var(--green-main);
  line-height: 19px;
}

.imgnumber {
  position: absolute;
  inset: 0% 0% auto auto;
}

.sbarrright {
  position: absolute;
  inset: 50% -38px 50% auto;
}

.sbtoptitle {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

.sbtoptext {
  font-size: 18px;
  line-height: 27px;
}

.abarrbot {
  position: absolute;
  inset: auto 50% -38px;
}

.abarrbot.hid {
  display: none;
}

.sbbboxleftcontent {
  background-color: var(--green-main);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 24px 20px 24px 24px;
}

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

.sbbtitle {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.sbbtitle.tter {
  padding-right: 60px;
}

.sbbbutton {
  background-color: var(--white);
  color: var(--green-main);
  border-radius: 6px;
  margin-top: 15px;
  padding: 12px 25px;
  font-weight: 500;
  line-height: 20px;
}

.casestabsmenu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.casestabsmenu._3gr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.casestabscontent {
  border: 1px solid var(--green-main);
  border-radius: 8px;
  padding: 24px;
}

.tab-link-tab-2-3 {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 16px;
  display: none;
}

.tab-link-tab-2-3.w--current {
  background-color: var(--green-main);
  color: var(--white);
}

.tab-link-tab-3-3 {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 16px;
  display: none;
}

.tab-link-tab-3-3.w--current {
  background-color: var(--green-main);
  color: var(--white);
}

.text-block-420 {
  color: var(--black);
  font-weight: 500;
}

.text-block-421 {
  color: #070707;
  font-weight: 500;
}

.tab-link-tab-1-3 {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 16px;
}

.tab-link-tab-1-3.w--current {
  background-color: var(--green-main);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: 16px;
  font-weight: 500;
}

.text-block-422 {
  color: #070707;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

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

.tabcontentbox {
  margin-bottom: 20px;
  display: flex;
}

.div-block-481 {
  flex: 1;
  padding-right: 20px;
}

.text-block-423 {
  color: var(--gray);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

.text-block-424 {
  color: var(--green-main);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-482 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.text-block-425 {
  color: #526477;
  font-size: 14px;
  font-weight: 800;
}

.text-block-426 {
  color: var(--gray);
}

.div-block-483, .div-block-484, .div-block-485 {
  text-align: center;
}

.implementationtitle {
  color: var(--green-main);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.implementationlist {
  margin-top: 0;
  padding-left: 40px;
  list-style-type: decimal;
}

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

.implementationlistitem {
  color: var(--gray);
  font-size: 18px;
}

.resultsboxtitle {
  color: var(--green-main);
  overflow-wrap: anywhere;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.resultsboxlist {
  margin-top: 0;
  padding-left: 40px;
}

.resultsboxitem {
  color: var(--gray);
  font-size: 18px;
  line-height: 25px;
}

.button-89 {
  background-color: var(--green-main);
  border-radius: 8px;
  margin-right: 10px;
  padding: 12px 35px;
  font-weight: 600;
}

.button-89.getchataibot {
  margin-right: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: inline-block;
}

.button-89.getchataibot.padrl {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-486 {
  align-self: center;
}

.div-block-486.topw {
  align-self: flex-start;
}

.text-block-429 {
  font-weight: 500;
}

.list-item-148 {
  color: #070707;
  font-weight: 600;
}

.whatbotsboxmob {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.text-block-430 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-86 {
  color: var(--gray);
  line-height: 22px;
}

.casestabboxmobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.image-175 {
  align-self: center;
  display: none;
  position: absolute;
  inset: 25% 50% auto 25%;
}

.closebtnpopup {
  color: var(--dark_green);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--green-main);
  cursor: pointer;
  position: absolute;
  inset: 20px 20px auto auto;
}

.made-chatbot {
  background-color: #164343;
  background-image: url('../images/bgchatbot.webp'), url('../images/strelkiGray.png');
  background-position: 800px 0, 140% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 600px, 1100px;
  padding: 100px 20px;
}

.made-chatbot-container {
  max-width: 1200px;
}

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

.mccleftbox, .mccrightbox {
  flex: 1;
}

.mccleftboxtitle {
  color: var(--white);
}

.mccleftboxtitl {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 52px;
}

.text-span-15 {
  color: var(--green-main);
}

.mcclist {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.mcclistitem {
  color: #ffffffe6;
  background-image: url('../images/Check-icon_1Check-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 25px;
  list-style-type: none;
}

.formbtn {
  border: 1px none var(--green-main);
  background-color: #3898ec00;
  background-image: linear-gradient(90deg, #195041, var(--green-main) 56%, #16a571);
  border-radius: 50px;
  margin-right: 20px;
  padding: 16px 25px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s ease-in-out;
}

.formbtn:hover {
  color: var(--white);
  background-color: #16a57100;
  background-image: linear-gradient(90deg, #164343, #16a571 0%);
  font-weight: 500;
}

.formbtn.getdemo {
  padding-left: 40px;
  padding-right: 40px;
}

.tgbtn {
  border: 1px solid var(--green-main);
  color: var(--green-main);
  background-color: #0000;
  background-image: url('../images/telegram_1telegram.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50px;
  padding: 16px 25px 16px 60px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s ease-in-out;
}

.tgbtn:hover {
  background-color: #16a57100;
  background-image: url('../images/telegram_1telegram.png'), linear-gradient(90deg, var(--dark_green), var(--green-main));
  color: var(--white);
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
}

.possibilities-section {
  padding: 100px 20px;
}

.possibilities-wrapper {
  max-width: 1200px;
}

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

.possibilitiesboxitem {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 40px;
}

.possibilitiesboxitemimg {
  margin-bottom: 10px;
}

.possibilitiesboxitemtitle {
  color: var(--dark_green);
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
}

.possibilitiesboxitemtext {
  color: #526477;
  font-size: 20px;
  line-height: 30px;
}

.button-90 {
  background-color: var(--green-main);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 12px 25px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.ourplatformsection {
  padding: 100px 20px 80px;
}

.ourplatformcontainer {
  max-width: 1200px;
}

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

.ourplatformitem {
  padding: 20px;
}

.ourplatformiteming {
  margin-bottom: 20px;
}

.ourplatformitemtitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.ourplatformitemtext {
  color: #526477;
  font-size: 18px;
  line-height: 140%;
}

.topheadersection {
  -webkit-text-fill-color: inherit;
  background-color: #f3faf8;
  background-image: url('../images/BotNew.png'), url('../images/strelki_bg.webp');
  background-position: 720px 40px, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 70%, 90%;
  background-clip: border-box;
  height: auto;
  min-height: 90vh;
  max-height: 1000px;
  padding: 120px 20px 140px;
  position: relative;
  overflow: hidden;
}

.topheadercontainer {
  max-width: 1200px;
}

.topheadercontainer.main {
  padding-top: 0;
}

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

.text-span-16 {
  color: var(--dark_green);
}

.topheaderleftcontentimg {
  float: left;
  clear: none;
  margin-right: 20px;
  display: block;
}

.topheaderleftcontenttitle {
  float: none;
  clear: none;
  color: var(--green-main);
  font-size: 60px;
  line-height: 72px;
}

.topheaderleftcontenttitlebox {
  margin-bottom: 8px;
}

.topheaderleftcontenttext {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 140%;
}

.btnstart {
  border: 1px solid var(--green-main);
  background-color: var(--green-main);
  border-radius: 6px;
  margin-right: 20px;
  padding: 12px 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  transition: all .2s ease-in-out;
}

.btnstart:hover {
  border: 1px solid var(--green-main);
  color: var(--white);
  background-color: #139163;
}

.topheaderleftcontentbtnbox {
  margin-bottom: 60px;
}

.button-91 {
  border: 1px solid var(--green-main);
  color: var(--green-main);
  background-color: #fff0;
  border-radius: 6px;
  padding: 12px 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  transition: all .2s ease-in-out;
}

.button-91:hover {
  background-color: var(--green-main);
  color: var(--white);
}

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

.topheaderleftcontentlitem {
  background-color: var(--white);
  border-radius: 8px;
  padding: 24px;
  position: relative;
}

.topheaderleftcontentlbt {
  letter-spacing: .1px;
  font-size: 20px;
  line-height: 24px;
}

.image-176 {
  position: absolute;
  inset: auto 10px 10px auto;
}

.thblc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.text-block-431 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

.text-block-432 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
}

.tab-link-tab-4-2 {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 16px 10px 16px 16px;
  display: none;
}

.tab-link-tab-4-2.w--current {
  background-color: var(--green-main);
  color: var(--white);
}

.tab-link-tab-5-2 {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 16px 10px 16px 16px;
  display: none;
}

.tab-link-tab-5-2.w--current {
  background-color: var(--green-main);
  color: var(--white);
}

.text-block-433, .text-block-434 {
  font-weight: 500;
}

.div-block-488 {
  display: none;
}

.tabcontentbntwrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: block;
}

.div-block-489 {
  color: var(--white);
  background-color: #fc0d0d;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
}

.rheadersection {
  padding: 20px;
}

.rheadersection.pt100 {
  padding-top: 100px;
}

.rheadercontainer {
  max-width: 1200px;
}

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

.rheaderboxleft {
  flex: 1;
  align-self: center;
}

.rheaderboxright {
  flex: 1;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.rheaderboximg {
  text-align: left;
}

.rheadertextbox {
  flex-flow: column;
  padding-right: 40px;
  display: block;
}

.topgreenheadtext {
  color: var(--green-main);
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 28px;
}

.reporttitle {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 120%;
}

.reporttitle.alr {
  text-align: right;
}

.reporttitle.main-title {
  font-size: 40px;
}

.reportparagraph {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.reportparagraph.alr {
  text-align: right;
}

.reportparagraph.mb20 {
  margin-bottom: 10px;
}

.reportbutton {
  border: 1px solid var(--green-main);
  background-color: var(--green-main);
  text-align: center;
  border-radius: 6px;
  padding: 10px 24px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s ease-in-out;
  display: block;
}

.reportbutton:hover {
  border: 1px solid var(--green-main);
  color: var(--white);
  background-color: #138f62;
}

.trafficchannelssection {
  background-image: url('../images/poloska.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
}

.trafficchannelssection.newtrs {
  background-position: 100% 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.trafficchannelscontainer {
  max-width: 1200px;
}

.trafficchannelstopbox {
  text-align: center;
  margin-bottom: 40px;
}

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

.trafficchannelsheader {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 48px;
}

.trafficchannelsheadertext {
  color: var(--gray);
  padding-left: 15%;
  padding-right: 15%;
  font-size: 20px;
  line-height: 28px;
}

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

.trafficchannelsgreditem {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 40px 20px 20px;
  position: relative;
}

.trafficchannelsgreditemtitle {
  color: var(--dark_green);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.trafficchannelsgreditemparagraph {
  color: var(--gray);
  font-size: 18px;
  line-height: 25px;
}

.rtaffikex {
  color: #526477;
  font-size: 14px;
  line-height: 19px;
}

.trafficicon {
  position: absolute;
  inset: -25px auto auto 25px;
}

.comprehensiveservice {
  padding: 80px 20px;
}

.comprehensivecontainer {
  max-width: 1200px;
}

.comprehensivewrap {
  display: flex;
}

.comprehensivewrapleft {
  flex: 1;
  align-self: center;
}

.comprehensivewrapright {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.comprehensiveimg {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.topsubtitlebox {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.topsubtitleboximg {
  margin-right: 20px;
}

.topsubtitleboxtext {
  color: var(--green-main);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
}

.mmytsection {
  padding: 80px 20px;
}

.mmytcontainer {
  max-width: 1200px;
}

.text-span-17 {
  color: var(--green-main);
}

.mmytcontainertop {
  display: flex;
}

.mmytcontainertopl, .mmytcontainertopr {
  flex: 1;
}

.mmytcontainercenter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
}

.mmytcontainerbottom {
  display: flex;
}

.mmytcontainerbottomw {
  flex-flow: column;
  flex: 1;
  align-items: flex-end;
  margin-top: 20px;
  display: block;
}

.mmytcontainercenteritem {
  background-color: var(--white);
  border: 1px #16a57166;
  border-radius: 8px;
  padding: 20px;
}

.mmytcontainercenteritem.borcolor {
  background-color: var(--white);
  border-color: #eaeef4;
}

.div-block-490 {
  flex: 1;
}

.dashheader {
  background-image: url('../images/testiomonialsBg.png');
  background-position: 100% 100px;
  background-repeat: no-repeat;
  background-size: 500px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 600px;
  max-height: 1080px;
  padding: 120px 20px 60px;
  display: flex;
}

.dashheadercontainer {
  max-width: 1200px;
  margin-top: 40px;
}

.dashbm {
  background-image: url('../images/poloska.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px;
}

.dashbmcontainer {
  max-width: 1200px;
}

.adversection {
  background-image: url('../images/testiomonialsBg.png');
  background-position: 100% 50px;
  background-repeat: no-repeat;
  background-size: 500px;
  padding: 80px 20px;
}

.advercontainer {
  max-width: 1200px;
}

.mqlsection {
  padding: 80px 20px;
}

.mqlcontainer {
  max-width: 1200px;
}

.instanssection {
  background-color: var(--dark_green);
  background-image: url('../images/testiomonialsBg.png');
  background-position: 100% 50px;
  background-repeat: no-repeat;
  background-size: 600px;
  padding: 100px 20px;
}

.instanssection.withbg {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.instanscontainer {
  max-width: 1200px;
}

.instanswrapp {
  display: flex;
}

.instanswrappl {
  flex: 1;
  align-self: center;
}

.instanswrappr {
  flex: 1;
  justify-content: center;
  display: flex;
}

.instanswrappltoptext {
  color: var(--green-main);
  letter-spacing: .5px;
  text-transform: uppercase;
}

.instanswrappltop {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.instanswrappltopimg {
  margin-right: 20px;
}

.heading-71 {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 30px;
}

.paragraph-87 {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
}

.list-30 {
  color: #eaeef4;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 21px;
  list-style-type: none;
  display: flex;
}

.list-item-149 {
  color: #f7f7f7;
  background-image: url('../images/Check-icon_1Check-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 28px;
  flex: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
}

.image-177 {
  align-self: center;
}

.whatqualificationsection {
  background-image: url('../images/poloska.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px;
}

.whatqualificationcontainer {
  max-width: 1200px;
}

.focusingsection {
  padding: 80px 20px;
}

.focusingcontainer {
  max-width: 1200px;
}

.whatqualificationbox {
  display: flex;
}

.whatqualificationboxl {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.whatqualificationboxr {
  flex: 1;
  align-self: center;
}

.focusingcontainerbox {
  display: flex;
}

.focusingcontainerboxl {
  flex: 1;
}

.focusingcontainerboxr {
  flex: 1;
  align-self: center;
}

.div-block-491 {
  flex: 1;
}

.image-178 {
  padding: 40px;
}

.advicesection {
  padding: 100px 20px 80px;
}

.advicecontainer {
  max-width: 1200px;
}

.mainfunc {
  padding: 80px 20px;
}

.mainfunccontainer {
  max-width: 1200px;
}

.notificationssection {
  padding: 80px 20px;
}

.notificationscontainer {
  max-width: 1200px;
}

.insaitesection {
  padding: 80px 20px;
}

.insaitescontainer {
  max-width: 1200px;
}

.text-block-435 {
  color: var(--gray);
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
}

.text-block-436 {
  text-align: center;
  color: #526477;
  margin-top: 10px;
  font-size: 14px;
}

.advicecontainerheading {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 120%;
}

.advicecontainerheading.text-align-center {
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
}

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

.advicecontainerboxitem {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.advicecontainerboxitemimg {
  margin-bottom: 10px;
}

.advicecontainerboxitemtext {
  color: var(--black-2);
  flex: 1;
  font-size: 18px;
  line-height: 27px;
}

.advicecontainerboxitemtitle {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

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

.mainfuncboxitem {
  background-color: var(--dark_green);
  text-align: left;
  border-radius: 8px;
  padding: 40px 20px;
}

.mainfuncboxitem.lightgreen {
  background-color: var(--green-main);
}

.mainfuncboxitem.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.greenboxtitle {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

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

.greenboxtext {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

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

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

.notificationscontent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  display: grid;
}

.notificationscontentf {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #d6e1e6;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.image-179 {
  margin-bottom: 0;
}

.text-span-18 {
  color: var(--green-main);
}

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

.container-60 {
  max-width: 1200px;
}

.text-span-19 {
  color: var(--green-main);
}

.bold-text-101 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.btnblockcta {
  border: 1px solid var(--green-main);
  background-color: var(--green-main);
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  margin-right: 0;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  transition: all .2s ease-in-out;
  display: block;
}

.btnblockcta:hover {
  border: 1px solid var(--green-main);
  color: var(--white);
  background-color: #139163;
}

.bold-text-102, .bold-text-103, .bold-text-104, .bold-text-105 {
  font-weight: 600;
}

.text-block-437 {
  color: #164343;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.text-span-20 {
  color: #858585;
  font-size: 24px;
  font-weight: 600;
}

.radio-button-10 {
  align-self: center;
  margin-right: 8px;
}

.text-block-438 {
  color: #526477;
  font-size: 12px;
  font-weight: 400;
}

.radio-button-field-10 {
  border: 1px solid #16a571;
  border-radius: 8px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  padding: 5px 10px 5px 40px;
  display: flex;
}

.div-block-492 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.div-block-493 {
  flex: 0 auto;
}

.radio-button-label-11 {
  color: #000;
  align-self: center;
  margin-bottom: 0;
}

.text-block-439 {
  color: #526477;
  font-size: 12px;
}

.div-block-494 {
  background-color: #537be0;
  border-radius: 8px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  inset: -33px 0% auto auto;
}

.div-block-495 {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: block;
}

.div-block-496 {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.heading-72 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 30px;
}

.text-block-440 {
  font-weight: 700;
}

.text-block-441 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.radio-button-field-11 {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  justify-content: space-around;
  margin-bottom: 0;
  padding: 5px 20px 5px 40px;
  display: flex;
}

.text-block-442 {
  color: #5a99bb;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.button-92 {
  color: #16a571;
  background-color: #fff;
  border: 1px solid #16a571;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.button-92:hover {
  color: #fff;
  background-color: #16a571;
}

.radio-button-11 {
  margin-right: 8px;
}

.text-block-443 {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4;
}

.button-93 {
  text-align: center;
  background-color: #16a571;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.button-93:hover {
  background-color: #139163;
}

.text-block-444 {
  font-weight: 700;
}

.success-message-12 {
  background-color: #ddd0;
}

.list-item-150 {
  color: #164343;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 500;
}

.list-item-150.greencheck {
  text-transform: none;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-size: 20px;
  display: block;
}

.div-block-497 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.list-item-151 {
  color: #164343;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-498 {
  background-color: #dff2ec;
  border-radius: 10px;
  align-self: center;
  margin-left: 15px;
  padding: 2px 8px;
}

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

.text-block-445.green {
  color: #16a571;
}

.text-block-445.tehnical {
  color: #537be0;
}

.text-block-445.darkgreen {
  color: #164343;
}

.text-block-446 {
  color: #164343;
  font-size: 8px;
  font-weight: 700;
  line-height: 18px;
}

.container-61 {
  max-width: 1200px;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-61.mis2 {
  padding-bottom: 40px;
}

.div-block-499 {
  width: 80%;
}

.section-15 {
  padding-bottom: 100px;
}

.div-block-500 {
  margin-bottom: 10px;
  display: flex;
}

.chbcontactsection {
  background-color: #f3faf8;
  margin-bottom: 0;
  padding: 60px 20px;
}

.chbcontactcontainer {
  background-image: url('../images/contactsBoxbg.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 500px;
  max-width: 1200px;
}

.chbbox {
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-501 {
  margin-bottom: 15px;
  display: flex;
}

.div-block-502 {
  margin-right: 10px;
}

.link-16 {
  color: var(--green-main);
  font-size: 20px;
  text-decoration: none;
}

.text-block-447 {
  color: var(--green-main);
  font-size: 20px;
}

.text-block-448 {
  font-size: 20px;
  line-height: 28px;
}

.link-17 {
  color: var(--green-main);
  text-decoration: none;
}

.div-block-503 {
  flex: 1;
  align-self: center;
}

.div-block-504 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.text-block-449 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.text-block-449.sfg {
  font-size: 44px;
  line-height: 48px;
}

.bitrix24section {
  background-color: #f3faf8;
  padding: 100px 20px 60px;
}

.bitrix24container {
  max-width: 1200px;
}

.bitrix24wpsection {
  padding: 100px 20px;
}

.bitrix24wpcontainer {
  max-width: 1200px;
}

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

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

.setappsection {
  padding: 100px 20px;
}

.setappcontainer {
  max-width: 1200px;
}

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

.setapptextblock {
  margin-bottom: 20px;
  font-size: 18px;
}

.setappitem {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 24px;
}

.text-block-452 {
  border: 1px solid var(--green-main);
  color: var(--green-main);
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 38px;
  font-weight: 500;
  line-height: 45px;
  display: inline-block;
}

.heading-73 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.list-item-152 {
  color: var(--gray);
  list-style-type: decimal;
}

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

.heading-74 {
  margin-top: 24px;
  padding-left: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.list-31 {
  margin-bottom: 0;
  margin-left: 20px;
}

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

.div-block-507 {
  text-align: right;
  padding-right: 170px;
}

.text-span-21 {
  color: var(--green-main);
}

.footersection {
  padding: 100px 20px 20px;
}

.footercontainer {
  max-width: 1200px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-62 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--dark_green);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.title-small.hid {
  color: var(--white);
  display: block;
}

.footerlink {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footerlink:hover {
  color: #1a1b1fbf;
  text-decoration: underline;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-3 {
  margin-left: 12px;
}

.footer-divider {
  background-color: #d6e1e6;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.footercopyrightbox {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footercopyrightboxright {
  color: var(--grey90);
  font-size: 12px;
}

.footercopyrightboxlefttext {
  color: #7e92a2;
  font-size: 12px;
}

.footercopyrightboxrightlink {
  color: var(--grey90);
}

.footercontentboxleft {
  flex: 0 auto;
  max-width: 380px;
}

.footercontentboxright {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footercontentboxleftlogolink {
  margin-bottom: 40px;
}

.footercontentboxleftlogoimg.margin {
  opacity: .9;
  margin-left: 0;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footercontentboxleftadress {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.footercontentboxleftemail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.footercontentboxleftemail.mb0 {
  margin-bottom: 0;
}

.footercontentboxleftsocial {
  margin-bottom: 50px;
}

.adressicon {
  align-self: center;
  width: 14px;
  height: 14px;
  margin-right: 0;
}

.footercontentboxleftadresstext {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.2;
}

.emailicon {
  align-self: center;
  width: 14px;
  height: 14px;
  margin-right: 0;
  display: inline-block;
  overflow: clip;
}

.emailicon.contact_page {
  width: 20px;
  height: 20px;
}

.footercontentboxleftemailtext {
  color: var(--green-main);
  font-size: 14px;
  text-decoration: none;
}

.oootext {
  color: var(--grey90);
  margin-bottom: 5px;
  font-size: 10px;
}

.footmenulink {
  color: var(--dark_green);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

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

.footmnu {
  margin-top: 20px;
}

.socialitem {
  color: var(--gray);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.socialitem.telega {
  display: none;
}

.socialitemimg {
  margin-right: 8px;
}

.footercontentboxleftphone {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: none;
}

.footercontentboxleftphone.fg1 {
  margin-bottom: 10px;
}

.footercontentboxleftphone.mb0 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.phoneimg {
  width: 14px;
  height: 14px;
  margin-right: 0;
}

.phoneimg.contact_page {
  width: 20px;
  height: 20px;
}

.phonelink {
  color: var(--green-main);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.phonelink.fs16 {
  font-size: 16px;
}

.phonelink.fs20 {
  font-size: 20px;
  line-height: 1.2px;
}

.phonelink.fev {
  color: var(--dark_green);
  font-size: 12px;
  line-height: 14px;
}

.link-block-8 {
  color: var(--green-main);
  text-decoration: none;
}

.gradientbg {
  color: var(--green-main);
  font-size: 14px;
  line-height: 16px;
}

.emaillink {
  color: var(--green-main);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.emaillink.fs16 {
  font-size: 16px;
}

.emaillink.fs20 {
  font-size: 20px;
  line-height: 24px;
}

.emaillink.fev {
  color: var(--dark_green);
  font-size: 12px;
  line-height: 14px;
}

.emailspan {
  color: var(--green-main);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.emailspan.contact_page {
  font-size: 20px;
}

.eyebox {
  display: inline-block;
}

.eyebox.tooltip {
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1;
  display: flex;
}

.eyeiconbtn {
  margin-left: 5px;
  display: none;
}

.eyeiconbtn._14w {
  width: 14px;
  height: 14px;
}

.phonespan {
  line-height: 14px;
}

.phonespan.contact_page {
  font-size: 20px;
}

.div-block-508 {
  display: inline-block;
}

.image-182 {
  padding-left: 5px;
  display: inline-block;
}

.text-block-371-copy {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.list-32 {
  margin-top: 16px;
  margin-bottom: 0;
}

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

.bold-text-106 {
  font-size: 32px;
}

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

.markheadersection {
  background-color: #f3faf8;
  background-image: url('../images/strelki_bg.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.markheadercontainer {
  max-width: 1200px;
}

.markcontentcontainer {
  max-width: 1200px;
  margin-bottom: 60px;
}

.markcontentcontainer.padtop200 {
  max-width: 1280px;
  margin-bottom: 40px;
  padding-top: 60px;
}

.mccbox {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 80px;
  display: flex;
}

.mccboxleft {
  flex: 1;
  padding-right: 40px;
}

.mccboxright {
  flex: 1;
  align-self: center;
}

.paragraph-88 {
  color: var(--gray);
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 30px;
}

.btnwrapp {
  background-color: var(--dark_green);
  border-radius: 35px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px 3px #0003;
}

.btnwrapptop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.getmarket {
  border: 1px solid var(--green-main);
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--dark_green), var(--green-main));
  text-align: center;
  border-radius: 50px;
  padding: 16px 20px;
  font-weight: 600;
  line-height: 19px;
}

.getmarket:hover {
  background-image: none;
}

.sendtotg {
  border: 1px solid var(--green-main);
  text-align: center;
  background-color: #0000;
  background-image: url('../images/telegram_1telegram.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50px;
  padding: 16px 20px 16px 40px;
  font-weight: 600;
  line-height: 19px;
}

.sendtotg:hover {
  background-image: url('../images/telegram_1telegram.png'), linear-gradient(90deg, var(--dark_green), var(--green-main));
  background-position: 10%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
}

.btnwrappbottomtoptext {
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.btnwrappbottombottext {
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.text-span-22 {
  font-weight: 500;
}

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

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

.container-63 {
  max-width: 1200px;
}

.fullmarksection {
  background-image: url('../images/strelki_bg.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 20px 20px;
}

.fullmarkcontainer {
  max-width: 1200px;
  margin-bottom: 140px;
}

.fullmarkcontainerheading {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 48px;
}

.fullmarkcontainertext {
  color: var(--dark_green);
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 24px;
}

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

.fullmarkcontentgriditem {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px 20px;
  box-shadow: 0 2px 5px #1643430d;
}

.fullmarkcontentgriditemimg {
  margin-bottom: 12px;
}

.fullmarkcontentgriditemtitle {
  color: var(--dark_green);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.fullmarkcontentgriditemtext {
  color: var(--gray);
  font-size: 18px;
  line-height: 22px;
}

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

.fullmarkcontentgrid2item {
  background-color: #f3faf8;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px 20px;
  box-shadow: 0 2px 5px #1643430d;
}

.bold-text-108 {
  text-transform: none;
  font-size: 46px;
}

.whypromocontainer {
  max-width: 1200px;
}

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

.whypromogriditem {
  background-color: #f3faf8;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 40px 32px 32px;
  position: relative;
}

.whypromogriditemimage {
  position: absolute;
  inset: -23px auto auto 23px;
}

.whypromogriditemtitle {
  color: var(--dark_green);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.whypromogriditemtext {
  font-size: 18px;
}

.ctamarksection {
  background-color: #f3faf8;
  background-image: url('../images/fullbg.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 607px;
  padding: 100px 20px;
}

.ctamarkcontainer {
  max-width: 1200px;
}

.ctamarkcontainerbtn {
  border: 1px solid var(--green-main);
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--dark_green), var(--green-main));
  text-align: center;
  border-radius: 50px;
  padding: 16px 10%;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.ctamarkcontainerbtn:hover {
  background-image: linear-gradient(90deg, var(--green-main), var(--green-main));
}

.teamsection {
  padding: 60px 20px 100px;
}

.teamcontainer {
  max-width: 1200px;
}

.teamsgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.teamsitem {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px;
  position: relative;
}

.teamsitemimg {
  margin-bottom: 8px;
}

.teamsitemicon {
  position: absolute;
  inset: 10px 10px auto auto;
}

.teamsitemslogan {
  color: #526477;
  font-size: 14px;
  line-height: 19px;
}

.teamsitemtitle {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.teamsitemtext {
  color: var(--dark_green);
  line-height: 24px;
}

.managerbox {
  background-color: #f3faf8;
  padding: 60px 120px;
}

.managerboxcontent {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.managerboxcontentright {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 32px;
}

.managerboxcontentrightimg {
  margin-bottom: 8px;
}

.managerboxcontentrighttitle {
  color: #526477;
  margin-bottom: 8px;
  line-height: 22px;
}

.managerboxcontentrighttext {
  color: var(--dark_green);
  font-size: 20px;
  line-height: 24px;
}

.managerboxcontentleftbutton {
  border: 1px solid var(--green-main);
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--dark_green), var(--green-main));
  text-align: center;
  border-radius: 50px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.reviewbox {
  background-color: #f3faf8;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}

.italic-text {
  display: inline-block;
}

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

.bold-text-109, .bold-text-110 {
  font-weight: 600;
}

.text-span-23 {
  color: var(--gray);
  font-weight: 400;
}

.bold-text-111, .bold-text-112, .bold-text-113, .bold-text-114 {
  font-weight: 600;
}

.text-span-24, .text-span-25, .text-span-26 {
  color: var(--green-main);
}

.bold-text-115, .bold-text-116, .bold-text-117, .bold-text-118, .bold-text-119, .bold-text-120, .bold-text-121, .bold-text-122, .bold-text-123, .bold-text-124 {
  font-weight: 600;
}

.bold-text-125 {
  text-transform: none;
  font-size: 49px;
  line-height: 52px;
}

.bulletboxitem {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px;
}

.bulletboxtitle {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.div-block-509 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-184 {
  align-self: center;
  margin-right: 10px;
}

.menutopbox {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  display: none;
}

.menutopboxleft {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-bottom: 0;
  display: grid;
}

.menutopboxright {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.text-block-453 {
  color: #3d3d3d99;
  font-size: 12px;
  line-height: 14px;
}

.socitem {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.image-185 {
  align-self: center;
  width: 14px;
  height: 14px;
  margin-right: 0;
}

.text-block-454 {
  color: var(--dark_green);
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

.headertopemail {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.headertopphone {
  width: 14px;
  height: 14px;
  margin-right: 0;
}

.socli {
  display: none;
}

.top_header_email {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.top_header_email_icon {
  width: 14px;
  height: 14px;
}

.top_header_left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logoheader {
  margin-left: -6px;
}

.working_hours {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.text-block-455 {
  color: var(--dark_green);
}

.text-block-455:hover {
  color: var(--green-main);
}

.text-block-456 {
  color: var(--dark_green);
}

.text-block-456:hover {
  color: var(--green-main);
}

.aboutheaderbox {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.aboutheaderboxleft, .aboutheaderboxright {
  flex: 1;
}

.aboutheading {
  color: var(--dark_green);
  font-size: 52px;
  line-height: 1.2;
}

.abouttoptext {
  text-align: right;
  padding-left: 40px;
  line-height: 1.4;
}

.text-span-27 {
  color: var(--green-main);
}

.ourstoryboxleftslogan {
  border-left: 2px solid var(--dark_green);
  padding-left: 10px;
  font-size: 20px;
  font-style: italic;
}

.ourstoryboxrightname {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.ourstoryboxrightname.mtb {
  margin-top: 5px;
  margin-bottom: 3px;
}

.ourstoryboxrighttext {
  font-size: 16px;
  line-height: 1.2;
}

.ourstoryboxrightlink {
  margin-top: 8px;
}

.drivessection {
  background-image: url('../images/strelki_bg.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px 20px;
}

.drivescontainer {
  max-width: 1200px;
}

.drivestopbox {
  margin-bottom: 30px;
}

.heading-75 {
  color: var(--dark_green);
  margin-bottom: 5px;
  font-size: 40px;
}

.heading-75.mb20 {
  margin-bottom: 20px;
}

.paragraph-89 {
  width: auto;
  color: var(--dark_green);
  font-size: 22px;
  line-height: 1.3;
}

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

.drivesbottomboxitem {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px 20px;
}

.drivesbottomboxitemimg {
  margin-bottom: 15px;
}

.drivesbottomboxitemtitle {
  color: var(--dark_green);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.drivesbottomboxitemtext {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.5;
}

.createdsection {
  background-color: #f3faf8;
  padding: 100px 20px;
}

.createdcontainer {
  max-width: 1200px;
}

.createdparagraph {
  color: var(--dark_green);
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.4;
}

.text-span-28, .text-span-29 {
  color: var(--green-main);
}

.createdbtn {
  background-color: var(--green-main);
  border-radius: 6px;
  margin-top: 20px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.historysection {
  background-image: url('../images/teamBg.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 600px;
  padding: 60px 20px 40px;
}

.hisorycontainer {
  max-width: 1200px;
}

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

.historyitem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.historyitemleft {
  display: flex;
}

.historyitemleftbyear {
  color: var(--green-main);
  font-weight: 500;
}

.historyitemleftbtitle {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

.historyitemleftc {
  margin-right: 40px;
  position: relative;
}

.historyitemleftimg {
  z-index: 999;
  width: 60px;
  max-width: none;
  height: 60px;
  position: relative;
}

.historyitemleftbp {
  padding-bottom: 40px;
  line-height: 1.4;
}

.text-span-30 {
  color: var(--green-main);
}

.linegreen {
  background-color: var(--green-main);
  opacity: .21;
  width: 2px;
  height: 100%;
  color: var(--green-main);
  position: absolute;
  inset: 0% auto auto 29px;
}

.ourteamcontainer {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: none;
}

.careersection {
  padding: 60px 20px;
}

.careercontainer {
  max-width: 1200px;
}

.careerbox {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.careerboxleft {
  align-self: center;
}

.careerboxleftimg {
  display: block;
}

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

.paragraph-90 {
  color: var(--gray);
  font-size: 22px;
  line-height: 1.4;
}

.profitablesection {
  padding: 60px 20px;
}

.profitablecontains {
  max-width: 1200px;
}

.ourteamcontainertitle {
  margin-bottom: 40px;
  font-size: 40px;
}

.ourteamalex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.ourteamalexright {
  margin-bottom: 30px;
}

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

.paragraph-92 {
  margin-top: 20px;
  line-height: 1.4;
}

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

.otpbitem {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 16px;
  padding: 20px 16px;
}

.otpbitemimage {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.otpbitemname {
  text-align: center;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.jobtitle {
  text-align: center;
  margin-bottom: 8px;
  font-size: 16px;
}

.jobdesc {
  color: var(--grey90);
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}

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

.programmeritem {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 16px;
  padding: 20px 16px;
}

.programmerimage {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35 {
  color: var(--green-main);
}

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

.text-span-36 {
  color: var(--green-main);
}

.div-block-510 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-458, .text-block-459 {
  font-size: 14px;
  font-weight: 400;
}

.title-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: block;
}

.tooltipimage-2 {
  flex: none;
}

.text-block-460 {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-461 {
  font-size: 14px;
  font-weight: 400;
}

.text-block-462 {
  font-size: 14px;
  font-weight: 600;
}

.text-block-463 {
  background-color: #5a99bb33;
  border-radius: 4px;
  align-self: center;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: 600;
}

.text-block-463.green {
  color: #16a571;
  background-color: #16a57133;
}

.text-block-463.violet {
  color: #537be0;
  background-color: #537be033;
}

.div-block-511 {
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.text-block-464, .text-block-465, .text-block-466, .text-block-467 {
  font-size: 14px;
  font-weight: 400;
}

.text-span-37 {
  color: #526477;
  font-size: 14px;
}

.text-block-468, .text-block-469 {
  font-size: 14px;
  font-weight: 400;
}

.container-64 {
  max-width: 1200px;
}

.pricingtable-2 {
  background-image: url('../images/poloska.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 20px 60px;
}

.div-block-512 {
  flex: 1;
}

.pricing-table-cell-text-2 {
  text-align: center;
  border-bottom: 1px solid #eaeef4;
  border-right: 1px solid #eaeef4;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-470 {
  color: #526477;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-513 {
  margin-left: 100px;
}

.text-block-471 {
  font-size: 14px;
  font-weight: 400;
}

.text-block-472 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-473 {
  flex: none;
  font-size: 14px;
  font-weight: 400;
}

.grid-top-sticky-2 {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 0;
}

.div-block-514 {
  flex: 0 auto;
}

.pricing-table-cell-desc-2 {
  border-bottom: 1px solid #eaeef4;
  border-right: 1px solid #eaeef4;
  padding: 10px 20px;
}

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

.div-block-515 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pricing-wrapper-2 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

.text-span-38 {
  color: #16a571;
}

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

.text-block-475.green {
  color: #16a571;
}

.text-block-475.viola {
  color: #537be0;
}

.price-banner-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  vertical-align: baseline;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin: 0 auto 80px;
  padding: 40px;
  display: block;
  box-shadow: 0 2px 3px -8px #0003;
}

.button-94 {
  text-align: center;
  background-color: #16a571;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.button-94.db {
  display: block;
}

.div-block-516 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-span-39, .text-span-40, .text-span-41, .text-span-42, .text-span-43 {
  color: var(--green-main);
}

.div-block-517, .div-block-518, .div-block-519, .div-block-520 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-521, .div-block-522, .div-block-523, .div-block-524, .div-block-525, .div-block-526 {
  flex: 1;
}

.div-block-527 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-528, .div-block-529 {
  flex: 1;
}

.div-block-530 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-531 {
  flex: 1;
}

.div-block-532 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-533 {
  flex: 1;
}

.div-block-534 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-535, .div-block-536 {
  flex: 1;
}

.div-block-537 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-538 {
  flex: 1;
}

.div-block-539, .div-block-540 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-541, .div-block-542 {
  flex: 1;
}

.div-block-543 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-544 {
  flex: 1;
}

.div-block-545 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-546 {
  flex: 1;
}

.div-block-547 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-548 {
  flex: 1;
}

.div-block-549 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-550 {
  flex: 1;
}

.div-block-551 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-552 {
  flex: 1;
}

.div-block-553 {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text-block-476 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-65 {
  max-width: 1200px;
}

.text-block-477 {
  color: #16a571;
  font-weight: 700;
}

.div-block-554 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-94 {
  color: #505050;
  font-size: 16px;
}

.text-block-478 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

._1person-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 20px;
  display: grid;
}

.text-block-479 {
  color: #000;
  font-weight: 700;
}

.div-block-555 {
  flex: none;
}

.div-block-556 {
  margin-bottom: 20px;
  display: flex;
}

.image-187 {
  margin-right: 20px;
}

.list-item-160 {
  color: #505050;
  font-size: 16px;
}

.div-block-557 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.list-item-161 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.heading-76 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.breadcramb-2 {
  color: #7e92a2;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.container-66 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-558 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.industry-title-2 {
  color: #164343;
  margin-bottom: 16px;
  font-size: 40px;
}

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

.text-block-480 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.div-block-560 {
  margin-top: 40px;
}

.container-67 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-561 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

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

.text-block-481 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.div-block-563 {
  margin-top: 40px;
}

.text-block-482 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-68 {
  max-width: 1200px;
}

.text-block-483 {
  color: #16a571;
  font-weight: 700;
}

.div-block-564 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-95 {
  color: #505050;
  font-size: 16px;
}

.text-block-484 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-485 {
  color: #000;
  font-weight: 700;
}

.div-block-565 {
  flex: none;
}

.div-block-566 {
  margin-bottom: 20px;
  display: flex;
}

.image-188 {
  margin-right: 20px;
}

.list-item-166 {
  color: #505050;
  font-size: 16px;
}

.div-block-567 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.list-item-167 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.heading-77 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-69 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-568 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

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

.text-block-486 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.div-block-570 {
  margin-top: 40px;
}

.text-block-487 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-70 {
  max-width: 1200px;
}

.text-block-488 {
  color: #16a571;
  font-weight: 700;
}

.div-block-571 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-97 {
  color: #505050;
  font-size: 16px;
}

.text-block-489 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-490 {
  color: #000;
  font-weight: 700;
}

.div-block-572 {
  flex: none;
}

.div-block-573 {
  margin-bottom: 20px;
  display: flex;
}

.image-189 {
  margin-right: 20px;
}

.list-item-170 {
  color: #505050;
  font-size: 16px;
}

.div-block-574 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.list-item-171 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.heading-78 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-71 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-575 {
  margin-top: 40px;
}

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

.div-block-577 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-491 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-492 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-72 {
  max-width: 1200px;
}

.text-block-493 {
  color: #16a571;
  font-weight: 700;
}

.div-block-578 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-99 {
  color: #505050;
  font-size: 16px;
}

.text-block-494 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-495 {
  color: #000;
  font-weight: 700;
}

.div-block-579 {
  flex: none;
}

.div-block-580 {
  margin-bottom: 20px;
  display: flex;
}

.image-190 {
  margin-right: 20px;
}

.list-item-172 {
  color: #505050;
  font-size: 16px;
}

.div-block-581 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.list-item-173 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.heading-79 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.list-34, .list-35 {
  margin-top: 12px;
}

.container-73 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-582 {
  margin-top: 40px;
}

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

.div-block-584 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-496 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-497 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-74 {
  max-width: 1200px;
}

.text-block-498 {
  color: #16a571;
  font-weight: 700;
}

.div-block-585 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-100 {
  color: #505050;
  font-size: 16px;
}

.text-block-499 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-500 {
  color: #000;
  font-weight: 700;
}

.div-block-586 {
  flex: none;
}

.div-block-587 {
  margin-bottom: 20px;
  display: flex;
}

.image-191 {
  margin-right: 20px;
}

.list-item-174 {
  color: #505050;
  font-size: 16px;
}

.div-block-588 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.list-item-175 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.heading-80 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-75 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-589 {
  margin-top: 40px;
}

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

.div-block-591 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-501 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.container-76 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-592 {
  margin-top: 40px;
}

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

.div-block-594 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-502 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-503 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-77 {
  max-width: 1200px;
}

.text-block-504 {
  color: #16a571;
  font-weight: 700;
}

.div-block-595 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-101 {
  color: #505050;
  font-size: 16px;
}

.text-block-505 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-506 {
  color: #000;
  font-weight: 700;
}

.div-block-596 {
  flex: none;
}

.div-block-597 {
  margin-bottom: 20px;
  display: flex;
}

.image-192 {
  margin-right: 20px;
}

.list-item-176 {
  color: #505050;
  font-size: 16px;
}

.div-block-598 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.list-item-177 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.heading-81 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-78 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-599 {
  margin-top: 40px;
}

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

.div-block-601 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-507 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.container-79 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-602 {
  margin-top: 40px;
}

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

.div-block-604 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-508 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-509 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-80 {
  max-width: 1200px;
}

.text-block-510 {
  color: #16a571;
  font-weight: 700;
}

.paragraph-102 {
  color: #505050;
  font-size: 16px;
}

.text-block-511 {
  color: #000;
  font-weight: 700;
}

.div-block-605 {
  flex: none;
}

.div-block-606 {
  margin-bottom: 20px;
  display: flex;
}

.image-193 {
  margin-right: 20px;
}

.list-item-178 {
  color: #505050;
  font-size: 16px;
}

.div-block-607 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.list-item-179 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.heading-82 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-81 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-608 {
  margin-top: 40px;
}

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

.div-block-610 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-512 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-513 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-82 {
  max-width: 1200px;
}

.text-block-514 {
  color: #16a571;
  font-weight: 700;
}

.div-block-611 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-103 {
  color: #505050;
  font-size: 16px;
}

.text-block-515 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-516 {
  color: #000;
  font-weight: 700;
}

.div-block-612 {
  flex: none;
}

.div-block-613 {
  margin-bottom: 20px;
  display: flex;
}

.image-194 {
  margin-right: 20px;
}

.list-item-180 {
  color: #505050;
  font-size: 16px;
}

.div-block-614 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.list-item-181 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.heading-83 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-83 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-615 {
  margin-top: 40px;
}

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

.div-block-617 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-517 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-518 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-84 {
  max-width: 1200px;
}

.text-block-519 {
  color: #16a571;
  font-weight: 700;
}

.div-block-618 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-104 {
  color: #505050;
  font-size: 16px;
}

.text-block-520 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-521 {
  color: #000;
  font-weight: 700;
}

.div-block-619 {
  flex: none;
}

.div-block-620 {
  margin-bottom: 20px;
  display: flex;
}

.image-195 {
  margin-right: 20px;
}

.list-item-182 {
  color: #505050;
  font-size: 16px;
}

.div-block-621 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.list-item-183 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.heading-84 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-85 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-622 {
  margin-top: 40px;
}

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

.div-block-624 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-522 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-523 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-86 {
  max-width: 1200px;
}

.text-block-524 {
  color: #16a571;
  font-weight: 700;
}

.div-block-625 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-105 {
  color: #505050;
  font-size: 16px;
}

.text-block-525 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-526 {
  color: #000;
  font-weight: 700;
}

.div-block-626 {
  flex: none;
}

.div-block-627 {
  margin-bottom: 20px;
  display: flex;
}

.image-196 {
  margin-right: 20px;
}

.list-item-184 {
  color: #505050;
  font-size: 16px;
}

.div-block-628 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.list-item-185 {
  text-transform: none;
  color: #526477;
  background-color: #eaeef4;
  border-radius: 8px;
  margin-right: 10px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.heading-85 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-87 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-629 {
  margin-top: 40px;
}

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

.div-block-631 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-527 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-528 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-88 {
  max-width: 1200px;
}

.text-block-529 {
  color: #16a571;
  font-weight: 700;
}

.div-block-632 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-106 {
  color: #505050;
  font-size: 16px;
}

.text-block-530 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-531 {
  color: #000;
  font-weight: 700;
}

.div-block-633 {
  flex: none;
}

.div-block-634 {
  margin-bottom: 20px;
  display: flex;
}

.image-197 {
  margin-right: 20px;
}

.list-item-186 {
  color: #505050;
  font-size: 16px;
}

.div-block-635 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.heading-86 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-89 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-636 {
  margin-top: 40px;
}

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

.div-block-638 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-532 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-533 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-90 {
  max-width: 1200px;
}

.text-block-534 {
  color: #16a571;
  font-weight: 700;
}

.div-block-639 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-107 {
  color: #505050;
  font-size: 16px;
}

.text-block-535 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-536 {
  color: #000;
  font-weight: 700;
}

.div-block-640 {
  flex: none;
}

.div-block-641 {
  margin-bottom: 20px;
  display: flex;
}

.image-198 {
  margin-right: 20px;
}

.list-item-187 {
  color: #505050;
  font-size: 16px;
}

.div-block-642 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.heading-87 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-91 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-643 {
  margin-top: 40px;
}

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

.div-block-645 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-537 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-538 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-92 {
  max-width: 1200px;
}

.text-block-539 {
  color: #16a571;
  font-weight: 700;
}

.div-block-646 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-108 {
  color: #505050;
  font-size: 16px;
}

.text-block-540 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-541 {
  color: #000;
  font-weight: 700;
}

.div-block-647 {
  flex: none;
}

.div-block-648 {
  margin-bottom: 20px;
  display: flex;
}

.image-199 {
  margin-right: 20px;
}

.list-item-188 {
  color: #505050;
  font-size: 16px;
}

.div-block-649 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.heading-88 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-93 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-650 {
  margin-top: 40px;
}

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

.div-block-652 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-542 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-543 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-94 {
  max-width: 1200px;
}

.text-block-544 {
  color: #16a571;
  font-weight: 700;
}

.div-block-653 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-109 {
  color: #505050;
  font-size: 16px;
}

.text-block-545 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-546 {
  color: #000;
  font-weight: 700;
}

.div-block-654 {
  flex: none;
}

.div-block-655 {
  margin-bottom: 20px;
  display: flex;
}

.image-200 {
  margin-right: 20px;
}

.list-item-189 {
  color: #505050;
  font-size: 16px;
}

.div-block-656 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.heading-89 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-95 {
  max-width: 1200px;
  padding-top: 40px;
}

.list-item-190 {
  font-weight: 400;
}

.div-block-657 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.list-item-191 {
  font-weight: 400;
}

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

.text-block-547 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.div-block-659 {
  margin-top: 40px;
}

.text-block-548 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-96 {
  max-width: 1200px;
}

._3persons-left-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 20px;
  display: grid;
}

.div-block-660 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 20px;
  display: block;
}

.text-block-549 {
  color: #16a571;
  font-weight: 700;
}

.paragraph-110 {
  color: #505050;
  font-size: 16px;
}

.text-block-550 {
  color: #000;
  font-weight: 700;
}

.div-block-661 {
  flex: none;
}

.div-block-662 {
  margin-bottom: 20px;
  display: flex;
}

.image-201 {
  margin-right: 20px;
}

.list-item-192 {
  color: #505050;
  font-size: 16px;
}

.div-block-663 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.heading-90 {
  color: #164343;
  margin-bottom: 32px;
  font-size: 40px;
}

._3persons-right-2 {
  background-color: #fff;
}

.container-97 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-664 {
  margin-top: 40px;
}

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

.div-block-666 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-551 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.list-item-193 {
  font-weight: 400;
}

.text-block-552 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-98 {
  max-width: 1200px;
}

.div-block-667 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.text-block-553 {
  color: #16a571;
  font-weight: 700;
}

.div-block-668 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-111 {
  color: #505050;
  font-size: 16px;
}

.text-block-554 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-555 {
  color: #000;
  font-weight: 700;
}

.div-block-669 {
  flex: none;
}

.div-block-670 {
  margin-bottom: 20px;
  display: flex;
}

.image-202 {
  margin-right: 20px;
}

.list-item-194 {
  color: #505050;
  font-size: 16px;
}

.heading-91 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.container-99 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-671 {
  margin-top: 40px;
}

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

.div-block-673 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-556 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.text-block-557 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-100 {
  max-width: 1200px;
}

.div-block-674 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.text-block-558 {
  color: #16a571;
  font-weight: 700;
}

.div-block-675 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-112 {
  color: #505050;
  font-size: 16px;
}

.text-block-559 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-560 {
  color: #000;
  font-weight: 700;
}

.div-block-676 {
  flex: none;
}

.div-block-677 {
  margin-bottom: 20px;
  display: flex;
}

.image-203 {
  margin-right: 20px;
}

.list-item-195 {
  color: #505050;
  font-size: 16px;
}

.container-101 {
  max-width: 1200px;
  padding-top: 40px;
}

.div-block-678 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.list-item-196, .list-item-197 {
  font-weight: 400;
}

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

.text-block-561 {
  color: #164343;
  font-size: 20px;
  font-weight: 600;
}

.div-block-680 {
  margin-top: 40px;
}

.text-block-562 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-102 {
  max-width: 1200px;
}

.div-block-681 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.text-block-563 {
  color: #16a571;
  font-weight: 700;
}

.div-block-682 {
  background-color: #e0f4f0;
  border-radius: 8px;
  padding: 40px;
  display: none;
}

.paragraph-113 {
  color: #505050;
  font-size: 16px;
}

.text-block-564 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-565 {
  color: #000;
  font-weight: 700;
}

.div-block-683 {
  flex: none;
}

.div-block-684 {
  margin-bottom: 20px;
  display: flex;
}

.image-204 {
  margin-right: 20px;
}

.list-item-198 {
  color: #505050;
  font-size: 16px;
}

.paragraph-114 {
  font-size: 18px;
  font-weight: 400;
}

.solutionswrap-left-2 {
  flex: 0 auto;
  padding-right: 100px;
}

.solutionswrap-right-2 {
  flex: none;
}

.text-block-566 {
  font-size: 16px;
  font-weight: 400;
}

.heading-92 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.container-103 {
  max-width: 1200px;
  padding-top: 40px;
}

.text-block-567 {
  font-size: 16px;
  font-weight: 400;
}

.list-item-199 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-685 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-568 {
  text-align: right;
  color: #164343;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-569 {
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-686._2wer {
  grid-template-columns: 1fr 1fr 1fr;
}

.solutionswrap-right-item-2 {
  background-color: #fff;
  border: 1px solid #f05464;
  border-radius: 8px;
  padding: 16px;
}

.text-block-570 {
  color: #164343;
  font-weight: 500;
}

.text-block-571 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-687 {
  margin-top: 40px;
}

.image-205 {
  flex: 0 auto;
  align-self: center;
  margin-right: 10px;
  display: block;
}

.text-block-572 {
  color: #164343;
  flex: 0 auto;
  font-weight: 600;
}

.section-16 {
  margin-top: 60px;
  padding: 60px 20px;
}

.container-104 {
  max-width: 1200px;
}

.text-block-573 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-574 {
  color: #526477;
  font-size: 18px;
  font-weight: 400;
}

.button-95 {
  color: #fff;
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  min-width: 210px;
  margin-bottom: 7px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 600;
}

.image-206 {
  flex: 0 auto;
  align-self: center;
  margin-right: 10px;
  display: block;
}

.text-block-575 {
  color: #526477;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-576 {
  color: #164343;
  flex: 0 auto;
  font-weight: 600;
}

.section-17 {
  padding: 60px 20px;
}

.div-block-688 {
  margin-top: 20px;
}

.container-105 {
  max-width: 1200px;
}

.text-block-577 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.section-18 {
  padding: 60px 20px;
}

.container-106 {
  max-width: 1200px;
}

.div-block-689 {
  background-color: #e0f4f0;
  background-image: url('../images/Vector-5.png'), url('../images/Vector-6.png');
  background-position: 100% 0, 2% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 260px, 152px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.div-block-690 {
  display: flex;
}

.image-207 {
  align-self: center;
  margin-right: 40px;
}

.div-block-691 {
  align-self: center;
}

.text-block-578 {
  color: #164343;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-579 {
  color: #164343;
  font-size: 24px;
  font-weight: 400;
}

.text-block-580 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-107 {
  max-width: 1200px;
}

._3persons-left-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 20px;
  display: grid;
}

.bold-text-126, .bold-text-127 {
  font-weight: 400;
}

.div-block-692 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.text-block-581 {
  color: #16a571;
  font-weight: 700;
}

.paragraph-115 {
  color: #505050;
  font-size: 16px;
}

.text-block-582 {
  color: #000;
  font-weight: 700;
}

.div-block-693 {
  flex: none;
}

.bold-text-128 {
  font-weight: 400;
}

.div-block-694 {
  margin-bottom: 20px;
  display: flex;
}

.image-208 {
  margin-right: 20px;
}

.list-item-200 {
  color: #505050;
  font-size: 16px;
}

.section-19 {
  padding: 40px 20px;
}

.div-block-695 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.bold-text-129 {
  font-weight: 400;
}

.div-block-696 {
  background-color: #fff;
  border: 1px solid #f05464;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 16px;
}

.paragraph-116 {
  font-size: 18px;
  font-weight: 400;
}

.solutionswrap-left-3 {
  flex: 0 auto;
  padding-right: 100px;
}

.text-block-583 {
  color: #164343;
  font-size: 16px;
  font-weight: 400;
}

.text-block-584 {
  font-size: 16px;
  font-weight: 400;
}

.heading-93 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.container-108 {
  max-width: 1200px;
  padding-top: 40px;
}

.text-block-585 {
  font-size: 16px;
  font-weight: 400;
}

.list-item-201 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-697 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-586 {
  text-align: right;
  color: #164343;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-587 {
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-698._2wer {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-588 {
  color: #164343;
  font-weight: 500;
}

.text-block-589 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-699 {
  margin-top: 40px;
}

.image-209 {
  flex: 0 auto;
  align-self: center;
  margin-right: 10px;
  display: block;
}

.text-block-590 {
  color: #164343;
  flex: 0 auto;
  font-weight: 600;
}

.section-20 {
  margin-top: 60px;
  padding: 60px 20px;
}

.container-109 {
  max-width: 1200px;
}

.text-block-591 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.button-96 {
  color: #fff;
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  min-width: 210px;
  margin-bottom: 7px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 600;
}

.image-210 {
  flex: 0 auto;
  align-self: center;
  margin-right: 10px;
  display: block;
}

.text-block-592 {
  color: #526477;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-593 {
  color: #164343;
  flex: 0 auto;
  font-weight: 600;
}

.div-block-700 {
  margin-top: 20px;
}

.container-110 {
  max-width: 1200px;
}

.text-block-594 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.section-21 {
  padding: 60px 20px;
}

.container-111 {
  max-width: 1200px;
}

.div-block-701 {
  background-color: #e0f4f0;
  background-image: url('../images/Vector-5.png'), url('../images/Vector-6.png');
  background-position: 100% 0, 2% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 260px, 152px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.div-block-702 {
  display: flex;
}

.image-211 {
  align-self: center;
  margin-right: 40px;
}

.div-block-703 {
  align-self: center;
}

.text-block-595 {
  color: #164343;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-596 {
  color: #164343;
  font-size: 24px;
  font-weight: 400;
}

.text-block-597 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-112 {
  max-width: 1200px;
}

.div-block-704 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.text-block-598 {
  color: #16a571;
  font-weight: 700;
}

.paragraph-117 {
  color: #505050;
  font-size: 16px;
}

.text-block-599 {
  color: #000;
  font-weight: 700;
}

.div-block-705 {
  flex: none;
}

.div-block-706 {
  margin-bottom: 20px;
  display: flex;
}

.image-212 {
  margin-right: 20px;
}

.list-item-202 {
  color: #505050;
  font-size: 16px;
}

.section-22 {
  padding: 40px 20px;
}

.div-block-707 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.div-block-708 {
  background-color: #fff;
  border: 1px solid #f05464;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 16px;
}

.paragraph-118 {
  font-size: 18px;
  font-weight: 400;
}

.solutionswrap-left-4 {
  flex: 0 auto;
  padding-right: 100px;
}

.text-block-600 {
  color: #164343;
  font-size: 16px;
  font-weight: 400;
}

.heading-94 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.container-113 {
  max-width: 1200px;
  padding-top: 40px;
}

.list-item-203 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-709 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.text-block-601 {
  text-align: right;
  color: #164343;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-602 {
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-710._2wer {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-603 {
  color: #164343;
  font-weight: 500;
}

.text-block-604 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-711 {
  margin-top: 40px;
}

.image-213 {
  flex: 0 auto;
  align-self: center;
  margin-right: 10px;
  display: block;
}

.text-block-605 {
  color: #164343;
  flex: 0 auto;
  font-weight: 600;
}

.section-23 {
  margin-top: 60px;
  padding: 60px 20px;
}

.column-37 {
  text-align: center;
  display: block;
}

.container-114 {
  max-width: 1200px;
}

.text-block-606 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.image-214 {
  flex: 0 auto;
  align-self: center;
  margin-right: 10px;
  display: block;
}

.text-block-607 {
  color: #164343;
  flex: 0 auto;
  font-weight: 600;
}

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

.container-115 {
  max-width: 1200px;
}

.text-block-608 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.image-215 {
  flex: 0 auto;
  align-self: center;
  margin-right: 10px;
  display: block;
}

.text-block-609 {
  color: #164343;
  flex: 0 auto;
  font-weight: 600;
}

.section-24 {
  margin-top: 60px;
  padding: 60px 20px;
}

.column-39 {
  text-align: center;
  display: block;
}

.container-116 {
  max-width: 1200px;
}

.text-block-610 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.section-25 {
  padding: 60px 20px;
}

.container-117 {
  max-width: 1200px;
}

.div-block-712 {
  background-color: #e0f4f0;
  background-image: url('../images/Vector-5.png'), url('../images/Vector-6.png');
  background-position: 100% 0, 2% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 260px, 152px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  display: flex;
}

.div-block-713 {
  display: flex;
}

.image-216 {
  align-self: center;
  margin-right: 40px;
}

.div-block-714 {
  align-self: center;
}

.text-block-611 {
  color: #164343;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-612 {
  color: #164343;
  font-size: 24px;
  font-weight: 400;
}

.text-block-613 {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.container-118 {
  max-width: 1200px;
}

._3persons-left-item-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 20px;
  display: grid;
}

.div-block-715 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.text-block-614 {
  color: #16a571;
  font-weight: 700;
}

.paragraph-119 {
  color: #505050;
  font-size: 16px;
}

.text-block-615 {
  color: #000;
  font-weight: 700;
}

.div-block-716 {
  flex: none;
}

.div-block-717 {
  margin-bottom: 20px;
  display: flex;
}

.image-217 {
  margin-right: 20px;
}

.list-item-204 {
  color: #505050;
  font-size: 16px;
}

.section-26 {
  padding: 40px 20px;
}

.div-block-718 {
  border-right: 1px solid #00000014;
  flex: 1;
  padding-right: 20px;
}

.container-119 {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-list-5 {
  position: fixed;
}

.dropdown-list-5.w--open {
  background-color: #0000;
  border-top: 1px solid #16a571;
  max-width: none;
  padding-bottom: 8px;
  position: fixed;
  inset: 107px 0 auto;
  overflow: hidden;
}

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

.navbar-logo-left-5 {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  position: fixed;
  inset: 4px 0% auto;
}

.bold-text-130, .bold-text-131 {
  font-weight: 400;
}

.emaillink-2 {
  color: #16a571;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.emaillink-2.fev {
  color: #164343;
  font-size: 12px;
  line-height: 14px;
}

.landingtopbanerbox-2 {
  margin: 100px 0 0;
  padding-top: 7%;
  display: flex;
}

.bold-text-132 {
  color: #3d3d3d;
  font-weight: 400;
}

.button-primary-4 {
  color: #16a571;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #fafdff;
  border: 1px solid #16a571;
  border-radius: 6px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .2s;
  display: block;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #16a571;
}

.button-primary-4:active {
  background-color: #5a99bb;
}

.text-block-616 {
  margin-bottom: 20px;
  font-size: 20px;
}

.dropdown-2 {
  display: block;
  position: static;
}

.text-span-44 {
  color: #16a571;
}

.dropdown-nav-pages-wrapper-2 {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 3px 5px 3px 3px;
}

.dropdown-nav-pages-wrapper-2:hover {
  background-color: #f3faf8;
  border-radius: 8px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.phonelink-2 {
  color: #16a571;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.phonelink-2.fev {
  color: #164343;
  font-size: 12px;
  line-height: 14px;
}

.image-218 {
  vertical-align: baseline;
  max-width: none;
  margin-right: 10px;
  display: inline-block;
}

.image-219 {
  margin-right: 10px;
}

.text-block-617 {
  text-transform: none;
  color: #526477;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 600;
}

.bold-text-133 {
  font-weight: 400;
}

.text-block-618 {
  color: #164343;
}

.list-item-205 {
  margin-top: .3rem;
  position: static;
}

.bold-text-134 {
  font-weight: 400;
}

.emailspan-2 {
  color: #16a571;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.menutopbox-2 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.bold-text-135 {
  font-weight: 400;
}

.bold-text-136 {
  color: #3d3d3d;
  font-weight: 400;
}

.landingtopbanerlefttext-2 {
  color: #132326;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 44px;
}

.bold-text-137 {
  font-weight: 400;
}

.image-220 {
  display: none;
}

.nav-menu-two-5 {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.bold-text-138 {
  font-weight: 400;
}

.nav-link-6 {
  color: #164343;
  letter-spacing: .25px;
  text-transform: capitalize;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #16a571;
}

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

.nav-link-6:visited, .nav-link-6.w--current:visited {
  color: #1a1b1f;
}

.mobile-margin-top-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-wrapper-4 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
}

.menu-button-10 {
  display: none;
}

.sendtelegrambtn-2 {
  color: #16a571;
  background-color: #0000;
  background-image: url('../images/telegram_1telegram.png');
  background-position: 19px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #16a571;
  border-radius: 50px;
  padding: 16px 20px 16px 60px;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.sendtelegrambtn-2:hover {
  color: #fff;
  background-color: #16a571;
}

.sendtelegrambtn-2.mr20 {
  color: #fff;
  background-image: url('../images/telegram_1telegram.png'), linear-gradient(90deg, #164343, #16a571);
  background-position: 15px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-color: #16a571;
  margin-right: 16px;
  padding-left: 50px;
  padding-right: 20px;
}

.sendtelegrambtn-2.nbt {
  border-radius: 8px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
}

.bold-text-139 {
  font-weight: 400;
}

.heading-95 {
  color: #3d3d3d;
  flex: none;
  font-size: 14px;
  font-weight: 400;
}

.bold-text-140, .bold-text-141 {
  font-weight: 400;
}

.list-item-206 {
  text-transform: none;
  display: block;
}

.list-item-206.hid {
  display: none;
}

.bold-text-142 {
  font-weight: 400;
}

.image-221 {
  align-self: center;
  width: 14px;
  height: 14px;
  margin-right: 0;
}

.dropdown-nav-main-wrapper-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-top: 1px #16a571;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
  position: static;
  box-shadow: 0 1px 11px #16a57152;
}

.dropdown-nav-main-wrapper-3._3grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.footercontentboxleftphone-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footercontentboxleftphone-2.mb0 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.image-222 {
  align-self: center;
  display: none;
  position: absolute;
  inset: 25% 50% auto 25%;
}

.bold-text-143 {
  color: #526477;
  font-size: 10px;
}

.bold-text-144 {
  color: #3d3d3d;
  font-weight: 500;
}

.text-block-619 {
  color: #164343;
}

.landingtopbanerwrapper-2 {
  background-color: #f3faf8;
  background-image: url('../images/labelAiBot.png'), url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
  background-position: 80% 28%, 700px 90px, 100% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 246px, 800px, cover;
  height: auto;
  min-height: 90vh;
  max-height: 1000px;
  padding-bottom: 220px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.text-block-620 {
  color: #164343;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

.button-97 {
  color: #16a571;
  text-transform: capitalize;
  background-color: #3898ec00;
  background-image: url('../images/signin-icon.webp');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #16a571;
  border-radius: 6px;
  margin-left: 40px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  display: block;
}

.button-97:hover {
  color: #128159;
}

.solutionsitem-2 {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px;
  font-size: 14px;
  text-decoration: none;
}

.solutionsitem-2:hover {
  background-color: #16a5710d;
  border-color: #16a57166;
}

.solutionsitem-2.w--current {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px;
}

.text-block-621 {
  color: #3d3d3d99;
  font-size: 12px;
  line-height: 14px;
}

.image-223 {
  margin-top: 26px;
  display: block;
}

.image-223.mb30 {
  margin-top: 58px;
}

.paragraph-120 {
  font-size: 12px;
  line-height: 1.4;
}

.text-block-622 {
  color: #3d3d3d;
  font-size: 12px;
}

.landingtopbanerleftbt-2 {
  color: #16a571;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-719 {
  padding-left: 5px;
}

.landingtopbanerbox-3 {
  margin: 100px 0 0;
  padding-top: 7%;
  display: flex;
}

.text-block-623 {
  margin-bottom: 20px;
  font-size: 20px;
}

.text-span-45 {
  color: #16a571;
}

.landingtopbanerleftbtnbox-3 {
  display: block;
}

.landingtopbanerlefttext-3 {
  color: #132326;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 44px;
}

.image-224 {
  align-self: center;
  display: none;
  position: absolute;
  inset: 25% 50% auto 25%;
}

.landingtopbanerleftbt-3 {
  color: #16a571;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.asbox-item-title-2 {
  color: #16a571;
  text-align: center;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
}

.asbox-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 0;
  padding: 0;
  display: grid;
}

.headingm-2 {
  color: #164343;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 48px;
}

.headingm-2.centered {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.container-120 {
  flex: 1;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}

.resultsinnumbers {
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.asbox-item-text-2 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.sbtoptitle-2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

.supportsection-2 {
  padding: 100px 20px;
}

.headingm-3 {
  color: #164343;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 48px;
}

.sbtext-2 {
  color: #16a571;
  line-height: 19px;
}

.text-span-47, .text-span-48 {
  color: #16a571;
}

.text-block-624 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-624.scnd {
  line-height: 150%;
}

.heading-96 {
  color: #164343;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.leadqbox-right-2 {
  background-color: #f3faf8;
  border-radius: 8px;
  padding: 20px;
}

.button-98 {
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px 40px;
  font-weight: 600;
  display: block;
}

.heading-97 {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.heading-97.qual {
  font-size: 40px;
}

.text-block-625 {
  color: #164343;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.container-121 {
  max-width: 1200px;
}

.imebox-item-2 {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
}

.image-225 {
  flex: 1;
  margin-top: 40px;
  margin-left: auto;
  display: block;
}

.text-block-626 {
  color: #526477;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.liqu-leftbox-2 {
  color: #164343;
  background-color: #e0f4f0;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 20px;
}

.div-block-721 {
  padding-top: 40px;
}

.image-226 {
  flex: 0 auto;
  margin-bottom: 20px;
}

.managerboxcontent-2 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.teamsgrid-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.teamsection-2 {
  padding: 60px 20px 100px;
}

.headingm-4 {
  color: #164343;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 48px;
}

.teamsitemtitle-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.managerboxcontentleftbutton-2 {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(90deg, #164343, #16a571);
  border: 1px #16a571;
  border-radius: 50px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.teamsitem-2 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px;
  position: relative;
}

.teamsitemtext-2 {
  color: #164343;
  line-height: 24px;
}

.managerbox-2 {
  background-color: #f3faf8;
  border-radius: 8px;
  padding: 60px 120px;
}

.bold-text-145 {
  color: var(--dark_green);
}

.error-message-3 {
  border-radius: 8px;
}

.text-span-49 {
  color: var(--green-main);
}

.blogteaser {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 12px;
  display: block;
}

.datebox {
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blogcontentsection {
  background-image: url('../images/strelki_bg.webp'), linear-gradient(#f3faf8 77%, #fff);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
}

.blogcontentcontainer {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.blogtwocoll {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2.07fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blogcontentcoll.hid {
  display: none;
}

.clockimg {
  align-self: center;
  margin-right: 3px;
}

.blogteasertitle {
  color: #164343;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

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

.blogteasertitle.bold-text-104 {
  font-size: 18px;
  font-weight: 500;
}

.heading-98 {
  color: #164343;
  margin-bottom: 40px;
  font-size: 40px;
}

.blogteaserheader {
  border-radius: 8px;
  height: 200px;
  margin-bottom: 10px;
}

.blogteaserheader.aiagent {
  background-image: url('../images/Blog-Cover-15-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 16px;
}

.blogteaserheader._6ans {
  background-image: url('../images/Blog-Cover-8-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blogteaserheader._6ans._1 {
  background-image: url('../images/Blog-Cover-14-min.jpg');
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 16px;
}

.blogteaserheader._6ans._4 {
  background-image: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 16px;
  position: relative;
}

.blogteaserheader._6ans._2 {
  background-image: url('../images/Blog-Cover-11-min.jpg');
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 16px;
}

.blogteaserheader._6ans._3 {
  background-image: url('../images/Blog-Cover-12-min.jpg');
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 16px;
}

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

.clockbox {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blogteaserdatebox {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 16px;
  display: flex;
}

.blogteasertitlebox {
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  line-height: 1.4;
}

.dateboxtext {
  color: #526477;
  font-size: 16px;
}

.dateboxtext.small {
  font-size: 14px;
}

.timeperiod {
  color: #526477;
  font-size: 16px;
}

.timeperiod.small {
  font-size: 14px;
}

.dateboximg {
  align-self: center;
  margin-right: 3px;
}

.bold-text-146 {
  color: var(--dark_green);
}

.posttopcontentsection {
  background-color: #f3faf8;
  padding-top: 108px;
  padding-left: 20px;
  padding-right: 20px;
}

.gatlist {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.postcontentcontainer {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.taglistitem {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  box-shadow: 0 2px 5px #0000000d;
}

.postdatetimebox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 16px;
  display: flex;
}

.postdatetimebox.strech {
  justify-content: space-between;
  align-items: stretch;
}

.postcontentimg {
  border-radius: 8px;
  height: 300px;
}

.postcontentimg._6ans {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Blog-Cover-15-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 390px;
  margin-bottom: 20px;
  display: block;
  box-shadow: 0 2px 5px #1643430d;
}

.postheading {
  color: #164343;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
}

.posttagbox {
  margin-bottom: 20px;
}

.list-43 {
  margin-top: 0;
  font-size: 18px;
}

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

.anhorbox {
  background-color: #fff;
  border: 1px #eaeef4;
  border-radius: 8px;
  max-height: 100vh;
  margin-bottom: 20px;
  padding: 16px;
  position: sticky;
  top: 109px;
}

.headingh2 {
  color: var(--dark_green);
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 600;
}

.headingh2.blog {
  margin-top: 40px;
}

.text-block-628 {
  margin-bottom: 8px;
  font-size: 18px;
}

.text-block-629 {
  margin-bottom: 12px;
  font-size: 18px;
}

.postparagraph {
  color: #3d3d3d;
  margin-bottom: 20px;
  font-size: 18px;
}

.text-block-630 {
  margin-bottom: 12px;
}

.list-42 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 18px;
}

.postreadalsocontainer {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.postlist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.text-block-631 {
  margin-bottom: 8px;
  font-size: 18px;
}

.postitem {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f3faf8;
  border-radius: 8px;
  flex: none;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 8px;
}

.anhornavigation {
  margin-bottom: 0;
}

.postct {
  margin-bottom: 30px;
}

.text-block-632 {
  color: #164343;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-633 {
  color: var(--dark_green);
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
}

.list-41 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 18px;
  list-style-type: disc;
}

.postcontentsection {
  padding-left: 20px;
  padding-right: 20px;
}

.list-40 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
}

.text-block-634 {
  margin-bottom: 16px;
  font-size: 18px;
}

.text-block-635 {
  margin-bottom: 12px;
  font-size: 18px;
}

.columns-20 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph-121 {
  margin-bottom: 16px;
  font-size: 18px;
}

.postreadalsosection {
  padding: 60px 20px;
}

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

.bold-text-147 {
  color: var(--dark_green);
  font-weight: 600;
}

.text-span-50 {
  color: var(--gray);
}

.list-44 {
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 18px;
}

.text-block-636 {
  margin-bottom: 8px;
  font-size: 18px;
}

.text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55 {
  font-weight: 500;
}

.aibotbox {
  background-color: #16a571;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 16px;
}

.text-block-637 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.text-span-56, .text-span-57 {
  color: #164343;
}

.button-99 {
  text-align: center;
  background-color: #164343;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: all .3s ease-in-out;
  display: block;
}

.button-99:hover {
  background-color: #20644b;
}

.morebox {
  background-color: #f3faf8;
  border-radius: 8px;
  padding: 16px;
}

.morebox.hhide {
  display: block;
}

.moreboxtop {
  color: #526477;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.2;
}

.moreboxtext {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.moreboxlink {
  color: #16a571;
  vertical-align: baseline;
  padding-right: 20px;
  text-decoration: none;
  display: inline;
}

.text-block-638 {
  color: var(--grey90);
  margin-left: 5px;
}

.div-block-722 {
  background-color: var(--white);
  border-radius: 8px;
  padding: 10px 16px;
  display: inline-block;
  box-shadow: 0 2px 5px #0000000d;
}

.collection-list-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.rich-text-block-4 {
  font-size: 18px;
  font-weight: 400;
}

.postimg {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 300px;
}

.collection-list-wrapper-2-colll {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-block-640 {
  color: var(--grey90);
  margin-left: 5px;
  font-size: 14px;
}

.collection-item-2 {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 5px #0000000d;
}

.image-227 {
  aspect-ratio: auto;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 200px;
}

.image-228 {
  position: absolute;
  inset: 10px auto auto 10px;
}

.collection-item-3 {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 5px #0000000d;
}

.text-span-58, .text-span-59 {
  color: var(--dark_green);
}

.empty-state {
  background-color: #0000;
}

.text-block-641, .text-block-642, .text-block-643 {
  font-size: 14px;
  font-weight: 400;
}

.text-block-644 {
  font-size: 14px;
  font-weight: 600;
}

.tab-link-tab-2-4 {
  flex: 1;
}

.text-block-645 {
  background-color: #5a99bb33;
  border-radius: 4px;
  align-self: center;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: 600;
}

.text-block-645.green {
  color: #16a571;
  background-color: #16a57133;
}

.text-block-645.violet {
  color: #537be0;
  background-color: #537be033;
}

.div-block-723 {
  flex-flow: wrap;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.text-block-646, .text-block-647, .text-block-648, .text-block-649, .text-block-650, .text-block-651 {
  font-size: 14px;
  font-weight: 400;
}

.tab-link-tab-3-4 {
  flex: 1;
}

.text-block-652 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-652.green {
  color: #16a571;
}

.text-block-652.viola {
  color: #537be0;
}

.pricing-table-cell-check-green-2 {
  text-align: center;
  border-bottom: 1px solid #eaeef4;
  border-right: 1px solid #eaeef4;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.text-block-653 {
  font-size: 14px;
  font-weight: 400;
}

.tab-link-tab-1-4 {
  flex: 1;
}

.text-block-654 {
  flex-flow: wrap;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

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

.pricing-wrapper-3 {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

.tooltipimage-3 {
  flex: none;
  align-self: center;
}

.div-block-724 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pricing-table-cell-check-red-2 {
  text-align: center;
  border-bottom: 1px solid #eaeef4;
  border-right: 1px solid #eaeef4;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-725 {
  flex: 1;
  align-self: center;
  padding-right: 60px;
}

.postreadalsocontainers {
  max-width: 1200px;
}

.heading-100 {
  margin-bottom: 30px;
  font-size: 40px;
}

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

.image-229 {
  border-radius: 8px;
  margin-bottom: 0;
}

.div-block-726 {
  align-items: stretch;
  display: block;
}

.heading-101 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.link-block-9 {
  color: var(--dark_green);
  text-decoration: none;
}

.link-block-9:hover {
  text-decoration: underline;
}

.link-block-10 {
  margin-bottom: 5px;
}

.list-45 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.paragraph-122 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-123, .paragraph-124, .paragraph-125, .paragraph-126, .paragraphapp {
  margin-bottom: 10px;
  font-weight: 400;
}

.link-18, .link-19 {
  color: var(--medium-blue);
}

.bold-text-151 {
  font-size: 26px;
}

.footercontainer-2 {
  max-width: 1280px;
}

.footer-divider-3 {
  background-color: #464646;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footmenulink-2 {
  color: #164343;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.footmenulink-2:hover {
  text-decoration: underline;
}

.footerlink-2 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footerlink-2:hover {
  color: #1a1b1fbf;
  text-decoration: underline;
}

.footercopyrightboxlefttext-2 {
  color: #888;
  font-size: 12px;
}

.socialitem-2 {
  color: #3d3d3d;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.socialitem-2.telega {
  display: none;
}

.italic-text-3 {
  color: #797979;
}

.title-small-2 {
  color: #16a571;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.title-small-2.hid {
  color: #fff;
  display: block;
}

.footersection-2 {
  padding: 100px 20px 20px;
  display: block;
}

.footmnu-2 {
  margin-top: 20px;
  display: none;
}

.phonelink-3 {
  color: #16a571;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footercontentboxleftadresstext-2 {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 1.2;
}

.softsection {
  background-color: #f3faf8;
  background-image: url('../images/aihand.avif'), url('../images/aiarrbf.avif');
  background-position: 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 774px, 1171px;
}

.softsection.nts {
  background-image: url('../images/aiarrbf.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 1171px;
}

.softsection.aibg {
  background-image: url('../images/software.avif'), url('../images/aiarrbf.avif');
  background-position: 100% 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 725px, 1171px;
}

.softcontainer {
  max-width: 1200px;
  padding: 140px 20px 90px;
}

.softcontainer.fullw {
  padding-left: 0;
  padding-right: 0;
}

.softheader {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.green-top-text {
  color: var(--green-main);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-102 {
  margin-bottom: 20px;
  font-size: 48px;
}

.softparagraph {
  color: #3d3d3d;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

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

.fostbtnbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.fostbtnbox.no-pad {
  margin-top: 32px;
  margin-bottom: 0;
}

.shlbutton {
  border: 1px solid var(--green-main);
  background-color: var(--green-main);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  flex: 1;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 2px 5px #16434326;
}

.shrbutton {
  border: 1px solid var(--green-main);
  color: var(--green-main);
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  flex: 1;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0 2px 5px #16434326;
}

.spbox-item {
  background-color: var(--white);
  color: var(--green-main);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
}

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

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

.softgrhbox-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffffe6;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.softgrhbox-item-text {
  font-size: 18px;
  line-height: 1.4;
}

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

.softcontainerw {
  max-width: 1200px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.softcontainerw.w1280 {
  max-width: 1280px;
}

.softcontainerw.w1280.mt60 {
  padding-top: 60px;
}

.softcontainerw.w1000 {
  max-width: 1040px;
}

.softcontainerw.padd0 {
  padding-left: 0;
  padding-right: 0;
}

.h2heading {
  margin: 10px 10px 10px 0;
  font-size: 40px;
}

.h2heading.centered {
  text-align: center;
  margin-bottom: 10px;
}

.h2heading.mb25 {
  margin-bottom: 30px;
  margin-left: 0;
}

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

.ctstitle {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.ctsbadge {
  border: 1px solid var(--green-main);
  border-radius: 12px;
  padding: 8px 16px;
  display: inline-block;
}

.ctsbadgebox {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.ctsbadgebox.alignleft {
  justify-content: flex-start;
}

.ctswrappgrid {
  margin-bottom: 20px;
}

.temwrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 20px;
  display: grid;
}

.temwrappitem {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 8px #1643430d;
}

.temwrappitem.p32 {
  padding: 32px;
}

.temtitle {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.temtitle.mb20 {
  margin-bottom: 34px;
}

.temimage {
  margin-bottom: 40px;
}

.tex-name {
  font-size: 20px;
  font-weight: 600;
}

.temlist {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 0;
  font-size: 20px;
  list-style-type: none;
  display: block;
}

.temlist-item {
  background-image: url('../images/Check-icon_1Check-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 30px;
  padding-left: 30px;
  display: inline-block;
}

.temlist-item.d-block {
  display: block;
}

.temparagraph {
  color: var(--gray);
  margin-bottom: 10px;
  font-size: 20px;
}

.askblox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f3faf8;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px 120px;
  display: grid;
  box-shadow: 0 2px 8px #0000000d;
}

.askbloxright {
  background-color: var(--white);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 2px 5px #1643430d;
}

.askbutton {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--dark_green), var(--green-main));
  text-align: center;
  border-radius: 6px;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

.askbutton:hover {
  cursor: pointer;
}

.askbloxleft {
  padding-right: 80px;
}

.askbloxright-img {
  margin-bottom: 10px;
}

.askbloxright-toptext {
  color: var(--grey90);
  margin-bottom: 10px;
  line-height: 1.4;
}

.askbloxright-bottext {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.greenbgblock {
  background-color: #f3faf8;
  border-radius: 24px;
  padding: 40px;
}

.text-span-60 {
  color: var(--green-main);
}

.gbgrid2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.gbgrid2-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.gbgrid2-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.aedleft {
  flex: 1;
  height: 100%;
}

.aedinfo {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #1643430d;
}

.aedinfotext {
  color: #070707;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.aedgreenbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green-main);
  color: var(--white);
  border-radius: 8px;
  padding: 32px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.text-block-695 {
  flex: none;
}

.aeddiv {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #1643430d;
}

.text24 {
  color: #070707;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.paragraph-128 {
  color: var(--gray);
  font-size: 20px;
  line-height: 1.4;
}

.btnba-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  display: flex;
}

.btnba-box.marginr {
  justify-content: flex-end;
}

.btnba-box.centeredb {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
}

.btnba-box.hid {
  display: none;
}

.bookacall {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--dark_green), var(--green-main));
  text-align: center;
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.bookacall.fullw {
  flex: 1;
}

.askaquestion {
  border: 1px solid var(--green-main);
  color: var(--green-main);
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

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

.askaquestion.askq3.fullw {
  flex: 1;
}

.askaquestion.askq7.fullw {
  text-align: center;
  flex: 1;
}

.paragraph18 {
  color: var(--gray);
  font-size: 18px;
}

.text-span-61 {
  color: var(--green-main);
}

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

.text-span-62 {
  color: var(--green-main);
}

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

.image-231.mt-30 {
  margin-top: 49px;
}

.text-span-63 {
  color: var(--green-main);
}

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

.link-20 {
  color: var(--green-main);
  margin-top: 20px;
  font-size: 22px;
  display: inline-block;
}

.storywrap-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.storyitem {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  padding: 30px 20px;
  display: block;
  box-shadow: 0 2px 5px #1643430d;
}

.story-itemtext {
  color: var(--green-main);
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.storyitem-text {
  color: var(--gray);
  font-size: 22px;
  line-height: 1.6;
}

.storywrap-rl, .storywrap-rr {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.storyitemgreen {
  border: 1px solid var(--green-main);
  border-radius: 12px;
  padding: 32px 20px;
}

.storyitemgreen-bt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.airt-text {
  color: var(--green-main);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.image-232 {
  margin-bottom: 25px;
}

.bold-text-152 {
  font-weight: 400;
}

.paragraph-129 {
  color: #164343;
}

.paragraph-130 {
  color: var(--gray);
  text-align: center;
  font-size: 22px;
}

.text-block-696 {
  color: var(--green-main);
  text-align: center;
  font-size: 22px;
}

.aicasesgrid2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.aicasesgrid-item {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 40px 36px;
  box-shadow: 0 2px 5px #1643430d;
}

.aicases-slogan {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--green-main);
  background-color: #f3faf8;
  border-radius: 20px;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

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

.whyadwrapp-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 8px #1643430d;
}

.wawicon {
  margin-bottom: 25px;
}

.paragraph-fs24 {
  color: #070707;
  font-size: 24px;
  line-height: 1.4;
}

.div-block-727 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 39px;
  display: flex;
}

.div-block-728 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green-main);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.future-section {
  background-color: #f3faf8;
  background-image: url('../images/futureBgIcon.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

.future-section.mt60 {
  margin-top: 60px;
}

.container-122 {
  max-width: 840px;
}

.paragraph-131 {
  color: #333;
  font-size: 20px;
  line-height: 1.4;
}

.paragraph-132 {
  color: var(--gray);
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}

.fururebadgebox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.fbadge-item {
  border: 1px solid var(--green-main);
  color: var(--green-main);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.image-234 {
  width: 100%;
  margin-top: 40px;
}

.chat-btn {
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 20px 4px 4px;
  animation: 1.5s infinite pulse;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.chat-btn:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.chat-btn.greenbg {
  border: 1px solid #16a571;
}

.chat-btn.greenbg.hide {
  display: none;
}

.chattextbox {
  margin-left: 6px;
}

.chatname {
  color: #16a571;
  font-weight: 500;
}

.chatslogan {
  font-weight: 500;
}

.bak {
  border: 1px solid var(--green-main);
  color: var(--green-main);
  text-transform: none;
  background-color: #fafdff;
  border-radius: 6px;
  margin-left: 140px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.menu-tag {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.storytext {
  color: var(--gray);
  margin-bottom: 10px;
  font-size: 18px;
}

.storygt {
  color: var(--green-main);
  font-size: 32px;
}

.h2subtext {
  color: var(--gray);
  margin-bottom: 40px;
  font-size: 22px;
}

.h2subtext.mb10 {
  margin-bottom: 10px;
}

.h2subtext.mb10.centered {
  text-align: center;
}

.dphgrid {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--green-main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 128px;
  font-weight: 500;
  display: grid;
}

.dphg-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  flex-flow: column;
  padding: 32px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tt-dphg-item {
  color: var(--dark_green);
  margin-bottom: 100px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.d-phg-item {
  align-self: flex-start;
}

.bg-dphg-item {
  opacity: .2;
  line-height: .7;
  position: absolute;
  inset: auto 4px -4px auto;
}

.sdv-list {
  padding-left: 0;
  font-size: 20px;
  list-style-type: none;
}

.sdv-litem {
  background-image: url('../images/bullgr.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.engineer-gr-box {
  text-align: center;
  background-color: #f3faf8;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.engineer-gr-box.br8 {
  border-radius: 8px;
}

.list-tm-title {
  color: var(--green-main);
  margin-right: 10px;
  font-style: italic;
  display: inline-block;
}

.aipod {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 40px;
  text-decoration: none;
  position: relative;
}

.aipod:hover {
  box-shadow: 0 2px 5px #0003;
}

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

.image-237 {
  position: absolute;
  inset: 20px 20px auto auto;
}

.text-block-697 {
  color: var(--green-main);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.div-block-729 {
  text-align: center;
}

.wawtitle {
  color: #070707;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.wawtext {
  color: var(--gray);
  font-size: 18px;
}

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

.div-block-730 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green-main);
  border-radius: 8px;
  margin-top: 16px;
  padding: 28px 32px;
  display: flex;
}

.div-block-731 {
  align-self: center;
}

.text-block-698 {
  color: var(--white);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
}

.text-block-699 {
  color: var(--white);
  font-size: 20px;
}

.temtitle28 {
  color: #070707;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
}

.temflist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.temflistitem {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f3faf8;
  border-radius: 20px;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  display: flex;
}

.temf-list-text {
  color: var(--green-main);
  font-size: 20px;
}

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

.scw3grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.headrightbox {
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.image-238 {
  align-self: center;
}

.htitle40 {
  margin-bottom: 20px;
  font-size: 40px;
}

.sghbox-item {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 4px 2px 16px #1643430d;
}

.text-block-700 {
  color: #3d3d3d;
}

.sghbox-item-gtext {
  color: var(--green-main);
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.sghbox-item-uptext {
  color: var(--gray);
  margin-bottom: 10px;
  line-height: 1.6;
}

.scw-item {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 4px 2px 12px #0000000d;
}

.scw-item-p {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 20px;
}

.scw-item-img {
  margin-bottom: 20px;
}

.scw-item-title {
  color: #070707;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.head64 {
  margin-bottom: 20px;
  font-size: 64px;
}

.text-span-64 {
  color: var(--green-main);
}

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

.div-block-733 {
  background-color: var(--white);
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px;
}

.div-block-734 {
  background-color: var(--dark_green);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px;
  display: flex;
}

.text-block-701 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.text-block-702 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
}

.text-block-703 {
  color: var(--white);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}

.div-block-735 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-133 {
  font-size: 20px;
}

.div-block-736 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-737, .div-block-738 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-block-704 {
  color: var(--green-main);
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-739 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sdv-item-tt, .adv-item-bt {
  margin-left: 10px;
}

.body8 {
  font-family: Inter, sans-serif;
}

.claratextboxtop {
  color: #16a571;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.mccboxright-2 {
  flex: 1;
  align-self: center;
  max-height: 700px;
}

.hparag {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.hparag.clara {
  font-size: 20px;
}

.button-100 {
  background-color: #16a571;
  border-radius: 8px;
  margin-right: 10px;
  padding: 12px 35px;
  font-weight: 600;
}

.button-100.getchataibot {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  display: block;
}

.button-100.getchataibot.clara {
  text-align: center;
  padding: 8px 32px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
}

.claralabel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px 8px 8px;
  display: inline-flex;
}

.markheadersection-2 {
  background-color: #f3faf8;
  background-image: url('../images/strelki_bg.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.yare {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 16px 20px;
  display: flex;
}

.yare.mt10 {
  background-color: #0000;
  border: 1px solid #eaeef4;
  margin-top: 60px;
}

.headtextconitemimg {
  align-self: center;
  min-width: 24px;
  margin-right: 20px;
}

.hh1t {
  color: #123636;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.2;
}

.hh1t.clara {
  padding-right: 42px;
  font-size: 54px;
}

.text-span-65 {
  color: #123636;
}

.yaret {
  color: #123636;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.mccbox-2 {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.claratextboxbottom {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.mccboxleft-2 {
  flex: 1;
  padding-top: 60px;
  padding-right: 0;
}

.text-block-705 {
  opacity: .5;
  color: #16a571;
  background-color: #f3faf8;
  border: 1px #16a57140;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  padding: 0 7px;
  font-size: 38px;
  line-height: 1.2;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.get-started-item-3 {
  border: 1px solid #eaeef4;
  border-radius: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
  box-shadow: 2px 4px 8px #1643430d;
}

.get-started-item-3.clara {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-135 {
  color: #0a1b1b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-135.blck {
  color: #343434;
}

.clara-step {
  padding-bottom: 20px;
}

.get-started-in-3-easy-steps-3 {
  padding: 100px 20px 80px;
}

.text-block-706 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.container-123 {
  max-width: 1280px;
}

.step_flex-2 {
  margin-bottom: 10px;
}

.step_flex-2.clara {
  flex-flow: column;
  display: flex;
}

.text-span-66 {
  color: #16a571;
}

.setappheading-2 {
  color: #164343;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 36px;
  line-height: 1.2;
}

.setappheading-2.wbud {
  margin-bottom: 10px;
}

.get-started-box-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.scontainer {
  max-width: 1280px;
}

.tablehb {
  background-color: #f3faf8;
  padding: 16px 20px;
}

.tablehb.bbot {
  border-bottom: 1px solid #eaeef4;
}

.tablehb.rightborder {
  border-right: 1px solid #eaeef4;
}

.tablehb.rightborder.bbot {
  border-bottom: 1px solid #eaeef4;
}

.babletextb {
  color: #070707;
  padding: 20px;
  font-size: 20px;
  line-height: 1.4;
}

.babletextb.bottbor {
  border-bottom: 1px solid #eaeef4;
}

.babletextb.bottbor.rightbord {
  border-right: 1px solid #eaeef4;
}

.ssection {
  padding: 80px 20px;
}

.tablehtext {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.tablehtext.greenht {
  color: #16a571;
  font-size: 24px;
}

.tbic {
  flex: 0 auto;
  align-self: center;
  margin-right: 15px;
}

.textbt {
  font-size: 18px;
  font-weight: 400;
}

.tablewicontext {
  color: #070707;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.tablewicontext.bottomborder {
  border-bottom: 1px solid #eaeef4;
}

.tablewicontext.bottomborder.rightborder, .tablewicontext.rightborder {
  border-right: 1px solid #eaeef4;
}

.tablegr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cpbitem {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 22px;
  box-shadow: 0 3px 9px -4px #0003;
}

.button-101 {
  text-align: center;
  background-color: #16a571;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.gbboxgriditemimg {
  margin-bottom: 20px;
}

.geenbgbox {
  background-color: #f3faf8;
  border-radius: 24px;
  padding: 40px 32px;
}

.cpbleft {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 16px;
  display: grid;
}

.gbboxgriditemtext {
  color: #070707;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.h2heading-2 {
  color: #164343;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
}

.text-block-707 {
  text-align: left;
  color: #16a571;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.gbboxgriditemcontent {
  color: #3d3d3d;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

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

.button-102 {
  background-color: #16a571;
  border-radius: 8px;
  margin-right: 10px;
  padding: 12px 35px;
  font-weight: 600;
}

.button-102.getchataibot {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  display: block;
}

.button-102.getchataibot.clara {
  text-align: center;
  padding: 8px 32px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.div-block-740 {
  flex: 0 auto;
}

.tabcontentbntwrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.hwosp {
  color: #3d3d3d;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.h2heading-3 {
  color: #164343;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
}

.text-block-708 {
  text-align: left;
  color: #16a571;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.hwosright {
  display: flex;
}

.hwos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  margin-top: 40px;
  display: grid;
}

.hwosst {
  color: #3d3d3d;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.hwostitle {
  color: #070707;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.subhtext {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.hwositem {
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px;
}

.hwositem.wbg {
  background-image: url('../images/soc-illu.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hwosimg {
  margin-bottom: 20px;
}

.faq-accordion-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #123636;
  border: 1px solid #123636;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.faq-accordion-5.p0 {
  padding-left: 0;
  padding-right: 0;
}

.button-103 {
  color: #16a571;
  background-color: #fff;
  border: 1px solid #16a571;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  display: flex;
}

.button-103:hover {
  color: #fff;
  background-color: #16a571;
}

.button-103.clara {
  padding: 8px 32px;
  font-weight: 500;
}

.whatbotssection-2 {
  padding: 80px 20px;
}

.whatbotscontainer-2 {
  max-width: 1280px;
}

.paragraph-136 {
  font-size: 18px;
  line-height: 26px;
}

.paragraph-136:hover {
  color: #3d3d3d;
}

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

.button-104 {
  background-color: #16a571;
  border-radius: 8px;
  margin-right: 10px;
  padding: 12px 35px;
  font-weight: 600;
}

.button-104.getchataibot {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  display: block;
}

.button-104.getchataibot.clara {
  text-align: center;
  padding: 8px 32px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.text-block-709 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.tabcontentbntwrap-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.paragraph-137 {
  color: #3d3d3d;
  line-height: 22px;
}

.btnblockcta-2 {
  text-align: center;
  background-color: #16a571;
  border: 1px solid #16a571;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  transition: all .2s ease-in-out;
  display: block;
}

.btnblockcta-2:hover {
  color: #fff;
  background-color: #139163;
  border: 1px solid #16a571;
}

.whatbotsitem-2 {
  padding: 40px 20px 20px 32px;
}

.whatbotsitem-2:hover {
  color: #3d3d3d;
  background-color: #0000;
}

.whatbotsitem-2.gbr {
  border-right: 1px solid #16a571;
}

.whatbotsitem-2.gbr:hover {
  color: #3d3d3d;
}

.whatbotsitem-2.gbr.gbb {
  border-bottom: 1px solid #16a571;
}

.whatbotsitem-2.gbr.gbb:hover {
  color: #3d3d3d;
  background-color: #0000;
}

.whatbotsitem-2.gbr.gbb.bgbluelight {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f3faf8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.whatbotsitem-2.gbb {
  border-bottom: 1px solid #16a571;
}

.headingm-5 {
  color: #164343;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 60px;
  font-size: 36px;
  line-height: 48px;
}

.faq2-icon-4 {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2-icon-4.gbar {
  flex: 0 auto;
  width: 16px;
  max-width: none;
}

.whatbotsboxmob-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.text-block-710, .text-block-711 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

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

.div-block-741.mb20 {
  margin-bottom: 20px;
}

.faq-accordion-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #123636;
  border: 1px solid #123636;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.faq-accordion-6.p0 {
  padding-left: 0;
  padding-right: 0;
}

.faq-accordion-6.p0.disnone {
  display: block;
}

.tetitembottom {
  color: #0a1b1b;
  font-size: 22px;
  line-height: 1.2;
}

.casestabboxmobile-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.casestexttitle {
  color: #070707;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

.text-span-67 {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 24px;
}

.button-105 {
  background-color: #16a571;
  border-radius: 8px;
  margin-right: 10px;
  padding: 12px 35px;
  font-weight: 600;
}

.button-105.getchataibot {
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  display: block;
}

.button-105.getchataibot.clara {
  text-align: center;
  padding: 8px 32px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

.button-105.getchataibot.clara.small {
  max-width: 300px;
}

.text-span-68 {
  margin-left: 2px;
  font-size: 24px;
}

.tabcontentbntwrap-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.tab-link-tab-1-5 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 16px;
}

.tab-link-tab-1-5.w--current {
  color: #fff;
  text-align: center;
  background-color: #16a571;
  border-radius: 8px 8px 0 0;
  margin-left: 5px;
  margin-right: 0;
  padding: 16px;
  font-weight: 500;
}

.tcbcaeleft {
  flex: 1;
  padding-right: 80px;
}

.ttit {
  color: #16a571;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.casessection-2 {
  color: #0a1b1b;
  background-color: #fff;
  padding: 100px 0 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.ttp1 {
  color: #0a1b1b;
  margin-bottom: 20px;
  font-size: 18px;
}

.tcbcaeright {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.tt1 {
  color: #0a1b1b;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.tab2-chatlite {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 480px;
  max-height: 750px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.headingm-6 {
  color: #164343;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 60px;
  font-size: 36px;
  line-height: 48px;
}

.casestabscontent-2 {
  border: 1px solid #16a571;
  border-radius: 0 0 8px 8px;
  padding: 24px;
}

.tetitemtop {
  color: #16a571;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.ca {
  max-width: 1280px;
}

.tabcontentbox-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.tetcolitem {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px 10px 32px 20px;
}

.text-span-69 {
  font-size: 24px;
}

.tab-link-tab-2-5 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px 8px 0 0;
  margin-left: 0;
  margin-right: 5px;
  padding: 16px;
  display: block;
}

.tab-link-tab-2-5:hover, .tab-link-tab-2-5.w--current {
  color: #fff;
  background-color: #16a571;
  border-color: #16a571;
}

.faq2-icon-5 {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2-icon-5.gbar {
  flex: 0 auto;
  width: 16px;
  max-width: none;
}

.image-240 {
  margin-left: 100px;
}

.tab-link-tab-3-5 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px 8px 0 0;
  margin-left: 5px;
  padding: 16px;
  display: block;
}

.tab-link-tab-3-5:hover, .tab-link-tab-3-5.w--current {
  color: #fff;
  background-color: #16a571;
  border-color: #16a571;
}

.messages-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: visible;
}

.messages-container.self-care {
  justify-content: flex-start;
  align-items: center;
  height: 550px;
}

.text-block-712 {
  font-size: 16px;
  font-weight: 600;
}

.bold-text-153 {
  font-weight: 500;
}

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

.gbbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.gbbox.vcv {
  display: block;
}

.gbbox.vcv.pt0 {
  margin-top: 0;
}

.h2heading-4 {
  color: #164343;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
}

.gbboxgriditem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 13px 20px #1643430d;
}

.gbboxgriditem.wstroke {
  border: 1px solid #16a571;
}

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

.list-item-207, .list-item-208 {
  color: #164343;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
  font-size: 17px;
  font-weight: 400;
}

.drivescontainer-2 {
  max-width: 1280px;
}

.drivesbottomboxitemimg-2 {
  width: 100%;
  margin-bottom: 20px;
}

.drivesbottomboxitemtext-2 {
  color: #3d3d3d;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.drivesbottomboxitem-2 {
  background-color: #fff;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  padding: 32px 20px;
}

.drivesbottomboxitem-2.clara {
  padding-left: 32px;
  padding-right: 32px;
}

.heading-103 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 40px;
}

.drivessection-2 {
  padding: 80px 20px;
}

.drivesbottomboxitemtitle-2 {
  color: #164343;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

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

.paragraph-138 {
  color: #164343;
  width: auto;
  font-size: 22px;
  line-height: 1.3;
}

.list-46 {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-item-209 {
  color: #164343;
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
  font-size: 17px;
  font-weight: 400;
}

.greensectionbg {
  text-align: center;
  background-color: #164343;
  background-image: url('../images/Layer_2.png'), url('../images/Layer_3.png');
  background-position: 100% -19px, -7% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 386px, 465px;
  margin-top: 0;
  padding: 60px 120px;
}

.glabelsitem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.glabelsitemt {
  color: #123636;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #16a571;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.2;
  display: inline-flex;
}

.heading-108 {
  color: #fff;
  text-align: center;
  max-width: 1200px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
}

.heading-108.clara {
  max-width: none;
  font-size: 48px;
}

.text-span-70 {
  color: #16a571;
}

.paragraph-139 {
  color: #fff;
  text-align: center;
  max-width: 875px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.button-106 {
  color: #fff;
  text-align: center;
  background-color: #16a571;
  background-image: none;
  border-radius: 8px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
}

.button-106:hover {
  background-image: linear-gradient(90deg, #16a571, #16a571 50%);
}

.text-field-25 {
  background-color: #f6fafd;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 16px;
}

.success-message-13 {
  background-color: #fff;
}

.text-block-713 {
  color: #3d3d3d;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.closebtnpopup-2 {
  color: #164343;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #16a571;
  cursor: pointer;
  position: absolute;
  inset: 20px 20px auto auto;
}

.field-label-6 {
  font-size: 16px;
}

.field-label-7 {
  font-size: 16px;
  font-weight: 500;
}

.field-label-8 {
  margin-bottom: .25px;
  display: none;
}

.text-field-26 {
  background-color: #f6fafd;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 16px;
}

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

.textarea-3 {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #f6fafd;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  min-height: 100px;
  margin-bottom: 20px;
  display: block;
}

.text-field-27 {
  background-color: #f6fafd;
  border: 1px solid #eaeef4;
  border-radius: 8px;
  margin-bottom: 16px;
}

.text-block-715 {
  color: #fff;
  padding: 9px 15px;
}

.button-107 {
  color: #3d3d3d;
  text-align: center;
  background-color: #fff;
  flex: none;
  font-size: 16px;
  font-weight: 500;
}

.formtitle-2 {
  color: #164343;
  margin-bottom: 20px;
  font-size: 36px;
}

.formtitle-2.bt10 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.div-block-742 {
  background-color: var(--white);
  background-image: url('../images/procentGroup.png');
  background-position: 95% 100%;
  background-repeat: no-repeat;
  background-size: 238px;
  border-radius: 8px;
  margin-top: 40px;
  padding: 20px;
  box-shadow: 4px 2px 12px #1643430d;
}

.list-47 {
  color: var(--green-main);
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-item-210 {
  background-image: url('../images/Group-5769_1Group-5769.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 28px;
}

.text-block-716 {
  color: var(--dark_green);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.text-block-717 {
  color: var(--green-main);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.list-48 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--green-main);
  margin-top: 40px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item-211 {
  border: 1px solid var(--green-main);
  background-image: url('../images/wbg-check-Icon.png');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 8px 4px 28px;
}

.text-span-71 {
  font-weight: 400;
}

.container-124 {
  max-width: 1200px;
}

.ucg-container {
  max-width: 1140px;
}

.ucg-section {
  margin-top: 60px;
}

.ucg-hero-box {
  text-align: center;
  background-image: linear-gradient(135deg, #e8eeff, #f0f3ff 50%, #e4e9ff);
  padding: 50px 40px 60px;
}

.body-13 {
  background-color: #f4f6ff;
}

.ucg-hb-h1 {
  color: #1a1a2e;
  margin-bottom: 16px;
  font-size: 48px;
}

.text-span-72 {
  color: #5b6abf;
}

.paragraph-140 {
  line-height: 1.6;
}

.ucg-hg-paragraph {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ucg-fg-header {
  margin-top: 48px;
  margin-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.ucg-fg-h2 {
  color: #1a1a2e;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}

.paragraph-141 {
  color: #888;
  text-align: center;
  font-size: 16px;
}

.ucg-fg-featured {
  margin-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.ucg-featured-card-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #1a1a2e;
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: box-shadow .2s;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 24px #0000000f;
}

.ucg-featured-card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 40px #0000000f;
}

.ucg-featured-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.ucg-featured-body {
  padding: 48px 44px;
}

.ucg-featured-pill {
  color: #fff;
  letter-spacing: .8px;
  background-color: #5b6abf;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.ucg-featured-title {
  color: #1a1a2e;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.paragraph-142 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.65;
}

.ucg-featured-meta {
  color: #999;
  margin-bottom: 24px;
  font-size: 14px;
}

.ucg-featured-btn {
  background-color: #fcd303;
  border-radius: 24px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.ucg-mcg-box {
  margin-bottom: 80px;
}

.usg-mcg-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.usg-muc-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;
}

.ucg-mcg-card {
  color: #5b6abf;
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: 16px;
  height: 100%;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  overflow: hidden;
  box-shadow: 0 2px 12px #0000000d;
}

.ucg-mcg-card:hover {
  transform: translateY(-3px);
}

.ucg-mcg-card-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.ucg-mcg-card-body {
  color: #1a1a2e;
  padding: 24px 24px 28px;
}

.ucg-mcg-card-pill {
  color: #5b6abf;
  margin-bottom: 12px;
}

.usg-mcg-card-title {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
}

.ucg-mcg-card-desc {
  color: #666;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.ucg-mcg-card-meta {
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
}

.ucg-body {
  background-color: #f4f6ff;
}

.pagination {
  margin-top: 40px;
}

.heading-109 {
  width: 100%;
}

.ucg-main-wrapp {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .menu-open-overlay {
    z-index: 1001;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .list-item-12 {
    background-size: 19px;
  }

  .button-49.disabledstepbtn, .button-50.disabledstepbtn, .button-52.disabledstepbtn {
    background-color: #16a571;
  }

  .blog-post-item {
    justify-content: center;
    align-items: flex-end;
  }

  .blog-post-item-wrapper {
    flex-direction: column;
    display: flex;
  }

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

  .paidtraffic {
    background-image: url('../images/poloska.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 1440px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question-2.ptb12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-57 {
    display: inline-block;
  }

  .image-137 {
    width: 20px;
    height: 20px;
  }

  .free-simple-crm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-62 {
    display: inline-block;
  }

  .perfect-for-a-wide-range-of-industries {
    background-image: none;
  }

  .button-64 {
    display: inline-block;
  }

  .get-started-item.tr {
    flex: 1;
  }

  .radio-button-field {
    border-style: solid;
    border-color: #eaeef4;
  }

  .bold-text-19, .bold-text-18 {
    color: #526477;
    font-size: 24px;
  }

  .radio-button-field-2:active {
    border-color: #16a571;
  }

  .bold-text-17 {
    color: #526477;
    font-size: 24px;
  }

  .text-block-254 {
    font-weight: 700;
  }

  .text-block-254.tehnical {
    color: #5a99bb;
  }

  .text-block-254.green {
    color: #16a571;
  }

  .button-67 {
    display: inline-block;
  }

  .bold-text-25, .bold-text-26 {
    color: #526477;
    font-size: 24px;
  }

  .radio-button-field-3:active {
    border-color: #16a571;
  }

  .text-block-280 {
    font-weight: 700;
  }

  .text-block-280.tehnical {
    color: #5a99bb;
  }

  .text-block-280.green {
    color: #16a571;
  }

  .bold-text-31 {
    color: #526477;
    font-size: 24px;
  }

  .radio-button-field-4:active {
    border-color: #16a571;
  }

  .bold-text-32 {
    color: #526477;
    font-size: 24px;
  }

  .text-block-324 {
    font-weight: 700;
  }

  .text-block-324.green {
    color: #16a571;
  }

  .text-block-324.tehnical {
    color: #5a99bb;
  }

  .btn_small {
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 500;
    line-height: 19px;
  }

  .ideal-small-businesses {
    padding: 100px 20px;
  }

  .container-48 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    display: flex;
  }

  .heading-56 {
    font-size: 40px;
    line-height: 48px;
  }

  .list-27 {
    margin-bottom: 40px;
    padding-left: 0;
    list-style-type: none;
    display: flex;
  }

  .list-item-136 {
    background-image: url('../images/Check-icon_1Check-icon.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 28px;
    flex: 0 auto;
    align-self: auto;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 38px;
    font-size: 18px;
    line-height: 21px;
  }

  .heading-57 {
    font-size: 30px;
    line-height: 38px;
  }

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

  .heading-65, .heading-67 {
    font-size: 40px;
    line-height: 48px;
  }

  .landingtopbanerwrapper, .landingtopbanerwrapper.top60 {
    background-image: url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
    background-position: 700px 90px, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 800px, cover;
  }

  .tabcontentbox {
    margin-bottom: 20px;
  }

  .button-89 {
    background-color: var(--green-main);
    border-radius: 8px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .topheadersection {
    height: auto;
  }

  .radio-button-field-10 {
    border-style: solid;
    border-color: #eaeef4;
  }

  .radio-button-field-11:active {
    border-color: #16a571;
  }

  .text-block-445 {
    font-weight: 700;
  }

  .text-block-445.green {
    color: #16a571;
  }

  .text-block-445.tehnical {
    color: #5a99bb;
  }

  .socli {
    display: none;
  }

  .landingtopbanerwrapper-2 {
    background-image: url('../images/labelAiBot.png'), url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
    background-position: 80% 28%, 700px 90px, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 246px, 800px, cover;
  }

  .image-224 {
    display: none;
  }

  .button-100, .button-102, .button-104, .button-105 {
    background-color: #16a571;
    border-radius: 8px;
    padding-left: 35px;
    padding-right: 35px;
  }

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

@media screen and (min-width: 1440px) {
  .bold-text-7 {
    font-size: 16px;
  }

  .heading-27 {
    font-size: 56px;
  }

  .bold-text-8 {
    font-size: 16px;
  }

  .list-item-12 {
    font-size: 21px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .button-48 {
    background-color: #3898ec00;
    background-image: url('../images/backicon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: block;
  }

  .progessstep {
    background-color: #f1eef9;
    border-radius: 5px;
    width: 105px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .progessstep.active {
    background-color: #16a571;
    flex: 0 auto;
  }

  .progressmainstep {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .button-49.disabledstepbtn {
    background-color: #16a571;
  }

  .landerprogessstep-inner {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .stepone {
    margin-top: 60px;
    display: none;
  }

  .button-50.disabledstepbtn {
    background-color: #16a571;
  }

  .button-51 {
    background-color: #3898ec00;
    background-image: url('../images/backicon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: block;
  }

  .button-52.disabledstepbtn {
    background-color: #16a571;
  }

  .button-53 {
    background-color: #3898ec00;
    background-image: url('../images/backicon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: block;
  }

  .container-23 {
    padding-top: 80px;
  }

  .button-80 {
    flex: 0 auto;
    width: 100%;
    height: 44px;
  }

  .image-162 {
    width: 550px;
    max-width: none;
  }

  .h1-4._600-bold {
    margin-bottom: 0;
  }

  .list-item-132 {
    font-size: 18px;
  }

  .div-block-453 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

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

  .column-29 {
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-454 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .text-block-370 {
    color: #526477;
    font-size: 18px;
    font-weight: 400;
  }

  .heading-61 {
    margin-bottom: 0;
  }

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

  .text-block-372 {
    color: #526477;
    font-size: 18px;
    font-weight: 400;
  }

  .button-81 {
    flex: 0 auto;
    width: 100%;
    height: 44px;
  }

  .div-block-442 {
    width: 100%;
    max-width: 1200px;
  }

  .image-152 {
    width: 28px;
    height: 28px;
  }

  .heading-63 {
    margin-bottom: 0;
  }

  .div-block-436 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 0 auto;
    align-self: flex-end;
    width: 100%;
    height: auto;
    display: flex;
  }

  .lead-qualification {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .div-block-438 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #e0f4f0;
    border-radius: 8px;
    padding: 20px;
  }

  .btn_small {
    background-color: #16a571;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    padding: 12px 24px;
    display: flex;
  }

  .get-started-item-2 {
    width: 100%;
  }

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

  .heading-64 {
    margin-bottom: 0;
  }

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

  .button-83 {
    flex: 0 auto;
    width: 100%;
    height: 44px;
  }

  .image-166 {
    width: 550px;
    max-width: none;
  }

  .h1-5._600-bold {
    margin-bottom: 0;
  }

  .div-block-458 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .landingtopbanerwrapper {
    background-image: url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
    background-position: 800px 90px, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 800px, cover;
  }

  .landingtopbanerwrapper.top60 {
    background-image: url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
    background-position: 100% 60px, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 800px, cover;
  }

  .topheadersection {
    background-image: url('../images/BotNew.png'), url('../images/strelki_bg.webp');
    background-position: 140% 68px, 140% 68px;
    background-repeat: no-repeat, no-repeat;
    background-size: 900px, 1200px;
    height: auto;
  }

  .socli {
    display: none;
  }

  .landingtopbanerwrapper-2 {
    background-image: url('../images/labelAiBot.png'), url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
    background-position: 72% 28%, 800px 90px, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 246px, 800px, cover;
  }

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

  .heading-96 {
    margin-bottom: 0;
  }

  .div-block-720 {
    width: 100%;
    max-width: 1200px;
  }

  .button-98 {
    flex: 0 auto;
    width: 100%;
    height: 44px;
  }

  .text-block-626 {
    color: #526477;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-721 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 0 auto;
    align-self: flex-end;
    width: 100%;
    height: auto;
    display: flex;
  }

  .image-226 {
    width: 28px;
    height: 28px;
  }

  .markheadersection-2 {
    min-height: 800px;
  }

  .headtextconitemimg {
    position: static;
    inset: 0% auto 0% 0%;
  }

  .text-block-707, .text-block-708 {
    color: #16a571;
    font-weight: 500;
  }

  .tab-link-tab-1-5, .tab-link-tab-2-5 {
    margin-left: 5px;
  }

  .tab-link-tab-3-5 {
    margin-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .button-62.fr {
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 500;
  }

  .setappheading {
    margin-bottom: 20px;
  }

  .paragraph-29 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-246 {
    margin-bottom: 8px;
    padding-bottom: 0;
  }

  .text-block-245 {
    margin-bottom: 12px;
  }

  .get-started-item.fghfg {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .plansheaderbox {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 30%;
    display: flex;
  }

  .button-69 {
    margin-bottom: 0;
  }

  .header-5.mtb {
    background-position: 0 250%;
    background-size: cover;
  }

  .container-35 {
    padding-top: 200px;
  }

  .pricing-wrapper {
    box-shadow: 2px 4px 12px #1643430d;
  }

  .solutionswrap-left {
    padding-right: 40px;
  }

  .solutionswrap-right {
    margin-top: 8px;
  }

  .div-block-430 {
    margin-top: 12px;
  }

  .columns-14 {
    padding-right: 0;
  }

  .image-162 {
    width: 550px;
    padding-left: 20px;
    padding-right: 0;
  }

  .list-item-132 {
    font-size: 18px;
  }

  .heading-61 {
    font-weight: 600;
  }

  .text-block-371 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-371.scnd {
    margin-bottom: 0;
  }

  .leadqbox-left {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .leadqbox {
    margin-bottom: 60px;
  }

  .text-block-372 {
    line-height: 140%;
  }

  .image-152, .heading-62, .heading-62.tnb20 {
    margin-bottom: 20px;
  }

  .heading-62.qual {
    margin-bottom: 40px;
  }

  .heading-63 {
    margin-bottom: 10px;
  }

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

  .text-block-373 {
    margin-bottom: 8px;
  }

  .text-block-375 {
    width: 85%;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .btn_small {
    flex: 0 auto;
  }

  .get-started-item-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: stretch;
  }

  .list-27 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .list-item-136 {
    text-align: left;
    background-size: 24px;
    margin-right: 0;
    padding-left: 36px;
  }

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

  .column-31 {
    padding-right: 40px;
  }

  .landingtopbanerwrapper {
    background-image: url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
    background-position: 90% 90px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 800px, cover;
  }

  .landingtopbanerwrapper.top60 {
    background-image: url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
    background-position: 95% 74px, 100% 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 900px, cover;
  }

  .scrolllinelogo {
    bottom: 20px;
  }

  .scrolllinelogobox {
    opacity: .6;
  }

  .contactleftcontent {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-175 {
    display: none;
  }

  .made-chatbot {
    background-position: 1150px 0, 100% 0;
    background-size: 800px, 1200px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .topheadersection {
    background-position: 120% 40px, 120% 40px;
    background-size: 1000px, 1000px;
    height: auto;
  }

  .topheadercontainer.main {
    padding-top: 20px;
  }

  .topheaderleftcontentbtnbox {
    margin-bottom: 48px;
  }

  .topheaderleftcontentlbt {
    color: var(--dark_green);
    letter-spacing: .1px;
    line-height: 120%;
  }

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

  .dashheader {
    min-height: auto;
  }

  .advicesection {
    padding-top: 120px;
  }

  .advicecontainerboxitemtext {
    font-size: 18px;
    font-weight: 400;
  }

  .mainfuncboxitem {
    text-align: left;
  }

  .div-block-493 {
    flex: 1;
  }

  .div-block-495 {
    flex: 1;
    align-self: auto;
    display: block;
  }

  .bitrix24section {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 680px;
    max-height: 1080px;
    display: flex;
  }

  .div-block-506 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .text-block-371-copy {
    margin-bottom: 20px;
  }

  .text-block-371-copy.scnd {
    margin-bottom: 0;
  }

  .landingtopbanerbox-2 {
    padding-top: 12%;
  }

  .image-222 {
    display: none;
  }

  .landingtopbanerwrapper-2 {
    background-image: url('../images/labelAiBot.png'), url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
    background-position: 70% 23%, 90% 90px, 100% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 246px, 800px, cover;
  }

  .landingtopbanerbox-3 {
    padding-top: 12%;
  }

  .image-224 {
    display: none;
  }

  .headingm-2.centered {
    padding-left: 200px;
    padding-right: 200px;
  }

  .container-120 {
    max-width: 1200px;
  }

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

  .text-block-624 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
  }

  .text-block-624.scnd {
    margin-bottom: 0;
    font-weight: 400;
  }

  .heading-96 {
    margin-bottom: 10px;
  }

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

  .heading-97.qual {
    margin-bottom: 40px;
  }

  .text-block-625 {
    margin-bottom: 8px;
  }

  .text-block-626 {
    line-height: 140%;
  }

  .liqu-leftbox-2, .image-226 {
    margin-bottom: 20px;
  }

  .blogcontentsection {
    background-position: 100%, 0 0;
  }

  .postcontentimg._6ans {
    max-width: 388px;
  }

  .aibotbox {
    margin-top: 0;
  }

  .pricing-wrapper-3 {
    box-shadow: 2px 4px 12px #1643430d;
  }

  .div-block-725 {
    align-self: center;
  }

  .markheadersection-2 {
    min-height: 800px;
  }

  .mccbox-2 {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-top: 100px;
  }

  .text-block-705 {
    margin-bottom: 8px;
    padding-bottom: 0;
  }

  .paragraph-135 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-706 {
    margin-bottom: 12px;
  }

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

  .greensectionbg {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .glabelsitem {
    margin-bottom: 0;
  }

  .heading-108.clara {
    font-size: 48px;
  }

  .paragraph-139 {
    padding-left: 160px;
    padding-right: 160px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small, .margin-bottom.margin-smallest, .margin-bottom.margin-small, .margin-bottom.margin-small {
    margin-bottom: 1rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .field-label {
    font-size: 1.1rem;
  }

  .button.is-icon.background-color-black {
    width: 100%;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .text-size-large.text-weight-semibold {
    padding-right: 0;
    font-family: Inter, sans-serif;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar-link {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .info-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .info-content {
    align-self: flex-start;
    margin-right: auto;
  }

  .text-align-center-2 {
    font-size: 1.1rem;
  }

  .floating-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .person-image-wrapper.is-image-2 {
    width: 28vw;
  }

  .person-image-wrapper.is-image-3, .person-image-wrapper.is-image-5 {
    width: 26vw;
  }

  .person-image-wrapper.is-image-4, .person-image-wrapper.is-image-6 {
    width: 24vw;
  }

  .person-image-wrapper.is-image-1 {
    width: 28vw;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-style-link-2 {
    font-size: 1.1rem;
  }

  .form-wrapper {
    width: 100%;
  }

  .login-image {
    height: 40rem;
  }

  .login-navbar {
    justify-content: center;
  }

  .login-content-left {
    padding-top: 6rem;
  }

  .login-component {
    grid-template-columns: 1fr;
  }

  .login-footer {
    justify-content: center;
    padding-left: 0%;
  }

  .pricing-grid.margin-top {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .pricing-plan.free {
    border: 1px solid #e2e2e2;
  }

  .blog67-heading {
    margin-right: 3rem;
  }

  .blog67-heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog67-button-row {
    flex: none;
  }

  .blog-featured-item-content {
    padding: 2rem;
  }

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

  .blogpost-content {
    margin-bottom: 3rem;
  }

  .blogpost-header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .content28-component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .style-guide-section, .changelog-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .pricing-collection-list {
    grid-template-columns: 1fr;
  }

  .read-time {
    display: none;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .visual-features-item.navbar {
    padding: 25px;
  }

  .navigation-left {
    display: flex;
  }

  .nav-mobile-button-wrap {
    grid-column-gap: 9px;
    align-items: center;
    display: flex;
  }

  .navigation {
    border-bottom-style: none;
    display: none;
  }

  .navigation-mob {
    border-bottom: 0 #4455671c;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
  }

  .resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .menu-mob {
    background-color: var(--black);
    color: #fff;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #006b52;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    display: flex;
    position: absolute;
    box-shadow: 0 10px 20px #0003;
  }

  .nav-menu-inner {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    padding-bottom: 33px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .navigation-main {
    height: 86px;
  }

  .video-lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .layout-tab-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .primary-cta-component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .grid-2 {
    width: 50%;
    margin: 1rem auto;
  }

  .extended-info {
    flex-direction: column;
    margin-right: auto;
  }

  .info-component-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .product-features-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .testimonial-component-main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-dark-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .grid-information-block {
    max-width: 100%;
  }

  .call-to-action-image {
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .call-to-action-image-background {
    object-fit: cover;
    align-self: auto;
    height: 100%;
  }

  .primary-call-to-action-info {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .head-info {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .layout-timeline-item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .secondary-cta-component {
    grid-column-gap: 3rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .grid-head {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2-5 {
    font-size: 2.75rem;
  }

  .grid-contact {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

  .info-component-grid-head {
    grid-column-gap: 0rem;
    grid-row-gap: 1.75rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: auto;
    display: grid;
  }

  .image-3 {
    margin-right: auto;
  }

  .top-margin {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hire-us {
    display: none;
  }

  .brand-2.w--current {
    padding-left: 0;
  }

  .nav-menu-2 {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .menu-open-overlay {
    z-index: auto;
    background-color: #000000d9;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-animation {
    display: none;
  }

  .contact-us-button-wrapper {
    width: 118px;
    display: block;
  }

  .menu-button {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
    display: none;
  }

  .middle-line {
    background-color: #fff;
  }

  .middle-line.black-background {
    background-color: #101010;
  }

  .nav-menu-logo {
    justify-content: flex-start;
    width: 85px;
    height: 35px;
    display: flex;
  }

  .fixed-navbar-wrapper {
    display: none;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .nav-links-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-line {
    background-color: #fff;
  }

  .top-line.black-background {
    background-color: #101010;
  }

  .enquire-btn-wrapper {
    flex: 0 auto;
    display: block;
  }

  .navbar {
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    transform: none;
  }

  .nav-menu-inner-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .navbar-container {
    justify-content: space-between;
    display: flex;
  }

  .bottom-line {
    background-color: #fff;
  }

  .bottom-line.black-background {
    background-color: #101010;
  }

  .middle-line--45 {
    background-color: #fff;
  }

  .middle-line--45.black-background {
    background-color: #101010;
  }

  .nav-menu-3 {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .hero-wrapper {
    padding: 0;
  }

  .h1._600-bold {
    font-size: 34px;
    line-height: 38px;
  }

  .hero-section {
    padding: 94px 20px 60px;
  }

  .btn-div {
    width: 207px;
    height: 58px;
  }

  .hero-heading {
    max-width: 420px;
  }

  .bold-text-5 {
    font-size: 35px;
    line-height: 38px;
  }

  .navbar-wrapper {
    border-radius: 0;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .home-hero-flex-left {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .animated-words-wrapper {
    height: 57px;
  }

  .main-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .top-bar-wrapper {
    display: none;
  }

  .paragraph-20 {
    padding-right: 0;
  }

  .columns-3 {
    flex-flow: column-reverse wrap;
    align-items: center;
    display: flex;
  }

  .heading-22 {
    padding-right: 0;
  }

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

  .focus-on-winning-strategies {
    padding: 60px 20px;
  }

  .paragraph-21 {
    padding-right: 0;
  }

  .columns-4 {
    flex-flow: column;
    display: flex;
  }

  .image-22 {
    margin-top: 40px;
  }

  .heading-23 {
    padding-right: 0;
  }

  .keeping-everything-crystal-clear {
    padding: 60px 20px;
  }

  .reports {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-22 {
    padding-right: 0;
  }

  .image-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-2 {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .heading-24 {
    padding-right: 0;
  }

  .column-4 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    display: block;
  }

  .column-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    margin-bottom: 40px;
    display: block;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .we-ll-walk-you-through-it {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-34 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    place-items: stretch stretch;
    display: flex;
  }

  .why-seo-section {
    padding: 60px 20px;
  }

  .why-us-image {
    flex: 0 auto;
    width: 100%;
  }

  .why-us-flex-left {
    width: 100%;
    max-width: none;
    padding-top: 20px;
    padding-left: 0;
  }

  .why-us-flex {
    grid-row-gap: 90px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .why-us-flex-right {
    width: 100%;
    padding-right: 0;
  }

  .why-us-image-wrapper {
    max-width: none;
  }

  .why-us-paragraph {
    margin-bottom: 40px;
  }

  .footer-columns {
    min-width: 300px;
    margin-bottom: 55px;
  }

  .footer-column-wrapper {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .copyright-wrapper {
    margin-top: 5px;
  }

  .webflow-branding {
    grid-row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .getstarted {
    padding-top: 40px;
  }

  .image-112 {
    width: 160px;
    margin-bottom: 20px;
  }

  .div-block-38 {
    margin-bottom: 60px;
  }

  .heading-27 {
    text-align: center;
    font-size: 38px;
    line-height: 42px;
  }

  .progessstep, .progessstep.active {
    width: 60px;
  }

  .progressmainstep {
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr;
  }

  .div-block-330 {
    grid-template-columns: 1fr;
  }

  .brand-3.w--current {
    padding-left: 0;
  }

  .nav-menu-4 {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-links-wrapper-2 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-5 {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .nav-links-wrapper-3 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h2-6 {
    font-size: 2.75rem;
  }

  .brand-4.w--current {
    padding-left: 0;
  }

  .nav-menu-6 {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .h1-2._600-bold {
    font-size: 34px;
    line-height: 38px;
  }

  .blog-search-2 {
    min-width: auto;
  }

  .all-blog-post-wrapper {
    flex: 0 500px;
    padding-right: 0;
  }

  .tags {
    margin-right: 0;
  }

  .menu-button-2 {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
  }

  .service-hero-section {
    padding-top: 220px;
  }

  .service-hero-heading {
    margin-top: 0;
  }

  .nav-links-wrapper-4 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post-item {
    width: 100%;
  }

  .enquire-btn-wrapper-2 {
    display: none;
  }

  .blog-posts-container {
    grid-row-gap: 90px;
    flex-direction: column;
  }

  .blog-post-right-flex {
    max-width: none;
  }

  .navbar-container-2 {
    display: flex;
  }

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

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

  .blog-post-list {
    column-count: 0;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .brand-5.w--current {
    padding-left: 0;
  }

  .nav-menu-7 {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .menu-button-3 {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
  }

  .nav-links-wrapper-5 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .enquire-btn-wrapper-3 {
    display: none;
  }

  .brand-6.w--current {
    padding-left: 0;
  }

  .nav-menu-8 {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .menu-button-4 {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
  }

  .nav-links-wrapper-6 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .enquire-btn-wrapper-4 {
    display: none;
  }

  .brand-7.w--current {
    padding-left: 0;
  }

  .nav-menu-9 {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .menu-button-5 {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
  }

  .nav-links-wrapper-7 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .enquire-btn-wrapper-5 {
    display: none;
  }

  .nav-links-wrapper-8 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .enquire-btn-wrapper-6 {
    display: none;
  }

  .nav-links-wrapper-9 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .enquire-btn-wrapper-7 {
    display: none;
  }

  .nav-links-wrapper-10 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .enquire-btn-wrapper-8 {
    display: none;
  }

  .h3 {
    font-size: 34px;
  }

  .recent-post-item-wrapper-2 {
    justify-content: flex-start;
  }

  .enquire-btn-wrapper-9 {
    display: none;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
  }

  .navbar-2 {
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    transform: none;
  }

  .nav-links-wrapper-11 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-10 {
    z-index: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    max-height: 100vh;
    padding: 40px;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .navbar-wrapper-2 {
    border-radius: 0;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .main-container-2 {
    max-width: 560px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .header {
    padding-top: 40px;
  }

  .text-block-229 {
    padding-right: 0;
  }

  .button-54 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .graphics {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .serviceslist {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-343 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer, .solution {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .header-2 {
    padding-top: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .navbar-brand {
    display: block;
  }

  .text-block-239 {
    padding-right: 0;
    font-size: 18px;
  }

  .text-block-239.mb10 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon-4 {
    color: var(--green-main);
    font-size: 33px;
    display: block;
  }

  .image-124 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-3._600-bold {
    padding-right: 0;
    font-size: 34px;
    line-height: 38px;
  }

  .button-60 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-357 {
    width: auto;
  }

  .bold-text-10 {
    font-size: 28px;
    line-height: 38px;
  }

  .menu-button-6 {
    padding: 12px;
    display: block;
  }

  .menu-button-6.w--open {
    color: #fff;
    background-color: #fff;
  }

  .container-14 {
    max-width: 728px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .headerbox-2 {
    margin-top: 80px;
    padding-bottom: 60px;
  }

  .navbar-logo-left {
    top: 4px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    min-height: auto;
    margin-top: 0;
    padding: 20px 20px 30px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-wrapper-3 {
    padding-bottom: 8px;
  }

  .div-block-355 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-123 {
    max-width: none;
  }

  .text-block-242.fs16 {
    font-size: 16px;
  }

  .div-block-358 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .serviceslist-2 {
    padding: 40px 20px 20px;
  }

  .heading-32 {
    font-size: 20px;
  }

  .div-block-382 {
    padding-right: 0;
  }

  .div-block-383 {
    grid-template-columns: 1fr;
  }

  .heading-43 {
    padding-right: 0%;
  }

  .paidtraffic {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-268 {
    font-size: 16px;
  }

  .button-57 {
    display: inline-block;
  }

  .button-61 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-387 {
    width: auto;
  }

  .div-block-388 {
    padding-left: 0;
    padding-right: 0;
  }

  .free-simple-crm {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-44 {
    padding-right: 0;
  }

  .list-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .button-62 {
    display: inline-block;
  }

  .perfect-for-a-wide-range-of-industries {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-246 {
    padding-left: 0;
    padding-right: 0;
  }

  .get-started-in-3-easy-steps {
    padding-bottom: 40px;
  }

  .button-64 {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
  }

  .get-started-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .plans {
    padding-top: 20px;
  }

  .plansbox {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-366 {
    margin-bottom: 20px;
  }

  .container-21 {
    padding-top: 20px;
  }

  .plansheaderbox {
    flex-flow: column;
    width: 60%;
  }

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

  .faq2-icon-3 {
    margin-left: 0;
  }

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

  .heading-33, .paragraph-41 {
    padding-right: 0;
  }

  .don-t-let-your-budget-go-to-waste {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-7 {
    flex-flow: row;
  }

  .column-22 {
    flex: 0 auto;
    display: flex;
  }

  .button-67 {
    display: inline-block;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .imdustries-box-text {
    margin-bottom: 40px;
  }

  .header-3 {
    padding-top: 10px;
  }

  .header-3.mtb {
    padding-top: 20px;
  }

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

  .div-block-375 {
    flex: 1;
    align-self: center;
  }

  .container-30 {
    max-width: 728px;
  }

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

  .text-block-258 {
    text-align: left;
    padding-left: 20px;
    font-size: 28px;
  }

  .image-139 {
    max-width: none;
  }

  .div-block-374 {
    flex: none;
    align-self: center;
  }

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

  .header-4 {
    padding-top: 10px;
  }

  .div-block-396 {
    margin-bottom: 20px;
  }

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

  .image-140 {
    max-width: none;
  }

  .div-block-401 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .serviceslist-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-5 {
    padding-top: 10px;
  }

  .ourstoryboxlefttext {
    padding-right: 0;
    font-size: 16px;
  }

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

  .image-141 {
    max-width: none;
  }

  .paragraph-32, .list-item-44 {
    font-size: 16px;
  }

  .paragraph-49 {
    padding-right: 0;
  }

  .header-6 {
    padding-top: 10px;
  }

  .image-142 {
    max-width: none;
  }

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

  .div-block-404 {
    z-index: 3;
  }

  .enterpriseplan {
    flex-flow: column;
  }

  .enterpriseplanleft {
    margin-bottom: 20px;
  }

  .text-block-291 {
    margin-bottom: 10px;
  }

  .price-banner {
    width: 90%;
  }

  .by-industry {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .image-146 {
    max-width: none;
  }

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

  .div-block-414 {
    margin-bottom: 20px;
  }

  .header-7 {
    padding-top: 10px;
  }

  ._1person {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-nav-container.hrrigth {
    border-right-style: none;
    flex-flow: column;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dropdown-list-3.w--open {
    z-index: 99;
    top: 85px;
  }

  .list-item-102 {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-nav-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .35fr;
    display: block;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 0;
  }

  .nav-link-4.prl {
    padding-right: 30px;
  }

  .dropdown {
    width: 100%;
  }

  .div-block-446 {
    padding-left: 0;
  }

  .button-78 {
    margin-left: 0;
  }

  .image-157 {
    align-self: center;
  }

  .navbar-wrapper-5 {
    display: block;
  }

  .container-44 {
    max-width: 728px;
    padding-top: 10px;
  }

  .button-79 {
    margin-left: 0;
  }

  .image-161 {
    max-width: none;
  }

  .dropdown-nav-main-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .35fr;
    display: block;
  }

  .button-80 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .h1-4._600-bold {
    padding-right: 0;
    font-size: 34px;
    line-height: 38px;
  }

  .navbar-logo-left-2 {
    display: block;
  }

  .list-item-133 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .navbar-brand-2 {
    display: block;
  }

  .menu-button-7 {
    padding: 5px 12px;
  }

  .menu-button-7.w--open {
    color: #fff;
    background-color: #fff;
  }

  .nav-menu-two-2 {
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    list-style-type: none;
    display: flex;
  }

  .dropdown-list-4.w--open {
    top: 83px;
  }

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

  .headerbox-4.mt {
    margin-top: 60px;
  }

  .bold-text-78 {
    font-size: 30px;
    line-height: 36px;
  }

  .icon-7 {
    color: #16a571;
    font-size: 38px;
  }

  .list-item-135 {
    padding-left: 0;
  }

  .div-block-454 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .serviceslist-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-81 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn_small {
    padding-left: 25px;
    padding-right: 25px;
  }

  .get-started-item-2 {
    padding-top: 40px;
  }

  .container-48 {
    max-width: 713px;
  }

  .heading-56, .heading-57 {
    text-align: center;
  }

  .text-block-377 {
    padding-right: 0;
  }

  .navbar-wrapper-6 {
    display: block;
  }

  .container-50 {
    max-width: 728px;
    padding-top: 10px;
  }

  .button-82 {
    margin-left: 0;
  }

  .image-165 {
    max-width: none;
  }

  .asbox {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .button-83 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-5._600-bold {
    padding-right: 0;
    font-size: 34px;
    line-height: 38px;
  }

  .navbar-logo-left-3 {
    display: block;
  }

  .list-item-137 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand-3 {
    display: block;
  }

  .menu-button-8 {
    padding: 5px 12px;
  }

  .menu-button-8.w--open {
    color: #fff;
    background-color: #fff;
  }

  .nav-menu-two-3 {
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    list-style-type: none;
    display: flex;
  }

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

  .headerbox-5.mt {
    margin-top: 60px;
  }

  .bold-text-92 {
    font-size: 30px;
    line-height: 36px;
  }

  .icon-8 {
    color: #16a571;
    font-size: 38px;
  }

  .list-item-139 {
    padding-left: 0;
  }

  .antispambox, .traditional-captchas-box {
    padding: 20px;
  }

  .text-block-357, .text-block-383 {
    padding-right: 0;
  }

  .div-block-459 {
    grid-template-columns: 1.75fr;
  }

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

  .chatbotservices {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-93 {
    font-size: 20px;
  }

  .button-85 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .div-block-462 {
    flex-flow: column;
  }

  .div-block-464 {
    align-self: flex-start;
    margin-bottom: 30px;
  }

  .heading-68 {
    text-align: left;
    font-size: 32px;
  }

  .ourskills {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-94 {
    font-size: 32px;
    line-height: 1.2;
  }

  .bold-text-95 {
    font-size: 32px;
  }

  .text-block-390 {
    font-size: 22px;
  }

  .paragraph-80 {
    font-size: 14px;
  }

  .paragraph-81 {
    font-size: 16px;
  }

  .div-block-468 {
    margin-top: 20px;
  }

  .text-block-401, .text-block-402, .text-block-403, .text-block-404, .text-block-405 {
    font-size: 14px;
  }

  .casesmobilev {
    display: none;
  }

  .div-block-471 {
    display: block;
  }

  .bold-text-96, .bold-text-97 {
    font-size: 22px;
  }

  .bold-text-98 {
    font-size: 20px;
  }

  .navbar-logo-left-container-2.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-58 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-4 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-9 {
    padding: 12px;
  }

  .menu-button-9.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-11 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .landingtopbanerwrapper {
    background-image: url('../images/bgchatbot.webp'), url('../images/strelki_bg.webp');
    background-position: 100% 100%, 100% 0;
    background-repeat: no-repeat, repeat;
    background-size: 700px, 720px;
    padding-bottom: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landingtopbanerwrapper.top60 {
    padding-bottom: 60px;
  }

  .landingtopbanerbox {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
  }

  .landingtopbanerleft {
    align-self: center;
  }

  .landingtopbanerrightimg {
    display: none;
  }

  .landingtopbanerlefttext {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .landingtopbanerleftlist {
    margin-bottom: 40px;
  }

  .h4-4 {
    font-size: 2.25rem;
  }

  .whyourbots, .casessection, .supportsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .headingm {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.2;
  }

  .whyourbotscontet {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .container-59 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .supportboxtop {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .supportboxtopitem {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sbtoptitle {
    font-size: 20px;
    line-height: 1.2;
  }

  .sbtoptext {
    font-size: 16px;
    line-height: 1.2;
  }

  .sbbtitle.tter {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-429 {
    text-align: left;
    display: block;
  }

  .icon-9 {
    font-size: 39px;
  }

  .made-chatbot {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mccwrapper {
    grid-template-columns: 1fr;
  }

  .possibilitiesboxitem {
    padding: 20px;
  }

  .topheadersection {
    height: auto;
    padding-top: 100px;
    padding-bottom: 134px;
  }

  .topheaderwrapper {
    grid-template-columns: 1.5fr;
  }

  .rheadersection {
    padding-top: 80px;
  }

  .rheaderbox {
    flex-flow: column;
  }

  .rheaderboximg {
    align-self: center;
  }

  .trafficchannelssection.newtrs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .comprehensivewrap {
    flex-flow: column;
  }

  .comprehensivewrap.ssf {
    flex-flow: column-reverse;
  }

  .comprehensivewrapright {
    align-self: center;
  }

  .instanswrapp {
    flex-flow: column;
  }

  .image-177 {
    align-self: center;
  }

  .div-block-494 {
    z-index: 3;
  }

  .div-block-495 {
    margin-bottom: 20px;
  }

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

  .text-block-442 {
    margin-bottom: 10px;
  }

  .container-61 {
    padding-top: 20px;
  }

  .chbcontactsection {
    padding-top: 30px;
  }

  .div-block-502 {
    flex: none;
    align-self: center;
  }

  .text-block-448 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-449.sfg {
    font-size: 33px;
  }

  .bitrix24wpsection, .setappsection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-62 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .title-small {
    font-weight: 700;
  }

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

  .footercontentboxright {
    grid-template-columns: 1fr 1fr;
  }

  .markheadersection {
    padding-bottom: 60px;
  }

  .mccbox {
    padding-top: 20px;
  }

  .paragraph-88 {
    font-size: 18px;
    line-height: 24px;
  }

  .btnwrapptop {
    grid-template-columns: 1fr;
  }

  .btnwrappbottombottext {
    font-size: 10px;
  }

  .bold-text-107 {
    font-size: 18px;
  }

  .bulletboxtext {
    font-size: 14px;
  }

  .fullmarksection {
    padding-top: 60px;
  }

  .fullmarkcontainer {
    margin-bottom: 60px;
  }

  .fullmarkcontainertext {
    font-size: 20px;
  }

  .fullmarkcontentgriditem {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fullmarkcontentgriditemtitle {
    font-size: 20px;
  }

  .fullmarkcontentgriditemtext {
    font-size: 16px;
  }

  .bold-text-108 {
    font-size: 33px;
    line-height: 43px;
  }

  .whypromogriditemtitle {
    font-size: 20px;
  }

  .whypromogriditemtext {
    font-size: 16px;
  }

  .ctamarksection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .teamsection {
    padding-bottom: 60px;
  }

  .managerbox {
    padding: 30px 60px;
  }

  .managerboxcontentrighttext, .managerboxcontentleftbutton {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-125 {
    font-size: 35px;
    line-height: 1.2;
  }

  .bulletboxitem {
    padding: 20px;
  }

  .bulletboxtitle {
    font-size: 18px;
  }

  .menutopbox {
    display: none;
  }

  .socli {
    padding-left: 0;
    display: block;
  }

  .container-119 {
    max-width: 728px;
  }

  .dropdown-list-5.w--open {
    z-index: 99;
    top: 85px;
  }

  .navbar-logo-left-5 {
    top: 4px;
  }

  .landingtopbanerbox-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .list-item-205 {
    padding-left: 0;
    padding-right: 0;
  }

  .menutopbox-2 {
    display: none;
  }

  .landingtopbanerlefttext-2 {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .nav-menu-two-5 {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .menu-button-10 {
    padding: 12px;
  }

  .menu-button-10.w--open {
    color: #fff;
    background-color: #fff;
  }

  .icon-10 {
    color: #16a571;
    font-size: 33px;
  }

  .dropdown-nav-main-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .35fr;
    display: block;
  }

  .landingtopbanerwrapper-2 {
    background-image: url('../images/strelki_bg.webp');
    background-position: 100% 0;
    background-repeat: repeat;
    background-size: 720px;
    padding-bottom: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-97 {
    margin-left: 0;
  }

  .div-block-719 {
    padding-left: 0;
  }

  .landingtopbanerbox-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 20px;
  }

  .landingtopbanerlefttext-3 {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .asbox-2 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .headingm-2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.2;
  }

  .resultsinnumbers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sbtoptitle-2 {
    font-size: 20px;
    line-height: 1.2;
  }

  .supportsection-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .headingm-3 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.2;
  }

  .button-98 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .teamsection-2 {
    padding-bottom: 60px;
  }

  .headingm-4 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.2;
  }

  .managerboxcontentleftbutton-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .managerbox-2 {
    padding: 30px 60px;
  }

  .blogtwocoll, .blogcontentcoll {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-638 {
    color: var(--grey90);
  }

  .title-small-2 {
    font-weight: 700;
  }

  .softsection {
    background-image: url('../images/bgArrow.webp');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .softsection.aibg {
    background-image: url('../images/aiarrbf.avif');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 1171px;
  }

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

  .softcontainer.fullw {
    padding-left: 20px;
    padding-right: 20px;
  }

  .softheader {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .heading-102 {
    font-size: 36px;
  }

  .softparagraph {
    font-size: 16px;
  }

  .fostbtnbox {
    margin-top: 30px;
  }

  .shlbutton {
    font-size: 16px;
  }

  .softgrhbox-item-text {
    font-size: 14px;
  }

  .softsectionw {
    padding: 40px 20px 20px;
  }

  .softcontainerw.w1280 {
    padding-bottom: 40px;
  }

  .h2heading, .h2heading.centered {
    font-size: 32px;
  }

  .ctstitle {
    font-size: 22px;
  }

  .ctsbadge {
    font-size: 14px;
  }

  .temwrapp {
    grid-template-columns: 1fr 1fr;
  }

  .temwrappitem {
    padding: 20px;
  }

  .tex-name, .temlist {
    font-size: 18px;
  }

  .temparagraph {
    font-size: 16px;
  }

  .askblox {
    padding: 20px 40px;
  }

  .askbloxright {
    padding: 24px;
  }

  .askbloxright-toptext {
    font-size: 14px;
  }

  .askbloxright-bottext {
    font-size: 18px;
  }

  .greenbgblock {
    padding: 20px;
  }

  .aedinfotext {
    font-size: 18px;
  }

  .aedgreenbox {
    flex-flow: wrap;
  }

  .text24 {
    font-size: 22px;
  }

  .btnba-box.centeredb {
    flex-flow: column;
  }

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

  .paragraph18 {
    font-size: 16px;
  }

  .story-itemtext {
    font-size: 36px;
  }

  .storyitem-text, .bold-text-152, .paragraph-130, .text-block-696, .aicases-badge-text {
    font-size: 18px;
  }

  .whyadwrapp {
    grid-template-columns: 1fr 1fr;
  }

  .whyadwrapp-item {
    padding: 24px;
  }

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

  .future-section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-235 {
    align-self: center;
  }

  .bak {
    margin-left: 0;
  }

  .dphgrid {
    grid-template-columns: 1fr 1fr;
  }

  .temtitle28 {
    font-size: 24px;
  }

  .temf-list-text {
    font-size: 18px;
  }

  .sghbox-item-gtext {
    font-size: 32px;
  }

  .scw-item-p {
    font-size: 16px;
  }

  .scw-item-title {
    font-size: 24px;
  }

  .head64 {
    font-size: 48px;
  }

  .div-block-733 {
    padding: 20px;
  }

  .div-block-735 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button-100.getchataibot {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .markheadersection-2 {
    padding-bottom: 60px;
  }

  .hh1t.clara {
    padding-right: 0;
  }

  .mccbox-2 {
    padding-top: 20px;
  }

  .text-block-705 {
    padding-left: 0;
    padding-right: 0;
  }

  .get-started-item-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-135 {
    font-size: 16px;
  }

  .clara-step {
    padding-bottom: 20px;
  }

  .get-started-in-3-easy-steps-3 {
    padding-bottom: 40px;
  }

  .text-block-706 {
    font-size: 22px;
  }

  .geenbgbox {
    padding: 30px 20px;
  }

  .button-102.getchataibot, .button-104.getchataibot {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .headingm-5 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
  }

  .button-105.getchataibot {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .casessection-2 {
    padding: 60px 20px;
  }

  .headingm-6 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
  }

  .tetitemtop {
    font-size: 35px;
  }

  .tabcontentbox-2 {
    flex-flow: column;
  }

  .tab-link-tab-2-5.w--current {
    margin-right: 0;
  }

  .tab-link-tab-3-5 {
    margin-right: 5px;
  }

  .text-block-712 {
    text-align: left;
    display: block;
  }

  .tet4col, .drivesbottombox-2 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-742 {
    background-size: 120px;
  }

  .list-48 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .info-component {
    grid-row-gap: 3rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .logo3-logo {
    max-height: 3rem;
  }

  .logos-list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3-wrapper {
    padding: .75rem 1rem;
  }

  .floating-content {
    padding-top: 4rem;
  }

  .floating-ix-trigger {
    margin-top: 35rem;
  }

  .floating-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-component {
    height: 150vh;
  }

  .person-image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .person-image-wrapper.is-image-3, .person-image-wrapper.is-image-5 {
    width: 28vw;
  }

  .person-image-wrapper.is-image-4 {
    width: 26vw;
  }

  .person-image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .person-image-wrapper.is-image-1 {
    width: 30vw;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3-legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-credit-text {
    margin-top: 2rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2-icon {
    width: 1.75rem;
  }

  .login-image {
    height: 30rem;
  }

  .login-navbar {
    height: 4rem;
  }

  .login-content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .login-footer {
    height: 4rem;
  }

  .blog67-heading {
    margin-right: 0;
  }

  .blog67-heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h5-2 {
    max-height: 3.7rem;
    font-size: 1.25rem;
  }

  .blog67-button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog67-button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog-category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog-featured-item-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .blog-featured-item {
    margin-bottom: 3rem;
  }

  .blog-featured-image-wrapper {
    padding-top: 66%;
  }

  .blog-featured-item-content {
    padding: 1.5rem;
  }

  .blogpost-content {
    margin-bottom: 2rem;
  }

  .blogpost-header {
    grid-row-gap: 3rem;
  }

  .licensing-images-grid {
    grid-template-columns: 1fr;
  }

  .visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cart-quantity-3 {
    font-size: 14px;
  }

  .resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .feature-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .section-cta-primary {
    background-position: 0 100%;
    background-size: cover;
  }

  .primary-cta-component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .info-component-grid {
    grid-row-gap: 3rem;
  }

  .product-features-grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-component-main {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-dark-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial-client {
    align-items: center;
    width: 100%;
  }

  .testimonial-arrow-white {
    inset: 0% 0% auto auto;
  }

  .testimonial-arrow-white.is-left {
    right: 3.5rem;
  }

  .testimonial15-slide-nav {
    inset: 0% auto auto 0%;
  }

  .grid-information-row {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
  }

  .information-block-inner.background-image {
    height: 16rem;
  }

  .grid-information-row-alternative {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .primary-call-to-action-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-cta-secondary {
    background-position: 0 100%;
    background-size: cover;
  }

  .head-info {
    grid-row-gap: 3rem;
  }

  .heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .layout-timeline-progress {
    left: .375rem;
  }

  .layout-timeline-item {
    grid-column-gap: 16px;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 4rem 1fr;
    grid-auto-columns: 1fr;
    place-items: flex-start start;
    width: 100%;
    display: flex;
  }

  .timeline-left {
    align-items: flex-start;
    margin-left: 2rem;
  }

  .timeline-centre {
    justify-content: flex-start;
  }

  .timeline-right {
    margin-left: 2rem;
  }

  .secondary-cta-component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .grid-head {
    grid-row-gap: 3rem;
  }

  .heading-style-h2-5 {
    font-size: 2.25rem;
  }

  .text-size-medium-9 {
    font-size: 1rem;
  }

  .info-component-grid-head {
    grid-row-gap: 3rem;
  }

  .form-block-2 {
    margin-top: 1rem;
  }

  .top-margin {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-layout-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .tabs-layout-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .nav-menu-2 {
    width: 75%;
  }

  .menu-button.w--open {
    display: block;
  }

  .top-line {
    background-color: #232425;
  }

  .navbar {
    padding: 15px;
  }

  .navbar-container {
    display: flex;
  }

  .nav-menu-3 {
    width: 75%;
  }

  .bg-circles {
    width: 200px;
    height: 200px;
    display: none;
    transform: translate(10%, 90px);
  }

  .h1 {
    font-size: 43px;
  }

  .h1._600-bold {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 23px;
  }

  .word-1 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
  }

  .hero-section {
    padding-top: 60px;
  }

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

  .columns {
    flex-flow: column;
  }

  .hero-heading {
    width: 100%;
  }

  .bold-text-5 {
    font-size: 30px;
    line-height: 23px;
  }

  .h4 {
    font-size: 20px;
  }

  .form-row-2 {
    flex-direction: column;
  }

  .word-3 {
    font-size: 17px;
    line-height: 23px;
  }

  .bg-circles-small {
    width: 150px;
    height: 150px;
    display: none;
    inset: auto 0% 0% auto;
    transform: translate(-10%, -150px);
  }

  .animated-words-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    height: 35px;
    display: flex;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    width: 100%;
    display: block;
  }

  .column-4 {
    align-self: center;
  }

  .div-block-32 {
    display: block;
  }

  .image-27 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-34 {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 34px;
  }

  .why-us-flex-left {
    padding-top: 0;
  }

  .footer-columns {
    text-align: left;
    flex: 0 auto;
    align-self: center;
  }

  .footer-column-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .webflow-branding {
    flex-direction: column;
    margin-top: 0;
  }

  .footer-column-text-wrapper {
    grid-row-gap: 15px;
  }

  .footer-section {
    justify-content: center;
    display: flex;
  }

  .getstarted {
    padding-top: 40px;
  }

  .list-9 {
    flex: 0 auto;
    display: inline-flex;
  }

  .image-112 {
    width: 140px;
  }

  .div-block-37 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-38 {
    margin-bottom: 40px;
  }

  .heading-27 {
    font-size: 34px;
    line-height: 38px;
  }

  .text-block-9 {
    margin-bottom: 10px;
  }

  .backbtn {
    margin-right: 0;
  }

  .progressmainstep {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .div-block-330 {
    grid-template-columns: 1fr;
  }

  .nav-menu-4, .nav-menu-5 {
    width: 75%;
  }

  .div-block-340 {
    flex: 0 auto;
  }

  .heading-style-h2-6 {
    font-size: 2.25rem;
  }

  .nav-menu-6 {
    width: 75%;
  }

  .h1-2 {
    font-size: 43px;
  }

  .h1-2._600-bold {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 23px;
  }

  .blog-post-item {
    width: 100%;
  }

  .blog-posts-container {
    flex-direction: column;
  }

  .h4-2 {
    font-size: 20px;
  }

  .blog-post-right-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-container-2 {
    display: flex;
  }

  .blog-column {
    position: static;
  }

  .nav-menu-7 {
    width: 75%;
  }

  .h4-3 {
    font-size: 20px;
  }

  .nav-menu-8, .nav-menu-9 {
    width: 75%;
  }

  .blog-post-para {
    margin-bottom: 30px;
  }

  .h3 {
    font-size: 26px;
  }

  .navbar-2 {
    padding: 15px;
  }

  .nav-menu-10 {
    width: 75%;
  }

  .main-container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .headerbox {
    flex-flow: row;
    padding-bottom: 60px;
    display: block;
  }

  .text-block-229 {
    margin-bottom: 20px;
  }

  .footer {
    margin-top: -195px;
  }

  .button-56 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-351 {
    margin-top: 60px;
  }

  .columns-5 {
    flex-flow: column;
    display: flex;
  }

  .column-8 {
    justify-content: center;
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    position: fixed;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .navbar-brand {
    padding-left: 0;
  }

  .text-block-239 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text-block-239.mb10 {
    font-size: 16px;
  }

  .list-item-14 {
    width: 100%;
    padding-left: 0;
  }

  .list-item-14.hid {
    display: block;
  }

  .nav-link-3 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

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

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

  .h1-3 {
    font-size: 43px;
  }

  .h1-3._600-bold {
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 23px;
  }

  .bold-text-10 {
    font-size: 30px;
    line-height: 23px;
  }

  .text-block-241 {
    align-self: center;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .container-14 {
    margin-top: 0;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .headerbox-2 {
    flex-flow: column;
    padding-bottom: 20px;
    display: block;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .navbar-wrapper-3 {
    padding-bottom: 5px;
  }

  .columns-6 {
    flex-flow: column;
    display: flex;
  }

  .image-123 {
    max-width: none;
    display: none;
  }

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

  .div-block-358 {
    margin-bottom: 10px;
  }

  .div-block-358.tbr {
    border-top-right-radius: 6px;
  }

  .div-block-358.brl {
    border-bottom-left-radius: 6px;
  }

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

  .serviceslist-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-32 {
    font-size: 18px;
  }

  .faq2-icon-2 {
    width: 1.75rem;
  }

  .div-block-382 {
    flex: 0 auto;
  }

  .column-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-43 {
    padding-right: 0%;
    font-size: 28px;
    line-height: 33px;
  }

  .column-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paidtraffic {
    padding-top: 20px;
  }

  .faq-question-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-answer-2.p20 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-381 {
    flex-flow: column;
  }

  .paragraph-34 {
    padding-right: 0;
  }

  .text-block-270 {
    align-self: center;
  }

  .heading-42, .heading-44 {
    font-size: 28px;
    line-height: 33px;
  }

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

  .div-block-363 {
    margin-bottom: 40px;
  }

  .columns-8 {
    flex-flow: column-reverse;
  }

  .text-block-271 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
  }

  .perfect-for-a-wide-range-of-industries {
    padding-bottom: 0;
  }

  .setappheading {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .setappheading.mt30 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-29 {
    margin-bottom: 10px;
  }

  .text-block-246 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-130 {
    display: none;
  }

  .get-started-in-3-easy-steps {
    padding-top: 20px;
  }

  .get-started-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .get-started-item.tr {
    padding: 10px;
  }

  .testimonial-client-box {
    align-items: center;
    width: 100%;
  }

  .testiomonials-box {
    grid-template-columns: 1fr;
  }

  .plans {
    padding-bottom: 40px;
  }

  .plansbox {
    grid-template-columns: 1fr;
  }

  .container-21 {
    padding-top: 20px;
  }

  .container-21.mis2 {
    padding-left: 0;
    padding-right: 0;
  }

  .plansheaderbox {
    width: 100%;
    position: static;
  }

  .heading-36 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 33px;
  }

  .paragraph-35 {
    font-size: 14px;
  }

  .faq2-icon-3 {
    width: 1.75rem;
  }

  .faq-section {
    padding-top: 40px;
  }

  .paragraph-37 {
    font-size: 14px;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .faq-component-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-38 {
    font-size: 14px;
  }

  .faq-question-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .paragraph-39, .paragraph-40 {
    font-size: 14px;
  }

  .heading-45 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .list-10.center {
    flex-flow: wrap;
    display: flex;
  }

  .paragraph-41 {
    font-size: 16px;
  }

  .don-t-let-your-budget-go-to-waste {
    padding-top: 20px;
  }

  .image-125 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .column-21 {
    border-radius: 16px;
  }

  .columns-7 {
    flex-flow: column;
    margin-bottom: -24px;
  }

  .column-22 {
    display: none;
  }

  .footer-2 {
    margin-top: -195px;
  }

  .div-block-392 {
    margin-top: 60px;
  }

  .imdustries-box-text {
    flex-flow: column;
  }

  .div-block-375 {
    align-self: flex-start;
  }

  .indastries-item {
    flex: 1;
  }

  .image-131, .div-block-376 {
    margin-right: 20px;
  }

  .faq-question-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-question-4.p20 {
    margin-bottom: 20px;
  }

  .headerbox-3 {
    flex-flow: column;
    padding-bottom: 60px;
    display: block;
  }

  .faq-answer-4.p20 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .industries-wrapper {
    grid-template-columns: 1fr;
  }

  .text-block-258 {
    padding-left: 0;
  }

  .image-139 {
    max-width: none;
  }

  .div-block-374 {
    flex-flow: column;
    align-self: flex-start;
    margin-bottom: 10px;
  }

  .container-32 {
    padding-top: 20px;
  }

  .image-140 {
    max-width: none;
  }

  .div-block-401.tbr {
    border-top-right-radius: 6px;
  }

  .div-block-401.brl {
    border-bottom-left-radius: 6px;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .serviceslist-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-5.mtb {
    padding-top: 100px;
  }

  .ourstoryboxleftheading {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .ourstoryboxright {
    margin-bottom: 20px;
  }

  .container-23 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    padding-top: 10px;
    display: flex;
  }

  .ourstoryboxlefttext {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .heading-40 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .ourstorybox {
    flex-flow: column-reverse wrap;
    margin-top: 40px;
  }

  .image-141 {
    max-width: none;
  }

  .what-is-promo {
    padding-top: 0;
  }

  .div-block-379 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .heading-49 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .paragraph-32, .list-item-44 {
    font-size: 16px;
  }

  .paragraph-49 {
    padding-right: 0;
    font-size: 16px;
  }

  .field-label-4, .field-label-2 {
    font-size: 16px;
  }

  .div-block-377 {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    width: 90%;
    padding: 20px;
  }

  .column-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    padding-left: 0;
    display: flex;
  }

  .formtitle {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .link-9 {
    font-size: 16px;
  }

  .submit-button-2 {
    margin-bottom: 10px;
  }

  .column-17 {
    flex: 0 auto;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-35 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    padding-top: 80px;
    display: flex;
  }

  .contactform {
    padding: 20px;
  }

  .text-block-265 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .link-10 {
    font-size: 16px;
  }

  .columns-9 {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-142 {
    max-width: none;
  }

  .optimize-your-traffic {
    flex-flow: column wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .container-37 {
    flex-flow: column wrap-reverse;
    display: block;
  }

  .column-23 {
    padding-left: 10px;
  }

  .columns-12 {
    flex-flow: column-reverse;
  }

  .column-24 {
    padding-right: 10px;
  }

  .pricingtable {
    padding-top: 60px;
  }

  .price-banner {
    width: 100%;
    margin-bottom: 60px;
    padding: 20px;
  }

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

  .text-block-296 {
    font-size: 22px;
  }

  .div-block-407 {
    margin-left: 40px;
  }

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

  .pricing-wrapper {
    display: none;
  }

  .pricing-wrapper.visible {
    display: block;
  }

  .text-block-297 {
    font-size: 22px;
  }

  .grid-top-sticky.subs {
    justify-content: stretch;
    position: static;
  }

  .grid-top-sticky.subs.hid {
    display: none;
  }

  .text-block-298, .text-block-299 {
    font-size: 16px;
  }

  .grid-pricing.subsc {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  .pricing-line-break.hid {
    display: none;
  }

  .pricing-table-cell-check-green, .pricing-table-cell-check-red {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-144 {
    align-self: flex-start;
  }

  .business-box, .industry-list {
    grid-template-columns: 1fr;
  }

  .image-146 {
    max-width: none;
  }

  .container-39 {
    padding-top: 20px;
  }

  .breadcramb {
    font-size: 18px;
  }

  .industry-title {
    font-size: 32px;
  }

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

  .div-block-422 {
    grid-template-columns: 1fr;
  }

  ._1person {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-425 {
    border-right-style: none;
  }

  .list-item-59, .list-item-61 {
    font-size: 16px;
  }

  .heading-53 {
    font-size: 32px;
  }

  ._3persons, ._2persons {
    grid-template-columns: 1fr;
  }

  .solutionswrap-left {
    flex: 1;
    padding-right: 0;
  }

  .solutionswrap-right {
    flex: 1;
  }

  .solutionswrap-right-ibox {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .columns-13 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .list-item-89, .list-item-90, .list-item-91 {
    font-size: 15px;
  }

  .bold-text-43, .bold-text-44 {
    font-size: 16px;
  }

  .paragraph-76 {
    text-align: center;
    margin-top: 20px;
    font-size: 9px;
  }

  .dropdown-nav-container.hrrigth {
    margin-bottom: 20px;
    display: block;
  }

  .dropdown-nav-container.navgrid {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-list-3.w--open {
    height: 293px;
    position: static;
    overflow: auto;
  }

  .list-item-102 {
    width: 100%;
  }

  .list-item-102.hid {
    display: none;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    padding-right: 20px;
    display: block;
  }

  .dropdown-nav-main-wrapper._3grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-358 {
    display: none;
  }

  .nav-link-4 {
    clear: none;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .div-block-446 {
    flex-flow: column;
    display: flex;
  }

  .list-item-103 {
    box-sizing: border-box;
    align-self: flex-start;
  }

  .button-78 {
    padding-left: 10px;
  }

  .mobile-margin-top-11 {
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .image-156 {
    display: block;
  }

  .text-block-360, .text-block-361, .text-block-362 {
    font-size: 15px;
  }

  .bold-text-60, .bold-text-61, .bold-text-62 {
    font-size: 14px;
  }

  .div-block-448, .div-block-449 {
    margin-right: 20px;
  }

  .pricing-grid-wrapper-mobile {
    display: block;
  }

  .tabs-menu {
    border: 1px solid #eee;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-1 {
    background-color: #15a5710a;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--white);
  }

  .tab-link-tab-2 {
    background-color: #15a5710a;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--white);
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-3 {
    background-color: #15a5710a;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-3.w--current {
    background-color: var(--white);
  }

  .tabs-content-2 {
    border: 1px solid #eaeef4;
    display: block;
  }

  .navbar-wrapper-5, .container-44 {
    display: block;
  }

  .button-79 {
    padding-left: 10px;
  }

  .image-161 {
    max-width: none;
  }

  .dropdown-nav-main-wrapper-2 {
    padding-right: 20px;
    display: block;
  }

  .columns-14 {
    flex-flow: column;
    display: flex;
  }

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

  .h1-4 {
    font-size: 43px;
  }

  .h1-4._600-bold {
    text-align: left;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 31px;
  }

  .list-item-132 {
    font-size: 14px;
  }

  .list-item-133 {
    width: 100%;
    display: none;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
    padding-left: 0;
  }

  .list-item-134 {
    box-sizing: border-box;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .dropdown-list-4.w--open {
    height: 250px;
    position: static;
    overflow: auto;
  }

  .headerbox-4 {
    flex-flow: column;
    padding-bottom: 60px;
    display: block;
  }

  .headerbox-4.mt {
    margin-top: 60px;
    padding-top: 10px;
  }

  .bold-text-78 {
    text-align: left;
    font-size: 22px;
    line-height: 36px;
  }

  .list-item-135 {
    width: 100%;
  }

  .list-item-135.hid {
    display: block;
  }

  .div-block-454.tbr {
    border-top-right-radius: 6px;
  }

  .div-block-454.brl {
    border-bottom-left-radius: 6px;
  }

  .text-block-370 {
    font-size: 16px;
  }

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

  .serviceslist-4, .serviceslist-4.bggreen {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-61 {
    font-size: 20px;
  }

  .text-block-371 {
    font-size: 14px;
    line-height: 1.5;
  }

  .leadqbox, .imebox {
    grid-template-columns: 1fr;
  }

  .text-block-372 {
    font-size: 16px;
  }

  .image-153 {
    display: block;
  }

  .heading-62 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .heading-62.tnb20 {
    line-height: 28px;
  }

  .heading-63 {
    font-size: 20px;
  }

  .lead-qualification {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .get-started-box-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .get-started-box-2.poret {
    flex-flow: column-reverse;
    grid-auto-flow: row;
    display: flex;
  }

  .text-block-374 {
    font-size: 24px;
  }

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

  .get-started-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
  }

  .image-164 {
    display: none;
  }

  .get-started-in-3-easy-steps-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .heading-64 {
    font-size: 22px;
  }

  .ideal-small-businesses {
    padding-top: 20px;
  }

  .heading-56 {
    font-size: 22px;
  }

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

  .heading-57 {
    text-align: center;
    font-size: 22px;
  }

  .crm-partner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    align-self: center;
    place-items: center;
  }

  .testipmpnials-litle-box {
    grid-template-columns: 1fr;
  }

  .testipmpnials-litle-title {
    grid-template-columns: 1.25fr;
    justify-content: stretch;
  }

  .navbar-wrapper-6, .container-50 {
    display: block;
  }

  .button-82 {
    padding-left: 10px;
  }

  .image-165 {
    max-width: none;
  }

  .asbox {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .h1-5 {
    font-size: 43px;
  }

  .h1-5._600-bold {
    text-align: left;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 31px;
  }

  .list-item-137 {
    width: 100%;
    display: none;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .list-item-138 {
    box-sizing: border-box;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .headerbox-5 {
    flex-flow: column;
    padding-bottom: 60px;
    display: block;
  }

  .headerbox-5.mt {
    margin-top: 60px;
  }

  .bold-text-92 {
    text-align: left;
    font-size: 30px;
    line-height: 36px;
  }

  .list-item-139 {
    width: 100%;
  }

  .list-item-139.hid {
    display: block;
  }

  .dsa-box {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-columns: .75fr;
    justify-content: stretch;
    display: block;
  }

  .discover-superior-alternative {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .why-choose {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .whychoose-box {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .never-waste {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .chatbotservices {
    padding-top: 20px;
  }

  .bold-text-93 {
    font-size: 18px;
  }

  .div-block-461 {
    margin-top: 20px;
  }

  .button-85 {
    font-size: 14px;
  }

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

  .bold-text-94 {
    font-size: 22px;
  }

  .div-block-465 {
    grid-template-columns: 1fr;
  }

  .bold-text-95 {
    font-size: 22px;
  }

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

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

  .section-14 {
    padding-top: 40px;
  }

  .text-block-395, .text-block-396, .text-block-397, .text-block-398, .text-block-399, .text-block-400 {
    font-size: 14px;
  }

  .casesmobilev {
    display: block;
  }

  .div-block-471 {
    display: none;
  }

  .bold-text-96, .bold-text-97, .bold-text-98 {
    font-size: 18px;
  }

  .solutionsitem {
    border-style: none;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px 0;
  }

  .solutionsitem.w--current {
    border-style: none;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px 0;
  }

  .solutionsitemtext {
    margin-bottom: 0;
  }

  .paragraph-82, .image-170 {
    display: none;
  }

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

  .formwrapper {
    max-width: 90%;
  }

  .btnbox {
    flex-flow: column;
  }

  .promobot {
    text-align: center;
  }

  .landingmenuwrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-two-4 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .nav-menu-11 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .landingtopbanerwrapper {
    padding-bottom: 160px;
  }

  .landingtopbanerlefttext {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .landingtopbanerleftbt {
    font-size: 12px;
  }

  .landingtopbanerleftlist {
    margin-bottom: 25px;
  }

  .landingtopbanerleftbtnbox {
    flex-flow: column;
    display: flex;
  }

  .list-item-147 {
    font-size: 15px;
  }

  .getbotbtn {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
    line-height: 19px;
  }

  .sendtelegrambtn {
    text-align: center;
    line-height: 19px;
  }

  .sendtelegrambtn.nbt {
    display: block;
  }

  .sendtelegrambtn.mr20 {
    background-position: 19%, 0 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .scrolllinelogo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 70px;
    display: flex;
  }

  .scrolllinelogobox {
    min-width: 150vw;
  }

  .scrolllinelogoimg {
    width: auto;
    height: auto;
  }

  .scrolllinelogoimg.tglogoscroll {
    width: 30px;
    height: 30px;
  }

  .conactwrapp {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contactrightcontent {
    order: 0;
  }

  .form-4 {
    grid-template-columns: 1fr;
  }

  .div-block-475 {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    display: flex;
  }

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

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

  .chatbotsforsection, .subfootersection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .greenfootersection {
    padding-top: 40px;
  }

  .headingm {
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.2;
  }

  .whyourbotsitem.bl24 {
    border-bottom-left-radius: 8px;
  }

  .whyourbotsitemtitle {
    font-size: 20px;
  }

  .whyourbotsitemtext {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-476 {
    width: auto;
  }

  .text-block-417 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-477 {
    width: 400px;
  }

  .button-88 {
    font-size: 18px;
  }

  .button-88.getchataibot {
    padding-right: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .greenfootertopinfo, .greenfooterbottominfo {
    flex-flow: column;
    align-items: flex-start;
  }

  .chatbotsforbox {
    grid-template-columns: 1fr;
  }

  .chatbotsforlefttitlebox.woutb {
    border-style: none;
    padding: 0;
  }

  .chatbotsforitem {
    border-color: #eaeef4;
  }

  .cbtitletext {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .text-block-418 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .paragraph-84 {
    font-size: 16px;
    line-height: 24px;
  }

  .whatbotsbox {
    grid-template-columns: 1fr;
    display: none;
  }

  .whatbotsbox.vis {
    display: block;
  }

  .whatbotsitem {
    padding-bottom: 40px;
  }

  .whatbotsitem.gbr {
    border-bottom: 1px solid var(--green-main);
    border-right-width: 0;
  }

  .whatbotsitem.gbr.gbb {
    border-right-width: 0;
  }

  .text-block-419 {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraph-85 {
    font-size: 16px;
    line-height: 24px;
  }

  .supportboxtop {
    grid-template-columns: 1fr;
  }

  .supportboxbottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .supportboxtopitem {
    padding: 30px 20px 25px;
  }

  .sbtop {
    margin-bottom: 20px;
  }

  .sbarrright.hid {
    display: none;
  }

  .sbtoptitle {
    font-size: 24px;
  }

  .sbtoptext {
    font-size: 16px;
    line-height: 24px;
  }

  .abarrbot.hid {
    display: block;
  }

  .sbbboxleftcontent {
    border-radius: 8px;
    padding: 20px;
  }

  .sbbboxleft {
    padding: 0;
  }

  .sbbtitle {
    font-size: 20px;
    line-height: 28px;
  }

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

  .casestabsmenu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-content: stretch;
  }

  .casestabbox {
    display: none;
  }

  .tab-link-tab-2-3, .tab-link-tab-3-3 {
    align-items: center;
    display: flex;
  }

  .tab-link-tab-1-3.w--current {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .text-block-422 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 23px;
  }

  .div-block-479 {
    flex-flow: column-reverse;
  }

  .tabcontentbox {
    flex-flow: column;
  }

  .div-block-481 {
    padding-right: 0;
  }

  .text-block-423 {
    font-size: 16px;
    line-height: 1.5;
  }

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

  .div-block-482 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-425 {
    text-align: left;
  }

  .implementationtitle {
    font-size: 16px;
  }

  .implementationlist {
    padding-left: 20px;
    font-size: 14px;
  }

  .implementationlistitem {
    font-size: 16px;
  }

  .resultsboxlist {
    padding-left: 20px;
  }

  .resultsboxitem {
    font-size: 16px;
    line-height: 1.5;
  }

  .button-89 {
    text-align: center;
    margin-bottom: 12px;
    display: block;
  }

  .button-89.getchataibot {
    margin-right: 0;
    display: block;
  }

  .image-173 {
    margin-top: 40px;
    margin-bottom: 0;
  }

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

  .whatbotsboxmob, .casestabboxmobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mccleftboxtitl {
    font-size: 28px;
    line-height: 33px;
  }

  .mcclistitem {
    font-size: 16px;
    line-height: 21px;
  }

  .formbtn {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

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

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

  .possibilitiesbox {
    grid-template-columns: 1.5fr;
  }

  .possibilitiesboxitem {
    padding: 20px;
  }

  .possibilitiesboxitemimg {
    width: 40px;
    height: 40px;
  }

  .possibilitiesboxitemtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .possibilitiesboxitemtext {
    font-size: 16px;
    line-height: 22px;
  }

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

  .ourplatformbox {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .ourplatformitem {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ourplatformiteming {
    width: 40px;
    height: 40px;
  }

  .ourplatformitemtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .ourplatformitemtext {
    font-size: 16px;
    line-height: 22px;
  }

  .topheadersection {
    height: auto;
    padding-bottom: 119px;
  }

  .topheaderleftcontentimg {
    width: 35px;
    height: 35px;
    margin-top: 5px;
  }

  .topheaderleftcontenttitle {
    margin-bottom: 10px;
    padding-right: 117px;
    font-size: 28px;
    line-height: 33px;
  }

  .topheaderleftcontenttext {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .btnstart {
    margin-right: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .topheaderleftcontentbtnbox {
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .button-91 {
    font-size: 16px;
    line-height: 19px;
  }

  .topheaderleftcontentlitem {
    padding: 20px;
  }

  .topheaderleftcontentlbt {
    font-size: 15px;
    line-height: 21px;
  }

  .thblc {
    margin-bottom: 30px;
    display: none;
  }

  .text-block-432 {
    font-size: 20px;
    line-height: 23px;
  }

  .div-block-487 {
    flex-flow: column-reverse;
    display: flex;
  }

  .div-block-488 {
    display: block;
  }

  .rheaderbox {
    flex-flow: column;
  }

  .topgreenheadtext {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .reporttitle, .reporttitle.alr {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .reportparagraph {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .trafficchannelssection {
    padding-bottom: 20px;
  }

  .trafficchannelssection.newtrs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trafficchannelstopbox {
    margin-bottom: 40px;
  }

  .trafficchannelsheader {
    font-size: 22px;
    line-height: 28px;
  }

  .trafficchannelsheadertext {
    font-size: 18px;
    line-height: 26px;
  }

  .trafficchannelsgredwrap {
    grid-template-columns: 1fr;
  }

  .trafficchannelsgreditemtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .trafficchannelsgreditemparagraph {
    font-size: 14px;
    line-height: 1.5;
  }

  .comprehensiveservice {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .comprehensivewrap {
    flex-flow: column;
  }

  .topsubtitleboximg {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  .topsubtitleboxtext {
    font-size: 12px;
  }

  .mmytsection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mmytcontainertop {
    flex-flow: column;
  }

  .mmytcontainercenter {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .mmytcontainerbottom {
    flex-flow: column-reverse;
  }

  .dashheader {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .dashbm, .instanssection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-71 {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-87 {
    font-size: 18px;
    line-height: 26px;
  }

  .list-30 {
    flex-flow: column;
  }

  .advicesection {
    padding-top: 40px;
  }

  .mainfunc {
    padding-bottom: 60px;
  }

  .insaitesection {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-435 {
    font-size: 16px;
    line-height: 26px;
  }

  .advicecontainerheading {
    font-size: 22px;
    line-height: 28px;
  }

  .advicecontainerbox {
    grid-template-columns: 1fr;
  }

  .advicecontainerboxitemtext {
    font-size: 16px;
    line-height: 22px;
  }

  .advicecontainerboxitemtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .mainfuncbox {
    grid-template-columns: 1fr;
  }

  .greenboxtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .greenboxtext {
    font-size: 16px;
    line-height: 22px;
  }

  .insaitescontent, .notificationscontent {
    grid-template-columns: 1fr;
  }

  .btnblockcta {
    margin-right: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .heading-72 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 33px;
  }

  .container-61 {
    padding-top: 20px;
  }

  .container-61.mis2 {
    padding-left: 0;
    padding-right: 0;
  }

  .chbbox {
    flex-flow: column;
  }

  .div-block-503 {
    margin-bottom: 40px;
  }

  .div-block-504 {
    justify-content: center;
  }

  .text-block-449.sfg {
    font-size: 26px;
    line-height: 33px;
  }

  .image-180 {
    align-self: center;
  }

  .bitrix24wpsection {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .bitrix24wpbox, .bitrix24wpbox2 {
    grid-template-columns: 1fr;
  }

  .setappsection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .setappitem {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-452, .heading-73 {
    font-size: 18px;
    line-height: 1.5;
  }

  .list-item-152 {
    font-size: 14px;
  }

  .setappbox2 {
    grid-template-columns: 1fr;
  }

  .heading-74 {
    font-size: 18px;
    line-height: 1.5;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footerlink:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footercontentbox {
    flex-flow: column;
  }

  .footercontentboxleftlogolink {
    margin-bottom: 10px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footercontentboxleftsocial {
    margin-bottom: 10px;
  }

  .text-block-371-copy {
    font-size: 14px;
    line-height: 1.5;
  }

  .markcontentcontainer.padtop200 {
    padding-top: 40px;
  }

  .mccbox {
    flex-flow: column;
  }

  .mccboxleft {
    padding-right: 0;
  }

  .paragraph-88 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .bulletbox {
    grid-template-columns: 1fr;
  }

  .fullmarkcontainertext {
    font-size: 18px;
    line-height: 22px;
  }

  .fullmarkcontentgrid {
    grid-template-columns: 1fr 1fr;
  }

  .whypromogriditem {
    padding: 30px 20px 20px;
  }

  .ctamarksection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ctamarkcontainer {
    text-align: center;
  }

  .ctamarkcontainerbtn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .teamsection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .teamsgrid {
    grid-template-columns: 1fr;
  }

  .teamsitem {
    padding: 25px;
  }

  .teamsitemtitle {
    font-size: 22px;
  }

  .managerbox {
    padding-left: 20px;
    padding-right: 20px;
  }

  .managerboxcontent {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .bold-text-125 {
    font-size: 24px;
  }

  .menutopbox {
    flex-flow: column;
    padding-top: 6px;
    padding-bottom: 5px;
  }

  .socli {
    align-self: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .logoheader {
    display: none;
  }

  .aboutheaderbox {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.75fr;
  }

  .aboutheading {
    font-size: 32px;
  }

  .abouttoptext {
    padding-left: 0;
  }

  .ourstoryboxleftslogan {
    font-size: 18px;
  }

  .ourstoryboxrightname.mtb {
    font-size: 20px;
  }

  .drivessection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-75 {
    font-size: 32px;
  }

  .paragraph-89 {
    font-size: 16px;
  }

  .drivesbottombox {
    grid-template-columns: 1fr;
  }

  .drivesbottomboxitem {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drivesbottomboxitemtitle {
    font-size: 20px;
  }

  .drivesbottomboxitemtext {
    font-size: 16px;
  }

  .createdsection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .createdparagraph {
    font-size: 28px;
  }

  .historysection {
    padding-top: 40px;
  }

  .historyitem {
    grid-template-columns: 1.5fr;
  }

  .historyitemleftbtitle {
    font-size: 25px;
  }

  .historyitemleftc {
    align-self: flex-start;
    margin-right: 20px;
  }

  .historyitemleftimg {
    width: 40px;
    height: 40px;
  }

  .historyitemleftbp {
    padding-bottom: 0;
    font-size: 14px;
  }

  .linegreen {
    display: none;
  }

  .careersection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .text-block-457 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .paragraph-90 {
    font-size: 16px;
  }

  .ourteamalexright {
    margin-bottom: 20px;
  }

  .paragraph-92 {
    margin-top: 10px;
    font-size: 14px;
  }

  .ourtopprogrammerbox {
    grid-template-columns: 1fr 1fr;
  }

  .otpbitemname {
    font-size: 20px;
    line-height: 1.3;
  }

  .programmerbox {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .title-wrap-2 {
    grid-template-columns: 1fr;
  }

  .tooltipimage-2 {
    align-self: center;
  }

  .text-block-460 {
    font-size: 32px;
  }

  .div-block-511 {
    flex-flow: wrap;
  }

  .pricingtable-2 {
    padding-top: 60px;
  }

  .div-block-513 {
    margin-left: 10px;
  }

  .text-block-472 {
    font-size: 32px;
  }

  .text-block-473 {
    flex-flow: wrap;
    flex: 1;
    display: block;
  }

  .pricing-table-cell-desc-2 {
    flex-flow: wrap;
    display: block;
  }

  .price-banner-2 {
    width: auto;
  }

  ._1person-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-557 {
    border-right-style: none;
  }

  .container-66 {
    padding-top: 20px;
  }

  .div-block-559 {
    grid-template-columns: 1fr;
  }

  .container-67 {
    padding-top: 20px;
  }

  .div-block-562 {
    grid-template-columns: 1fr;
  }

  .div-block-567 {
    border-right-style: none;
  }

  .container-69 {
    padding-top: 20px;
  }

  .div-block-569 {
    grid-template-columns: 1fr;
  }

  .div-block-574 {
    border-right-style: none;
  }

  .container-71 {
    padding-top: 20px;
  }

  .div-block-576 {
    grid-template-columns: 1fr;
  }

  .div-block-581 {
    border-right-style: none;
  }

  .container-73 {
    padding-top: 20px;
  }

  .div-block-583 {
    grid-template-columns: 1fr;
  }

  .div-block-588 {
    border-right-style: none;
  }

  .container-75 {
    padding-top: 20px;
  }

  .div-block-590 {
    grid-template-columns: 1fr;
  }

  .container-76 {
    padding-top: 20px;
  }

  .div-block-593 {
    grid-template-columns: 1fr;
  }

  .div-block-598 {
    border-right-style: none;
  }

  .container-78 {
    padding-top: 20px;
  }

  .div-block-600 {
    grid-template-columns: 1fr;
  }

  .container-79 {
    padding-top: 20px;
  }

  .div-block-603 {
    grid-template-columns: 1fr;
  }

  .div-block-607 {
    border-right-style: none;
  }

  .container-81 {
    padding-top: 20px;
  }

  .div-block-609 {
    grid-template-columns: 1fr;
  }

  .div-block-614 {
    border-right-style: none;
  }

  .container-83 {
    padding-top: 20px;
  }

  .div-block-616 {
    grid-template-columns: 1fr;
  }

  .div-block-621 {
    border-right-style: none;
  }

  .container-85 {
    padding-top: 20px;
  }

  .div-block-623 {
    grid-template-columns: 1fr;
  }

  .div-block-628 {
    border-right-style: none;
  }

  .container-87 {
    padding-top: 20px;
  }

  .div-block-630 {
    grid-template-columns: 1fr;
  }

  .div-block-635 {
    border-right-style: none;
  }

  .container-89 {
    padding-top: 20px;
  }

  .div-block-637 {
    grid-template-columns: 1fr;
  }

  .div-block-642 {
    border-right-style: none;
  }

  .container-91 {
    padding-top: 20px;
  }

  .div-block-644 {
    grid-template-columns: 1fr;
  }

  .div-block-649 {
    border-right-style: none;
  }

  .container-93 {
    padding-top: 20px;
  }

  .div-block-651 {
    grid-template-columns: 1fr;
  }

  .div-block-656 {
    border-right-style: none;
  }

  .container-95 {
    padding-top: 20px;
  }

  .div-block-658 {
    grid-template-columns: 1fr;
  }

  .div-block-663 {
    border-right-style: none;
  }

  .container-97 {
    padding-top: 20px;
  }

  .div-block-665 {
    grid-template-columns: 1fr;
  }

  .container-99 {
    padding-top: 20px;
  }

  .div-block-672 {
    grid-template-columns: 1fr;
  }

  .container-101 {
    padding-top: 20px;
  }

  .div-block-679 {
    grid-template-columns: 1fr;
  }

  .solutionswrap-left-2 {
    flex: 1;
    padding-right: 0;
  }

  .solutionswrap-right-2 {
    flex: 1;
  }

  .container-103 {
    padding-top: 20px;
  }

  .div-block-686 {
    grid-template-columns: 1fr;
  }

  .columns-17 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .div-block-695 {
    border-right-style: none;
  }

  .solutionswrap-left-3 {
    flex: 1;
    padding-right: 0;
  }

  .container-108 {
    padding-top: 20px;
  }

  .div-block-698 {
    grid-template-columns: 1fr;
  }

  .columns-18 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .div-block-707 {
    border-right-style: none;
  }

  .solutionswrap-left-4 {
    flex: 1;
    padding-right: 0;
  }

  .container-113 {
    padding-top: 20px;
  }

  .div-block-710 {
    grid-template-columns: 1fr;
  }

  .columns-19 {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .div-block-718 {
    border-right-style: none;
  }

  .container-119 {
    margin-top: 0;
  }

  .dropdown-list-5.w--open {
    height: 293px;
    position: static;
    overflow: auto;
  }

  .navbar-wrapper-8 {
    padding-bottom: 5px;
  }

  .landingtopbanerleftbtnbox-2 {
    flex-flow: column;
    display: flex;
  }

  .text-block-617 {
    display: none;
  }

  .list-item-205 {
    width: 100%;
  }

  .list-item-205.hid {
    display: none;
  }

  .menutopbox-2 {
    flex-flow: column;
    padding-top: 6px;
    padding-bottom: 5px;
  }

  .landingtopbanerlefttext-2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .image-220 {
    display: block;
  }

  .nav-menu-two-5 {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-6 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .mobile-margin-top-14 {
    align-self: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .sendtelegrambtn-2 {
    text-align: center;
    line-height: 19px;
  }

  .sendtelegrambtn-2.mr20 {
    background-position: 19%, 0 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .sendtelegrambtn-2.nbt {
    display: none;
  }

  .list-item-206 {
    width: 100%;
    padding-left: 0;
  }

  .list-item-206.hid {
    display: block;
  }

  .dropdown-nav-main-wrapper-3 {
    box-shadow: none;
    padding-right: 20px;
    display: block;
  }

  .dropdown-nav-main-wrapper-3._3grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .landingtopbanerwrapper-2 {
    padding-bottom: 160px;
  }

  .button-97 {
    padding-left: 10px;
  }

  .solutionsitem-2 {
    border-style: none;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px 0;
  }

  .solutionsitem-2.w--current {
    border-style: none;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px 0;
  }

  .image-223, .paragraph-120 {
    display: none;
  }

  .landingtopbanerleftbt-2 {
    font-size: 12px;
  }

  .div-block-719, .landingtopbanerleftbtnbox-3 {
    flex-flow: column;
    display: flex;
  }

  .landingtopbanerlefttext-3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .landingtopbanerleftbt-3 {
    font-size: 12px;
  }

  .asbox-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .headingm-2 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.2;
  }

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

  .sbtoptitle-2 {
    font-size: 24px;
  }

  .supportsection-2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .headingm-3 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.2;
  }

  .text-block-624 {
    font-size: 14px;
    line-height: 1.5;
  }

  .heading-96 {
    font-size: 20px;
  }

  .heading-97 {
    margin-bottom: 20px;
    font-size: 22px;
  }

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

  .image-225 {
    display: block;
  }

  .text-block-626 {
    font-size: 16px;
  }

  .managerboxcontent-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .teamsgrid-copy {
    grid-template-columns: 1fr;
  }

  .teamsection-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .headingm-4 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.2;
  }

  .teamsitemtitle-2 {
    font-size: 22px;
  }

  .teamsitem-2 {
    padding: 25px;
  }

  .managerbox-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .blogtwocoll {
    grid-template-columns: 2fr;
  }

  .heading-98 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .blogthreecoll {
    grid-template-columns: 1fr;
  }

  .bold-text-146 {
    font-size: 20px;
  }

  .postcontentcontainer {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .taglistitem {
    font-size: 14px;
  }

  .postheading {
    font-size: 24px;
  }

  .list-43 {
    font-size: 16px;
  }

  .headingh2 {
    font-size: 22px;
  }

  .text-block-628, .postparagraph, .list-42 {
    font-size: 16px;
  }

  .postreadalsocontainer {
    padding-bottom: 10px;
  }

  .postlist {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-631, .list-41, .list-40 {
    font-size: 16px;
  }

  .column-40 {
    display: none;
  }

  .paragraph-121 {
    font-size: 16px;
  }

  .postreadalsosection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-44, .text-block-636 {
    font-size: 16px;
  }

  .text-block-638 {
    color: var(--grey90);
  }

  .tab-link-tab-2-4 {
    background-color: #15a5710a;
  }

  .tab-link-tab-2-4.w--current {
    background-color: #fff;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content-4 {
    border: 1px solid #eaeef4;
    display: block;
  }

  .tab-link-tab-3-4 {
    background-color: #15a5710a;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-3-4.w--current {
    background-color: #fff;
  }

  .text-block-652 {
    font-size: 16px;
  }

  .bold-text-148 {
    font-size: 14px;
  }

  .tab-link-tab-1-4 {
    background-color: #15a5710a;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1-4.w--current {
    background-color: #fff;
  }

  .text-block-655 {
    font-size: 16px;
  }

  .bold-text-149 {
    font-size: 14px;
  }

  .pricing-wrapper-3 {
    display: none;
  }

  .pricing-wrapper-3.visible {
    display: block;
  }

  .bold-text-150 {
    font-size: 14px;
  }

  .readalsowrapperlist {
    grid-template-columns: 1fr 1fr;
  }

  .footer-divider-3 {
    margin-top: 60px;
  }

  .footerlink-2:hover {
    color: #1a1b1fbf;
  }

  .softsection {
    background-image: url('../images/bgArrow.webp');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .softcontainer {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .softheader {
    grid-template-columns: 1fr;
  }

  .heading-102 {
    font-size: 32px;
  }

  .fostbtnbox {
    flex-flow: column;
  }

  .spbox {
    flex-flow: wrap;
  }

  .softgrhbox {
    grid-template-columns: 1fr;
  }

  .softgrhbox-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .softcontainerw {
    padding-bottom: 40px;
  }

  .softcontainerw.padd0 {
    padding-bottom: 20px;
  }

  .h2heading {
    font-size: 28px;
  }

  .ctswrapp {
    grid-template-columns: 1fr 1fr;
  }

  .temwrapp {
    grid-template-columns: 1fr;
  }

  .temwrappitem, .temwrappitem.p32 {
    padding: 20px;
  }

  .temimage {
    margin-bottom: 30px;
  }

  .tex-name, .temlist {
    font-size: 16px;
  }

  .temlist-item {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .temparagraph {
    font-size: 16px;
  }

  .askblox {
    grid-template-columns: 1.25fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .gbgrid2 {
    grid-template-columns: 1fr;
  }

  .aedinfo, .aedgreenbox, .aeddiv {
    padding: 24px;
  }

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

  .storywrap {
    grid-template-columns: 1fr;
  }

  .storyitem-text, .airt-text {
    font-size: 16px;
  }

  .paragraph-130 {
    margin-bottom: 10px;
  }

  .aicasesgrid2 {
    grid-template-columns: 1fr;
  }

  .aicasesgrid-item {
    padding: 24px;
  }

  .aicases-badge-text {
    font-size: 16px;
  }

  .whyadwrapp {
    grid-template-columns: 1fr 1fr;
  }

  .whyadwrapp-item {
    padding: 20px;
  }

  .div-block-727 {
    flex-flow: column;
  }

  .future-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-122 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fururebadgebox {
    flex-flow: wrap;
  }

  .bak {
    margin-left: 0;
  }

  .storytext {
    font-size: 16px;
  }

  .storygt {
    font-size: 28px;
  }

  .h2subtext, .h2subtext.mb10, .tt-dphg-item {
    font-size: 18px;
  }

  .bg-dphg-item {
    font-size: 88px;
  }

  .sdv-litem {
    margin-top: 10px;
    font-size: 16px;
  }

  .aipod {
    padding: 20px;
  }

  .text-block-697 {
    font-size: 22px;
  }

  .scw2grid, .scw3grid {
    grid-template-columns: 1fr;
  }

  .htitle40 {
    font-size: 32px;
  }

  .sghbox-item-gtext {
    font-size: 28px;
  }

  .sghbox-item-uptext {
    font-size: 14px;
  }

  .scw-item {
    padding: 20px;
  }

  .scw-item-img, .scw-item-title {
    margin-bottom: 10px;
  }

  .div-block-732 {
    grid-template-columns: 1fr;
  }

  .text-block-702 {
    font-size: 32px;
  }

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

  .div-block-735 {
    grid-template-columns: 1fr;
  }

  .text-block-704 {
    font-size: 32px;
  }

  .div-block-739 {
    grid-template-columns: 1.25fr;
  }

  .hparag.clara {
    font-size: 18px;
  }

  .button-100 {
    text-align: center;
    margin-bottom: 12px;
    display: block;
  }

  .button-100.getchataibot {
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .yare {
    margin-top: 0;
  }

  .hh1t.clara {
    font-size: 40px;
  }

  .mccbox-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1.25fr;
  }

  .mccboxleft-2 {
    padding-right: 0;
  }

  .text-block-705 {
    padding-left: 0;
    padding-right: 0;
  }

  .get-started-item-3.clara {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-135 {
    margin-bottom: 10px;
  }

  .clara-step {
    padding-bottom: 10px;
  }

  .step_flex-2, .step_flex-2.clara {
    margin-bottom: 10px;
  }

  .setappheading-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .get-started-box-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .ssection {
    padding-top: 40px;
  }

  .textbt {
    font-size: 16px;
  }

  .cpbitem {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .geenbgbox {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cpbleft {
    grid-template-columns: 1fr;
  }

  .h2heading-2 {
    font-size: 24px;
  }

  .button-102 {
    text-align: center;
    margin-bottom: 12px;
    display: block;
  }

  .button-102.getchataibot {
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .h2heading-3 {
    font-size: 24px;
  }

  .hwos {
    grid-template-columns: 1fr;
  }

  .subhtext {
    font-size: 18px;
  }

  .hwositem.wbg {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .faq-accordion-5.p0.whitebg {
    background-color: #fff;
  }

  .button-103.clara {
    display: none;
  }

  .whatbotssection-2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .paragraph-136 {
    font-size: 16px;
    line-height: 24px;
  }

  .button-104 {
    text-align: center;
    margin-bottom: 12px;
    display: block;
  }

  .button-104.getchataibot {
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .button-104.getchataibot.clara.wht {
    margin-bottom: 20px;
  }

  .text-block-709 {
    font-size: 20px;
    line-height: 28px;
  }

  .btnblockcta-2 {
    margin-right: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .whatbotsitem-2 {
    padding-bottom: 40px;
  }

  .whatbotsitem-2.gbr {
    border-bottom: 1px solid #16a571;
    border-right-width: 0;
  }

  .whatbotsitem-2.gbr.gbb {
    border-right-width: 0;
  }

  .headingm-5 {
    text-align: left;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .faq2-icon-4 {
    width: 1.75rem;
  }

  .whatbotsboxmob-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-741 {
    flex-flow: column-reverse;
  }

  .faq-accordion-6.p0.whitebg {
    background-color: #fff;
  }

  .faq-accordion-6.p0.disnone {
    display: block;
  }

  .tetitembottom {
    font-size: 16px;
  }

  .casestabboxmobile-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .casestexttitle {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 23px;
  }

  .button-105 {
    text-align: center;
    margin-bottom: 12px;
    display: block;
  }

  .button-105.getchataibot {
    margin-bottom: 0;
    margin-right: 0;
    display: block;
  }

  .tab-link-tab-1-5.w--current {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .tcbcaeleft {
    padding-right: 0;
  }

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

  .casessection-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .casestabbox-2 {
    display: none;
  }

  .headingm-6 {
    text-align: left;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .tetitemtop {
    font-size: 24px;
  }

  .tabcontentbox-2 {
    flex-flow: column;
  }

  .tetcolitem {
    padding: 20px 15px;
  }

  .tab-link-tab-2-5 {
    align-items: center;
    display: flex;
  }

  .faq2-icon-5 {
    width: 1.75rem;
  }

  .tab-link-tab-3-5 {
    align-items: center;
    display: flex;
  }

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

  .gbboxgriditem {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gbboxgrid {
    grid-template-columns: 1fr;
  }

  .drivesbottomboxitemtext-2 {
    font-size: 16px;
  }

  .drivesbottomboxitem-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-103 {
    font-size: 32px;
  }

  .drivessection-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .drivesbottomboxitemtitle-2 {
    font-size: 20px;
  }

  .drivesbottombox-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-138 {
    font-size: 16px;
  }

  .greensectionbg {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-108.clara {
    font-size: 38px;
  }

  .paragraph-139 {
    padding-left: 0;
    padding-right: 0;
  }

  .field-label-6, .field-label-7 {
    font-size: 16px;
  }

  .formtitle-2 {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .list-48 {
    flex-flow: wrap;
  }

  .list-item-211 {
    align-self: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    text-align: center;
    text-align: center;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium.text-color-white {
    text-align: left;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h2.max-width-medium.text-align-center {
    margin-bottom: 0;
  }

  .field-label {
    font-size: 1rem;
  }

  .button, .button.is-secondary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }

  .heading-style-h4, .heading-style-h4.blue, .heading-style-h4.purple {
    text-align: left;
  }

  .heading-style-h4.ads {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .heading-style-h4.mbf {
    font-size: 1.125rem;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: 0rem;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .text-size-large.text-weight-semibold {
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 16px;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .heading {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 2rem;
  }

  .heading.get, .heading.df {
    font-size: 2rem;
  }

  .info-component {
    grid-template-columns: 1fr;
  }

  .logos-list {
    justify-content: center;
    padding-top: 0;
    display: block;
  }

  .text-align-center-2 {
    font-size: 1rem;
  }

  .logo3-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .person-image-wrapper {
    width: 30vw;
    height: 35vw;
  }

  .footer-menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-menu-wrapper.text-color-white {
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
  }

  .footer-bottom-wrapper {
    text-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .text-style-link-2 {
    font-size: 1rem;
  }

  .form-wrapper {
    padding: 12px;
  }

  .form-row.margin-bottom.margin-xsmall {
    flex-direction: column;
  }

  .form-field {
    width: 100%;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .login-image {
    height: auto;
  }

  .login-content-left {
    padding-top: 8rem;
    padding-bottom: 1rem;
  }

  .pricing-plan.free {
    border: 1px solid #e2e2e2;
  }

  .blog-item-content, .blog-featured-item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blogpost-share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blogpost-content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost-header, .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .style-guide-section {
    grid-row-gap: 35px;
  }

  .icons-grid, .licensing-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .changelog-section {
    grid-row-gap: 35px;
  }

  .pricing-collection-list {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 40%;
    max-width: 140px;
  }

  .visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .navigation-mob {
    height: 80px;
  }

  .menu-mob {
    padding: 15px;
  }

  .menu-mob.w--open {
    background-color: #0011a8;
  }

  .nav-menu-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-main {
    height: 80px;
  }

  .play-button-image {
    width: 80px;
    height: 80px;
  }

  .tabs-layout-component {
    flex-direction: column;
  }

  .feature-component {
    grid-template-columns: 1fr;
  }

  .primary-cta-component {
    grid-row-gap: 0rem;
    text-align: center;
    grid-template-columns: 1fr;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .grid-2 {
    width: 100%;
  }

  .extended-info-wrapper {
    flex-direction: column;
    display: flex;
  }

  .info-component-grid {
    grid-template-columns: 1fr;
  }

  .product-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-testimonial-dark.features {
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-dark-content {
    grid-template-columns: 1fr;
  }

  .testimonial-divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .information-block-inner.blue, .information-block-inner.gray, .information-block-inner.purple {
    grid-row-gap: 20px;
  }

  .information-block-inner.background-image {
    grid-row-gap: 20px;
    height: 11rem;
    margin-top: 20px;
    display: none;
  }

  .information-block-inner.dark-gray, .information-block-inner.teal {
    grid-row-gap: 20px;
  }

  .primary-call-to-action-info {
    padding: 2rem 1rem;
  }

  .form-2 {
    border-radius: 20px;
    flex-direction: column;
  }

  .heading-stories {
    font-size: 3.3rem;
    line-height: 1;
  }

  .head-info {
    grid-template-columns: 1fr;
  }

  .heading-style-h2-3.text-align-center {
    font-size: 2rem;
  }

  .layout-timeline-item {
    grid-template-columns: 3rem 1fr;
  }

  .secondary-cta-component {
    grid-template-columns: 1fr;
  }

  .grid-head {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .info-component-grid-head {
    grid-template-columns: 1fr;
  }

  .top-margin {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-layout-menu {
    flex-wrap: wrap;
  }

  .tabs-layout-menu.no-scrollbar {
    border-radius: 20px;
    flex-direction: column;
  }

  .illustrations-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block {
    margin-bottom: 0;
    display: block;
  }

  .div-block-2 {
    display: block;
  }

  .heading-13 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .container-3 {
    padding: 20px;
  }

  .heading-14 {
    font-size: 2rem;
  }

  .section-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-6 {
    padding: 20px;
  }

  .heading-15 {
    font-size: 2rem;
  }

  .section-3 {
    background-color: #fff;
    padding: 20px;
  }

  .heading-16 {
    font-size: 2rem;
  }

  .div-block-7 {
    display: block;
  }

  .div-block-8 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-copyright {
    margin-top: 20px;
    font-size: 14px;
  }

  .div-block-10 {
    display: block;
  }

  .section-5 {
    display: none;
  }

  .list-6 {
    display: block;
  }

  .sep {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }

  .list-item-4, .list-item-5, .list-item-6 {
    margin-bottom: .5rem;
  }

  .paragraph-16 {
    margin-bottom: 2rem;
  }

  .image-11 {
    width: 150px;
  }

  .div-block-14 {
    grid-template-rows: auto;
    grid-template-columns: 4fr;
  }

  .image-12 {
    display: none;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-19 {
    font-size: 2rem;
    line-height: 1;
  }

  .bold-text-3 {
    font-weight: 600;
    line-height: 1.25;
    display: block;
  }

  .bold-text-4 {
    font-size: 1.5rem;
  }

  .link-6 {
    display: block;
  }

  .heading-21 {
    font-size: 1.5rem;
  }

  .brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    max-width: 310px;
  }

  .menu-open-overlay {
    display: none;
  }

  .enquire-btn-wrapper {
    width: 109px;
  }

  .navbar-container {
    display: flex;
  }

  .nav-menu-3 {
    max-width: 310px;
  }

  .h1._600-bold {
    text-align: center;
  }

  .word-1 {
    font-size: 15px;
    line-height: 17px;
  }

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

  .image-21 {
    margin-top: 40px;
  }

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

  .form-block-4 {
    justify-content: center;
    align-items: center;
  }

  .bold-text-5 {
    font-size: 22px;
  }

  .form-row-2 {
    margin-right: 0;
  }

  .word-3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 17px;
  }

  .column, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-flex-left {
    flex: 1;
  }

  .bg-circles-small.right-bottom {
    inset: auto 0% 0% auto;
    transform: translate(-10%, -10px);
  }

  .animated-words-wrapper {
    height: 46px;
    margin-bottom: 20px;
  }

  .contact-form-block {
    grid-column-gap: 4px;
    grid-row-gap: 11px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .div-block-15 {
    background-size: auto;
    width: 100%;
  }

  .paragraph-20 {
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-16 {
    background-size: auto;
    width: 100%;
    height: 105px;
  }

  .form-block-5 {
    justify-content: center;
    align-items: center;
  }

  .div-block-17 {
    background-size: auto;
    width: 100%;
    height: 119px;
  }

  .heading-22 {
    font-size: 22px;
    line-height: 23px;
  }

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

  .focus-on-winning-strategies {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-21 {
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-19 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-22 {
    margin-top: 40px;
  }

  .heading-23 {
    font-size: 22px;
    line-height: 23px;
  }

  .keeping-everything-crystal-clear {
    padding-left: 10px;
    padding-right: 10px;
  }

  .reports {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .paragraph-22 {
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-26 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-6 {
    max-width: 100%;
  }

  .heading-24 {
    font-size: 22px;
    line-height: 23px;
  }

  .column-4, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-31 {
    display: none;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .we-ll-walk-you-through-it {
    padding-top: 40px;
  }

  .heading-26 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 23px;
  }

  .div-block-34 {
    display: block;
  }

  .h2._600-bold {
    font-size: 22px;
    line-height: 23px;
  }

  .bold-text-6 {
    font-size: 17px;
    line-height: 22px;
  }

  .form-block-6 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-v-1._500-medium {
    font-size: 17px;
    line-height: 22px;
  }

  .why-us-image-wrapper {
    max-width: 100%;
  }

  .why-us-paragraph {
    margin-bottom: 20px;
  }

  .footer-columns {
    min-width: auto;
    max-width: 240px;
    margin-bottom: 10px;
  }

  .footer-column-wrapper {
    flex-direction: column;
  }

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

  .webflow-branding {
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column-text-wrapper {
    grid-template-rows: auto;
  }

  .footer-column-text-wrapper._2-column-layout {
    grid-column-gap: 25px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .h5._600-bold {
    text-align: center;
  }

  .copyright-text-wrapper {
    text-align: left;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .scroll-to-top {
    bottom: 5px;
    right: 5px;
  }

  .list-9 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    align-self: flex-start;
  }

  .image-112 {
    width: 100px;
    margin-bottom: 20px;
  }

  .div-block-37 {
    margin-top: 0;
    display: flex;
  }

  .div-block-38 {
    margin-bottom: 60px;
  }

  .button-10 {
    padding: 10px 40px;
  }

  .heading-27 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .container-9 {
    height: 100%;
  }

  .list-item-12 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-40 {
    align-self: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

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

  .div-block-326 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .backbtn {
    margin-bottom: 20px;
  }

  .text-field-13 {
    min-width: 272px;
  }

  .button-48 {
    width: 35px;
    height: 35px;
  }

  .progessstep, .progessstep.active {
    width: 35px;
  }

  .progressmainstep {
    align-self: center;
  }

  .landercotent {
    font-size: 25px;
    line-height: 28px;
  }

  .landerprogessstep-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .stepone {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-327 {
    grid-template-columns: 1fr;
  }

  .div-block-328 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-51 {
    width: 35px;
    height: 35px;
  }

  .steptwo, .stepthree {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-339 {
    margin-top: 60px;
  }

  .div-block-329 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-330 {
    grid-template-columns: 1fr;
  }

  .button-53 {
    width: 35px;
    height: 35px;
  }

  .brand-3 {
    padding-left: 0;
  }

  .nav-menu-4 {
    max-width: 310px;
  }

  .nav-btn-2 {
    width: auto;
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
  }

  .nav-menu-5 {
    max-width: 310px;
  }

  .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27, .text-block-227 {
    text-align: center;
  }

  .image-113 {
    max-width: 70%;
  }

  .collection-list-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .social-icons-wrapper {
    flex-wrap: wrap;
  }

  .brand-4 {
    padding-left: 0;
  }

  .nav-menu-6 {
    max-width: 310px;
  }

  .tags {
    flex: 1 0 140px;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .service-hero-section {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .blog-post-item {
    padding: 20px 20px 40px;
  }

  .blog-post-right-flex {
    max-width: 100%;
  }

  .navbar-container-2 {
    display: flex;
  }

  .blog-column {
    position: static;
  }

  .social-icon-2 {
    flex: none;
  }

  .brand-5 {
    padding-left: 0;
  }

  .nav-menu-7 {
    max-width: 310px;
  }

  .brand-6 {
    padding-left: 0;
  }

  .nav-menu-8 {
    max-width: 310px;
  }

  .brand-7 {
    padding-left: 0;
  }

  .nav-menu-9 {
    max-width: 310px;
  }

  .h3 {
    line-height: 40px;
  }

  .blog-posts-category-list {
    flex-wrap: wrap;
  }

  .nav-menu-10 {
    max-width: 310px;
  }

  .header {
    padding-top: 20px;
  }

  .headerbox {
    padding-bottom: 20px;
  }

  .text-block-229 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-341 {
    flex-flow: column;
    align-items: center;
  }

  .heading-29 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-231, .text-block-232, .text-block-233 {
    font-size: 13px;
  }

  .heading-30, .heading-31 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

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

  .footer {
    margin-top: -233px;
  }

  .div-block-345 {
    flex-flow: column;
  }

  .div-block-346 {
    margin-bottom: 20px;
  }

  .div-block-347 {
    margin-top: 20px;
  }

  .text-block-235, .text-block-236 {
    font-size: 15px;
  }

  .button-56 {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    display: block;
  }

  .div-block-349, .div-block-350 {
    flex-flow: column;
  }

  .div-block-351 {
    margin-top: 40px;
  }

  .columns-5 {
    flex-flow: column-reverse;
  }

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

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .grid-4 {
    grid-template-columns: 1fr;
  }

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

  .div-block-352 {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .bold-text-9 {
    font-size: 15px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .button-59 {
    margin-left: 0;
  }

  .nav-dropdown {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .nav-dropdown-toggle.w--open {
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .column-13 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-239 {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }

  .text-block-239.mb10 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .list-item-14 {
    padding-left: 0;
  }

  .nav-link-3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-link-3.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
  }

  .list-14 {
    text-align: left;
  }

  .list-item-13 {
    padding-left: 0;
    list-style-type: none;
  }

  .image-124 {
    margin-bottom: 0;
  }

  .h1-3._600-bold {
    text-align: left;
    margin-bottom: 20px;
  }

  .button-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-357 {
    flex-flow: column;
    align-items: center;
  }

  .bold-text-10 {
    font-size: 22px;
  }

  .menu-button-6.w--open {
    background-color: #d4e0f100;
  }

  .text-block-241 {
    margin-bottom: 0;
  }

  .container-14 {
    max-width: none;
    margin-top: 0;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    text-align: left;
    display: block;
  }

  .list-item-15 {
    padding-left: 0;
  }

  .headerbox-2 {
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .nav-menu-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding-bottom: 20px;
  }

  .columns-6 {
    flex-flow: column-reverse;
  }

  .image-123 {
    max-height: none;
    display: none;
  }

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

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

  .div-block-358 {
    padding-top: 30px;
  }

  .grid-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .serviceslist-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-32 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .container-15 {
    margin-top: -49px;
  }

  .faq2-icon-2 {
    margin-left: .125rem;
  }

  .div-block-382 {
    flex-flow: column;
  }

  .column-19 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-43 {
    margin-bottom: 20px;
    padding-right: 0%;
    font-size: 22px;
    line-height: 120%;
  }

  .container-27 {
    font-size: 22px;
  }

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

  .paidtraffic {
    padding-top: 40px;
  }

  .faq-answer-2 {
    font-size: 14px;
  }

  .text-block-268 {
    font-size: 16px;
  }

  .button-57 {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-267 {
    text-align: center;
    font-size: 18px;
  }

  .div-block-381 {
    border-radius: 8px;
  }

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

  .button-61 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-387 {
    text-align: left;
    background-color: #fff0;
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .paragraph-34 {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 16px;
    line-height: 140%;
  }

  .text-block-270 {
    text-align: center;
    flex: 0 auto;
    margin-bottom: 0;
  }

  .list-item-46 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .div-block-388 {
    display: none;
  }

  .heading-42 {
    font-size: 22px;
    line-height: 120%;
  }

  .free-simple-crm {
    padding: 40px 16px;
  }

  .heading-44 {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 22px;
    line-height: 120%;
  }

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

  .div-block-363 {
    margin-top: 10px;
    padding-top: 0;
  }

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

  .columns-8 {
    flex-flow: column-reverse;
  }

  .text-block-271 {
    font-size: 16px;
    line-height: 140%;
  }

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

  .button-62 {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-62.fr {
    width: 100%;
  }

  .perfect-for-a-wide-range-of-industries {
    padding: 20px 16px 10px;
  }

  .setappheading {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 120%;
  }

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

  .button-63.p20 {
    text-align: center;
    display: inline-block;
  }

  .paragraph-29 {
    font-size: 16px;
  }

  .text-block-246 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-130 {
    display: none;
  }

  .get-started-in-3-easy-steps {
    padding: 40px 16px 20px;
  }

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

  .get-started-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .button-64 {
    text-align: center;
    flex: 1;
    align-self: flex-start;
    max-width: none;
    margin-top: 12px;
    font-size: 14px;
    display: block;
  }

  .get-started-item {
    padding: 16px;
  }

  .get-started-item.tr {
    padding: 20px;
  }

  .testiomonials {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-30 {
    font-size: 16px;
  }

  .testiomonials-box {
    grid-template-columns: 1fr;
  }

  .text-block-250 {
    font-size: 32px;
  }

  .container-20 {
    display: none;
  }

  .form-3 {
    grid-template-columns: 1fr;
  }

  .plans {
    padding: 20px 16px;
  }

  .plansitem {
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .radio-button-field {
    margin-left: 0;
  }

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

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

  .plansbox {
    grid-template-columns: 1fr;
  }

  .div-block-366 {
    margin-bottom: 20px;
  }

  .container-21.mis2 {
    padding-left: 0;
    padding-right: 0;
  }

  .plans-item-header {
    position: static;
  }

  .plans-item-header.relat {
    z-index: 1;
    position: relative;
  }

  .text-block-254.green, .text-block-254.darkgreen {
    margin-bottom: 10px;
  }

  .button-66.db {
    padding-left: 10px;
    padding-right: 10px;
  }

  .plansheaderbox {
    flex-flow: column;
    width: 100%;
    position: static;
  }

  .heading-36 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 120%;
  }

  .paragraph-35 {
    font-size: 14px;
  }

  .faq2-icon-3 {
    margin-left: .125rem;
  }

  .paragraph-36 {
    font-size: 14px;
  }

  .faq-section {
    padding: 40px 16px;
  }

  .paragraph-37 {
    font-size: 14px;
  }

  .faq-component-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-38, .paragraph-39, .paragraph-40, .faq-answer-3 {
    font-size: 14px;
  }

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

  .heading-33 {
    color: var(--dark_green);
    font-size: 28px;
    line-height: 120%;
  }

  .list-10 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .list-10.center {
    flex-flow: wrap;
    justify-content: center;
  }

  .paragraph-41 {
    font-size: 14px;
  }

  .don-t-let-your-budget-go-to-waste {
    padding: 40px 12px;
  }

  .column-21 {
    padding: 20px 16px;
  }

  .bold-text-20 {
    font-size: 18px;
    line-height: 22px;
  }

  .button-67 {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .list-item-16 {
    flex: 0 auto;
    padding: 2px 4px;
    font-size: 8px;
  }

  .footer-2 {
    margin-top: -186px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-138 {
    margin-bottom: 10px;
  }

  .div-block-389 {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-391 {
    flex-flow: column;
  }

  .div-block-392 {
    margin-top: 40px;
  }

  .div-block-393 {
    flex-flow: column;
  }

  .list-item-31 {
    font-size: 14px;
  }

  .imdustries-box-text {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .header-3 {
    padding-top: 10px;
  }

  .header-3.mtb {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .list-item-39, .list-item-28, .list-item-29, .list-item-41, .list-item-40, .list-item-27, .list-item-20 {
    font-size: 14px;
  }

  .list-item-47 {
    padding-left: 0;
  }

  .list-item-24 {
    font-size: 14px;
  }

  .indastries-item {
    flex-flow: column;
    display: flex;
  }

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

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

  .list-item-48 {
    padding-left: 0;
    list-style-type: none;
  }

  .list-item-26, .list-item-33, .list-item-32, .list-item-22, .list-item-42 {
    font-size: 14px;
  }

  .image-131 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .div-block-376 {
    margin-right: 10px;
  }

  .list-item-25, .list-item-21 {
    font-size: 14px;
  }

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

  .container-30 {
    max-width: none;
    margin-top: 0;
  }

  .list-item-35 {
    font-size: 14px;
  }

  .headerbox-3 {
    padding-bottom: 20px;
  }

  .headerbox-3.ptb {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .faq-answer-4 {
    font-size: 14px;
  }

  .faq-answer-4.p20 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-item-36, .list-item-30, .list-item-37, .list-item-34 {
    font-size: 14px;
  }

  .text-block-258 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .list-item-38, .list-item-43, .list-item-23 {
    font-size: 14px;
  }

  .image-139 {
    max-height: none;
  }

  .div-block-374 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-self: auto;
    margin-bottom: 20px;
  }

  .div-block-372 {
    background-image: url('../images/SolutionAdPalBg1.png');
    background-position: 2% 100%;
    background-repeat: no-repeat;
    background-size: 152px;
    padding: 20px;
  }

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

  .text-block-263 {
    font-size: 16px;
  }

  .button-69 {
    display: block;
  }

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

  .header-4 {
    padding-top: 10px;
  }

  .header-4.mtb {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .list-item-49 {
    padding-left: 0;
    list-style-type: none;
  }

  .div-block-396 {
    margin-bottom: 20px;
  }

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

  .image-140 {
    max-height: none;
  }

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

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .serviceslist-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-48 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .header-5 {
    padding-top: 10px;
  }

  .header-5.mtb {
    background-position: 50% 0;
    background-size: 900px;
    padding: 43px 16px 20px;
  }

  .ourstoryboxrightimage {
    width: 60%;
  }

  .list-item-51 {
    padding-left: 0;
    list-style-type: none;
  }

  .ourstoryboxleftheading {
    font-size: 22px;
  }

  .container-23 {
    padding-top: 60px;
  }

  .ourstoryboxlefttext {
    font-size: 14px;
  }

  .heading-40 {
    font-size: 22px;
  }

  .image-141 {
    max-height: none;
  }

  .what-is-promo {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-49 {
    font-size: 22px;
  }

  .paragraph-32, .list-item-44, .paragraph-49, .field-label-4, .field-label-2 {
    font-size: 14px;
  }

  .text-block-266 {
    letter-spacing: .2px;
    font-size: 13px;
  }

  .header-6 {
    padding-top: 10px;
  }

  .header-6.mtb {
    padding-bottom: 0;
  }

  .header-6.mtb.hidbg {
    height: auto;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .list-item-52 {
    padding-left: 0;
    list-style-type: none;
  }

  .formtitle {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .formtitle.bt10 {
    margin-bottom: 10px;
    padding-right: 40px;
    font-size: 18px;
  }

  .submit-button-2 {
    font-size: 16px;
  }

  .textarea-2 {
    min-height: 80px;
  }

  .container-35 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .text-field-22 {
    margin-bottom: 10px;
  }

  .contactform {
    margin-bottom: 0;
    display: flex;
  }

  .text-field-23 {
    margin-bottom: 10px;
  }

  .text-block-265 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-block-265.fs20 {
    font-size: 16px;
  }

  .image-142 {
    max-height: none;
  }

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

  .optimize-your-traffic {
    padding: 40px 16px;
  }

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

  .columns-12 {
    flex-flow: column-reverse wrap;
  }

  .div-block-403 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .image-143 {
    margin-bottom: 5px;
  }

  .enterpriseplan {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .enterpriseplanleft {
    min-width: auto;
    margin-right: 0;
    padding-right: 0;
  }

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

  .text-block-293 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .pricingtable {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .price-banner {
    width: auto;
    padding: 20px;
  }

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

  .text-block-296 {
    font-size: 22px;
  }

  .div-block-406 {
    display: block;
  }

  .div-block-407 {
    margin-left: 0;
    display: block;
  }

  .title-wrap {
    grid-template-columns: 1fr;
  }

  .text-block-297 {
    font-size: 22px;
  }

  .pricing-top.vborder {
    align-self: center;
    display: block;
  }

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

  .grid-pricing.mobgrid {
    grid-template-columns: 1.5fr .5fr;
    grid-auto-flow: row;
    justify-content: stretch;
  }

  .pricing-line-break {
    padding-left: 10px;
  }

  .pricing-table-cell-desc, .pricing-table-cell-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-144 {
    flex: none;
    order: 0;
    display: block;
  }

  .by-industry {
    padding-bottom: 40px;
  }

  .hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .image-146 {
    max-height: none;
  }

  .button-75.p20 {
    display: inline-block;
  }

  .heading-52 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .div-block-414 {
    margin-bottom: 20px;
  }

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

  .header-7 {
    padding-top: 10px;
  }

  .header-7.mtb {
    padding: 80px 12px 20px;
  }

  .container-39 {
    padding-top: 0;
  }

  .list-item-56 {
    padding-left: 0;
    list-style-type: none;
  }

  .breadcramb {
    font-size: 18px;
  }

  .industry-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .div-block-420 {
    margin-top: 0;
  }

  .div-block-421 {
    padding: 20px 20px 10px;
  }

  .text-block-327 {
    font-size: 16px;
  }

  .div-block-422, .div-block-422._2wer {
    grid-template-columns: 1fr;
  }

  .industry-desc-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._1person {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-425 {
    padding-right: 0;
  }

  .paragraph-57, .text-block-328 {
    font-size: 14px;
  }

  .image-147 {
    align-self: center;
  }

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

  .list-item-58 {
    font-size: 14px;
  }

  .div-block-427 {
    padding: 20px;
  }

  .text-block-332 {
    font-size: 30px;
  }

  .paragraph-59 {
    font-size: 16px;
  }

  .list-item-59 {
    font-size: 14px;
  }

  .list-item-60 {
    font-size: 16px;
  }

  .list-item-61 {
    font-size: 14px;
  }

  .list-item-62, .list-item-63, .list-item-64, .list-item-65, .list-item-66, .paragraph-60, .list-item-67, .list-item-68, .list-item-69, .list-item-70, .paragraph-61, .list-item-71, .list-item-72, .list-item-73, .list-item-74, .paragraph-62 {
    font-size: 16px;
  }

  .heading-53 {
    font-size: 22px;
  }

  ._3persons, ._2persons, ._3persons-left-item {
    grid-template-columns: 1fr;
  }

  .solutionswrap {
    flex-flow: column;
    margin-bottom: 60px;
  }

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

  .text-block-333 {
    text-align: left;
    font-size: 20px;
  }

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

  .section-9 {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 40px 12px 20px;
  }

  .text-block-335 {
    font-size: 24px;
  }

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

  .text-block-337 {
    font-size: 16px;
  }

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

  .div-block-430 {
    text-align: center;
  }

  .div-block-431 {
    flex-flow: column;
    flex: 0 auto;
    align-self: center;
  }

  .text-block-339 {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

  .image-149 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-12 {
    padding-bottom: 20px;
  }

  .paragraph-63 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .text-block-341, .text-block-342, .text-block-343, .text-block-344 {
    font-size: 16px;
  }

  .image-150, .image-151 {
    margin-bottom: 20px;
  }

  .column-27 {
    padding-left: 0;
  }

  .list-item-84 {
    align-self: auto;
    padding-left: 0;
  }

  .link-12 {
    margin-left: 0;
  }

  .link-12.w--current {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .paragraph-64, .paragraph-65, .paragraph-66, .paragraph-67, .paragraph-68, .paragraph-69, .paragraph-70, .paragraph-71, .paragraph-72, .paragraph-73, .paragraph-74, .rich-text-block {
    font-size: 15px;
  }

  .div-block-434 {
    flex-flow: column;
    display: flex;
  }

  .rich-text-block-2 {
    font-size: 15px;
  }

  .text-block-346 {
    margin-bottom: 5px;
  }

  .text-block-349 {
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .text-block-350, .text-block-351, .text-block-352 {
    margin-bottom: 5px;
  }

  .list-item-92, .list-item-93, .list-item-94, .list-item-95, .list-item-96, .list-item-97, .list-item-98 {
    font-size: 15px;
  }

  .legal-list-box {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .list-23 {
    padding-left: 19px;
  }

  .dropdown-nav-container.hrrigth {
    padding-left: 0;
  }

  .dropdown-nav-container.navgrid {
    grid-template-columns: 1fr;
  }

  .dropdown-list-3.w--open {
    border-bottom: 1px solid var(--green-main);
    background-color: #f3faf8;
    border-radius: 1px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 0;
    overflow: auto;
  }

  .heading-59 {
    font-size: 12px;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .dropdown-nav-main-wrapper._3grid {
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-4.prl {
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-link-4.prl.w--open {
    transition: all .3s ease-in-out;
  }

  .div-block-446 {
    padding-left: 0;
  }

  .button-78 {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .mobile-margin-top-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .button-primary-2 {
    flex: 1;
    padding: 10px 24px;
    font-weight: 500;
  }

  .image-156 {
    margin-left: 20px;
  }

  .image-158 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-447 {
    flex-flow: column;
    display: flex;
  }

  .ourstoryboxleft {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-24 {
    font-size: 14px;
  }

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

  .link-13 {
    font-size: 14px;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .list-25, .list-item-104, .list-item-105 {
    font-size: 14px;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .tab-link-tab-1 {
    border-right: 1px solid #eaeef4;
    flex: 1;
    align-self: stretch;
    display: flex;
  }

  .tab-link-tab-2 {
    align-self: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tab-link-tab-3.w--current {
    align-self: stretch;
    display: flex;
  }

  .tabs {
    display: block;
  }

  .navbar-wrapper-5 {
    padding-top: 10px;
  }

  .container-44 {
    max-width: none;
    margin-top: 0;
  }

  .image-161 {
    max-height: none;
  }

  .dropdown-nav-main-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div-block-451 {
    padding-left: 0;
  }

  .button-80 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
  }

  .columns-14 {
    flex-flow: column;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .text-block-367 {
    text-align: left;
    font-size: 16px;
  }

  .h1-4._600-bold {
    text-align: left;
  }

  .list-item-132 {
    margin-right: 0;
    font-size: 14px;
  }

  .nav-menu-wrapper-2 {
    overflow: scroll;
  }

  .list-26 {
    text-align: left;
  }

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

  .heading-60 {
    font-size: 12px;
  }

  .menu-button-7.w--open {
    background-color: #d4e0f100;
  }

  .nav-menu-two-2 {
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .column-30 {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-4.w--open {
    height: 200px;
    overflow: auto;
  }

  .headerbox-4 {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .headerbox-4.mt {
    height: auto;
    min-height: 600px;
    max-height: 1000px;
    margin-top: 80px;
  }

  .bold-text-78 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .list-item-135 {
    padding-left: 0;
  }

  .div-block-454 {
    margin-bottom: 16px;
  }

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

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

  .serviceslist-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .serviceslist-4.bggreen {
    padding: 40px 12px 20px;
  }

  .heading-61 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-371 {
    font-size: 18px;
    font-weight: 500;
  }

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

  .text-block-371.txt {
    font-size: 16px;
    font-weight: 400;
  }

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

  .button-81 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
  }

  .heading-62 {
    font-size: 22px;
    line-height: 31px;
  }

  .heading-62.tnb20 {
    padding-right: 0;
    line-height: 120%;
  }

  .heading-63 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .lead-qualification {
    padding: 40px 16px 20px;
  }

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

  .get-started-box-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .text-block-374 {
    font-size: 22px;
  }

  .paragraph-77 {
    font-size: 14px;
  }

  .text-block-375 {
    font-size: 18px;
    line-height: 21px;
  }

  .btn_small {
    font-size: 13px;
  }

  .get-started-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .image-164 {
    display: none;
  }

  .get-started-in-3-easy-steps-2 {
    padding: 40px 12px 20px;
  }

  .heading-64 {
    font-size: 22px;
    line-height: 31px;
  }

  .ideal-small-businesses {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-56 {
    text-align: left;
    font-size: 22px;
    line-height: 31px;
  }

  .list-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .list-item-136 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-57 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .crm-partner {
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
    justify-items: start;
  }

  .text-block-377 {
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
  }

  .heading-65 {
    text-align: left;
    font-size: 22px;
    line-height: 31px;
  }

  .testipmpnials-litle {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .paragraph-78 {
    font-size: 13px;
    line-height: 1.5;
  }

  .navbar-wrapper-6 {
    padding-top: 10px;
  }

  .container-50 {
    max-width: none;
    margin-top: 0;
  }

  .section-13 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-165 {
    max-height: none;
  }

  .asbox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .asbox-item-title {
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-456 {
    padding-left: 0;
  }

  .button-83 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
  }

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

  .asbox-item {
    padding-top: 20px;
  }

  .text-block-380 {
    text-align: left;
    font-size: 16px;
  }

  .asbox-item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .h1-5._600-bold {
    text-align: left;
  }

  .text-block-353 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-66 {
    font-size: 12px;
  }

  .menu-button-8.w--open {
    background-color: #d4e0f100;
  }

  .nav-menu-two-3 {
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .headerbox-5 {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .headerbox-5.mt {
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-92 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .list-item-139 {
    padding-left: 0;
  }

  .list-item-140 {
    background-size: 20px;
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .list-item-141 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 140%;
  }

  .list-item-142 {
    background-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 400;
  }

  .assublist {
    margin-left: 24px;
  }

  .dsa-box {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: start;
    place-items: stretch stretch;
    display: block;
  }

  .discover-superior-alternative {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-51 {
    flex-flow: row;
    display: block;
  }

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

  .antispambox {
    border-width: 1px;
    padding: 12px;
  }

  .traditional-captchas-box {
    margin-bottom: 20px;
    padding: 12px;
  }

  .heading-58 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .antispambox-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .traditional-captchas-tt {
    font-size: 18px;
  }

  .whychoose-item {
    font-size: 13px;
    line-height: 22px;
  }

  .whychoose-title {
    font-size: 22px;
    line-height: 28px;
  }

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

  .div-block-444 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .text-block-357 {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 140%;
  }

  .text-block-383 {
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
  }

  .heading-67 {
    text-align: left;
    font-size: 22px;
    line-height: 31px;
  }

  .paragraph-79 {
    font-size: 13px;
    line-height: 1.5;
  }

  .div-block-459 {
    grid-template-columns: 1.75fr;
    display: block;
  }

  .text-block-386 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.2;
  }

  .chatbotservices {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-93 {
    font-size: 18px;
    line-height: 1.3;
  }

  .div-block-460 {
    flex-flow: column;
  }

  .div-block-461 {
    margin-top: 40px;
  }

  .button-85 {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 14px;
  }

  .div-block-462 {
    text-align: left;
    flex-flow: column;
  }

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

  .div-block-464 {
    align-self: center;
  }

  .heading-68 {
    font-size: 23px;
  }

  .ourskills {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bold-text-94 {
    font-size: 22px;
    line-height: 1.2;
  }

  .div-block-465 {
    grid-template-columns: 1fr;
  }

  .div-block-466 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bold-text-95, .heading-69 {
    font-size: 22px;
  }

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

  .paragraph-80 {
    font-size: 14px;
  }

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

  .tabs-2 {
    flex-flow: column;
  }

  .tabs-menu-2 {
    max-width: 100%;
    margin-right: 0;
  }

  .tab-link-tab-1-2.w--current, .tab-link-tab-2-2, .tab-link-tab-3-2, .tab-link-tab-4, .tab-link-tab-5 {
    padding: 10px;
  }

  .paragraph-81 {
    font-size: 14px;
  }

  .div-block-468 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-168 {
    align-self: center;
  }

  .text-block-395, .text-block-396, .text-block-397, .text-block-398, .text-block-399, .text-block-400, .text-block-401, .text-block-402, .text-block-403, .text-block-404, .text-block-405 {
    font-size: 14px;
  }

  .div-block-470.casebox {
    padding-right: 40px;
  }

  .text-block-406, .text-block-407, .text-block-408, .text-block-409, .text-block-410 {
    font-size: 14px;
    font-weight: 500;
  }

  .solutionsitem {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-weight: 400;
  }

  .solutionsitem.w--current {
    border-width: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
  }

  .image-169 {
    width: 20px;
  }

  .text-block-411 {
    font-size: 16px;
  }

  .text-block-412, .rich-text-block-3 {
    font-size: 14px;
  }

  .formwrapper {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .promobot {
    background-position: 12px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .formepbox {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .landingmenuwrapper {
    padding-top: 10px;
  }

  .navbar-logo-left-container-2.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-two-4 {
    flex-direction: column;
  }

  .menu-button-9 {
    z-index: 99999;
  }

  .menu-button-9.w--open {
    background-color: var(--white);
    color: var(--dark_green);
  }

  .nav-menu-11 {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .landingtopbanerwrapper {
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: 820px;
    height: auto;
    min-height: 90vh;
    max-height: 1000px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .landingtopbanerwrapper.top60 {
    background-position: 700px 90px, 80% 0;
    background-size: 800px, 820px;
    min-height: 700px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .landingtopbanerbox {
    margin-top: 0;
    padding-top: 15%;
  }

  .landingtopbanerleft {
    padding-left: 0;
    padding-right: 0;
  }

  .landingtopbanerlefttext {
    color: var(--dark_green);
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 120%;
  }

  .landingtopbanerleftbt {
    text-align: left;
  }

  .landingtopbanerleftlist {
    margin-bottom: 48px;
  }

  .list-item-147 {
    color: var(--dark_green);
    background-position: 0 15%;
    background-size: 16px;
    margin-bottom: 12px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 24px;
    font-size: 18px;
  }

  .getbotbtn {
    margin-bottom: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sendtelegrambtn {
    padding: 15px 0;
  }

  .sendtelegrambtn.nbt {
    line-height: 140%;
    display: block;
  }

  .sendtelegrambtn.mr20 {
    text-align: center;
    background-position: 25px, 0 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .scrolllinelogo {
    position: static;
    bottom: 20px;
  }

  .scrolllinelogobox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 250vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .conactwrapp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .contactrightcontent {
    border-radius: 12px;
    padding: 16px;
  }

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

  .paragraph-83 {
    font-size: 14px;
  }

  .form-4 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .radio-button-label-6, .radio-button-label-7, .radio-button-label-8, .radio-button-label-9 {
    font-size: 14px;
  }

  .radio-button-field-5 {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
  }

  .radio-button-field-6 {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 10px;
  }

  .radio-button-field-7, .radio-button-field-8 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .radio-button-field-9 {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 40px;
  }

  .div-block-474 {
    margin-bottom: 20px;
  }

  .div-block-475 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .modal-wrapper {
    display: none;
  }

  .h4-4 {
    font-size: 1.75rem;
  }

  .button-87 {
    font-size: 14px;
  }

  .text-block-416 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .themeform {
    margin-bottom: 10px;
  }

  .whyourbots {
    padding-bottom: 20px;
  }

  .casessection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .whatbotssection {
    padding-top: 40px;
  }

  .subfootersection {
    padding-left: 12px;
    padding-right: 12px;
  }

  .headingm {
    text-align: left;
  }

  .whyourbotscontet {
    grid-template-columns: 1fr;
  }

  .text-block-417 {
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-477 {
    width: auto;
  }

  .button-88.getchataibot {
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 12px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-flex;
  }

  .div-block-478 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .cbtitletext {
    text-align: left;
  }

  .whatbotsitem.gbr.gbb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .casestabsmenu {
    grid-template-columns: 1fr;
  }

  .casestabscontent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-422 {
    font-size: 16px;
  }

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

  .text-block-424 {
    line-height: 23px;
  }

  .text-block-426 {
    text-align: left;
  }

  .resultsboxtitle {
    font-size: 16px;
  }

  .resultsboxitem {
    font-size: 14px;
  }

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

  .button-89.getchataibot {
    margin-right: 0;
    display: block;
  }

  .button-89.getchataibot.padrl {
    line-height: 140%;
  }

  .made-chatbot {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mccleftboxtitl {
    line-height: 120%;
  }

  .possibilities-section {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .possibilitiesboxitem {
    padding: 16px;
  }

  .possibilitiesboxitemtitle {
    margin-bottom: 10px;
  }

  .possibilitiesbtnbox {
    display: block;
  }

  .ourplatformsection {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ourplatformbox {
    grid-template-columns: 1fr;
  }

  .ourplatformitem {
    padding-left: 0;
    padding-right: 0;
  }

  .ourplatformitemtitle {
    margin-bottom: 10px;
  }

  .topheadersection {
    background-image: none;
    height: auto;
    padding: 0 16px;
  }

  .topheaderleftcontent {
    padding-top: 100px;
  }

  .topheaderleftcontentimg {
    float: left;
    width: 35px;
    height: 35px;
    margin-top: 0;
    margin-right: 10px;
  }

  .topheaderleftcontenttitle {
    margin-bottom: 12px;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .topheaderleftcontenttext {
    color: #575757;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .btnstart {
    text-align: center;
    margin-bottom: 12px;
  }

  .topheaderleftcontentbtnbox {
    flex-flow: column;
  }

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

  .topheaderleftcontentbottombox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .thblc {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

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

  .text-block-431 {
    line-height: 23px;
  }

  .div-block-487 {
    display: flex;
  }

  .div-block-488 {
    margin-bottom: 40px;
  }

  .rheadertextbox {
    padding-right: 0;
  }

  .reporttitle {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 33px;
  }

  .reporttitle.alr {
    text-align: left;
  }

  .reporttitle.main-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
  }

  .reportparagraph {
    margin-bottom: 32px;
  }

  .reportparagraph.alr, .trafficchannelsheader {
    text-align: left;
  }

  .trafficchannelsheadertext {
    text-align: left;
    padding-left: 0%;
    padding-right: 0%;
  }

  .trafficchannelsgreditemparagraph {
    font-size: 16px;
    line-height: 22px;
  }

  .comprehensiveimg {
    max-width: 100%;
  }

  .mmytcontainercenteritem {
    padding: 16px;
  }

  .dashheader {
    height: auto;
    max-height: none;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dashbm {
    padding-left: 16px;
    padding-right: 16px;
  }

  .adversection {
    padding: 40px 16px;
  }

  .instanssection {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .whatqualificationsection, .focusingsection {
    padding: 40px 16px;
  }

  .whatqualificationbox {
    flex-flow: column-reverse;
  }

  .focusingcontainerbox {
    flex-flow: column;
    display: flex;
  }

  .image-178 {
    align-self: center;
  }

  .advicesection {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mainfunc, .notificationssection {
    padding: 40px 16px;
  }

  .insaitesection {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .advicecontainerboxitem {
    padding: 16px;
  }

  .advicecontainerboxitemtitle {
    font-weight: 600;
  }

  .mainfuncboxitem {
    border-radius: 12px;
    padding: 20px 16px;
  }

  .mainfuncboxitem.ptb80 {
    text-align: left;
    padding: 16px;
  }

  .greenboxtitle {
    margin-bottom: 8px;
  }

  .greenboxtitle.center, .greenboxtext.center {
    text-align: left;
  }

  .notificationscontentf {
    border-radius: 12px;
    padding: 16px;
  }

  .btnblockcta {
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
  }

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

  .radio-button-field-10 {
    margin-left: 0;
  }

  .div-block-495 {
    margin-bottom: 20px;
  }

  .heading-72 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-441 {
    margin-bottom: 10px;
    font-size: 16px;
  }

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

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

  .list-item-151 {
    background-size: 20px;
  }

  .text-block-445.green, .text-block-445.darkgreen {
    margin-bottom: 10px;
  }

  .container-61.mis2 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .section-15 {
    height: auto;
    min-height: 600px;
    max-height: 1000px;
    padding-bottom: 0;
  }

  .chbcontactsection {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .chbcontactcontainer {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .div-block-501 {
    line-height: 1.2;
  }

  .div-block-502 {
    flex: 0 auto;
    align-self: center;
  }

  .link-16 {
    font-size: 16px;
  }

  .text-block-448 {
    font-size: 16px;
    line-height: 24px;
  }

  .link-17 {
    font-size: 16px;
  }

  .text-block-449 {
    font-size: 28px;
  }

  .div-block-505 {
    flex: 1;
    align-self: auto;
  }

  .bitrix24section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .setappitem {
    padding: 20px;
  }

  .list-item-152 {
    font-size: 16px;
  }

  .setappbox2 {
    display: block;
  }

  .heading-74 {
    font-size: 16px;
  }

  .list-31 {
    margin-left: 0;
    font-size: 14px;
  }

  .bullit-main {
    background-color: var(--white);
    background-image: url('../images/Check-icon_1Check-icon.png');
    background-position: 97% 90%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 12px;
    padding: 12px;
    font-size: 16px;
  }

  .columns-15 {
    flex-flow: column;
  }

  .column-34, .column-35 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-181 {
    display: none;
  }

  .text-span-21 {
    line-height: 140%;
  }

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

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

  .footersection {
    padding-top: 40px;
  }

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

  .footer-block {
    align-items: flex-start;
  }

  .footer-divider {
    margin-top: 15px;
  }

  .footercontentbox {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footercopyrightbox {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .footercopyrightboxleft {
    text-align: center;
    margin-bottom: 10px;
  }

  .footercontentboxleft {
    max-width: none;
  }

  .footercontentboxright {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footercontentboxleftlogoimg.margin {
    margin-left: -8px;
  }

  .footercontentboxleftemail.mb0 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footercontentboxleftsocial {
    margin-bottom: 20px;
  }

  .footercontentboxleftooo {
    display: block;
  }

  .phonelink.fev.burger {
    font-size: 16px;
    line-height: 140%;
  }

  .emaillink.fev.burger {
    text-transform: none;
    font-size: 16px;
    line-height: 140%;
  }

  .emailspan {
    font-size: 16px;
  }

  .emailspan.sdf {
    color: var(--dark_green);
    text-transform: none;
    font-size: 16px;
  }

  .phonespan {
    font-size: 16px;
  }

  .text-block-371-copy {
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-371-copy.scnd {
    font-size: 14px;
  }

  .list-item-153, .list-item-154 {
    font-size: 16px;
  }

  .bold-text-106.h2mobile {
    font-size: 22px;
    line-height: 120%;
  }

  .h2-mobile {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.2;
  }

  .markheadersection {
    padding-bottom: 40px;
  }

  .markcontentcontainer.padtop200 {
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .fullmarksection {
    padding-top: 40px;
  }

  .fullmarkcontainerheading {
    font-size: 30px;
    line-height: 1.2;
  }

  .fullmarkcontentgrid, .fullmarkcontentgrid2 {
    grid-template-columns: 1fr;
  }

  .bold-text-108 {
    font-size: 30px;
    line-height: 1.2;
  }

  .whypromogrid {
    grid-template-columns: 1fr;
  }

  .teamsitemtitle {
    line-height: 1.2;
  }

  .managerbox {
    padding: 10px;
  }

  .managerboxcontentright {
    padding: 20px;
  }

  .managerboxcontentrightimg {
    width: 60px;
    height: 60px;
  }

  .text-span-23, .bold-text-111, .list-item-155, .list-item-156, .list-item-157, .list-item-158, .list-item-159 {
    font-size: 14px;
  }

  .menutopbox {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .menutopboxleft {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: block;
  }

  .menutopboxright {
    grid-template-columns: 1fr;
    display: block;
  }

  .workperiod {
    margin-bottom: 5px;
  }

  .text-block-453 {
    text-align: left;
  }

  .socitem {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-185.burger {
    width: 20px;
    height: 20px;
  }

  .text-block-454 {
    text-transform: none;
    font-size: 16px;
    line-height: 150%;
  }

  .headertopemail.burger {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

  .headertopphone.burger {
    width: 20px;
    height: 20px;
  }

  .socli {
    flex: 0 auto;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .socli.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .socli.whyourbotsitemtitle {
    margin-top: 0;
    padding-top: 0;
  }

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

  .aboutheading {
    font-size: 28px;
  }

  .abouttoptext {
    text-align: left;
  }

  .ourstoryboxleftslogan {
    font-size: 14px;
    line-height: 1.4;
  }

  .ourstoryboxrightname {
    font-size: 18px;
  }

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

  .ourstoryboxrighttext {
    text-align: center;
    font-size: 14px;
  }

  .drivessection {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-75 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .heading-75.mb20 {
    font-size: 28px;
  }

  .drivesbottomboxitemtitle {
    font-size: 18px;
  }

  .createdsection {
    padding-left: 16px;
    padding-right: 16px;
  }

  .createdparagraph {
    font-size: 18px;
  }

  .createdbtn {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .historysection {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .historyitem {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 40px;
  }

  .historyitemleftbtitle {
    font-size: 18px;
  }

  .historyitemleftc {
    margin-right: 10px;
    display: none;
  }

  .historyitemleftbp {
    margin-bottom: 12px;
    line-height: 1.2;
  }

  .careersection {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .careerboxleftimg {
    width: 80%;
  }

  .text-block-457 {
    font-size: 28px;
  }

  .profitablesection {
    padding: 40px 16px;
  }

  .ourteamcontainertitle {
    font-size: 28px;
  }

  .ourteamalex {
    grid-template-columns: 1fr;
    padding: 12px 12px 20px 16px;
  }

  .ourteamalexright {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .paragraph-92 {
    text-align: center;
    line-height: 1.3;
  }

  .ourtopprogrammerbox {
    grid-template-columns: 1fr;
  }

  .otpbitem {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .programmerbox {
    grid-template-columns: 1fr;
  }

  .programmeritem {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .image-186 {
    margin-top: 8px;
  }

  .div-block-510 {
    display: flex;
  }

  .text-block-458, .text-block-459 {
    font-size: 13px;
  }

  .title-wrap-2 {
    grid-template-columns: 1fr;
  }

  .tooltipimage-2 {
    width: 24px;
    height: 24px;
  }

  .text-block-460 {
    font-size: 22px;
  }

  .text-block-461, .text-block-464, .text-block-465, .text-block-466, .text-block-467, .text-block-468, .text-block-469 {
    font-size: 13px;
  }

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

  .pricingtable-2 {
    padding: 40px 16px;
  }

  .text-block-470 {
    font-size: 16px;
  }

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

  .text-block-472 {
    font-size: 22px;
  }

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

  .pricing-table-cell-desc-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-474 {
    font-size: 17px;
  }

  .pricing-wrapper-2 {
    display: none;
  }

  .text-block-475, .text-block-475.green {
    font-size: 16px;
  }

  .text-block-475.viola {
    display: none;
  }

  .price-banner-2 {
    width: auto;
    padding: 20px;
  }

  .paragraph-93 {
    font-size: 16px;
  }

  .div-block-554 {
    padding: 20px;
  }

  .text-block-478 {
    font-size: 30px;
  }

  ._1person-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-187 {
    align-self: center;
  }

  .div-block-557 {
    padding-right: 0;
  }

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

  .container-66 {
    padding-top: 0;
  }

  .list-item-162, .list-item-163 {
    font-size: 16px;
  }

  .industry-title-2 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .div-block-559 {
    grid-template-columns: 1fr;
  }

  .text-block-480 {
    font-size: 16px;
  }

  .div-block-560 {
    margin-top: 0;
  }

  .list-item-164 {
    font-size: 16px;
  }

  .container-67 {
    padding-top: 0;
  }

  .list-item-165 {
    font-size: 16px;
  }

  .div-block-562 {
    grid-template-columns: 1fr;
  }

  .text-block-481 {
    font-size: 16px;
  }

  .div-block-563 {
    margin-top: 0;
  }

  .div-block-564 {
    padding: 20px;
  }

  .text-block-484 {
    font-size: 30px;
  }

  .image-188 {
    align-self: center;
  }

  .div-block-567 {
    padding-right: 0;
  }

  .paragraph-96 {
    font-size: 16px;
  }

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

  .container-69 {
    padding-top: 0;
  }

  .div-block-569 {
    grid-template-columns: 1fr;
  }

  .text-block-486, .list-item-168, .list-item-169 {
    font-size: 16px;
  }

  .div-block-570 {
    margin-top: 0;
  }

  .div-block-571 {
    padding: 20px;
  }

  .text-block-489 {
    font-size: 30px;
  }

  .paragraph-98 {
    font-size: 16px;
  }

  .image-189 {
    align-self: center;
  }

  .div-block-574 {
    padding-right: 0;
  }

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

  .container-71 {
    padding-top: 0;
  }

  .div-block-575 {
    margin-top: 0;
  }

  .div-block-576 {
    grid-template-columns: 1fr;
  }

  .text-block-491 {
    font-size: 16px;
  }

  .div-block-578 {
    padding: 20px;
  }

  .text-block-494 {
    font-size: 30px;
  }

  .image-190 {
    align-self: center;
  }

  .div-block-581 {
    padding-right: 0;
  }

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

  .container-73 {
    padding-top: 0;
  }

  .div-block-582 {
    margin-top: 0;
  }

  .div-block-583 {
    grid-template-columns: 1fr;
  }

  .text-block-496 {
    font-size: 16px;
  }

  .div-block-585 {
    padding: 20px;
  }

  .text-block-499 {
    font-size: 30px;
  }

  .image-191 {
    align-self: center;
  }

  .div-block-588 {
    padding-right: 0;
  }

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

  .container-75 {
    padding-top: 0;
  }

  .div-block-589 {
    margin-top: 0;
  }

  .div-block-590 {
    grid-template-columns: 1fr;
  }

  .text-block-501 {
    font-size: 16px;
  }

  .container-76 {
    padding-top: 0;
  }

  .div-block-592 {
    margin-top: 0;
  }

  .div-block-593 {
    grid-template-columns: 1fr;
  }

  .text-block-502 {
    font-size: 16px;
  }

  .div-block-595 {
    padding: 20px;
  }

  .text-block-505 {
    font-size: 30px;
  }

  .image-192 {
    align-self: center;
  }

  .div-block-598 {
    padding-right: 0;
  }

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

  .container-78 {
    padding-top: 0;
  }

  .div-block-599 {
    margin-top: 0;
  }

  .div-block-600 {
    grid-template-columns: 1fr;
  }

  .text-block-507 {
    font-size: 16px;
  }

  .container-79 {
    padding-top: 0;
  }

  .div-block-602 {
    margin-top: 0;
  }

  .div-block-603 {
    grid-template-columns: 1fr;
  }

  .text-block-508 {
    font-size: 16px;
  }

  .image-193 {
    align-self: center;
  }

  .div-block-607 {
    padding-right: 0;
  }

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

  .container-81 {
    padding-top: 0;
  }

  .div-block-608 {
    margin-top: 0;
  }

  .div-block-609 {
    grid-template-columns: 1fr;
  }

  .text-block-512 {
    font-size: 16px;
  }

  .div-block-611 {
    padding: 20px;
  }

  .text-block-515 {
    font-size: 30px;
  }

  .image-194 {
    align-self: center;
  }

  .div-block-614 {
    padding-right: 0;
  }

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

  .container-83 {
    padding-top: 0;
  }

  .div-block-615 {
    margin-top: 0;
  }

  .div-block-616 {
    grid-template-columns: 1fr;
  }

  .text-block-517 {
    font-size: 16px;
  }

  .div-block-618 {
    padding: 20px;
  }

  .text-block-520 {
    font-size: 30px;
  }

  .image-195 {
    align-self: center;
  }

  .div-block-621 {
    padding-right: 0;
  }

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

  .container-85 {
    padding-top: 0;
  }

  .div-block-622 {
    margin-top: 0;
  }

  .div-block-623 {
    grid-template-columns: 1fr;
  }

  .text-block-522 {
    font-size: 16px;
  }

  .div-block-625 {
    padding: 20px;
  }

  .text-block-525 {
    font-size: 30px;
  }

  .image-196 {
    align-self: center;
  }

  .div-block-628 {
    padding-right: 0;
  }

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

  .container-87 {
    padding-top: 0;
  }

  .div-block-629 {
    margin-top: 0;
  }

  .div-block-630 {
    grid-template-columns: 1fr;
  }

  .text-block-527 {
    font-size: 16px;
  }

  .div-block-632 {
    padding: 20px;
  }

  .text-block-530 {
    font-size: 30px;
  }

  .image-197 {
    align-self: center;
  }

  .div-block-635 {
    padding-right: 0;
  }

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

  .container-89 {
    padding-top: 0;
  }

  .div-block-636 {
    margin-top: 0;
  }

  .div-block-637 {
    grid-template-columns: 1fr;
  }

  .text-block-532 {
    font-size: 16px;
  }

  .div-block-639 {
    padding: 20px;
  }

  .text-block-535 {
    font-size: 30px;
  }

  .image-198 {
    align-self: center;
  }

  .div-block-642 {
    padding-right: 0;
  }

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

  .container-91 {
    padding-top: 0;
  }

  .div-block-643 {
    margin-top: 0;
  }

  .div-block-644 {
    grid-template-columns: 1fr;
  }

  .text-block-537 {
    font-size: 16px;
  }

  .div-block-646 {
    padding: 20px;
  }

  .text-block-540 {
    font-size: 30px;
  }

  .image-199 {
    align-self: center;
  }

  .div-block-649 {
    padding-right: 0;
  }

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

  .container-93 {
    padding-top: 0;
  }

  .div-block-650 {
    margin-top: 0;
  }

  .div-block-651 {
    grid-template-columns: 1fr;
  }

  .text-block-542 {
    font-size: 16px;
  }

  .div-block-653 {
    padding: 20px;
  }

  .text-block-545 {
    font-size: 30px;
  }

  .image-200 {
    align-self: center;
  }

  .div-block-656 {
    padding-right: 0;
  }

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

  .container-95 {
    padding-top: 0;
  }

  .div-block-658 {
    grid-template-columns: 1fr;
  }

  .text-block-547 {
    font-size: 16px;
  }

  .div-block-659 {
    margin-top: 0;
  }

  ._3persons-left-item-2 {
    grid-template-columns: 1fr;
  }

  .image-201 {
    align-self: center;
  }

  .div-block-663 {
    padding-right: 0;
  }

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

  .container-97 {
    padding-top: 0;
  }

  .div-block-664 {
    margin-top: 0;
  }

  .div-block-665 {
    grid-template-columns: 1fr;
  }

  .text-block-551 {
    font-size: 16px;
  }

  .div-block-668 {
    padding: 20px;
  }

  .text-block-554 {
    font-size: 30px;
  }

  .image-202 {
    align-self: center;
  }

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

  .container-99 {
    padding-top: 0;
  }

  .div-block-671 {
    margin-top: 0;
  }

  .div-block-672 {
    grid-template-columns: 1fr;
  }

  .text-block-556 {
    font-size: 16px;
  }

  .div-block-675 {
    padding: 20px;
  }

  .text-block-559 {
    font-size: 30px;
  }

  .image-203 {
    align-self: center;
  }

  .container-101 {
    padding-top: 0;
  }

  .div-block-679 {
    grid-template-columns: 1fr;
  }

  .text-block-561 {
    font-size: 16px;
  }

  .div-block-680 {
    margin-top: 0;
  }

  .div-block-682 {
    padding: 20px;
  }

  .text-block-564 {
    font-size: 30px;
  }

  .image-204 {
    align-self: center;
  }

  .paragraph-114 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .text-block-566 {
    font-size: 16px;
  }

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

  .container-103 {
    padding-top: 0;
  }

  .text-block-567 {
    font-size: 16px;
  }

  .text-block-568 {
    text-align: left;
    font-size: 20px;
  }

  .text-block-569 {
    font-size: 16px;
  }

  .div-block-686, .div-block-686._2wer {
    grid-template-columns: 1fr;
  }

  .text-block-571 {
    font-size: 16px;
  }

  .div-block-687 {
    margin-top: 0;
  }

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

  .section-16 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-block-573 {
    font-size: 24px;
  }

  .text-block-574 {
    font-size: 16px;
  }

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

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

  .div-block-688 {
    text-align: center;
  }

  .text-block-577 {
    font-size: 24px;
  }

  .div-block-689 {
    background-image: url('../images/SolutionAdPalBg1.png');
    background-position: 2% 100%;
    background-repeat: no-repeat;
    background-size: 152px;
    padding: 20px;
  }

  .div-block-690 {
    flex-flow: column;
    flex: 0 auto;
    align-self: center;
  }

  .image-207 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-block-578 {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

  ._3persons-left-item-3 {
    grid-template-columns: 1fr;
  }

  .image-208 {
    align-self: center;
  }

  .section-19 {
    padding-bottom: 20px;
  }

  .div-block-695 {
    padding-right: 0;
  }

  .paragraph-116 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .text-block-584 {
    font-size: 16px;
  }

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

  .container-108 {
    padding-top: 0;
  }

  .text-block-585 {
    font-size: 16px;
  }

  .text-block-586 {
    text-align: left;
    font-size: 20px;
  }

  .text-block-587 {
    font-size: 16px;
  }

  .div-block-698, .div-block-698._2wer {
    grid-template-columns: 1fr;
  }

  .text-block-589 {
    font-size: 16px;
  }

  .div-block-699 {
    margin-top: 0;
  }

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

  .section-20 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-block-591 {
    font-size: 24px;
  }

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

  .div-block-700 {
    text-align: center;
  }

  .text-block-594 {
    font-size: 24px;
  }

  .div-block-701 {
    background-image: url('../images/SolutionAdPalBg1.png');
    background-position: 2% 100%;
    background-repeat: no-repeat;
    background-size: 152px;
    padding: 20px;
  }

  .div-block-702 {
    flex-flow: column;
    flex: 0 auto;
    align-self: center;
  }

  .image-211 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-block-595 {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

  .image-212 {
    align-self: center;
  }

  .section-22 {
    padding-bottom: 20px;
  }

  .div-block-707 {
    padding-right: 0;
  }

  .paragraph-118 {
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .container-113 {
    padding-top: 0;
  }

  .text-block-601 {
    text-align: left;
    font-size: 20px;
  }

  .text-block-602 {
    font-size: 16px;
  }

  .div-block-710, .div-block-710._2wer {
    grid-template-columns: 1fr;
  }

  .text-block-604 {
    font-size: 16px;
  }

  .div-block-711 {
    margin-top: 0;
  }

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

  .section-23 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-block-606 {
    font-size: 24px;
  }

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

  .text-block-608 {
    font-size: 24px;
  }

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

  .section-24 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-block-610 {
    font-size: 24px;
  }

  .div-block-712 {
    background-image: url('../images/SolutionAdPalBg1.png');
    background-position: 2% 100%;
    background-repeat: no-repeat;
    background-size: 152px;
    padding: 20px;
  }

  .div-block-713 {
    flex-flow: column;
    flex: 0 auto;
    align-self: center;
  }

  .image-216 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-block-611 {
    margin-bottom: 20px;
    font-size: 24px;
  }

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

  ._3persons-left-item-4 {
    grid-template-columns: 1fr;
  }

  .image-217 {
    align-self: center;
  }

  .section-26 {
    padding-bottom: 20px;
  }

  .div-block-718 {
    padding-right: 0;
  }

  .container-119 {
    max-width: none;
    margin-top: 0;
  }

  .dropdown-list-5.w--open {
    background-color: #f3faf8;
    border-bottom: 1px solid #16a571;
    border-radius: 1px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 0;
    overflow: auto;
  }

  .landingtopbanerbox-2 {
    margin-top: 0;
    padding-top: 25%;
  }

  .button-primary-4 {
    flex: 1;
    padding: 10px 24px;
    font-weight: 500;
  }

  .text-block-616 {
    color: #3d3d3d;
    margin-bottom: 32px;
    font-size: 18px;
  }

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

  .image-219 {
    width: 20px;
  }

  .emailspan-2 {
    font-size: 16px;
  }

  .emailspan-2.sdf {
    color: #164343;
    text-transform: none;
    font-size: 16px;
  }

  .menutopbox-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .landingtopbanerlefttext-2 {
    color: #164343;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 120%;
  }

  .image-220 {
    margin-left: 20px;
  }

  .nav-menu-two-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 800px;
    padding-bottom: 20px;
  }

  .nav-link-6 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-link-6.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
  }

  .mobile-margin-top-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .menu-button-10.w--open {
    background-color: #d4e0f100;
  }

  .sendtelegrambtn-2 {
    padding: 15px 0;
    line-height: 120%;
  }

  .sendtelegrambtn-2.mr20 {
    text-align: center;
    background-position: 25px, 0 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .sendtelegrambtn-2.nbt {
    font-size: 15px;
    line-height: 140%;
    display: block;
  }

  .heading-95 {
    font-size: 12px;
  }

  .list-item-206 {
    padding-left: 0;
  }

  .image-221.burger {
    width: 20px;
    height: 20px;
  }

  .dropdown-nav-main-wrapper-3 {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .dropdown-nav-main-wrapper-3._3grid {
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .landingtopbanerwrapper-2 {
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: 820px;
    height: auto;
    min-height: 90vh;
    max-height: 1000px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-620 {
    text-transform: none;
    font-size: 16px;
  }

  .button-97 {
    flex: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

  .solutionsitem-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-weight: 400;
  }

  .solutionsitem-2.w--current {
    border-width: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
  }

  .text-block-621, .landingtopbanerleftbt-2 {
    text-align: left;
  }

  .div-block-719 {
    padding-left: 0;
  }

  .landingtopbanerbox-3 {
    margin-top: 0;
    padding-top: 25%;
  }

  .text-block-623 {
    color: #3d3d3d;
    margin-bottom: 32px;
    font-size: 18px;
  }

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

  .landingtopbanerlefttext-3 {
    color: #164343;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 120%;
  }

  .landingtopbanerleftbt-3 {
    text-align: left;
  }

  .asbox-item-title-2 {
    font-size: 40px;
    line-height: 28px;
  }

  .asbox-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .headingm-2 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .headingm-2.centered {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-46 {
    font-size: 40px;
  }

  .resultsinnumbers {
    padding-left: 16px;
    padding-right: 16px;
  }

  .asbox-item-text-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .sbtoptitle-2 {
    font-size: 20px;
  }

  .supportsection-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .headingm-3 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .text-block-624, .text-block-624.scnd {
    font-size: 16px;
    font-weight: 400;
  }

  .heading-96 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 120%;
  }

  .leadqbox-right-2 {
    padding: 16px;
  }

  .button-98 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
  }

  .heading-97 {
    font-size: 22px;
    line-height: 31px;
  }

  .heading-97.qual {
    font-size: 24px;
    line-height: 120%;
  }

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

  .imebox-item-2 {
    padding: 16px;
  }

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

  .liqu-leftbox-2 {
    padding: 16px;
  }

  .teamsection-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .headingm-4 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .teamsitemtitle-2 {
    padding-right: 20%;
    font-size: 20px;
    line-height: 1.2;
  }

  .managerboxcontentleftbutton-2 {
    border-style: none;
    padding-top: 12px;
    font-size: 16px;
    line-height: 120%;
  }

  .teamsitem-2 {
    padding: 20px;
  }

  .managerbox-2 {
    padding: 16px;
  }

  .blogcontentcontainer {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .blogteasertitle {
    font-size: 16px;
  }

  .blogteasertitle.bold-text-104 {
    font-size: 18px;
  }

  .heading-98 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .blogteaserheader._6ans._4 {
    height: 150px;
  }

  .blogteasertitlebox {
    font-size: 14px;
  }

  .dateboxtext, .timeperiod {
    font-size: 12px;
  }

  .posttopcontentsection {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gatlist {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
  }

  .postcontentcontainer {
    flex-flow: column;
  }

  .taglistitem {
    margin-right: 4px;
    font-size: 12px;
  }

  .postcontentimg._6ans {
    height: 150px;
    display: none;
  }

  .postitem {
    flex: 0 auto;
  }

  .postcontentsection {
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-40 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .columns-20 {
    flex-flow: column-reverse;
  }

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

  .text-block-638 {
    color: var(--grey90);
    font-size: 12px;
  }

  .div-block-722 {
    padding: 8px 10px;
  }

  .text-block-639.tag {
    line-height: 1.2;
  }

  .rich-text-block-4 {
    font-size: 17px;
  }

  .postimg, .image-227 {
    height: 150px;
  }

  .tab-link-tab-2-4 {
    align-self: stretch;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-648 {
    flex: 1;
  }

  .tab-link-tab-3-4.w--current {
    align-self: stretch;
    display: flex;
  }

  .tab-link-tab-1-4 {
    border-right: 1px solid #eaeef4;
    flex: 1;
    align-self: stretch;
    display: flex;
  }

  .text-block-655, .textbis {
    font-size: 14px;
  }

  .text-block-656 {
    color: #537be0;
    font-weight: 600;
  }

  .text-block-657, .text-block-658, .text-block-659, .text-block-660, .text-block-661, .text-block-662, .text-block-663, .text-block-664, .text-block-665, .text-block-666, .text-block-667, .text-block-668, .text-block-669, .text-block-670, .text-block-671, .text-block-672, .text-block-673, .text-block-674, .text-block-675, .text-block-676, .text-block-677, .text-block-678 {
    font-size: 13px;
  }

  .text-block-679, .text-block-680 {
    flex: 1;
  }

  .text-block-681, .text-block-682, .text-block-683, .text-block-684 {
    flex: none;
  }

  .text-block-685, .text-block-686, .text-block-687, .text-block-688, .text-block-689, .text-block-690, .text-block-691, .text-block-692, .text-block-693 {
    flex: 1;
  }

  .div-block-725 {
    padding-right: 0;
  }

  .heading-99 {
    font-weight: 600;
  }

  .readalsowrapperlist {
    grid-template-columns: 1fr;
  }

  .footer-divider-3 {
    margin-top: 15px;
  }

  .italic-text-3 {
    font-size: 10px;
  }

  .footersection-2 {
    padding-top: 40px;
  }

  .heading-102 {
    font-size: 28px;
  }

  .softparagraph {
    font-size: 18px;
  }

  .fostbtnbox {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .shrbutton.askq1 {
    font-size: 16px;
  }

  .spbox-item {
    font-size: 12px;
  }

  .spbox {
    flex-flow: wrap;
  }

  .softgrhbox {
    grid-template-columns: 1fr;
  }

  .softgrhbox-item-text {
    font-size: 16px;
  }

  .softsectionw {
    padding-top: 10px;
  }

  .softcontainerw, .softcontainerw.w1280 {
    padding-left: 0;
    padding-right: 0;
  }

  .softcontainerw.w1280.mt60 {
    padding-top: 40px;
  }

  .h2heading.centered {
    font-size: 28px;
  }

  .h2heading.mb25 {
    margin-bottom: 10px;
  }

  .ctswrapp {
    grid-template-columns: 1fr;
  }

  .ctsbadge {
    padding: 4px 12px;
  }

  .temwrapp {
    grid-template-columns: 1fr;
  }

  .temtitle {
    font-size: 20px;
  }

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

  .temlist-item {
    text-align: left;
    margin-right: 0;
  }

  .askblox {
    padding: 20px;
  }

  .askbloxleft {
    padding-right: 0;
  }

  .greenbgblock {
    padding: 12px;
  }

  .greenbgblock.large, .aedinfo {
    padding: 20px;
  }

  .aedgreenbox {
    flex-flow: wrap;
  }

  .text-block-695, .paragraph-127 {
    font-size: 20px;
  }

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

  .btnba-box {
    flex-flow: column;
  }

  .btnba-box.centeredb {
    margin-top: 24px;
  }

  .bookacall {
    text-align: center;
    font-size: 16px;
  }

  .askaquestion.askq3.fullw {
    font-size: 16px;
  }

  .askaquestion.askq4, .askaquestion.askq5 {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
  }

  .askaquestion.askq7 {
    text-align: center;
    font-size: 16px;
  }

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

  .link-20 {
    margin-top: 0;
    font-size: 16px;
  }

  .storywrap-right {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .storyitem {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .aicasesgrid-item {
    padding: 20px;
  }

  .aicases-slogan {
    padding: 8px 16px;
  }

  .whyadwrapp {
    grid-template-columns: 1fr;
  }

  .container-122 {
    padding-left: 0;
    padding-right: 0;
  }

  .bak {
    margin-left: 0;
  }

  .storytext {
    font-size: 20px;
  }

  .dphgrid {
    grid-template-columns: 1fr;
  }

  .dphg-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tt-dphg-item {
    margin-bottom: 40px;
  }

  .whyadw2g {
    grid-template-columns: 1fr;
  }

  .div-block-730 {
    flex-flow: column;
    padding: 20px;
  }

  .text-block-698 {
    font-size: 28px;
  }

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

  .image-238 {
    display: none;
  }

  .head64 {
    font-size: 40px;
  }

  .div-block-734 {
    padding: 20px;
  }

  .text-block-702 {
    padding-bottom: 60px;
  }

  .div-block-736 {
    flex-flow: column;
  }

  .text-block-704 {
    font-size: 40px;
  }

  .div-block-739 {
    flex-flow: column-reverse;
    grid-auto-flow: row dense;
    display: flex;
  }

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

  .mccboxright-2 {
    flex: 1;
    display: block;
  }

  .hparag {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .hparag.clara {
    font-size: 16px;
  }

  .landingtopbanerleftcontent-2 {
    padding-top: 267px;
    padding-left: 0;
  }

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

  .button-100.getchataibot {
    margin-right: 0;
    font-size: 15px;
    display: block;
  }

  .button-100.getchataibot.clara {
    font-size: 15px;
  }

  .markheadersection-2 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .yare {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    padding-top: 12px;
    padding-left: 12px;
  }

  .yare.mt10 {
    flex-flow: column;
    margin-top: 10px;
  }

  .headtextconitemimg {
    min-width: 20px;
    margin-bottom: 8px;
    margin-right: 20px;
  }

  .hh1t {
    font-size: 26px;
  }

  .hh1t.clara {
    font-size: 32px;
  }

  .yaret {
    font-size: 14px;
  }

  .mccbox-2 {
    flex-flow: column-reverse;
    display: block;
  }

  .mccboxleft-2 {
    z-index: 2;
    background-color: #f3faf8;
    margin-top: -280px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .text-block-705 {
    padding-left: 0;
    padding-right: 0;
  }

  .get-started-item-3 {
    padding: 16px;
  }

  .get-started-item-3.clara {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .paragraph-135 {
    font-size: 16px;
  }

  .clara-step {
    padding-bottom: 15px;
  }

  .get-started-in-3-easy-steps-3 {
    padding: 40px 16px 20px;
  }

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

  .setappheading-2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 120%;
  }

  .get-started-box-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .babletextb.bottbor, .babletextb.bottbor.rightbord {
    padding: 10px;
  }

  .ssection {
    padding-top: 40px;
  }

  .tablehtext {
    font-size: 18px;
  }

  .tbic {
    width: 12px;
    height: 12px;
  }

  .textbt {
    align-self: center;
    font-size: 12px;
  }

  .tablewicontext, .tablewicontext.bottomborder {
    padding: 10px;
  }

  .tablewicontext.bottomborder.rightborder {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tablewicontext.rightborder {
    padding: 10px;
  }

  .tablegr {
    grid-template-columns: 1fr 1fr;
  }

  .cpbitem {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gbboxgriditemimg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .geenbgbox {
    border-radius: 12px;
    padding: 20px 10px;
  }

  .cpbleft {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .gbboxgriditemtext {
    font-size: 18px;
  }

  .h2heading-2 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-block-707, .gbboxgriditemcontent {
    font-size: 14px;
  }

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

  .button-102.getchataibot {
    margin-right: 0;
    font-size: 15px;
    display: block;
  }

  .button-102.getchataibot.clara {
    font-size: 16px;
  }

  .tabcontentbntwrap-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .hwosp {
    font-size: 16px;
  }

  .h2heading-3 {
    margin-bottom: 0;
    font-size: 24px;
  }

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

  .hwosst {
    font-size: 16px;
  }

  .hwostitle {
    font-size: 18px;
  }

  .subhtext {
    font-size: 16px;
  }

  .hwositem {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hwositem.wbg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hwosimg {
    width: 40px;
    height: 40px;
  }

  .faq-accordion-5.p0 {
    display: flex;
  }

  .faq-accordion-5.p0.cta {
    background-color: #16a571;
  }

  .button-103 {
    text-align: center;
    display: block;
  }

  .button-103.clara {
    font-size: 16px;
  }

  .whatbotssection-2 {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .button-104.getchataibot {
    margin-right: 0;
    font-size: 15px;
    display: block;
  }

  .button-104.getchataibot.clara {
    font-size: 16px;
  }

  .button-104.getchataibot.clara.wht {
    border: 1px solid #fff;
  }

  .tabcontentbntwrap-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .tabcontentbntwrap-3.mobile {
    padding-bottom: 20px;
  }

  .paragraph-137.wht {
    color: #fff;
  }

  .btnblockcta-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .whatbotsitem-2.gbr.gbb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headingm-5 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .faq2-icon-4 {
    margin-left: .125rem;
  }

  .whatbotsboxmob-2 {
    flex-flow: column;
    display: flex;
  }

  .text-block-710 {
    font-size: 16px;
  }

  .text-block-710.whatbotsboxmob-2 {
    color: #fff;
  }

  .text-block-711 {
    font-size: 16px;
  }

  .faq-accordion-6.p0 {
    display: flex;
  }

  .casestabboxmobile-2 {
    flex-flow: column;
    display: flex;
  }

  .casestexttitle {
    font-size: 16px;
  }

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

  .button-105.getchataibot {
    margin-right: 0;
    font-size: 15px;
    display: block;
  }

  .button-105.getchataibot.clara {
    font-size: 16px;
  }

  .tabcontentbntwrap-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .tcbcaeleft, .ttit {
    font-size: 16px;
  }

  .casessection-2 {
    padding: 40px 16px;
  }

  .ttp1 {
    font-size: 16px;
  }

  .casestabbox-2 {
    width: 0;
  }

  .tt1 {
    font-size: 16px;
  }

  .tab2-chatlite {
    flex: 1;
    display: block;
  }

  .headingm-6 {
    text-align: left;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .casestabscontent-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ca, .boxcontent-2 {
    flex-flow: column;
    display: flex;
  }

  .faq2-icon-5 {
    margin-left: .125rem;
  }

  .tet4col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .h2heading-4 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .gbboxgriditem {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-item-207, .list-item-208 {
    font-size: 16px;
  }

  .drivesbottomboxitem-2.clara {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-103 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .drivessection-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .list-item-209 {
    font-size: 16px;
  }

  .greensectionbg {
    background-position: 100% -80px, -75px 150%;
    background-size: contain, contain;
    padding: 40px 20px;
  }

  .glabelsitem {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .glabelsitemt {
    flex: 0 auto;
    font-size: 10px;
    display: block;
  }

  .heading-108 {
    font-size: 28px;
  }

  .heading-108.clara {
    font-size: 35px;
  }

  .paragraph-139 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .text-block-713 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .field-label-6, .field-label-7 {
    font-size: 14px;
  }

  .text-field-26 {
    margin-bottom: 10px;
  }

  .text-block-714 {
    font-size: 16px;
  }

  .textarea-3 {
    min-height: 80px;
  }

  .text-field-27 {
    margin-bottom: 10px;
  }

  .text-block-715, .button-107 {
    font-size: 14px;
  }

  .formtitle-2 {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .formtitle-2.bt10 {
    margin-bottom: 10px;
    padding-right: 40px;
    font-size: 18px;
  }

  .list-47 {
    font-size: 14px;
  }

  .list-item-210 {
    margin-bottom: 5px;
  }

  .text-block-716 {
    font-size: 22px;
  }
}

#w-node-_8bbdb200-bcea-f2c1-28ee-e31830089194-a0e2e7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c026c79-d6cc-5d66-d977-04990bf23ee7-a0e2e7b9, #w-node-_6c026c79-d6cc-5d66-d977-04990bf23ee8-a0e2e7b9, #w-node-_6c026c79-d6cc-5d66-d977-04990bf23ee9-a0e2e7b9, #w-node-_6c026c79-d6cc-5d66-d977-04990bf23eeb-a0e2e7b9, #w-node-_6c026c79-d6cc-5d66-d977-04990bf23eec-a0e2e7b9, #w-node-_6c026c79-d6cc-5d66-d977-04990bf23eed-a0e2e7b9, #w-node-_6c026c79-d6cc-5d66-d977-04990bf23ee6-a0e2e7b9, #w-node-fd42f4cf-c07b-873d-6dcd-ffac828ccf84-a0e2e7b9, #w-node-fd42f4cf-c07b-873d-6dcd-ffac828ccf85-a0e2e7b9, #w-node-fd42f4cf-c07b-873d-6dcd-ffac828ccf86-a0e2e7b9, #w-node-fd42f4cf-c07b-873d-6dcd-ffac828ccf88-a0e2e7b9, #w-node-fd42f4cf-c07b-873d-6dcd-ffac828ccf89-a0e2e7b9, #w-node-fd42f4cf-c07b-873d-6dcd-ffac828ccf8a-a0e2e7b9, #w-node-fd42f4cf-c07b-873d-6dcd-ffac828ccf8b-a0e2e7b9 {
  place-self: center;
}

#w-node-_72bdeed2-f3ab-60c9-aa05-850cc501a148-a0e2e7b9, #w-node-_72bdeed2-f3ab-60c9-aa05-850cc501a14a-a0e2e7b9, #w-node-_72bdeed2-f3ab-60c9-aa05-850cc501a14c-a0e2e7b9, #w-node-_72bdeed2-f3ab-60c9-aa05-850cc501a152-a0e2e7b9, #w-node-_72bdeed2-f3ab-60c9-aa05-850cc501a14e-a0e2e7b9, #w-node-_72bdeed2-f3ab-60c9-aa05-850cc501a150-a0e2e7b9 {
  align-self: center;
}

#w-node-_1e476dba-3932-abfe-f06c-d07b76b8f168-a0e2e7b9 {
  place-self: auto;
}

#w-node-_1e476dba-3932-abfe-f06c-d07b76b8f17a-a0e2e7b9, #w-node-_1e476dba-3932-abfe-f06c-d07b76b8f194-a0e2e7b9, #w-node-_1e476dba-3932-abfe-f06c-d07b76b8f1b0-a0e2e7b9 {
  align-self: end;
}

#w-node-_45685748-cf92-49d3-8f59-59cc46f279e5-46f279c1, #w-node-_45685748-cf92-49d3-8f59-59cc46f279f6-46f279c1, #w-node-_45685748-cf92-49d3-8f59-59cc46f27a06-46f279c1, #w-node-_45685748-cf92-49d3-8f59-59cc46f27a1d-46f279c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7731f0e-d53d-7aa7-38d6-07e192143524-9214351e {
  align-self: center;
}

#w-node-d7731f0e-d53d-7aa7-38d6-07e192143535-9214351e, #w-node-d7731f0e-d53d-7aa7-38d6-07e192143537-9214351e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc81a-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc81c-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc81e-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc820-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc822-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc824-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc827-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc829-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc82b-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc82d-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc82f-a0e2e800, #w-node-_6c488d0c-9f53-bbf2-0065-a19a106dc831-a0e2e800 {
  justify-self: center;
}

#w-node-aea9433b-50f6-e98b-d040-29b3c347ca76-a0e2e818 {
  place-self: auto;
}

#w-node-aea9433b-50f6-e98b-d040-29b3c347ca88-a0e2e818, #w-node-aea9433b-50f6-e98b-d040-29b3c347caa2-a0e2e818, #w-node-aea9433b-50f6-e98b-d040-29b3c347cac2-a0e2e818 {
  align-self: end;
}

#w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc943-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc94a-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc951-a0e2e818 {
  place-self: center stretch;
}

#w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc967-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc969-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc96b-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc972-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc974-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc976-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc97d-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc97f-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc981-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc988-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc98a-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc98c-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc993-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc995-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc997-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc99e-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9a0-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9a2-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9b3-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9b5-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9b7-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9be-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9c0-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9c2-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9c9-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9cb-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9cd-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9d4-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9d6-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9d8-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9df-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9e1-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9e3-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9ea-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9ec-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9ee-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc9ff-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca01-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca03-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca0a-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca0c-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca0e-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca15-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca17-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca19-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca2a-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca2c-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca2e-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca35-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca37-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca39-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca40-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca42-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca44-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca4b-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca4d-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca4f-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca56-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca58-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca5a-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca61-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca63-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca65-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca76-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca78-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca7a-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca81-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca83-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca85-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca8c-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca8e-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca90-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca97-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca99-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbca9b-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcaac-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcaae-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcab0-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcab7-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcab9-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcabb-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcac2-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcac4-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcac6-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcad7-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcad9-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcadb-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcae3-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcae5-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcae7-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcaef-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcaf1-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcaf3-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcafb-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcafd-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcaff-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcb07-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcb09-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbcb0b-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eb81-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eb8a-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eb91-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eb98-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eba1-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ebaa-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ebb8-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ebbf-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ebc6-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ebcd-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ebd4-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ebdb-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ebe9-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ebf0-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ebf7-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec05-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec0c-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec13-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec1a-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec23-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec2a-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec38-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec3f-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec46-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec4d-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec5b-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec62-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec69-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec77-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec7e-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec85-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec8c-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ec93-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eca4-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ecad-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ecb4-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ecbb-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ecc4-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eccd-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ecdb-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ece2-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ece9-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ecf0-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ecf7-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ecfe-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed0c-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed13-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed1a-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed28-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed2f-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed36-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed3d-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed46-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed4d-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed5b-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed62-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed69-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed70-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed7e-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed85-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed8c-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ed9a-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eda1-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eda8-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9edaf-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9edb6-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9edc7-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9edd0-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9edd7-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9edde-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ede7-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9edf0-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9edfe-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee05-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee0c-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee13-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee1a-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee21-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee2f-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee36-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee3d-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee4b-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee52-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee59-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee60-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee6b-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee74-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee82-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee89-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee90-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee97-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eea5-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eeac-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eeb3-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eec1-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eec9-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eed1-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eed9-a0e2e818, #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eee1-a0e2e818 {
  justify-self: stretch;
}

#w-node-_0b73e08b-16c6-1af5-dea3-c124885ed0cc-a0e2e823 {
  align-self: auto;
}

#w-node-_460974e4-4e28-a019-36af-d676c86be5e0-a0e2e824 {
  align-self: end;
}

#w-node-_86402fec-9fdb-0ed1-38c2-3c190cf23dde-a0e2e824, #w-node-_46a5fd56-592a-35c9-130a-e9ca97c94fa1-a0e2e824, #w-node-db36f5b3-7ab8-8470-8917-ba26c61793a8-a0e2e824, #w-node-_4027aa51-c6ca-1812-b569-ba0f591a5157-a0e2e824 {
  place-self: center end;
}

#w-node-_706f124c-c6c9-a095-82d3-c1281eaa97c5-a0e2e824 {
  align-self: end;
}

#w-node-e7a37bd8-3dd8-907d-6bf0-d2f9ac89dd55-a0e2e824 {
  justify-self: center;
}

#w-node-_9592d99c-e710-ac98-cc31-e0f42e3bcf7d-a0e2e824 {
  align-self: center;
}

#w-node-dc6c0f39-95b6-f9d3-716e-e71fe4f2c974-a0e2e825, #w-node-_2325bb49-e3b3-3d7b-03de-35dfa187e797-a0e2e825 {
  justify-self: stretch;
}

#w-node-_37bcc4b5-59dd-10e4-9375-cc6727fa3f43-a0e2e825 {
  place-self: center stretch;
}

#w-node-_82dcc1d1-16d8-ef41-7ea5-ff4eb45b6918-a0e2e825 {
  justify-self: stretch;
}

#w-node-_646b3001-9c16-2751-3bb8-12c831424565-a0e2e825 {
  place-self: center stretch;
}

#w-node-_288257c5-d28f-98c7-639a-0e566bfcd0df-a0e2e825 {
  justify-self: stretch;
}

#w-node-db44dbc5-fcdf-7e42-0e61-20e268409bad-a0e2e85e, #w-node-_6fbbb4c7-fa38-67a9-b7a7-be6d7106bb70-a0e2e862, #w-node-_3bdfef85-b825-a54d-cdad-0e652b349b5d-a0e2e864 {
  align-self: stretch;
}

#w-node-_748a23e1-2b80-c407-028d-6453164858d9-a0e2e87c, #w-node-_748a23e1-2b80-c407-028d-6453164858e0-a0e2e87c, #w-node-_748a23e1-2b80-c407-028d-6453164858e7-a0e2e87c, #w-node-_748a23e1-2b80-c407-028d-6453164858ee-a0e2e87c, #w-node-_748a23e1-2b80-c407-028d-6453164858f5-a0e2e87c, #w-node-_748a23e1-2b80-c407-028d-6453164858fc-a0e2e87c {
  justify-self: stretch;
}

#w-node-_6f02e949-6097-a710-e343-8c661a0fc8f4-a0e2e87c {
  align-self: end;
}

#w-node-_736b28e5-7e25-bf87-fab9-a328e820b3fe-a0e2e87c {
  place-self: stretch stretch;
}

#w-node-bba757ad-9dd0-75e8-ca22-f5c6ca61a6cb-a0e2e87d {
  place-self: center;
}

#w-node-bba757ad-9dd0-75e8-ca22-f5c6ca61a6cd-a0e2e87d {
  align-self: center;
}

#w-node-_17226875-fc9d-1d13-baf2-8afc2c87e2d3-a0e2e87e, #w-node-_309ec00c-dddb-0e78-d182-b2f5c11d475b-a0e2e87e, #w-node-_78437d52-beea-3f95-a89f-2425ca7df6cf-a0e2e87e, #w-node-f8c4c8fb-3bcc-c802-7937-81a116502a5b-a0e2e87e, #w-node-_3000172a-832e-ea55-855f-a94e658b4569-a0e2e87e, #w-node-_9337d622-b18e-3a43-ec51-1e1a83ef14fc-a0e2e87e, #w-node-_40e5c3fc-594c-288a-3123-0bc537ba13ad-a0e2e87e, #w-node-ba4d6fc3-69d2-da4d-5fe6-3eb940e0228d-a0e2e87e, #w-node-ba4d6fc3-69d2-da4d-5fe6-3eb940e0228e-a0e2e87e, #w-node-ba4d6fc3-69d2-da4d-5fe6-3eb940e0228f-a0e2e87e, #w-node-ba4d6fc3-69d2-da4d-5fe6-3eb940e02290-a0e2e87e, #w-node-ba4d6fc3-69d2-da4d-5fe6-3eb940e02291-a0e2e87e, #w-node-ba4d6fc3-69d2-da4d-5fe6-3eb940e02292-a0e2e87e, #w-node-ba4d6fc3-69d2-da4d-5fe6-3eb940e02293-a0e2e87e {
  place-self: center;
}

#w-node-_260d6855-de6a-4ab1-d49f-d8fb2d393268-a0e2e87e, #w-node-_260d6855-de6a-4ab1-d49f-d8fb2d393273-a0e2e87e, #w-node-_260d6855-de6a-4ab1-d49f-d8fb2d39327e-a0e2e87e {
  align-self: stretch;
}

#w-node-_21a51d66-94d9-a59b-b92d-405f3e95fce6-a0e2e87e {
  align-self: end;
}

#w-node-_68ad1681-53a5-b79d-a3d9-fd11488cc487-a0e2e87e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02bdf2a0-2306-cbd9-ecad-db934a27e1bf-a0e2e87e, #w-node-dbd115b3-9c26-dfc9-bcd2-f4ea2c996fff-a0e2e87e, #w-node-_6954df8f-0b20-c394-1cb1-f6bdfe02f70f-a0e2e87e, #w-node-_95070c9a-a7ce-04aa-32cb-a27840ef446a-a0e2e87e {
  align-self: stretch;
}

#w-node-_6e5131b2-ca6d-eaf0-66ec-d2e86c366325-a0e2e87e {
  place-self: auto stretch;
}

#w-node-_0c6532eb-1e0d-b9c3-f162-dfbf5ed1f186-a0e2e883 {
  align-self: auto;
}

#w-node-_3771745a-d743-73cd-a9f3-0299d31096ff-a0e2e897 {
  align-self: end;
}

#w-node-_3771745a-d743-73cd-a9f3-0299d310970f-a0e2e897 {
  align-self: auto;
}

#w-node-a9d15a0b-88a9-652b-c6aa-06c703076031-a0e2e899, #w-node-a9d15a0b-88a9-652b-c6aa-06c70307603c-a0e2e899, #w-node-a9d15a0b-88a9-652b-c6aa-06c703076047-a0e2e899, #w-node-a9d15a0b-88a9-652b-c6aa-06c70307605a-a0e2e899 {
  align-self: stretch;
}

#w-node-_17226875-fc9d-1d13-baf2-8afc2c87e2d3-e218b847, #w-node-_309ec00c-dddb-0e78-d182-b2f5c11d475b-e218b847, #w-node-_78437d52-beea-3f95-a89f-2425ca7df6cf-e218b847, #w-node-f8c4c8fb-3bcc-c802-7937-81a116502a5b-e218b847, #w-node-_45d3e9fe-05af-5623-87ec-fba084946d8b-e218b847, #w-node-_3000172a-832e-ea55-855f-a94e658b4569-e218b847, #w-node-_9337d622-b18e-3a43-ec51-1e1a83ef14fc-e218b847, #w-node-_40e5c3fc-594c-288a-3123-0bc537ba13ad-e218b847, #w-node-f1a418e8-4d23-f2b7-9dea-f52938e0fbfc-e218b847, #w-node-f1a418e8-4d23-f2b7-9dea-f52938e0fbfd-e218b847, #w-node-f1a418e8-4d23-f2b7-9dea-f52938e0fbfe-e218b847, #w-node-f1a418e8-4d23-f2b7-9dea-f52938e0fbff-e218b847, #w-node-f1a418e8-4d23-f2b7-9dea-f52938e0fc00-e218b847, #w-node-f1a418e8-4d23-f2b7-9dea-f52938e0fc01-e218b847, #w-node-f1a418e8-4d23-f2b7-9dea-f52938e0fc02-e218b847, #w-node-f1a418e8-4d23-f2b7-9dea-f52938e0fc03-e218b847 {
  place-self: center;
}

#w-node-_02bdf2a0-2306-cbd9-ecad-db934a27e1bf-e218b847, #w-node-dbd115b3-9c26-dfc9-bcd2-f4ea2c996fff-e218b847, #w-node-_6954df8f-0b20-c394-1cb1-f6bdfe02f70f-e218b847, #w-node-_95070c9a-a7ce-04aa-32cb-a27840ef446a-e218b847 {
  align-self: stretch;
}

#w-node-_6e5131b2-ca6d-eaf0-66ec-d2e86c366325-e218b847 {
  place-self: auto stretch;
}

#w-node-_307e4f72-0ab1-5dcd-fa11-27d7eaa99e7b-305b9e2f {
  align-self: stretch;
}

#w-node-_6a04dd13-f6d3-ce7c-eead-53266b8c120b-305b9e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9905ce74-a2db-121e-1c41-bac6f2e7161d-12e7118f, #w-node-e45385f3-c967-7e1d-c411-5beec6b18aac-12e7118f {
  align-self: stretch;
}

#w-node-_6248f05a-b764-85d4-6ff6-9a33363df36e-12e7118f, #w-node-_7f5fe815-3669-7472-4245-920ee8ac59a9-12e7118f {
  align-self: center;
}

#w-node-_0baf16fb-69a5-ff80-103a-731ddecc5793-12e7118f {
  place-self: center stretch;
}

#w-node-e45385f3-c967-7e1d-c411-5beec6b18aac-789ed13b, #w-node-_9905ce74-a2db-121e-1c41-bac6f2e7161d-789ed13b {
  align-self: stretch;
}

#w-node-_6248f05a-b764-85d4-6ff6-9a33363df36e-789ed13b, #w-node-_7f5fe815-3669-7472-4245-920ee8ac59a9-789ed13b {
  align-self: center;
}

#w-node-_0baf16fb-69a5-ff80-103a-731ddecc5793-789ed13b {
  place-self: center stretch;
}

#w-node-_34c049ab-a069-06f1-d170-489b3d86dece-213e0a8a {
  align-self: stretch;
}

#w-node-cfcfdc62-65b8-7bfc-c874-40806b7274d2-213e0a8a, #w-node-cfcfdc62-65b8-7bfc-c874-40806b7274dd-213e0a8a {
  align-self: center;
}

#w-node-cfcfdc62-65b8-7bfc-c874-40806b7274de-213e0a8a {
  place-self: center stretch;
}

#w-node-_9c348e1e-cbd4-e3cb-1bf6-4e7c1fe725d2-056beec7 {
  place-self: center;
}

#w-node-_5645c096-c278-eccd-6304-54ee0cd56374-056beec7 {
  justify-self: auto;
}

#w-node-f84cf3c0-f4a3-b04b-2636-257ce839a5f5-056beec7, #w-node-_89aababd-c062-4fb8-3ffa-4d8dcc5da389-056beec7 {
  align-self: center;
}

#w-node-_460974e4-4e28-a019-36af-d676c86be5e0-a2f7af74 {
  align-self: end;
}

#w-node-_86402fec-9fdb-0ed1-38c2-3c190cf23dde-a2f7af74, #w-node-_46a5fd56-592a-35c9-130a-e9ca97c94fa1-a2f7af74, #w-node-db36f5b3-7ab8-8470-8917-ba26c61793a8-a2f7af74, #w-node-_4027aa51-c6ca-1812-b569-ba0f591a5157-a2f7af74 {
  place-self: center end;
}

#w-node-_706f124c-c6c9-a095-82d3-c1281eaa97c5-a2f7af74 {
  align-self: end;
}

#w-node-e7a37bd8-3dd8-907d-6bf0-d2f9ac89dd55-a2f7af74 {
  justify-self: center;
}

#w-node-_9592d99c-e710-ac98-cc31-e0f42e3bcf7d-a2f7af74 {
  align-self: center;
}

#w-node-dc6c0f39-95b6-f9d3-716e-e71fe4f2c974-dbc51cb5, #w-node-_2325bb49-e3b3-3d7b-03de-35dfa187e797-dbc51cb5 {
  justify-self: stretch;
}

#w-node-_37bcc4b5-59dd-10e4-9375-cc6727fa3f43-dbc51cb5 {
  place-self: center stretch;
}

#w-node-_82dcc1d1-16d8-ef41-7ea5-ff4eb45b6918-dbc51cb5 {
  justify-self: stretch;
}

#w-node-_646b3001-9c16-2751-3bb8-12c831424565-dbc51cb5 {
  place-self: center stretch;
}

#w-node-_288257c5-d28f-98c7-639a-0e566bfcd0df-dbc51cb5 {
  justify-self: stretch;
}

#w-node-_3f0241ab-c428-4eac-b1ae-87937a6ebf4b-d1259a05 {
  place-self: auto;
}

#w-node-_1f7d7002-bfa1-a2b9-f73c-ff664cd7c70c-d1259a05 {
  align-self: stretch;
}

#w-node-a5fa5396-e6c5-8d7f-6750-bcb092402434-d1259a05, #w-node-d75e1e77-28f1-78a2-48a3-0334962a4971-d1259a05 {
  align-self: center;
}

#w-node-d75e1e77-28f1-78a2-48a3-0334962a4974-d1259a05 {
  align-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-_1e476dba-3932-abfe-f06c-d07b76b8f168-a0e2e7b9, #w-node-aea9433b-50f6-e98b-d040-29b3c347ca76-a0e2e818 {
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d7731f0e-d53d-7aa7-38d6-07e192143535-9214351e {
    align-self: auto;
  }

  #w-node-ad0c6518-ffe4-1757-db94-59a762438a65-a0e2e800 {
    place-self: center;
  }

  #w-node-_89807406-7d23-7386-314a-353079571698-12e7118f, #w-node-a5821a9d-16b6-a993-6510-a9f359e823a7-12e7118f, #w-node-_89807406-7d23-7386-314a-353079571698-789ed13b, #w-node-a5821a9d-16b6-a993-6510-a9f359e823a7-789ed13b, #w-node-_4701e46a-179c-d03c-6613-759adca8741a-dae744f3, #w-node-_2b9ee19f-3262-eb65-3bb6-37b48e699a37-dae744f3 {
    align-self: center;
  }

  #w-node-d75e1e77-28f1-78a2-48a3-0334962a4974-d1259a05 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc969-a0e2e818 {
    place-self: auto stretch;
  }

  #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eb81-a0e2e818 {
    align-self: auto;
  }

  #w-node-_86402fec-9fdb-0ed1-38c2-3c190cf23dde-a0e2e824 {
    justify-self: end;
  }

  #w-node-_6f02e949-6097-a710-e343-8c661a0fc8ff-a0e2e87c {
    justify-self: auto;
  }

  #w-node-_2581257b-141d-c695-fb5f-ebacd0eb51d5-a0e2e87d {
    place-self: auto;
  }

  #w-node-bba757ad-9dd0-75e8-ca22-f5c6ca61a6cb-a0e2e87d {
    justify-self: center;
  }

  #w-node-_21a51d66-94d9-a59b-b92d-405f3e95fcf1-a0e2e87e {
    justify-self: auto;
  }

  #w-node-_2029e606-9e93-bb5b-d58f-f2f152cfdc14-a0e2e87e {
    align-self: auto;
  }

  #w-node-_0c6532eb-1e0d-b9c3-f162-dfbf5ed1f186-a0e2e881, #w-node-_0c6532eb-1e0d-b9c3-f162-dfbf5ed1f186-a0e2e882, #w-node-_0c6532eb-1e0d-b9c3-f162-dfbf5ed1f186-a0e2e883, #w-node-_3771745a-d743-73cd-a9f3-0299d310970f-a0e2e897 {
    justify-self: auto;
  }

  #w-node-e5028e19-5117-042d-7b11-8f6b0ad23681-a0e2e899 {
    align-self: auto;
  }

  #w-node-_86402fec-9fdb-0ed1-38c2-3c190cf23dde-a2f7af74 {
    justify-self: end;
  }

  #w-node-d75e1e77-28f1-78a2-48a3-0334962a4971-d1259a05 {
    align-self: stretch;
  }

  #w-node-d75e1e77-28f1-78a2-48a3-0334962a4977-d1259a05 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad0c6518-ffe4-1757-db94-59a762438a65-a0e2e800 {
    justify-self: start;
  }

  #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc943-a0e2e818, #w-node-_6e5a7a36-7741-dc71-75b0-b4a94abbc951-a0e2e818 {
    align-self: auto;
  }

  #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9eda1-a0e2e818 {
    justify-self: stretch;
  }

  #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee4b-a0e2e818 {
    place-self: auto stretch;
  }

  #w-node-_70ff5fa2-b539-3b39-d0a7-4bbe05f9ee82-a0e2e818 {
    justify-self: stretch;
  }

  #w-node-_86402fec-9fdb-0ed1-38c2-3c190cf23dde-a0e2e824, #w-node-_46a5fd56-592a-35c9-130a-e9ca97c94fa1-a0e2e824, #w-node-db36f5b3-7ab8-8470-8917-ba26c61793a8-a0e2e824, #w-node-_4027aa51-c6ca-1812-b569-ba0f591a5157-a0e2e824 {
    justify-self: start;
  }

  #w-node-_6e213832-ac98-2da6-a2fe-2505a1402df7-a0e2e87c, #w-node-_6e213832-ac98-2da6-a2fe-2505a1402df8-a0e2e87c {
    place-self: center;
  }

  #w-node-_6e213832-ac98-2da6-a2fe-2505a1402df9-a0e2e87c, #w-node-_6e213832-ac98-2da6-a2fe-2505a1402dfa-a0e2e87c, #w-node-_6e213832-ac98-2da6-a2fe-2505a1402dfb-a0e2e87c, #w-node-_6e213832-ac98-2da6-a2fe-2505a1402dfc-a0e2e87c {
    justify-self: center;
  }

  #w-node-_08fd300a-28a8-215a-760a-9210f40806c0-213e0a8a, #w-node-_3b1606c3-84df-bcdb-1cc1-ead8c0cd5aed-056beec7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86402fec-9fdb-0ed1-38c2-3c190cf23dde-a2f7af74, #w-node-_46a5fd56-592a-35c9-130a-e9ca97c94fa1-a2f7af74, #w-node-db36f5b3-7ab8-8470-8917-ba26c61793a8-a2f7af74, #w-node-_4027aa51-c6ca-1812-b569-ba0f591a5157-a2f7af74 {
    justify-self: start;
  }

  #w-node-_563f2f1d-07cd-72d3-0948-ee1c1ea5c524-d1259a05 {
    align-self: auto;
  }
}


