:root {
  --dark: #050038;
  --primary-blue: #4262ff;
  --white: white;
  --red: #f24e1e;
  --sweet-purple: #a259ff;
  --playful-yellow: #ffd02f;
  --white-smoke: #e9e9e9;
  --grey: #757575;
  --gainsboro: #e5e5e5;
  --black: black;
  --white-f7f7f7: #f7f7f7;
  --slate-blue: #3f53d8;
  --gainsboro-d8d8d8: #d8d8d8;
  --light-grey: #cacaca;
  --lemon-green: #a6c03d;
  --gainsboro-light: #dedede;
  --white-smoke-quote: #f2f2f2;
  --white-smoke-search: #f4f4f4;
  --dim-grey: #727272;
  --white-smoke-f1f3f6: #f1f3f6;
  --grey-2: #757575;
  --midnight-blue: #050038;
  --light-steel-blue: #bbc7ff;
  --plum: #cea7ff;
  --yellow-green: #bad15c;
  --light-salmon: #ffc1ae;
  --white-smoke-2: #f0f0f0;
  --text-light: #0009;
}

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

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--dark);
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 125%;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 140%;
}

ul {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 145%;
}

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

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

.style-guide-content {
  grid-row-gap: 20px;
  border-radius: 5px;
  flex-direction: column;
  width: 90%;
  max-width: 1160px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.style-guide-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.style-guide-link {
  justify-content: center;
  width: 100%;
  margin-right: 20px;
  display: flex;
}

.style-guide-links {
  border: 2px solid var(--dark);
  color: var(--dark);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 30px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.style-guide-content-wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.body-16px {
  font-size: 16px;
  line-height: 150%;
}

.body-18px {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.body-22px {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  line-height: 145%;
}

.body-22px.max-width-650px {
  max-width: 650px;
}

.body-22px.max-width-560px {
  max-width: 560px;
}

.body-22px.max-width-716px {
  max-width: 716px;
}

.body-22px.max-width-500px {
  max-width: 500px;
}

.body-22px.max-width-630px {
  max-width: 630px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.center-apart {
  justify-content: space-between;
  align-items: center;
}

.flex-horizontal.center-apart.style-guide-colour {
  margin-bottom: 20px;
}

.style-guide-titles {
  color: var(--primary-blue);
  margin-bottom: 20px;
}

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

.wrapper-1160px.home-hero-flex {
  flex-direction: column;
  max-width: 1290px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.wrapper-1160px.navbar-wrapper {
  max-width: 1328px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.wrapper-1160px.home-logo-flex {
  grid-row-gap: 32px;
  flex-direction: column;
  padding-top: 60px;
}

.wrapper-1160px.home-feature-spotlight-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  max-width: 1180px;
  padding-top: 80px;
  padding-bottom: 180px;
}

.wrapper-1160px.home-discover-flex {
  padding-top: 130px;
  padding-bottom: 130px;
}

.wrapper-1160px.industry-expert-flex {
  padding-bottom: 180px;
}

.wrapper-1160px.app-integration-flex {
  padding-bottom: 80px;
}

.wrapper-1160px.business-growth-flex {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-direction: column;
  padding-top: 180px;
}

.wrapper-1160px.customer-flex {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  flex-direction: column;
}

.wrapper-1160px.home-integration-flex {
  grid-column-gap: 148px;
  grid-row-gap: 148px;
  flex-direction: column;
}

.wrapper-1160px.footer-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-bottom: 20px;
}

.wrapper-1160px.about-team-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 180px;
}

.wrapper-1160px.about-hero-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 1218px;
  padding-top: 64px;
}

.wrapper-1160px.about-numbers-flex {
  max-width: 1036px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.wrapper-1160px.best-people-flex {
  padding-top: 172px;
  padding-bottom: 180px;
}

.wrapper-1160px.about-venture-flex {
  flex-direction: column;
  max-width: 920px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.wrapper-1160px.faq-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 180px;
}

.wrapper-1160px.comparision-table-flex {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 0;
}

.wrapper-1160px.pricing-hero-flex {
  flex-direction: column;
  padding-bottom: 40px;
}

.wrapper-1160px.pricing-testimonial-flex {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 180px;
}

.wrapper-1160px.latest-blogs-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 180px;
}

.wrapper-1160px.newsletter-flex {
  justify-content: center;
}

.wrapper-1160px.blog-hero-flex {
  flex-direction: column;
  padding-bottom: 120px;
}

.wrapper-1160px.blog-details-summary-flex {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-1160px.related-blog-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 180px;
}

.wrapper-1160px.integration-hero-flex {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  padding-top: 120px;
}

.wrapper-1160px.contact-hero-flex {
  align-items: flex-start;
  max-width: 1210px;
  padding-top: 72px;
  padding-bottom: 106px;
}

.wrapper-1160px.contact-answer-flex {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
}

.wrapper-1160px._404-hero-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 1048px;
  padding-top: 90px;
}

.wrapper-1160px.feature-roi-flex {
  flex-direction: column;
  padding-bottom: 63px;
}

.wrapper-1160px.feature-hero-flex {
  padding-top: 40px;
  padding-bottom: 58px;
}

.wrapper-1160px.feature-best-places-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 80px;
}

.wrapper-1160px.customer-first-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
}

.wrapper-1160px.feature-spotlight-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 60px;
}

.wrapper-1160px.seach-result-flex {
  flex-direction: column;
}

.wrapper-1160px.home-3-hero-flex {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-direction: column;
  max-width: 1236px;
}

.wrapper-1160px.home-3-testimonial-flex {
  max-width: 1240px;
}

.wrapper-1160px.home-3-feature-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1200px;
  padding-top: 180px;
  padding-bottom: 80px;
}

.wrapper-1160px.home-3-data-analysis-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  max-width: 1240px;
}

.wrapper-1160px.home-3-discover-blue-flex {
  flex-direction: row-reverse;
}

.wrapper-1160px.why-choose-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1000px;
  padding-top: 180px;
}

.wrapper-1160px.home-3-integration-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1200px;
  padding-top: 160px;
}

.wrapper-1160px.home-3-customer-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1230px;
}

.wrapper-1160px.home-3-contact-flex {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: stretch;
  max-width: 1200px;
}

.wrapper-1160px.home-3-cta-flex {
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper-1160px.reviews-hero-flex {
  max-width: 1200px;
  padding-bottom: 130px;
}

.wrapper-1160px.reviews-customer-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 180px;
}

.wrapper-1160px.faq-card-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
}

.wrapper-1160px.download-hero-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--white);
  flex-direction: column;
}

.wrapper-1160px.different-section-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-bottom: 180px;
}

.wrapper-1160px.demo-hero-flex {
  max-width: 1240px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-1160px.venture-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1200px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper-1160px.customer-flex-180px {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 180px;
}

.wrapper-1160px.creative-freedom-flex-180px {
  padding-top: 180px;
}

.wrapper-1160px.careers-hero-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  max-width: 1360px;
  padding-top: 56px;
  padding-bottom: 180px;
}

.wrapper-1160px.careers-opening-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-1160px.home-2-cta-section {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: var(--white);
  border-radius: 24px;
  align-items: flex-end;
  padding-top: 48px;
  padding-bottom: 0;
  padding-left: 48px;
  overflow: hidden;
}

.wrapper-1160px.pricing-2-hero-flex {
  flex-direction: column;
  max-width: 1200px;
}

.wrapper-1160px.pricing-2-customer-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
}

.wrapper-1160px.different-blue-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1200px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.wrapper-1160px.team-yellow-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.wrapper-1160px.about-3-hero-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1304px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-1160px.about-benefit-flex {
  grid-column-gap: 188px;
  grid-row-gap: 188px;
  flex-direction: column;
  max-width: 1200px;
  padding-top: 180px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper-1160px.faq-open-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1134px;
  padding-top: 0;
  padding-bottom: 80px;
}

.wrapper-1160px.pricing-table-flex {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-direction: column;
  max-width: 1200px;
}

.wrapper-1160px.pricing-3-hero-flex {
  padding-bottom: 236px;
}

.wrapper-1160px.pricing-plan-flex {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-direction: column;
  align-items: center;
  max-width: 1240px;
  margin-top: -136px;
  padding-top: 0;
  padding-bottom: 110px;
}

.wrapper-1160px.about-2-hero-flex {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-bottom: 106px;
}

.wrapper-1160px.about-2-creative-talent-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1200px;
  padding-top: 80px;
}

.wrapper-1160px.about-2-different-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1200px;
}

.wrapper-1160px.about-2-people-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1200px;
  padding-top: 180px;
  padding-bottom: 80px;
}

.wrapper-1160px.about-2-team-flex {
  align-items: flex-start;
  max-width: 1200px;
  padding-top: 180px;
}

.wrapper-1160px.home-2-creative-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1174px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-1160px.home-2-analysis-flex {
  align-items: flex-start;
  max-width: 1165px;
}

.wrapper-1160px.home-2-feature-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 80px;
}

.wrapper-1160px.home-2-spotlight-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1170px;
  padding-top: 180px;
  padding-bottom: 298px;
}

.wrapper-1160px.home-2-hero-flex {
  align-items: flex-start;
  max-width: 1309px;
  padding-top: 46px;
  padding-bottom: 180px;
}

.wrapper-1160px.home-2-result-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
}

.wrapper-1160px.about-2-discover-flex {
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 180px;
}

.wrapper-1160px.all-stories-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.wrapper-1160px.customer-stories-hero-flex {
  max-width: 1240px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-1160px.cs-hero-cms-flex {
  flex-direction: column;
  padding-bottom: 332px;
}

.wrapper-1160px.cs-rich-text-flex {
  margin-top: -272px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-1160px.all-stories-cms-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.wrapper-1160px.overview-hero-flex {
  flex-direction: column;
  padding-top: 56px;
  padding-bottom: 80px;
}

.wrapper-1160px.overview-content-block-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-1160px.overview-page-item-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1240px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-1160px.overview-spotlight-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.margin-bottom-60px {
  margin-bottom: 60px;
}

.margin-bottom-100px {
  margin-bottom: 100px;
}

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

.wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper.licensing-2 {
  align-items: flex-start;
}

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

.wrapper.instruction-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.update-text.heading-bold-text {
  margin-bottom: 24px;
}

.reference-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.reference-wrapper.updates {
  text-align: center;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 620px;
  margin-top: 0;
  padding: 0;
}

.heading-animation-div {
  width: auto;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.overflow-on {
  overflow: visible;
}

.body-22px-medium {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
}

.body-22px-medium.max-width-600px {
  max-width: 600px;
}

.body-22px-bold {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.body-18px-medium {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.body-18px-medium.italic {
  font-style: italic;
}

.body-18px-bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.blue-button {
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  padding: 18px 36px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  transition: all .2s;
}

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

.blue-button.pricing-button {
  width: 100%;
}

.blue-button.pricing-white-button {
  background-color: var(--white);
  color: var(--primary-blue);
  width: 100%;
}

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

.blue-button.newsletter-button {
  padding: 14px 32px;
  font-size: 18px;
  line-height: 156%;
}

.blue-button.integration-button {
  flex: none;
  padding: 14px 32px;
  font-size: 18px;
  line-height: 156%;
}

.blue-button.contact-form {
  margin-top: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.blue-button.forgot-password, .blue-button.log-in-button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.blue-button.large {
  padding-left: 40px;
  padding-right: 40px;
}

.white-button {
  background-color: var(--white);
  color: var(--primary-blue);
  text-align: center;
  border-radius: 100px;
  padding: 18px 36px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  transition: all .2s;
}

.white-button:hover {
  background-color: var(--sweet-purple);
  color: var(--white);
}

.blue-button-small {
  background-color: var(--primary-blue);
  text-align: center;
  border-radius: 100px;
  padding: 14px 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  transition: all .2s;
}

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

.nav-button {
  background-color: var(--dark);
  text-align: center;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
}

.nav-button:hover {
  background-color: var(--playful-yellow);
  color: var(--dark);
}

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

.primary-blue-button {
  grid-column-gap: 16px;
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 100px;
  align-items: center;
  padding: 6px 28px 6px 6px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-blue-button:hover {
  background-color: var(--sweet-purple);
}

.primary-blue-button.phone {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white-smoke);
  color: var(--dark);
  text-align: center;
  width: 100%;
}

.primary-blue-button.white {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--white);
  color: var(--dark);
}

.primary-blue-button.contact-phone {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  background-color: #fff3;
}

.primary-blue-button.grey {
  background-color: var(--white-smoke);
  color: var(--dark);
}

.primary-blue-button.grey:hover {
  background-color: var(--playful-yellow);
}

.primary-button-icon-wrapper {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.primary-button-icon-wrapper.blue {
  background-color: var(--primary-blue);
}

.primary-button-blue-icon {
  width: 26px;
  height: 26px;
}

.primary-blue-button-text {
  font-size: 17px;
}

.home-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 116px;
  display: flex;
  position: relative;
}

.home-hero-heading {
  margin-bottom: 24px;
}

.purple-text-span {
  background-color: var(--sweet-purple);
  color: var(--white);
  border-radius: 10px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.hero-button-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.no-credit-card-text {
  color: var(--grey);
  letter-spacing: -.01em;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.home-hero-visual-image {
  width: 100%;
  height: 100%;
  margin-left: 0%;
  box-shadow: 0 2px 5px #0003;
}

.navbar {
  z-index: 99999;
  background-color: var(--white);
}

.navbar.black {
  background-color: var(--dark);
  color: var(--gainsboro);
}

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

.round-hero-logo {
  width: 100%;
  height: 100%;
}

.round-hero-brand {
  width: 30%;
  max-width: 133px;
  padding-left: 0;
}

.nav-link {
  vertical-align: text-top;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.nav-link.white {
  color: var(--white);
}

.nav-link.white.linkpadding {
  vertical-align: baseline;
  padding-top: 0;
}

.nav-link.hide {
  opacity: .78;
  color: var(--black);
  text-align: left;
  vertical-align: baseline;
}

.nav-link.hide:hover {
  color: var(--primary-blue);
}

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

.nav-link.hide.w--current:hover {
  color: var(--primary-blue);
}

.home-hero-item.right-with-arrow {
  z-index: 11;
  width: 50%;
  max-width: 90px;
  height: auto;
  position: absolute;
  inset: auto 15% 5% auto;
}

.home-hero-item.chart {
  width: 50%;
  max-width: 65px;
  height: auto;
  position: absolute;
  inset: auto auto 30% 5%;
}

.home-hero-item.pencil {
  z-index: 11;
  width: 50%;
  max-width: 72px;
  height: auto;
  position: absolute;
  inset: 0% auto auto -3%;
}

.home-hero-item.purple-profile {
  z-index: 11;
  width: 50%;
  max-width: 53px;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-hero-item.bulb {
  z-index: 11;
  width: 50%;
  max-width: 69px;
  height: auto;
  position: absolute;
  inset: auto 5% 40% auto;
}

.home-hero-item.red-profile {
  z-index: 11;
  width: 50%;
  max-width: 48px;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-logo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.home-logo-hero-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
}

.home-hero-item-image {
  width: 100%;
}

.home-logo-text-wrapper {
  color: var(--grey);
}

.home-feature-spotlight-container {
  text-align: center;
  width: 100%;
  max-width: 804px;
}

.red-text-span {
  background-color: var(--red);
  color: var(--white);
  border-radius: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.home-feature-spotlight-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.home-hero-spotlight-container {
  width: 100%;
  max-width: 360px;
  position: relative;
}

.home-hero-spotlight-wrapper {
  z-index: 11;
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  transition: all .3s;
  position: relative;
}

.home-hero-spotlight-wrapper:hover {
  transform: translate(-20px, -20px);
}

.home-hero-absolute-bg {
  background-color: var(--playful-yellow);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero-spotlight-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.home-hero-spotlight-heading {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.home-hero-spotlight-para {
  font-size: 18px;
  line-height: 156%;
}

.home-discover-blue-section {
  background-color: var(--dark);
  color: var(--white);
}

.home-discover-image-container {
  width: 45%;
  max-width: 524px;
  position: relative;
}

.home-discover-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  max-width: 560px;
  display: flex;
}

.home-discover-text-container.home-3-discover-text-container {
  max-width: 470px;
}

.discover-blue-hero-image {
  width: 100%;
  height: 100%;
}

.discover-hero-item {
  box-shadow: 0 6px 20px #62626240;
}

.discover-hero-item._1 {
  z-index: 11;
  width: 70%;
  max-width: 349px;
  position: absolute;
  inset: auto auto 10% -10%;
}

.discover-hero-item._2 {
  z-index: 11;
  width: 50%;
  max-width: 190px;
  position: absolute;
  inset: 15% -10% auto auto;
}

.discover-hero-item.about-2-item-2 {
  box-shadow: none;
  width: 90%;
  max-width: 432px;
  position: absolute;
  inset: auto auto -40px -10%;
}

.discover-hero-item.about-2-item-1 {
  box-shadow: none;
  width: 50%;
  max-width: 237px;
  position: absolute;
  inset: 80px -15% auto auto;
}

.discover-hero-item-image {
  width: 100%;
  height: 100%;
}

.discover-pointer-heading {
  background-image: url('../images/Checks.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 14px;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.discover-pointer-heading.black-icon {
  background-image: url('../images/Black-Checks.svg');
}

.discover-pointer-sub-para {
  font-size: 18px;
  line-height: 156%;
}

.discover-pointer-container {
  width: 100%;
  max-width: 440px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.discover-pointer-spacer-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.discover-pointer-spacer-line.black-spacer-line {
  background-color: #05003833;
  margin-top: 24px;
}

.land-more-white-link-block {
  grid-column-gap: 12px;
  color: var(--white);
  align-items: center;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  text-decoration: none;
  display: flex;
}

.load-more-white-icon-wrapper {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.load-more-dark-blue-icon {
  width: 12px;
  height: 12px;
}

.home-cta-section {
  background-color: var(--dark);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.home-cta-hero-wrapper {
  z-index: 11;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1068px;
  display: flex;
  position: relative;
}

.home-cta-hero-heading {
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 120%;
}

.button-wrapper {
  flex: none;
}

.button-wrapper.margin-top-36px {
  margin-top: 36px;
}

.home-cta-hero-image {
  object-fit: cover;
  width: 100%;
  max-width: 396px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-hero-item-image-1 {
  object-fit: cover;
  width: 90%;
  max-width: 410px;
  height: auto;
  margin-bottom: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.industry-expert-text-container {
  width: 44%;
  max-width: 450px;
}

.industry-expert-image-container {
  width: 55%;
  max-width: 665px;
}

.industry-expert-hero-img {
  width: 100%;
  height: 100%;
}

.h2-heading-58px {
  text-align: left;
}

.h2-heading-58px.margin-bottom-18px {
  text-align: left;
  margin-bottom: 18px;
}

.h2-heading-58px.margin-bottom-24px {
  margin-bottom: 24px;
}

.h2-heading-58px.margin-bottom-15px {
  margin-bottom: 15px;
}

.h2-heading-58px.margin-bottom-30px {
  margin-bottom: 30px;
}

.industry-expert-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 295px;
  margin-top: 36px;
  display: flex;
}

.app-integration-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 460px;
  display: flex;
}

.app-integration-image-container {
  width: 49%;
  max-width: 580px;
}

.app-integration-hero-image {
  width: 100%;
  height: 100%;
}

.land-more-link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  align-items: center;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  text-decoration: none;
  display: flex;
}

.land-more-link-block.margin-top-32px {
  margin-top: 32px;
}

.load-more-icon-wrapper {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.customer-section {
  overflow: hidden;
}

.business-growth-container-1, .business-growth-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.business-growth-1-img-container {
  width: 46%;
  max-width: 500px;
}

.business-growth-1-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  display: flex;
}

.business-growth-hero-image {
  width: 100%;
  height: 100%;
}

.business-growth-line-spacer {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.business-growth-numbers-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 491px;
  display: flex;
}

.business-growth-number-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.business-growth-large-text {
  letter-spacing: -.01em;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.business-growth-normal-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.customer-upper-text-container {
  text-align: center;
  width: 100%;
  max-width: 810px;
}

.customer-slider-container {
  width: 100%;
}

.customer-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.customer-slider-mask {
  width: 100%;
  max-width: 560px;
  overflow: visible;
}

.customer-slide {
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  padding: 40px 40px 36px;
}

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

.customer-slide-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.customer-slide-para {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
}

.customer-slide-sign-up-rate {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 100%;
}

.customer-slider-left-arrow {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .1s;
  display: flex;
  inset: 0% auto 0% -24px;
}

.customer-slider-left-arrow:hover {
  filter: invert();
}

.customer-slider-left-arrow.home-3-customer-slider-arrow {
  inset: auto auto -96px 0%;
}

.customer-slider-bold-text {
  font-size: 32px;
  font-weight: 700;
}

.customer-slide-organic-traffic {
  font-size: 22px;
  line-height: 100%;
}

.customer-slide-spacer-line {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.customer-slide-spacer-line.white {
  background-color: var(--white);
}

.customer-slide-logo-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.customer-slide-star-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.customer-slide-star {
  width: 22px;
  height: 22px;
}

.customer-slide-logo {
  width: 100%;
  height: 38px;
}

.customer-slider-arrow {
  margin-left: auto;
  margin-right: auto;
}

.customer-slider-right-arrow {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .1s;
  display: flex;
  inset: 0% auto 0% 535px;
}

.customer-slider-right-arrow:hover {
  filter: invert();
}

.customer-slider-right-arrow.home-3-customer-slider-arrow {
  inset: auto auto -96px 68px;
}

.customer-slider-right-arrow.position-at-the-end {
  inset: 0% -64px 0% auto;
}

.home-integration-upper-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.home-integration-text-wrap {
  width: 55%;
  max-width: 556px;
}

.home-integration-bottom-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-integration-item-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: 556px;
  display: flex;
}

.hm-container-blue-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px;
  align-items: flex-start;
  width: 90%;
  max-width: 434px;
  padding: 20px;
  display: flex;
}

.hm-container-blue-item.right {
  align-items: center;
  margin-left: auto;
}

.hm-container-blue-item.home-3-contact-yellow-box {
  border: 1px solid var(--dark);
  box-shadow: 6px 6px 0 0 var(--dark);
}

.hm-container-blue-item.home-3-contact-yellow-border {
  border: 1px solid var(--dark);
  margin-left: auto;
}

.hm-container-blue-item.home-2-blue-item {
  margin-top: 22px;
  margin-bottom: -41px;
  margin-left: auto;
  box-shadow: 0 10px 90px #0000000d;
}

.home-integration-blue-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-blue);
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

.h-m-blue-container-icon {
  width: 48px;
  height: 48px;
}

.h-m-blue-item-heading-22px {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.h-m-blue-para-16px {
  margin-top: 8px;
  font-size: 16px;
  line-height: 150%;
}

.hm-dark-blue-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark);
  color: var(--white);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  padding: 42px 36px;
  display: flex;
}

.hm-dark-blue-hero-icon {
  width: 58px;
  height: 58px;
}

.hm-dark-blue-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.hm-yellow-hero-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--playful-yellow);
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  padding: 156px 48px 36px;
  display: flex;
  position: relative;
}

.hm-yellow-hero-item-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.hm-yellow-hero-item-heading {
  font-family: Satoshi variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.hm-yellow-item-hero-image {
  width: 90%;
  max-width: 280px;
  position: absolute;
  inset: -25% auto auto 48px;
}

.hm-grey-hero-item {
  background-color: var(--white-f7f7f7);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 56px 36px 36px 48px;
  display: flex;
}

.hm-grey-hero-item-pointer {
  background-image: url('../images/Blue-Check-Icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  font-size: 18px;
  line-height: 160%;
}

.hm-grey-pointer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 50px;
  display: flex;
}

.footer-banner {
  color: #12172280;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
}

.copyright-text {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}

.cf-links {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.cf-links:hover {
  color: var(--slate-blue);
}

.footer-upper-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-left-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  max-width: 337px;
  display: flex;
}

.footer-right-container {
  width: 65%;
  max-width: 653px;
}

.footer-right-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-right-grid-wrapper {
  width: 100%;
  height: 100%;
}

.footer-right-sub-grid {
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-items: flex-start start;
  width: 100%;
  height: auto;
  margin-top: 26px;
  display: flex;
}

.footer-text-link-18px {
  color: var(--dark);
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
  text-decoration: none;
  transition: color .2s;
}

.footer-text-link-18px:hover {
  color: var(--red);
}

.footer-caption-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.footer-form-block {
  width: 100%;
  max-width: 230px;
  margin-top: 26px;
}

.footer-form-wrapper {
  border: 1px solid var(--gainsboro-d8d8d8);
  border-radius: 100px;
  align-items: center;
  height: 50px;
  padding: 5px;
  display: flex;
}

.footer-form-submit-button {
  background-color: var(--primary-blue);
  background-image: url('../images/White-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.footer-form-text-field {
  color: var(--dark);
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 17px;
  font-size: 16px;
  line-height: 150%;
}

.footer-form-text-field::placeholder {
  color: var(--light-grey);
}

.footer-brand-wrapper {
  width: 90%;
  max-width: 135px;
}

.footer-address-text, .footer-phone-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.footer-social-icon {
  width: 24px;
  height: 24px;
}

.footer-social-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: flex;
}

.footer-social-icon-wrapper:hover {
  transform: translate(0, -5px);
}

.footer-social-icon-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.menu-button {
  padding: 15px;
}

.nav-link-button-wrapper {
  padding: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 156%;
}

.nav-link-button-wrapper:hover {
  color: var(--red);
}

.nav-link-button-wrapper.white {
  color: #fff;
}

.creative-talent-section {
  padding-bottom: 180px;
}

.crative-talent-map-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 230px;
  position: relative;
}

.world-map-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.creative-talent-office-wrapper {
  z-index: 11;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.creative-talent-office-item {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  padding: 33px 50px;
  display: flex;
}

.creative-talent-office-heading {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.creative-talent-office-para {
  color: #050038ad;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.creative-talent-office-image {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.creative-talent-text-wrapper {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin-bottom: 58px;
  margin-left: auto;
  margin-right: auto;
}

.green-text-span {
  background-color: var(--lemon-green);
  color: var(--white);
  border-radius: 12px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.about-team-text-container {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.about-team-para {
  max-width: 520px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.about-team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
}

.about-team-hero-item {
  border: 1px solid #000;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.about-team-hero-item:hover {
  transform: translate(0, -5px);
}

.about-team-hero-item-text-wrap {
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  padding: 24px 22px;
}

.about-team-hero-proflie {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-team-hero-item-heading {
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.about-team-hero-item-position {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.about-hero-upper-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-hero-upper-img-wrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  width: 52%;
  max-width: 602px;
  display: flex;
}

.about-hero-upper-text-wrap {
  width: 45%;
  max-width: 527px;
}

.about-hero-heading {
  margin-bottom: 0;
}

.about-hero-image {
  width: 100%;
  height: 100%;
}

.about-hero-bottom-container {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-hero-item-bottom-item {
  width: 100%;
}

.about-numbers-section {
  background-color: var(--white-f7f7f7);
}

.about-numbers-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center space-between;
  width: 100%;
  display: flex;
}

.about-numbers-hero-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-numbers-item-heading {
  letter-spacing: -.01em;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
}

.about-numbers-item-tag-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 4px 16px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
  display: inline-block;
}

.about-numbers-item-tag-text.purple {
  background-color: var(--sweet-purple);
  color: var(--white);
}

.about-numbers-item-tag-text.green {
  background-color: var(--lemon-green);
  color: var(--white);
}

.about-numbers-item-tag-text.blue {
  background-color: var(--primary-blue);
  color: var(--white);
}

.about-numbers-item-tag-text.red {
  background-color: var(--red);
  color: var(--white);
}

.best-people-left-container {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  width: 49%;
  max-width: 530px;
  display: flex;
}

.best-people-right-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 52%;
  max-width: 600px;
  display: flex;
}

.best-people-hero-image {
  width: 100%;
  max-width: 480px;
}

.best-people-traits-item {
  z-index: 11;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 35px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.best-people-traits-item:hover {
  transform: translate(-10px, -10px);
}

.best-people-traits-icon-wrap {
  border-right: 1px solid var(--dark);
  border-radius: 15px;
  flex: none;
  width: 160px;
  height: 100%;
  padding: 40px;
}

.best-people-traits-para-text {
  max-width: 330px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.best-people-traits-bold-text {
  font-weight: 700;
}

.best-people-traits-hero-icon {
  width: 80px;
  height: 80px;
}

.best-people-traits-item-bg {
  z-index: 0;
  background-color: var(--playful-yellow);
  border-radius: 15px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.best-people-traits-hero-wrapper {
  width: 95%;
  max-width: 560px;
  position: relative;
}

.best-people-traits-hero-wrapper.left {
  margin-right: auto;
}

.best-people-traits-hero-wrapper.right {
  margin-left: auto;
}

.about-team-profile-wrapper {
  background-color: var(--black);
  border-bottom: 1px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-team-profile-linkedin-item {
  z-index: 111;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 12px 14px auto auto;
}

.about-team-profile-linkedin-icon {
  width: 20px;
  height: 20px;
}

.about-ventures-section {
  background-color: var(--sweet-purple);
  color: var(--white);
}

.about-venture-text-container {
  text-align: center;
  width: 100%;
  max-width: 822px;
  margin-bottom: 60px;
}

.about-ventures-tabs {
  width: 100%;
  height: 100%;
}

.about-ventures-tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 46px;
  display: flex;
}

.about-ventures-tabs-content {
  overflow: visible;
}

.about-ventures-tab-link {
  opacity: .5;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 200px;
  height: 72px;
  padding: 0 5px;
  display: flex;
}

.about-ventures-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.about-ventures-tab-link-img {
  width: 100%;
  height: 100%;
}

.about-ventures-tab-wrapper {
  background-color: var(--white);
  color: var(--dark);
  border: 1px solid #000;
  border-radius: 13px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.about-ventures-tab-text-wrap {
  width: 70%;
  max-width: 480px;
  margin: 47px 20px 57px 56px;
}

.about-ventures-tab-funding-wrap {
  border-left: 1px solid #000;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  max-width: 328px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-ventures-funding-heading {
  letter-spacing: -.01em;
  margin-bottom: 18px;
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
}

.about-ventures-funding-tag-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 4px 16px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.about-ventures-funding-tag-text.red {
  background-color: var(--red);
  color: var(--white);
}

.about-ventures-funding-tag-text.yellow {
  background-color: var(--playful-yellow);
  color: var(--white);
}

.about-ventures-funding-tag-text.green {
  background-color: var(--lemon-green);
  color: var(--white);
}

.about-ventures-funding-tag-text.blue {
  background-color: var(--primary-blue);
  color: var(--white);
}

.about-venture-quote-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.about-ventures-tab-para {
  letter-spacing: -.01em;
  font-size: 28px;
  line-height: 140%;
}

.bottom-line {
  background-color: var(--dark);
  width: 100%;
  height: 1.5px;
}

.faq-content {
  color: #121212;
  width: 100%;
  max-width: 700px;
  padding-bottom: 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.faq-answer-wrap {
  color: #121212;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.faq-question-container {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.faq-line-vertical {
  background-color: var(--dark);
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.faq-card {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.faq-icon-contain {
  border: 2px solid var(--dark);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faqs-wrapper {
  z-index: 2;
  border: 2px solid var(--dark);
  border-radius: 8px;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-line {
  background-color: var(--dark);
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.faq-question {
  color: var(--dark);
  width: 90%;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.faq-text-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.faq-contact-link {
  color: var(--primary-blue);
  font-weight: 700;
  text-decoration: none;
}

.comparison-table {
  width: 100%;
}

.price-grid-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.pricing-headings {
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.comparison-plan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-row-contain {
  border-bottom-color: #0000001a;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 48px;
  display: flex;
}

.pricing-row-contain.off-white {
  background-color: var(--white-f7f7f7);
  border-radius: 6px;
  align-items: stretch;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 48px;
}

.price-grid-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
}

.headings {
  width: 25%;
  display: flex;
}

.price-checkmark {
  width: 28px;
}

.comparison-table-text-container {
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.pricing-hero-text-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 950px;
  display: flex;
}

.pricing-hero-heading {
  margin-bottom: 40px;
}

.pricing-hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 102px;
  margin-bottom: 40px;
}

.pricing-hero-grid-item {
  border: 1px solid var(--dark);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  height: 100%;
  display: flex;
}

.pricing-hero-grid-item.blue {
  background-color: var(--primary-blue);
  color: var(--white);
}

.pricing-grid-item-upper {
  border-bottom: 1px solid #000;
  width: 100%;
  height: auto;
  padding: 40px 30px;
  position: relative;
}

.pricing-grid-item-bottom {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px 32px 32px;
  display: flex;
}

.pricing-grid-item-heading {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.pricing-grid-item-sub-heading {
  margin-bottom: 56px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.pricing-grid-item-price {
  letter-spacing: -.01em;
  font-size: 64px;
  font-weight: 700;
  line-height: 115%;
}

.pricing-grid-item-grey-heading {
  color: #0500384d;
  font-size: 32px;
}

.pricing-grid-pointer-image {
  width: 24px;
  height: 24px;
}

.pricing-grid-pointer-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

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

.pricing-grid-pointer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-grid-button-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.pricing-grid-item-white-small {
  color: #ffffff4d;
  font-size: 32px;
}

.no-credit-card-text-16px {
  font-size: 16px;
  line-height: 150%;
}

.no-credit-card-text-16px.white {
  color: var(--white);
}

.pricing-grid-pointer-heading {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-grid-pointer-heading.white {
  color: #ffffff80;
}

.pricing-grid-item-bottom-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.pricing-grid-item-icon {
  width: 90%;
  max-width: 72px;
  position: absolute;
  inset: -40px 32px auto auto;
}

.custom-pricing-container {
  background-color: var(--dark);
  color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 10px 40px;
  display: flex;
}

.custom-pricing-sub-container {
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  border-radius: 10px;
  width: 50%;
  max-width: 340px;
  padding: 40px 22px 10px;
}

.custom-pricing-heading-large {
  color: var(--dark);
  letter-spacing: -.01em;
  margin-bottom: 72px;
  font-size: 58px;
  font-weight: 700;
  line-height: 125%;
}

.custom-pricing-grid {
  grid-template-rows: auto;
  width: 100%;
  max-width: 518px;
  height: 100%;
}

.custom-grid-pointer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.customer-grid-pointer-container {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-direction: column;
  width: 60%;
  padding-top: 42px;
  padding-bottom: 34px;
  display: flex;
}

.custom-pricing-icon-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.custom-pricing-icon-text-wrap {
  flex-direction: column;
  align-items: stretch;
  height: 76px;
  display: flex;
}

.custom-grid-item-icon {
  width: 90%;
  max-width: 72px;
}

.pricing-testimonial-yellow-box {
  background-color: var(--playful-yellow);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 560px;
  padding: 40px 40px 36px;
  display: flex;
}

.pricing-testimonial-purple-box {
  background-color: var(--sweet-purple);
  color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 560px;
  padding: 40px 40px 36px;
  display: flex;
}

.pricing-testimonial-purple-box.blue {
  background-color: var(--primary-blue);
}

.pricing-testimonial-para {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
}

.pricing-testimonial-sign-up-rate {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 100%;
}

.pricing-testimonial-bold-text {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
}

.pricing-testimonial-organic-text {
  font-size: 22px;
  line-height: 100%;
}

.pricing-testimonial-logo {
  width: 100%;
  height: 38px;
}

.blog-hero-item {
  color: var(--dark);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-hero-item-text-wrapper {
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 8px;
  width: 90%;
  max-width: 480px;
  height: 100%;
  margin-top: -85px;
  padding: 32px 32px 20px;
}

.blog-hero-item-tag {
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #ffd02f;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

.blog-hero-item-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.blog-hero-item-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-hero-item-author-image {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.blog-hero-item-author-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.blog-hero-item-author-job-title {
  font-size: 14px;
  line-height: 140%;
}

.blog-hero-item-image-wrapper {
  width: 100%;
  height: 100%;
}

.blog-hero-item-hero-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.blog-collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.blog-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.blog-collection-item {
  width: 100%;
  height: 100%;
}

.blog-tabs {
  width: 100%;
}

.blog-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.blog-tab-link {
  border: 1px solid var(--gainsboro-light);
  background-color: var(--white);
  border-radius: 32px;
  padding: 14px 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.blog-tab-link:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.blog-tab-link.w--current {
  background-color: var(--dark);
  color: var(--white);
}

.blog-tab-link.w--current:hover {
  background-color: var(--sweet-purple);
}

.blog-tab-pane {
  width: 100%;
}

.blog-tab-pane-wrapper {
  width: 100%;
  height: 100%;
}

.newsletter-section {
  background-color: var(--dark);
  color: var(--white);
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.newsletter-wrapper {
  z-index: 111;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 690px;
  display: flex;
  position: relative;
}

.newsletter-form-block {
  width: 100%;
  max-width: 448px;
  margin-top: 40px;
}

.newsletter-form-wrapper {
  background-color: var(--white);
  border-radius: 100px;
  align-items: center;
  width: 100%;
  padding: 4px;
  display: flex;
}

.newsletter-text-field {
  color: var(--dark);
  background-image: url('../images/Envelope.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 60px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.newsletter-text-field:focus {
  border: 0 solid #000;
}

.newsletter-text-field::placeholder {
  color: #05003899;
}

.newsletter-blue-bg._1 {
  z-index: 11;
  object-fit: cover;
  width: 35%;
  max-width: 381px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.newsletter-blue-bg._2 {
  z-index: 11;
  width: 30%;
  max-width: 343px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-hero-slider {
  background-color: #0000;
  width: 80%;
  height: auto;
}

.blog-hero-slider-mask {
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: visible;
}

.blog-hero-slide {
  width: 100%;
  height: 100%;
}

.blog-hero-slide-wrapper, .blog-slider-collection-list {
  width: 100%;
}

.blog-slider-item {
  color: var(--dark);
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-slider-image-item {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.blog-slider-text-item {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 12px;
  width: 90%;
  max-width: 780px;
  margin-top: -150px;
  padding: 36px 100px 30px 40px;
}

.blog-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 560px;
}

.blog-slider-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 76px;
}

.blog-slider-left-arrow {
  width: 50%;
  inset: 0% auto 0% -50%;
}

.blog-slider-right-arrow {
  width: 50%;
  inset: 0% -50% 0% auto;
}

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

.blog-hero-heading {
  margin-bottom: 0;
}

.blog-details-hero-section {
  padding-top: 355px;
  position: relative;
  overflow: hidden;
}

.blog-details-hero-image {
  z-index: 0;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-details-hero-text-container {
  z-index: 11;
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 64px 50px;
  position: relative;
}

.blog-details-hero-heading {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 120%;
}

.blog-details-summary-container {
  width: 100%;
  max-width: 1000px;
}

.blog-details-social-left-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--dark) black var(--dark) var(--dark);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 48px;
  margin-top: 55px;
  padding: 18px 12px;
  display: flex;
  position: sticky;
  top: 55px;
}

.rich-text {
  width: 100%;
  padding: 64px;
}

.rich-text p {
  margin-bottom: 30px;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  line-height: 145%;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 125%;
}

.rich-text img {
  margin-top: 64px;
  margin-bottom: 64px;
}

.rich-text blockquote {
  background-color: var(--white-smoke-quote);
  border-left-width: 0;
  border-left-color: #0000;
  border-radius: 9px;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 133%;
}

.rich-text h2, .rich-text h1, .rich-text h3, .rich-text h5, .rich-text h6 {
  margin-bottom: 24px;
}

.blog-details-social-link-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .2s;
  display: flex;
}

.blog-details-social-link-wrapper:hover {
  transform: translate(0, -5px);
}

.blog-details-soccial-image {
  width: 100%;
  height: 100%;
}

.blog-details-cta-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary-blue);
  color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 18px 10px;
  text-decoration: none;
  display: flex;
}

.blog-details-cta-icon {
  width: 28px;
  height: 28px;
}

.blog-details-cta-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.blog-details-author-container {
  border: 1px solid var(--dark);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 122px;
  padding: 70px 64px 50px;
  display: flex;
  position: relative;
}

.blog-details-summary-text-wrap {
  border-right: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}

.blog-details-autho-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 160%;
}

.blog-details-author-tag {
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #ffd02f;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 4px 16px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

.blog-details-author-name {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.blog-details-author-item {
  flex: none;
  width: 100px;
  height: 100px;
}

.blog-details-author-item-image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.blog-details-author-profile-item {
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: flex;
}

.blog-details-author-profile-item:hover {
  filter: invert();
}

.blog-details-author-profile-image {
  width: 24px;
  height: 24px;
}

.blog-details-author-profile-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 356px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -50px 0% auto;
}

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

.related-blog-collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.related-blog-collection-list-wrap, .related-blog-container {
  width: 100%;
  height: 100%;
}

.pricing-testimonial-box-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.pricing-testimonial-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.utility-page-wrap {
  background-color: var(--dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 520px;
  display: flex;
  position: relative;
}

.utility-page-form {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.integration-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.integration-hero-heading {
  margin-bottom: 24px;
}

.search-input {
  background-color: #0000;
  background-image: url('../images/Search-Icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 52px;
  font-size: 18px;
  line-height: 156%;
}

.integration-hero-text-container {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.integration-hero-card-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: 10px;
  align-items: center;
  width: 100%;
  max-width: 560px;
  height: 100%;
  padding: 30px 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.integration-hero-card-container:hover {
  background-color: #cea7ff33;
}

.integration-card-container {
  width: 100%;
  height: 100%;
}

.integration-hero-card-image {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.integration-hero-card-sub-wrap {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.integration-hero-card-name {
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}

.integration-hero-card-type {
  color: #05003899;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.integration-collection-list-wrap {
  width: 100%;
  height: 100%;
}

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

.integration-collection-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.request-integration-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark);
  color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 42px 32px;
  display: flex;
}

.request-integration-heading {
  width: 80%;
  font-size: 40px;
  line-height: 120%;
}

.integration-hero-item {
  width: 50%;
  max-width: 100px;
  height: auto;
}

.integration-hero-item._1 {
  z-index: 111;
  width: 28%;
  max-width: 60px;
  position: absolute;
  inset: -20px auto auto 0%;
}

.integration-hero-item._2 {
  z-index: 11;
  width: 45%;
  max-width: 98px;
  position: absolute;
  inset: 30% 30% auto auto;
}

.integration-hero-item._3 {
  z-index: 11;
  width: 31%;
  max-width: 69px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.integration-hero-item._4 {
  z-index: 111;
  width: 36%;
  max-width: 80px;
  position: absolute;
  inset: -30px 0% auto auto;
}

.integration-hero-item._5 {
  z-index: 11;
  width: 32%;
  max-width: 69px;
  position: absolute;
  inset: 30% auto auto 30%;
}

.integration-hero-item._6 {
  z-index: 111;
  width: 45%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.integration-hero-item-image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.integration-3-card-container {
  width: 20%;
  max-width: 200px;
}

.integration-3-card-container.left {
  z-index: 11;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.integration-3-card-container.right {
  z-index: 11;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-hero-section {
  background-color: var(--dark);
  color: var(--white);
}

.contact-hero-text-container {
  width: 48%;
  max-width: 540px;
}

.contact-hero-form-container {
  width: 46%;
  max-width: 520px;
}

.contact-hero-heading {
  margin-bottom: 24px;
}

.office-location-container {
  width: 50%;
  max-width: 260px;
  margin-top: 34px;
  margin-bottom: 40px;
}

.office-location-heading {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.social-media-icon-wrapper {
  transition: all .2s;
}

.social-media-icon-wrapper:hover {
  transform: translate(0, -5px);
}

.social-media-icon {
  width: 24px;
  height: 24px;
}

.social-media-icon-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.social-media-container {
  width: 100%;
  max-width: 168px;
}

.contact-form-block {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px;
  width: 100%;
  padding: 40px 40px 50px;
}

.contact-form {
  width: 100%;
}

.contact-text-field {
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: 4px;
  height: 48px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 52px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.contact-text-field:focus {
  border-color: var(--primary-blue);
}

.contact-text-field::placeholder {
  color: #05003899;
}

.contact-text-field.name {
  background-image: url('../images/User.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-text-field.email {
  background-image: url('../images/Envelope_1.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-text-field.subject {
  background-image: url('../images/PencilSimple.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-field-label {
  margin-bottom: 16px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.red-star-span {
  color: var(--red);
}

.contact-text-area {
  border: 1px solid var(--dark);
  background-image: url('../images/ChatCircleDots.svg');
  background-position: 16px 12px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  height: 180px;
  min-height: 180px;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 52px;
  font-size: 16px;
  line-height: 150%;
}

.contact-text-area:focus {
  border-color: var(--primary-blue);
}

.contact-form-privacy-text {
  color: #05003899;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  line-height: 170%;
}

.contact-success-message {
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.contact-error-message {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.contact-answer-section {
  background-color: var(--white-smoke-quote);
  margin-bottom: 114px;
}

.contact-answer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.contact-answer-upper-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.contact-answer-grid-item {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  height: 100%;
  padding: 32px 40px 30px;
  display: flex;
}

.contact-answer-grid-item.purple {
  background-color: var(--sweet-purple);
  color: var(--white);
  text-decoration: none;
}

.contact-answer-grid-item.green {
  background-color: var(--lemon-green);
  color: var(--white);
  text-decoration: none;
}

.contact-answer-grid-item.red {
  background-color: var(--red);
  color: var(--white);
  text-decoration: none;
}

.contact-answer-item-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.contact-answer-item-icon {
  width: 40px;
  height: 40px;
}

.contact-answer-item-upper-flex {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-bottom: 12px;
  display: flex;
}

.contact-answer-item-para {
  font-size: 22px;
  line-height: 145%;
}

.contact-answer-itemtext-wrap {
  margin-bottom: 90px;
}

.pass-recovery-text-field {
  border: 1px solid var(--dark);
  color: var(--dark);
  background-image: url('../images/Envelope_1.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 52px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.pass-recovery-text-field::placeholder {
  color: #05003899;
}

.pass-recovery-heading {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.pass-recovery-field-label {
  color: #05003899;
  margin-bottom: 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.password-error-message {
  background-color: var(--red);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-weight: 500;
}

.blue-background-large {
  object-fit: cover;
  width: 35%;
  max-width: 328px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blue-background-small {
  z-index: 0;
  width: 40%;
  max-width: 378px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.log-in-section {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}

.log-in-container {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 520px;
  height: auto;
  display: flex;
  position: relative;
}

.log-in-form-block {
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  padding: 40px 40px 32px;
}

.log-in-form {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.checkbox-field {
  align-items: baseline;
  margin-bottom: 16px;
  margin-right: auto;
  display: flex;
}

.checkbox {
  margin-right: 12px;
  transform: scale(1.1);
}

.checkbox-label {
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.log-in-text-field {
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: 4px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding-left: 52px;
  font-size: 16px;
  line-height: 150%;
}

.log-in-text-field::placeholder {
  color: #05003899;
}

.log-in-text-field.email {
  background-image: url('../images/Envelope_1.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.log-in-text-field.password {
  background-image: url('../images/LockKey.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.log-in-text-field.name {
  background-color: var(--white);
  background-image: url('../images/User.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.google-sign-in-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark);
  background-color: var(--white);
  color: var(--dark);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 12px 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.google-sign-in-button:hover {
  background-color: var(--white-smoke-search);
}

.log-in-caption-text-14px {
  color: #05003899;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  line-height: 170%;
}

.log-in-register-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.log-in-link-text {
  color: var(--primary-blue);
  font-weight: 500;
  text-decoration: none;
}

.log-in-bottom-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.log-in-heading {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.log-in-blue-large-bg {
  z-index: 0;
  object-fit: cover;
  width: 35%;
  max-width: 328px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.log-in-blue-small-ng {
  z-index: 0;
  width: 40%;
  max-width: 378px;
  position: absolute;
  inset: auto auto 0% 0%;
}

._404-image-container {
  width: 48%;
  max-width: 524px;
}

._404-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 348px;
  display: flex;
}

._404-hero-image {
  width: 100%;
  height: 100%;
}

._404-heading {
  text-shadow: 4px 4px 0 var(--playful-yellow);
  margin-bottom: 16px;
  font-size: 128px;
  line-height: 100%;
}

._404-sub-heading {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.feature-roi-image-container {
  width: 100%;
}

.feature-roi-hero-image {
  width: 100%;
  height: 100%;
}

.feature-roi-upper-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 65px;
  display: flex;
}

.feature-roi-text-wrapper {
  width: 68%;
  max-width: 720px;
}

.feature-roi-train-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 114px;
  display: flex;
}

.feature-roi-hero-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 53px;
  flex: none;
  align-items: center;
  width: auto;
  margin-right: 24px;
  padding: 14px 20px;
  display: flex;
}

.feature-roi-hero-item-icon {
  width: 28px;
  height: 28px;
}

.feature-roi-hero-item-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.feature-roi-wrapper-1, .feature-roi-wrapper-2 {
  flex: none;
  align-items: center;
  display: flex;
}

.feature-roi-container-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.feature-hero-image-container {
  width: 46%;
  max-width: 509px;
  position: relative;
}

.feature-hero-image {
  width: 100%;
  height: 100%;
}

.feature-hero-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 590px;
  display: flex;
}

.feature-hero-heading {
  margin-bottom: 24px;
}

.feature-button-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.feature-sub-hero-image {
  z-index: 0;
  width: 55%;
  max-width: 298px;
  position: absolute;
  inset: auto -8% -60px auto;
}

.feature-sub-hero-train-section {
  background-color: var(--white-smoke-quote);
  padding-top: 42px;
  padding-bottom: 42px;
}

.feature-best-places-text-wrap {
  text-align: center;
  width: 100%;
  max-width: 790px;
}

.features-best-places-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.best-places-item {
  border: 1px solid var(--dark);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 260px;
  height: 100%;
  padding: 32px;
  display: flex;
}

.best-places-item-star-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 26px;
  display: flex;
}

.best-places-item-star-icon {
  width: 24px;
  height: 24px;
}

.best-places-item-heading-large {
  font-size: 64px;
  font-weight: 700;
  line-height: 112%;
}

.best-places-item-heading-small {
  font-size: 36px;
  line-height: 100%;
}

.customer-first-yellow-container {
  background-color: var(--playful-yellow);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 80px 32px 40px;
  display: flex;
}

.customer-first-image-container {
  width: 46%;
  max-width: 502px;
}

.customer-first-hero-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.customer-first-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 460px;
  display: flex;
}

.customer-first-pointer-icon {
  width: 28px;
  height: 28px;
}

.customer-first-pointer-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.customer-first-pointer-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.customer-first-pointer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.customer-first-blue-container {
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 12px;
  width: 100%;
  max-width: 760px;
  padding: 244px 40px 44px;
  position: relative;
}

.customer-first-blue-containers {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.customer-first-dark-blue-wrap {
  background-color: var(--dark);
  color: var(--white);
  border-radius: 12px;
  width: 100%;
  max-width: 360px;
  padding: 48px 39px 48px 40px;
}

.customer-first-dark-blue-icon {
  width: 74px;
  height: auto;
  margin-bottom: 52px;
}

.cf-dark-blue-heading {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.cf-dark-blue-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.customer-first-blue-white-bg {
  width: 30%;
  max-width: 270px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.customer-first-blue-hero-image {
  width: 60%;
  max-width: 375px;
  position: absolute;
  inset: -26px auto auto 40px;
}

.customer-first-button-pointer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 50px;
  align-items: center;
  padding: 8px 20px 8px 12px;
  display: flex;
}

.cf-blue-pointer-container {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.cf-blue-pointer-icon {
  width: 28px;
  height: 28px;
}

.cf-blue-container-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.creative-freedom-text-container {
  width: 48%;
  max-width: 540px;
}

.creative-freedom-image-container {
  width: 48%;
  max-width: 524px;
  position: relative;
}

.creative-freedom-hero-image {
  width: 100%;
  height: 100%;
}

.creative-freedom-spacer-line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.creative-freedom-author-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.creative-freedom-author-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.creative-freedom-author-image {
  width: 48px;
  height: 48px;
}

.cf-blue-author-name {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-blue-author-job {
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.creative-freedom-absolute-img {
  border-radius: 8px;
  box-shadow: 4px 4px 32px #87878740;
}

.creative-freedom-absolute-img._1 {
  width: 70%;
  max-width: 361px;
  position: absolute;
  inset: auto auto 30% 0%;
}

.creative-freedom-absolute-img._2 {
  width: 65%;
  max-width: 345px;
  position: absolute;
  inset: auto auto 15% -5%;
}

.feature-spotlight-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.feature-spotlight-hero-item {
  width: 100%;
  max-width: 560px;
  position: relative;
}

.feature-spotlight-item-wrapper {
  z-index: 11;
  grid-column-gap: 24px;
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 44px 32px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.feature-spotlight-item-wrapper:hover {
  transform: translate(-12px, -12px);
}

.feature-spotlight-item-wrapper.special {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-spotlight-item-text-wrap.special {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.feature-spotlight-text-container {
  text-align: center;
  width: 100%;
  max-width: 804px;
}

.most-popular-tag {
  z-index: 1;
  width: 90%;
  max-width: 150px;
  position: absolute;
  inset: -20px auto auto -28px;
}

.order-confirmation {
  background-color: #0000;
  padding: 60px 0;
}

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

.block-header {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.checkout-form {
  background-color: #0000;
  padding: 60px 0;
}

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

.pay-with-browser {
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
}

.pricing-collection-contain {
  width: 100%;
  margin-top: 102px;
}

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

.ecom-pricing-heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.pricing-plan-points p {
  background-image: url('../images/Pricing-Check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.pricing-plan-points h6 {
  background-image: url('../images/Pricing-White-Check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.cart-button {
  background-color: var(--red);
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 150%;
  transition: all .2s;
}

.cart-button:hover {
  background-color: var(--sweet-purple);
}

.blue-text-span-16px {
  color: var(--primary-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.update-paragraph {
  font-size: 22px;
  line-height: 150%;
}

.reference-section {
  background-color: var(--dark);
  color: var(--white);
  position: relative;
}

.template-instruction-heading-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.instruction-heading-2 {
  margin-bottom: 60px;
}

.template-instruction-youtube {
  height: 100%;
}

.text-variant-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-bottom: 40px;
  display: grid;
}

.styles-heading {
  margin-bottom: 0;
  font-weight: 700;
}

.style-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.typo-style-info-text {
  color: #545479;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.style-description {
  color: var(--dim-grey);
  margin-top: 24px;
  font-size: 18px;
  line-height: 160%;
}

.text-variant-grid {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 75px;
  display: grid;
  position: relative;
}

.view-source-button {
  grid-column-gap: 12px;
  color: #3f53d8;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 155%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.licensing-hero-wrapper {
  width: 100%;
}

.licensing-hero-wrapper.icons {
  margin-top: 150px;
  margin-bottom: 150px;
}

.licensing-hero-wrapper.icons-2 {
  margin-bottom: 150px;
}

.view-source-button-line {
  background-color: #3f53d8;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.licencing-images-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

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

.licensing-tag-subtext-2 {
  letter-spacing: -.02em;
  font-size: 18px;
}

.licensing-heading-2 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 116%;
}

.licensing-icon-grid {
  grid-column-gap: 90px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 55px;
  display: grid;
}

.licensing-icon-image {
  width: 48px;
  height: 48px;
}

.font-title-heading {
  color: #3f53d8;
  text-align: center;
  letter-spacing: -1px;
  background-color: #3f53d81a;
  border-radius: 16px;
  margin-top: 60px;
  padding: 42px 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.licensing-icon-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.licencing-image-item-2 {
  border-radius: 10px;
  height: 250px;
}

.view-source-button-icon {
  width: 24px;
  height: 24px;
}

.licensing-hero-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.plan-detail-title {
  color: #0d0e10;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.price-points-rich-text p {
  background-image: url('../images/Pricing-Check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 32px;
}

.plan-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-containers {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.text-containers.product-hero {
  width: 45%;
  max-width: 500px;
}

.products-name {
  margin-bottom: 8px;
  margin-right: 10px;
}

.product-details-contain {
  margin-top: 20px;
  font-size: 18px;
}

.option-list {
  margin-top: 20px;
}

.product-name-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.duration-label {
  margin-bottom: 10px;
}

.product-box-wrap {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 40px;
  box-shadow: 0 10px 30px #0f1f3d14;
}

.plan-detail-paragraph {
  margin-bottom: 20px;
  font-size: 18px;
}

.duration-buttons {
  background-color: #3f53d81a;
  border: 2px solid #c9fa7500;
  border-radius: 4px;
  margin-right: 20px;
  padding: 10px 20px;
  font-weight: 500;
}

.duration-buttons.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #3f53d8;
  border: 2px solid #0b0b0b00;
}

.buttons-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 30px;
  display: grid;
}

.plan-price {
  color: #0d0e10;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.buynow-button {
  background-color: var(--red);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  margin-top: 0;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.buynow-button:hover {
  background-color: var(--dark);
}

.add-to-cart {
  background-color: var(--primary-blue);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.add-to-cart:hover {
  background-color: var(--sweet-purple);
}

.about-product-text {
  color: #545479;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.button-group {
  margin-bottom: 20px;
}

.container {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.paypal-checkout-form {
  padding: 60px 0;
}

.color-box {
  background-color: #6c4be5;
  border-radius: 8px;
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.color-box._6 {
  background-color: var(--dark);
}

.color-box._4 {
  background-color: var(--playful-yellow);
}

.color-box._5 {
  background-color: var(--red);
}

.color-box._1 {
  background-color: var(--primary-blue);
}

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

.color-box._3 {
  background-color: var(--lemon-green);
}

.color-box._7 {
  background-color: var(--gainsboro);
}

.color-box._2 {
  background-color: var(--sweet-purple);
}

.color-box._8 {
  background-color: var(--white-f7f7f7);
  border: 1px solid #0000001a;
}

.colour-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.color-grid-item {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 160px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.colors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1160px;
  display: grid;
}

.colour-code-16-px {
  text-transform: uppercase;
  flex: none;
  font-size: 16px;
  line-height: 24px;
}

.style-guide-titles-2 {
  color: #000;
  margin-bottom: 64px;
}

.integration-template-wrapper {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 140px;
  display: flex;
}

.author-collection-list-wrapper {
  width: 90%;
}

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

.search-result-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.cta-image {
  object-fit: cover;
  height: 100%;
}

.cart-quantity {
  color: var(--red);
}

.top-triangle-image {
  position: absolute;
  top: -36px;
  left: 70px;
}

.top-triangle-image._2 {
  left: 320px;
}

.top-triangle-image._3 {
  left: auto;
  right: 322px;
}

.top-triangle-image._4 {
  left: auto;
  right: 71px;
}

.sticky-wrapper {
  width: auto;
  margin-left: -47px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.contact-success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #4262ff;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.home-3-form-block {
  margin-top: 40px;
}

.home-3-background-image {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: auto 0%;
}

.home-3-company-logo-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  max-width: 900px;
}

.home-3-hero-heading {
  margin-bottom: 24px;
}

.home-3-hero-text-container {
  width: 48%;
  max-width: 546px;
}

.home-3-user-2 {
  z-index: 1111;
  width: 72px;
  position: absolute;
  inset: 30% auto auto 0%;
}

.home-3-hero-bottom-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.purple-text-span-2 {
  color: #fff;
  background-color: #a259ff;
  border-radius: 10px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.home-3-hero-image {
  z-index: 11;
  width: 100%;
  max-width: 444px;
  position: relative;
}

.home-3-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  font-family: Satoshi variable, sans-serif;
  display: flex;
}

.home-3-user-1 {
  z-index: 1111;
  width: 58px;
  position: absolute;
  inset: -5% 20% auto auto;
}

.home-3-company-logo-image {
  width: 100%;
  height: 100%;
}

.contact-error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #f24e1e;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.home-3-text-field {
  color: #050038;
  border: 1px solid #050038;
  border-radius: 100px;
  height: 64px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 19px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.home-3-text-field::placeholder {
  color: #05003899;
}

.blue-submit-button {
  background-color: #4262ff;
  border-radius: 100px;
  padding: 17px 31px 19px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.home-3-image-container {
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 522px;
  display: flex;
  position: relative;
}

.home-3-company-logo-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
}

.home-3-hero-upper-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-3-hero-item-2 {
  z-index: 111;
  width: 90%;
  max-width: 439px;
  position: absolute;
  inset: auto auto -8% -50px;
}

.home-3-hero-highlight {
  width: 51px;
  position: absolute;
  inset: auto -10px -40px auto;
}

.home-3-hero-item-1 {
  z-index: 111;
  width: 90%;
  max-width: 188px;
  position: absolute;
  inset: 100px -5% auto auto;
}

.home-3-testimonial-star-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.home-3-testimonial-sextion {
  background-color: #a259ff33;
}

.home-3-testimonial-text-wrap {
  font-family: Satoshi variable, sans-serif;
}

.home-3-testimonial-right-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 448px;
  display: flex;
}

.home-3-testimonial-italic-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 145%;
}

.home-3-testimonial-author-para {
  color: #050038cc;
  font-size: 18px;
  line-height: 156%;
}

.home-3-testimonial-author-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.home-3-testimonial-author-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.home-3-number-subtext {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
}

.home-3-testimonial-author-img {
  width: 60px;
}

.home-3-number-heading {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.home-3-number-item-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.home-3-testimonial-left-wrapper {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-direction: column;
  width: 55%;
  max-width: 617px;
  display: flex;
}

.home-3-testimonial-star-icon {
  width: 24px;
  height: 24px;
}

.home-3-feature-item-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.home-3-feature-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.home-3-feature-item-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.home-3-feature-item-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 350px;
  margin-top: 30px;
  display: flex;
}

.home-3-feature-item-image {
  width: 100%;
}

.home-3-feature-item-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.home-3-feature-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  display: flex;
}

.home-3-analysis-bottom-wrap {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.home-3-tag-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #4262ff26;
  border-radius: 30px;
  align-items: center;
  margin-bottom: 30px;
  padding: 6px 27px 6px 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.home-3-tag-item.white {
  background-color: var(--white);
}

.home-3-analysis-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-3-analysis-image-wrapper {
  width: 45%;
  max-width: 500px;
  position: relative;
}

.home-3-analysis-image-wrapper.large {
  width: 52%;
  max-width: 600px;
}

.home-3-analysis-upper-wrapper {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
}

.home-3-analysis-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 530px;
  display: flex;
}

.reference-paragraph {
  text-align: center;
  width: 90%;
  max-width: 700px;
}

.integration-details-text-container {
  z-index: 11;
  background-color: #fff;
  border: 1px solid #050038;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  display: flex;
  position: relative;
}

.integration-type {
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-left: 64px;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

.integration-cms-section {
  background-image: linear-gradient(to bottom, var(--sweet-purple) 20%, white 20%);
  padding-top: 80px;
}

.integration-top-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 688px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-logo-contain {
  grid-column-gap: 30px;
  background-color: var(--white);
  border-radius: 180px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  padding: 12px;
  display: flex;
}

.integration-logo {
  object-fit: contain;
  border-radius: 100px;
  width: 80px;
  height: 80px;
}

.integration-heading-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.integration-name {
  color: var(--white);
  margin-bottom: 0;
  font-size: 72px;
  line-height: 120%;
}

.integration-name._80-opacity {
  color: #fffc;
}

.integration-summary {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 156%;
}

.integration-social-left-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--dark) black var(--dark) var(--dark);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 48px;
  margin-top: 220px;
  padding: 18px 12px;
  display: flex;
  position: sticky;
  top: 55px;
}

.integration-social-left-wrapper.customer-stories-cms {
  margin-top: 368px;
}

.subscribe-form-contain {
  width: 100%;
  height: 100%;
  margin-top: 16px;
}

.career-details-text-container {
  z-index: 11;
  background-color: #fff;
  border: 1px solid #050038;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.career-cms-section {
  background-image: linear-gradient(to bottom, var(--sweet-purple) 15%, white 15%);
  padding-top: 80px;
}

.home-3-analysis-spacer-line {
  background-color: #0500381a;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.home-3-analysis-numbers-flex {
  grid-column-gap: 80px;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.home-3-analysis-hero-image {
  width: 100%;
  height: 100%;
}

.home-3-analysis-highlight-img {
  width: 29px;
  height: auto;
}

.home-3-analysis-highlight-img.left {
  position: absolute;
  inset: -25px auto auto -25px;
}

.home-3-analysis-highlight-img.right {
  position: absolute;
  inset: auto -25px -25px auto;
  transform: rotate(-180deg);
}

.home-3-analysis-special-image {
  width: 90%;
  max-width: 456px;
}

.home-3-analysis-absolute-img {
  border-radius: 12px;
  width: 90%;
  max-width: 240px;
  position: absolute;
  inset: auto 0% 88px auto;
  box-shadow: 17px 17px 100px #40454f1a;
}

.home-3-analysis-chart-img {
  width: 60px;
  position: absolute;
  inset: 150px 30px auto auto;
}

.why-choose-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.why-choose-hero-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--dark);
  box-shadow: 7px 7px 0 0 var(--dark);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  padding: 48px 40px;
  display: flex;
}

.why-choose-header-text {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.why-choose-pointer-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.why-choose-pointer-text {
  background-image: url('../images/CheckCircle-Blue.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 48px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.why-choose-pointer-text.with-red-icon {
  background-image: url('../images/XCircle.svg');
}

.why-choose-item-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.why-choose-item-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 100%;
  display: flex;
  position: relative;
}

.why-choose-path-image {
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -60px;
}

.why-choose-highlight-icon {
  width: 40px;
  position: absolute;
  inset: 35px auto auto -30px;
}

.vs-blue-wrapper {
  z-index: 11;
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 50% 0%;
}

.home-3-integration-upper-wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.home-3-integration-heading-wrap {
  max-width: 580px;
}

.home-3-integration-bottom-grid, .home-3-integration-cl-wrap {
  width: 100%;
}

.home-3-integration-cl {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-3-integration-item {
  border: 1px solid var(--dark);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 212px;
  padding: 36px 40px;
  transition: all .2s;
  display: flex;
}

.home-3-integration-item:hover {
  box-shadow: 4px 4px 0 0 var(--dark);
}

.home-3-integration-item-image {
  object-fit: contain;
  width: 56px;
  height: 56px;
}

.home-3-customer-upper-wrap {
  max-width: 700px;
  margin-right: auto;
}

.home-3-customer-bottom-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-3-customer-image-wrap {
  width: 46%;
  max-width: 480px;
}

.home-3-customer-image {
  width: 100%;
  height: 100%;
}

.home-3-customer-text-wrap {
  width: 52%;
  max-width: 615px;
}

.home-3-customer-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.home-3-customer-slider-mask {
  width: 100%;
}

.home-3-customer-slide {
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.home-3-customer-slide-nav {
  inset: auto 0% -96px auto;
}

.customer-slide-upper-wrapper {
  border-bottom: 1px solid var(--dark);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 32px;
  display: flex;
}

.home-3-customer-para {
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}

.home-3-contact-blue-wrapper {
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  padding: 80px 53px;
  display: flex;
  position: relative;
}

.home-3-contact-blue-heading {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.home-3-contact-blue-para {
  font-size: 18px;
  line-height: 156%;
}

.home-3-contact-blue-button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.home-3-contact-left-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  width: 60%;
  max-width: 602px;
  display: flex;
}

.home-3-contact-yellow-wrapper {
  background-color: var(--playful-yellow);
  border-radius: 16px;
  padding: 48px;
}

.home-3-contact-dark-blue-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--dark);
  color: var(--white);
  border-radius: 16px;
  align-items: center;
  padding: 42px 36px;
  display: flex;
}

.home-3-contact-badge-icon {
  width: 58px;
}

.home-3-contact-text-32px {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.home-3-contact-yellow-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.home-3-contact-blue-path-image {
  width: 90%;
  max-width: 212px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-3-cta-section {
  background-color: #a259ff33;
  position: relative;
}

.home-3-cta-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 790px;
  display: flex;
}

.home-3-tag-item-icon {
  width: 36px;
  height: 36px;
}

.home-3-cta-hero-item {
  z-index: 11;
  width: 90%;
  max-width: 293px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-3-cta-hero-item-1 {
  width: 90%;
  max-width: 248px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-3-cta-form-block {
  width: 100%;
  max-width: 586px;
  margin-top: 60px;
}

.home-3-cta-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.home-3-cta-text-field {
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: 100px;
  height: 64px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 19px;
  padding-left: 30px;
  font-size: 20px;
  line-height: 28px;
}

.home-3-cta-text-field::placeholder {
  color: #05003899;
}

.home-3-cta-blue-button {
  background-color: var(--primary-blue);
  border-radius: 100px;
  padding: 18px 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.home-3-contact-blue-icon {
  width: 85px;
  margin-bottom: 30px;
}

.reviews-hero-section {
  background-color: #a259ff33;
}

.reviews-hero-text-container {
  width: 45%;
  max-width: 510px;
}

.reviews-hero-heading {
  max-width: 460px;
  margin-bottom: 24px;
  font-size: 58px;
  line-height: 120%;
}

.reviews-hero-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 100%;
  max-width: 450px;
  margin-top: 48px;
  display: flex;
}

.reviews-hero-spacer-line {
  background-color: #0500384d;
  width: 1px;
}

.reviews-hero-item {
  width: 100%;
  max-width: 170px;
}

.reviews-hero-item.large {
  max-width: 184px;
}

.reviews-hero-star-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 20px;
  margin-bottom: 16px;
  display: flex;
}

.reviews-hero-star-image {
  width: 24px;
  height: 24px;
}

.reviews-hero-text-20px {
  color: #050038e6;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.reviews-people-image {
  width: 100%;
  max-width: 154px;
  margin-bottom: 28px;
}

.reviews-hero-text-22px {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.reviews-testimonial-item {
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 12px;
  width: 90%;
  max-width: 489px;
  padding: 32px;
}

.reviews-testimonial-item.middle {
  margin-left: auto;
}

.reviews-testimonial-item-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.reviews-testimonial-author-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.reviews-testimonial-author-img {
  width: 50px;
}

.reviews-testimonial-text-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.reviews-testimonial-author-name {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.reviews-testimonial-author-bio {
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 138%;
}

.reviews-testimonial-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 50%;
  max-width: 571px;
  display: flex;
}

.reviews-customer-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 756px;
}

.customer-reviews-hero-item {
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  max-width: 560px;
  padding: 40px 40px 36px;
}

.reviews-customer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  width: 100%;
}

.faq-card-item {
  border: 1px solid var(--dark);
  border-radius: 12px;
  width: 100%;
  max-width: 580px;
  transition: all .2s;
}

.faq-card-item:hover {
  box-shadow: 6px 6px 0 0 var(--dark);
}

.faq-card-question-container {
  cursor: pointer;
  width: 100%;
  padding: 24px 20px 24px 24px;
}

.faq-card-question {
  width: 90%;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.faq-card-answer-wrap {
  width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.faq-card-content {
  max-width: 492px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 156%;
}

.faq-card-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 580px;
  display: flex;
}

.faq-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.faq-card-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 780px;
}

.download-hero-section {
  position: relative;
}

.download-hero-purple-bg {
  background-color: var(--sweet-purple);
  width: 100%;
  max-height: 638px;
  position: absolute;
  inset: 0%;
}

.download-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 688px;
  display: flex;
}

.download-hero-heading {
  margin-bottom: 24px;
  font-size: 58px;
  line-height: 125%;
}

.download-hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.download-hero-item {
  border: 1px solid var(--dark);
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: 40px 30px 28px;
  display: flex;
}

.download-hero-item-icon {
  width: 80px;
  margin-bottom: 24px;
}

.download-hero-item-heading {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.download-hero-item-para {
  font-size: 16px;
  line-height: 150%;
}

.download-hero-item-spacer-line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 28px;
}

.download-hero-item-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark);
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.download-hero-item-app-con {
  width: 40px;
}

.different-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 720px;
}

.different-item-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  display: flex;
}

.different-item-sub-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  max-width: 575px;
  display: flex;
}

.different-item-sub-container.margin-top-50px {
  margin-top: 50px;
}

.different-hero-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid var(--dark);
  border-radius: 12px;
  align-items: center;
  padding: 32px 50px 32px 40px;
  transition: all .2s;
  display: flex;
}

.different-hero-item:hover {
  box-shadow: 6px 6px 0 0 var(--dark);
}

.different-hero-item.yellow-dim {
  background-color: #ffd02f33;
}

.different-hero-item.purple-dim {
  background-color: #a259ff33;
}

.different-hero-item.green-dim {
  background-color: #a6c03d33;
}

.different-hero-item.red-dim {
  background-color: #f24e1e33;
}

.different-hero-item.blue-dim {
  background-color: #4262ff33;
}

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

.different-hero-item-icon {
  width: 90px;
  height: 90px;
}

.different-hero-item-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.demo-hero-section {
  background-color: var(--sweet-purple);
  color: var(--white);
}

.demo-hero-text-container {
  width: 50%;
  max-width: 600px;
}

.demo-hero-form-container {
  width: 46%;
  max-width: 520px;
}

.demo-hero-heading {
  margin-bottom: 24px;
  font-size: 58px;
  line-height: 125%;
}

.venture-section {
  background-color: var(--dark);
  color: var(--white);
  position: relative;
}

.venture-upper-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 680px;
}

.venture-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.venture-bottom-left-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: 46%;
  max-width: 464px;
  display: flex;
}

.venture-bottom-right-container {
  width: 48%;
  max-width: 550px;
  position: relative;
}

.venture-bottom-hero-item {
  width: 100%;
  max-width: 182px;
}

.venture-bottom-hero-item-icon {
  width: 48px;
  margin-bottom: 20px;
}

.venture-bottom-hero-item-heading {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.venture-bottom-hero-item-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.venture-company-logo-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}

.venture-company-logo-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  padding: 18px 45px;
  display: flex;
}

.venture-company-logo-image {
  width: 100%;
  height: 100%;
}

.venture-king-crown-image {
  z-index: 1;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 65px 0%;
}

.venture-path-image {
  z-index: 11;
  width: 50%;
  max-width: 271px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo-train-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark);
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 250px;
  margin-right: 40px;
  display: flex;
}

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

.logo-train-item-image {
  width: 100%;
  max-width: 200px;
}

.logo-train-item-dot {
  background-color: #fff6;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.logo-train-item-dot.black {
  background-color: #05003866;
}

.logo-train-wrapper-1 {
  background-color: var(--dark);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-train-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-train-wrapper-2, .logo-train-wrapper-3 {
  background-color: var(--dark);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-train-banner-section {
  background-color: var(--dark);
  border-bottom: 1px solid #ffffff4d;
  padding-top: 24px;
  padding-bottom: 24px;
}

.demo-hero-spacer-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.demo-hero-logo-grid {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  opacity: .8;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.demo-hero-logo-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 158px;
  height: 100%;
  display: flex;
}

.careers-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 648px;
  display: flex;
  position: relative;
}

.careers-hero-tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.careers-hero-tag-icon {
  width: 20px;
}

.careers-hero-tag-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.careers-hero-image-container {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.careers-hero-image-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.careers-hero-image {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.careers-hero-sub-wrapper {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  align-items: flex-end;
  display: flex;
}

.careers-hero-sub-wrapper.top-align {
  align-items: flex-start;
}

.careers-hero-middle-wrapper {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-direction: column;
  width: 80%;
  max-width: 702px;
  display: flex;
}

.careers-hero-arrow-image {
  width: 20%;
  max-width: 80px;
  position: absolute;
  inset: auto -155px -100px auto;
}

.careers-hero-star-image {
  width: 20%;
  max-width: 76px;
  position: absolute;
  inset: auto auto 60px -160px;
}

.careers-tabs {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.careers-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  width: 48%;
  max-width: 480px;
  margin-right: auto;
  display: flex;
}

.careers-tab-link {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 0 20px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 300%;
}

.careers-tab-link.w--current {
  background-color: var(--dark);
  color: var(--white);
}

.careers-tabs-content {
  width: 50%;
  max-width: 620px;
  overflow: visible;
}

.careers-opening-card-item {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 29px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 24px 100px #40454f12;
}

.careers-opening-card-icon-wrap {
  background-color: var(--white-smoke-f1f3f6);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.careers-opening-card-arrow {
  width: 24px;
  height: 24px;
}

.careers-card-white-arrow {
  width: 24px;
  height: 24px;
  display: none;
}

.careers-opening-card-text-wrap {
  width: 85%;
  max-width: 428px;
}

.careers-opening-card-heading {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.careers-opening-card-sub-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.careers-opening-card-item-dot {
  background-color: var(--grey-2);
  border-radius: 50%;
  width: 5.5px;
  height: 5.5px;
}

.career-opening-card-text-16px {
  color: var(--grey-2);
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.careers-opening-card-container {
  width: 100%;
}

.careers-collection-list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  display: flex;
}

.career-opening-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 50%;
  max-width: 443px;
  display: flex;
}

.home-2-cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-2-cta-text-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  max-width: 434px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.home-2-cta-sub-text-wrapper {
  margin-bottom: 130px;
}

.yellow-text-span {
  background-color: var(--playful-yellow);
  color: var(--dark);
  border-radius: 10px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.home-2-cta-icon {
  width: 75px;
  margin-bottom: 30px;
}

.home-2-cta-image-wrapper {
  z-index: 1;
  width: 50%;
  max-width: 560px;
  position: relative;
}

.home-2-cta-image {
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.home-2-cta-blue-background {
  width: 50%;
  max-width: 282px;
  position: absolute;
  inset: 0% 85px 0% auto;
}

.pricing-2-hero-text-wrapper {
  max-width: 580px;
  margin-right: auto;
}

.pricing-2-hero-heading {
  margin-bottom: 0;
}

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

.pricing-2-tabs-menu {
  border: 1px solid var(--dark);
  border-radius: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 322px;
  margin-left: auto;
  display: flex;
  top: -80px;
}

.pricing-2-tabs-content {
  overflow: visible;
}

.pricing-2-tab-link {
  background-color: #0000;
  border: .5px solid #0000;
  border-radius: 60px;
  padding: 19px 43px;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.pricing-2-tab-link.w--current {
  border-color: var(--dark);
  background-color: var(--sweet-purple);
  color: var(--white);
}

.pricing-2-tab-pane-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.pricing-2-hero-item {
  border: 1px solid var(--dark);
  border-radius: 16px;
  width: 100%;
  max-width: 580px;
  transition: all .2s;
}

.pricing-2-hero-item:hover {
  box-shadow: 7px 7px 0 0 var(--dark);
}

.pricing-2-top-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 46px 40px;
  display: flex;
}

.pricing-2-middle-wrapper {
  border-top: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  background-color: #ffd02f66;
  width: 100%;
  padding: 34px 40px;
}

.pricing-2-middle-wrapper.dim-purple {
  background-color: #a259ff66;
}

.pricing-2-bottom-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 44px 40px;
  display: flex;
}

.pricing-2-pointer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.pricing-2-pointer-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-2-pointer-icon {
  width: 28px;
  height: 28px;
}

.pricing-2-pointer-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.pricing-2-billed-text {
  color: #05003880;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.pricing-2-price-text {
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.pricing-2-price-text-small {
  color: #05003866;
  font-size: 32px;
  font-style: normal;
}

.pricing-2-price-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-2-all-cap-text {
  color: #05003880;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-2-item-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

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

.pricing-2-customer-slider-wrap {
  width: 100%;
}

.pricing-2-heading-wrapper {
  width: 100%;
  max-width: 695px;
}

.customer-slider-v2 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.customer-slider-mask-v2 {
  width: 100%;
  max-width: 1070px;
  overflow: visible;
}

.customer-slider-slide-v2 {
  width: 100%;
  height: 100%;
  margin-right: 60px;
}

.customer-slide-wrapper-v2 {
  background-color: #a259ff33;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 70px;
  display: flex;
}

.customer-slide-wrapper-v2.dim-yellow {
  background-color: #ffd02f33;
}

.customer-slide-wrapper-v2.dim-red {
  background-color: #f24e1e33;
}

.customer-slide-left-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 30%;
  max-width: 250px;
  display: flex;
}

.customer-slide-right-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  max-width: 526px;
  display: flex;
}

.customer-slide-vertical-line {
  background-color: #05003833;
  width: 1px;
  height: 286px;
}

.customer-slide-heading-number {
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
}

.customer-slide-para-small-text {
  font-size: 22px;
  line-height: 28px;
}

.customer-slide-testimonial-text {
  letter-spacing: -.01em;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.customer-slide-brand-logo {
  width: 100%;
  max-width: 170px;
}

.customer-slider-left-arrow-v2 {
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
  inset: -141px 70px auto auto;
}

.customer-slider-left-arrow-v2:hover {
  filter: invert();
  transform: translate(-5px);
}

.customer-slider-right-arrow-v2 {
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
  inset: -141px 0% auto auto;
}

.customer-slider-right-arrow-v2:hover {
  filter: invert();
  transform: translate(5px);
}

.discount-offer-img {
  width: 146px;
  height: auto;
  position: absolute;
  inset: -160px 0% auto auto;
}

.different-blue-section {
  background-color: var(--primary-blue);
  color: var(--white);
  position: relative;
}

.different-blue-item {
  border: 1px solid var(--dark);
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 324px;
  padding: 48px 32px;
  display: flex;
}

.different-blue-item-icon {
  width: 85px;
  height: 85px;
  margin-bottom: 30px;
}

.different-blue-item-heading {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.different-blue-item-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.different-blue-item-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 100%;
  max-width: 324px;
  display: flex;
}

.different-blue-item-wrapper.middle {
  margin-top: 120px;
}

.different-blue-item-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-yellow-section {
  background-color: var(--playful-yellow);
}

.about-yellow-item {
  border: 2px solid var(--dark);
  background-color: var(--white);
  border-radius: 240px;
  width: 100%;
  max-width: 376px;
  position: relative;
}

.about-yellow-item-absolute {
  background-color: var(--white);
  border-radius: 242px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 376px;
  padding: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-yellow-item-hero-image {
  border-radius: 242px;
  width: 100%;
  height: 100%;
}

.about-yellow-item-heading {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.about-yellow-item-para {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.about-yellow-social-media-item {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.about-yellow-social-media-item:hover {
  transform: translate(0, -5px);
}

.about-yellow-social-media-image {
  width: 100%;
  height: 100%;
}

.about-social-social-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 60px;
  display: flex;
}

.about-yellow-item-grid {
  grid-column-gap: 36px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.team-yellow-heading-wrapper {
  width: 100%;
  max-width: 840px;
}

.about-3-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-top: 120px;
  margin-bottom: 110px;
  display: flex;
}

.about-3-hero-item-1 {
  width: 30%;
  max-width: 240px;
  margin-top: 60px;
  margin-bottom: auto;
}

.about-3-hero-item-image {
  width: 100%;
  height: 100%;
}

.about-3-hero-item-2 {
  width: 35%;
  max-width: 266px;
  margin-top: auto;
}

.about-benefit-bottom-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-benefit-para-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  max-width: 501px;
  display: flex;
}

.about-benefit-heading-container {
  width: 50%;
  max-width: 460px;
}

.about-benefit-item {
  border: 1px solid var(--dark);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 270px;
  padding: 30px 25px 40px;
  transition: all .2s;
  display: flex;
}

.about-benefit-item:hover {
  box-shadow: 6px 6px 0 0 var(--dark);
}

.about-benefit-item-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.about-benefit-item-heading {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.about-benefit-item-para {
  font-size: 24px;
  line-height: 133%;
}

.about-benefit-item-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.about-hero-star-icon {
  width: 77px;
  height: 80px;
  position: absolute;
  inset: 75px 10% auto auto;
}

.about-hero-arrow-image {
  width: 40%;
  max-width: 193px;
  position: absolute;
  inset: auto auto 0% 18%;
}

.faq-open-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 492px;
  display: flex;
}

.faq-open-question-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.faq-open-answer-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.faq-open-grid {
  grid-column-gap: 150px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.faq-open-text-wrapper {
  text-align: center;
}

.pricing-table-section {
  overflow: hidden;
}

.pricing-table-container {
  border: 1px solid var(--dark);
  border-radius: 16px;
  width: 100%;
  transition: all .2s;
}

.pricing-table-container:hover {
  box-shadow: 4px 4px 0 0 var(--dark);
}

.pricing-table-top-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  padding: 30px 36px;
  display: flex;
}

.pricing-table-bottom-wrap {
  padding-left: 36px;
  padding-right: 36px;
  overflow: hidden;
}

.pricing-table-icon-wrapper {
  border: 1px solid var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.pricing-table-top-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 142%;
}

.pricing-table-hero-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  border-top: 1px solid #0500381a;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 62px;
  display: flex;
}

.pricing-table-hero-flex {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pricing-table-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-table-item.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.pricing-table-heading-item {
  width: 30%;
}

.pricing-table-text-20px {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  font-size: 20px;
  line-height: 116%;
}

.pricing-table-text-20px.medium {
  font-weight: 500;
}

.pricing-table-item-blue-icon {
  width: 28px;
  height: 28px;
}

.pricing-table-outer-container-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pricing-table-top-special {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  padding: 30px 36px;
  display: flex;
}

.pricing-table-bottom-special {
  border-top: 1px solid #0500381a;
  padding-left: 36px;
  padding-right: 36px;
  overflow: hidden;
}

.pricing-table-container-special {
  border: 1px solid var(--dark);
  border-radius: 16px;
  width: 100%;
  transition: all .2s;
}

.pricing-table-container-special:hover {
  box-shadow: 4px 4px 0 0 var(--dark);
}

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

.pricing-plan-feature-text {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.pricing-plan-feature-text.large {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 142%;
}

.pricing-plan-subtext {
  color: #05003899;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
}

.pricing-plan-link-text {
  border-bottom: 3px solid var(--slate-blue);
  color: var(--slate-blue);
  margin-top: 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
  text-decoration: none;
}

.toggle-row {
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  display: flex;
  position: relative;
}

.toggle-text {
  color: var(--midnight-blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.toggle-contain {
  background-color: var(--primary-blue);
  cursor: pointer;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 80px;
  height: 36px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.toggle-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 26px;
  height: 26px;
}

.toggle-save-container {
  align-items: center;
  display: flex;
  position: absolute;
  inset: -20px -140px auto auto;
}

.toggle-arrow-icon {
  width: 100%;
  max-width: 74px;
  position: relative;
  top: -10px;
  right: -15px;
}

.pricing-table-upper-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.toggle-text-icon {
  width: 100%;
  max-width: 87px;
  height: 100%;
}

.pricing-table-outer-container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pricing-3-hero-section {
  background-color: #a259ff33;
}

.pricing-3-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-plan-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  max-width: 928px;
  height: 100%;
}

.pricing-plan-grid-item {
  background-color: var(--white);
  width: 100%;
  max-width: 310px;
  height: 100%;
  padding: 40px 25px;
}

.pricing-plan-grid-item.blue-middle {
  border-right: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 0;
}

.pricing-plan-grid-item.left {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.pricing-plan-grid-item.right {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.pricng-plan-item-line-spacer {
  background-color: #0500381a;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.pricing-plan-bottom-wrapper {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 66px;
  display: grid;
}

.pricing-plan-bottom-wrapper.heading-wrapper {
  margin-top: 32px;
}

.pricing-plan-hero-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.pricing-plan-type-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 156%;
}

.pricing-plan-hero-text {
  margin-bottom: 8px;
  font-size: 58px;
  font-weight: 700;
  line-height: 124%;
}

.pricing-plan-user-text {
  color: var(--midnight-blue);
  margin-bottom: 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

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

.pricing-plan-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-plan-item.heading-wrapper-left {
  align-items: flex-start;
}

.pricing-plan-para-small-text {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.pricing-plan-hero-text-20px {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-plan-check-circle {
  width: 40px;
  height: 40px;
}

.pricing-plan-heading-wrapper {
  width: 23%;
}

.pricing-plan-heading-item {
  padding-bottom: 40px;
}

.pricing-plan-core-feature-text {
  color: #05003899;
  letter-spacing: .14em;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.pricing-plan-upper-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.pricing-plan-bottom-container {
  width: 100%;
}

.about-2-team-text-wrapper {
  width: 45%;
  max-width: 440px;
}

.about-2-team-grid {
  grid-column-gap: 120px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  width: 55%;
  max-width: 660px;
}

.about-2-team-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 270px;
  display: flex;
}

.about-2-team-grid-item-image {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.about-2-team-grid-item-heading {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.about-2-team-grid-item-subtext {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.creative-talent-teaxt-wrapper {
  text-align: center;
  width: 100%;
  max-width: 700px;
}

.creative-talent-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.creative-talent-grid-item {
  border: 1px solid var(--dark);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  padding: 20px 20px 40px;
  transition: all .2s;
  display: flex;
}

.creative-talent-grid-item:hover {
  box-shadow: 7px 7px #000;
}

.creative-talent-grid-item-image {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 32px;
}

.creative-talent-item-heading {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.creative-talent-item-subtext {
  color: #05003899;
  max-width: 280px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.about-2-different-grid {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.about-2-different-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 336px;
  display: flex;
}

.about-2-different-item-image {
  width: 48px;
  height: 48px;
}

.about-2-different-item-heading {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.about-2-different-item-subtext {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.about-2-people-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 630px;
}

.about-2-people-outer-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.about-2-people-left-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 448px;
  display: flex;
}

.about-2-container-right-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 712px;
  display: flex;
}

.about-2-people-image-wrapper, .about-2-people-hero-image {
  width: 100%;
  height: 100%;
}

.about-2-people-image-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.about-2-hero-section {
  background-color: #a259ff33;
}

.about-2-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  margin-bottom: 100px;
  display: flex;
}

.about-2-hero-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
  display: flex;
}

.about-2-hero-tag-icon {
  width: 20px;
  height: 20px;
}

.about-2-hero-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid var(--dark);
  background-color: var(--white);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 580px;
  padding: 45px 38px 45px 48px;
  transition: box-shadow .2s;
  display: flex;
}

.about-2-hero-item:hover {
  box-shadow: 6px 6px 0 0 var(--dark);
}

.about-2-hero-item-icon {
  width: 80px;
  height: 80px;
}

.about-2-hero-item-subtext {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.about-2-hero-item-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.about-2-hero-path-image {
  width: 100%;
  max-width: 887px;
}

.about-2-arrow-icon {
  width: 100%;
  max-width: 80px;
  height: auto;
  position: absolute;
  inset: 180px auto auto 0%;
}

.about-2-star-icon {
  width: 100%;
  max-width: 77px;
  height: auto;
  position: absolute;
  inset: 250px 3% auto auto;
}

.logo-train-wrapper-1-white, .logo-train-wrapper-2-white, .logo-train-wrapper-3-white {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-train-white-banner-section {
  border-bottom: 1px solid #0500381a;
  padding-top: 24px;
  padding-bottom: 24px;
}

.home-2-spotlight-section {
  background-color: var(--dark);
  color: var(--white);
}

.home-2-integration-section {
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.home-2-creative-image-wrap {
  width: 100%;
}

.home-2-creative-image {
  width: 100%;
  height: 100%;
}

.home-2-creative-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.home-2-analysis-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 40%;
  max-width: 414px;
  display: flex;
}

.home-2-analysis-hero-image {
  width: 100%;
  height: 100%;
}

.home-2-analysis-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto auto;
  width: 55%;
  max-width: 620px;
}

.home-2-analysis-item {
  width: 100%;
  max-width: 270px;
}

.home-2-analysis-item-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 25px;
}

.home-2-analysis-item-heading {
  margin-bottom: 15px;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.home-2-analysis-item-subtext {
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.home-2-feature-heading-wrap {
  text-align: center;
  max-width: 700px;
}

.home-2-feature-tab-wrapper {
  width: 100%;
}

.home-2-feature-tab {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-2-feature-tabs-menu {
  border: 1px solid var(--dark);
  box-shadow: 3px 3px 0 0 var(--primary-blue);
  border-radius: 60px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
}

.home-2-feature-tab-link {
  background-color: #0000;
  border-radius: 60px;
  padding: 12px 50px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.home-2-feature-tab-link.w--current {
  background-color: var(--primary-blue);
  color: var(--white);
}

.home-2-feature-tabs-content {
  width: 100%;
}

.home-2-feature-tab-pane-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-tab-image-wrapper {
  width: 50%;
  max-width: 560px;
}

.feature-tab-hero-image {
  width: 100%;
}

.feature-tab-text-wrapper {
  width: 40%;
  max-width: 430px;
}

.home-2-spotlight-heading-wrap {
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.home-2-spotlight-bottom-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-2-spotlight-item {
  border: 1px solid var(--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: 50px 28px 190px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.home-2-spotlight-item:hover {
  box-shadow: 7px 7px 0 0 var(--playful-yellow);
}

.home-2-spotlight-item-icon {
  width: 85px;
  height: 85px;
  margin-bottom: 27px;
}

.home-2-spotlight-item-heading {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.home-2-spotlight-item-subtext {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.home-2-spotlight-item-link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  align-items: center;
  margin-top: 24px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.spotlight-item-link-block-image {
  width: 28px;
  height: 28px;
}

.home-2-spotlight-item-hero-img {
  border-radius: 10px;
  width: 100%;
  max-width: 296px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -136px;
}

.home-2-hero-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 49%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.home-2-hero-heading {
  margin-bottom: 24px;
}

.home-2-hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 55%;
  max-width: 720px;
  margin-right: -6%;
  display: flex;
  position: relative;
}

.home-2-hero-image {
  width: 90%;
  max-width: 498px;
  margin-left: auto;
  margin-right: auto;
}

.home-2-image-absolute-1 {
  width: 50%;
  max-width: 268px;
  position: absolute;
  inset: auto auto -100px -12%;
}

.home-2-image-absolute-2 {
  width: 50%;
  max-width: 188px;
  position: absolute;
  inset: 80px 1% auto auto;
}

.home-2-hero-pencil {
  width: 72px;
  height: 72px;
  position: absolute;
  inset: 5% auto auto -10%;
}

.home-2-user-image-1 {
  z-index: 11;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: -28px 40% auto auto;
}

.home-2-user-image-2 {
  z-index: 11;
  width: 72px;
  height: 72px;
  position: absolute;
  inset: auto auto 80px 0%;
}

.home-2-highlight-image {
  width: 52px;
  height: 52px;
  position: absolute;
  inset: auto 20px -45px auto;
}

.home-2-hero-rating-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.home-2-hero-rating-top-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.home-2-hero-rating-star-icon {
  width: 20px;
  height: 20px;
}

.home-2-hero-rating-text {
  color: var(--grey);
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 144%;
}

.home-2-hero-rating-text.bold-black {
  color: var(--dark);
  font-weight: 700;
}

.home-2-hero-rating-arrow-icon {
  width: 24px;
  height: 14px;
}

.home-2-hero-rating-bottom-wrap {
  align-items: center;
  padding-left: 4px;
  display: flex;
}

.home-2-hero-rating-image {
  width: 50px;
  height: 50px;
  margin-left: -8px;
}

.home-2-stat-icon {
  width: 75px;
  height: 75px;
  position: absolute;
  inset: auto 30% 50px auto;
}

.home-2-result-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.home-2-integration-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 100px;
  flex: none;
  align-items: center;
  margin-right: 28px;
  padding: 8px 32px 8px 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  display: flex;
  box-shadow: 6px 6px 48px #1217220f;
}

.home-2-integration-item-icon {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.integration-item-wrapper-1 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.integration-item-container-1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.integration-item-wrapper-2, .integration-item-wrapper-3 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.integration-item-container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
}

.integration-item-wrapper-4, .integration-item-wrapper-5, .integration-item-wrapper-6, .integration-item-wrapper-7, .integration-item-wrapper-8, .integration-item-wrapper-9 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.integration-button-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.home-2-integration-heading-wrap {
  text-align: center;
  width: 90%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.integration-item-container-2, .integration-item-container-3 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-2-result-bottom-flex {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-2-result-dark-blue-item {
  background-color: var(--dark);
  color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 420px;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

.result-dark-blue-item-heading {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.result-dark-blue-item-heading.max-width-380px {
  max-width: 380px;
  margin-bottom: 70px;
}

.result-dark-blue-item-subtext {
  color: #fffc;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 156%;
}

.result-dark-blue-item-image {
  border-radius: 12px;
  width: 100%;
  margin-bottom: -41px;
  box-shadow: 0 -10px 90px #0000000d;
}

.home-2-result-blue-item {
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  padding-top: 48px;
  padding-left: 48px;
  padding-right: 120px;
  position: relative;
}

.yellow-text {
  color: var(--playful-yellow);
}

.home-2-result-blue-item-icon-img {
  width: 184px;
  position: absolute;
  inset: 35% 5% auto auto;
}

.all-stories-item-text-wrapper {
  color: #000;
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 32px 48px;
  display: flex;
}

.all-stories-item-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.link-block-wrapper {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  text-decoration: none;
  display: flex;
}

.link-block-wrapper.all-stories-link-block {
  color: var(--dark);
  margin-top: 32px;
}

.recent-blog-black-box {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  display: flex;
}

.all-stories-hero-item {
  border: 1px solid var(--dark);
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.all-stories-hero-item:hover {
  transform: translate(0, -5px);
}

.all-stories-logo-image {
  z-index: 1;
  width: auto;
  max-width: 250px;
  height: auto;
  position: absolute;
  inset: auto auto 32px 32px;
}

.all-stories-item-heading {
  letter-spacing: -.01em;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.recent-blog-bold-text-16px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.all-stories-thumbnail-image {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 100%;
}

.all-stories-grid-container {
  width: 100%;
}

.all-stories-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.all-stories-collection-list.cms-page-grid {
  grid-template-rows: auto;
}

.customer-stories-hero-text-wrap {
  text-align: center;
  width: 100%;
  max-width: 630px;
  margin-top: 120px;
  margin-bottom: 255px;
}

.customer-story-profile-item {
  width: 30%;
  max-width: 180px;
}

.customer-story-profile-item.top {
  margin-top: 58px;
  margin-bottom: auto;
}

.customer-story-profile-item.bottom {
  margin-top: auto;
  margin-bottom: 120px;
}

.customer-story-profile-item-img {
  width: 100%;
  height: 100%;
}

.customer-story-hero-star-icon {
  width: 50%;
  max-width: 77px;
  position: absolute;
  inset: 51px 8% auto auto;
}

.customer-story-hero-arrow {
  width: 50%;
  max-width: 183px;
  position: absolute;
  inset: auto auto 120px 10%;
}

.cs-hero-cms-section {
  background-color: var(--sweet-purple);
  color: var(--white);
}

.cs-hero-cms-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 820px;
  display: flex;
}

.hero-cms-company-logo {
  max-width: 250px;
  margin-bottom: 20px;
}

.cs-hero-heading {
  font-size: 58px;
  line-height: 124%;
}

.rich-text-main-heading-wrap {
  border-bottom: 1px solid var(--dark);
  width: 100%;
  padding: 64px;
}

.rich-text-main-heading {
  letter-spacing: -.01em;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.overview-hero-section {
  padding-bottom: 80px;
}

.overview-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  display: flex;
}

.overview-hero-heading {
  margin-bottom: 24px;
  font-size: 58px;
  line-height: 124%;
}

.overview-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 50px;
  display: flex;
}

.overview-train-item {
  border-radius: 10px;
  flex: none;
  width: 460px;
  margin-right: 40px;
  transition: all .2s;
}

.overview-train-item:hover {
  box-shadow: 7px 7px 0 0 var(--playful-yellow);
}

.overview-train-item-image {
  width: 100%;
  height: 100%;
}

.overview-train-item-wrapper-1 {
  flex: none;
  display: flex;
}

.overview-train-item-top-wrap {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overview-train-item-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.overview-train-item-wrapper-2, .overview-train-item-wrapper-3, .overview-train-item-bottom-wrap, .overview-train-item-wrapper-4, .overview-train-item-wrapper-5, .overview-train-item-wrapper-6 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overview-content-block-text-wrap {
  text-align: center;
  max-width: 700px;
}

.overview-content-block-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.overview-content-block-item {
  border: 1px solid var(--dark);
  border-radius: 12px;
  width: 100%;
  max-width: 277px;
  padding: 40px 30px;
  transition: all .2s;
}

.overview-content-block-item:hover {
  box-shadow: 6px 6px 0 0 var(--playful-yellow);
}

.overview-content-block-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.overview-content-block-heading {
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.overview-content-block-subtext {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.overview-page-item-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.overview-tag-text {
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 6px 20px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.overview-tag-text.yellow {
  background-color: var(--playful-yellow);
}

.overview-tag-text.blue {
  background-color: var(--light-steel-blue);
}

.overview-tag-text.purple {
  background-color: var(--plum);
}

.overview-tag-text.green {
  background-color: var(--yellow-green);
}

.overview-tag-text.red {
  background-color: var(--light-salmon);
}

.overview-page-item-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.overview-page-item-grid.flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overview-page-item-grid.company-pages {
  grid-template-rows: auto auto;
}

.overview-page-item-grid.cms-pages {
  flex-wrap: wrap;
  place-content: center;
  display: flex;
}

.overview-page-item-grid.additional-pages {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  max-width: 810px;
}

.overview-page-item {
  background-color: var(--white-smoke-2);
  border-radius: 20px;
  flex: 1;
  width: 100%;
  max-width: 380px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.overview-page-item-image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-height: 440px;
}

.overview-page-item-link-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--dark);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  text-decoration: none;
  display: flex;
}

.overview-page-item-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.figma-mockup-image {
  width: 100%;
  height: 100%;
}

.figma-mockup-wrapper {
  box-shadow: 8px 8px 0 0 var(--playful-yellow);
  border-radius: 12px;
  width: 100%;
}

.overview-spotlight-section {
  background-color: var(--dark);
  color: var(--white);
  margin-top: 80px;
  margin-bottom: 80px;
}

.overview-spotlight-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.overview-spotlight-grid-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.overview-spotlight-item {
  border: 1px solid var(--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: 50px 28px;
  transition: all .2s;
  display: flex;
}

.overview-spotlight-item:hover {
  box-shadow: 7px 7px 0 0 var(--playful-yellow);
}

.nav-icon {
  width: 26px;
  height: 26px;
}

.dropdown-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 200px;
}

.dropdown-arrow {
  flex: 0 auto;
  margin-left: 7px;
  margin-right: 0;
  font-size: 14px;
  inset: 0% auto auto 0%;
}

.dropdown-arrow.hidden {
  display: none;
}

.nav-menu-2 {
  position: static;
}

.buttons-container.in-menu {
  display: none;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1264px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 100px 100px #40454f1a;
}

.dropdown {
  line-height: 150%;
  position: static;
}

.visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.visual-features-items-container.nav.pages {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 95%;
  margin: 40px auto;
  padding: 0;
}

.dropdown-toggle {
  padding: 10px 12px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: color .2s;
  display: flex;
  position: static;
}

.dropdown-toggle:hover {
  color: var(--slate-blue);
}

.dropdown-list-full-wrapper-2 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px #40454f1a;
}

.heading-and-text-contain {
  margin-left: 24px;
}

.dropdown-list {
  background-color: #0000;
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px #00000014;
}

.dropdown-list.w--open {
  box-shadow: none;
  width: 80%;
  padding-top: 20px;
  top: 60px;
  overflow: visible;
}

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

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

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

.visual-features-item.navbar.horizontal {
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  font-size: 16px;
  line-height: 150%;
}

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

.visual-features-item.navbar {
  color: #272727;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-size: 18px;
  line-height: 178%;
  text-decoration: none;
}

.visual-features-item.navbar:hover {
  background-color: #4262ff26;
  text-decoration: none;
}

.visual-features-item-heading {
  color: #191919;
  margin-bottom: 8px;
}

.visual-features-item-heading._18px {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 144%;
}

.visual-features-item-image {
  background-color: #f0f0f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  margin-top: 28px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.navigation-drop-container {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navigation-drop-container.features {
  border-radius: 10px;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.navigation-drop-container.features.pages {
  padding-right: 0;
}

.nav-icon-contain {
  background-color: #f0f0f0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.email-link {
  color: var(--dark);
  text-decoration: none;
  transition: all .2s;
}

.email-link:hover {
  text-decoration: underline;
}

.features-top-wrapper, .features-bottom-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: none;
  display: flex;
}

.about-2-different-item-contain {
  background-image: url('../images/Bubble.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 108px;
  height: 80px;
  margin-bottom: 32px;
  display: flex;
}

.text-block, .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  font-size: 22px;
}

.nav-link-2 {
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  font-size: 22px;
}

.nav-menu-2-copy {
  color: var(--white);
  position: static;
}

.text-block-15, .text-block-16 {
  color: var(--white);
}

.text-block-17, .text-block-18, .text-block-19 {
  font-size: 22px;
}

@media screen and (min-width: 1280px) {
  .customer-slider-right-arrow.position-at-the-end {
    right: -30px;
  }

  .integration-hero-item._2 {
    right: 0%;
  }

  .integration-hero-item._5 {
    left: 0%;
  }

  .toggle-save-container {
    right: -135px;
  }

  .pricing-plan-grid-item {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper-1160px.home-hero-flex {
    width: 100%;
  }

  .home-hero-visual-image {
    width: 80%;
    margin-left: 10%;
  }

  .customer-slider-right-arrow.position-at-the-end {
    right: -20px;
  }

  .home-2-highlight-image {
    right: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .feature-roi-container-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 110%;
  }

  h2 {
    font-size: 50px;
    line-height: 100%;
  }

  h3 {
    font-size: 45px;
    line-height: 100%;
  }

  h4, h5, h6 {
    line-height: 100%;
  }

  li {
    font-size: 20px;
  }

  .wrapper-1160px {
    flex-direction: column;
    max-width: 600px;
  }

  .wrapper-1160px.navbar-wrapper {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .wrapper-1160px.home-discover-flex {
    flex-direction: column-reverse;
  }

  .wrapper-1160px.industry-expert-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .wrapper-1160px.app-integration-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wrapper-1160px.best-people-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .wrapper-1160px.blog-details-summary-flex {
    flex-direction: column-reverse;
    max-width: none;
    margin-bottom: 50px;
  }

  .wrapper-1160px.contact-hero-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
  }

  .wrapper-1160px.feature-hero-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .wrapper-1160px.creative-freedom-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .wrapper-1160px.seach-result-flex {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper-1160px.home-3-testimonial-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wrapper-1160px.home-3-discover-blue-flex {
    flex-direction: column-reverse;
  }

  .wrapper-1160px.home-3-integration-flex {
    padding-top: 60px;
  }

  .wrapper-1160px.home-3-customer-flex {
    padding-bottom: 160px;
  }

  .wrapper-1160px.home-3-contact-flex {
    align-items: center;
  }

  .wrapper-1160px.reviews-hero-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wrapper-1160px.reviews-customer-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .wrapper-1160px.demo-hero-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wrapper-1160px.customer-flex-180px {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .wrapper-1160px.creative-freedom-flex-180px {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 150px;
  }

  .wrapper-1160px.careers-hero-flex {
    padding-top: 80px;
  }

  .wrapper-1160px.careers-opening-flex {
    align-items: center;
  }

  .wrapper-1160px.home-2-cta-section {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
  }

  .wrapper-1160px.pricing-2-hero-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .wrapper-1160px.pricing-2-customer-flex {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .wrapper-1160px.about-3-hero-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .wrapper-1160px.about-2-hero-flex {
    align-items: center;
    padding-top: 120px;
  }

  .wrapper-1160px.about-2-creative-talent-flex {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .wrapper-1160px.about-2-people-flex {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .wrapper-1160px.about-2-team-flex, .wrapper-1160px.home-2-analysis-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
  }

  .wrapper-1160px.home-2-feature-flex {
    max-width: 700px;
    padding-top: 150px;
  }

  .wrapper-1160px.home-2-spotlight-flex {
    padding-top: 150px;
    padding-bottom: 250px;
  }

  .wrapper-1160px.home-2-hero-flex {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    align-items: center;
    padding-top: 70px;
  }

  .wrapper-1160px.about-2-discover-flex {
    padding-bottom: 150px;
  }

  .wrapper-1160px.overview-hero-flex {
    padding-top: 80px;
  }

  .wrapper-1160px.overview-page-item-flex {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-container {
    width: 100%;
  }

  .image-container.product-hero {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.instruction-wrapper {
    width: 90%;
  }

  .reference-wrapper {
    width: 80%;
  }

  .reference-wrapper.updates {
    flex-direction: column;
  }

  .nav-button.in-menu {
    display: none;
  }

  .purple-text-span {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .hero-button-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-hero-visual-image {
    width: 100%;
    margin-left: 0%;
  }

  .navbar-button-container {
    margin-left: auto;
    margin-right: 2px;
  }

  .round-hero-brand {
    width: 35%;
  }

  .nav-link {
    flex-flow: row;
    width: auto;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 0;
    font-weight: 500;
    display: flex;
  }

  .nav-link.white {
    color: var(--dark);
  }

  .nav-link.in-menu {
    width: 100%;
  }

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

  .nav-link.lastlink {
    margin-bottom: 0;
  }

  .home-hero-item.right-with-arrow {
    width: 70px;
    bottom: 0%;
    right: 10%;
  }

  .home-hero-item.chart {
    width: 50px;
    bottom: 20%;
    left: 10%;
  }

  .home-hero-item.pencil {
    width: 55px;
    top: 5%;
    left: -5%;
  }

  .home-hero-item.purple-profile {
    width: 50px;
    bottom: -5%;
  }

  .home-hero-item.bulb {
    width: 55px;
    bottom: 25%;
    right: 0%;
  }

  .home-hero-item.red-profile {
    width: 40px;
    top: -5%;
  }

  .home-logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .red-text-span {
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .home-feature-spotlight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-spotlight-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-discover-image-container {
    width: 90%;
  }

  .home-discover-text-container {
    width: 100%;
    margin-top: 80px;
  }

  .home-cta-hero-heading {
    font-size: 60px;
    line-height: 110%;
  }

  .home-cta-hero-image {
    width: 30%;
  }

  .home-hero-item-image-1 {
    width: 45%;
  }

  .industry-expert-text-container {
    width: 100%;
  }

  .industry-expert-image-container {
    width: 90%;
  }

  .app-integration-text-container {
    width: 100%;
  }

  .app-integration-image-container {
    width: 90%;
  }

  .business-growth-container-1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .business-growth-container-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .business-growth-1-img-container, .business-growth-1-text-container {
    width: 100%;
  }

  .business-growth-large-text {
    font-size: 45px;
  }

  .customer-slider-right-arrow.position-at-the-end {
    right: 15px;
  }

  .home-integration-upper-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .home-integration-text-wrap {
    width: 100%;
  }

  .home-integration-bottom-wrap {
    flex-direction: column;
    align-items: center;
  }

  .home-integration-item-wrap {
    width: 100%;
  }

  .hm-dark-blue-para {
    line-height: 110%;
  }

  .hm-yellow-item-hero-image {
    width: 50%;
  }

  .footer-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-upper-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .footer-left-container, .footer-right-container {
    width: 100%;
  }

  .footer-right-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--primary-blue);
  }

  .nav-menu {
    z-index: 111;
    background-color: var(--white);
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0 100px 100px #0000000a;
  }

  .creative-talent-section {
    padding-bottom: 100px;
  }

  .crative-talent-map-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .creative-talent-office-wrapper {
    flex-direction: column;
  }

  .creative-talent-office-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .creative-talent-office-image {
    margin-bottom: 10px;
  }

  .about-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-upper-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .about-hero-upper-img-wrap, .about-hero-upper-text-wrap {
    width: 100%;
  }

  .about-numbers-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .best-people-left-container, .best-people-right-container {
    width: 100%;
  }

  .about-ventures-tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-ventures-tab-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-ventures-tab-text-wrap {
    margin: 50px 0 60px;
  }

  .about-ventures-tab-funding-wrap {
    border-top: 1px solid #000;
    border-left-width: 0;
    width: 100%;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-content {
    padding-bottom: 24px;
  }

  .faq-card {
    max-width: none;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .comparison-table {
    position: relative;
  }

  .price-grid-text, .pricing-headings {
    font-size: 20px;
  }

  .pricing-headings.small {
    font-size: 18px;
  }

  .pricing-row-contain {
    flex-direction: column;
    padding: 30px 5px;
  }

  .pricing-row-contain.off-white {
    z-index: 10;
    flex-direction: column;
    padding-left: 5px;
    position: sticky;
    top: 0;
  }

  .price-grid-contain {
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .headings {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .pricing-hero-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid-item-upper, .pricing-grid-item-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-grid-item-price {
    font-size: 60px;
  }

  .custom-pricing-container {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }

  .custom-pricing-sub-container {
    width: 100%;
    max-width: 500px;
    padding-bottom: 30px;
  }

  .custom-pricing-heading-large {
    margin-bottom: 60px;
    font-size: 50px;
  }

  .customer-grid-pointer-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-testimonial-yellow-box, .pricing-testimonial-purple-box {
    width: 100%;
  }

  .blog-hero-item-hero-image {
    object-fit: cover;
    max-height: 400px;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .blog-collection-item {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .newsletter-blue-bg._1 {
    object-position: 100% 50%;
  }

  .blog-slider-image {
    max-height: 400px;
  }

  .blog-slider-text-wrapper {
    margin-bottom: 70px;
  }

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

  .blog-details-hero-text-container {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-hero-heading {
    font-size: 45px;
  }

  .blog-details-social-left-wrapper {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    flex-direction: row;
    max-width: none;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: 0;
  }

  .rich-text {
    padding: 50px 20px;
  }

  .rich-text p {
    font-size: 20px;
  }

  .rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
  }

  .blog-details-author-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .related-blog-collection-list {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .pricing-testimonial-box-flex {
    flex-direction: column;
    align-items: center;
  }

  .integration-hero-card-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .integration-collection-list {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .request-integration-container {
    padding: 30px 20px;
  }

  .request-integration-heading {
    font-size: 35px;
  }

  .integration-hero-item._1 {
    width: 50px;
    left: 25%;
  }

  .integration-hero-item._2 {
    width: 75px;
    left: 0%;
    right: auto;
  }

  .integration-hero-item._3 {
    width: 60px;
    left: 25%;
  }

  .integration-hero-item._4 {
    width: 60px;
    right: 10%;
  }

  .integration-hero-item._5 {
    width: 55px;
    left: auto;
    right: 0%;
  }

  .integration-hero-item._6 {
    width: 80px;
  }

  .integration-3-card-container.left {
    left: -10%;
  }

  .integration-3-card-container.right {
    right: -10%;
  }

  .contact-hero-text-container, .contact-hero-form-container {
    width: 100%;
  }

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

  .contact-answer-grid-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-answer-item-heading {
    font-size: 30px;
  }

  .contact-answer-item-para {
    font-size: 20px;
  }

  .contact-answer-itemtext-wrap {
    margin-bottom: 50px;
  }

  .blue-background-large {
    object-position: 0% 50%;
  }

  .log-in-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .log-in-blue-large-bg {
    object-position: 0% 50%;
  }

  ._404-image-container {
    width: 70%;
  }

  ._404-text-container {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
  }

  .feature-roi-upper-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .feature-roi-text-wrapper {
    text-align: center;
    width: 100%;
  }

  .feature-hero-image-container, .feature-hero-text-container {
    width: 100%;
  }

  .features-best-places-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .customer-first-yellow-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .customer-first-image-container {
    width: 90%;
  }

  .customer-first-text-container {
    width: 100%;
  }

  .customer-first-blue-containers {
    flex-direction: column;
    align-items: center;
  }

  .creative-freedom-text-container {
    width: 100%;
  }

  .creative-freedom-image-container {
    width: 90%;
  }

  .feature-spotlight-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

  .left-checkout-contain {
    margin-right: 0;
  }

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

  .pricing-plan-points p, .pricing-plan-points h6 {
    background-size: 20px;
    padding-left: 28px;
  }

  .update-paragraph {
    font-size: 20px;
  }

  .style-wrapper {
    flex-direction: column;
    max-width: 600px;
  }

  .licensing-hero-wrapper.icons, .licensing-hero-wrapper.icons-2 {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .licencing-images-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-heading-2 {
    font-size: 45px;
  }

  .licensing-icon-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .font-title-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 50px;
  }

  .licencing-image-item-2 {
    width: 100%;
    height: auto;
  }

  .plan-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
  }

  .text-containers, .text-containers.product-hero {
    width: 100%;
  }

  .buynow-button, .add-to-cart {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .checkout-container-left {
    width: 100%;
    margin-right: 0;
  }

  .checkout-container-right {
    width: 100%;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .integration-template-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .search {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cta-image {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .top-triangle-image._1, .top-triangle-image._2, .top-triangle-image._3, .top-triangle-image._4 {
    display: none;
  }

  .sticky-wrapper {
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
    position: relative;
  }

  .sticky-wrapper.inttegration {
    margin-left: auto;
    margin-right: auto;
  }

  .home-3-company-logo-grid {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    place-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .home-3-hero-text-container {
    width: 100%;
  }

  .home-3-user-2 {
    width: 70px;
  }

  .home-3-hero-bottom-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .purple-text-span-2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .home-3-user-1 {
    width: 55px;
  }

  .home-3-image-container {
    width: 100%;
  }

  .home-3-company-logo-item {
    max-width: 200px;
  }

  .home-3-hero-upper-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .home-3-hero-item-2 {
    width: 80%;
  }

  .home-3-hero-highlight {
    width: 50px;
  }

  .home-3-hero-item-1 {
    width: 50%;
  }

  .home-3-testimonial-right-wrap, .home-3-testimonial-left-wrapper {
    width: 100%;
  }

  .home-3-feature-item-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-3-analysis-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .home-3-analysis-image-wrapper, .home-3-analysis-image-wrapper.large, .home-3-analysis-text-wrapper {
    width: 100%;
  }

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

  .integration-details-text-container {
    width: 90%;
    padding-bottom: 40px;
  }

  .integration-type {
    margin-left: 20px;
  }

  .integration-name {
    font-size: 60px;
    line-height: 110%;
  }

  .integration-social-left-wrapper {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    flex-direction: row;
    max-width: none;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: 0;
  }

  .integration-social-left-wrapper.customer-stories-cms {
    margin-top: 0;
  }

  .career-details-text-container {
    width: 90%;
    padding-bottom: 40px;
  }

  .why-choose-item-grid {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .why-choose-path-image {
    bottom: -50px;
  }

  .vs-blue-wrapper {
    top: 49%;
  }

  .home-3-integration-upper-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .home-3-integration-heading-wrap {
    text-align: center;
  }

  .home-3-integration-cl {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-3-customer-bottom-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .home-3-customer-image-wrap, .home-3-customer-text-wrap {
    width: 100%;
  }

  .customer-slide-upper-wrapper {
    padding-bottom: 30px;
  }

  .home-3-customer-slide-logo {
    width: 170px;
  }

  .home-3-customer-para {
    font-size: 30px;
    line-height: 120%;
  }

  .home-3-contact-blue-heading {
    line-height: 110%;
  }

  .home-3-contact-left-container {
    width: 100%;
  }

  .home-3-cta-hero-item {
    width: 220px;
  }

  .home-3-cta-hero-item-1 {
    width: 200px;
  }

  .reviews-hero-text-container {
    width: 100%;
  }

  .reviews-hero-heading {
    font-size: 55px;
    line-height: 110%;
  }

  .reviews-testimonial-container {
    width: 100%;
  }

  .reviews-customer-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .faq-card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .download-hero-heading {
    font-size: 50px;
    line-height: 110%;
  }

  .download-hero-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .different-item-container {
    flex-direction: column;
    align-items: center;
  }

  .different-item-sub-container.margin-top-50px {
    margin-top: 0;
  }

  .different-hero-item {
    padding-right: 40px;
  }

  .demo-hero-text-container, .demo-hero-form-container {
    width: 100%;
  }

  .demo-hero-heading {
    font-size: 50px;
    line-height: 110%;
  }

  .venture-bottom-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .venture-bottom-left-container, .venture-bottom-right-container {
    width: 100%;
  }

  .venture-path-image {
    width: 30%;
  }

  .logo-train-banner-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .careers-hero-image-container {
    flex-direction: column;
  }

  .careers-hero-middle-wrapper {
    width: 100%;
  }

  .careers-tabs {
    flex-direction: column;
    align-items: center;
  }

  .careers-tabs-menu {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .careers-tabs-content, .career-opening-text-wrapper {
    width: 100%;
  }

  .home-2-cta-text-wrapper {
    width: 100%;
    margin-bottom: 0;
    margin-right: auto;
  }

  .yellow-text-span {
    padding-top: 4px;
  }

  .home-2-cta-image-wrapper {
    width: 100%;
  }

  .home-2-cta-blue-background {
    max-width: 300px;
    inset: 0% -80px auto auto;
  }

  .pricing-2-tabs-menu {
    margin-bottom: 80px;
    top: auto;
  }

  .pricing-2-tab-pane-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .pricing-2-price-text {
    font-size: 70px;
  }

  .customer-slide-wrapper-v2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .customer-slide-left-container {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: none;
  }

  .customer-slide-right-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .customer-slide-vertical-line {
    width: 100%;
    height: 1px;
  }

  .customer-slide-numbers-item {
    width: 80%;
  }

  .customer-slide-para-small-text {
    line-height: 140%;
  }

  .customer-slide-testimonial-text {
    font-size: 30px;
  }

  .customer-slider-left-arrow-v2, .customer-slider-right-arrow-v2 {
    top: -120px;
  }

  .discount-offer-img {
    top: -80px;
  }

  .different-blue-heading-wrapper {
    text-align: center;
  }

  .different-blue-item-wrapper {
    flex-direction: row;
    max-width: none;
  }

  .different-blue-item-wrapper.middle {
    margin-top: 0;
  }

  .different-blue-item-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-yellow-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-3-hero-text-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .about-3-hero-item-1 {
    margin-right: auto;
  }

  .about-3-hero-item-2 {
    margin-top: 0;
    margin-left: auto;
  }

  .about-benefit-bottom-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .about-benefit-para-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
  }

  .about-benefit-heading-container {
    width: 100%;
  }

  .about-benefit-item-heading {
    font-size: 45px;
  }

  .about-benefit-item-para {
    font-size: 22px;
  }

  .about-benefit-item-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .about-hero-star-icon {
    top: 100px;
    right: 15%;
  }

  .about-hero-arrow-image {
    bottom: 200px;
    left: 5%;
  }

  .faq-open-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-open-question-text {
    font-size: 22px;
  }

  .faq-open-grid {
    grid-column-gap: 60px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-table-hero-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .pricing-table-item.left-align {
    align-items: center;
  }

  .pricing-table-grid {
    width: 100%;
  }

  .pricing-table-heading-item {
    width: 50%;
  }

  .toggle-row {
    margin-right: 0;
  }

  .toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .pricing-table-upper-wrapper {
    flex-direction: column;
  }

  .pricing-plan-grid {
    background-color: var(--white);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 60%;
  }

  .pricing-plan-grid-item {
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pricing-plan-grid-item.blue-middle {
    border-left-width: 0;
    border-right-width: 0;
  }

  .pricing-plan-grid-item.left {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .pricing-plan-grid-item.right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
  }

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

  .pricing-plan-hero-text {
    font-size: 55px;
    line-height: 100%;
  }

  .pricing-plan-heading-wrapper {
    width: 40%;
    position: relative;
  }

  .pricing-plan-heading-item {
    width: 100%;
    margin-top: 510px;
  }

  .pricing-plan-upper-wrapper {
    align-items: flex-start;
  }

  .about-2-team-text-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .about-2-team-grid {
    width: 100%;
  }

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

  .about-2-different-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-2-different-text-wrapper {
    text-align: center;
  }

  .about-2-people-outer-container {
    flex-direction: column;
  }

  .about-2-people-left-container {
    flex-direction: row;
    align-items: center;
    max-width: none;
  }

  .about-2-hero-text-wrapper {
    margin-bottom: 180px;
  }

  .about-2-hero-item-flex {
    flex-direction: column;
    align-items: center;
  }

  .about-2-arrow-icon {
    max-width: 70px;
    top: 400px;
  }

  .about-2-star-icon {
    max-width: 70px;
    top: 40px;
  }

  .home-2-integration-section {
    padding-bottom: 70px;
  }

  .home-2-analysis-text-wrapper, .home-2-analysis-grid {
    width: 100%;
  }

  .home-2-feature-tabs-menu {
    border-radius: 30px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .home-2-feature-tab-link {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-2-feature-tab-pane-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .feature-tab-image-wrapper, .feature-tab-text-wrapper {
    width: 100%;
  }

  .home-2-spotlight-bottom-grid {
    grid-row-gap: 176px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-2-spotlight-item-hero-img {
    width: 90%;
  }

  .home-2-hero-text-wrapper {
    width: 100%;
  }

  .home-2-hero-image-wrapper {
    width: 85%;
    margin-right: 0%;
  }

  .home-2-highlight-image {
    width: 50px;
    height: 50px;
    bottom: -40px;
    right: 5px;
  }

  .home-2-integration-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: 24px;
  }

  .home-2-integration-item-icon {
    width: 60px;
    height: 60px;
  }

  .integration-item-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .home-2-result-bottom-flex {
    flex-direction: column;
    align-items: center;
  }

  .all-stories-logo-image {
    width: 220px;
    max-width: 220px;
    bottom: 25px;
    left: 25px;
  }

  .all-stories-item-heading {
    line-height: 110%;
  }

  .all-stories-collection-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .customer-stories-hero-text-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .customer-story-profile-item.top {
    margin-right: auto;
  }

  .customer-story-profile-item.bottom {
    margin-left: auto;
  }

  .customer-story-hero-star-icon {
    width: 75px;
    height: 80px;
    top: 75px;
  }

  .customer-story-hero-arrow {
    bottom: 220px;
    left: 5%;
  }

  .cs-hero-heading {
    font-size: 55px;
    line-height: 110%;
  }

  .rich-text-main-heading-wrap {
    padding: 50px 20px;
  }

  .rich-text-main-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .overview-hero-heading {
    font-size: 55px;
  }

  .overview-train-item {
    width: 400px;
    margin-right: 30px;
  }

  .overview-train-item-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .overview-content-block-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .overview-page-item-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .overview-page-item-grid.company-pages {
    grid-template-rows: auto auto auto;
  }

  .overview-page-item-grid.cms-pages {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .overview-spotlight-grid-item {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .dropdown-arrow {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .dropdown-arrow.hidden {
    display: inline-flex;
  }

  .nav-menu-2 {
    background-color: var(--white);
    padding-bottom: 40px;
    position: absolute;
    box-shadow: 0 100px 100px #0b0b0b66;
  }

  .buttons-container {
    margin-left: auto;
  }

  .buttons-container.in-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 20px;
    display: flex;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .visual-features-items-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .visual-features-items-container.nav {
    width: 100%;
    max-width: none;
    display: block;
  }

  .visual-features-items-container.nav.pages {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    margin-left: 20px;
    margin-right: 0%;
    padding-left: 0;
    display: flex;
  }

  .dropdown-list-full-wrapper-2 {
    box-shadow: none;
    padding: 0;
  }

  .dropdown-list.w--open {
    width: 95%;
    min-width: auto;
    margin-left: 20px;
    margin-right: 0%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .nav-menu-2-copy {
    background-color: var(--white);
    padding-bottom: 40px;
    position: absolute;
    box-shadow: 0 100px 100px #0b0b0b66;
  }

  .text-block-15, .text-block-16 {
    color: var(--dark);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 35px;
  }

  h5 {
    font-size: 30px;
  }

  li {
    font-size: 18px;
  }

  .style-guide-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body-18px {
    font-size: 16px;
  }

  .body-22px {
    font-size: 20px;
  }

  .wrapper-1160px.home-feature-spotlight-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .wrapper-1160px.faq-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.blog-details-summary-flex {
    width: 85%;
  }

  .wrapper-1160px.integration-hero-flex {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .wrapper-1160px.contact-answer-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.seach-result-flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-1160px.why-choose-flex {
    padding-top: 120px;
  }

  .wrapper-1160px.reviews-customer-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1160px.download-hero-flex {
    padding-bottom: 60px;
  }

  .wrapper-1160px.customer-flex-180px, .wrapper-1160px.creative-freedom-flex-180px {
    padding-top: 120px;
  }

  .wrapper-1160px.home-2-cta-section {
    padding-top: 40px;
    padding-left: 30px;
  }

  .wrapper-1160px.pricing-2-hero-flex {
    padding-top: 80px;
  }

  .wrapper-1160px.pricing-2-customer-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .wrapper-1160px.different-blue-flex {
    padding-bottom: 120px;
  }

  .wrapper-1160px.faq-open-flex {
    padding-bottom: 50px;
  }

  .wrapper-1160px.pricing-3-hero-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.pricing-plan-flex {
    margin-top: 0;
    padding-top: 100px;
  }

  .wrapper-1160px.about-2-hero-flex {
    padding-top: 100px;
  }

  .wrapper-1160px.about-2-creative-talent-flex {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper-1160px.about-2-people-flex {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .wrapper-1160px.home-2-creative-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 70px;
  }

  .wrapper-1160px.home-2-feature-flex {
    padding-top: 120px;
  }

  .wrapper-1160px.home-2-spotlight-flex {
    padding-top: 120px;
    padding-bottom: 220px;
  }

  .wrapper-1160px.about-2-discover-flex {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper.instruction-wrapper {
    width: 90%;
  }

  .reference-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reference-wrapper.updates {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .body-22px-medium, .body-22px-bold {
    font-size: 20px;
  }

  .body-18px-medium, .body-18px-bold {
    font-size: 16px;
  }

  .blue-button.full-width {
    width: 100%;
  }

  .primary-blue-button.white {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .primary-blue-button.contact-phone {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .home-hero-wrapper {
    margin-bottom: 100px;
  }

  .home-hero-item.right-with-arrow {
    bottom: -5%;
    right: 5%;
  }

  .home-hero-item.chart {
    width: 45px;
    left: 5%;
  }

  .home-hero-item.pencil {
    width: 50px;
    left: -3%;
  }

  .home-hero-item.purple-profile {
    width: 45px;
  }

  .home-hero-item.bulb {
    width: 50px;
    bottom: 20%;
    right: -2%;
  }

  .home-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-feature-spotlight-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-hero-spotlight-wrapper:hover {
    transform: translate(-15px, -15px);
  }

  .discover-hero-item.about-2-item-1 {
    width: 220px;
    right: -10%;
  }

  .home-cta-hero-heading {
    font-size: 50px;
  }

  .home-cta-hero-image {
    object-position: 20% 50%;
  }

  .industry-expert-image-container, .app-integration-image-container {
    width: 100%;
  }

  .business-growth-number-wrap {
    max-width: 180px;
  }

  .business-growth-large-text {
    font-size: 40px;
  }

  .business-growth-normal-text {
    font-size: 16px;
  }

  .customer-slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .customer-slider-right-arrow {
    inset: 0% -5% 0% auto;
  }

  .customer-slider-right-arrow.position-at-the-end {
    right: -20px;
  }

  .home-integration-blue-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h-m-blue-item-heading-22px {
    font-size: 18px;
  }

  .h-m-blue-para-16px {
    margin-top: 5px;
  }

  .hm-dark-blue-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .hm-dark-blue-para {
    font-size: 28px;
    line-height: 100%;
  }

  .hm-yellow-hero-item {
    padding-top: 130px;
  }

  .hm-yellow-item-hero-image {
    width: 200px;
    top: -20%;
  }

  .hm-grey-hero-item {
    padding: 40px 30px 30px;
  }

  .hm-grey-hero-item-pointer {
    font-size: 16px;
    line-height: 165%;
  }

  .footer-banner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-right-grid {
    grid-column-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link-button-wrapper {
    display: none;
  }

  .creative-talent-office-heading {
    font-size: 22px;
  }

  .creative-talent-office-para {
    font-size: 16px;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-hero-bottom-container {
    flex-direction: column;
  }

  .about-numbers-grid {
    grid-column-gap: 60px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .best-people-traits-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .best-people-traits-icon-wrap {
    border-bottom: 1px solid var(--dark);
    border-right-width: 0;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .best-people-traits-para-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-ventures-tabs-menu {
    justify-content: center;
  }

  .about-ventures-tab-text-wrap {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .about-ventures-tab-para {
    font-size: 24px;
  }

  .faq-answer-wrap {
    padding-left: 20px;
    padding-right: 30px;
  }

  .faq-question-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question {
    font-size: 22px;
  }

  .price-grid-text {
    font-size: 18px;
  }

  .pricing-row-contain {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricing-hero-grid {
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 80px;
  }

  .pricing-grid-item-heading {
    font-size: 30px;
  }

  .pricing-grid-item-price {
    font-size: 50px;
  }

  .custom-pricing-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-pricing-sub-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-pricing-heading-large {
    margin-bottom: 50px;
    font-size: 45px;
  }

  .pricing-testimonial-yellow-box, .pricing-testimonial-purple-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-testimonial-para, .pricing-testimonial-sign-up-rate {
    font-size: 20px;
  }

  .pricing-testimonial-bold-text {
    font-size: 28px;
  }

  .pricing-testimonial-organic-text {
    font-size: 20px;
  }

  .blog-hero-item-text-wrapper {
    margin-top: -100px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-hero-item-tag {
    font-size: 15px;
  }

  .blog-hero-item-hero-image {
    max-height: 350px;
  }

  .blog-slider-text-item {
    margin-top: -100px;
    padding: 30px 30px 25px;
  }

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

  .blog-details-hero-text-container {
    width: 85%;
    padding: 40px 30px 35px;
  }

  .blog-details-hero-heading {
    margin-bottom: 35px;
    font-size: 40px;
  }

  .rich-text p {
    font-size: 18px;
  }

  .rich-text h4 {
    font-size: 30px;
  }

  .rich-text img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text blockquote {
    font-size: 20px;
  }

  .blog-details-cta-text {
    font-size: 18px;
  }

  .blog-details-author-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-autho-para {
    font-size: 18px;
  }

  .blog-details-author-tag {
    font-size: 14px;
  }

  .blog-details-author-name {
    font-size: 22px;
  }

  .blog-details-author-item {
    width: 80px;
    height: 80px;
  }

  .blog-details-author-profile-item {
    width: 45px;
    height: 45px;
  }

  .blog-details-author-profile-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 310px;
    top: -40px;
  }

  .integration-hero-text-wrapper {
    width: 90%;
  }

  .search-input {
    background-color: var(--white-smoke-search);
    border-radius: 100px;
    height: 60px;
    margin-bottom: 10px;
  }

  .integration-hero-card-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .integration-hero-card-sub-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .integration-hero-card-name, .request-integration-heading {
    font-size: 30px;
  }

  .integration-hero-item._1 {
    top: -50px;
  }

  .integration-hero-item._2 {
    inset: auto auto 121px 0%;
  }

  .integration-hero-item._3 {
    bottom: -50px;
    left: 5%;
  }

  .integration-hero-item._4 {
    top: -64px;
    right: 50%;
  }

  .integration-hero-item._5 {
    inset: auto 0% 120px auto;
  }

  .integration-hero-item._6 {
    bottom: -60px;
  }

  .integration-3-card-container.left {
    left: -5%;
  }

  .integration-3-card-container.right {
    right: -5%;
  }

  .contact-form-block {
    padding-left: 35px;
    padding-right: 35px;
  }

  .contact-answer-section {
    margin-bottom: 89px;
  }

  .contact-answer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .contact-answer-upper-container {
    text-align: center;
  }

  .blue-background-small {
    width: 250px;
  }

  .log-in-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .log-in-blue-small-ng {
    width: 250px;
  }

  ._404-image-container {
    width: 80%;
  }

  .feature-roi-hero-item {
    margin-right: 12px;
    padding: 10px 16px;
  }

  .feature-roi-hero-item-icon {
    width: 24px;
    height: 24px;
  }

  .feature-roi-hero-item-text {
    font-size: 16px;
  }

  .feature-sub-hero-image {
    width: 50%;
    right: -5%;
  }

  .feature-sub-hero-train-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .customer-first-yellow-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-first-image-container {
    width: 100%;
  }

  .customer-first-blue-container {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-first-blue-hero-image {
    width: 55%;
    left: 20px;
  }

  .cf-blue-pointer-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cf-blue-container-text {
    font-size: 16px;
  }

  .creative-freedom-image-container {
    width: 100%;
  }

  .feature-spotlight-item-wrapper {
    grid-column-gap: 20px;
    padding: 40px 25px;
  }

  .collection-list-pricing {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-points p, .pricing-plan-points h6 {
    margin-bottom: 12px;
  }

  .blue-text-span-16px {
    margin-bottom: 8px;
  }

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

  .instruction-heading-2 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .text-variant-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .styles-heading {
    font-size: 40px;
  }

  .licensing-tag-subtext-2 {
    text-align: left;
  }

  .licensing-heading-2 {
    font-size: 40px;
  }

  .licensing-icon-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .font-title-heading {
    font-size: 45px;
  }

  .licensing-hero-flex {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .price-points-rich-text p {
    font-size: 18px;
  }

  .plan-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .buynow-button, .add-to-cart {
    padding-left: 25px;
    padding-right: 25px;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .search {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-3-user-2 {
    width: 60px;
  }

  .home-3-user-1 {
    width: 50px;
  }

  .home-3-hero-item-2 {
    left: -10px;
  }

  .home-3-hero-highlight {
    width: 45px;
    bottom: -30px;
    right: 0;
  }

  .home-3-hero-item-1 {
    top: 140px;
  }

  .home-3-number-item-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-3-feature-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .integration-details-text-container {
    width: 85%;
    padding-top: 40px;
  }

  .integration-type {
    font-size: 15px;
  }

  .integration-top-wrapper {
    width: 90%;
  }

  .integration-name {
    font-size: 50px;
  }

  .career-details-text-container {
    width: 85%;
  }

  .home-3-analysis-numbers-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .home-3-analysis-absolute-img {
    width: 50%;
    bottom: 80px;
  }

  .home-3-analysis-chart-img {
    width: 40px;
    right: 0;
  }

  .why-choose-hero-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .why-choose-pointer-text {
    background-size: 30px;
    padding-left: 40px;
  }

  .why-choose-highlight-icon {
    width: 35px;
    top: 40px;
    left: -25px;
  }

  .home-3-integration-cl {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-3-integration-item {
    margin-left: auto;
    margin-right: auto;
  }

  .customer-slide-upper-wrapper {
    padding-bottom: 20px;
  }

  .home-3-customer-slide-logo {
    width: 150px;
  }

  .home-3-customer-para {
    font-size: 26px;
  }

  .home-3-contact-blue-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-3-contact-blue-heading {
    font-size: 35px;
  }

  .home-3-contact-blue-para {
    font-size: 16px;
  }

  .home-3-contact-yellow-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-3-contact-dark-blue-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 35px 30px;
  }

  .home-3-contact-badge-icon {
    width: 48px;
  }

  .home-3-contact-text-32px {
    font-size: 28px;
  }

  .home-3-cta-hero-item-1 {
    width: 160px;
  }

  .home-3-cta-form {
    flex-direction: column;
  }

  .home-3-contact-blue-icon {
    margin-bottom: 20px;
  }

  .reviews-hero-heading {
    font-size: 50px;
  }

  .reviews-hero-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .reviews-testimonial-item {
    padding: 20px;
  }

  .reviews-testimonial-item-para {
    font-size: 18px;
  }

  .customer-reviews-hero-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-card-question-container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .faq-card-question {
    font-size: 20px;
  }

  .faq-card-answer-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-card-content {
    padding-bottom: 28px;
    font-size: 16px;
  }

  .download-hero-heading {
    font-size: 40px;
  }

  .download-hero-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .different-hero-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .different-hero-item-icon {
    width: 80px;
    height: 80px;
  }

  .different-hero-item-para {
    font-size: 16px;
  }

  .demo-hero-heading {
    font-size: 40px;
  }

  .venture-bottom-left-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .venture-company-logo-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .venture-king-crown-image {
    width: 90px;
  }

  .venture-path-image {
    width: 35%;
  }

  .logo-train-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 210px;
    margin-right: 20px;
  }

  .logo-train-item-image {
    max-width: 180px;
  }

  .logo-train-banner-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .demo-hero-logo-grid {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }

  .careers-hero-image-container, .careers-hero-sub-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .careers-opening-card-item {
    padding: 26px 20px;
  }

  .careers-opening-card-heading {
    margin-bottom: 6px;
    font-size: 22px;
  }

  .career-opening-card-text-16px {
    font-size: 16px;
  }

  .home-2-cta-sub-text-wrapper {
    margin-bottom: 100px;
  }

  .pricing-2-hero-text-wrapper {
    width: 90%;
  }

  .pricing-2-tabs-menu {
    max-width: 312px;
  }

  .pricing-2-tab-link {
    padding: 15px 40px;
  }

  .pricing-2-top-wrapper {
    flex-direction: column;
    padding: 40px 30px;
  }

  .pricing-2-middle-wrapper {
    padding: 30px;
  }

  .pricing-2-bottom-wrapper {
    flex-direction: column;
    padding: 40px 30px;
  }

  .pricing-2-pointer-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .pricing-2-pointer-text {
    font-size: 16px;
  }

  .pricing-2-price-text {
    font-size: 65px;
  }

  .pricing-2-price-text-small {
    font-size: 30px;
  }

  .pricing-2-price-text-wrapper {
    align-items: center;
  }

  .customer-slide-wrapper-v2 {
    padding: 50px 30px;
  }

  .customer-slide-left-container {
    flex-direction: column;
    align-items: center;
  }

  .customer-slide-numbers-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 300px;
    display: flex;
  }

  .customer-slide-heading-number {
    margin-bottom: 0;
    line-height: 100%;
  }

  .customer-slide-para-small-text {
    font-size: 20px;
  }

  .customer-slide-testimonial-text {
    font-size: 26px;
  }

  .customer-slide-brand-logo {
    max-width: 150px;
  }

  .customer-slider-left-arrow-v2 {
    inset: auto auto -120px 0%;
  }

  .customer-slider-right-arrow-v2 {
    inset: auto auto -120px 70px;
  }

  .discount-offer-img {
    top: -75px;
  }

  .different-blue-item-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .different-blue-item-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-yellow-item-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-3-hero-text-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .about-3-hero-item-1 {
    margin-top: 40px;
  }

  .about-benefit-para-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-benefit-item-icon {
    width: 60px;
    height: 60px;
  }

  .about-benefit-item-heading {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .about-benefit-item-para {
    font-size: 20px;
  }

  .about-benefit-item-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-hero-star-icon {
    width: 70px;
    height: 73px;
    top: 80px;
  }

  .about-hero-arrow-image {
    width: 35%;
    bottom: 120px;
    left: 0%;
  }

  .faq-open-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-open-question-text {
    font-size: 20px;
  }

  .faq-open-answer-text {
    font-size: 16px;
  }

  .pricing-table-top-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 20px 25px;
  }

  .pricing-table-bottom-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-table-top-text {
    font-size: 22px;
  }

  .pricing-table-hero-wrapper {
    padding-bottom: 40px;
  }

  .pricing-table-item.plan-feature-item {
    min-width: 210px;
  }

  .pricing-table-grid.plan-feature-grid {
    overflow: scroll;
  }

  .pricing-table-heading-item {
    width: 100%;
  }

  .pricing-table-text-20px {
    font-size: 18px;
  }

  .pricing-table-top-special {
    padding: 20px 25px;
  }

  .pricing-table-bottom-special {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pricing-plan-subtext {
    font-size: 20px;
  }

  .pricing-plan-link-text {
    margin-top: 16px;
    font-size: 20px;
  }

  .toggle-text {
    font-size: 22px;
  }

  .toggle-save-container {
    inset: auto auto -50px;
  }

  .pricing-plan-grid {
    width: 100%;
  }

  .pricing-plan-grid-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plan-top-wrapper {
    align-items: center;
  }

  .pricing-plan-bottom-wrapper.heading-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
    overflow: scroll;
  }

  .pricing-plan-hero-icon {
    width: 70px;
    height: 70px;
  }

  .pricing-plan-hero-text {
    font-size: 50px;
  }

  .pricing-plan-user-text {
    margin-bottom: 20px;
  }

  .pricing-plan-item.heading-wrapper-left {
    flex: none;
    width: auto;
  }

  .pricing-plan-hero-text-20px {
    font-size: 18px;
    line-height: 24px;
  }

  .pricing-plan-heading-wrapper {
    width: 100%;
  }

  .pricing-plan-heading-item {
    margin-top: 0;
  }

  .pricing-plan-upper-wrapper {
    flex-direction: column;
  }

  .pricing-3-hero-heading {
    margin-bottom: 24px;
  }

  .about-2-team-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-2-team-grid-item-image {
    margin-bottom: 24px;
  }

  .creative-talent-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-2-different-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-2-different-item-image, .about-2-different-item-heading {
    margin-bottom: 20px;
  }

  .about-2-people-outer-container, .about-2-people-left-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-2-container-right-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-2-people-image-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-2-hero-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px 30px;
  }

  .about-2-hero-item-icon {
    width: 70px;
    height: 70px;
  }

  .about-2-hero-item-subtext {
    font-size: 16px;
  }

  .about-2-arrow-icon {
    max-width: 60px;
    top: 360px;
  }

  .about-2-star-icon {
    max-width: 60px;
  }

  .home-2-integration-section {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .home-2-analysis-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-2-analysis-item {
    max-width: 300px;
  }

  .home-2-spotlight-bottom-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-2-hero-image-wrapper {
    width: 90%;
  }

  .home-2-image-absolute-1 {
    width: 220px;
    bottom: -80px;
    left: -5%;
  }

  .home-2-image-absolute-2 {
    width: 150px;
    right: 0%;
  }

  .home-2-hero-pencil {
    width: 60px;
    height: 60px;
  }

  .home-2-user-image-1 {
    width: 50px;
    height: 50px;
  }

  .home-2-user-image-2 {
    width: 60px;
    height: 60px;
    left: -5%;
  }

  .home-2-highlight-image {
    width: 45px;
    height: 45px;
    bottom: -35px;
    right: -10px;
  }

  .home-2-stat-icon {
    width: 70px;
    height: 70px;
    right: 25%;
  }

  .home-2-integration-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-right: 20px;
    padding-right: 30px;
    font-size: 22px;
  }

  .home-2-integration-item-icon {
    width: 56px;
    height: 56px;
  }

  .integration-item-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-2-result-dark-blue-item {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-2-result-blue-item {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 80px;
  }

  .home-2-result-blue-item-icon-img {
    top: 30%;
    right: 0%;
  }

  .all-stories-item-text-wrapper {
    padding: 30px 25px 38px;
  }

  .all-stories-logo-image {
    width: 180px;
    max-width: 180px;
    height: auto;
    bottom: 16px;
    left: 16px;
  }

  .all-stories-item-heading {
    font-size: 28px;
  }

  .customer-stories-hero-text-wrap {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .customer-story-profile-item.bottom {
    margin-bottom: 100px;
  }

  .customer-story-hero-star-icon {
    width: 65px;
    height: 70px;
  }

  .customer-story-hero-arrow {
    width: 160px;
    bottom: 200px;
    left: 0%;
  }

  .hero-cms-company-logo {
    max-width: 200px;
  }

  .cs-hero-heading {
    font-size: 45px;
  }

  .rich-text-main-heading {
    font-size: 32px;
  }

  .overview-hero-heading {
    font-size: 40px;
  }

  .overview-button-wrapper {
    flex-direction: column;
  }

  .overview-train-item {
    width: 340px;
    margin-right: 25px;
  }

  .overview-train-item-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .overview-content-block-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .overview-page-item-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .overview-page-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .overview-page-item-grid.company-pages {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .overview-page-item-grid.cms-pages {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .overview-page-item-grid.additional-pages {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .buttons-container.in-menu {
    padding-left: 14px;
  }

  .visual-features-items-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .visual-features-items-container.nav.pages {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    margin-left: 14px;
  }

  .dropdown-list.w--open {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-size: 18px;
  }

  li {
    font-size: 16px;
  }

  .style-guide-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
  }

  .style-guide-main {
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-link {
    grid-template-columns: 1fr;
  }

  .body-16px {
    font-size: 14px;
  }

  .body-22px {
    font-size: 18px;
  }

  .style-guide-titles {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 120%;
  }

  .wrapper-1160px {
    width: 90%;
  }

  .wrapper-1160px.home-logo-flex {
    text-align: center;
  }

  .wrapper-1160px.home-feature-spotlight-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wrapper-1160px.home-discover-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.industry-expert-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.business-growth-flex {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .wrapper-1160px.best-people-flex, .wrapper-1160px.about-venture-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.faq-flex, .wrapper-1160px.comparision-table-flex {
    padding-top: 0;
  }

  .wrapper-1160px.latest-blogs-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.blog-hero-flex, .wrapper-1160px.contact-hero-flex {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .wrapper-1160px._404-hero-flex {
    padding-top: 60px;
  }

  .wrapper-1160px.home-3-hero-flex {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-top: 60px;
  }

  .wrapper-1160px.home-3-feature-flex {
    padding-top: 100px;
  }

  .wrapper-1160px.home-3-data-analysis-flex {
    padding-top: 60px;
  }

  .wrapper-1160px.why-choose-flex {
    padding-top: 100px;
  }

  .wrapper-1160px.home-3-customer-flex {
    padding-top: 60px;
  }

  .wrapper-1160px.home-3-contact-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .wrapper-1160px.reviews-hero-flex {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.reviews-customer-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.download-hero-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .wrapper-1160px.venture-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wrapper-1160px.customer-flex-180px, .wrapper-1160px.creative-freedom-flex-180px {
    padding-top: 100px;
  }

  .wrapper-1160px.careers-hero-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.careers-opening-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-1160px.home-2-cta-section {
    border-radius: 12px;
    padding-left: 15px;
  }

  .wrapper-1160px.pricing-2-hero-flex {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 60px;
  }

  .wrapper-1160px.pricing-2-customer-flex {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.different-blue-flex {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.team-yellow-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.faq-open-flex {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .wrapper-1160px.pricing-table-flex {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .wrapper-1160px.pricing-3-hero-flex {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .wrapper-1160px.about-2-hero-flex {
    padding-bottom: 80px;
  }

  .wrapper-1160px.about-2-creative-talent-flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-1160px.about-2-different-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wrapper-1160px.about-2-people-flex {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .wrapper-1160px.about-2-team-flex {
    padding-top: 100px;
  }

  .wrapper-1160px.home-2-creative-flex {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .wrapper-1160px.home-2-analysis-flex {
    padding-top: 50px;
  }

  .wrapper-1160px.home-2-feature-flex {
    padding-top: 100px;
  }

  .wrapper-1160px.home-2-spotlight-flex {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .wrapper-1160px.home-2-hero-flex {
    padding-bottom: 150px;
  }

  .wrapper-1160px.about-2-discover-flex {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.cs-hero-cms-flex {
    padding-top: 80px;
  }

  .wrapper-1160px.overview-spotlight-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .update-text {
    font-size: 32px;
  }

  .reference-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reference-wrapper.updates {
    padding: 20px;
  }

  .body-22px-medium, .body-22px-bold {
    font-size: 18px;
  }

  .blue-button {
    padding: 12px 30px;
    font-size: 18px;
  }

  .blue-button.newsletter-button {
    width: 100%;
  }

  .blue-button.integration-button {
    font-size: 16px;
  }

  .nav-button {
    padding: 8px 15px;
    font-size: 14px;
  }

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

  .nav-button.in-menu {
    padding: 15px 25px;
    font-size: 16px;
    display: block;
  }

  .primary-blue-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 20px;
    font-size: 18px;
  }

  .primary-blue-button.phone {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .primary-blue-button.white, .primary-blue-button.contact-phone {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .primary-button-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .purple-text-span {
    border-radius: 8px;
  }

  .no-credit-card-text {
    font-size: 16px;
  }

  .navbar-button-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .round-hero-brand {
    width: 120px;
  }

  .home-hero-item.right-with-arrow {
    bottom: -16%;
    right: 0%;
  }

  .home-hero-item.chart {
    bottom: 100px;
    left: -3%;
  }

  .home-hero-item.pencil {
    top: -13%;
  }

  .home-hero-item.purple-profile {
    bottom: -8%;
  }

  .home-hero-item.bulb {
    width: 45px;
    bottom: 100px;
    right: -3%;
  }

  .home-hero-item.red-profile {
    top: -10%;
  }

  .home-logo-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .home-logo-hero-item {
    width: 47%;
  }

  .red-text-span {
    border-radius: 8px;
  }

  .home-hero-spotlight-wrapper {
    padding: 40px 15px;
  }

  .home-hero-spotlight-wrapper:hover {
    transform: translate(-10px, -10px);
  }

  .home-hero-spotlight-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .home-hero-spotlight-para {
    font-size: 16px;
  }

  .home-discover-image-container {
    width: 95%;
  }

  .discover-hero-item._1 {
    left: -5%;
  }

  .discover-hero-item._2 {
    right: -5%;
  }

  .discover-hero-item.about-2-item-2 {
    bottom: -20px;
    left: -5%;
  }

  .discover-hero-item.about-2-item-1 {
    width: 150px;
    top: 40px;
    right: -8%;
  }

  .discover-pointer-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .discover-pointer-sub-para {
    font-size: 16px;
  }

  .home-cta-hero-heading {
    font-size: 35px;
  }

  .industry-expert-button-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .business-growth-numbers-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .business-growth-number-wrap {
    max-width: none;
  }

  .customer-slide {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .customer-slide-para, .customer-slide-sign-up-rate {
    font-size: 20px;
  }

  .customer-slider-left-arrow {
    inset: auto auto -80px 30%;
  }

  .customer-slider-bold-text {
    font-size: 25px;
  }

  .customer-slide-organic-traffic {
    font-size: 20px;
  }

  .customer-slide-logo-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .customer-slider-right-arrow, .customer-slider-right-arrow.position-at-the-end {
    inset: auto 30% -80px auto;
  }

  .hm-container-blue-item {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hm-container-blue-item.right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .hm-container-blue-item.home-3-contact-yellow-box, .hm-container-blue-item.home-3-contact-yellow-border {
    width: 95%;
  }

  .home-integration-blue-container {
    padding: 40px 15px;
  }

  .h-m-blue-item-heading-22px {
    font-size: 18px;
    line-height: 120%;
  }

  .h-m-blue-para-16px {
    font-size: 14px;
  }

  .hm-dark-blue-item {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hm-dark-blue-hero-icon {
    width: 40px;
    height: 40px;
  }

  .hm-dark-blue-para {
    font-size: 20px;
  }

  .hm-yellow-hero-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hm-yellow-hero-item-para {
    font-size: 16px;
  }

  .hm-yellow-hero-item-heading {
    font-size: 28px;
    line-height: 100%;
  }

  .hm-yellow-item-hero-image {
    width: 200px;
    top: -50px;
    left: 20px;
  }

  .hm-grey-hero-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hm-grey-hero-item-pointer {
    background-position: 0 3px;
    font-size: 16px;
  }

  .hm-grey-pointer-container {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-banner {
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .footer-right-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .menu-button {
    padding: 5px 8px;
  }

  .nav-link-button-wrapper {
    font-size: 14px;
  }

  .creative-talent-office-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero-upper-img-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-numbers-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about-numbers-item-heading {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .about-numbers-item-tag-text {
    font-size: 16px;
  }

  .best-people-traits-item {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .best-people-traits-icon-wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .best-people-traits-para-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .best-people-traits-hero-icon {
    width: 60px;
    height: 60px;
  }

  .about-ventures-funding-heading {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .about-ventures-funding-tag-text {
    font-size: 16px;
  }

  .about-ventures-tab-para {
    font-size: 22px;
  }

  .faq-content {
    font-size: 16px;
  }

  .faq-answer-wrap, .faq-question-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-question {
    font-size: 18px;
    line-height: 140%;
  }

  .price-grid-text {
    font-size: 16px;
  }

  .pricing-headings {
    font-size: 18px;
  }

  .pricing-headings.small {
    font-size: 16px;
  }

  .comparison-plan {
    max-width: 120px;
  }

  .price-checkmark {
    width: 25px;
  }

  .pricing-grid-item-upper {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-grid-item-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-grid-item-heading {
    margin-bottom: 4px;
  }

  .pricing-grid-item-sub-heading {
    margin-bottom: 40px;
  }

  .custom-pricing-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-pricing-sub-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom-pricing-heading-large {
    font-size: 40px;
  }

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

  .customer-grid-pointer-container {
    padding-top: 20px;
  }

  .custom-pricing-icon-container {
    flex-direction: column;
  }

  .pricing-testimonial-yellow-box, .pricing-testimonial-purple-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-testimonial-para {
    font-size: 18px;
  }

  .pricing-testimonial-sign-up-rate {
    font-size: 20px;
  }

  .pricing-testimonial-bold-text {
    font-size: 28px;
  }

  .pricing-testimonial-organic-text {
    font-size: 20px;
  }

  .blog-hero-item-text-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-top: -10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-hero-item-tag {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .blog-hero-item-heading {
    font-size: 22px;
  }

  .blog-hero-item-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-hero-item-hero-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-tab-link {
    padding: 12px 30px;
    font-size: 16px;
  }

  .newsletter-form-wrapper {
    background-color: #0000;
    border-radius: 8px;
    flex-direction: column;
  }

  .newsletter-text-field {
    height: 60px;
    margin-bottom: 10px;
  }

  .newsletter-blue-bg._1 {
    display: none;
  }

  .newsletter-blue-bg._2 {
    width: 180px;
  }

  .blog-slider-image-item {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-slider-text-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-top: -5px;
    padding: 20px;
  }

  .blog-slider-text-wrapper {
    margin-bottom: 60px;
  }

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

  .blog-details-hero-text-container {
    padding: 30px 15px;
  }

  .blog-details-hero-heading {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .blog-details-social-left-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .rich-text {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text p {
    font-size: 16px;
  }

  .rich-text h4 {
    font-size: 28px;
  }

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

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 15px;
  }

  .blog-details-cta-text {
    font-size: 16px;
  }

  .blog-details-author-container {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-details-autho-para {
    font-size: 16px;
  }

  .blog-details-author-item {
    width: 60px;
    height: 60px;
  }

  .blog-details-author-profile-item {
    width: 40px;
    height: 40px;
  }

  .blog-details-author-profile-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-content: center;
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }

  .utility-page-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .integration-hero-text-wrapper {
    width: 100%;
  }

  .integration-hero-card-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .integration-hero-card-image {
    width: 70px;
    height: 70px;
  }

  .integration-hero-card-sub-wrap {
    width: 100%;
  }

  .request-integration-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .request-integration-heading {
    width: 100%;
    font-size: 28px;
  }

  .integration-hero-item._1 {
    width: 45px;
  }

  .integration-hero-item._2 {
    width: 60px;
  }

  .integration-hero-item._3 {
    width: 55px;
    bottom: -60px;
  }

  .integration-hero-item._5 {
    width: 50px;
  }

  .integration-hero-item._6 {
    width: 70px;
    bottom: -70px;
  }

  .office-location-container {
    width: 100%;
  }

  .contact-form-block {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-text-field.name, .contact-text-field.email, .contact-text-field.subject {
    background-position: 10px;
    padding-left: 40px;
  }

  .contact-text-area {
    background-position: 10px 12px;
    padding-left: 40px;
  }

  .contact-success-message, .contact-error-message {
    font-size: 16px;
  }

  .contact-answer-section {
    margin-bottom: 40px;
  }

  .contact-answer-grid-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pass-recovery-heading {
    font-size: 26px;
  }

  .blue-background-small {
    width: 200px;
  }

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

  .log-in-heading {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .log-in-blue-large-bg {
    width: 40%;
  }

  .log-in-blue-small-ng {
    width: 200px;
  }

  ._404-image-container {
    width: 100%;
  }

  ._404-heading {
    font-size: 100px;
  }

  ._404-sub-heading {
    font-size: 28px;
  }

  .feature-roi-hero-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .feature-hero-heading {
    font-size: 35px;
  }

  .features-best-places-grid {
    grid-template-columns: 1fr;
  }

  .customer-first-pointer-text {
    font-size: 16px;
  }

  .customer-first-blue-container {
    padding-top: 160px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .customer-first-dark-blue-wrap {
    padding: 40px 20px;
  }

  .customer-first-dark-blue-icon {
    width: 60px;
    margin-bottom: 40px;
  }

  .cf-dark-blue-heading {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .cf-dark-blue-para {
    font-size: 16px;
  }

  .cf-blue-pointer-icon {
    width: 24px;
    height: 24px;
  }

  .cf-blue-container-text {
    font-size: 15px;
  }

  .feature-spotlight-item-wrapper {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-spotlight-item-wrapper:hover {
    border-radius: 10px;
    transform: translate(-10px, -10px);
  }

  .block-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ecom-pricing-heading {
    font-size: 40px;
  }

  .pricing-plan-points p, .pricing-plan-points h6 {
    margin-bottom: 8px;
  }

  .cart-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .blue-text-span-16px {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .update-paragraph {
    font-size: 16px;
  }

  .instruction-heading-2 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .text-variant-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2fr;
  }

  .style-wrapper {
    width: 90%;
  }

  .typo-style-info-text {
    font-size: 16px;
    line-height: 20px;
  }

  .style-description {
    font-size: 16px;
  }

  .licencing-images-grid-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .licensing-heading-2 {
    font-size: 35px;
  }

  .font-title-heading {
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 10px;
    font-size: 35px;
  }

  .licencing-image-item-2 {
    height: 200px;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .product-box-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .plan-detail-paragraph {
    font-size: 16px;
  }

  .buttons-contain {
    grid-template-columns: 1fr;
  }

  .plan-price {
    font-size: 30px;
  }

  .buynow-button, .add-to-cart {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-product-text {
    font-size: 18px;
    line-height: 150%;
  }

  .colors-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .style-guide-titles-2 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 120%;
  }

  .contact-success-message-2 {
    font-size: 16px;
  }

  .home-3-user-2 {
    width: 50px;
    left: -14px;
  }

  .purple-text-span-2 {
    border-radius: 8px;
  }

  .home-3-hero-image {
    width: 95%;
  }

  .home-3-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .home-3-user-1 {
    width: 40px;
  }

  .contact-error-message-2 {
    font-size: 16px;
  }

  .home-3-hero-item-2 {
    width: 85%;
  }

  .home-3-hero-highlight {
    width: 35px;
    right: -20px;
  }

  .home-3-hero-item-1 {
    width: 45%;
    top: 60px;
  }

  .home-3-testimonial-star-wrapper {
    margin-bottom: 20px;
  }

  .home-3-testimonial-italic-text {
    font-size: 20px;
    line-height: 120%;
  }

  .home-3-testimonial-author-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .home-3-number-subtext {
    font-size: 16px;
    line-height: 120%;
  }

  .home-3-number-heading {
    margin-bottom: 6px;
    font-size: 40px;
  }

  .home-3-number-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-3-feature-item-heading {
    font-size: 30px;
  }

  .home-3-feature-item-para {
    font-size: 16px;
    line-height: 150%;
  }

  .home-3-feature-item-text-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .home-3-analysis-bottom-wrap {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .home-3-tag-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 20px;
    font-size: 14px;
  }

  .reference-paragraph {
    font-size: 16px;
  }

  .integration-details-text-container {
    margin-bottom: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .integration-type {
    margin-bottom: 6px;
    margin-left: 10px;
    font-size: 14px;
  }

  .integration-top-wrapper {
    text-align: center;
  }

  .integration-name {
    font-size: 40px;
  }

  .integration-summary {
    font-size: 16px;
  }

  .integration-social-left-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .career-details-text-container {
    margin-bottom: 120px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .home-3-analysis-spacer-line {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .home-3-analysis-numbers-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-3-analysis-highlight-img.left {
    width: 20px;
    top: -15px;
    left: -15px;
  }

  .home-3-analysis-highlight-img.right {
    width: 20px;
    bottom: -15px;
    right: -15px;
  }

  .home-3-analysis-absolute-img {
    bottom: 40px;
  }

  .home-3-analysis-chart-img {
    width: 30px;
    top: 90px;
  }

  .why-choose-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .why-choose-hero-item {
    padding: 40px 10px;
  }

  .why-choose-pointer-text {
    background-position: 0 0;
    background-size: 28px;
    padding-left: 35px;
    font-size: 18px;
    line-height: 150%;
  }

  .why-choose-item-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .why-choose-highlight-icon {
    width: 30px;
    top: 45px;
    left: -20px;
  }

  .vs-blue-wrapper {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .home-3-integration-cl {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .customer-slide-upper-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .home-3-customer-slide-logo {
    width: 130px;
  }

  .home-3-customer-para {
    font-size: 22px;
  }

  .home-3-contact-blue-wrapper {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-3-contact-blue-heading {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .home-3-contact-left-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-3-contact-yellow-wrapper {
    border-radius: 10px;
    padding: 40px 10px;
  }

  .home-3-contact-dark-blue-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 10px;
    padding: 20px 10px;
  }

  .home-3-contact-badge-icon {
    width: 40px;
  }

  .home-3-contact-text-32px {
    font-size: 20px;
  }

  .home-3-contact-yellow-flex {
    margin-top: 20px;
  }

  .home-3-contact-blue-path-image, .home-3-cta-hero-item {
    width: 150px;
  }

  .home-3-cta-hero-item-1 {
    width: 140px;
  }

  .home-3-cta-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-3-contact-blue-icon {
    width: 65px;
  }

  .reviews-hero-heading {
    font-size: 35px;
  }

  .reviews-hero-container {
    flex-direction: column;
    align-items: center;
  }

  .reviews-hero-spacer-line {
    width: 100%;
    height: 1px;
  }

  .reviews-testimonial-item {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .reviews-testimonial-author-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .reviews-testimonial-author-name {
    font-size: 16px;
  }

  .reviews-testimonial-author-bio {
    font-size: 14px;
  }

  .customer-reviews-hero-item {
    padding: 30px 10px 26px;
  }

  .faq-card-question-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-card-question {
    line-height: 120%;
  }

  .faq-card-answer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-card-content {
    padding-bottom: 24px;
  }

  .download-hero-heading {
    font-size: 35px;
  }

  .download-hero-item {
    padding: 30px 15px 25px;
  }

  .download-hero-item-icon {
    width: 70px;
    margin-bottom: 20px;
  }

  .download-hero-item-para {
    font-size: 15px;
  }

  .different-hero-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .demo-hero-heading {
    font-size: 32px;
  }

  .venture-bottom-left-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .venture-bottom-hero-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 220px;
    display: flex;
  }

  .venture-company-logo-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .venture-king-crown-image {
    width: 80px;
    top: 230px;
    bottom: 230px;
  }

  .venture-path-image {
    width: 45%;
  }

  .logo-train-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 170px;
    margin-right: 10px;
  }

  .logo-train-item-image {
    max-width: 150px;
  }

  .logo-train-banner-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .demo-hero-logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

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

  .careers-hero-sub-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .careers-hero-sub-wrapper.top-align {
    align-items: center;
  }

  .careers-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .careers-tab-link {
    font-size: 14px;
  }

  .careers-opening-card-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
  }

  .careers-opening-card-icon-wrap {
    border-radius: 6px;
    width: 40px;
    height: 40px;
  }

  .careers-opening-card-arrow, .careers-card-white-arrow {
    width: 20px;
    height: 20px;
  }

  .careers-opening-card-text-wrap {
    width: 100%;
  }

  .careers-opening-card-heading {
    font-size: 20px;
    line-height: 100%;
  }

  .career-opening-card-text-16px {
    font-size: 14px;
  }

  .career-opening-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-2-cta-sub-text-wrapper {
    margin-bottom: 80px;
  }

  .yellow-text-span {
    border-radius: 8px;
  }

  .home-2-cta-icon {
    width: 70px;
    margin-bottom: 20px;
  }

  .home-2-cta-image {
    border-bottom-right-radius: 12px;
  }

  .home-2-cta-blue-background {
    width: 100%;
    right: -180px;
  }

  .pricing-2-hero-text-wrapper {
    width: 100%;
  }

  .pricing-2-tabs {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-2-tabs-menu {
    max-width: 272px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .pricing-2-tab-link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-2-top-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px 15px;
  }

  .pricing-2-middle-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-2-bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px 15px;
  }

  .pricing-2-pointer-wrapper {
    align-items: flex-start;
  }

  .pricing-2-pointer-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-2-price-text {
    font-size: 60px;
  }

  .pricing-2-price-text-small {
    font-size: 28px;
  }

  .pricing-2-price-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .pricing-2-item-heading {
    font-size: 30px;
  }

  .customer-slide-wrapper-v2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 30px 15px;
  }

  .customer-slide-heading-number {
    font-size: 35px;
  }

  .customer-slide-para-small-text {
    font-size: 18px;
  }

  .customer-slide-testimonial-text {
    font-size: 22px;
  }

  .customer-slide-brand-logo {
    max-width: 130px;
  }

  .customer-slider-left-arrow-v2, .customer-slider-right-arrow-v2 {
    bottom: -100px;
  }

  .discount-offer-img {
    top: -70px;
  }

  .different-blue-item {
    padding: 40px 15px;
  }

  .different-blue-item-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
  }

  .different-blue-item-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .different-blue-item-para {
    font-size: 16px;
  }

  .different-blue-item-wrapper, .different-blue-item-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-3-hero-text-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-3-hero-heading {
    margin-bottom: 15px;
  }

  .about-3-hero-item-1 {
    width: 35%;
    margin-top: 20px;
  }

  .about-3-hero-item-2 {
    width: 40%;
  }

  .about-benefit-para-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .about-benefit-item-heading {
    margin-bottom: 8px;
    font-size: 35px;
  }

  .about-hero-star-icon {
    width: 50px;
    height: 53px;
    top: 60px;
    right: 10%;
  }

  .about-hero-arrow-image {
    bottom: 60px;
  }

  .faq-open-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-table-top-wrap, .pricing-table-bottom-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-table-icon-wrapper {
    width: 36px;
    height: 36px;
  }

  .pricing-table-icon {
    width: 22px;
    height: 22px;
  }

  .pricing-table-top-text {
    font-size: 20px;
  }

  .pricing-table-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .pricing-table-hero-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-table-item.plan-feature-item {
    min-width: 200px;
  }

  .pricing-table-text-20px {
    font-size: 16px;
  }

  .pricing-table-top-special, .pricing-table-bottom-special {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-plan-feature-text {
    margin-bottom: 4px;
    font-size: 22px;
  }

  .pricing-plan-subtext, .pricing-plan-link-text {
    font-size: 18px;
  }

  .toggle-text {
    font-size: 20px;
  }

  .toggle-contain {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-table-upper-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-plan-grid-item {
    padding: 30px 15px;
  }

  .pricing-plan-bottom-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .pricing-plan-bottom-wrapper.heading-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .pricing-plan-type-text {
    font-size: 16px;
  }

  .pricing-plan-hero-text {
    font-size: 45px;
  }

  .pricing-plan-user-text {
    font-size: 16px;
  }

  .pricing-plan-item.heading-wrapper-left {
    max-width: 200px;
  }

  .pricing-plan-hero-text-20px {
    font-size: 16px;
    line-height: 20px;
  }

  .pricing-plan-check-circle {
    width: 34px;
    height: 34px;
  }

  .pricing-plan-heading-item {
    padding-bottom: 60px;
  }

  .pricing-3-hero-heading, .about-2-team-grid-item-image {
    margin-bottom: 16px;
  }

  .about-2-team-grid-item-heading {
    font-size: 28px;
  }

  .about-2-team-grid-item-subtext {
    font-size: 16px;
  }

  .creative-talent-grid-item {
    padding: 10px 10px 24px;
  }

  .creative-talent-grid-item-image {
    margin-bottom: 20px;
  }

  .creative-talent-item-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .creative-talent-item-subtext {
    font-size: 16px;
  }

  .about-2-different-item-image {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
  }

  .about-2-different-item-heading {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .about-2-different-item-subtext {
    font-size: 16px;
  }

  .about-2-people-left-container, .about-2-people-image-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .about-2-hero-tag {
    margin-bottom: 10px;
  }

  .about-2-hero-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }

  .about-2-arrow-icon {
    max-width: 55px;
    top: 390px;
  }

  .about-2-star-icon {
    max-width: 55px;
    top: 30px;
  }

  .home-2-analysis-item-icon {
    margin-bottom: 20px;
  }

  .home-2-analysis-item-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .home-2-spotlight-bottom-grid {
    grid-row-gap: 160px;
  }

  .home-2-spotlight-item {
    padding: 30px 20px 180px;
  }

  .home-2-spotlight-item:hover {
    box-shadow: 4px 4px 0 0 var(--playful-yellow);
  }

  .home-2-spotlight-item-icon {
    width: 75px;
    height: 75px;
  }

  .home-2-spotlight-item-heading {
    font-size: 24px;
  }

  .home-2-spotlight-item-subtext {
    font-size: 16px;
  }

  .home-2-spotlight-item-hero-img {
    width: 260px;
    bottom: -100px;
  }

  .home-2-hero-image-wrapper {
    width: 100%;
  }

  .home-2-image-absolute-1 {
    width: 200px;
    left: -3%;
  }

  .home-2-image-absolute-2 {
    width: 120px;
    top: 40px;
    right: -3%;
  }

  .home-2-hero-pencil {
    width: 50px;
    height: 50px;
    top: -18%;
    left: -5%;
  }

  .home-2-user-image-1 {
    width: 40px;
    height: 40px;
  }

  .home-2-user-image-2 {
    width: 50px;
    height: 50px;
    bottom: 60px;
  }

  .home-2-highlight-image {
    width: 40px;
    height: 40px;
  }

  .home-2-hero-rating-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-2-hero-rating-image {
    width: 45px;
    height: 45px;
  }

  .home-2-stat-icon {
    width: 60px;
    height: 60px;
    right: 0%;
  }

  .home-2-integration-item {
    margin-right: 16px;
    padding: 6px 20px 6px 6px;
    font-size: 20px;
  }

  .home-2-integration-item-icon {
    width: 50px;
    height: 50px;
  }

  .integration-item-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-2-result-dark-blue-item {
    border-radius: 10px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .result-dark-blue-item-heading {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .result-dark-blue-item-subtext {
    font-size: 16px;
  }

  .home-2-result-blue-item {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-2-result-blue-item-icon-img {
    inset: auto 0% 20% auto;
  }

  .all-stories-item-text-wrapper {
    padding: 25px 15px 30px;
  }

  .link-block-wrapper.all-stories-link-block {
    margin-top: 20px;
  }

  .all-stories-logo-image {
    width: 120px;
    max-width: 150px;
    bottom: 10px;
    left: 10px;
  }

  .all-stories-item-heading {
    font-size: 24px;
  }

  .customer-stories-hero-heading {
    margin-bottom: 20px;
  }

  .customer-story-profile-item {
    width: 130px;
  }

  .customer-story-profile-item.top {
    margin-top: 40px;
  }

  .customer-story-profile-item.bottom {
    margin-bottom: 80px;
  }

  .customer-story-hero-star-icon {
    width: 55px;
    height: 60px;
    right: 0%;
  }

  .customer-story-hero-arrow {
    width: 130px;
    bottom: 180px;
  }

  .hero-cms-company-logo {
    max-width: 150px;
    margin-bottom: 10px;
  }

  .cs-hero-heading {
    font-size: 35px;
  }

  .rich-text-main-heading-wrap {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-main-heading {
    font-size: 26px;
  }

  .overview-hero-heading {
    font-size: 30px;
  }

  .overview-train-item {
    width: 280px;
    margin-right: 20px;
  }

  .overview-train-item:hover {
    box-shadow: 4px 4px 0 0 var(--playful-yellow);
  }

  .overview-train-item-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .overview-content-block-item {
    padding: 30px 20px;
  }

  .overview-content-block-item:hover {
    box-shadow: 4px 4px 0 0 var(--playful-yellow);
  }

  .overview-page-item-text-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .overview-tag-text {
    font-size: 14px;
  }

  .overview-page-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .overview-page-item-image {
    min-width: 100px;
  }

  .overview-page-item-link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .overview-page-item-text {
    font-size: 22px;
  }

  .overview-spotlight-item {
    padding: 40px 15px;
  }

  .overview-spotlight-item:hover {
    box-shadow: 4px 4px 0 0 var(--playful-yellow);
  }

  .dropdown-image {
    height: 250px;
  }

  .visual-features-item.navbar {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 160%;
  }

  .visual-features-item-image {
    justify-content: center;
    align-items: flex-end;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .navigation-drop-container.features {
    padding: 0;
  }

  .nav-icon-contain {
    flex: none;
  }
}

#w-node-_3da199a0-480d-396e-fdd9-129c59999ca8-06a9dc38, #w-node-_3490a02b-af3c-3cd0-f4a1-15d32188fa1c-06a9dc38, #w-node-b0e23bc4-e262-32bd-f47c-c3366811616b-06a9dc38, #w-node-fc58bc42-4a00-0da4-7432-565da28b6843-06a9dc38, #w-node-e92f4651-d861-4c69-d855-b1aec3a586a6-06a9dc38, #w-node-d8a24b0a-fdd0-4f2d-dae2-5d92c2b069e1-06a9dc38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12a88606-f0d0-641a-95e4-a0c42ae4802f-06a9dc7a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_270c52b7-3038-feeb-7296-66a6c333da2d-06a9dc7c, #w-node-f0583b9b-617d-3348-9a92-3d859f244b42-06a9dc7c, #w-node-ed87d241-106f-4b88-c533-9e21f77da454-06a9dc7c, #w-node-ed87d241-106f-4b88-c533-9e21f77da455-06a9dc7c, #w-node-_6bdf7baa-5e77-0cb3-34d5-2d4be67fc431-06a9dc7c, #w-node-_6bdf7baa-5e77-0cb3-34d5-2d4be67fc432-06a9dc7c, #w-node-_70599368-eaa8-c65e-a138-5ddf6f24b96b-06a9dc7c, #w-node-_70599368-eaa8-c65e-a138-5ddf6f24b96c-06a9dc7c, #w-node-dd69de06-457b-89c4-3406-fa81224d95b5-06a9dc7c, #w-node-dd69de06-457b-89c4-3406-fa81224d95b6-06a9dc7c, #w-node-_3cd62fa7-1f7a-2cff-2fbb-d8ad2715e245-06a9dc7c, #w-node-_3cd62fa7-1f7a-2cff-2fbb-d8ad2715e246-06a9dc7c, #w-node-_3578580e-d4e3-d513-1a92-c44e795c43da-06a9dc7c, #w-node-_3578580e-d4e3-d513-1a92-c44e795c43db-06a9dc7c, #w-node-_3b55eda7-8b24-79cf-56c0-a777dcd30aba-06a9dc7c, #w-node-_3b55eda7-8b24-79cf-56c0-a777dcd30abb-06a9dc7c, #w-node-_85bb12eb-1d26-4c21-c44d-54becef61ce3-06a9dc9b, #w-node-_1acb26cb-3acd-2f28-e362-425c99153c26-06a9dc9b, #w-node-_12c16738-258b-1161-c3a0-f4e832ba47c1-06a9dc9b, #w-node-_757781aa-3fad-2690-1e37-05d053c5589f-06a9dcb6, #w-node-_757781aa-3fad-2690-1e37-05d053c558a5-06a9dcb6, #w-node-_757781aa-3fad-2690-1e37-05d053c558b1-06a9dcb6, #w-node-_757781aa-3fad-2690-1e37-05d053c558b7-06a9dcb6, #w-node-_757781aa-3fad-2690-1e37-05d053c558bd-06a9dcb6, #w-node-_757781aa-3fad-2690-1e37-05d053c558c3-06a9dcb6, #w-node-_757781aa-3fad-2690-1e37-05d053c558c9-06a9dcb6, #w-node-_757781aa-3fad-2690-1e37-05d053c558cd-06a9dcb6, #w-node-_757781aa-3fad-2690-1e37-05d053c558cf-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb96-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb98-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb9a-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb9c-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb9e-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb9f-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eba1-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eba3-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eba5-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eba7-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eba8-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebaa-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebac-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebae-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb0-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb1-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb3-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb5-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb7-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb9-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebba-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebbc-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebbe-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc0-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc2-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc3-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc5-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc7-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc9-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebcb-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebcc-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebce-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd0-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd2-06a9dcb6, #w-node-d1fae372-a6e7-f0b8-f26e-d4b2725b2409-06a9dcb6, #w-node-d1fae372-a6e7-f0b8-f26e-d4b2725b240a-06a9dcb6, #w-node-d1fae372-a6e7-f0b8-f26e-d4b2725b240c-06a9dcb6, #w-node-d1fae372-a6e7-f0b8-f26e-d4b2725b240e-06a9dcb6, #w-node-d1fae372-a6e7-f0b8-f26e-d4b2725b2410-06a9dcb6, #w-node-_427f62ef-9faa-65bd-29c8-bc542394fd37-06a9dcb6, #w-node-_427f62ef-9faa-65bd-29c8-bc542394fd38-06a9dcb6, #w-node-_427f62ef-9faa-65bd-29c8-bc542394fd3a-06a9dcb6, #w-node-_427f62ef-9faa-65bd-29c8-bc542394fd3c-06a9dcb6, #w-node-_427f62ef-9faa-65bd-29c8-bc542394fd3e-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd4-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd5-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd7-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd9-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebdb-06a9dcb6, #w-node-_484ad8a5-89b7-6087-228b-f18437a8f196-06a9dcb6, #w-node-_484ad8a5-89b7-6087-228b-f18437a8f197-06a9dcb6, #w-node-_484ad8a5-89b7-6087-228b-f18437a8f199-06a9dcb6, #w-node-_484ad8a5-89b7-6087-228b-f18437a8f19b-06a9dcb6, #w-node-_484ad8a5-89b7-6087-228b-f18437a8f19d-06a9dcb6, #w-node-_4083a122-d751-9844-f1b7-99b24da82658-06a9dcb6, #w-node-_4083a122-d751-9844-f1b7-99b24da82659-06a9dcb6, #w-node-_4083a122-d751-9844-f1b7-99b24da8265b-06a9dcb6, #w-node-_4083a122-d751-9844-f1b7-99b24da8265d-06a9dcb6, #w-node-_4083a122-d751-9844-f1b7-99b24da8265f-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebdd-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebe0-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebe2-06a9dcb6, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebe4-06a9dcb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_717d8040-6d55-7940-1c45-0cfc7e84847a-06a9dc60 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_717d8040-6d55-7940-1c45-0cfc7e84847d-06a9dc60 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_717d8040-6d55-7940-1c45-0cfc7e848480-06a9dc60, #w-node-_717d8040-6d55-7940-1c45-0cfc7e848483-06a9dc60 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e79e89f4-fb41-fae7-c0c3-47ee035af8d1-06a9dc99 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e79e89f4-fb41-fae7-c0c3-47ee035af8d4-06a9dc99 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e79e89f4-fb41-fae7-c0c3-47ee035af8d7-06a9dc99, #w-node-_52aafd8a-5c14-f43a-27f2-23a4a1748242-06a9dc99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f18a05c2-4dda-097f-8756-c3e121932cd3-06a9dc9c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f18a05c2-4dda-097f-8756-c3e121932cd6-06a9dc9c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f18a05c2-4dda-097f-8756-c3e121932cd9-06a9dc9c, #w-node-f18a05c2-4dda-097f-8756-c3e121932cdc-06a9dc9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 700;
  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: '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-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Extrathin.otf') format('opentype'), url('../fonts/AvertaStd-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Responsive hero image styles */
.responsive-hero-image {
  border-radius: 12px;
}

/* On small screens (mobile), remove border radius and make full width */
@media screen and (max-width: 768px) {
  .home-hero-visual-wrapper {
    padding: 0 !important;
  }
  
  .home-hero-visual-wrapper > div {
    max-width: none !important;
  }
  
  .responsive-hero-image {
    border-radius: 0 !important;
  }
}