:root {
  --midnight-blue: #282876;
  --light-slate-grey: #8181ac;
  --royal-blue-2: #216fed;
  --ghost-white: #f4f5fd;
  --royal-blue: rgba(60, 90, 154, .1);
  --alice-blue: #e1f4ff;
  --white: white;
  --medium-slate-blue: #836ae4;
  --medium-purple: #a994fa;
  --coral: #ff6a39;
  --thistle: #f9e1ff;
  --thistle-2: #ffe6e9;
  --ivory: #f9ffd9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .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: #8181ac;
  background-color: #fff;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

h1 {
  color: #282876;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

h5 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

h6 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

p {
  color: var(--light-slate-grey);
  margin-bottom: 0;
  line-height: 28px;
}

a {
  color: var(--royal-blue-2);
  text-decoration: none;
}

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

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

figure {
  margin-bottom: 10px;
}

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

.wrapper {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.wrapper.home-2-problem {
  z-index: 110;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 750px;
  padding-top: 75px;
  padding-bottom: 70px;
}

.wrapper.third-question {
  padding-top: 90px;
  padding-bottom: 50px;
}

.wrapper.results-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 750px;
  padding-top: 100px;
  padding-bottom: 0;
}

.wrapper.benefits-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 780px;
  padding-bottom: 0;
}

.wrapper.tabs-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  padding-top: 100px;
  padding-bottom: 80px;
}

.wrapper.benefits-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 180px;
  display: grid;
}

.wrapper.footer {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 30px;
}

.wrapper.first-question {
  z-index: 110;
  padding-top: 100px;
  padding-bottom: 130px;
}

.wrapper.second-question {
  padding-top: 100px;
  padding-bottom: 60px;
}

.wrapper.tabs-wrapper {
  padding-top: 0;
  padding-bottom: 100px;
}

.wrapper.results {
  padding-top: 85px;
}

.wrapper.cta-wrapper {
  padding-top: 230px;
  padding-bottom: 100px;
}

.wrapper.lightbox-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.home-2-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  padding-bottom: 0;
}

.wrapper.laptop-wrapper {
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 75px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.wrapper.home-2-logos {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  padding-top: 75px;
  padding-bottom: 75px;
  display: grid;
}

.wrapper.fix-problem-heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 780px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.wrapper.fix-problem {
  padding-top: 90px;
  padding-bottom: 100px;
}

.wrapper.usp-wrapper {
  padding-top: 100px;
  padding-bottom: 110px;
}

.wrapper.testimonial-wrapper {
  background-image: url('../images/Group-413.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1000px;
  padding-top: 110px;
  padding-bottom: 140px;
}

.wrapper.home-2-benefits {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
  padding-top: 140px;
  padding-bottom: 150px;
}

.wrapper.home-2-email-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  padding-top: 200px;
}

.wrapper.reviews-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.wrapper.problem-heading-and-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 0;
}

.wrapper.case-study {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1000px;
  padding-top: 90px;
}

.wrapper.pricing-1-hero-heading-and-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
  padding-bottom: 40px;
}

.wrapper.pricing-1-hero-main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.wrapper.pricing-1-options-wrapper {
  z-index: 60;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
}

.wrapper.pricing-1-stars-heading-and-text-wapper {
  text-align: center;
  max-width: 550px;
  padding-bottom: 80px;
}

.wrapper.pricing-1-stars-main-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  max-width: 1000px;
  padding-top: 0;
  padding-bottom: 140px;
}

.wrapper.price-integrations-heading-and-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  padding-top: 140px;
}

.wrapper.pricing-1-integration-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.wrapper.pricing-1-faq-heading-and-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 650px;
  padding-bottom: 55px;
}

.wrapper.pricing-1-faq-main-wrapper {
  max-width: 780px;
  padding-top: 0;
  padding-bottom: 185px;
}

.wrapper.pricing-cta {
  padding-bottom: 75px;
}

.wrapper.hero-1-wrapper {
  z-index: 100;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.wrapper.pricing-3-hero-heading-and-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 850px;
  padding-top: 80px;
  padding-bottom: 0;
}

.wrapper.pricing-3-hero-main {
  max-width: 1000px;
  padding-top: 40px;
  position: relative;
}

.wrapper.pricing-3-testimonial-heading {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  max-width: 1000px;
  padding-bottom: 0;
}

.wrapper.pricing-3-testimonial-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  max-width: 1000px;
  margin-top: -80px;
  padding-top: 0;
  padding-bottom: 200px;
  display: grid;
}

.wrapper.question-section-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 1024px;
  margin-top: 130px;
  padding-bottom: 220px;
  position: relative;
}

.wrapper.pricing-3-cta-wrapper {
  flex-direction: column;
  justify-content: center;
}

.wrapper.pricing-2-features {
  padding-top: 40px;
}

.wrapper.pricing-2-integration {
  flex-direction: row-reverse;
}

.wrapper.pricing-2-cta-wrapper {
  background-color: #f2faff;
  max-width: 1000px;
  margin-top: 170px;
  margin-bottom: 100px;
  padding: 0 5%;
}

.wrapper.pricing-2-faq-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 140px;
}

.wrapper.blog-1-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
}

.wrapper.blog-1-tab-wrapper {
  padding-top: 0;
  padding-bottom: 150px;
}

.wrapper.blog-2-slider-wrapper {
  padding-top: 60px;
  padding-bottom: 90px;
}

.wrapper.recent-blogs-wrapper {
  align-items: flex-start;
  padding-top: 60px;
}

.wrapper.recent-blogs-heading-wrapper {
  padding-top: 90px;
  padding-bottom: 0;
}

.wrapper.blog-post-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 990px;
  padding-top: 0;
  padding-bottom: 160px;
}

.wrapper.blog-post-rich-text-wrapper {
  align-items: flex-start;
  max-width: 870px;
  padding-top: 0;
  padding-bottom: 100px;
}

.wrapper.related-blogs-heading-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 60px;
}

.wrapper.related-blogs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
}

.wrapper.problem-cards-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -250px;
  padding-top: 0;
  display: grid;
}

.wrapper.solution-slider-wrapper {
  padding-top: 100px;
  padding-bottom: 90px;
}

.wrapper.pricing-2-hero-heading {
  text-align: center;
  justify-content: center;
  max-width: 550px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.wrapper.pricing-2-tabs-wrapper {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.wrapper.pricing-2-faq-heading-and-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 670px;
  padding-bottom: 0;
}

.wrapper.pricing-3-compare-wrapper {
  background-image: linear-gradient(140deg, rgba(225, 244, 255, .6) 14%, rgba(255, 230, 233, .6) 27%, rgba(252, 255, 235, .3) 58%, rgba(255, 233, 233, .6) 78%, #f9e1ff);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 65px 2% 40px;
}

.wrapper.home-problem {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 820px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.wrapper.styleguide {
  display: block;
  overflow: hidden;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
}

.wrapper.updates {
  border: 3px solid #000;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 40px;
}

.wrapper.license {
  flex-direction: column;
  align-items: flex-start;
}

.wrapper.license.down {
  flex-direction: row;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 0;
}

.wrapper.contact-us-hero-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.wrapper.reach-wrapper {
  flex-direction: column;
  max-width: 1000px;
  padding-top: 70px;
}

.wrapper.login, .wrapper.sign-up {
  flex-direction: column;
  justify-content: center;
}

.wrapper.blog-3-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 850px;
}

.wrapper.blog-3-featured-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.wrapper.blog-3-latest-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
}

.wrapper.presentation-hero-wrapper {
  flex-direction: column;
  justify-content: center;
}

.wrapper.presentation-home-grid {
  grid-column-gap: 75px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 180px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.wrapper.presentation-pricing-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 150px;
}

.wrapper.instruction-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
}

.wrapper.home-2-logos-heading-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.pricing-2-logos {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  padding-top: 30px;
  padding-bottom: 75px;
  display: grid;
}

.wrapper.home-3-logos-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 0;
}

.wrapper.blog-3-product-tutorial-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.wrapper.navigation-wrapper {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.wrapper.career-hero-wrapper {
  text-align: center;
  flex-direction: column;
  max-width: 800px;
  padding-bottom: 0;
}

.wrapper.open-postion-wrapper {
  flex-direction: column;
}

.wrapper.position-wrapper {
  text-align: center;
  flex-direction: column;
}

.wrapper.job-position-details-wrapper {
  justify-content: center;
  max-width: 800px;
}

.wrapper.terms-hero-wrapper {
  flex-direction: column;
  justify-content: center;
}

.wrapper.downloads-wrapper {
  text-align: center;
  flex-direction: column;
}

.wrapper.downloads-block-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.wrapper.review-logos-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  padding-top: 75px;
  padding-bottom: 75px;
  display: grid;
}

.wrapper.review-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.wrapper.case-study-hero-wrapper {
  flex-direction: column;
}

.wrapper.case-study-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.wrapper.case-study-rich-text-wrapper {
  align-items: flex-start;
  max-width: 870px;
  padding-top: 0;
}

.wrapper.more-case-study-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.wrapper.intergration-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
}

.wrapper.integration-main-wrapper {
  justify-content: center;
  padding-top: 0;
}

.wrapper.integration-detail-wrapper {
  flex-direction: column;
  justify-content: center;
}

.wrapper.integration-rich-text-wrapper {
  justify-content: center;
  max-width: 870px;
  padding-top: 0;
}

.wrapper.more-integration-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.wrapper.about-hero-wrapper {
  flex-direction: column;
  justify-content: center;
}

.wrapper.what-we-do-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}

.wrapper.teams-wrapper {
  flex-direction: column;
  margin-top: 100px;
  padding-top: 0;
}

.wrapper.about-job-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.hero-image-wrapper {
  z-index: 300;
  width: 48%;
  max-width: 650px;
  height: 500px;
  display: flex;
  position: relative;
}

.hero-image-wrapper.home-3-image {
  position: relative;
}

.image {
  z-index: 100;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image.contain {
  z-index: 200;
  object-fit: contain;
}

.image.contain.home-three-slider {
  object-position: 0% 50%;
}

.image.lightbox {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.image.about-lightbox-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-section {
  position: relative;
}

.hero-text-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.first-question-section {
  position: relative;
  overflow: visible;
}

.section-image {
  z-index: 200;
  justify-content: space-between;
  align-items: center;
  width: 47%;
  max-width: 500px;
  display: flex;
  position: relative;
}

.section-image.margin-bottom {
  z-index: 200;
  max-width: 600px;
}

.section-image.margin-bottom.integration {
  width: 45%;
}

.section-image.margin-bottom.first-question-image {
  justify-content: flex-start;
  width: 50%;
  max-width: 610px;
  margin-left: 0;
}

.section-image.cta {
  justify-content: flex-end;
}

.section-image.cta.cta-margin-bottom {
  width: 50%;
  max-width: 600px;
}

.section-image.margin-bottom-30px {
  z-index: 200;
  width: 50%;
  max-width: 600px;
}

.section-image.third-question-image {
  width: 50%;
  max-width: 600px;
}

.section-content {
  z-index: 220;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 475px;
  display: flex;
  position: relative;
}

.section-content.fix-problem {
  width: 46%;
  max-width: 560px;
}

.section-content.usp {
  width: 44%;
}

.section-content.first-question {
  width: 50%;
  position: relative;
}

.section-content.third-question, .section-content.pricing-2-integration, .section-content.lightbox-content {
  width: 44%;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #216fed;
  border-style: none;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 42px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--midnight-blue);
}

.button.white {
  color: var(--midnight-blue);
  background-color: #fff;
}

.button.white:hover {
  background-color: var(--midnight-blue);
  color: var(--ghost-white);
}

.button.white.margin-top-30-px {
  margin-top: 30px;
}

.button.pricing-3-hero {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button.margin-top-50-px {
  margin-top: 50px;
}

.button.home-3-email {
  padding-left: 24px;
  padding-right: 24px;
}

.button.pricing-3-table {
  border-radius: 40px;
  width: 32%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button.contact-form-button {
  margin-top: 24px;
  padding-left: 55px;
  padding-right: 55px;
}

.button.login-button {
  padding-left: 80px;
  padding-right: 80px;
}

.button.login-button.reset {
  padding-left: 70px;
  padding-right: 70px;
}

.button.navbar-button:hover {
  background-color: var(--midnight-blue);
}

.button.view-all-button {
  padding-left: 80px;
  padding-right: 80px;
}

.button.reviews {
  margin-top: 40px;
}

.button.nav-mobile {
  display: none;
}

.hero-heading-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: visible;
}

.hero-paragraph-wrapper {
  border-radius: 10px;
  width: 90%;
  max-width: 550px;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.hero-buttons-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-secondary-button {
  color: #1f1f75;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 30px;
  transition: color .2s;
  display: flex;
}

.hero-secondary-button:hover {
  color: rgba(31, 31, 117, .75);
}

.hero-button-icon-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 11px;
  display: flex;
}

.problem-main-text-wrapper {
  max-width: 90%;
  margin-top: 16px;
}

.first-question-image-1 {
  z-index: 100;
  border-radius: 12px;
  width: 70%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 60px 60px rgba(0, 0, 0, .1);
}

.first-question-image-2 {
  z-index: 100;
  border-radius: 11px;
  width: 60%;
  max-width: 260px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: -7px 7px 30px rgba(60, 90, 154, .2);
}

.first-question-image-3 {
  z-index: 100;
  border-radius: 11px;
  width: 60%;
  max-width: 260px;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 7px 7px 30px rgba(60, 90, 154, .2);
}

.first-question-paragraph-wrapper {
  max-width: 500px;
  margin-top: 25px;
}

.second-question-section, .third-question-section {
  position: relative;
}

.second-question-paragraph-wrapper {
  max-width: 90%;
  margin-top: 25px;
}

.tabs {
  z-index: 100;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 19px 70px rgba(163, 159, 176, .1);
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f4f5fd;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 10px 12px;
  display: grid;
}

.tab-link {
  color: #282876;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 13px 8px 13px 12px;
  font-size: 18px;
  line-height: 36px;
  display: flex;
}

.tab-link.w--current {
  text-align: center;
  background-color: #fff;
  font-weight: 500;
}

.tabs-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-right: 16px;
  display: flex;
  overflow: hidden;
}

.tab-pane {
  padding-top: 90px;
  padding-bottom: 90px;
}

.tabs-content {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-image-wrapper {
  border-radius: 11px;
  width: 47%;
  max-width: 360px;
  overflow: hidden;
  box-shadow: -34px -21px 94px rgba(217, 215, 246, .25), 28px 28px 94px rgba(217, 215, 246, .25);
}

.tabs-text-wrapper {
  width: 47%;
}

.tabs-paragraph-wrapper {
  margin-top: 30px;
}

.results-subtext-wrapper {
  max-width: 80%;
  margin-top: 25px;
}

.results-paragraph-wrapper {
  margin-top: 25px;
}

.benefits-card {
  z-index: 200;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 5%;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px rgba(220, 221, 243, .25);
}

.benefits-card.move-animation {
  width: 100%;
  height: 100%;
}

.benefits-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.benefits-card-heading {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 16px;
}

.benefits-card-text-wrapper {
  text-align: center;
}

.text-block {
  font-size: 16px;
  line-height: 28px;
}

.text-block.testimonial-name {
  color: #282876;
  font-weight: 500;
}

.text-block.testimonial-text {
  color: #282876;
  font-size: 72px;
  font-weight: 700;
  line-height: 88px;
}

.text-block._18px {
  color: var(--midnight-blue);
  font-size: 18px;
}

.text-block._18px.blue {
  color: var(--royal-blue-2);
}

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

.text-block._18px.italic {
  color: var(--light-slate-grey);
}

.text-block._18px.blue-medium {
  color: #216fed;
  font-weight: 500;
}

.text-block._18px.light-purple {
  color: #8181ac;
}

.text-block._18px.pricing-3-plan-text {
  font-weight: 500;
  line-height: 27px;
}

.text-block._18px.blog-1-main-text {
  color: #8181ac;
  line-height: 28px;
}

.text-block._18px.grey {
  color: #8181ac;
  line-height: 30px;
}

.text-block._12-px {
  color: #8181ac;
  font-size: 14px;
  line-height: 24px;
}

.text-block._12-px.reviews-link {
  color: #216fed;
}

.text-block._14-px {
  font-size: 14px;
  line-height: 24px;
}

.text-block._14-px.light {
  margin-bottom: 0;
  font-weight: 300;
}

.text-block._14-px.white {
  color: rgba(255, 255, 255, .7);
}

.text-block._14-px.pricing-cta {
  color: #fff;
}

.text-block._14-px.light-white {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  font-weight: 300;
}

.text-block._14-px.light-grey {
  color: #8181ac;
  margin-bottom: 0;
  font-weight: 300;
}

.text-block._14-px.light-purple {
  color: #8181ac;
}

.text-block._14-px.case-study-subtext, .text-block._14-px.capital {
  text-transform: uppercase;
}

.text-block.dark-blue.medium {
  font-weight: 500;
}

.text-block._20px {
  font-size: 20px;
  line-height: 32px;
}

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

.text-block._20px.medium {
  font-weight: 500;
}

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

.text-block._28-px {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.text-block._28-px.white {
  color: var(--alice-blue);
}

.text-block._24-px.italic, .text-block._24-px.light {
  font-weight: 400;
}

.text-block.dark-blue {
  color: #282876;
}

.text-block._24-px {
  color: #282876;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.text-block._38px {
  color: #282876;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.text-block.margin-bottom-17-px {
  color: #8181ac;
  margin-bottom: 17px;
  transition: color .2s;
  display: inline-block;
}

.text-block.margin-bottom-17-px:hover {
  color: var(--midnight-blue);
}

.text-block._18px {
  color: #282876;
  font-size: 18px;
  line-height: 32px;
}

.text-block.home {
  max-width: 280px;
}

.text-block.pricing-tab {
  margin-bottom: 4px;
}

.text-block.footer {
  width: 50%;
}

.cta-section {
  position: relative;
}

.cta-content {
  z-index: 270;
  width: 48%;
}

.cta-paragraph-wrapper {
  max-width: 80%;
  margin-top: 25px;
  margin-bottom: 45px;
}

.cta-buttons-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-container {
  width: 47%;
  max-width: 575px;
  height: 400px;
  position: relative;
}

.lightbox {
  border: 4px solid #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 32px 58px rgba(146, 146, 149, .16);
}

.lightbox-play-icon {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.lightbox-paragraph-wrapper {
  margin-top: 25px;
}

.email-form {
  background-color: #fff;
  border-radius: 100px;
  align-items: stretch;
  height: 65px;
  padding: 5px;
  display: flex;
  overflow: hidden;
  box-shadow: 7px 7px 100px rgba(129, 129, 172, .15);
}

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

.email-form-text-field {
  background-image: url('../images/Group-397.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  height: 100%;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 14px;
  line-height: 24px;
}

.email-form-block {
  border-radius: 0;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0;
  padding: 5px;
  overflow: visible;
}

.email-form-block.home-2-email {
  max-width: 70%;
}

.email-form-block.blog-3-email {
  max-width: 475px;
}

.footer {
  z-index: 40;
  position: relative;
  overflow: hidden;
}

.footer-logo-and-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-logo-wrapper {
  max-width: 200px;
}

.footer-emal {
  color: var(--midnight-blue);
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: color .2s;
  display: block;
}

.footer-emal:hover {
  color: rgba(40, 40, 118, .7);
}

.footer-phone-number {
  margin-top: 11px;
  transition: color .2s;
  display: block;
}

.footer-phone-number:hover {
  color: rgba(33, 111, 237, .75);
}

.footer-social-icons-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 75%;
  max-width: 170px;
  margin-top: 45px;
  display: flex;
}

.footer-social-icon {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 24px;
  transition: all .3s;
  display: flex;
}

.footer-social-icon:hover {
  margin-top: -5px;
}

.footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-column-heading {
  margin-bottom: 25px;
}

.footer-link {
  color: #8181ac;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
  transition: color .2s;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--midnight-blue);
}

.footer-links-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-container {
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.webflow-link {
  color: #216fed;
  transition: color .2s;
}

.webflow-link:hover {
  color: rgba(33, 111, 237, .7);
}

.wave-image {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: 0%;
  right: 0%;
}

.wave-image.hero {
  z-index: 10;
  opacity: 1;
  margin-right: -9px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wave-image.cta {
  top: -10%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wave-image.second-question {
  width: 55%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -8vw;
  overflow: hidden;
}

.wave-image.fix-problem {
  width: 55%;
  top: 0%;
  bottom: 0%;
  left: -7%;
  right: auto;
}

.wave-image.usp {
  width: 50%;
  top: 12%;
  bottom: 0%;
  left: auto;
  right: -9%;
}

.wave-image.home-3-benefits {
  z-index: 10;
  width: 50%;
  top: -9%;
  bottom: 0%;
  left: -4%;
  right: auto;
}

.wave-image.home-2-hero-wave {
  left: -3%;
}

.wave-image.third-question {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-2-hero-section {
  position: relative;
}

.home-2-hero-paragraph {
  width: 70%;
  margin-top: 40px;
}

.home-2-hero-features {
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-top: 35px;
  display: flex;
}

.home-2-hero-feature-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-checkmark-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  overflow: hidden;
}

.laptop {
  width: 80%;
  max-width: 1000px;
  overflow: hidden;
}

.hero-instagram {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-facebook {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 29%;
  left: 11%;
  right: auto;
}

.hero-tiktok {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 53%;
  left: auto;
  right: 0%;
}

.home-2-problem-section {
  overflow: hidden;
}

.fix-problem-section {
  position: relative;
}

.third-question-paragraph-wrapper {
  margin-top: 25px;
}

.fix-problem-pointers-wrapper {
  margin-top: 40px;
}

.fix-problem-pointer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fix-problem-pointer.middle {
  margin-top: 40px;
  margin-bottom: 40px;
}

.fix-problem-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.fix-problem-pointer-content {
  max-width: 85%;
}

.fix-problem-text-wrapper {
  max-width: 400px;
  margin-top: 8px;
}

.h6-18-px {
  font-size: 18px;
  line-height: 28px;
}

.h6-18-px.line-height-28 {
  line-height: 24px;
}

.usp-section {
  position: relative;
}

.usp-paragraph-wrapper {
  max-width: 475px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.usp-pointers-wrapper {
  width: 100%;
}

.usp-pointer {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.usp-checkmark-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  display: flex;
  overflow: hidden;
}

.usp-pointer-text {
  max-width: 85%;
  margin-left: 20px;
}

.testimonial-section {
  position: relative;
}

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

.testimonial-mask {
  width: 100%;
  height: auto;
}

.testimonial-slide {
  text-align: center;
  width: 100%;
  height: auto;
}

.testimonial-left-arrow {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: auto;
  box-shadow: 12px 12px 35px rgba(152, 148, 172, .25);
}

.testimonial-right-arrow {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 0%;
  box-shadow: -12px 12px 30px rgba(152, 148, 172, .25);
}

.testimonial-nav {
  font-size: 16px;
  display: none;
  top: auto;
  bottom: -16%;
  left: 0%;
  right: 0%;
}

.testimonial-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-quote-icon {
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.testimonial-heading-div {
  margin-top: 20px;
}

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

.testimonial-person-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.testimonial-person-name-wrapper {
  margin-left: 10px;
}

.testimonial-paragraph-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}

.testimonial-stats-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.testimonial-stats-wrapper.reviews {
  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;
  justify-items: start;
  display: grid;
}

.testimonial-stats-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial-stats-item.reviews {
  align-items: flex-start;
}

.testimonial-stats-text-wrapper {
  margin-top: 20px;
}

.testimonial-floating-image-1 {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 5%;
  right: auto;
  overflow: hidden;
}

.testimonial-floating-image-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 5%;
  overflow: hidden;
}

.testimonial-floating-image-3 {
  z-index: 200;
  width: 55px;
  height: 55px;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: auto;
  right: 5%;
  overflow: hidden;
}

.testimonial-floating-image-4 {
  width: 55px;
  height: 55px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 3%;
  right: auto;
  overflow: hidden;
}

.home-2-benefits-section {
  position: relative;
}

.home-2-heading-wrapper {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.home-2-benefits-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.home-2-benefits-item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 5%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(220, 221, 243, .25);
}

.home-2-benefits-icon {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-right: 32px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(131, 106, 228, .3);
}

.home-2-benefits-heading-wrapper {
  margin-bottom: 10px;
}

.home-2-benefits-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 75%;
  display: flex;
}

.home-2-benefits-text-wrapper {
  text-align: left;
}

.home-2-email-section {
  position: relative;
}

.home-2-email-text {
  max-width: 100%;
  margin-top: 25px;
}

.email-loading-image-1 {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: 5%;
  right: auto;
  overflow: hidden;
}

.email-loading-image-2 {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: 6%;
  overflow: hidden;
}

.email-loading-image-3 {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 10%;
  overflow: hidden;
}

.email-loading-image-4 {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 14%;
  left: 5%;
  right: auto;
  overflow: hidden;
}

.home-3-hero-section {
  overflow: hidden;
}

.hero-floating-image-1 {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.hero-floating-image-2 {
  z-index: -1;
  border-radius: 11px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -6%;
  right: -6%;
  overflow: hidden;
}

.hero-floating-image-3 {
  z-index: 201;
  width: 270px;
  height: 70px;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: -8%;
  right: auto;
  overflow: hidden;
}

.hero-floating-image-4 {
  width: 60px;
  height: 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.review-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-image-wrapper {
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.stars-image-wrapper {
  width: 60%;
  margin-top: 0;
  overflow: hidden;
}

.number-of-ratings-text-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
}

.reviews-link-wrapper, .home-3-problem-section {
  overflow: hidden;
}

.h1-72-px {
  font-size: 72px;
  line-height: 70px;
}

.home-3-main-heading-wrapper {
  width: 50%;
  max-width: 530px;
}

.h2-54-px {
  font-size: 54px;
  line-height: 64px;
}

.home-3-paragraph-wrapper {
  max-width: 480px;
  margin-top: 10px;
}

.home-3-problem-wrapper {
  text-align: center;
  border-radius: 12px;
  padding: 70px 10% 65px;
  overflow: hidden;
}

.home-3-problem-wrapper.first {
  background-image: linear-gradient(200deg, rgba(251, 255, 230, .8) 35%, rgba(225, 244, 255, .3) 73%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.home-3-problem-wrapper.second {
  background-image: linear-gradient(130deg, rgba(225, 244, 255, .6) 10%, rgba(255, 230, 233, .65) 82%);
}

.home-3-problem-wrapper.third {
  background-image: linear-gradient(rgba(249, 225, 255, .7) 17%, rgba(225, 244, 255, .8));
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.home-3-problem-text-wrapper {
  margin-top: 15px;
}

.home-3-problem-image-wrapper {
  border-radius: 11px;
  width: 100%;
  max-width: 350px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(237, 237, 237, .16);
}

.home-3-problem-image-wrapper.first {
  flex-direction: column;
  align-items: flex-end;
  width: 70%;
  margin-top: 0;
}

.home-3-problem-image-wrapper.second {
  width: 25%;
  max-width: 80px;
  margin-top: 0;
}

.home-3-problem-image-wrapper.third {
  width: 25%;
  max-width: 70px;
  margin-top: 20px;
}

.home-3-problem-image-wrapper.fourth {
  flex-direction: column;
  align-items: flex-end;
  width: 70%;
  margin-top: 0;
}

.case-study-section {
  overflow: hidden;
}

.case-study-subtext-wrapper {
  margin-bottom: 30px;
}

.case-study-logo-grid {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.case-study-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.case-study-image {
  border-radius: 8px;
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}

.read-case-study-text {
  color: var(--royal-blue-2);
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.home-3-email-section {
  overflow: hidden;
}

.email-main-div-wrapper {
  background-image: linear-gradient(374deg, rgba(225, 244, 255, .6) 12%, rgba(249, 225, 255, .8) 27%, rgba(255, 230, 233, .6));
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 6%;
  display: flex;
}

.home-3-email-content {
  width: 51%;
}

.home-3-email-image-wrapper {
  width: 44%;
  max-width: 380px;
  margin-bottom: -60px;
}

.home-3-email-heading-wrapper {
  margin-bottom: 45px;
}

.pricing-1-hero-section {
  position: relative;
}

.pricing-1-hero-text-wrapper {
  width: 75%;
  margin-top: 30px;
}

.pricing-1-hero-heading-row {
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 2fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 8% 35px 3%;
  display: flex;
}

.pricing-1-hero-row-heading-text {
  color: var(--midnight-blue);
  font-weight: 500;
}

.pricing-1-hero-row {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e5e5e5;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 2fr 2fr;
  grid-auto-columns: 2fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 8% 35px 3%;
  display: flex;
}

.pricing-1-hero-row-text {
  color: var(--midnight-blue);
  font-size: 16px;
}

.pricing-1-hero-row-text.margin-right {
  margin-right: 15px;
  font-size: 16px;
}

.pricing-1-hero-row-text.margin-right.total-text {
  font-weight: 500;
}

.pricing-1-hero-row-text.activity-text {
  font-size: 16px;
}

.pricing-1-hero-row-text.activity-text.no-opacity {
  opacity: 0;
}

.pricing-1-hero-row-text.total-text {
  font-weight: 500;
}

.pricing-1-options-section, .pricing-1-options-heading-wrapper {
  position: relative;
}

.pricing-1-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 70px;
  display: flex;
}

.pricing-tabs-menu {
  background-color: #fff;
  border-radius: 32px;
  justify-content: space-between;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  box-shadow: 8px 9px 31px rgba(140, 150, 157, .16);
}

.pricing-tabs-menu.pricing-3-compare-tabs-menu {
  margin-right: 0;
}

.pricing-tab-link {
  color: #282876;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.pricing-tab-link.w--current {
  color: #fff;
  text-align: center;
  background-color: #216fed;
}

.pricing-1-tabs-content-wrapper {
  width: 100%;
  margin-top: 100px;
  overflow: visible;
}

.pricing-1-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: block;
}

.pricing-1-option-wrapper {
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 600px;
  padding: 30px 5% 30px 10%;
  display: flex;
  box-shadow: 0 25px 50px rgba(178, 178, 178, .16);
}

.pricing-1-option-wrapper.main {
  background-image: radial-gradient(circle at 0 0, #a994fa, #836ae4 68%);
}

.pricing-1-cost-wrapper {
  flex-flow: wrap;
  align-items: flex-end;
  margin-top: 5px;
  display: flex;
}

.pricing-1-for-wrapper {
  margin-top: 8px;
}

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

.pricing-1-pointers-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-1-pointer-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.pricing-1-checkmark-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  overflow: hidden;
}

.pricing-1-pointer-text-wrapper {
  margin-left: 16px;
}

.pricing-button {
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 38px;
  flex-direction: column;
  width: 100%;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 500;
}

.pricing-button.grey {
  background-color: #f4f5fd;
  transition: background-color .2s;
}

.pricing-button.grey:hover {
  background-color: var(--medium-slate-blue);
  color: #f4f5fd;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.pricing-button.white {
  color: var(--midnight-blue);
  background-color: #fff;
  transition: background-color .2s;
}

.pricing-button.white:hover {
  background-color: var(--midnight-blue);
  color: var(--ghost-white);
}

.pricing-button.ecommerce {
  background-color: var(--ghost-white);
}

.pricing-button.ecommerce:hover {
  background-color: var(--midnight-blue);
  color: var(--ghost-white);
  display: block;
}

.pricing-1-button-wrapper {
  width: 100%;
}

.pricing-1-pointers-and-button-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.pricing-1-stars-section {
  position: relative;
}

.pricing-1-stars-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-1-stars-image-wrapper {
  width: 100%;
}

.pricing-1-stars-link-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.pricing-1-arrow-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.pricing-1-stars-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-1-case-wrapper {
  border-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 75px;
  display: flex;
  overflow: hidden;
  box-shadow: 18px 18px 50px rgba(178, 178, 178, .16);
}

.pricing-1-case-study-icon-and-link-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
  box-shadow: 18px 18px 50px rgba(178, 178, 178, .16);
}

.pricing-1-case-study-icon-wrapper {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  overflow: hidden;
}

.pricing-1-case-study-link-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.pricing-1-case-study-link-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  display: flex;
  overflow: hidden;
}

.pricing-1-case-study-box {
  background-image: radial-gradient(circle at 0 0, #a994fa, #836ae4 73%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  padding: 75px 8%;
  display: flex;
}

.pricing-1-case-study-inside-box {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  padding: 40px 5%;
  display: flex;
}

.italic {
  font-style: italic;
}

.pricing-1-case-study-name-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.pricing-1-case-study-person-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.pricing-1-case-study-name-and-position-wrapper {
  margin-left: 15px;
}

.price-1-integration-image-wrapper {
  width: 110%;
  margin-bottom: 70px;
}

.pricing-1-faq-section {
  position: relative;
}

.pricing-1-faq-text-wrapper {
  width: 80%;
  margin-top: 20px;
}

.faq-question-and-arrow-wrapper {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-1-faq-container {
  width: 100%;
}

.pricing-1-faq-item {
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  padding-left: 5%;
  padding-right: 5%;
}

.pricing-1-faq-question-and-arrow-wrapper {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-1-faq-question-wrapper {
  justify-content: space-between;
  align-items: center;
}

.pricing-1-faq-question {
  color: #152c5b;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.pricing-1-faq-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.pricing-1-faq-answer {
  margin-top: 25px;
  margin-bottom: 20px;
  overflow: hidden;
}

.pricing-cta-section {
  z-index: 32;
  background-image: radial-gradient(circle at 0 0, #9076f4, #836ae4 72%);
  position: relative;
}

.pricing-cta-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.white {
  color: #fff;
  padding-right: 40px;
}

.white.pricing-cta {
  transition: color .2s;
}

.white.pricing-cta:hover {
  color: rgba(255, 255, 255, .7);
}

.pricing-cta-heading-wrapper {
  margin-bottom: 25px;
}

.pricing-cta-subheading-wrapper {
  margin-bottom: 50px;
}

.pricing-cta-subtext-wrapper {
  margin-top: 13px;
}

.pricing-cta-pointers-container {
  width: 38%;
}

.pricing-cta-pointer-item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 17px;
  display: flex;
}

.pricing-cta-pointer-checkmark {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.pricing-cta-pointer-text {
  width: 90%;
  margin-left: 13px;
}

.cta-image-1 {
  border-radius: 8px;
  width: 90%;
  max-width: none;
  overflow: hidden;
  box-shadow: 21px 21px 60px #ccc;
}

.cta-image-3 {
  z-index: 60;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: auto;
  right: 22%;
  overflow: hidden;
}

.cta-image-2 {
  z-index: 60;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 11%;
  left: -5%;
  right: auto;
  overflow: hidden;
}

.cta-image-4 {
  z-index: 60;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -23%;
  left: auto;
  right: 9%;
  overflow: hidden;
}

.pricing-1-tab-discount-image {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -221%;
  left: 0%;
  right: -45%;
}

.pricing-1-tab-discount-image.pricing-2 {
  z-index: 100;
  top: auto;
  bottom: -28%;
  left: auto;
  right: 3%;
}

.pricing-3-hero-section {
  position: relative;
}

.pricing-3-tab-discount-image {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 100px;
  margin-top: -17px;
  margin-right: -250px;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 50%;
}

.pricing-3-tabs-content-wrapper {
  width: 100%;
  margin-top: 80px;
}

.inside-tab {
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}

.inside-tab-menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 47%;
  display: flex;
}

.pricing-3-inside-tab-link {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding: 40px 4%;
  display: flex;
}

.pricing-3-inside-tab-link.w--current {
  background-image: linear-gradient(135deg, #9d87f6, #836ae4);
}

.pricing-3-inside-tab-link.last {
  margin-bottom: 0;
}

.inside-tab-content {
  border-radius: 12px;
  width: 47%;
}

.inside-tab-pane {
  background-image: linear-gradient(to right, #e1f4ff 15%, #ffe6e9);
  height: 100%;
}

.pricing-3-inside-tab-link-checkmark {
  border: 2px solid #e5e5e5;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.pricing-3-plan-name {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-3-name-and-for-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inside-tab-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.pricing-3-inside-tab-item-checkmark {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.inside-tab-item-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px 60px 40px 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inside-tab-bottom-div {
  align-items: center;
  display: flex;
}

.inside-tab-arow-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.pricing-3-testimonial-section {
  position: relative;
}

.pricing-3-testimonial-heading-and-quotation-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.quotation-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.pricing-3-testimonial-card-wrapper {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  padding: 32px 5%;
  display: flex;
  overflow: hidden;
  box-shadow: 8px 8px 31px rgba(140, 150, 157, .16);
}

.pricing-3-testimonial-card-wrapper.big {
  width: 100%;
  margin-top: 40px;
}

.pricing-3-testimonial-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 30px;
  display: flex;
}

.pricing-3-testimonial-text-wrapper {
  margin-top: 25px;
  margin-bottom: 40px;
}

.pricing-3-testimonial-person-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-3-testimonial-person-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.pricing-3-testimonial-name-and-position {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-3-card-wrapper.align-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.question-section {
  position: relative;
}

.question-section-text-wrapper {
  width: 70%;
  margin-top: 33px;
  margin-bottom: 20px;
}

.or-text {
  color: var(--midnight-blue);
  text-transform: uppercase;
  font-style: italic;
}

.question-section-floating-div {
  position: absolute;
}

.question-section-floating-div.pricing-3-image-1 {
  width: 48px;
  height: 48px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.question-section-floating-div.pricing-3-image-2 {
  width: 60px;
  height: 60px;
  top: auto;
  bottom: 17%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.question-section-floating-div.pricing-3-image-3 {
  z-index: 70;
  width: 78px;
  height: 78px;
  top: auto;
  bottom: 41%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.pricing-3-cta-section {
  z-index: 32;
  background-image: radial-gradient(circle farthest-corner at 35% 0%, var(--medium-purple), var(--medium-slate-blue));
  position: relative;
}

.pricing-3-cta-heading-wrapper {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-3-cta-subtext-wrapper {
  text-align: center;
}

.pricing-3-cta-pointers-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.pricing-3-cta-pointer-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.pricing-3-cta-checkmark-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  overflow: hidden;
}

.pricing-3-cta-pointer-text-wrapper {
  margin-left: 12px;
}

.pricing-2-features-paragraph-wrapper {
  width: 80%;
  margin-top: 25px;
}

.pricing-2-integration-section {
  position: relative;
}

.pricing-2-cta-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-2-cta-heading-wrapper {
  margin-bottom: 12px;
}

.pricing-2-cta-text-wrapper {
  margin-bottom: 32px;
}

.pricing-2-cta-image-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 450px;
  height: 450px;
  margin-top: -100px;
  display: flex;
  position: relative;
}

.pricing-2-faq-heading-wrapper {
  margin-bottom: 25px;
}

.pricing-2-faq-text-wrapper {
  max-width: 80%;
}

.pricing-2-faq-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-2-faq-item-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-2-faq-answer-wrapper {
  margin-top: 17px;
}

.faq-item-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
  margin-top: 35px;
}

.blog-1-hero-section {
  position: relative;
}

.blog-1-featured-main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-1-featured-main-image-wrapper {
  border-radius: 8px;
  width: 100%;
  max-width: 780px;
  position: relative;
  overflow: hidden;
}

.blog-main-content-card {
  z-index: 200;
  color: #8181ac;
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  margin-top: -220px;
  padding: 32px 5%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(158, 154, 208, .16);
}

.blog-1-main-tag {
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 25px;
  display: inline-block;
}

.blog-main-text-wrapper {
  margin-top: 16px;
  margin-bottom: 32px;
}

.blog-main-person-and-time-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-main-person-image-wrapper {
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

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

.blog-main-person-name-wrapper {
  margin-left: 13px;
}

.blog-main-time-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.blog-main-circle {
  background-color: #8181ac;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.blog-1-main-collection-list-wrapper {
  width: 70%;
}

.blog-1-featured-and-social-wrapper {
  width: 28%;
}

.blog-1-featured-item {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.blog-1-featured-item-image {
  border-radius: 4px;
  width: 35%;
  max-width: 100px;
  height: 100px;
  overflow: hidden;
}

.blog-1-featured-heading-and-tag {
  flex-direction: column;
  align-items: flex-start;
  width: 62%;
  display: flex;
}

.blog-1-featured-tag {
  text-align: center;
  border-radius: 4px;
  margin-top: 10px;
  padding: 5px 20px;
  overflow: hidden;
}

.blog-1-follow-us-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.follow-us-social-icons-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-1-tab-section {
  position: relative;
}

.blog-1-tab {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.blog-1-tab-menu {
  background-color: #fff;
  border-radius: 32px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  box-shadow: 8px 9px 31px rgba(140, 150, 157, .16);
}

.blog-1-tab-link {
  color: #282876;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.blog-1-tab-link.w--current {
  color: #fff;
  text-align: center;
  background-color: #216fed;
}

.blog-1-tabs-content-wrapper {
  width: 100%;
  margin-top: 100px;
}

.blog-1-tab-heading-wrapper {
  margin-bottom: 60px;
}

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

.blog-1-card {
  color: #8181ac;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 700px;
  display: flex;
}

.blog-1-image-wrapper {
  border-radius: 8px;
  width: 100%;
  max-width: 375px;
  height: 300px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-1-tag {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 18px;
  padding: 5px 25px;
}

.blog-1-heading-wrapper {
  margin-bottom: 17px;
}

.blog-1-person-and-time-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.blog-1-person-image-wrapper {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.blog-1-person-name-text-wrapper {
  max-width: 70%;
  margin-left: 13px;
}

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

.blog-1-circle {
  background-color: #8181ac;
  border-radius: 100%;
  min-width: 6px;
  min-height: 6px;
}

.blog-1-time-text-wrapper {
  margin-left: 9px;
}

.blog-1-card-top-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

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

.blog-2-slider-section {
  position: relative;
}

.blog-2-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

.blog-2-slider-mask, .blog-2-slide {
  height: auto;
}

.blog-2-slide-content-and-image-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: -90px;
  display: flex;
}

.blog-2-slide-content-wrapper {
  width: 70%;
}

.blog-2-slide-image-wrapper {
  border-radius: 8px;
  width: 60%;
  max-width: 580px;
  height: 400px;
  margin-left: -110px;
  position: relative;
  overflow: hidden;
}

.blog-2-slide-featured-wrapper {
  padding-left: 40px;
}

.blog-2-slide-featured-subtext-wrapper {
  margin-bottom: 5px;
}

.blog-2-slide-content-card {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 130px;
  padding: 40px 30% 40px 5%;
  display: flex;
  overflow: hidden;
  box-shadow: 8px 8px 31px rgba(140, 150, 157, .16);
}

.blog-2-slide-tag {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 5px 25px;
  overflow: hidden;
}

.blog-2-slide-heading-wrapper {
  margin-bottom: 24px;
}

.blog-2-slide-text-wrapper {
  margin-bottom: 42px;
}

.blog-2-slide-person-and-time-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-2-slide-person-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-2-slide-person-image {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.blog-2-slide-person-name {
  margin-left: 13px;
}

.blog-2-slide-time-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-2-slide-circle-wrapper {
  background-color: #8181ac;
  border-radius: 100%;
  justify-content: space-between;
  align-items: center;
  width: 6px;
  height: 6px;
  overflow: hidden;
}

.blog-2-slide-time-text-wrapper {
  margin-left: 8px;
}

.blog-2-slide-left-arrow-wrapper {
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  top: 40%;
  bottom: auto;
  left: -7%;
  right: auto;
  box-shadow: -12px 12px 35px rgba(152, 148, 172, .25);
}

.blog-2-slide-right-arrow-wrapper {
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  top: 40%;
  bottom: auto;
  left: auto;
  right: -7%;
  overflow: hidden;
  box-shadow: -8px 15px 31px rgba(152, 148, 172, .25);
}

.blog-2-recent-blogs-div {
  color: #8181ac;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.blog-2-categories-div {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.recent-blog-image-wrapper {
  border-radius: 8px;
  width: 48%;
  max-width: 375px;
  height: 350px;
  overflow: hidden;
}

.blog-2-card {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.blog-2-card-top-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-2-tag {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 18px;
  padding: 5px 25px;
}

.blog-2-heading-wrapper {
  margin-bottom: 17px;
}

.blog-2-person-and-time-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.blog-2-person-image-wrapper {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.blog-2-person-name-text-wrapper {
  max-width: 70%;
  margin-left: 13px;
}

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

.blog-2-circle {
  background-color: #8181ac;
  border-radius: 100%;
  min-width: 6px;
  min-height: 6px;
}

.blog-2-time-text-wrapper {
  max-width: 90%;
  margin-left: 9px;
}

.recent-blogs-social-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.recent-blog-social-icon-wrapper {
  background-color: #f8f8f8;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 13px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.recent-blog-social-icon-wrapper:hover {
  background-color: #eaeaea;
}

.recent-blog-social-icon-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.blog-2-collection-list-wrapper {
  width: 64%;
}

.blog-2-categories-heading-div {
  margin-bottom: 25px;
}

.follow-us-social-icon-item {
  background-color: #f8f8f8;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 13px;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.follow-us-social-icon-item:hover {
  background-color: #eaeaea;
}

.blog-post-main-image-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.blog-post-card {
  z-index: 200;
  color: #8181ac;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  max-width: 625px;
  margin-top: -192px;
  padding: 32px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(158, 154, 208, .16);
}

.blog-post-card-top-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-post-card-tag {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 18px;
  padding: 5px 25px;
}

.blog-post-card-heading-wrapper {
  margin-bottom: 17px;
}

.blog-post-person-and-time-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 33px;
  display: flex;
}

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

.blog-post-person-image-wrapper {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.blog-post-person-name-text-wrapper {
  max-width: 70%;
  margin-left: 13px;
}

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

.blog-post-circle {
  background-color: #8181ac;
  border-radius: 100%;
  min-width: 6px;
  min-height: 6px;
}

.blog-post-time-text-wrapper {
  margin-left: 9px;
}

.h1-32-px {
  font-size: 32px;
  line-height: 50px;
}

.rich-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rich-text h2 {
  font-size: 27px;
  line-height: 48px;
}

.rich-text h3 {
  font-size: 24px;
  line-height: 44px;
}

.rich-text h4 {
  font-size: 21px;
  line-height: 40px;
}

.rich-text h5 {
  font-size: 18px;
  line-height: 35px;
}

.rich-text h6 {
  font-size: 17px;
  line-height: 33px;
}

.rich-text p {
  margin-top: 30px;
  margin-bottom: 55px;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 55px;
}

.rich-text figure {
  border-radius: 8px;
  margin-top: 55px;
  margin-bottom: 55px;
  overflow: hidden;
}

.rich-text figcaption {
  margin-top: 12px;
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
}

.rich-text a {
  color: var(--royal-blue-2);
}

.rich-text blockquote {
  border-left-color: var(--midnight-blue);
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
}

.rich-text img {
  object-fit: cover;
  border-radius: 8px;
}

.blog-post-social-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.rich-text-wrapper {
  width: 90%;
  position: relative;
}

.blog-post-social-icons-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}

.related-blog-card {
  color: #8181ac;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 700px;
  display: flex;
}

.related-blog-card-top-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.related-blog-image-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 370px;
  margin-bottom: 30px;
  overflow: hidden;
}

.related-blog-tag {
  text-align: center;
  border-radius: 4px;
  margin-bottom: 18px;
  padding: 5px 25px;
}

.related-blog-heading-wrapper {
  margin-bottom: 17px;
}

.related-blog-person-and-time-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.related-blog-person-image-wrapper {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.related-blog-person-name-text-wrapper {
  max-width: 70%;
  margin-left: 13px;
}

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

.related-blog-circle {
  background-color: #8181ac;
  border-radius: 100%;
  min-width: 6px;
  min-height: 6px;
}

.related-blog-time-text-wrapper {
  margin-left: 9px;
}

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

.blog-2-slide-nav {
  display: none;
}

.solution-slider-section {
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.solution-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.solution-slider-mask {
  width: 610px;
  height: auto;
  overflow: visible;
}

.solution-slide {
  width: 100%;
  height: auto;
  margin-right: 80px;
}

.solution-slide-nav {
  display: none;
  top: 30%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.solution-slide-content-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.h2-70-px {
  font-size: 70px;
  line-height: 75px;
}

.h2-70-px.home-three-slider {
  font-size: 60px;
}

.solution-slide-text-wrapper {
  max-width: 450px;
  margin-top: 45px;
}

.solution-slide-images-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 350px;
  margin-top: 55px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.solution-slide-image-1 {
  border-radius: 8px;
  width: 80%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.solution-slide-image-2 {
  width: 65px;
  height: 65px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: -14%;
  bottom: 0%;
  left: -9%;
  right: auto;
}

.solution-slide-image-3 {
  width: 65px;
  height: 65px;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 57%;
  right: auto;
}

.home-3-benefits-heading-wrapper {
  margin-bottom: 55px;
}

.pricing-3-tabs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.home-3-problem-images-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-3-problem-images-container.first {
  margin-top: 65px;
}

.home-3-problem-images-container.second {
  margin-top: 35px;
}

.pricing-2-hero-section {
  position: relative;
  overflow: hidden;
}

.pricing-2-tabs {
  width: 100%;
}

.pricing-2-tab-pane {
  box-shadow: 0 12px 31px rgba(140, 150, 157, .16);
}

.pricing-2-tab-up {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pricing-2-pick-a-plan-wrapper {
  border-right: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  padding-top: 30px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.pick-a-plan-arrow-wrapper {
  width: 70px;
  overflow: hidden;
}

.pricing-2-plans-name-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
}

.pricing-2-name-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 5% 50px;
  display: flex;
}

.pricing-2-name-item.middle {
  background-image: radial-gradient(circle at 0 0, #a994fa, #836ae4);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: -25px;
  padding-top: 55px;
}

.pricing-2-cost-wrapper {
  margin-top: 5px;
}

.pricing-2-cost-text {
  color: var(--midnight-blue);
  font-size: 14px;
  line-height: 24px;
}

.pricing-2-cost-text.white {
  color: #fff;
}

.pricing-cost-number {
  font-size: 38px;
  font-weight: 500;
  line-height: 54px;
}

.pricing-for-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.pick-a-plan-heading {
  line-height: 32px;
}

.pricing-2-faq-answer-text {
  line-height: 28px;
}

.pricing-3-compare-section {
  overflow: hidden;
}

.pricing-3-compare-heading-wrapper {
  z-index: 2;
  width: 30%;
  display: flex;
  position: relative;
}

.pricing-3-compare-tab-wrapper {
  width: 100%;
  margin-top: -65px;
  position: relative;
}

.pricing-3-compare-tab {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
}

.pricing-3-compare-tabs-content {
  width: 100%;
  margin-top: 100px;
}

.pricing-3-compare-tab-pane-container {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing-3-compare-item-heading-wrapper {
  border-bottom: 3px solid #e5e5e5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 24%;
  display: flex;
}

.pricing-3-compare-plan-item-heading {
  border-bottom: 3px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  display: flex;
}

.pricing-3-compare-plan-item-heading.no-opacity {
  opacity: 0;
}

.pricing-3-compare-metrics-heading-wrapper {
  width: 24%;
  padding-top: 23px;
  padding-bottom: 23px;
}

.pricing-3-compare-metrics-heading-wrapper.no-opacity {
  opacity: 0;
}

.pricing-3-compare-tab-checkmark-div {
  border-bottom: 1px solid #e5e5e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  display: flex;
}

.pricing-3-compare-discount-image {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 70px;
  display: flex;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.pricing-3-compare-dash {
  background-color: var(--midnight-blue);
  width: 10px;
  height: 2px;
}

.pricing-3-name-and-cost-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.style-guide-title {
  color: #fff;
  text-transform: none;
  background-color: #152c5b;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.style-guide-note {
  color: #ff0707;
  letter-spacing: .5px;
  background-color: rgba(255, 0, 0, .1);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.style-guide-line {
  background-color: #091818;
  border-radius: 20px;
  width: 100%;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.style-guide-colours {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.colour {
  background-color: #fff;
  border-radius: 5px;
  margin: 30px;
  padding: 40px;
}

.colour.colour-1 {
  background-color: var(--midnight-blue);
}

.colour.colour-2 {
  background-color: var(--light-slate-grey);
}

.colour.colour-3 {
  background-color: var(--royal-blue-2);
}

.colour.colour-4 {
  background-color: var(--medium-purple);
}

.colour.colour-5 {
  background-color: var(--medium-slate-blue);
}

.colour.colour-6 {
  background-color: var(--coral);
}

.update-text {
  margin-bottom: 10px;
}

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

.update-wrapper {
  margin-left: 30px;
  padding: 0;
}

.version-wrapper {
  width: 18%;
}

.version-number {
  margin-bottom: 10px;
}

.changelog {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.update-date {
  font-style: normal;
  font-weight: 500;
}

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

.licensing-text {
  text-align: left;
  margin-top: 0;
}

.licensing-text-subtext {
  margin-top: 20px;
}

.licensing-text-wrap {
  width: 25%;
}

.licensing-image-and-text-wrap {
  border: 3px solid #000;
  width: 70%;
  margin-right: 30px;
  padding: 44px;
}

.licensing-subtext {
  margin-top: 20px;
}

.licensing-link {
  color: #434343;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
}

.licensing-link.text {
  color: #ad5555;
  margin-bottom: 0;
  display: inline-block;
}

.licencing-images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.lightbox-animation-div {
  background-color: rgba(255, 255, 255, .6);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sumit-link {
  color: #216fed;
  transition: color .2s;
}

.sumit-link:hover {
  color: rgba(33, 111, 237, .7);
}

.license-link {
  color: #216fed;
  transition: color .2s;
}

.license-link:hover {
  color: rgba(33, 111, 237, .7);
}

.home-3-hero-heading-wrapper {
  border-radius: 10px;
  position: relative;
}

.pricing-2-features-heading-div {
  background-color: var(--ghost-white);
  border-bottom: 1px solid #e5e5e5;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 2%;
  display: flex;
}

.pricing-2-features-div {
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 2%;
  display: flex;
}

.pricing-2-features-div.no-border {
  border-bottom-style: none;
}

.pricing-2-features-subheading-wrapper {
  width: 23%;
}

.pricing-2-features-subheading-text {
  color: var(--midnight-blue);
}

.pricing-2-features-checkmark-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  width: 75%;
  display: grid;
}

.pricing-2-checkmark-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.pricing-2-checkmark-image-wrapper.no-opacity {
  opacity: 0;
}

.pricing-3-plans-container {
  justify-content: space-between;
  display: flex;
}

.pricing-3-metrics-container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pricing-3-plan-names-container {
  justify-content: space-between;
  width: 74%;
  display: flex;
}

.pricing-3-plan-names-container.bottom-border {
  border-bottom: 3px solid #e5e5e5;
}

.pricing-3-checkmarks-container {
  justify-content: space-between;
  align-items: stretch;
  width: 74%;
  display: flex;
}

.pricing-3-checkmarks-container.buttons {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 25px;
}

.pricing-3-checkmark-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-1-hero-heading-left-dv {
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.pricing-1-hero-heading-right-div {
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.pricing-1-left-div {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.pricing-1-right-div {
  justify-content: space-between;
  align-items: center;
  width: 40%;
  display: flex;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.navbar-button {
  color: #fff;
  background-color: #216fed;
  border-radius: 27px;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.navbar-button:hover {
  background-color: rgba(33, 111, 237, .85);
}

.navbar-button.w--current {
  color: #fff;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
}

.nav-link {
  color: var(--midnight-blue);
  margin-left: 0;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 20px;
  font-size: 16px;
  transition: all .2s;
}

.nav-link:hover {
  color: rgba(40, 40, 118, .7);
}

.pricing-2-tab-pane-content-wrapper {
  background-color: #fff;
  margin-top: 100px;
}

.blog-pagination {
  margin-top: 50px;
}

.success-message {
  color: #219709;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(129, 129, 172, .2);
}

.review-links-bottom-border {
  background-color: #216fed;
  width: 100%;
  height: 1px;
}

.inside-tab-see-comparision-text-wrapper {
  position: relative;
  overflow: hidden;
}

.inside-tab-see-comparision-border {
  background-color: #216fed;
  height: 1.5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-us-hero-section {
  position: relative;
}

.contact-us-heading {
  font-size: 72px;
  line-height: 95px;
}

.contact-us-form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  width: 80%;
  margin-top: 87px;
  padding: 48px 4%;
  box-shadow: 11px 11px 30px rgba(207, 205, 221, .16);
}

.contact-form-name-and-email-wrapper {
  display: flex;
}

.contact-form-field {
  background-color: #f6f6fa;
  border: 1px #000;
  border-radius: 32px;
  margin-bottom: 0;
  padding: 30px 10px 30px 25px;
}

.contact-form-field::placeholder {
  color: #282876;
  font-size: 16px;
  line-height: 28px;
}

.contact-form-field.email {
  background-image: url('../images/Vector-2_1.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 60px;
}

.contact-form-field.subject {
  margin-top: 24px;
}

.contact-form-field.message {
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 90px;
}

.contact-form-field.login-email {
  background-image: url('../images/Vector-2_1.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 60px;
}

.contact-form-field.password {
  background-image: url('../images/Vector.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 60px;
}

.contact-form-field.sign-up-email {
  background-image: url('../images/Vector-2_1.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 60px;
}

.contact-form-field.last-name {
  margin-left: 24px;
}

.contact-form-field.name-field {
  background-image: url('../images/Group-8.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  padding-left: 60px;
}

.contact-form-field.company-field {
  background-image: url('../images/Group-9.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 60px;
}

.contact-form-field.phone-number {
  background-image: url('../images/Group-10.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 60px;
}

.contact-form-field.demo-email {
  background-image: url('../images/mail-line-1.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 60px;
}

.reach-section {
  position: relative;
}

.reach-heading-wrapper {
  text-align: center;
  max-width: 720px;
  margin-bottom: 110px;
}

.reach-cards-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.reach-card-item {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  padding: 40px 5%;
  display: flex;
  box-shadow: 11px 11px 30px rgba(220, 221, 243, .25);
}

.reach-item-image-wrapper {
  border-radius: 50%;
  box-shadow: 6px 6px 20px rgba(131, 106, 228, .3);
}

.reach-card-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 75%;
  display: flex;
}

.reach-card-text-wrapper {
  margin-top: 17px;
  margin-bottom: 20px;
}

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

.mail-icon {
  display: flex;
}

.mail-text {
  color: #282876;
  margin-left: 15px;
  line-height: 28px;
}

.login-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.saasbox-logo {
  width: 240px;
}

.login-form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  width: 60%;
  max-width: 580px;
  margin-top: 25px;
  padding: 40px 5%;
}

.login-form-wrapper.forgot-password {
  max-width: 480px;
}

.login-form-block {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.login-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.forgot-password-link {
  margin-top: 25px;
}

.login-form-link-and-button-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.login-link-text {
  color: #216fed;
  font-size: 16px;
  line-height: 28px;
  transition: color .2s;
}

.login-link-text:hover {
  color: rgba(33, 111, 237, .7);
}

.sign-up-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.sign-up-form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  width: 60%;
  max-width: 580px;
  margin-top: 25px;
  padding: 40px 5%;
  box-shadow: 11px 11px 30px rgba(207, 205, 221, .16);
}

.sign-up-first-and-last-name-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.sign-up-link-and-button-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.sign-up-link-text {
  color: #216fed;
  font-size: 16px;
  line-height: 28px;
  transition: color .2s;
}

.sign-up-link-text:hover {
  color: rgba(33, 111, 237, .7);
}

.home-2-cause-slider {
  z-index: 200;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 400px;
}

.home-2-cause-slider-mask, .home-2-cause-slide {
  height: 100%;
}

.slide-left-arrow {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: auto;
  bottom: -15%;
  left: -5%;
  right: 0%;
}

.slide-right-arrow {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: auto;
  bottom: -15%;
  left: 0%;
  right: -5%;
}

.home-2-cause-slide-nav {
  display: none;
  top: auto;
  bottom: -9%;
  left: 0%;
  right: auto;
}

.home-2-cause-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-2-cause-left {
  width: 46%;
}

.home-2-cause-right {
  z-index: 201;
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: none;
  height: 100%;
  max-height: 400px;
  display: flex;
}

.home-2-cause-text-wrapper {
  max-width: 85%;
  margin-top: 24px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-text {
  font-size: 160px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

._404-heading {
  margin-top: 30px;
  font-size: 76px;
  font-style: italic;
  line-height: 100%;
}

._404-subtext {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 100%;
}

.instruction-youtube-video {
  margin-top: 50px;
}

.hero-checkmark-circle {
  background-color: rgba(73, 168, 71, .16);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
}

.blur-gradient {
  z-index: 30;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0%;
  position: absolute;
  top: auto;
  bottom: -37%;
  left: -104%;
  right: auto;
}

.blur-gradient.results-1 {
  height: 400px;
  bottom: -30%;
}

.blur-gradient.results-2 {
  width: 120%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -37%;
}

.blur-gradient.benefits-1 {
  width: 40%;
  height: 400px;
  top: 21%;
  bottom: 0%;
  left: 31%;
  right: 0%;
}

.blur-gradient.benefits-2 {
  width: 40%;
  height: 400px;
  top: 15%;
  bottom: 0%;
  left: -7%;
  right: 0%;
}

.blur-gradient.cta {
  width: 120%;
  bottom: 8%;
  left: -20%;
}

.blur-gradient.cta-2 {
  width: 130%;
  top: auto;
  bottom: -91%;
  left: auto;
  right: -52%;
}

.blur-gradient.lightbox-1 {
  filter: blur(100px);
  width: 120%;
  top: auto;
  bottom: -52%;
  left: -33%;
  right: auto;
}

.blur-gradient.lightbox-2 {
  width: 120%;
  top: -38%;
  bottom: auto;
  left: auto;
  right: -49%;
}

.blur-gradient.home-2-hero-1 {
  bottom: 20%;
}

.blur-gradient.home-2-hero-2 {
  top: -6%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blur-gradient.home-2-cause-1 {
  width: 80%;
  top: -17%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.blur-gradient.home-2-cause-2 {
  width: 100%;
  top: 0%;
  bottom: -20%;
  left: auto;
  right: -33%;
}

.blur-gradient.fix-problem-2 {
  width: 120%;
  top: auto;
  bottom: -47%;
  left: auto;
  right: -17%;
}

.blur-gradient.usp-1 {
  width: 160%;
  top: -43%;
  bottom: auto;
  left: -52%;
  right: auto;
}

.blur-gradient.testimonial-1 {
  width: 90%;
  top: auto;
  bottom: -36%;
  left: auto;
  right: -47%;
}

.blur-gradient.home-2-benefits-1 {
  width: 90%;
  top: 23%;
  bottom: 0%;
  left: -47%;
  right: auto;
}

.blur-gradient.home-2-benefits-2 {
  top: -33%;
  bottom: 0%;
  left: auto;
  right: -45%;
}

.blur-gradient.home-2-benefits-3 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blur-gradient.home-2-email-1 {
  width: 70%;
  top: auto;
  bottom: -39%;
  left: 0%;
  right: auto;
}

.blur-gradient.home-2-email-2 {
  width: 70%;
  top: -16%;
  bottom: auto;
  left: auto;
  right: -12%;
}

.blur-gradient.hero-3-home-1 {
  max-width: 1000px;
  height: 950px;
  top: -26%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blur-gradient.hero-3-home-2 {
  width: 120%;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 28%;
}

.blur-gradient.home-3-benefits-1 {
  width: 70%;
  bottom: -2%;
  left: -14%;
}

.blur-gradient.pricing-1-hero-1 {
  width: 90%;
  top: -20%;
  bottom: auto;
  left: auto;
  right: -16%;
}

.blur-gradient.pricing-1-option-1 {
  width: 120%;
  top: 0%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.blur-gradient.pricing-1-option-2 {
  height: 800px;
  top: auto;
  bottom: -14%;
  left: auto;
  right: -28%;
}

.blur-gradient.pricing-1-stars-1 {
  top: auto;
  bottom: -21%;
  left: -45%;
  right: auto;
}

.blur-gradient.pricing-1-stars-2 {
  top: auto;
  bottom: -24%;
  left: auto;
  right: -34%;
}

.blur-gradient.pricing-1-faq {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -45%;
}

.blur-gradient.pricing-2-features-1 {
  width: 140%;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: -28%;
  right: auto;
}

.blur-gradient.priing-2-integration-1 {
  width: 70%;
  top: -48%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.blur-gradient.pricing-3-hero-1 {
  width: 120%;
  top: -17%;
  bottom: auto;
  left: auto;
  right: -51%;
}

.blur-gradient.pricing-3-testimonial-1 {
  top: -28%;
  bottom: auto;
  left: -51%;
  right: auto;
}

.blur-gradient.pricing-3-testimonial-2 {
  color: #ffe6e9;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -28%;
}

.blur-gradient.question-section-1 {
  width: 80%;
  top: auto;
  bottom: -29%;
  left: auto;
  right: -30%;
}

.blur-gradient.question-section-2 {
  width: 60%;
  top: 0%;
  bottom: auto;
  left: -28%;
  right: auto;
}

.blur-gradient.blog-1-hero-1 {
  width: 110%;
  bottom: 0%;
}

.blur-gradient.blog-1-hero-2 {
  width: 60%;
  top: auto;
  bottom: -18%;
  left: auto;
  right: -25%;
}

.blur-gradient.blog-1-tab-1 {
  width: 40%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blur-gradient.blog-2-slider-2 {
  width: 71%;
  top: auto;
  bottom: -33%;
  left: -23%;
  right: auto;
}

.blur-gradient.contact-us-hero-1 {
  width: 110%;
  top: -36%;
  bottom: auto;
  left: auto;
  right: -29%;
}

.blur-gradient.contact-us-hero-2 {
  width: 90%;
  top: 19%;
  bottom: auto;
  left: -33%;
  right: auto;
}

.blur-gradient.reach-1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  top: -21%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blur-gradient.login-section-1 {
  width: 110%;
  top: -39%;
  bottom: auto;
  left: auto;
  right: -38%;
}

.blur-gradient.login-section-2 {
  width: 90%;
  top: 20%;
  bottom: auto;
  left: -12%;
  right: auto;
}

.blur-gradient.login-section-3 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blur-gradient.sign-up-section-1 {
  top: -44%;
  bottom: auto;
  left: auto;
  right: -15%;
}

.blur-gradient.sign-up-section-2 {
  width: 70%;
  top: auto;
  bottom: -36%;
  left: -18%;
  right: auto;
}

.blur-gradient.sign-up-section-3 {
  top: -18%;
  bottom: auto;
  left: -22%;
  right: auto;
}

.blur-gradient.home-2-hero-3 {
  bottom: 32%;
  left: 31%;
}

.blur-gradient.usp-2 {
  width: 140%;
  top: -14%;
  bottom: auto;
  left: 23%;
  right: auto;
}

.blur-gradient.blog-3-hero-1 {
  width: 90%;
  top: 11%;
  bottom: auto;
  left: auto;
  right: -24%;
}

.blur-gradient.blog-3-hero-2 {
  top: -52%;
  bottom: auto;
  left: -25%;
  right: auto;
}

.blur-gradient.presentation-hero-2 {
  width: 80%;
  top: -7%;
  bottom: auto;
  left: -17%;
  right: auto;
}

.blur-gradient.presentation-pricing-1 {
  width: 70%;
  top: auto;
  bottom: -16%;
  left: -18%;
  right: auto;
}

.blur-gradient.presentation-pricing-2 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blur-gradient.presentation-pricing-3 {
  width: 70%;
  top: auto;
  bottom: -17%;
  left: auto;
  right: -22%;
}

.blur-gradient.solution-slider {
  background-color: rgba(249, 225, 255, .7);
  width: 70%;
  left: -2%;
}

.blur-gradient.home-hero-pink {
  width: 80%;
  top: -35%;
  bottom: auto;
  left: auto;
  right: -25%;
}

.blur-gradient.first-question-yellow {
  height: 760px;
  top: -19%;
  bottom: 0%;
  left: auto;
  right: -34%;
}

.blur-gradient.home-hero-yellow {
  top: 0%;
  bottom: -89%;
  left: auto;
  right: 0%;
}

.blur-gradient.first-question-blue {
  width: 140%;
  top: -67%;
  bottom: auto;
  left: auto;
  right: -32%;
}

.blur-gradient.first-question-pink {
  width: 140%;
  top: auto;
  bottom: -85%;
  left: -71%;
  right: auto;
}

.blur-gradient.second-question-pink {
  width: 140%;
  top: auto;
  bottom: -52%;
  left: auto;
  right: -46%;
}

.blur-gradient.second-question-blue {
  width: 130%;
  top: -45%;
  bottom: auto;
  left: -26%;
  right: auto;
}

.blur-gradient.thrid-question-purple {
  width: 150%;
  top: -45%;
  bottom: auto;
  left: auto;
  right: -36%;
}

.blur-gradient.thrid-question-pink {
  width: 130%;
  top: auto;
  bottom: -26%;
  left: -36%;
  right: auto;
}

.blur-gradient.tabs-section-pink {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -52%;
}

.blur-gradient.tabs-section-blue {
  top: 0%;
  bottom: 0%;
  left: -61%;
  right: auto;
}

.blur-gradient.home-hero-blue {
  width: 90%;
}

.blur-gradient.fix-problem-pink {
  width: 170%;
  bottom: 2%;
  left: -31%;
}

.blur-gradient.pricing-2-hero-pink {
  width: 110%;
  top: 0%;
  bottom: auto;
  left: -40%;
  right: auto;
}

.blur-gradient.open-postion-gradient {
  width: 40%;
  height: 470px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blur-gradient.review-hero-blur-gradient {
  top: auto;
  bottom: -19%;
  left: auto;
  right: -39%;
}

.blur-gradient.case-study-template-blur {
  bottom: -5%;
  left: -60%;
}

.blur-gradient.more-integration-blur {
  top: -40%;
  bottom: auto;
  left: auto;
  right: -15%;
}

.blur-gradient.checkout-1 {
  top: -13%;
  bottom: auto;
  left: 33%;
  right: auto;
}

.blur-gradient.checkout-2 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.main-wrapper {
  overflow: hidden;
}

.main-wrapper.overflow-on {
  overflow: visible;
}

.forgot-password-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.reset-your-password-text-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.reset-your-password-text {
  font-size: 16px;
  line-height: 28px;
}

.h1-48-px {
  font-size: 48px;
  line-height: 64px;
}

.tabs-heading-text {
  font-weight: 700;
}

.blog-3-hero-section {
  position: relative;
}

.blog-3-heading-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

.blog-3-hero-text-wrapper {
  text-align: center;
  max-width: 550px;
}

.blog-3-featured-heading {
  margin-bottom: 50px;
}

.blog-3-featured-inside-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.blog-3-featured-left {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-3-featured-image-wrapper {
  border-radius: 8px;
  width: 100%;
  max-width: 580px;
  height: 220px;
  margin-bottom: 28px;
  overflow: hidden;
}

.blog-3-featured-image-wrapper.main {
  height: 450px;
}

.blog-3-featured-tag {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 30px;
  margin-bottom: 16px;
  padding: 3px 22px;
  display: flex;
}

.blog-3-featured-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
}

.blog-3-featured-right-item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-3-featured-collection-list-wrapper {
  width: 100%;
}

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

.blog-3-latest-heading {
  margin-bottom: 50px;
}

.blog-3-latest-inside-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.blog-3-featured-item-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.presentation-hero-section {
  width: 100%;
  position: relative;
  overflow: visible;
}

.presentation-heading-wrapper {
  text-align: center;
  max-width: 880px;
  margin-bottom: 40px;
}

.presentation-main-image {
  z-index: 100;
  position: relative;
  overflow: hidden;
}

.presentation-home-pages-section {
  overflow: hidden;
}

.presentation-home-heading-wrapper {
  max-width: 475px;
  margin-bottom: 80px;
}

.presentation-grid-right {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.presentation-grid-image {
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 28px 28px 80px rgba(154, 156, 163, .16);
}

.presentation-grid-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  transition: transform .2s;
  display: flex;
}

.presentation-grid-item:hover {
  transform: translate(0, -15px);
}

.presentation-grid-item.last {
  margin-bottom: 0;
}

.presentation-stats {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.presentation-stats-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.presentation-stats-number {
  color: var(--midnight-blue);
  margin-bottom: 30px;
  font-size: 68px;
  font-weight: 700;
  line-height: 100%;
}

.presentation-pricing-section {
  position: relative;
}

.presentation-pricing-heading-wrapper {
  text-align: center;
  max-width: 800px;
  margin-bottom: 24px;
}

.presentation-pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 95px;
  display: grid;
}

.presentation-pricing-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.presentation-pricing-item:hover {
  transform: translate(0, -15px);
}

.error-message {
  color: red;
  text-align: center;
  background-color: #ffdbdb;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 15px;
  line-height: 22px;
}

.home-3-left-arrow {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: -20%;
  right: auto;
}

.home-3-right-arrow {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .71) 29%, rgba(255, 255, 255, .86) 53%, #fff 91%);
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -17%;
}

.blog-3-featured-main-heading {
  font-weight: 700;
}

.blog-3-latest-left-item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-3-benefits-section {
  position: relative;
  overflow: visible;
}

.home-3-benefits-image {
  width: 43%;
  max-width: 610px;
}

.home-3-benefits-right {
  width: 53%;
  max-width: 580px;
  height: auto;
}

.home-3-benefit-pointers {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.home-3-benefit-item {
  height: auto;
}

.home-3-benefit-icon-and-text {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-3-benefits-icon {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  overflow: hidden;
}

.wave-cover-right {
  z-index: 201;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wave-cover-left {
  z-index: 201;
  background-color: #fff;
  position: absolute;
  top: -1%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-1-tab-text {
  font-size: 18px;
}

.pricing-1-hero-text-span, .pricing-2-text-span, .pricing-3-text-span {
  display: inline-block;
}

.blog-1-animation-div, .blog-2-animation-div {
  z-index: 100;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-3-text-span, .contact-us-text-span {
  display: inline-block;
}

.presentation-text-span {
  line-height: 72px;
  display: inline-block;
}

.blog-post-animation-div {
  z-index: 100;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-3-tutorial-image-wrapper {
  border-radius: 8px;
  height: 220px;
  margin-bottom: 25px;
  overflow: hidden;
}

.blog-3-tutorial-tag {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 30px;
  margin-bottom: 16px;
  padding: 3px 22px;
  display: flex;
}

.blog-3-tutorial-item-heading {
  font-weight: 700;
}

.blog-3-tutorial-item-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-3-tutorial-collection-list {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.blog-3-tutorial-collection-list-wrapper {
  width: 100%;
}

.blog-3-tutorial-collection-item {
  width: 31%;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-full {
  z-index: 9;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navigation-left {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.brand {
  flex: none;
  width: 163px;
  margin-right: 45px;
}

.dropdown-toggle {
  color: var(--midnight-blue);
  padding-left: 12px;
  padding-right: 40px;
  font-size: 16px;
  transition: all .2s;
}

.dropdown-list {
  background-color: #fff;
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.dropdown-list-full-width {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 100px rgba(0, 0, 0, .05);
}

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

.navigation-drop-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid var(--ghost-white);
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: grid;
}

.navigation-drop-wrapper._3-rows {
  border-right-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.navigation-drop-wrapper._3-rows.no-top-padding {
  padding-top: 0;
}

.navigation-column {
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.navigation-link-block {
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
  transition: background-color .2s;
  display: flex;
}

.navigation-link-block:hover {
  background-color: rgba(131, 106, 228, .1);
  border-radius: 8px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-left: 0;
  display: flex;
}

.nav-title {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.navlink-detail {
  color: var(--light-slate-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.shadow {
  filter: blur(100px);
  background-color: rgba(33, 111, 237, .1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.wave-cover-home-hero {
  z-index: 110;
  opacity: 1;
  transform-origin: 0%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-2-slider-image {
  border-radius: 10px;
  height: 100%;
}

.review-image {
  object-fit: contain;
  object-position: 0% 50%;
}

.home-3-benefits-point {
  color: var(--midnight-blue);
  width: 90%;
  margin-top: 9px;
  line-height: 28px;
}

.pricing-3-testimonial-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.empty-state {
  color: var(--midnight-blue);
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 1px 100px rgba(0, 0, 0, .05);
}

.career-hero-paragraph {
  width: 70%;
  max-width: 560px;
  margin-top: 40px;
}

.slider-nav-hide {
  display: none;
}

.career-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.career-info-slider-left-arrow {
  width: 70%;
  height: 100%;
  margin-left: -10%;
  display: block;
}

.career-info-slider-right-arrow {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .71) 29%, rgba(255, 255, 255, .86) 59%, #fff 91%);
  width: 60%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -17%;
}

.career-info-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.career-info-slider-mask {
  width: 620px;
  height: auto;
  overflow: visible;
}

.career-info-slide {
  width: 100%;
  height: auto;
  margin-right: 80px;
}

.career-info-slide-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.carrer-info-slide-para-wrapper {
  max-width: 640px;
  margin-top: 40px;
}

.h2-96px {
  font-size: 96px;
  line-height: 90px;
}

.open-postion-section {
  position: relative;
}

.open-postion-heading-container {
  margin-bottom: 60px;
}

.career-tab {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.carrer-tab-menu {
  background-color: #fff;
  border-radius: 32px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  box-shadow: 8px 9px 31px rgba(140, 150, 157, .16);
}

.career-tab-link {
  color: #8181ac;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 16px 25px;
  display: flex;
}

.career-tab-link.w--current {
  color: #fff;
  text-align: center;
  background-color: #216fed;
}

.career-tab-text {
  font-size: 18px;
}

.open-postion-tab-content {
  width: 100%;
  padding-top: 60px;
  overflow: visible;
}

.open-postion-tab {
  overflow: visible;
}

.career-collection-list-wrapper {
  flex-direction: column;
  display: flex;
}

.career-collection-item {
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.career-item {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 8px 8px 80px rgba(220, 221, 243, .32);
}

.career-item:hover {
  box-shadow: 8px 8px 80px rgba(220, 221, 243, .6);
}

.career-post-info-wrapper {
  align-items: center;
  display: flex;
}

.career-post-icon-container {
  border-radius: 50%;
  flex: none;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  box-shadow: 6px 6px 20px rgba(131, 106, 228, .3);
}

.career-post-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.career-post-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.career-info-text {
  color: var(--light-slate-grey);
  align-items: center;
  font-size: 16px;
  display: flex;
}

.dot {
  background-color: var(--light-slate-grey);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.career-arrow-icon {
  width: 20px;
  height: 12px;
}

.position-info-title-wrapper {
  margin-top: 20px;
  margin-bottom: 60px;
}

.terms-hero-head-container {
  margin-bottom: 80px;
}

.terms-info-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.downloads-hero-section {
  position: relative;
}

.downloads-para-container {
  width: 70%;
  margin-top: 24px;
}

.downloads-block {
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.downloads-icon-block {
  z-index: 40;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  padding: 60px 5%;
  display: flex;
  box-shadow: 0 16px 30px rgba(220, 221, 243, .25);
}

.downloads-icon-container {
  flex: none;
  width: 64px;
  height: 64px;
}

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

.demo-hero-section {
  position: relative;
}

.demo-hero-text-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 480px;
  margin-right: 2%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.demo-hero-icon-container {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(131, 106, 228, .3);
}

.demo-hero-icon {
  width: 100%;
  height: 100%;
}

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

.demo-hero-form-container {
  background-color: #fff;
  border-radius: 12px;
  width: 50%;
  max-width: 480px;
  padding: 48px 40px;
  box-shadow: 11px 11px 30px rgba(207, 205, 221, .16);
}

.book-demo-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.demo-testimonial-section {
  z-index: 100;
  position: relative;
}

.reviews-hero-section {
  position: relative;
}

.review-hero-text-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 560px;
  display: flex;
}

.review-hero-icon-container {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}

.review-hero-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.review-hero-heading-wrapper {
  max-width: 480px;
  margin-bottom: 24px;
}

.h1-38px {
  font-size: 38px;
}

.h1-38px.case-study-brief {
  line-height: 54px;
}

.review-hero-image-wrapper {
  width: 48%;
  max-width: 500px;
  height: 600px;
  position: relative;
}

.review-hero-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.review-hero-floating-image-1 {
  background-color: #49a847;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.review-floating-image-2 {
  background-color: #216fed;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.review-floating-image-3 {
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.review-logo-heading-wrapper {
  z-index: 100;
  text-align: center;
  width: 85%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-14px {
  font-size: 14px;
  line-height: 20px;
}

.review-collection-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.review-item {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 40px;
  box-shadow: 11px 11px 30px rgba(220, 221, 243, .4);
}

.review-content-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-icon-container {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

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

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

.reviwer-info-wrapper {
  align-items: center;
  display: flex;
}

.reviwer-image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.reviewer-image-wrapper {
  flex: none;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.reviewer-name {
  color: var(--midnight-blue);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.review {
  color: var(--midnight-blue);
  font-size: 20px;
}

.review-split-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.case-study-hero-text-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.case-study-hero-head-wrapper {
  margin-bottom: 24px;
}

.case-study-para-wrapper {
  width: 70%;
}

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

.case-study-list.more-case-study-grid {
  grid-template-rows: auto;
}

.case-study-content-wrapper {
  flex-direction: column;
  transition: margin .3s, opacity .3s;
  display: flex;
}

.case-study-content-wrapper:hover {
  opacity: .8;
  margin-top: -10px;
}

.case-study-person-image {
  width: 100%;
  height: 100%;
}

.case-study-image-container {
  margin-bottom: 40px;
  overflow: hidden;
}

.case-study-heading-container {
  color: var(--midnight-blue);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.case-study-topic {
  margin-bottom: 24px;
}

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

.read-more {
  color: var(--royal-blue-2);
  margin-right: 10px;
}

.read-more-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.case-study-hero-text-split {
  width: 50%;
  max-width: 520px;
}

.case-study-heading-wrapper {
  margin-bottom: 20px;
}

.case-study-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.case-study-hero-image-wrapper {
  width: 48%;
  max-width: 550px;
  height: 466px;
}

.case-study-author-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.more-case-study-container {
  width: 100%;
}

.more-case-study-head-wrapper {
  margin-bottom: 60px;
}

.intergration-heading-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

.intergration-text-wrapper {
  text-align: center;
  max-width: 550px;
}

.integration-wrapper {
  width: 100%;
}

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

.integration-link-block {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 368px;
  height: 100%;
  padding: 40px 10%;
  display: flex;
  box-shadow: 11px 11px 30px rgba(220, 221, 243, .25);
}

.integration-item-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.integration-icon-container {
  width: 56px;
  height: 56px;
}

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

.integration-item-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.integration-detail-icon-container {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.integration-detail-head-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.integration-detail-para-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

.more-integration-section {
  position: relative;
  overflow: hidden;
}

.more-integration-head-wrapper {
  margin-bottom: 60px;
}

.horizontal-track-wrapper {
  z-index: 32;
  align-items: center;
  width: 400vw;
  margin-top: 60px;
  padding-left: 120px;
  position: relative;
}

.horizontal-track-item {
  border-radius: 12px;
  width: 100%;
  max-width: 560px;
  height: 100%;
  max-height: 420px;
  margin-right: 40px;
  overflow: hidden;
}

.horizontal-track-wrapper-inner {
  align-items: center;
  display: flex;
}

.about-hero-section {
  position: relative;
}

.about-hero-heading-wrapper {
  max-width: 960px;
}

.about-hero-paragraph-wrapper {
  max-width: 560px;
  margin-top: 24px;
}

.about-hero-text-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.about-hero-video-wrapper {
  width: 100%;
}

.about-hero-lightbox {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.what-we-do-heading-wrapper {
  width: 45%;
  max-width: 480px;
}

.what-we-do-para-wrapper {
  width: 50%;
  max-width: 600px;
}

.what-we-do-text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-stats-wrapper {
  width: 100%;
  margin-top: 50px;
}

.teams-heading-wrapper {
  text-align: center;
  margin-bottom: 80px;
}

.teams-grid-container {
  width: 100%;
}

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

.teams-grid-item {
  width: 100%;
  height: 100%;
  max-height: 360px;
}

.teams-image-container {
  border-radius: 8px;
  width: 100%;
  height: 270px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-member-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-member-social-link {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 10%;
  right: auto;
}

.team-social-icon {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  position: relative;
}

.team-social-icon:hover {
  opacity: 0;
}

.team-social-icon.team-social-on-hover {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-job-container {
  width: 100%;
}

.about-job-heading-wrapper {
  margin-bottom: 60px;
}

.about-job-button-container {
  margin-top: 60px;
}

.image-container {
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.image-container.product-hero {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  max-width: 600px;
}

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

.product-name-wrap {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.add-to-cart-button {
  color: var(--light-slate-grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  width: auto;
  margin-top: 15px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
}

.add-to-cart-button:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.product-name {
  margin-bottom: 8px;
  margin-right: 10px;
}

.wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.wrapper-1200px.product-hero {
  z-index: 70;
  width: 85%;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.wrapper-1200px.checkout {
  align-items: flex-start;
  padding-top: 60px;
}

.product-details {
  margin-top: 20px;
  font-size: 18px;
}

.product-hero-section {
  position: relative;
}

.add-to-cart {
  width: 100%;
  margin-top: 30px;
}

.text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.text-container.product-hero {
  width: 45%;
  max-width: 500px;
}

.product-box-wrap {
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(129, 129, 172, .16);
}

.about-product {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.buy-now-button {
  background-color: var(--royal-blue-2);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .3s;
  display: flex;
}

.buy-now-button:hover {
  background-color: var(--midnight-blue);
}

.quantity {
  background-color: #f1f2f6;
  border-style: none;
  width: 100px;
  height: 40px;
  margin-bottom: 20px;
  display: none;
}

.button-2 {
  color: #fff;
  background-color: #4543e8;
  border-radius: 1000px;
  padding: 20px 30px;
}

.wrapper-100 {
  width: 100%;
}

.wrapper-100.product-hero {
  background-color: #fff;
  position: relative;
}

.overflow-hidden {
  margin-bottom: 0;
  overflow: hidden;
}

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

.country {
  background-color: #f1f2f6;
  border-color: #f1f2f6;
  height: 40px;
}

.payment-info {
  border-radius: 0;
  overflow: hidden;
}

.checkout-text-field {
  background-color: #f1f2f6;
  border-color: #f1f2f6;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-form {
  z-index: 200;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.customer-info, .billing-address, .order-items, .shipping-address {
  border-radius: 0;
  overflow: hidden;
}

.shipping-method {
  border-bottom-color: #f1f2f6;
  border-radius: 0;
  overflow: hidden;
}

.checkout-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.block-header {
  border-color: #f1f2f6;
  padding-top: 30px;
  padding-bottom: 30px;
}

.order-summary, .shipping-method-div {
  border-radius: 0;
  overflow: hidden;
}

.checkout-labels {
  font-weight: 400;
}

.block-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.web-payments {
  display: block;
}

.colour-background {
  position: relative;
}

.order-confirmation, .paypal-checkout-form {
  padding: 0;
}

.pricing-tab-list {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.pricing-tab-item {
  width: 100%;
}

.pricing-tab-rich-text h4 {
  color: var(--light-slate-grey);
  background-image: url('../images/Vector-2.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.pricing-tab-rich-text h5 {
  color: var(--white);
  background-image: url('../images/Vector_1.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 16px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.plans-rich-text h4 {
  background-image: url('../images/Vector_2.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.plans-rich-text h5 {
  background-image: url('../images/Vector_2.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.select-field {
  border: 1px none var(--medium-slate-blue);
  background-color: #f6f6fa;
  border-radius: 100px;
  height: 55px;
  padding: 10px;
}

.field-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.plan-detail-title {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.cart-button-wrap {
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.plan-price {
  color: var(--midnight-blue);
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.plan-cart-container {
  border-radius: 10px;
  max-width: 550px;
}

.cart-quantity-3 {
  background-color: var(--ghost-white);
  border-color: rgba(33, 111, 237, .15);
}

.remove-button-2 {
  font-size: 16px;
  line-height: 20px;
}

.cart-plan-name, .price-total {
  color: var(--midnight-blue);
}

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

.nav-cart-button {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 400;
}

.cart-quantity-4 {
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
}

.plan-price-text {
  margin-right: 3px;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}

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

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

.cart-wrapper.mobile {
  display: none;
}

.cart-image {
  border-radius: 100px;
  width: 70px;
  margin-bottom: 30px;
  box-shadow: 9px 5px 30px rgba(131, 106, 228, .2);
}

.center-heading {
  text-align: center;
  margin-bottom: 30px;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  max-width: 850px;
  display: grid;
}

.transparent-text {
  color: rgba(0, 0, 0, 0);
}

.footer-links-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 50%;
  max-width: 460px;
  display: grid;
}

.empty-cart-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-cart-icon {
  border-radius: 100px;
  width: 80px;
  margin-bottom: 20px;
  box-shadow: 7px 7px 30px rgba(131, 106, 228, .2);
}

.empty-cart-text {
  color: var(--midnight-blue);
  font-size: 20px;
  font-weight: 500;
}

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

.navigation-link-icon {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}

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

.more-templates-link {
  color: var(--midnight-blue);
  width: 40%;
  max-width: none;
  padding: 20px;
}

.more-templates-link:hover {
  background-color: rgba(131, 106, 228, .1);
}

.more-templates-link.pricing {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
}

.more-templates-link.pricing:hover {
  background-color: rgba(0, 0, 0, 0);
}

.more-templates-link-button {
  color: var(--royal-blue-2);
}

.more-templates-link-image {
  margin-bottom: 20px;
}

.more-pages-links {
  color: var(--light-slate-grey);
  background-image: url('../images/arrow-left-line-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.more-pages-links:hover {
  padding-right: 35px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  color: #9076f4;
}

.text-span-5 {
  color: var(--medium-slate-blue);
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--midnight-blue);
}

.text-span-12 {
  color: #9076f4;
}

.link {
  color: var(--midnight-blue);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.text-span-13, .text-span-14 {
  color: var(--medium-slate-blue);
}

@media screen and (min-width: 1280px) {
  .wrapper.pricing-1-hero-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .wrapper.hero-1-wrapper {
    z-index: 100;
  }

  .hero-image-wrapper {
    z-index: 130;
    position: relative;
  }

  .hero-image-wrapper.home-3-image {
    position: relative;
  }

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

  .first-question-image-1 {
    max-width: 470px;
  }

  .first-question-image-2 {
    box-shadow: -28px 28px 40px 20px var(--royal-blue);
  }

  .tabs {
    background-color: #fff;
    padding-top: 12px;
  }

  .tab-link {
    width: 90%;
  }

  .tabs-content {
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tabs-image-wrapper, .tabs-text-wrapper {
    width: 47%;
  }

  .tabs-paragraph-wrapper {
    margin-top: 25px;
  }

  .cta-section {
    position: relative;
  }

  .wave-image.hero {
    z-index: 30;
    margin-right: -5px;
    bottom: 7%;
  }

  .wave-image.cta {
    top: -5%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-floating-image-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .hero-floating-image-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    display: flex;
  }

  .hero-floating-image-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-floating-image-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    display: flex;
  }

  .pricing-1-hero-row {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e5e5e5;
  }

  .blog-1-follow-us-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .follow-us-social-icons-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .blog-1-tab {
    padding-top: 12px;
  }

  .blog-2-slider {
    position: relative;
  }

  .blog-2-slide-left-arrow-wrapper {
    top: 40%;
    left: -7%;
  }

  .blog-2-slide-right-arrow-wrapper {
    top: 40%;
    bottom: auto;
    left: auto;
    right: -7%;
    box-shadow: -8px 15px 35px rgba(152, 148, 172, .25);
  }

  .pricing-3-tabs {
    padding-top: 12px;
  }

  .pricing-2-hero-section {
    position: relative;
  }

  .home-2-cause-slide-nav {
    bottom: 3%;
  }

  .blur-gradient.home-2-hero-1 {
    bottom: 8%;
  }

  .blur-gradient.home-2-hero-2 {
    left: 222px;
  }

  .blur-gradient.home-2-hero-3 {
    top: -51%;
    bottom: auto;
    left: auto;
    right: -33%;
  }

  .blur-gradient.fix-problem-pink {
    bottom: -7%;
    left: -46%;
  }

  .presentation-main-image {
    position: relative;
    overflow: hidden;
  }

  .pricing-3-text-span, .presentation-text-span {
    display: inline-block;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper.reach-wrapper {
    padding-bottom: 150px;
  }

  .wrapper.integration-main-wrapper {
    padding-top: 0;
  }

  .first-question-section {
    overflow: visible;
  }

  .section-content.first-question, .first-question-image-1 {
    z-index: 100;
    position: relative;
  }

  .first-question-image-2 {
    z-index: 101;
    box-shadow: 7px 19px 60px 20px var(--royal-blue);
  }

  .first-question-image-3 {
    z-index: 100;
  }

  .text-block._12-px {
    font-size: 14px;
  }

  .text-block._14-px.case-study-subtext {
    text-transform: uppercase;
    line-height: 32px;
  }

  .email-form-text-field {
    background-position: 6%;
  }

  .wave-image.hero {
    bottom: 2%;
  }

  .wave-image.cta {
    top: -15%;
  }

  .review-image-wrapper {
    height: 50px;
    display: flex;
  }

  .home-3-main-heading-wrapper {
    max-width: 560px;
  }

  .pricing-1-hero-row-text, .pricing-1-hero-row-text.margin-right, .pricing-1-hero-row-text.activity-text {
    font-size: 18px;
  }

  .collection-list {
    grid-column-gap: 30px;
  }

  .home-2-cause-slide-nav {
    bottom: 5%;
  }

  .wave-cover-left {
    top: -1%;
  }

  .review-image {
    object-fit: contain;
    object-position: 0% 50%;
    width: 100%;
    height: 100%;
  }

  .book-demo-form {
    flex-direction: column;
    align-items: center;
  }

  .integration-hero-section {
    position: relative;
  }

  .more-templates-link {
    max-width: 440px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper.testimonial-wrapper {
    padding-bottom: 150px;
  }

  .wrapper.problem-heading-and-text-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.pricing-1-stars-main-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
  }

  .hero-buttons-container, .cta-buttons-container {
    justify-content: flex-start;
  }

  .email-form-text-field {
    background-position: 6%;
  }

  .wave-image.hero {
    bottom: -6%;
  }

  .wave-image.cta {
    top: -20%;
  }

  .usp-pointers-wrapper {
    max-width: 400px;
  }

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

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

@media screen and (max-width: 991px) {
  h5 {
    font-size: 22px;
    line-height: 35px;
  }

  .wrapper {
    flex-direction: column;
  }

  .wrapper.home-2-problem {
    padding-bottom: 0;
  }

  .wrapper.third-question {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper.results-heading {
    padding-top: 110px;
  }

  .wrapper.benefits-heading {
    max-width: 650px;
  }

  .wrapper.tabs-heading {
    padding-top: 100px;
  }

  .wrapper.benefits-card-wrapper {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    width: 50%;
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .wrapper.first-question {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .wrapper.second-question {
    z-index: 120;
    flex-direction: column-reverse;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .wrapper.tabs-wrapper {
    padding-bottom: 110px;
  }

  .wrapper.results {
    flex-direction: column-reverse;
  }

  .wrapper.cta-wrapper {
    flex-direction: column-reverse;
    padding-top: 160px;
    padding-bottom: 110px;
  }

  .wrapper.lightbox-wrapper {
    padding-top: 110px;
  }

  .wrapper.home-2-logos {
    grid-column-gap: 60px;
    flex-direction: row;
  }

  .wrapper.fix-problem-heading-wrapper {
    z-index: 120;
    padding-bottom: 40px;
  }

  .wrapper.fix-problem {
    padding-bottom: 110px;
  }

  .wrapper.usp-wrapper {
    flex-direction: column-reverse;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .wrapper.testimonial-wrapper {
    padding-top: 110px;
  }

  .wrapper.home-2-benefits {
    padding-bottom: 140px;
  }

  .wrapper.home-2-email-wrapper {
    max-width: 600px;
    padding-top: 140px;
  }

  .wrapper.reviews-wrapper {
    grid-column-gap: 50px;
  }

  .wrapper.problem-heading-and-text-wrapper {
    max-width: 730px;
  }

  .wrapper.pricing-1-options-wrapper {
    width: 90%;
  }

  .wrapper.pricing-1-stars-main-wrapper {
    align-items: center;
    padding-bottom: 110px;
  }

  .wrapper.price-integrations-heading-and-text-wrapper {
    padding-top: 110px;
  }

  .wrapper.pricing-1-faq-main-wrapper {
    padding-bottom: 110px;
  }

  .wrapper.hero-1-wrapper {
    align-items: flex-start;
    max-width: 650px;
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .wrapper.pricing-3-testimonial-heading {
    padding-top: 100px;
  }

  .wrapper.pricing-3-testimonial-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 60%;
    margin-top: 60px;
  }

  .wrapper.pricing-2-features, .wrapper.pricing-2-integration, .wrapper.pricing-2-cta-wrapper {
    flex-direction: column-reverse;
  }

  .wrapper.pricing-2-faq-wrapper {
    padding-bottom: 110px;
  }

  .wrapper.recent-blogs-wrapper {
    flex-direction: column-reverse;
  }

  .wrapper.recent-blogs-heading-wrapper {
    flex-direction: row;
  }

  .wrapper.related-blogs-heading-wrapper, .wrapper.related-blogs {
    padding-top: 0;
  }

  .wrapper.problem-cards-wrapper {
    justify-content: center;
    width: 60%;
    margin-top: 70px;
    display: flex;
  }

  .wrapper.home-problem {
    max-width: 650px;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .wrapper.license.down {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .wrapper.contact-us-hero-wrapper {
    align-items: center;
  }

  .wrapper.login {
    padding-top: 40px;
  }

  .wrapper.presentation-home-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .wrapper.presentation-pricing-wrapper {
    max-width: 600px;
    padding-bottom: 0;
  }

  .wrapper.cause-slider-wrapper {
    z-index: 130;
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .wrapper.instruction-heading-wrapper {
    flex-direction: row;
  }

  .wrapper.pricing-2-logos {
    grid-column-gap: 60px;
    flex-direction: row;
  }

  .wrapper.navigation-wrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    position: static;
  }

  .wrapper.career-info-wrapper {
    padding-top: 0;
  }

  .wrapper.position-wrapper {
    padding-bottom: 0;
  }

  .wrapper.downloads-block-wrapper {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.review-logos-wrapper {
    grid-column-gap: 60px;
  }

  .wrapper.review-wrapper, .wrapper.case-study-wrapper {
    padding-top: 0;
  }

  .hero-image-wrapper {
    width: 80%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-wrapper.home-3-image {
    width: 80%;
    max-width: 522.234px;
  }

  .hero-section {
    background-position: 50%;
  }

  .hero-text-content {
    width: 90%;
    max-width: 650px;
  }

  .first-question-section {
    background-image: none;
    position: relative;
  }

  .section-image {
    justify-content: center;
    width: 70%;
  }

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

  .section-image.margin-bottom.integration {
    width: 60%;
  }

  .section-image.margin-bottom.first-question-image {
    width: 90%;
    margin-left: 0;
  }

  .section-image.cta {
    justify-content: center;
  }

  .section-image.cta.cta-margin-bottom {
    width: 80%;
    margin-bottom: 80px;
  }

  .section-image.margin-bottom-30px {
    width: 90%;
    margin-bottom: 30px;
  }

  .section-image.third-question-image {
    width: 90%;
    margin-bottom: -50px;
  }

  .section-content, .section-content.fix-problem, .section-content.usp, .section-content.first-question {
    width: 80%;
  }

  .section-content.third-question {
    width: 80%;
    margin-top: 40px;
  }

  .section-content.pricing-2-integration, .section-content.lightbox-content {
    width: 80%;
  }

  .button.navbar-button {
    max-width: none;
    margin-top: 0;
    margin-left: 0%;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .button.nav-mobile {
    width: 160px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 16px;
    display: block;
  }

  .hero-paragraph-wrapper {
    max-width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .second-question-paragraph-wrapper {
    max-width: none;
  }

  .tab-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .tabs-icon-wrapper {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tab-pane {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs-content {
    flex-direction: column;
  }

  .tabs-image-wrapper {
    width: 75%;
    margin-bottom: 40px;
  }

  .tabs-text-wrapper {
    width: 90%;
  }

  .text-block._18px.dark-blue {
    font-size: 16px;
    line-height: 28px;
  }

  .text-block._14-px.light-grey {
    margin-top: 0;
  }

  .text-block._38px.pricing-3-tab-inside-text {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block._24-px.picing-3-tab-inside-text {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block.footer {
    width: 100%;
    margin-bottom: 20px;
  }

  .cta-content {
    width: 80%;
    max-width: 610px;
  }

  .cta-paragraph-wrapper {
    max-width: 100%;
  }

  .lightbox-container {
    width: 90%;
    margin-bottom: 60px;
  }

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

  .email-form-text-field {
    padding-left: 60px;
  }

  .email-form-block, .email-form-block.home-3-email {
    width: 90%;
  }

  .footer-logo-and-text-container {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-emal {
    margin-top: 30px;
  }

  .footer-social-icons-wrapper {
    width: 40%;
    margin-top: 20px;
  }

  .footer-column {
    margin-bottom: 40px;
    margin-right: 30px;
  }

  .footer-links-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-copyright-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .wave-image.hero {
    bottom: 26%;
  }

  .wave-image.second-question {
    width: 70%;
    height: 700px;
    top: -4%;
    right: 0;
  }

  .wave-image.fix-problem {
    width: 90%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .wave-image.usp {
    width: 70%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .wave-image.home-3-benefits {
    width: 90%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .home-2-hero-paragraph {
    width: 70%;
  }

  .home-2-hero-features {
    width: 70%;
    max-width: 450px;
  }

  .fix-problem-pointer {
    justify-content: flex-start;
  }

  .fix-problem-wrapper {
    margin-right: 20px;
  }

  .usp-paragraph-wrapper {
    max-width: none;
  }

  .testimonial-mask {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-2-benefits-card-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .home-2-benefits-heading-wrapper {
    text-align: left;
  }

  .home-2-benefits-content {
    max-width: 70%;
  }

  .home-2-benefits-text-wrapper {
    text-align: left;
  }

  .hero-floating-image-1 {
    left: 12%;
  }

  .hero-floating-image-2 {
    right: -2%;
  }

  .hero-floating-image-4 {
    right: 7%;
  }

  .stars-image-wrapper {
    width: 70%;
  }

  .h1-72-px {
    font-size: 68px;
  }

  .home-3-main-heading-wrapper {
    width: 100%;
    max-width: none;
  }

  .h2-54-px {
    line-height: 68px;
  }

  .home-3-paragraph-wrapper {
    max-width: 85%;
  }

  .case-study-logo-grid {
    grid-column-gap: 60px;
  }

  .case-study-item-wrapper {
    width: 47%;
  }

  .email-main-div-wrapper {
    flex-direction: column-reverse;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-3-email-content {
    width: 90%;
    margin-top: 50px;
  }

  .home-3-email-image-wrapper {
    width: 90%;
    max-width: 500px;
    margin-bottom: -100px;
  }

  .pricing-1-hero-text-wrapper {
    width: 80%;
  }

  .pricing-1-hero-row-heading-text {
    font-size: 16px;
  }

  .pricing-1-hero-row-text {
    font-size: 16px;
    line-height: 28px;
  }

  .pricing-1-options-heading-wrapper {
    text-align: center;
  }

  .pricing-1-tabs {
    align-items: center;
  }

  .pricing-tabs-menu.pricing-3-compare-tabs-menu {
    margin-right: 56px;
  }

  .pricing-1-stars-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .pricing-1-case-wrapper {
    flex-direction: column-reverse;
    width: 70%;
  }

  .pricing-1-case-study-icon-and-link-wrapper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-1-case-study-box {
    width: 100%;
  }

  .pricing-1-faq-item {
    padding-bottom: 15px;
  }

  .pricing-1-faq-icon-wrapper {
    margin-top: 5px;
  }

  .pricing-1-faq-answer {
    margin-top: 15px;
  }

  .pricing-cta-left-wrapper {
    width: 100%;
  }

  .pricing-cta-subtext-wrapper {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .pricing-cta-pointers-container {
    width: 100%;
    margin-top: 40px;
  }

  .cta-image-3 {
    top: -19%;
  }

  .cta-image-4 {
    bottom: -22%;
  }

  .pricing-1-tab-discount-image {
    bottom: -98%;
  }

  .inside-tab {
    align-items: stretch;
  }

  .pricing-3-inside-tab-link {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-3-inside-tab-link-checkmark {
    margin-top: 6px;
  }

  .pricing-3-name-and-for-wrapper {
    margin-bottom: 20px;
  }

  .inside-tab-item-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-3-testimonial-card-wrapper {
    width: 100%;
  }

  .question-section-floating-div.pricing-3-image-1 {
    top: 5%;
  }

  .pricing-2-features-paragraph-wrapper {
    width: 100%;
  }

  .pricing-2-cta-image-wrapper {
    margin-bottom: 40px;
  }

  .pricing-2-faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-1-featured-main-wrapper {
    align-items: center;
  }

  .blog-main-content-card {
    margin-top: -80px;
  }

  .blog-1-main-collection-list-wrapper {
    width: 100%;
  }

  .blog-1-featured-and-social-wrapper {
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .blog-1-featured-item {
    justify-content: flex-start;
  }

  .blog-1-featured-item-image {
    width: 40%;
  }

  .blog-1-featured-heading-and-tag {
    width: 56%;
    margin-left: 26px;
  }

  .blog-1-tab {
    align-items: center;
  }

  .blog-1-tab-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-1-tabs-content-wrapper {
    margin-top: 70px;
  }

  .blog-1-card {
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 450px;
    height: auto;
  }

  .blog-1-image-wrapper {
    max-width: none;
  }

  .blog-1-text-wrapper {
    margin-bottom: 40px;
  }

  .blog-1-card-top-div {
    justify-content: center;
    align-items: flex-start;
  }

  .blog-1-collection-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .blog-1-collection-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-1-collection-list {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .blog-2-slide-content-and-image-wrapper {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .blog-2-slide-content-wrapper {
    width: 80%;
  }

  .blog-2-slide-image-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 80%;
    margin-left: 0;
  }

  .blog-2-slide-featured-wrapper {
    padding-left: 0;
  }

  .blog-2-slide-content-card {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
  }

  .blog-2-slide-person-and-time-wrapper {
    width: 70%;
  }

  .blog-2-categories-div {
    position: static;
  }

  .recent-blog-image-wrapper {
    width: 38%;
    height: 300px;
  }

  .blog-2-card {
    width: 58%;
    height: auto;
  }

  .recent-blogs-social-wrapper {
    justify-content: space-between;
    width: 35%;
  }

  .blog-2-collection-list-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .blog-post-card {
    width: 70%;
    height: auto;
  }

  .blog-post-social-icon-wrapper {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .rich-text-wrapper {
    width: 100%;
  }

  .blog-post-social-icons-container {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 40px;
    position: static;
  }

  .related-blog-card {
    width: 65%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .related-blog-card-top-div {
    margin-bottom: 30px;
  }

  .collection-list {
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .solution-slider-mask {
    width: 500px;
  }

  .solution-slide-nav {
    top: 40%;
  }

  .h2-70-px.home-three-slider {
    font-size: 50px;
  }

  .home-3-benefits-heading-wrapper {
    width: 95%;
  }

  .pricing-3-tabs {
    align-items: center;
  }

  .pricing-2-pick-a-plan-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-2-plans-name-grid {
    margin-left: auto;
  }

  .pricing-3-compare-item-heading-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .pricing-3-compare-plan-item-heading {
    flex-direction: column;
  }

  .pricing-3-compare-metrics-heading-wrapper.no-opacity.buttons {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pricing-3-compare-discount-image {
    right: -3%;
  }

  .pricing-3-name-and-cost-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
  }

  .update-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .version-wrapper {
    width: 100%;
  }

  .licensing-text-wrap {
    width: 100%;
    padding: 44px;
  }

  .licensing-image-and-text-wrap {
    width: 100%;
  }

  .licensing-link {
    font-size: 50px;
  }

  .licensing-link.text {
    font-size: 18px;
  }

  .navbar-button {
    max-width: 170px;
    margin-top: 10px;
    margin-left: 8%;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding: 20px 5% 30px;
    position: absolute;
    box-shadow: 28px 28px 50px rgba(0, 0, 0, .1);
  }

  .nav-link {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .contact-us-heading {
    font-size: 60px;
  }

  .contact-us-form-wrapper {
    margin-top: 60px;
  }

  .reach-cards-wrapper {
    flex-direction: column;
  }

  .reach-card-item {
    width: 70%;
    margin-bottom: 50px;
  }

  .login-form-wrapper, .sign-up-form-wrapper {
    width: 70%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .home-2-cause-slider {
    height: auto;
  }

  .slide-left-arrow {
    top: auto;
    left: -9%;
  }

  .slide-right-arrow {
    top: auto;
    right: -9%;
  }

  .home-2-cause-slide-nav {
    top: auto;
    bottom: -9%;
    left: auto;
    right: 0%;
  }

  .home-2-cause-content-wrapper {
    flex-direction: column-reverse;
  }

  .home-2-cause-left {
    width: 70%;
  }

  .home-2-cause-right {
    width: 65%;
    height: auto;
    max-height: none;
    margin-bottom: 60px;
    box-shadow: 9px 9px 18px rgba(60, 90, 154, .1);
  }

  .home-2-cause-text-wrapper {
    max-width: none;
  }

  ._404-heading {
    font-size: 60px;
  }

  ._404-subtext {
    line-height: 150%;
  }

  .blur-gradient.results-1 {
    bottom: -10%;
  }

  .blur-gradient.benefits-1 {
    width: 130%;
    top: 36%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .blur-gradient.benefits-2 {
    width: 130%;
    top: 7%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .blur-gradient.home-2-cause-1 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .blur-gradient.home-2-cause-2 {
    width: 50%;
    top: 8%;
    bottom: auto;
    left: 1%;
    right: auto;
  }

  .blur-gradient.hero-3-home-1 {
    top: 59%;
  }

  .blur-gradient.home-3-benefits-1 {
    bottom: 27%;
    left: 5%;
  }

  .blur-gradient.presentation-hero-2 {
    width: 100%;
    left: -33%;
  }

  .blog-3-featured-item-heading {
    line-height: 28px;
  }

  .presentation-grid-image {
    margin-bottom: 20px;
  }

  .presentation-grid-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .presentation-grid-item.last {
    margin-bottom: 60px;
  }

  .presentation-stats {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    position: static;
  }

  .presentation-pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .presentation-pricing-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-3-right-arrow {
    width: 50%;
    right: -29%;
  }

  .home-3-benefits-image {
    width: 80%;
    max-width: 500px;
    margin-bottom: 40px;
  }

  .home-3-benefits-right {
    width: 100%;
  }

  .home-3-benefit-pointers {
    grid-template-columns: 1fr;
  }

  .blog-3-tutorial-item-heading {
    line-height: 28px;
  }

  .navigation {
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0;
  }

  .dropdown-list-full-width {
    box-shadow: none;
    padding: 0;
  }

  .dropdown {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .navigation-drop-wrapper {
    flex-direction: column;
    width: 60%;
    padding-left: 0;
    display: flex;
  }

  .navigation-drop-wrapper._3-rows {
    padding-left: 0;
  }

  .navigation-link-block {
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .navigation-link-block:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
  }

  .menu-mob {
    z-index: 50;
    color: var(--medium-slate-blue);
    padding: 10px 20px 10px 0;
  }

  .menu-mob.w--open {
    color: #8484ae;
    background-color: rgba(0, 0, 0, 0);
    padding-right: 20px;
  }

  .career-info-slide {
    margin-right: 40px;
  }

  .carrer-info-slide-para-wrapper {
    max-width: 550px;
    margin-top: 20px;
  }

  .h2-96px {
    font-size: 80px;
  }

  .position-info-title-wrapper {
    margin-bottom: 20px;
  }

  .demo-hero-text-content {
    width: 100%;
    margin-bottom: 2%;
    margin-right: 0%;
  }

  .demo-hero-form-container, .review-hero-text-content, .review-hero-image-wrapper {
    width: 100%;
  }

  .review-collection-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .review-split-wrapper {
    grid-column-gap: 20px;
  }

  .case-study-list {
    grid-row-gap: 40px;
  }

  .case-study-hero-text-split, .case-study-hero-image-wrapper {
    width: 100%;
  }

  .integration-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .what-we-do-heading-wrapper {
    width: 100%;
  }

  .what-we-do-heading {
    margin-bottom: 20px;
  }

  .what-we-do-para-wrapper {
    width: 100%;
  }

  .what-we-do-text-wrapper {
    flex-direction: column;
  }

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

  .image-container {
    width: 100%;
  }

  .image-container.product-hero {
    width: 100%;
    margin-top: 50px;
  }

  .wrapper-1200px {
    flex-direction: column;
    max-width: 600px;
  }

  .text-container, .text-container.product-hero {
    width: 100%;
  }

  .overflow-hidden {
    text-align: left;
  }

  .pricing-tab-list {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-center-wrap {
    display: flex;
  }

  .nav-cart-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing-1-grid {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .cart-wrapper {
    display: none;
  }

  .cart-wrapper.mobile {
    display: block;
  }

  .footer-grid {
    grid-column-gap: 0px;
    width: 100%;
  }

  .footer-links-grid {
    width: 100%;
  }

  .more-templates-link {
    width: 50%;
  }

  .link {
    text-align: left;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 45px;
    line-height: 50px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  h3 {
    font-size: 35px;
    line-height: 45px;
  }

  h4 {
    font-size: 30px;
    line-height: 40px;
  }

  h6 {
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper.third-question {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper.results-heading, .wrapper.tabs-heading {
    padding-top: 80px;
  }

  .wrapper.benefits-card-wrapper {
    width: 70%;
    padding-bottom: 120px;
  }

  .wrapper.first-question {
    padding-bottom: 80px;
  }

  .wrapper.second-question {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper.tabs-wrapper {
    padding-bottom: 80px;
  }

  .wrapper.cta-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .wrapper.lightbox-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper.home-2-logos {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .wrapper.fix-problem-heading-wrapper {
    padding-top: 70px;
  }

  .wrapper.fix-problem, .wrapper.usp-wrapper, .wrapper.testimonial-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper.home-2-benefits {
    padding-top: 140px;
  }

  .wrapper.reviews-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
    width: 70%;
    padding-top: 80px;
  }

  .wrapper.case-study {
    padding-bottom: 0;
  }

  .wrapper.pricing-1-stars-main-wrapper {
    padding-bottom: 80px;
  }

  .wrapper.price-integrations-heading-and-text-wrapper {
    padding-top: 80px;
  }

  .wrapper.pricing-1-faq-main-wrapper {
    padding-bottom: 80px;
  }

  .wrapper.pricing-3-testimonial-wrapper {
    width: 70%;
    padding-bottom: 160px;
  }

  .wrapper.question-section-wrapper {
    padding-bottom: 180px;
  }

  .wrapper.pricing-2-cta-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 80px;
    padding-bottom: 30px;
  }

  .wrapper.pricing-2-faq-wrapper {
    padding-bottom: 80px;
  }

  .wrapper.blog-1-tab-wrapper {
    padding-bottom: 100px;
  }

  .wrapper.recent-blogs-heading-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrapper.problem-cards-wrapper {
    width: 70%;
  }

  .wrapper.solution-slider-wrapper {
    padding-top: 80px;
    padding-bottom: 14px;
  }

  .wrapper.pricing-2-tabs-wrapper {
    padding-bottom: 80px;
  }

  .wrapper.home-problem {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .wrapper.updates {
    margin-bottom: 0;
  }

  .wrapper.license.down {
    padding-bottom: 50px;
  }

  .wrapper.contact-us-hero-wrapper {
    align-items: center;
  }

  .wrapper.login {
    padding-top: 110px;
  }

  .wrapper.presentation-pricing-wrapper {
    padding-top: 160px;
  }

  .wrapper.pricing-2-logos {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .wrapper.home-3-logos-wrapper {
    padding-top: 100px;
  }

  .wrapper.blog-3-product-tutorial-wrapper {
    padding-bottom: 20px;
  }

  .wrapper.review-logos-wrapper {
    flex-flow: wrap;
    align-content: stretch;
    justify-content: center;
    display: flex;
  }

  .hero-image-wrapper {
    width: 100%;
  }

  .hero-image-wrapper.home-3-image {
    width: 100%;
    height: auto;
  }

  .image.contain.home-three-slider {
    object-position: 0% 0%;
  }

  .hero-text-content {
    width: 100%;
  }

  .first-question-section {
    background-position: 100% 0;
  }

  .section-image {
    width: 80%;
  }

  .section-image.margin-bottom {
    margin-bottom: 45px;
  }

  .section-image.margin-bottom.integration {
    width: 70%;
  }

  .section-image.cta.cta-margin-bottom {
    width: 90%;
  }

  .section-content, .section-content.fix-problem, .section-content.usp, .section-content.first-question, .section-content.third-question, .section-content.pricing-2-integration {
    width: 100%;
  }

  .section-content.lightbox-content {
    width: 90%;
  }

  .button {
    line-height: 32px;
  }

  .button.pricing-3-hero, .button.pricing-3-table {
    bottom: -3%;
  }

  .button.pricing-3-table {
    font-size: 15px;
    bottom: -3%;
  }

  .button.login-button {
    margin-bottom: 10px;
  }

  .button.login-button.reset {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-heading-wrapper {
    overflow: visible;
  }

  .hero-paragraph-wrapper {
    max-width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .problem-main-text-wrapper {
    max-width: 90%;
  }

  .tabs-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tab-link {
    width: 100%;
    margin-bottom: 20px;
    line-height: 20px;
  }

  .tabs-image-wrapper {
    width: 90%;
  }

  .tabs-text-wrapper {
    width: 100%;
  }

  .tabs-paragraph-wrapper {
    margin-top: 20px;
  }

  .results-subtext-wrapper {
    max-width: 90%;
  }

  .text-block.testimonial-text {
    font-size: 60px;
    line-height: 70px;
  }

  .text-block._18px.blue-medium, .text-block.dark-blue, .text-block.dark-blue.medium {
    font-size: 15px;
  }

  .text-block._28-px {
    font-size: 26px;
    line-height: 32px;
  }

  .text-block._24-px.italic {
    font-size: 20px;
  }

  .text-block._18px {
    font-size: 17px;
    line-height: 29px;
  }

  .cta-content {
    width: 100%;
  }

  .cta-paragraph-wrapper {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lightbox-container, .lightbox {
    width: 100%;
  }

  .lightbox-play-icon {
    width: 80px;
    height: 80px;
  }

  .email-form {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .email-form.white {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .email-form-text-field {
    background-position: 7%;
    border-radius: 32px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    box-shadow: 0 12px 31px rgba(140, 150, 157, .16);
  }

  .email-form-block {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .email-form-block.home-2-email {
    max-width: 80%;
  }

  .email-form-block.home-3-email {
    width: 100%;
    max-width: 400px;
  }

  .email-form-block.blog-3-email {
    max-width: 400px;
  }

  .wave-image.second-question {
    top: -5%;
  }

  .wave-image.usp {
    width: 80%;
  }

  .wave-image.home-3-benefits, .home-2-hero-paragraph {
    width: 100%;
  }

  .home-2-hero-features {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 450px;
  }

  .home-2-hero-feature-item {
    flex-wrap: wrap;
  }

  .home-2-hero-feature-item.middle {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-instagram {
    width: 50px;
    height: 50px;
    top: 11%;
  }

  .hero-facebook {
    width: 50px;
    height: 50px;
    bottom: 27%;
    left: 4%;
  }

  .hero-tiktok {
    width: 50px;
    height: 50px;
  }

  .home-2-logo-item {
    width: 20%;
    margin-bottom: 20px;
  }

  .usp-pointer {
    margin-bottom: 15px;
  }

  .testimonial-left-arrow {
    top: auto;
    bottom: -15%;
    left: -80px;
    right: 0%;
  }

  .testimonial-right-arrow {
    top: auto;
    bottom: -15%;
    left: 0%;
    right: -80px;
  }

  .testimonial-nav {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .testimonial-stats-item {
    justify-content: center;
    align-items: center;
  }

  .testimonial-stats-text-wrapper {
    margin-top: 5px;
  }

  .testimonial-floating-image-1 {
    width: 40px;
    height: 40px;
    top: 10%;
  }

  .testimonial-floating-image-3, .testimonial-floating-image-4 {
    width: 40px;
    height: 40px;
  }

  .home-2-benefits-card-wrapper {
    grid-template-columns: 1fr;
    width: 80%;
    max-width: 400px;
  }

  .home-2-benefits-item {
    flex-direction: column;
  }

  .home-2-benefits-content {
    max-width: 100%;
    margin-top: 20px;
  }

  .home-2-benefits-text-wrapper {
    text-align: left;
  }

  .home-2-email-text {
    max-width: none;
  }

  .email-loading-image-1, .email-loading-image-2 {
    width: 40px;
    height: 40px;
    top: 10%;
  }

  .email-loading-image-3 {
    width: 40px;
    height: 40px;
    bottom: -6%;
  }

  .email-loading-image-4 {
    width: 40px;
    height: 40px;
    bottom: -1%;
  }

  .hero-floating-image-1 {
    left: 2%;
  }

  .hero-floating-image-2 {
    border: 1px solid var(--alice-blue);
    width: 40%;
    max-width: 200px;
    height: auto;
  }

  .hero-floating-image-3 {
    width: 50%;
    max-width: 270px;
    left: -2%;
  }

  .review-image-wrapper {
    margin-bottom: 10px;
  }

  .stars-image-wrapper {
    width: 80%;
    margin-top: 0;
  }

  .h1-72-px {
    font-size: 45px;
  }

  .h2-54-px {
    font-size: 40px;
    line-height: 55px;
  }

  .home-3-paragraph-wrapper {
    max-width: none;
  }

  .home-3-problem-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-3-problem-image-wrapper {
    margin-top: 50px;
  }

  .case-study-logo-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .case-study-item-wrapper {
    width: 100%;
    margin-bottom: 70px;
  }

  .read-case-study-text {
    margin-top: 18px;
  }

  .home-3-email-content {
    width: 90%;
  }

  .home-3-email-image-wrapper {
    width: 80%;
  }

  .pricing-1-hero-text-wrapper {
    width: 100%;
  }

  .pricing-1-hero-heading-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10%;
  }

  .pricing-1-hero-row-heading-text.activity-heading {
    color: var(--medium-slate-blue);
  }

  .pricing-1-hero-row {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10%;
    padding-right: 10%;
  }

  .pricing-1-hero-row-text.margin-right.activity-text, .pricing-1-hero-row-text.activity-text {
    color: var(--medium-slate-blue);
  }

  .pricing-1-options-heading-wrapper {
    max-width: 432px;
  }

  .pricing-1-tabs {
    padding-top: 50px;
  }

  .pricing-tabs-menu.pricing-3-compare-tabs-menu {
    margin-left: 0;
  }

  .pricing-1-tabs-content-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .pricing-1-content {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .pricing-1-option-wrapper {
    height: auto;
    box-shadow: 0 25px 50px rgba(178, 178, 178, .16);
  }

  .pricing-button {
    font-size: 15px;
  }

  .pricing-1-button-wrapper {
    margin-top: 40px;
  }

  .pricing-1-stars-link-block {
    margin-bottom: 0;
  }

  .pricing-1-stars-grid {
    grid-column-gap: 110px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .pricing-1-case-wrapper {
    width: 80%;
  }

  .pricing-1-case-study-name-container {
    margin-top: 70px;
  }

  .price-1-integration-image-wrapper {
    margin-bottom: 70px;
  }

  .pricing-1-faq-question {
    font-size: 17px;
    line-height: 28px;
  }

  .pricing-1-faq-icon-wrapper {
    width: 18px;
    height: 18px;
  }

  .pricing-cta-subheading-wrapper {
    margin-bottom: 35px;
  }

  .pricing-1-tab-discount-image {
    width: 120px;
    height: 70px;
    bottom: -79%;
    right: -64%;
  }

  .pricing-1-tab-discount-image.pricing-2 {
    bottom: -15%;
    right: 5%;
  }

  .pricing-3-tab-discount-image {
    width: 120px;
    height: 70px;
    margin-top: -12px;
    margin-right: -207px;
    top: 2%;
  }

  .pricing-3-tabs-content-wrapper {
    margin-top: 60px;
  }

  .inside-tab {
    flex-direction: column;
    align-items: center;
  }

  .inside-tab-menu {
    width: 80%;
  }

  .pricing-3-inside-tab-link {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .inside-tab-content {
    width: 80%;
    margin-top: 40px;
  }

  .pricing-3-name-and-for-wrapper {
    margin-bottom: 0;
  }

  .inside-tab-item-wrapper {
    position: static;
  }

  .question-section-floating-div.pricing-3-image-2 {
    width: 45px;
    height: 45px;
  }

  .question-section-floating-div.pricing-3-image-3 {
    width: 60px;
    height: 60px;
  }

  .pricing-2-cta-image-wrapper {
    margin-bottom: 30px;
  }

  .pricing-2-faq-text-wrapper {
    max-width: 90%;
  }

  .pricing-2-faq-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blog-main-content-card {
    width: 85%;
  }

  .blog-1-featured-and-social-wrapper {
    flex-direction: column-reverse;
  }

  .blog-1-featured-item {
    justify-content: center;
  }

  .blog-1-featured-item-image {
    width: 50%;
  }

  .blog-1-featured-heading-and-tag {
    width: 45%;
  }

  .blog-1-follow-us-wrapper {
    margin-bottom: 50px;
  }

  .blog-1-tab-link {
    width: 30%;
  }

  .blog-1-card {
    width: 80%;
  }

  .blog-1-tag, .blog-1-heading-wrapper {
    margin-bottom: 10px;
  }

  .blog-1-text-wrapper {
    margin-bottom: 20px;
  }

  .blog-2-slide-image-wrapper {
    height: 350px;
  }

  .blog-2-slide-person-and-time-wrapper {
    width: 80%;
  }

  .blog-2-slide-left-arrow-wrapper {
    left: -3%;
  }

  .blog-2-slide-right-arrow-wrapper {
    right: -3%;
  }

  .blog-2-recent-blogs-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
  }

  .recent-blog-image-wrapper {
    width: 100%;
    max-width: none;
  }

  .blog-2-card {
    width: 100%;
    padding-top: 30px;
  }

  .blog-2-tag, .blog-2-heading-wrapper {
    margin-bottom: 10px;
  }

  .blog-2-text-wrapper {
    margin-bottom: 20px;
  }

  .recent-blogs-social-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
  }

  .blog-2-collection-list-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-main-image-wrapper {
    height: 500px;
  }

  .blog-post-card {
    width: 80%;
    margin-top: -180px;
  }

  .blog-post-card-tag, .blog-post-card-heading-wrapper {
    margin-bottom: 10px;
  }

  .blog-post-card-text-wrapper {
    margin-bottom: 20px;
  }

  .h1-32-px {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text h2 {
    font-size: 25px;
    line-height: 45px;
  }

  .rich-text h3 {
    font-size: 22px;
    line-height: 40px;
  }

  .rich-text h4 {
    font-size: 20px;
    line-height: 36px;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 33px;
  }

  .rich-text p {
    margin-top: 20px;
    margin-bottom: 35px;
  }

  .rich-text li {
    font-size: 17px;
  }

  .rich-text ul, .rich-text ol {
    margin-bottom: 35px;
  }

  .rich-text figure {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .blog-post-social-icon-wrapper {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .blog-post-social-icons-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    top: -4.5%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .related-blog-card {
    width: 70%;
  }

  .related-blog-tag, .related-blog-heading-wrapper {
    margin-bottom: 10px;
  }

  .solution-slider {
    padding-bottom: 0;
  }

  .solution-slider-mask {
    width: 70vw;
  }

  .h2-70-px {
    font-size: 60px;
    line-height: 60px;
  }

  .solution-slide-text-wrapper {
    margin-top: 20px;
  }

  .solution-slide-images-container {
    height: 310px;
    margin-top: 30px;
  }

  .solution-slide-image-1 {
    width: 90%;
  }

  .solution-slide-image-2 {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .solution-slide-image-3 {
    width: 50px;
    height: 50px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .home-3-benefits-heading-wrapper {
    width: 100%;
  }

  .home-3-problem-images-container.first {
    margin-top: 50px;
  }

  .pricing-2-pick-a-plan-wrapper {
    display: none;
  }

  .pricing-2-plans-name-grid {
    width: 100%;
  }

  .pricing-cost-number {
    font-size: 35px;
  }

  .pricing-2-faq-answer-text {
    font-size: 17px;
    line-height: 28px;
  }

  .pricing-3-compare-heading-wrapper {
    width: 100%;
  }

  .pricing-3-compare-tab-wrapper {
    margin-top: 45px;
  }

  .pricing-3-compare-tabs-content {
    margin-top: 70px;
  }

  .pricing-3-compare-item-heading-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-3-compare-item-heading-wrapper.down {
    margin-top: 50px;
  }

  .pricing-3-compare-metrics-heading-wrapper {
    width: 100%;
  }

  .pricing-3-compare-metrics-heading-wrapper.no-opacity.buttons {
    display: none;
  }

  .pricing-3-compare-tab-checkmark-div {
    padding-bottom: 10px;
  }

  .pricing-3-compare-discount-image {
    width: 100px;
    height: 70px;
    top: -3%;
    bottom: auto;
    left: 35%;
    right: auto;
  }

  .pricing-3-name-and-cost-wrapper {
    flex-direction: row;
  }

  .update-wrapper {
    margin-top: 40px;
  }

  .licensing-text-subtext {
    text-align: left;
  }

  .licensing-text-wrap {
    padding: 30px;
  }

  .licensing-image-and-text-wrap {
    padding: 20px 30px 30px;
  }

  .licensing-subtext {
    text-align: left;
  }

  .licensing-link {
    font-size: 40px;
  }

  .pricing-2-features-heading-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-2-features-div {
    flex-direction: column;
  }

  .pricing-2-features-subheading-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-2-features-checkmark-wrapper {
    width: 100%;
  }

  .pricing-3-plans-container {
    flex-direction: column-reverse;
  }

  .pricing-3-metrics-container {
    flex-direction: column;
  }

  .pricing-3-plan-names-container {
    width: 100%;
  }

  .pricing-3-plan-names-container.bottom-border.hide {
    display: none;
  }

  .pricing-3-checkmarks-container, .pricing-1-hero-heading-left-dv, .pricing-1-hero-heading-right-div {
    width: 100%;
  }

  .pricing-1-left-div {
    width: 100%;
    margin-bottom: 15px;
  }

  .pricing-1-right-div {
    width: 100%;
  }

  .contact-us-heading {
    font-size: 50px;
    line-height: 70px;
  }

  .contact-us-form-wrapper {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-name-and-email-wrapper {
    flex-direction: column;
  }

  .contact-form-field::placeholder {
    font-size: 15px;
  }

  .contact-form-field.email {
    background-position: 6%;
    margin-top: 24px;
    margin-left: 0;
  }

  .contact-form-field.last-name {
    margin-top: 24px;
    margin-left: 0;
  }

  .reach-heading-wrapper {
    margin-bottom: 70px;
  }

  .reach-card-item {
    flex-direction: column;
  }

  .reach-item-image-wrapper {
    margin-bottom: 20px;
  }

  .reach-card-content {
    max-width: none;
  }

  .saasbox-logo {
    width: 200px;
  }

  .login-form-wrapper {
    width: 90%;
  }

  .login-form {
    align-items: flex-start;
  }

  .login-form-link-and-button-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .login-link-text {
    font-size: 15px;
  }

  .sign-up-form-wrapper {
    width: 90%;
  }

  .sign-up-first-and-last-name-wrapper {
    flex-direction: column;
  }

  .sign-up-link-and-button-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .sign-up-link-text {
    margin-top: 20px;
  }

  .slide-left-arrow, .slide-right-arrow {
    width: 30px;
    height: 30px;
    top: auto;
  }

  .home-2-cause-left {
    width: 100%;
  }

  .home-2-cause-right {
    width: 90%;
    margin-bottom: 50px;
  }

  .home-2-cause-text-wrapper {
    max-width: none;
  }

  .utility-page-content {
    width: 90%;
  }

  ._404-text {
    font-size: 130px;
  }

  ._404-heading {
    font-size: 40px;
  }

  .blur-gradient.pricing-1-option-1 {
    width: 80%;
    top: 20%;
    bottom: auto;
    left: -4%;
    right: auto;
  }

  .blur-gradient.pricing-1-option-2 {
    width: 80%;
    top: 49%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .blur-gradient.pricing-2-features-1 {
    width: 90%;
    left: -10%;
  }

  .forgot-password-button-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .h1-48-px {
    font-size: 44px;
    line-height: 60px;
  }

  .blog-3-featured-inside-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .blog-3-featured-right {
    width: 100%;
  }

  .blog-3-featured-collection-list-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .blog-3-latest-inside-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .blog-3-featured-item-heading {
    font-size: 17px;
  }

  .presentation-stats {
    grid-template-columns: 1fr 1fr;
  }

  .home-3-left-arrow {
    width: 30px;
    height: 30px;
    right: 8%;
  }

  .home-3-right-arrow {
    width: 30px;
    height: 30px;
  }

  .presentation-text-span {
    line-height: 60px;
  }

  .blog-3-tutorial-item-heading {
    font-size: 17px;
  }

  .blog-3-tutorial-collection-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .blog-3-tutorial-item {
    margin-bottom: 100px;
  }

  .blog-3-tutorial-collection-item {
    width: 90%;
    max-width: 400px;
  }

  .dropdown-list-full-width {
    flex-direction: column;
  }

  .navigation-drop-wrapper {
    width: 100%;
  }

  .navigation-link-block {
    padding-right: 0;
  }

  .review-image {
    object-fit: contain;
    object-position: 0% 50%;
    width: 100%;
    height: 100%;
  }

  .career-hero-paragraph {
    width: 100%;
  }

  .career-info-slider-mask {
    width: auto;
  }

  .career-info-slide {
    width: 90%;
    margin-right: 0;
  }

  .carrer-info-slide-para-wrapper {
    max-width: 400px;
    margin-top: 0;
  }

  .h2-96px {
    font-size: 60px;
  }

  .career-tab {
    padding-top: 10px;
  }

  .carrer-tab-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .career-tab-link {
    width: 30%;
  }

  .downloads-para-container {
    width: 100%;
  }

  .demo-hero-form-container {
    padding: 40px 3%;
  }

  .h1-38px.case-study-brief {
    font-size: 30px;
    line-height: 40px;
  }

  .review {
    font-size: 18px;
  }

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

  .case-study-list {
    grid-template-columns: 1fr;
  }

  .integration-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .horizontal-track-wrapper {
    padding-left: 20px;
  }

  .horizontal-track-item {
    max-width: 400px;
    margin-right: 20px;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .apple-pay {
    height: 50px;
  }

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

  .more-templates-link {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 36px;
    line-height: 46px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 21px;
    line-height: 33px;
  }

  p {
    line-height: 26px;
  }

  .wrapper.benefits-card-wrapper {
    width: 90%;
  }

  .wrapper.first-question, .wrapper.second-question {
    padding-bottom: 0;
  }

  .wrapper.tabs-wrapper {
    width: 100%;
  }

  .wrapper.home-2-logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.home-2-benefits {
    padding-bottom: 100px;
  }

  .wrapper.reviews-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 60px;
    width: 90%;
    padding-bottom: 70px;
  }

  .wrapper.price-integrations-heading-and-text-wrapper {
    padding-bottom: 50px;
  }

  .wrapper.hero-1-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .wrapper.pricing-3-testimonial-wrapper {
    width: 90%;
  }

  .wrapper.question-section-wrapper {
    margin-top: 100px;
  }

  .wrapper.blog-1-wrapper {
    padding-top: 60px;
  }

  .wrapper.recent-blogs-heading-wrapper {
    padding-top: 40px;
  }

  .wrapper.problem-cards-wrapper {
    width: 90%;
  }

  .wrapper.pricing-2-tabs-wrapper {
    width: 95%;
  }

  .wrapper.home-problem {
    padding-top: 50px;
  }

  .wrapper.login {
    padding-top: 60px;
  }

  .wrapper.sign-up {
    padding-top: 40px;
  }

  .wrapper.presentation-home-grid {
    margin-top: 150px;
  }

  .wrapper.pricing-2-logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper.home-3-logos-wrapper {
    padding-top: 100px;
  }

  .wrapper.career-info-wrapper {
    padding-top: 60px;
  }

  .wrapper.downloads-block-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper.review-wrapper {
    padding-top: 0;
  }

  .wrapper.integration-rich-text-wrapper {
    padding-bottom: 0;
  }

  .hero-image-wrapper {
    height: auto;
    margin-top: 40px;
  }

  .image.contain {
    margin-top: 0;
  }

  .first-question-section {
    overflow: visible;
  }

  .section-image {
    width: 100%;
  }

  .section-image.margin-bottom {
    margin-bottom: 45px;
  }

  .section-image.margin-bottom.integration {
    width: 100%;
  }

  .section-image.third-question-image {
    margin-bottom: -40px;
  }

  .section-content.fix-problem, .section-content.lightbox-content {
    width: 100%;
  }

  .button {
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button.pricing-3-table {
    width: 32%;
    line-height: 15px;
  }

  .button.navbar-button {
    padding: 6px 20px;
    font-size: 15px;
    line-height: 30px;
  }

  .hero-paragraph-wrapper {
    max-width: none;
  }

  .hero-buttons-container {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .hero-secondary-button {
    margin-top: 20px;
    margin-left: 0;
  }

  .problem-main-text-wrapper {
    max-width: none;
  }

  .first-question-image-2 {
    right: -11%;
  }

  .first-question-image-3 {
    left: -6%;
  }

  .tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .tab-link {
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-icon-wrapper {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .tab-pane {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-image-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .results-subtext-wrapper {
    max-width: none;
  }

  .benefits-card-heading {
    margin-top: 20px;
    margin-bottom: 13px;
  }

  .text-block._14-px.hidden {
    display: none;
  }

  .text-block.dark-blue.medium {
    font-size: 14px;
  }

  .text-block._20px.medium, .text-block._20px.medium.white {
    font-size: 18px;
  }

  .text-block._38px.pricing-3-tab-inside-text {
    font-size: 28px;
  }

  .text-block._28-px {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block._28-px.white {
    font-size: 20px;
  }

  .text-block._24-px {
    font-size: 18px;
    line-height: 28px;
  }

  .cta-buttons-container {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .lightbox-container {
    height: 320px;
  }

  .email-form {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: auto;
  }

  .email-form-text-field {
    border-radius: 32px;
    height: 60px;
    margin-bottom: 20px;
    padding-left: 55px;
    overflow: hidden;
    box-shadow: 0 12px 31px rgba(140, 150, 157, .16);
  }

  .email-form-block {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .email-form-block.home-2-email, .email-form-block.blog-3-email {
    max-width: none;
  }

  .footer-social-icons-wrapper {
    width: 50%;
  }

  .footer-column {
    width: 50%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .footer-link {
    margin-bottom: 11px;
  }

  .footer-copyright-container {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .wave-image.hero {
    bottom: 19%;
  }

  .wave-image.second-question {
    width: 100%;
    top: -10%;
  }

  .wave-image.usp {
    width: 95%;
  }

  .home-2-hero-features {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-instagram {
    width: 40px;
    height: 40px;
  }

  .hero-facebook {
    width: 40px;
    height: 40px;
    left: 2%;
  }

  .hero-tiktok {
    width: 40px;
    height: 40px;
  }

  .home-2-logo-item {
    width: 35%;
  }

  .fix-problem-pointer {
    flex-direction: column;
  }

  .fix-problem-pointer-content {
    max-width: 100%;
    margin-top: 20px;
  }

  .usp-pointer-text {
    max-width: 75%;
    margin-left: 15px;
  }

  .testimonial-mask {
    width: 100%;
  }

  .testimonial-nav {
    margin-bottom: 45px;
  }

  .testimonial-stats-wrapper {
    flex-direction: column;
  }

  .testimonial-stats-wrapper.reviews {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .testimonial-stats-item {
    align-items: center;
  }

  .testimonial-stats-item.margin-bottom {
    margin-bottom: 25px;
  }

  .testimonial-floating-image-2 {
    top: 11%;
  }

  .testimonial-floating-image-3, .testimonial-floating-image-4 {
    width: 40px;
    height: 40px;
  }

  .home-2-benefits-card-wrapper {
    width: 100%;
  }

  .home-2-benefits-item {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-2-benefits-heading-wrapper {
    margin-bottom: 12px;
  }

  .home-2-benefits-content {
    max-width: none;
    margin-top: 15px;
  }

  .home-3-hero-section {
    overflow: hidden;
  }

  .hero-floating-image-1 {
    width: 50px;
    height: 50px;
  }

  .hero-floating-image-3 {
    width: 200px;
    height: 50px;
  }

  .hero-floating-image-4 {
    width: 40px;
    height: 40px;
  }

  .review-image-wrapper {
    max-width: 150px;
  }

  .stars-image-wrapper {
    width: 75%;
  }

  .h1-72-px {
    line-height: 55px;
  }

  .h2-54-px {
    font-size: 36px;
    line-height: 50px;
  }

  .case-study-logo-grid {
    margin-bottom: -15px;
  }

  .case-study-image {
    height: 330px;
  }

  .email-main-div-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .home-3-email-content {
    margin-top: 30px;
  }

  .home-3-email-image-wrapper {
    width: 100%;
    margin-bottom: -70px;
  }

  .pricing-1-hero-heading-row {
    padding-left: 3%;
    padding-right: 3%;
  }

  .pricing-1-hero-row-heading-text, .pricing-1-hero-row-heading-text.activity-heading {
    font-size: 14px;
  }

  .pricing-1-hero-row {
    padding-left: 3%;
    padding-right: 3%;
  }

  .pricing-1-hero-row-text, .pricing-1-hero-row-text.margin-right, .pricing-1-hero-row-text.margin-right.activity-text, .pricing-1-hero-row-text.activity-text {
    font-size: 14px;
    line-height: 24px;
  }

  .pricing-1-tabs-content-wrapper {
    width: 100%;
  }

  .pricing-1-option-wrapper {
    padding-left: 5%;
    box-shadow: 0 25px 50px rgba(178, 178, 178, .16);
  }

  .pricing-1-option-wrapper.main {
    box-shadow: 0 25px 50px rgba(178, 178, 178, .16);
  }

  .pricing-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .pricing-button.grey, .pricing-button.white {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
  }

  .pricing-1-stars-link-block {
    margin-bottom: 0;
  }

  .pricing-1-stars-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .pricing-1-case-wrapper {
    width: 100%;
  }

  .pricing-1-case-study-box {
    padding: 20px 5%;
  }

  .italic.pricing-1-case-study-text {
    font-size: 16px;
  }

  .pricing-1-case-study-name-container {
    margin-top: 50px;
  }

  .price-1-integration-image-wrapper {
    margin-bottom: 60px;
  }

  .pricing-1-faq-question-wrapper {
    width: 85%;
  }

  .pricing-cta-subheading-wrapper {
    margin-bottom: 35px;
  }

  .pricing-cta-pointers-container {
    margin-top: 40px;
  }

  .pricing-cta-pointer-item {
    align-items: flex-start;
  }

  .pricing-cta-pointer-checkmark {
    margin-top: 8px;
  }

  .pricing-cta-pointer-text {
    width: 90%;
  }

  .cta-image-3, .cta-image-2, .cta-image-4 {
    width: 45px;
    height: 45px;
  }

  .pricing-1-tab-discount-image {
    width: 27%;
    max-width: 100px;
    height: auto;
    top: auto;
    left: auto;
    right: 0%;
  }

  .pricing-1-tab-discount-image.pricing-2 {
    z-index: 150;
    top: auto;
    bottom: -9%;
    left: auto;
    right: -6%;
  }

  .pricing-3-tab-discount-image {
    width: 70px;
    margin-top: -7px;
    margin-right: -150px;
    top: 1%;
  }

  .inside-tab-menu, .inside-tab-content {
    width: 100%;
  }

  .inside-tab-item-wrapper {
    padding-right: 20px;
  }

  .pricing-3-testimonial-heading-and-quotation-wrapper {
    max-width: none;
  }

  .question-section-text-wrapper {
    width: 100%;
  }

  .question-section-floating-div.pricing-3-image-1 {
    top: -5%;
  }

  .question-section-floating-div.pricing-3-image-3 {
    width: 50px;
    bottom: 36%;
  }

  .pricing-3-cta-pointers-wrapper {
    margin-top: 40px;
  }

  .pricing-3-cta-pointer-text-wrapper {
    max-width: 90%;
  }

  .pricing-2-cta-image-wrapper {
    width: 300px;
    height: 300px;
  }

  .pricing-2-faq-text-wrapper {
    max-width: none;
  }

  .pricing-2-faq-grid {
    grid-template-columns: 1fr;
  }

  .blog-1-featured-main-image-wrapper {
    height: 250px;
  }

  .blog-main-content-card {
    width: 95%;
    margin-top: -50px;
  }

  .blog-1-featured-item-image {
    width: 40%;
  }

  .blog-1-featured-heading-and-tag {
    width: 55%;
  }

  .blog-1-tab-menu {
    border-radius: 20px;
  }

  .blog-1-tab-link {
    width: 80%;
  }

  .blog-1-card {
    width: 100%;
  }

  .blog-1-image-wrapper {
    height: 320px;
  }

  .blog-2-slide-content-wrapper {
    width: 100%;
  }

  .blog-2-slide-image-wrapper {
    width: 100%;
    height: 300px;
  }

  .blog-2-slide-person-and-time-wrapper {
    width: 100%;
  }

  .blog-2-slide-left-arrow-wrapper {
    top: auto;
    bottom: -4%;
    left: auto;
    right: 20%;
  }

  .blog-2-slide-right-arrow-wrapper {
    top: auto;
    bottom: -4%;
    left: auto;
    right: 0%;
  }

  .blog-2-categories-div {
    width: 100%;
  }

  .blog-2-card {
    width: 90%;
  }

  .blog-2-collection-list-wrapper {
    width: 100%;
  }

  .blog-post-main-image-wrapper {
    height: 450px;
  }

  .blog-post-card {
    width: 90%;
  }

  .h1-32-px {
    font-size: 29px;
  }

  .rich-text h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .rich-text h3 {
    font-size: 21px;
    line-height: 35px;
  }

  .rich-text h4 {
    line-height: 32px;
  }

  .blog-post-social-icons-container {
    top: -3.5%;
  }

  .related-blog-card {
    width: 90%;
  }

  .related-blog-card-top-div {
    margin-bottom: 20px;
  }

  .related-blog-image-wrapper {
    height: 320px;
  }

  .solution-slider-mask {
    width: 80vw;
  }

  .solution-slide {
    margin-right: 40px;
  }

  .h2-70-px.home-three-slider {
    font-size: 36px;
    line-height: 46px;
  }

  .solution-slide-images-container {
    height: auto;
  }

  .solution-slide-image-1 {
    width: 100%;
  }

  .home-3-problem-images-container.second {
    margin-top: 20px;
  }

  .pricing-2-tab-up {
    z-index: 210;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .pricing-2-name-item.middle {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .pricing-2-cost-text {
    font-size: 13px;
  }

  .pricing-cost-number {
    font-size: 27px;
  }

  .pricing-for-wrapper {
    margin-bottom: 0;
  }

  .pricing-3-compare-discount-image {
    left: 55%;
  }

  .pricing-2-tabs-content {
    overflow: visible;
  }

  .style-guide-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .style-guide-colours {
    justify-content: center;
    align-items: center;
  }

  .colour {
    margin: 10px;
  }

  .update-text {
    font-size: 32px;
  }

  .template-updates {
    font-size: 37px;
  }

  .update-wrapper {
    margin-top: 30px;
  }

  .licensing-link {
    font-size: 30px;
  }

  .licencing-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-2-features-subheading-text {
    font-size: 16px;
  }

  .utility-page-wrap {
    height: auto;
  }

  .pricing-2-tab-pane-content-wrapper {
    position: relative;
  }

  .contact-us-heading {
    font-size: 43px;
    line-height: 60px;
  }

  .contact-form-field {
    background-position: 7%;
  }

  .contact-form-field.email {
    background-position: 8%;
  }

  .contact-form-field.login-email, .contact-form-field.password, .contact-form-field.sign-up-email {
    background-position: 7%;
  }

  .reach-heading-wrapper {
    margin-bottom: 40px;
  }

  .reach-card-item {
    width: 100%;
  }

  .mail-text {
    margin-left: 10px;
  }

  .login-form-wrapper, .sign-up-form-wrapper {
    width: 100%;
  }

  .slide-left-arrow {
    left: -18%;
  }

  .slide-right-arrow {
    right: -18%;
  }

  .home-2-cause-right {
    margin-bottom: 40px;
  }

  ._404-heading {
    font-size: 30px;
    line-height: 110%;
  }

  .blur-gradient.pricing-1-option-1 {
    top: 16%;
    left: 0%;
  }

  .blur-gradient.pricing-1-option-2 {
    height: 500px;
    top: 42%;
  }

  .blur-gradient.presentation-hero-2 {
    width: 160%;
    left: -55%;
  }

  .main-wrapper.overflow-on {
    overflow: visible;
  }

  .h1-48-px {
    font-size: 40px;
    line-height: 55px;
  }

  .blog-3-featured-image-wrapper, .blog-3-featured-image-wrapper.main {
    height: 300px;
  }

  .blog-3-featured-collection-list {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .blog-3-featured-item-heading {
    line-height: 26px;
  }

  .presentation-stats {
    grid-template-columns: 1fr 1fr;
  }

  .presentation-stats-number {
    font-size: 50px;
  }

  .home-3-left-arrow {
    right: 11%;
  }

  .home-3-benefit-pointers {
    grid-template-columns: 1fr;
  }

  .presentation-text-span {
    font-size: 40px;
    line-height: 50px;
  }

  .blog-3-tutorial-item-heading {
    line-height: 26px;
  }

  .blog-3-tutorial-item {
    margin-bottom: 80px;
  }

  .blog-3-tutorial-collection-item {
    width: 100%;
    max-width: none;
  }

  .brand {
    width: 100%;
    max-width: 160px;
    margin-right: 10px;
  }

  .navigation-link-block {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-content-wrap {
    width: 80%;
  }

  .navigation-right {
    width: 100%;
  }

  .career-info-slide {
    width: 90%;
    margin-right: 20px;
  }

  .carrer-info-slide-para-wrapper {
    max-width: 300px;
  }

  .h2-96px {
    font-size: 33px;
    line-height: 60px;
  }

  .carrer-tab-menu {
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .career-tab-link {
    width: 80%;
  }

  .career-item {
    padding: 15px;
  }

  .career-post-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-post-icon-container {
    margin-bottom: 20px;
  }

  .carrer-title {
    font-size: 18px;
  }

  .career-info-text {
    flex-wrap: wrap;
  }

  .demo-hero-text-content {
    padding-top: 0;
  }

  .book-demo-form {
    align-items: flex-start;
  }

  .review-hero-image-wrapper {
    height: auto;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .review-item {
    padding: 30px;
  }

  .review-icon-container {
    width: 40px;
    height: 40px;
  }

  .review-split-wrapper {
    grid-row-gap: 20px;
  }

  .integration-collection-list {
    grid-template-columns: 1fr;
  }

  .integration-detail-head-wrapper {
    flex-direction: column;
  }

  .horizontal-track-wrapper {
    padding-left: 10px;
  }

  .horizontal-track-item {
    max-width: 250px;
    max-height: 250px;
  }

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

  .wrapper-1200px, .wrapper-1200px.product-hero {
    width: 90%;
  }

  .wrapper-1200px.checkout {
    width: 90%;
    padding-top: 40px;
  }

  .product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-container-two {
    width: 100%;
  }

  .checkout-title {
    font-size: 22px;
    font-weight: 600;
  }

  .block-header {
    flex-flow: wrap;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .cart-button-wrap {
    flex-wrap: wrap;
    width: 100%;
  }

  .plan-price {
    font-size: 30px;
  }

  .nav-cart-button {
    padding-left: 9px;
    padding-right: 9px;
  }

  .plan-price-text {
    font-size: 24px;
  }

  .cart-image {
    width: 50px;
  }

  .footer-grid {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .navigation-link-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .more-templates-link.pricing {
    padding-top: 20px;
  }

  .heading {
    margin-top: 60px;
  }
}

#w-node-_312dd091-5e18-f7e8-7f34-5da3d6ad5ad4-f1af16c7, #w-node-_69b5edbc-55ee-e3bf-b6ac-a5336a759da0-c6717bab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}