@font-face {
  font-family: Generalsans;
  src: url("../fonts/GeneralSans-Extralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basis Grotesque Pro;
  src: url("../fonts/basis-grotesque-bold-pro.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radionb;
  src: url("../fonts/RadionB-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Radionb;
  src: url("../fonts/RadionB-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basis Grotesque Pro;
  src: url("../fonts/basis-grotesque-regular-pro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basis Grotesque Pro;
  src: url("../fonts/basis-grotesque-medium-pro.woff2") format("woff2");
  font-weight: 500;
  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;
}

:root {
  --dark: #25201f;
  --black: #1a1616;
  --light: #fffef7;
  --primary: #016401;
  --secondary-2: #ddf695;
  --lavender: #dde7ff;
  --green-3: #27a273;
  --type-75: #071412bf;
  --secondary-1: #0b1c0d;
  --secondary-3: #004822;
  --beige: #f1ecda;
  --secondary-2-hover: #e7f9b5;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.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: 0.33em;
}

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

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

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

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

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

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

@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-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: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 600;
  line-height: 111%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 114%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 117%;
}

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

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

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

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

a {
  text-decoration: underline;
}

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

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

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 24px;
  line-height: 100%;
}

.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.navbar-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-end;
  max-width: 1260px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.about-hero-section {
  background-color: var(--black);
  color: var(--light);
  padding-bottom: 80px;
}

.footer-link {
  color: var(--light);
  border: 1px solid #0000;
  font-size: 18px;
  line-height: 156%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-link:hover {
  border: 1px solid var(--primary);
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-link.w--current {
  border-color: var(--primary);
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-link.w--current:hover {
  background-color: var(--lavender);
  color: var(--green-3);
}

.footer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

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

.licensing-heading {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 125%;
}

.licencing-image-item {
  height: 250px;
}

.version-number {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 120%;
}

.content-wrapper {
  position: relative;
}

.utility-page-wrap {
  background-color: var(--black);
  color: var(--light);
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 95vh;
  padding: 60px 5%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 504px;
  margin-bottom: 0;
  display: flex;
}

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

._404-paragraph {
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 145%;
}

._404-image {
  width: 90%;
  max-width: 372px;
  margin-bottom: 60px;
}

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

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

.password-heading {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.password-field-label {
  text-align: left;
  margin-bottom: 10px;
}

.password-text-field {
  color: var(--dark);
  background-image: url("../images/Password-Icon.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #e0e0e0;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 24px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 150%;
}

.password-text-field::placeholder {
  color: #07141299;
}

.password-submit-button {
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 8px;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.password-submit-button:hover {
  background-color: var(--primary);
  color: var(--secondary-2);
}

.lock-image {
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.instructions-section {
  background-color: #fcfcfc;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.instruction-video {
  width: 100%;
}

.changelog-wrapper {
  border: 1px solid #07141233;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 40px 32px;
  display: flex;
}

.release-date-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-covers {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}

.licensing-tag-subtexts {
  color: var(--type-75);
  font-size: 20px;
  line-height: 160%;
}

.license-links {
  background-image: url("../images/Link.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}

.licensing-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.licensing-image-contain {
  border: 2px #0d0e10;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.licencing-images-grids {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.licensing-block {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.license-section {
  background-color: #fcfcfc;
}

.color-box {
  background-color: var(--primary);
  border-radius: 8px;
  height: 96px;
}

.color-box._6 {
  background-color: var(--lavender);
}

.color-box._7 {
  background-color: var(--dark);
}

.color-box._2 {
  background-color: var(--secondary-1);
}

.color-box._8 {
  background-color: var(--type-75);
}

.color-box._4 {
  background-color: var(--green-3);
}

.color-box._3 {
  background-color: var(--secondary-3);
}

.color-box._5 {
  background-color: var(--secondary-2);
}

.color-box._9 {
  background-color: var(--light);
  border: 1px solid #07141233;
}

.style-guide-paragraph {
  font-size: 22px;
  line-height: 150%;
}

.progress-bar-item {
  color: #40454f;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.progress-bar-grey-line {
  background-color: #e1e4eb;
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

._16-px {
  flex: none;
  font-size: 16px;
}

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

.rich-text {
  border-bottom: 1px solid #e1e4eb;
  padding-bottom: 40px;
}

.progress-bar-line {
  background-color: #616161;
  position: absolute;
  inset: 0%;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 40px;
  display: grid;
}

.bold {
  font-weight: 700;
}

.progress-bar {
  flex-direction: column;
  width: 25%;
  max-width: 290px;
  margin-top: 0;
  display: none;
  position: sticky;
  top: 20px;
}

.italic {
  font-style: italic;
}

.features-learn-more-link-2 {
  color: #0d0e10;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style-guide-main-content {
  width: 70%;
  max-width: 840px;
}

.typography-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  display: flex;
}

.typography-item-description {
  margin-top: 16px;
}

.primary-button {
  background-color: var(--secondary-3);
  color: var(--light);
  border: 1px solid #0000;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  text-decoration: none;
  transition:
    border-color 0.2s,
    background-color 0.3s,
    color 0.3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button:hover {
  border: 1px solid var(--primary);
  background-color: var(--secondary-2);
  color: var(--secondary-1);
}

.primary-button.navbar-button {
  background-color: #fff3;
  padding: 16px 24px;
}

.primary-button.navbar-button:hover {
  border-color: var(--green-3);
}

.primary-button.yellow {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
  max-height: 54px;
}

.primary-button.yellow:hover {
  border-color: var(--secondary-2);
  color: var(--secondary-2);
  background-color: #272424;
}

.primary-button.yellow.on-black {
  color: var(--dark);
}

.primary-button.yellow.btn-lg {
  max-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.primary-button.yellow.btn-lg:hover {
  border-color: var(--secondary-2-hover);
  color: var(--secondary-2);
  background-color: #272424;
}

.primary-button.white {
  background-color: #fff3;
}

.primary-button.white:hover {
  border-color: var(--light);
}

.primary-button.white.btn-lg {
  color: var(--light);
}

.primary-button.white.btn-lg:hover {
  border-color: var(--beige);
  color: var(--light);
}

.primary-button.white.navbar-button:hover {
  color: var(--beige);
}

.primary-button.white.navbar-button.desktop {
  color: var(--light);
}

.primary-button.pricing {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
}

.primary-button.pricing:hover {
  border-color: var(--secondary-2);
  color: var(--light);
}

.primary-button.pricing._w-100 {
  width: 100%;
}

.primary-button.pricing._w-100.btn-md {
  color: var(--secondary-1);
  padding-top: 18px;
}

.primary-button.pricing._w-100.btn-md:hover,
.primary-button.pricing._w-100.btn-md.dark-green {
  background-color: var(--secondary-3);
  color: var(--beige);
}

.primary-button.pricing._w-100.btn-md.dark-green:hover {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
}

.primary-button.button-full {
  background-color: var(--secondary-2);
  color: var(--dark);
  border-radius: 8px;
  width: 100%;
}

.primary-button.integration-button {
  padding: 11px 24px;
}

.primary-button.integration-submit-button {
  background-color: var(--secondary-2);
  color: var(--primary);
  font-weight: 600;
  line-height: 100%;
}

.primary-button.integration-submit-button:hover {
  border-color: var(--secondary-2);
  background-color: var(--primary);
  color: var(--light);
}

.primary-button.login-with-google-button {
  color: var(--dark);
  background-color: #0000;
  border-color: #07141233;
  border-radius: 8px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 24px;
  padding: 16px;
}

.primary-button.login-with-google-button:hover {
  border-color: var(--primary);
}

.primary-button.access-denied-button {
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 8px;
  width: 100%;
  max-width: 504px;
}

.primary-button.access-denied-button:hover {
  border-color: var(--green-3);
}

.primary-button.unlock-content-button:hover {
  color: var(--light);
}

.primary-button._w-100 {
  color: var(--light);
  width: 100%;
  transition-duration: 0.2s, 0.2s;
}

.primary-button._w-100:hover {
  color: var(--secondary-3);
}

.primary-button._w-100:disabled {
  background-color: #d0d0d0;
}

.primary-button-text-contain {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

.primary-button-text {
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.primary-button-text.navbar-button {
  font-size: 16px;
}

.primary-button-text.btn-md {
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-bg {
  z-index: 1;
  background-color: var(--secondary-2);
  border-radius: 36px;
  width: 0%;
  height: 100%;
  position: absolute;
}

.primary-button-bg.white {
  background-color: var(--light);
}

.primary-button-bg.white.border-radius-8px {
  border-radius: 8px;
}

.primary-button-bg.primary-green {
  background-color: var(--primary);
}

.primary-button-bg.corner-radius-8px {
  border-radius: 8px;
}

.primary-button-bg.unlock-content {
  background-color: var(--green-3);
}

.primary-button-bg.secondary-3-green {
  background-color: var(--secondary-3);
}

.navbar {
  background-color: var(--black);
  color: var(--light);
  border-bottom: 1px solid #ffffff1a;
}

.nav-menu {
  flex: 1;
  margin-right: auto;
}

.nav-menu-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand.w--current {
  padding-left: 0;
}

.brand-logo {
  display: block;
}

.navbar-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.navbar-button-wrapper.mobile {
  display: none;
}

.home-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.home-hero-section.hidden {
  display: block;
}

.home-hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
  padding-bottom: 40px;
  display: flex;
}

.home-hero-text-contain {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  display: flex;
  position: relative;
}

.home-hero-subtext {
  max-width: 820px;
  font-size: 20px;
  line-height: 160%;
}

.home-hero-form-block {
  width: 100%;
  max-width: 480px;
  margin-top: 40px;
  margin-bottom: 0;
}

.home-hero-form-wrapper {
  background-color: var(--light);
  border-radius: 100px;
  align-items: center;
  width: 100%;
  padding: 6px 8px 6px 6px;
  display: flex;
}

.home-hero-text-field {
  color: var(--dark);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 18px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.home-hero-text-field::placeholder {
  color: #07141299;
}

.home-hero-submit-button {
  background-color: var(--primary);
  color: var(--light);
  border-radius: 100px;
  padding: 19px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.2s ease-in-out;
}

.home-hero-submit-button:hover {
  background-color: var(--green-3);
}

.success-message {
  background-color: var(--secondary-2);
  color: var(--dark);
  border-radius: 100px;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.error-message {
  color: var(--light);
  background-color: #fff3;
  border-radius: 100px;
  padding: 16px 10px;
  font-size: 16px;
  line-height: 120%;
}

.error-message.red {
  color: var(--dark);
  background-color: #ff060633;
  border-radius: 8px;
  padding-left: 14px;
  padding-right: 14px;
}

.home-hero-points-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.home-hero-points-icon {
  width: 24px;
  height: 24px;
}

.home-hero-points-text {
  line-height: 100%;
}

.home-hero-video-contain {
  width: 100%;
}

.yellow-line-span {
  background-image: url("../images/Designer-Span.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.number-stack-section {
  background-color: var(--primary);
  overflow: hidden;
}

.number-stack-section.hidden {
  display: none;
}

.number-stack-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.number-stack-contain {
  width: 100%;
  max-width: 360px;
}

._76px-heading {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  line-height: 100%;
}

._76px-heading._1 {
  color: #e1ffa014;
}

._76px-heading._2 {
  color: #e1ffa052;
  margin-top: -16px;
}

._76px-heading.secondary-2 {
  color: var(--secondary-2);
}

.number-stack-text {
  color: #fff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.cta-section {
  background-color: var(--secondary-3);
  color: var(--light);
  overflow: hidden;
}

.cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-image-contain {
  width: 75%;
  max-width: 846px;
  margin-right: -20%;
  position: relative;
}

.cta-text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 550px;
  margin-top: 110px;
  margin-bottom: 110px;
  display: flex;
}

.cta-subtext {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

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

.cta-2-item-section {
  background-color: var(--black);
  display: flex;
}

.cta-2-item-section.gradient-bg {
  border: 1px solid var(--black);
  background-color: var(--black);
  display: block;
}

.cta-green-item {
  color: var(--light);
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px;
  display: flex;
}

.cta-green-item.gradient-bg {
  padding-left: 5%;
  padding-right: 5%;
}

.cta-yellow-item {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 80px 5% 80px 80px;
  display: flex;
}

.cta-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.cta-item-heading {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.cta-item-heading.mobile-center {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 50px;
}

.cta-item-subtext {
  color: var(--light);
  margin-bottom: 32px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.footer-banner {
  color: #12172280;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
}

.copyright-text {
  color: var(--light);
  font-size: 16px;
  font-weight: 500;
}

.cf-links {
  color: var(--secondary-2);
  border: 1px solid #0000;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.cf-links:hover {
  border: 1px solid var(--secondary-1);
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.footer-links-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.footer-link-heading {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 144%;
}

.footer-line-spacer {
  background-color: var(--light);
  opacity: 0.2;
  width: 100%;
  height: 2px;
}

.footer-middle-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-social-share {
  filter: grayscale();
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-in-out;
}

.footer-social-share:hover {
  filter: none;
  transform: translate(0, -5px);
}

.footer-social-share.hide {
  display: none;
}

.footer-social-share-image {
  width: 100%;
  height: 100%;
}

.footer-social-share-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.cta-heading {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 111%;
}

.how-it-works-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.how-it-works-left-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 530px;
  display: flex;
  position: sticky;
  top: 100px;
}

.how-it-works-heading {
  margin-bottom: 16px;
}

.how-it-works-subtext {
  color: var(--type-75);
}

.tag-text-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--green-3);
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.tag-text-contain.yellow {
  color: var(--secondary-2);
}

.tag-text-line {
  background-color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  width: 20px;
  height: 2px;
}

.tag-text-line.yellow {
  background-color: var(--secondary-2);
}

.tag-text {
  color: var(--primary);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.tag-text.yellow {
  color: var(--secondary-2);
}

.how-it-works-right-contain {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  width: 48%;
  max-width: 460px;
  margin-top: 42px;
  display: flex;
}

.how-it-works-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.how-it-works-item-heading {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.how-it-works-item-subtext {
  color: var(--type-75);
}

.customer-section {
  background-color: var(--dark);
  color: var(--light);
  overflow: hidden;
}

.customer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

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

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

.customer-slide {
  width: 100%;
  margin-right: 40px;
}

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

.customer-slide-wrapper {
  background-color: var(--light);
  color: var(--dark);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.customer-slide-heading {
  color: var(--primary);
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.customer-slide-paragraph {
  color: var(--dark);
  margin-bottom: 32px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.customer-slide-paragraph.text-center {
  text-align: center;
}

.customer-slide-paragraph-green {
  color: var(--primary);
}

.author-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.author-image {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.author-name {
  color: var(--dark);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.author-position {
  color: var(--dark);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.customer-slider-left-arrow {
  border: 1px solid var(--dark);
  filter: invert();
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease-in-out;
  display: flex;
  inset: -170px 74px auto auto;
}

.customer-slider-left-arrow:hover {
  border-color: var(--secondary-2);
  background-color: var(--secondary-2);
  filter: none;
  color: var(--dark);
  transform: translate(-5px);
}

.customer-slider-right-arrow {
  border: 1px solid var(--dark);
  filter: invert();
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease-in-out;
  display: flex;
  inset: -170px 0% auto auto;
}

.customer-slider-right-arrow:hover {
  border-color: var(--secondary-2);
  background-color: var(--secondary-2);
  filter: none;
  transform: translate(5px);
}

.customer-slider-arrow {
  width: 24px;
  height: 24px;
}

.customer-heading {
  color: var(--light);
  text-transform: uppercase;
  max-width: 530px;
  margin-bottom: 20px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.customer-heading.text-white {
  color: var(--light);
  text-transform: uppercase;
  font-family: Radionb, Verdana, sans-serif;
  font-weight: 700;
}

.home-split-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
  display: flex;
}

.home-split-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-split-contain.reverse {
  flex-direction: row-reverse;
}

.home-split-lottie-contain {
  width: 48%;
  max-width: 540px;
}

.home-split-lottie-contain.integration {
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
}

.home-split-text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 520px;
  display: flex;
}

.home-split-text-contain._480px {
  max-width: 480px;
}

.home-split-image {
  width: 100%;
  height: 100%;
}

.home-split-heading {
  margin-bottom: 16px;
}

.home-split-heading.features {
  margin-bottom: 40px;
}

.home-split-subtext {
  color: var(--type-75);
  margin-bottom: 40px;
}

.home-split-pointer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.home-split-pointer-icon {
  width: 24px;
  height: 24px;
}

.home-split-pointer-icon._w-20-h-20 {
  width: 20px;
  height: 20px;
}

.home-split-pointer-heading {
  color: var(--dark);
  text-align: center;
  margin-bottom: 8px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

.home-split-pointer-subtext {
  color: var(--type-75);
}

.home-split-pointer-contain {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.home-feature-section {
  background-color: var(--dark);
  color: var(--light);
}

.home-feature-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

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

.home-feature-item {
  background-color: var(--primary);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-feature-item.vertical {
  flex-direction: column;
}

.home-feature-item-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.home-feature-item-text-contain {
  width: 100%;
  max-width: 300px;
}

.home-feature-item-text-contain.hide-on-desktop {
  display: none;
}

.home-feature-item-bottom-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.home-feature-item-bottom-wrap.top-margin-0 {
  margin-top: 0;
}

.home-feature-item-subtext {
  margin-bottom: 24px;
}

.learn-more-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--secondary-2);
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.learn-more-button.primary-green {
  color: var(--primary);
}

.learn-more-button-line {
  background-color: var(--secondary-2);
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.learn-more-button-line.primary-green {
  background-color: var(--primary);
}

.learn-more-button-icon {
  width: 24px;
  height: 24px;
}

.home-feature-item-image {
  width: 50%;
  max-width: 330px;
}

.home-feature-item-image.vertical-item {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 48px;
}

.home-feature-top-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-feature-heading {
  max-width: 580px;
}

.home-feature-subtext {
  max-width: 440px;
}

.home-sticky-section.hidden {
  display: block;
}

.home-sticky-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.home-sticky-contain {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sticly-tabs-contain {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  max-width: 138px;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
  position: sticky;
  top: 100px;
}

.sticky-text-contain {
  flex-direction: column;
  width: 40%;
  max-width: 420px;
  display: flex;
}

.sticky-lottie-contain {
  width: 40%;
  max-width: 460px;
  position: sticky;
  top: 100px;
}

.sticky-text-contain-item {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sticky-text-contain-item._2,
.sticky-text-contain-item._3,
.sticky-text-contain-item._1 {
  padding-top: 160px;
}

.sticky-text-contain-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.sticky-text-contain-item-heading {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.sticky-text-contain-item-subtext {
  color: var(--dark);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-weight: 500;
}

.sticky-lottie {
  width: 100%;
  height: 100%;
}

.sticky-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0.4;
  color: var(--dark);
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.sticky-tab-link.w--current,
.sticky-tab-link._1 {
  opacity: 1;
}

.sticky-tab-link-icon {
  width: 24px;
  height: 24px;
}

.sticky-tab-link-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.home-sticky-wrapper-tab {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  width: 100%;
  display: none;
}

.home-sticky-contain-tab {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-sticky-text-contain-tab {
  width: 100%;
  max-width: 420px;
}

.home-sticky-video-contain-tab {
  width: 100%;
  max-width: 460px;
}

.hero-banner {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  display: flex;
  position: relative;
}

.hero-banner-text-contain {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.hero-banner-icon {
  width: 24px;
  height: 24px;
}

.hero-banner-text {
  color: var(--secondary-1);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.hero-banner-text-link {
  color: var(--secondary-1);
  font-weight: 500;
}

.hero-banner-text-link:hover {
  color: #164038cc;
}

.cross-icon {
  width: 100%;
  height: 100%;
}

.banner-cross-icon {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 5% auto auto;
}

.home-sticky-lottie-tab {
  width: 100%;
  height: 100%;
}

.page-wrapper {
  background-color: var(--light);
  overflow: hidden;
}

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

.home-blog-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}

.blog-item {
  background-color: var(--light);
  color: var(--dark);
  border-radius: 16px;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
}

.blog-item._360px {
  max-width: 360px;
}

.blog-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.blog-image-wrapper._240px {
  border-radius: 12px;
  height: 240px;
}

.blog-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.blog-text-wrapper.blog-tab-text-wrapper {
  padding-top: 16px;
  padding-left: 0;
  padding-right: 16px;
}

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

.blog-title-32px {
  margin-bottom: 16px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.blog-title-32px._20px {
  margin-bottom: 8px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.blog-subtext {
  color: var(--dark);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
}

.blog-text-contain {
  margin-bottom: 32px;
}

.blog-text-contain.bottom-margin-0px {
  margin-bottom: 0;
}

.blog-tag-text {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}

.blog-tag-text-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.blog-tag-text-contain.bottom-margin-20px {
  margin-bottom: 20px;
}

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

.home-blog-contain {
  width: 100%;
}

.home-blog-text-contain {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-hero-section {
  background-color: var(--black);
  color: var(--light);
  position: relative;
}

.feature-hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 90%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.features-hero-logo-grid {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.features-hero-logo {
  object-fit: contain;
  width: 100%;
  max-width: 200px;
  height: 40px;
}

.feature-hero-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.features-hero-text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 52%;
  max-width: 700px;
  display: flex;
}

.features-hero-image-contain {
  width: 48%;
  max-width: 560px;
}

.features-hero-heading {
  color: var(--light);
  text-transform: uppercase;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 112%;
}

.features-hero-subtext {
  color: var(--light);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.feature-hero-button-contain {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 40px;
  display: flex;
}

.feature-3-item-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-3-item-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;
}

.feature-3-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secondary-2);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 360px;
  padding: 32px 24px;
  box-shadow: 8px 8px 120px #00000014;
}

.feature-3-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.feature-3-item-heading {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.feature-3-item-subtext {
  color: var(--type-75);
}

.feature-3-item-text-contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-hero-text-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.integration-logo-lines {
  width: 90%;
  max-width: 364px;
}

.integration-logo-circle {
  background-color: var(--secondary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 136px;
  display: flex;
  position: absolute;
  box-shadow: 6px 6px 78px #00000014;
}

.integration-logo-image {
  width: 50px;
  height: 50px;
}

.integration-logo-absolute {
  z-index: 1;
  border-radius: 12px;
  width: 88px;
  height: 88px;
  position: absolute;
  box-shadow: 5px 5px 78px #0000000f;
}

.integration-logo-absolute._1 {
  inset: 0% auto auto 30%;
}

.integration-logo-absolute._2 {
  inset: 0% 29% auto auto;
}

.integration-logo-absolute._3 {
  inset: 25% 0% auto auto;
}

.integration-logo-absolute._4 {
  inset: auto 0% 26% auto;
}

.integration-logo-absolute._5 {
  inset: auto 29% 0% auto;
}

.integration-logo-absolute._6 {
  inset: auto auto 0% 30%;
}

.integration-logo-absolute._7 {
  inset: auto auto 25% 0%;
}

.integration-logo-absolute._8 {
  inset: 25% auto auto 0%;
}

.cta-arrow {
  z-index: 1;
  width: 20%;
  max-width: 97px;
  position: absolute;
  inset: auto 40% 32% auto;
}

.home-lottie-animation {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.features-tabs-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.features-tab-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 760px;
  display: flex;
}

.features-tab-subheading {
  color: var(--type-75);
}

.features-tabs {
  width: 100%;
}

.features-tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.features-tab-link {
  opacity: 0.6;
  color: var(--light);
  text-align: center;
  background-color: #0000;
  width: 33%;
  margin-bottom: -2px;
  padding: 0 30px 12px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.features-tab-link.w--current {
  opacity: 1;
  color: var(--beige);
  background-color: #0000;
}

.features-tab-link-line {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 2px;
  width: 0%;
  height: 4px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.features-tab-pane-wrapper {
  background-color: var(--secondary-2);
  border-radius: 20px;
  justify-content: space-between;
  display: flex;
}

.features-tab-text-contain {
  grid-column-gap: 176px;
  grid-row-gap: 176px;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 440px;
  padding: 60px;
  display: flex;
}

.features-tab-info-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.features-tab-info-heading {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 125%;
}

.features-tab-info-subtext {
  color: var(--type-75);
}

.features-tab-black-contain {
  background-color: var(--dark);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 64%;
  max-width: 680px;
  display: flex;
}

.contact-hero-section {
  position: relative;
}

.contact-hero-heading {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 114%;
  text-decoration: none;
}

.contact-hero-paragraph {
  color: var(--light);
  text-align: center;
  max-width: 780px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 20px;
  line-height: 160%;
}

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

.contact-form-field-label {
  color: var(--dark);
  margin-bottom: 20px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.contact-form-field-label.contact-page {
  color: #0d0e10;
}

.contact-form-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.contact-card-item {
  grid-row-gap: 12px;
  border: 1px solid var(--light);
  color: var(--dark);
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  display: flex;
  box-shadow: 17px 17px 200px #40454f0f;
}

.contact-card-item:hover {
  border-color: #27a27366;
}

.contact-cards-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.contact-form-item {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.contact-card-text {
  color: var(--dark);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  text-decoration: none;
}

.contact-card-text.social-media-link {
  padding-left: 8px;
  padding-right: 8px;
}

.contact-form-block {
  background-color: var(--light);
  border-radius: 12px;
  width: 100%;
  min-height: 400px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px;
  box-shadow: 17px 17px 200px #40454f0f;
}

.contact-card-heading {
  font-family: Radionb, Verdana, sans-serif;
  font-size: 20px;
}

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

.contact-form-text-field {
  color: var(--dark);
  background-color: #0714121a;
  border: 1px #000;
  border-radius: 12px;
  height: auto;
  margin-bottom: 0;
  padding: 21px 24px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.contact-form-text-field:focus {
  background-color: #07141224;
}

.contact-form-text-field::placeholder {
  color: #071412b3;
}

.contact-form-text-field.message {
  height: 200px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-form-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  width: 90%;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-submit-button {
  z-index: 3;
  background-color: #fff0;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 32px;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.contact-icon-contain {
  background-color: var(--secondary-2);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  display: flex;
}

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

.location-section {
  padding-top: 160px;
}

.submit-button-contain {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-tab-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 361px;
  box-shadow: 0 4px 4px #0000001f;
}

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

.features-pointer-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 554px;
  display: flex;
}

.features-pointer-heading {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.features-pointer-subheading {
  color: var(--type-75);
}

.features-point {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.features-point-icon {
  width: 28px;
  height: 28px;
}

.features-point-text {
  opacity: 0.75;
}

.features-point-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 494px;
  margin-top: 40px;
  display: flex;
}

.features-pointer-lottie-wrapper {
  width: 48%;
  max-width: 540px;
}

.features-solution-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.features-solution-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-solution-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  display: flex;
}

.features-solution-card {
  background-color: var(--secondary-2);
  border-radius: 16px;
  width: 100%;
  max-width: 560px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.features-solution-card-image-wrap {
  border-top: 1px solid #07141226;
  border-bottom: 1px solid #07141226;
  justify-content: center;
  padding: 24px 90px;
  display: flex;
}

.features-solution-card-text-wrap {
  border-bottom: 1px solid #07141226;
  padding: 24px 56px;
}

.features-solution-card-left-line {
  background-color: var(--dark);
  opacity: 0.15;
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 32px;
}

.features-solution-card-right-line {
  background-color: var(--dark);
  opacity: 0.15;
  width: 1px;
  position: absolute;
  inset: 0% 32px 0% auto;
}

.features-solution-card-image {
  width: 100%;
}

.features-solution-card-heading {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.features-solution-card-subtext {
  color: var(--type-75);
}

.features-tab-lottie-animation {
  width: 100%;
  height: 100%;
}

.lottie-animation {
  width: 100%;
  height: 100%;
  padding: 38px;
  display: block;
}

.lottie-animation.hide {
  display: none;
}

.about-hero-heading {
  text-transform: uppercase;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 114%;
}

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

.about-hero-image-contain {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 98%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-hero-image-wrapper {
  width: 100%;
  max-width: 360px;
}

.about-hero-image-wrapper._632px {
  max-width: 632px;
}

.about-hero-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.about-hero-image._1 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.our-story-section {
  background-color: var(--light);
}

.our-story-section.hidden {
  display: block;
}

.our-story-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
}

.our-story-para {
  color: var(--type-75);
  max-width: 660px;
  font-size: 18px;
  line-height: 150%;
}

.our-story-para-green-primary {
  color: var(--primary);
}

.our-values-section.hidden {
  display: none;
}

.our-values-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.our-values-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.our-story-heading {
  text-transform: uppercase;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 117%;
}

.our-value-heading {
  font-size: 40px;
  line-height: 120%;
}

.our-values-item-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;
}

.our-values-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.our-values-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.our-values-item-heading {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.our-values-item-subtext {
  color: var(--type-75);
}

.our-timeline-section {
  background-color: var(--dark);
}

.our-timeline-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-tabs {
  align-items: center;
  display: flex;
}

.timeline-tabs-menu {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.timeline-tab-link {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  opacity: 0.2;
  background-color: #0000;
  align-items: center;
  padding: 0 45px 0 0;
  display: flex;
}

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

.timeline-tab-link-year-img {
  object-fit: contain;
  width: 80%;
  max-width: 225px;
}

.timeline-tab-link-arrow {
  width: 50px;
  height: 50px;
}

.timeline-tabs-content {
  width: 65%;
  max-width: 795px;
  margin-left: auto;
}

.timeline-tab-pane-wrapper {
  background-color: var(--secondary-2);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.timeline-tab-heading {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 120%;
}

.timeline-tab-subtext {
  color: var(--type-75);
}

.our-team-section.hidden {
  display: none;
}

.our-team-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
}

.our-team-item-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.our-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.our-team-item-image {
  width: 100%;
  margin-bottom: 24px;
}

.our-team-item-heading {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.our-team-item-subtext {
  color: var(--type-75);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
}

.our-team-top-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.our-team-header-para {
  color: var(--type-75);
  max-width: 460px;
}

.our-investor-section {
  background-color: var(--light);
}

.our-investor-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.our-investor-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.our-investor-heading {
  max-width: 660px;
  margin-bottom: 16px;
}

.our-investor-subtext {
  color: var(--type-75);
}

.our-investor-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.our-investor-logo {
  border-bottom: 1px solid #07141233;
  border-right: 1px solid #07141233;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 386px;
  padding: 50px 20px;
  display: flex;
}

.our-investor-logo._3 {
  border-right-style: none;
}

.our-investor-logo._4 {
  border-bottom-style: none;
}

.our-investor-logo._6 {
  border-bottom-style: none;
  border-right-style: none;
}

.our-investor-logo._5 {
  border-bottom-style: none;
}

.our-investor-logo-wrap {
  width: 100%;
  max-width: 200px;
  position: relative;
}

.our-investor-logo-wrap._1,
.our-investor-logo-wrap._2,
.our-investor-logo-wrap._3 {
  max-width: 180px;
}

.our-investor-logo-image-white {
  opacity: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.our-investor-logo-image-black {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.our-offices-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.our-offices-wrapper {
  background-color: var(--dark);
  color: var(--light);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  display: flex;
}

.our-offices-image-wrapper {
  width: 48%;
  max-width: 478px;
}

.our-offices-image {
  object-fit: contain;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.our-offices-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 442px;
  display: flex;
}

.office-location-grid {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.office-location-item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

.office-location-item-heading {
  margin-bottom: 12px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.office-location-item-subtext {
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
}

.our-office-heading {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Radionb, Verdana, sans-serif;
  font-weight: 700;
}

.job-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.job-wrapper.career-page-job-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.job-top-text-header {
  border-bottom: 2px solid #0714120a;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.job-bottom-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.job-top-text-header-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.job-top-header-heading {
  margin-bottom: 16px;
}

.job-top-header-subtext {
  color: var(--type-75);
}

.job-top-header-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.job-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.job-card-left-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.job-card-right-contain {
  width: 80%;
  max-width: 860px;
}

.job-card-item {
  color: var(--dark);
  background-color: #0714120a;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
}

.job-card-item:hover {
  color: var(--dark);
}

.job-card-item-left-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.job-card-item-heading {
  color: var(--secondary-1);
  font-size: 20px;
  line-height: 140%;
}

.job-card-item-tag-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.job-card-item-tag-text {
  background-color: var(--secondary-2);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.collection-list-jobs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.our-office-subtext {
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
}

.pricing-hero-section {
  background-color: var(--secondary-1);
  position: relative;
}

.pricing-hero-section.gradient-bg {
  background-color: var(--black);
}

.pricing-hero-wrapper {
  z-index: 1;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  color: var(--light);
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.pricing-hero-background {
  background-color: #0000;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing-hero-background.gradient-bg {
  background-color: var(--dark);
}

.pricing-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.pricing-hero-text-wrapper.inside-tab {
  margin-bottom: 44px;
}

.pricing-hero-heading {
  color: var(--light);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.pricing-hero-subtext {
  color: var(--light);
  max-width: 660px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.pricing-hero-card-contain {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-hero-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.pricing-card-main {
  background-color: var(--light);
  color: var(--dark);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  padding: 24px;
  display: flex;
  box-shadow: 11px 11px 110px #0000000f;
}

.pricing-card-main.secondary-2 {
  background-color: var(--secondary-2);
  justify-content: flex-start;
}

.pricing-card-main.secondary-2.card-3 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pricing-card-main.ecommerce {
  max-width: none;
}

.pricing-card-main.card-2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.pricing-card-main.card-1 {
  padding-left: 24px;
  padding-right: 24px;
}

.pricing-card-main.card-3 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.pricing-hero-card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.pricing-hero-card-price {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 107%;
}

.payment-frequency {
  color: var(--dark);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  text-decoration: none;
}

.pricing-hero-card-plan {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.pricing-card-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.pricing-hero-card-point {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.pricing-hero-card-point.opacity-40 {
  opacity: 0.4;
}

.pricing-hero-card-point-icon {
  width: 24px;
  height: 24px;
}

.pricing-hero-card-point-text-75 {
  color: var(--type-75);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.pricing-hero-card-point-header {
  margin-bottom: 4px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

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

.pricing-hero-card-grid._1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.pricing-hero-card-grid._1.col-1 {
  flex: 0 auto;
}

.pricing-hero-card-grid.col-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.pricing-hero-card-point-text {
  color: var(--dark);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.pricing-enterprise-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 40px;
  display: flex;
}

.pricing-enterprise-card-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.pricing-enterprise-card-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.pricing-enterprise-card-icon {
  width: 60px;
  height: 60px;
}

.pricing-enterprise-card-heading {
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.pricing-hero-toggle-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 82px;
  display: flex;
  position: relative;
}

.pricing-hero-toggle-text {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.pricing-hero-toggle-wrapper {
  background-color: var(--secondary-2);
  cursor: pointer;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.pricing-hero-toggle-dot {
  background-color: var(--primary);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.pricing-toggle-discount-image {
  width: 100%;
  max-width: 38px;
  position: absolute;
  inset: -10px -30px auto auto;
}

.pricing-hero-discount-text {
  line-height: 100%;
  position: absolute;
  inset: 8px -164px auto auto;
}

.pricing-hero-discount-text-yellow {
  color: var(--secondary-2);
}

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

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

.faq-left-wrapper {
  width: 48%;
  max-width: 460px;
}

.faq-right-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 50%;
  max-width: 560px;
  display: flex;
}

.comparison-table-section {
  background-color: var(--dark);
  color: var(--light);
}

.comparison-table-section.hidden {
  display: none;
}

.comparison-table-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.comparison-table-top-text-contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.comparison-table-top-text-heading {
  font-size: 50px;
  line-height: 117%;
}

.pricing-case-study-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
}

.pricing-case-study-image-wrap {
  width: 48%;
  max-width: 560px;
}

.pricing-case-study-image {
  width: 100%;
  height: 100%;
}

.pricing-case-study-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 520px;
  display: flex;
}

.pricing-case-study-heading {
  margin-bottom: 16px;
}

.pricing-case-study-subtext {
  color: var(--type-75);
  margin-bottom: 40px;
}

.faq-heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.faq-subtext {
  color: var(--dark);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  line-height: 100%;
}

.faq-help-center-link {
  color: var(--type-75);
  transition: color 0.2s ease-in-out;
}

.faq-help-center-link:hover {
  color: var(--dark);
}

.faq-item {
  border-bottom: 1px solid #07141233;
}

.faq-question-item {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.faq-question-text {
  width: 90%;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  position: static;
}

.faq-item-arrow {
  width: 24px;
  height: 24px;
}

.faq-answer-text {
  color: var(--dark);
  max-width: 520px;
  padding-bottom: 24px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.comparison-table-row {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.comparison-table-left-item {
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px;
  display: flex;
}

.comparison-table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 68%;
}

.comparison-table-item {
  text-align: center;
  border-left: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.comparison-table-contain-flex {
  width: 100%;
}

.comparison-table-feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff3;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.comparison-table-feature-icon {
  width: 40px;
  height: 40px;
}

.comparison-table-feature-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.comparison-table-item-icon {
  width: 24px;
  height: 24px;
}

.comparison-table-contain,
.comparison-table {
  width: 100%;
}

.comparison-table-button-row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.comparison-table-button-row.mobile {
  display: none;
}

.comparison-table-button-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 68%;
  margin-left: auto;
}

.comparison-table-button-item {
  flex-direction: column;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.comparison-table-price-row {
  border-bottom: 1px solid #fff3;
  width: 100%;
  display: flex;
}

.comparison-table-price-item {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.comparison-table-price-text {
  font-size: 48px;
  font-weight: 600;
  line-height: 117%;
}

.comparison-table-price-text-small {
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.comparison-table-price-item-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 32%;
  padding-bottom: 40px;
  display: flex;
}

.comparison-table-plan-row {
  display: flex;
}

.comparison-table-price-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 68%;
}

.comparison-table-plan-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 68%;
  margin-left: auto;
}

.comparison-table-plan-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.comparison-table-plan-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.comparison-table-price-item-text {
  color: var(--secondary-2);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
}

.contact-hero-bg {
  background-color: var(--black);
  width: 100%;
  height: 580px;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-hero-section {
  background-color: var(--black);
  padding-bottom: 80px;
}

.blog-hero-wrapper {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.blog-hero-bg {
  background-color: var(--black);
  height: 700px;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-hero-text-contain {
  color: var(--light);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 720px;
  display: flex;
}

.blog-hero-subtext {
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.blog-hero-heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 114%;
}

.blog-tabs-section.blog-categories-template {
  padding-bottom: 160px;
}

.blog-tabs-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.blog-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-tabs-menu {
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin-bottom: 80px;
  display: flex;
}

.blog-tabs-content {
  width: 100%;
}

.blog-tab-link {
  opacity: 0.6;
  text-align: center;
  background-color: #0000;
  width: 50%;
  padding: 0 10px 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

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

.blog-tab-link-line {
  background-color: var(--primary);
  border-radius: 2px;
  width: 0%;
  height: 4px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-tab-line {
  background-color: #07141233;
  width: 100%;
  max-width: 960px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -46px;
  box-shadow: 0 4px 4px #00000040;
}

.blog-tab-top-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.blog-tab-heading {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 117%;
}

.blog-tab-subtext {
  color: var(--type-75);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
}

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

.pagination {
  width: 100%;
  margin-top: 80px;
}

.pagination-next-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light);
  border-style: none;
  border-radius: 30px;
  align-items: center;
  padding: 4px 16px;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  display: flex;
}

.pagination-next-button:hover {
  background-color: var(--secondary-2);
}

.pagination-button-arrow {
  width: 24px;
  height: 24px;
}

.premium-content-section {
  position: relative;
}

.premium-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.premium-content-text-contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 830px;
  display: flex;
}

.premium-content-heading {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.premium-content-subtext {
  color: var(--dark);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
}

.primary-button-lock-icon {
  width: 24px;
  height: 24px;
}

.premium-content-button-wrapper {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(#dde7ff00, #dde7ff99 40%, #e1ffa0cc);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.blog-template-hero-wrapper {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--light);
  flex-direction: column;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.blog-template-hero-bg {
  background-color: var(--black);
  height: 580px;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-template-hero-text-contain {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 950px;
  display: flex;
}

.blog-template-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.blog-template-hero-heading.text-center {
  text-align: center;
}

.blog-template-hero-subtext {
  max-width: 840px;
  font-size: 18px;
  line-height: 160%;
}

.blog-template-hero-subtext.text-center {
  text-align: center;
}

.blog-template-hero-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  min-height: 600px;
}

.blog-template-summary-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
  position: relative;
}

.blog-template-summary-contain {
  width: 70%;
  max-width: 720px;
}

.blog-template-sticky-item {
  background-color: var(--secondary-3);
  color: var(--light);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 30%;
  max-width: 340px;
  padding: 40px 24px;
  display: flex;
  position: sticky;
  top: 60px;
}

.blog-template-sticky-item-heading {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.blog-template-sticky-item-subtext {
  margin-bottom: 22px;
}

.blog-template-sticky-item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

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

.cms-rich-text p {
  color: var(--dark);
  margin-bottom: 40px;
}

.cms-rich-text h6 {
  color: var(--type-75);
  background-image: url("../images/Green-Check-Icon.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px;
  margin-bottom: 20px;
  padding-left: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cms-rich-text blockquote {
  border-left-width: 10px;
  border-left-color: var(--primary);
  background-color: var(--secondary-2);
  background-image: url("../images/Quote-Icon.svg");
  background-position: 40px 24px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 40px;
  padding: 88px 40px 60px;
  font-size: 20px;
  line-height: 160%;
}

.cms-rich-text ul {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--dark);
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.cms-rich-text ol {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--type-75);
  flex-direction: column;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.cms-rich-text h5 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 133%;
}

.cms-rich-text a {
  color: var(--primary);
}

.cms-rich-text a:hover {
  color: var(--secondary-3);
}

.cms-rich-text figure {
  margin-bottom: 40px;
}

.related-blogs-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.related-blog-post-contain {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
}

.related-blog-post-text-contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.related-blog-post-heading {
  font-size: 50px;
}

.author-bottom-container {
  background-color: #0714121a;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.copy-link-button {
  color: var(--dark);
  border: 1px solid #0714121a;
  border-radius: 4px;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.copy-link-button:hover {
  border-color: var(--primary);
  background-color: var(--secondary-2);
}

.features-section {
  background-color: var(--light);
}

.job-benefits-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.job-benefits-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.job-benefits-heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.job-benefits-card {
  background-color: var(--secondary-2);
  box-shadow: none;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  padding: 32px 24px;
  display: flex;
}

.job-benefits-card-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;
}

.job-benefits-card-grid.hidden {
  display: none;
}

.job-benefits-card-icon {
  width: 60px;
  max-width: 100%;
  height: 60px;
  margin-bottom: 24px;
}

.job-benefits-card-heading {
  margin-bottom: 6px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.job-benefits-card-subtext {
  color: var(--type-75);
}

.career-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
  padding-bottom: 80px;
  position: relative;
}

.career-hero-text-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 840px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.career-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.career-hero-subtext {
  font-size: 20px;
  line-height: 160%;
}

.career-hero-image-contain {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  display: flex;
}

.career-hero-image-wrapper {
  width: 60%;
  max-width: 360px;
}

.career-hero-image-wrapper._630px {
  width: 90%;
  max-width: 630px;
}

.career-hero-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.career-hero-image._3 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.job-template-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.job-template-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 82px;
  display: flex;
}

.job-template-tag-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.yellow-tag {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.job-template-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.job-template-subtext {
  margin-bottom: 40px;
}

.job-template-summary-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.job-template-info-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.job-template-info-text {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.job-template-info-icon {
  width: 24px;
  height: 24px;
}

.review-hero-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.review-hero-card {
  background-color: var(--light);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  padding: 40px;
  display: flex;
  box-shadow: 17px 17px 200px #0714120f;
}

.review-hero-card-heading {
  color: var(--primary);
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.review-hero-card-para {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 160%;
}

.review-hero-card-para-green {
  color: var(--primary);
}

.review-hero-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.review-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.review-hero-heading {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.review-hero-subtext {
  color: var(--type-75);
}

.main-button-wrapper {
  border-radius: 36px;
  overflow: hidden;
}

.case-study-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.case-study-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 80px;
  display: flex;
}

.case-study-hero-text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 52%;
  max-width: 600px;
  display: flex;
}

.case-study-hero-image-contain {
  width: 46%;
  max-width: 480px;
}

.case-study-hero-heading {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 112%;
}

.case-study-hero-subtext {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

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

.case-study-item-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.case-study-item {
  color: var(--dark);
  width: 100%;
  max-width: 560px;
  text-decoration: none;
}

.case-study-item-image-contain {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.case-study-item-text-contain {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.case-study-item-hero-image {
  object-fit: cover;
  width: 100%;
}

.case-study-item-logo-image {
  width: 100%;
  height: 24px;
}

.case-study-item-logo-wrap {
  background-color: var(--light);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  position: absolute;
  inset: auto auto 24px 24px;
}

.case-study-item-heading {
  margin-bottom: 16px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.case-study-item-subtext {
  color: var(--type-75);
  margin-bottom: 24px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
}

.case-study-item-contain {
  width: 100%;
}

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

.case-study-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.case-study-top-heading {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.case-study-subtext {
  color: var(--type-75);
}

.cs-template-hero-section {
  position: relative;
}

.cs-template-hero-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.cs-template-hero-bg {
  background-color: var(--secondary-1);
  height: 660px;
  position: absolute;
  inset: 0% 0% auto;
}

.cs-template-hero-text-contain {
  color: var(--light);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 950px;
  margin-bottom: 80px;
  display: flex;
}

.cs-template-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.cs-template-hero-subtext {
  max-width: 840px;
  font-size: 20px;
  line-height: 160%;
}

.cs-template-logo-wrap {
  background-color: var(--light);
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 14px 24px;
}

.cs-template-logo {
  width: 100%;
  height: 32px;
}

.cs-template-hero-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  min-height: 640px;
}

.cs-template-rich-text-wrap {
  max-width: 840px;
  margin-top: 100px;
}

.related-cs-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.related-cs-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.related-cs-heading {
  margin-bottom: 16px;
}

.related-cs-subtext {
  color: var(--type-75);
}

.integration-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.integration-hero-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 80px;
  display: flex;
}

.integration-hero-text-contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  display: flex;
}

.integration-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.integration-hero-subtext {
  max-width: 840px;
  font-size: 20px;
  line-height: 160%;
}

.integration-hero-image-contain {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.integration-hero-circle {
  background-color: var(--secondary-2);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.integration-hero-circle-logo {
  width: 42px;
  height: 42px;
}

.integration-hero-logo {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  box-shadow: 4px 4px 78px #0000000f;
}

.integration-hero-logo._60px {
  width: 60px;
  height: 60px;
}

.integration-card-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  display: flex;
}

.integration-card-text-contain {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.integration-card-heading {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.integration-card-subtext {
  color: var(--type-75);
}

.integration-card-item {
  background-color: var(--light);
  color: var(--dark);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  padding: 32px 24px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  box-shadow: 14px 14px 120px #0714120a;
}

.integration-card-item:hover {
  background-color: var(--secondary-2);
}

.integration-card-item-logo-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.integration-card-item-logo {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.integration-card-item-logo-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.integration-card-item-para {
  color: var(--type-75);
  margin-bottom: 24px;
}

.integration-card-item-contain {
  width: 100%;
}

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

.collection-list-integration.related-integartion {
  grid-template-rows: auto;
}

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

.integration-request-text-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 547px;
  display: flex;
}

.integration-request-form-contain {
  width: 48%;
  max-width: 512px;
}

.integration-request-heading {
  max-width: 520px;
  margin-bottom: 30px;
}

.integration-request-subtext {
  color: var(--type-75);
}

.integration-form-block {
  background-color: var(--primary);
  color: var(--light);
  border-radius: 16px;
  margin-bottom: 0;
  padding: 40px 24px;
}

.integration-field-label {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.integration-text-field {
  color: var(--dark);
  border: 1px #0000;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 24px;
}

.integration-form-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  display: flex;
}

.checkbox-field.bottom-margin-16px {
  margin-bottom: 16px;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
}

.checkbox-label._16px {
  font-size: 16px;
  line-height: 125%;
}

.checkbox {
  background-color: var(--secondary-2);
  border-style: none;
  border-radius: 50%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--secondary-2);
  background-image: url("../images/Green-Tick-Mark.svg");
  background-position: 50%;
  background-size: auto;
}

.integration-temp-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.integration-temp-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 80px;
  display: flex;
}

.integration-temp-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 117%;
}

.integration-temp-hero-subtext {
  font-size: 20px;
  line-height: 160%;
}

.integration-temp-logo-contain {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.integration-temp-logo-circle {
  background-color: var(--secondary-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.integration-temp-logo {
  width: 34px;
  height: 34px;
}

.integration-temp-logo._2 {
  width: 45px;
  height: 45px;
}

.integration-temp-logo-wrap {
  background-color: var(--light);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.integration-temp-line-spacer {
  background-color: var(--light);
  width: 49px;
  height: 2px;
}

.integration-link-icon {
  width: 40px;
  height: 40px;
  margin-left: 12px;
  margin-right: 12px;
}

.related-integartion-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.related-integartion-text-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.checkout-form {
  background-color: #e1ffa066;
  padding: 80px 0;
}

.apple-pay,
.pay-with-browser {
  border-radius: 8px;
  height: 60px;
}

.block-header {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-header.center {
  border-style: none;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 60px;
}

.primary-green-button {
  background-color: var(--primary);
  color: var(--light);
  border: 2px solid #0000;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-green-button:hover {
  background-color: var(--green-3);
}

.primary-green-button.user-submit-button {
  border-radius: 8px;
}

.form-container {
  width: 90%;
  max-width: 1280px;
}

.collection-list-wrapper-pricing {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
}

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

.plans-rich-text p {
  color: #071412bf;
  background-image: url("../images/Green-Check-Icon.svg");
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 16px;
  padding-left: 36px;
}

.plans-rich-text.margins {
  margin-top: 20px;
  margin-bottom: 20px;
}

.collection-item {
  display: flex;
}

.product-box-wrap {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 600px;
  height: auto;
  padding: 40px;
  box-shadow: 0 10px 30px #0f1f3d14;
}

.plan-detail-title {
  color: var(--secondary-1);
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.plan-price {
  color: var(--dark);
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.plan-price.margin-40px {
  margin-bottom: 10px;
}

.select-field {
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 18px;
}

.option {
  background-color: var(--secondary-2);
  border-radius: 8px;
  height: auto;
  padding: 4px 10px;
}

.cart-buttons-contain {
  grid-column-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.add-to-cart-button {
  background-color: var(--dark);
  color: var(--light);
  border: 2px solid #0000;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.add-to-cart-button:hover {
  background-color: var(--secondary-3);
}

.buy-now-button {
  background-color: var(--green-3);
  color: var(--light);
  border-radius: 36px;
  margin-top: 0;
  padding: 14px 30px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.4s ease-in-out;
  display: flex;
}

.buy-now-button:hover {
  background-color: var(--secondary-2);
  color: var(--dark);
}

.empty-state {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
  text-align: center;
  border-radius: 4px;
}

.user-page-contain {
  justify-content: space-between;
  max-width: none;
  height: auto;
  min-height: 100vh;
}

.user-page-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.user-page-green-item {
  background-color: var(--secondary-1);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px 3%;
  display: flex;
}

.user-page-form-item {
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 80px 5%;
  display: flex;
}

.user-page-lottie {
  width: 100%;
  max-width: 560px;
}

.user-page-lottie._580px {
  max-width: 580px;
}

.log-in-form-block {
  width: 100%;
  max-width: 504px;
  padding-left: 0;
  padding-right: 0;
}

.form-header {
  margin-bottom: 40px;
}

.user-page-heading {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 117%;
}

.user-page-subtext-link {
  color: var(--dark);
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.user-page-subtext-link:hover {
  color: var(--green-3);
  text-decoration: underline;
}

.or-continue-with-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.or-continue-with-line {
  background-color: #07141233;
  width: 100%;
  height: 1px;
}

.or-text {
  flex: none;
  font-size: 18px;
}

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

.user-email-field {
  color: var(--dark);
  background-color: #07141214;
  border: 1px #000;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.user-email-field:focus {
  border-style: solid;
  border-color: var(--secondary-3);
}

.user-password-field {
  color: var(--dark);
  background-color: #07141214;
  background-image: url("../images/Password-Icon.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.user-password-field:focus {
  border-style: solid;
  border-color: var(--secondary-3);
}

.form-footer {
  margin-top: 24px;
}

.user-page-link {
  border: 1px solid var(--secondary-1);
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.user-page-link:hover {
  border: 1px solid var(--primary);
  background-color: var(--lavender);
  color: var(--dark);
}

.user-page-link.bottom-margin-16px {
  margin-bottom: 16px;
}

.error-state {
  background-color: var(--secondary-3);
  color: var(--secondary-2);
  text-align: center;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 130%;
  position: relative;
}

.user-text-field {
  color: var(--dark);
  background-color: #07141214;
  border: 1px #000;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
}

.user-text-field:focus {
  border-style: solid;
  border-color: var(--secondary-3);
}

.user-text-field::placeholder {
  color: #07141299;
}

.sign-up-form-block {
  text-align: center;
  width: 100%;
  max-width: 504px;
  padding-left: 0;
  padding-right: 0;
}

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

.redirect-block {
  margin-top: 10px;
}

.sign-up-form {
  text-align: left;
}

.reset-password-form-block {
  width: 100%;
  max-width: 504px;
  padding-left: 0;
  padding-right: 0;
}

.user-field-label {
  margin-bottom: 8px;
  font-weight: 500;
}

.update-password-block {
  width: 100%;
  max-width: 504px;
  padding-left: 0;
  padding-right: 0;
}

.access-denied-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.access-denied-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 800px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.access-denied-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
}

.access-denied-heading {
  font-size: 56px;
  line-height: 117%;
}

.access-denied-subtext {
  max-width: 720px;
  margin-bottom: 40px;
}

.user-account-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 82px 0 160px;
  display: flex;
}

.user-account-block-content {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.user-account-contain {
  width: 100%;
  max-width: 720px;
}

.password-setting-heading {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 125%;
}

.password-setting-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.user-account-submit-button {
  background-color: var(--primary);
  color: var(--light);
  border: 2px solid #0000;
  border-radius: 100px;
  margin-right: 0;
  padding: 19px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.2s ease-in-out;
}

.user-account-submit-button:hover {
  border-color: var(--primary);
  background-color: var(--secondary-2);
  color: var(--dark);
}

.cancel-button {
  background-color: #0000;
  border: 2px solid #07141233;
  border-radius: 100px;
  padding: 19px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.2s ease-in-out;
}

.cancel-button:hover {
  border-color: var(--secondary-3);
  background-color: var(--lavender);
}

.subscription-wrapper {
  width: 100%;
}

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

.subscription {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  max-width: 360px;
}

.subscription-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.subscription-cancel-button {
  border: 1px solid var(--secondary-1);
  color: var(--primary);
  border-radius: 30px;
  margin-top: 16px;
  padding: 10px 4px;
  line-height: 100%;
  transition: all 0.2s ease-in-out;
}

.subscription-cancel-button:hover {
  background-color: var(--secondary-2);
}

.download-hero-section {
  position: relative;
}

.download-hero-wrapper {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  display: flex;
  position: relative;
}

.download-hero-bg {
  background-color: var(--secondary-1);
  height: 610px;
  position: absolute;
  inset: 0% 0% auto;
}

.download-hero-text-wrapper {
  color: var(--light);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  display: flex;
}

.download-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.download-hero-subtext {
  max-width: 800px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}

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

.download-item {
  background-color: var(--light);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  padding: 40px 32px;
  display: flex;
  box-shadow: 11px 11px 110px #0000000f;
}

.download-item.yellow {
  background-color: var(--secondary-2);
}

.download-item-icon {
  width: 160px;
  height: 160px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.download-item-heading {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.download-item-subtext {
  color: var(--type-75);
  margin-bottom: 32px;
}

.password-subtext {
  margin-bottom: 40px;
}

.reference-pages-hero-section {
  background-color: var(--secondary-1);
  color: var(--light);
}

.reference-pages-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 80px;
  display: flex;
}

.reference-pages-hero-heading {
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 114%;
}

.reference-pages-hero-subtext {
  font-size: 20px;
  line-height: 160%;
}

.reference-pages-button-wrapper {
  margin-top: 40px;
}

.changelog-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.zipline-release-text {
  color: var(--type-75);
}

.template-version {
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.licensing-wrapper-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.license-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--primary);
  align-items: center;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.license-button-line {
  background-color: var(--primary);
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.license-button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.licencing-icons-grids {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  background-color: var(--primary);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding: 40px;
  display: grid;
}

.licencing-icon-item {
  width: 60px;
  height: 60px;
}

.licencing-icon {
  width: 100%;
  height: 100%;
}

.licensing-text-contain {
  width: 100%;
}

.general-sans-font-text {
  font-size: 72px;
  font-weight: 600;
  line-height: 111%;
}

.style-guide-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.style-guide-wrapper-flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.style-guide-header-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.author-template-wrapper {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.dropdown {
  flex: none;
  position: relative;
}

.dropdown-toggle {
  background-color: #c8fbe7;
  border-radius: 50%;
  padding: 10px;
}

.user-toggle {
  background-color: var(--secondary-2);
  position: static;
}

.user-icon {
  width: 28px;
}

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

.dropdown-list.w--open {
  background-color: #0000;
  height: auto;
  padding-top: 10px;
  inset: 46px auto auto -50%;
}

.dropdown-list-contain {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  padding: 10px;
  display: flex;
  box-shadow: 0 10px 160px #030e1b0f;
}

.dropdown-list-contain.w--open {
  background-color: #f5f5f5;
  border-radius: 10px;
  width: auto;
  height: auto;
  inset: 47px auto auto 0%;
}

.dropdown-link {
  color: var(--primary);
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 20px;
  margin-left: 0;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all 0.2s ease-in-out;
  position: static;
}

.dropdown-link:hover {
  border: 1px solid var(--secondary-1);
  background-color: var(--secondary-2);
  color: var(--dark);
}

.cart-quantity {
  display: none;
}

.cart {
  flex: none;
}

.cart-button {
  background-color: var(--secondary-2);
  color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  padding: 15px;
}

.icon {
  margin-right: 0;
}

.cart-wrapper {
  color: var(--dark);
}

.nav-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--light);
  border-radius: 20px;
  align-items: center;
  padding: 6px 6px 6px 8px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.nav-dropdown-toggle-icon {
  width: 18px;
  height: 18px;
}

.nav-dropdown-list {
  border-radius: 8px;
}

.nav-dropdown-list.w--open {
  background-color: #fff0;
  padding-top: 6px;
}

.nav-dropdown-list-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--light);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 200px;
  padding: 10px;
  display: flex;
}

.nav-dropdown-link {
  color: var(--primary);
  border: 1px solid #0000;
  border-radius: 20px;
  margin-left: 0;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 150%;
  transition: all 0.2s ease-in-out;
}

.nav-dropdown-link:hover {
  border-color: var(--primary);
  background-color: var(--secondary-2);
}

.nav-dropdown-link.w--current {
  border-color: var(--primary);
  background-color: var(--secondary-2);
  color: var(--primary);
}

.nav-dropdown-link.w--current:hover {
  background-color: var(--lavender);
}

.home-feature-item-bg {
  background-color: var(--secondary-2);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.checkout-button {
  background-color: var(--primary);
  border-radius: 8px;
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}

.checkout-button:hover {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
}

.home-split-pointer-contain-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tag-text-line-2 {
  background-color: #27a273;
  width: 20px;
  height: 2px;
}

.how-it-works-subtext-2 {
  color: #071412bf;
}

.tag-text-contain-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #27a273;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.how-it-works-item-subtext-2 {
  color: #071412bf;
}

.testimonial-info {
  color: #9da1a6;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.testimonials-section {
  color: #fff;
  background-color: #0000;
}

.testimonials-section.gradient-bg {
  background-color: var(--primary);
}

.star-image {
  flex: 0 auto;
  max-width: 100%;
  margin-right: 3px;
  font-size: 18px;
  display: block;
}

.author-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
}

.client-wrapper {
  background-color: #faefe5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
}

.client-wrapper._2 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
}

.testimonial-name {
  margin-bottom: 0;
  font-size: 16px;
}

.grid-testimonials {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 30px;
  position: static;
}

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

.quote-text._2 {
  text-align: left;
  max-width: 600px;
  font-size: 18px;
  line-height: 140%;
}

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

.start-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.start-flex.trustpilot {
  display: none;
}

.testimonials-photo {
  background-image: url("../images/Review-2_2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 45px;
  max-width: none;
  height: 45px;
  margin-right: 15px;
  display: block;
}

.testimonials-photo._3 {
  background-image: url("../images/Review-4.jpg");
  background-size: cover;
}

.testimonials-photo._2 {
  background-image: url("../images/Review-2.jpg");
  background-size: cover;
}

.testimonials-photo._1 {
  background-image: url("../images/Review-2_1.jpg");
  background-size: cover;
}

.testimonials-photo._6 {
  background-image: url("../images/Review-8.jpg");
}

.testimonials-photo._4 {
  background-image: url("../images/Review-5.jpg");
  background-size: cover;
}

.testimonials-photo._5 {
  background-image: url("../images/Review-7.jpg");
}

.testimonials-photo.s1 {
  background-image: url("../images/s1_1s1.png");
  margin-right: 0;
}

.testimonials-photo.b1 {
  background-image: url("../images/b1.png");
  margin-right: 0;
}

.testimonials-photo.n1 {
  background-image: url("../images/n1_1n1.png");
  margin-right: 0;
}

.testimonials-photo.c2 {
  background-image: url("../images/c2_1c2.png");
  margin-right: 0;
}

.testimonials-photo.kinara-p {
  background-image: url("../images/kinara-p_1kinara-p.png");
  margin-right: 0;
}

.testimonials-photo.s4 {
  background-image: url("../images/s4_1s4.png");
  margin-right: 0;
}

.testimonials-photo.h2 {
  background-image: url("../images/h2_1h2.png");
  margin-right: 0;
}

.testimonials-photo.r1 {
  background-image: url("../images/r1_1r1.png");
  margin-right: 0;
}

.testimonials-photo.d1 {
  background-image: url("../images/d1_1d1.png");
  margin-right: 0;
}

.testimonials-photo.b2 {
  background-image: url("../images/b2_1b2.png");
  margin-right: 0;
}

.testimonials-photo.c1 {
  background-image: url("../images/c1_1c1.png");
  margin-right: 0;
}

.testimonials-photo.n2 {
  background-image: url("../images/n2_1n2.png");
  margin-right: 0;
}

.testimonials-photo.lance-blendsoe {
  background-image: url("../images/lance-bledsoe_1lance-bledsoe.png");
  margin-right: 0;
}

.testimonials-photo.t4 {
  background-image: url("../images/t4_1t4.png");
  margin-right: 0;
}

.testimonials-photo.janis-p {
  background-image: url("../images/janis-p_1janis-p.png");
  margin-right: 0;
}

.testimonials-photo.k1 {
  background-image: url("../images/k1_1k1.png");
  margin-right: 0;
}

.testimonials-photo.t2 {
  background-image: url("../images/r2_1r2.png");
  margin-right: 0;
}

.testimonials-photo.a1 {
  background-image: url("../images/a1_1a1.png");
  margin-right: 0;
}

.testimonials-photo.tom-wardley {
  background-image: url("../images/tom-wardley_1tom-wardley.png");
  margin-right: 0;
}

.testimonials-photo.devin-t {
  background-image: url("../images/devin-t_1devin-t.jpg");
  margin-right: 0;
}

.testimonials-photo.t1 {
  background-image: url("../images/t1_1t1.png");
  margin-right: 0;
}

.slide-content {
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: block;
  position: relative;
}

.slide-content.margin-left {
  margin-left: 10%;
}

.slide-content.margin-right {
  margin-right: 10%;
}

.testimonials-left-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  top: 100px;
}

.div-block-23 {
  background-color: #232323;
  border-radius: 100px;
  padding: 10px 16px;
  display: flex;
}

.star-icon {
  padding-bottom: 4px;
}

.reviews-text {
  color: #f6f6f9;
  margin-left: 8px;
  font-size: 15px;
}

.block-heading {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading {
  text-align: left;
  max-width: 630px;
  font-size: 38px;
  font-weight: 700;
}

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

.paragraph {
  color: #5b5753;
  max-width: 600px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 140%;
}

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

.paragraph.clients.text-white.mb-5 {
  margin-bottom: 5px;
}

.paragraph.testimonials {
  color: #5b5753;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
}

.text-white {
  color: #fff;
}

.testimonials-subtext {
  color: var(--light);
  padding-bottom: 16px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.rated-proof {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.star-image-proof {
  flex: 0 auto;
  margin-right: 3px;
  display: block;
}

.text-span {
  color: #9da1a6;
  font-weight: 400;
}

.testimonials-subtext-rating {
  color: var(--light);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.average-rating-stars {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.average-rating-stars.trustpilot {
  display: none;
}

.payment-icons {
  align-self: center;
  margin-top: 0;
  display: flex;
}

.credit-card-icons-text {
  color: var(--light);
  margin-left: 12px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.office-locations-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.social-media-group-contact-page {
  display: flex;
}

.social-media-link-contact-page {
  color: var(--primary);
  padding-left: 6px;
  padding-right: 6px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  transition: color 0.2s ease-in-out;
}

.social-media-link-contact-page:hover {
  color: var(--dark);
}

.lightbox-link {
  border-bottom-style: none;
  margin-bottom: 12px;
}

.image-10 {
  border-radius: 12px;
  transition: all 0.2s;
}

.image-10:hover {
  transform: translate(0, -15px);
  box-shadow: 0 15px 15px #00000026;
}

.sample-stores-content {
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: block;
  position: relative;
}

.sample-store {
  background-color: #faefe5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
}

.sample-store._2 {
  background-color: var(--light);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
}

.heading-6 {
  font-size: 18px;
  font-weight: 700;
}

.heading-6.sample-store-title {
  font-size: 20px;
}

.grid-sample-stores {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: static;
}

.home-feature-section-2 {
  color: #fff;
  background-color: #071412;
}

.home-feature-item-bg-2 {
  background-color: #e1ffa0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-feature-item-2 {
  background-color: #32735f;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-feature-item-2.vertical {
  flex-direction: column;
}

.learn-more-button-line-2 {
  background-color: #e1ffa0;
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.learn-more-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #e1ffa0;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--light);
  border-radius: 50px;
  align-items: center;
  padding: 6px 6px 6px 8px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  display: flex;
  position: relative;
}

.nav-item:hover {
  background-color: #fff3;
  border-radius: 50px;
}

.nav-item.w--current {
  padding-left: 12px;
  padding-right: 12px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-weight: 500;
}

.how-it-works-section-2 {
  background-color: var(--dark);
  color: #fff;
}

.how-it-works-2-subtext {
  color: var(--light);
}

.how-it-works-2-item-heading {
  color: var(--light);
  text-transform: none;
  margin-bottom: 16px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 133%;
}

.how-it-works-2-content {
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: block;
  position: relative;
}

.how-it-works-2-content.margin-left {
  margin-left: 10%;
}

.how-it-works-2-content.margin-right {
  margin-right: 10%;
}

.dot-line-image {
  padding: 24px;
}

.grid-how-it-works-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 560px;
  margin-top: 30px;
  position: static;
}

.testimonials-left-contain-copy,
.how-it-works-2-left-contain {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 530px;
  display: flex;
  position: sticky;
  top: 100px;
}

.our-story-wrapper-home {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 120px;
  display: flex;
}

.who-are-we-para {
  color: var(--dark);
  max-width: 660px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.brand-footer-email {
  color: var(--light);
  margin-top: 19px;
}

.store-examples-section {
  background-color: var(--light);
}

.store-examples-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.store-examples-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.store-examples-heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.resource-pages-hero-section {
  background-color: var(--black);
  color: var(--light);
}

.resource-pages-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.resource-pages-hero-heading {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 114%;
}

.resource-main-content {
  width: 100%;
  max-width: none;
}

.resource-wrapper-flex {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.resource-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.main-features-section {
  background-color: var(--dark);
  overflow: hidden;
}

.main-features-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template:
    "."
    "."
    / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 90%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  position: relative;
}

.how-it-works-2-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.features-description {
  color: var(--light);
  text-align: center;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.text-span-highlight {
  color: var(--secondary-2);
}

.hero-social-proof {
  background-color: var(--dark);
}

.hero-social-proof-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top: 1px solid #ffffff1a;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.html-embed {
  display: none;
}

.price {
  font-family: Radionb, Verdana, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.html-embed-2 {
  display: none;
}

.step-number {
  background-color: var(--secondary-2);
  color: var(--primary);
  border-radius: 50%;
  padding: 30px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}

.text-block-60 {
  color: #212326;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.testimonials-subtext-2 {
  color: var(--light);
  padding-bottom: 16px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.how-it-works-2-subtext-2 {
  color: var(--light);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-weight: 400;
  line-height: 130%;
}

.steps {
  background-color: var(--secondary-2);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

.how-it-works-section-3 {
  background-color: var(--dark);
  color: #fff;
}

.how-it-works-section-3.noise-bg-overlay {
  background-color: var(--black);
}

.footer-links-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.footer-link-heading-2 {
  color: var(--light);
  text-transform: none;
  margin-bottom: 8px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
}

.brand-2 {
  border-bottom-style: none;
}

.brand-2.w--current {
  padding-left: 0;
}

.copyright-text-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.footer-line-spacer-2 {
  opacity: 0.2;
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.cf-links-2 {
  color: #fff;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.cf-links-2:hover {
  border-bottom-color: #fff;
  display: inline;
}

.brand-footer-email-2 {
  color: #fff;
  margin-top: 19px;
  font-size: 17px;
}

.footer-link-2 {
  color: #fff;
  border-bottom: 1px solid #0000;
  font-size: 17px;
  line-height: 156%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-link-2:hover {
  border-bottom: 1px solid #fff;
}

.footer-link-2.w--current:hover {
  border-bottom-color: #fff;
}

.footer-social-share-2 {
  filter: grayscale();
  border-bottom-style: none;
  width: 32px;
  height: 32px;
  transition: all 0.2s ease-in-out;
}

.footer-social-share-2:hover {
  filter: grayscale();
  transform: translate(0, -5px);
}

.footer-links-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.footer-wrapper-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
}

.brand-3 {
  border-bottom-style: none;
}

.brand-3.w--current {
  padding-left: 0;
}

.copyright-text-3 {
  color: var(--light);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-line-spacer-3 {
  opacity: 0.2;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.cf-links-3 {
  color: var(--light);
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.cf-links-3:hover {
  border-bottom-color: #fff;
  display: inline;
}

.footer-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-footer-email-3 {
  color: var(--light);
  margin-top: 19px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-link-3 {
  color: var(--light);
  border-bottom: 1px solid #0000;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-link-3:hover {
  border-bottom: 1px solid #fff;
}

.footer-link-3.w--current:hover {
  border-bottom-color: #fff;
}

.footer-link-3.hidden {
  display: none;
}

.pricing-hero-header {
  border-bottom: 1px solid #004822;
  width: 100%;
  margin-bottom: 24px;
}

.pricing-card-eta {
  margin-bottom: 20px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.pricing-card-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.monthly-payment {
  color: var(--type-75);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  text-decoration: none;
}

.pricing-card-content {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pricing-card-decription {
  margin-bottom: 20px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.pricing-card.hidden {
  display: none;
}

.pricing-card-tab {
  text-align: center;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-card-tab.tab-1 {
  opacity: 0;
}

.pricing-card-tab.tab-2 {
  background-color: var(--secondary-2);
  color: var(--secondary-1);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.pricing-card-tab.tab-3 {
  color: var(--secondary-1);
  background-color: #e7b7af;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.pricing-card-tab-text {
  text-align: center;
  padding: 5px;
  font-size: 16px;
}

.div-block-24 {
  background-image: radial-gradient(circle, #000, #fff);
}

.hero-subtext-light {
  color: var(--beige);
  max-width: 660px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.hero-subtext-dark {
  color: var(--dark);
  max-width: 660px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.pricing-hero-background-2 {
  background-color: #164038;
  height: 700px;
  position: absolute;
  inset: 0% 0% auto;
}

.noise-overlay {
  background-color: #0000;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.noise-overlay.gradient-bg {
  background-color: var(--dark);
}

.noise-overlay.hidden {
  display: none;
}

.secondary-button {
  border: 1px solid var(--secondary-3);
  color: var(--secondary-3);
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button._w-100 {
  width: 100%;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.secondary-button._w-100:hover {
  background-color: var(--secondary-3);
  color: var(--light);
}

.under-hero-desktop {
  position: relative;
}

.image-11 {
  display: block;
}

.under-hero-mobile {
  display: none;
  position: relative;
}

.checkmark-pricing {
  align-self: center;
  width: 20px;
  height: 20px;
}

.checkmark-pricing._w-20-h-20 {
  width: 20px;
  height: 20px;
}

.checkmark-pricing.align-top {
  align-self: flex-start;
  margin-top: 2px;
}

.features-tab-black-contain-2 {
  background-color: #22262b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 64%;
  max-width: 680px;
  display: flex;
}

.features-tab-info-subtext-2 {
  color: #071412bf;
}

.primary-button-2 {
  color: #fff;
  background-color: #32735f;
  border: 2px solid #0000;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-2:hover {
  color: #22262b;
  border: 2px solid #32735f;
}

.features-tab-pane-wrapper-2 {
  border-radius: 20px;
  justify-content: space-between;
  display: flex;
}

.primary-button-text-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.features-tab-link-line-2 {
  z-index: 1;
  background-color: var(--secondary-2);
  border-radius: 2px;
  width: 0%;
  height: 4px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.primary-button-bg-2 {
  z-index: 1;
  background-color: #e1ffa0;
  border-radius: 36px;
  width: 0%;
  height: 100%;
  position: absolute;
}

.primary-button-bg-2.white {
  background-color: #fff;
}

.features-tab-subheading-2 {
  color: #071412bf;
}

.text-span-2 {
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-item-per-month {
  opacity: 0.6;
}

.text-block-61,
.text-block-62 {
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
}

.tag-text-line-3 {
  -webkit-text-stroke-color: #016401;
  background-color: #016401;
  width: 20px;
  height: 2px;
}

.tag-text-line-3.yellow {
  background-color: #ddf695;
}

.about-hero-section-2 {
  color: #fffef7;
  background-color: #1a1616;
  padding-bottom: 80px;
}

.primary-button-bg-3 {
  z-index: 1;
  background-color: #ddf695;
  border-radius: 36px;
  width: 0%;
  height: 100%;
  position: absolute;
}

.primary-button-bg-3.white {
  background-color: #fffef7;
}

.tag-text-2 {
  color: #016401;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.tag-text-2.yellow {
  color: #ddf695;
}

.features-hero-subtext-2 {
  color: #fffef7;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.tag-text-contain-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #27a273;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.tag-text-contain-3.yellow {
  color: #ddf695;
}

.primary-button-text-3 {
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.primary-button-3 {
  color: #f1ecda;
  background-color: #004822;
  border: 1px solid #0000;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  text-decoration: none;
  transition:
    border-color 0.2s,
    background-color 0.3s,
    color 0.3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-3:hover {
  color: #0b1c0d;
  background-color: #ddf695;
  border: 1px solid #016401;
}

.primary-button-3.yellow {
  color: #0b1c0d;
  background-color: #ddf695;
}

.primary-button-3.yellow:hover {
  color: #0b1c0d;
  background-color: #f1ecda;
  border-color: #016401;
}

.primary-button-3.yellow.on-black {
  color: #25201f;
}

.blog-hero-section-2 {
  color: #fffef7;
  background-color: #1a1616;
  padding-bottom: 80px;
}

.blog-date {
  color: var(--type-75);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
}

.rated-proof-hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.testimonials-proof-hero {
  color: var(--light);
  margin-left: 3px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.average-rating-stars---hero {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.average-rating-stars---hero.trustpilot {
  display: none;
}

.star-image---hero {
  flex: 0 auto;
  max-width: 100%;
  margin-right: 2px;
  font-size: 18px;
  display: block;
}

.recaptcha {
  margin-bottom: 16px;
}

.blog-recaptcha {
  margin: 12px auto 0;
}

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

.rating-div,
.div-block-25 {
  display: flex;
}

.testimonials-proof-hero-divider {
  color: var(--light);
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.short-video {
  z-index: 0;
  box-shadow: 10px 9px 0 0 var(--secondary-2);
  outline-offset: 10px;
  border: 2px #000;
  border-radius: 20px;
  outline: 1px #5b5753;
  display: flex;
  position: static;
  overflow: hidden;
}

.reviews-hero-video-contain {
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 560px;
  display: flex;
}

.star-image-2 {
  flex: 0 auto;
  max-width: 100%;
  margin-right: 1px;
  font-size: 18px;
  display: block;
}

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

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 40px;
  display: flex;
}

.section.dark-img-bg {
  background-color: var(--primary);
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  display: flex;
}

.start-flex-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-2 {
  color: #4b4743;
  max-width: 600px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 140%;
}

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

.paragraph-2.clients.text-white-2.mb-5 {
  margin-bottom: 5px;
}

.ratings-section-heading {
  color: var(--light);
  text-transform: uppercase;
  max-width: 530px;
  margin-bottom: 20px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.ratings-section-heading.text-white {
  color: var(--light);
  text-transform: uppercase;
  font-family: Radionb, Verdana, sans-serif;
  font-weight: 700;
  display: flex;
}

.ratings-heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Radionb, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.ratings-subtext {
  color: var(--light);
  max-width: 660px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.star-image-3 {
  flex: 0 auto;
  max-width: 100%;
  margin-right: 1px;
  font-size: 18px;
  display: block;
}

.testimonial-info-2 {
  color: #7b7773;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

.quote-text-reviews-page {
  text-align: center;
}

.quote-text-reviews-page._2 {
  text-align: center;
  max-width: none;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.start-flex-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.start-flex-3.trustpilot {
  display: none;
}

.client-wrapper-reviews-page {
  background-color: #faefe5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
}

.client-wrapper-reviews-page._2 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
}

.grid-testimonials-reviews-page {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 920px;
  margin-top: 0;
  position: static;
}

.reviews-section {
  background-color: var(--primary);
}

.customer-slide-paragraph-center {
  color: var(--dark);
  text-align: center;
  margin-bottom: 32px;
  font-family:
    Basis Grotesque Pro,
    Verdana,
    sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.customer-slide-paragraph-center.text-center {
  text-align: center;
}

.reviews-proof-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 40px;
  display: flex;
}

.reviews-proof-section.dark-img-bg,
.reviews-proof-section.gradient-bg {
  background-color: var(--primary);
}

.button-main {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #007f5f;
  border-bottom-style: none;
  border-radius: 10px;
  padding: 16px 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition-property: transform, background-color;
  transition-duration: 0.3s, 0.3s;
}

.button-main:hover {
  background-color: #098d6c;
  transform: scale(0.95);
}

.fs-cc_title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-cc_button {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  transition: background-color 0.1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: var(--dark);
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs-cc_modal {
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_link {
  color: var(--dark);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--dark);
  text-decoration-color: var(--dark);
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_modal-buttons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  background-color: #f8f8f8;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_cookie-component {
  z-index: 9500;
  max-width: 25rem;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_form {
  margin-bottom: 0;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_preference-component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url("../images/radio__checkmark.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url("../images/radio__checkmark.svg");
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: 0.625rem;
  border-color: #146ef5;
}

.cookieconsent {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-cc_custom-code {
  display: none;
}

@media screen and (min-width: 1280px) {
  .wrapper-1160px.navbar-wrapper {
    grid-column-gap: 20px;
  }

  .home-hero-section.hidden {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .cta-image-contain {
    margin-right: -25%;
  }

  .cta-green-item.gradient-bg {
    justify-content: center;
    align-items: center;
  }

  .banner-cross-icon {
    right: 10%;
  }

  .features-hero-heading {
    font-size: 58px;
  }

  .cta-arrow {
    bottom: 27%;
  }

  .user-page-wrapper {
    max-width: 1920px;
  }

  .user-page-green-item {
    justify-content: flex-end;
    padding-right: 100px;
  }

  .user-page-form-item {
    justify-content: flex-start;
    padding-left: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .cta-green-item.gradient-bg {
    justify-content: center;
    align-items: center;
  }

  .cta-yellow-item {
    padding-right: 20%;
  }

  .cta-item-heading {
    line-height: 120%;
  }

  .banner-cross-icon {
    right: 20%;
  }

  .home-blog-section.hidden {
    display: none;
  }

  .about-hero-image-contain {
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-image._1 {
    border-radius: 16px;
  }

  .office-location-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-hero-wrapper {
    padding-top: 120px;
  }

  .job-benefits-wrapper {
    position: relative;
  }

  .career-hero-image-contain {
    margin-left: auto;
    margin-right: auto;
  }

  .home-split-pointer-contain-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .credit-card-icons-text {
    align-self: center;
  }

  .store-examples-wrapper {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 36px;
  }

  .wrapper-1160px {
    flex-direction: column;
    max-width: 600px;
  }

  .wrapper-1160px.navbar-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: space-between;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 700px;
  }

  .version-number {
    margin-bottom: 10px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
    font-size: 20px;
  }

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

  .password-text-field {
    margin-bottom: 20px;
  }

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

  .licensing-tag-subtexts {
    line-height: 150%;
  }

  .licensing-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .licensing-image-contain {
    width: 100%;
  }

  .licencing-images-grids {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .style-guide-paragraph {
    font-size: 20px;
  }

  .colors-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .progress-bar {
    display: none;
  }

  .style-guide-main-content {
    width: 100%;
  }

  .primary-button.navbar-button:hover {
    border-color: var(--beige);
    color: var(--beige);
  }

  .nav-menu {
    background-color: var(--dark);
    width: 100%;
    padding: 10px 5% 30px;
    box-shadow: 0 140px 140px #07141280;
  }

  .nav-menu-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }

  .navbar-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: auto;
  }

  .navbar-button-wrapper.mobile {
    flex-direction: column;
    flex: none;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .home-hero-wrapper {
    max-width: 700px;
    padding-top: 100px;
  }

  .home-hero-subtext {
    line-height: 150%;
  }

  .number-stack-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    max-width: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
    top: 0;
  }

  ._76px-heading._1,
  ._76px-heading._2 {
    display: none;
  }

  .cta-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-image-contain {
    width: 100%;
  }

  .cta-text-contain {
    width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cta-2-item-section {
    flex-direction: column;
    align-items: center;
  }

  .cta-green-item {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-green-item.gradient-bg {
    justify-content: center;
    align-items: center;
  }

  .cta-yellow-item {
    width: 100%;
    padding-left: 10%;
  }

  .cta-item-heading {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cta-item-heading.mobile-center {
    font-size: 46px;
  }

  .cta-item-subtext {
    margin-bottom: 24px;
  }

  .footer-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-links-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-links-wrapper {
    width: 100%;
  }

  .cta-heading {
    font-size: 60px;
  }

  .how-it-works-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .how-it-works-left-contain {
    width: 100%;
    position: relative;
    top: 0;
  }

  .tag-text {
    font-size: 15px;
  }

  .how-it-works-right-contain {
    width: 100%;
  }

  .customer-wrapper {
    max-width: 700px;
  }

  .customer-heading {
    font-size: 46px;
  }

  .home-split-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    max-width: 700px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .home-split-contain {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .home-split-contain.reverse {
    flex-direction: column-reverse;
  }

  .home-split-lottie-contain {
    width: 100%;
  }

  .home-split-lottie-contain.integration {
    width: 90%;
  }

  .home-split-text-contain {
    width: 100%;
  }

  .home-split-pointer-heading {
    font-size: 16px;
  }

  .home-feature-wrapper {
    max-width: 700px;
  }

  .home-feature-item-grid {
    grid-template-columns: 1fr;
  }

  .home-feature-item {
    padding: 40px 20px;
  }

  .home-feature-item.vertical {
    flex-direction: row;
  }

  .home-feature-item-heading {
    font-size: 22px;
  }

  .home-feature-item-heading.hide-on-tab {
    display: none;
  }

  .home-feature-item-text-contain.hide-on-desktop {
    flex-direction: column;
    display: flex;
  }

  .home-feature-item-bottom-wrap {
    margin-top: 40px;
  }

  .home-feature-item-bottom-wrap.top-margin-0.hide-on-tab {
    display: none;
  }

  .home-feature-item-subtext {
    font-size: 16px;
  }

  .home-feature-item-image.vertical-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-feature-top-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
  }

  .home-sticky-wrapper {
    max-width: 700px;
  }

  .home-sticky-contain {
    display: none;
  }

  .menu-button {
    border-radius: 50%;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--secondary-2);
    color: var(--dark);
  }

  .home-sticky-wrapper-tab {
    display: flex;
  }

  .home-sticky-contain-tab {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .home-blog-wrapper {
    max-width: 700px;
    padding-top: 40px;
  }

  .blog-tag-text-contain.bottom-margin-20px {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-blog-heading {
    text-align: center;
  }

  .feature-hero-wrapper {
    padding-bottom: 10px;
  }

  .features-hero-logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-hero-contain {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .features-hero-text-contain {
    width: 100%;
  }

  .features-hero-image-contain {
    width: 100%;
    max-width: 1260px;
  }

  .feature-3-item-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta-arrow {
    max-width: 90px;
  }

  .features-tabs-wrapper {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .features-tabs-menu {
    flex-flow: row;
  }

  .features-tab-link {
    max-width: 220px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-tab-pane-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .features-tab-text-contain {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 100%;
  }

  .features-tab-info-heading {
    font-size: 30px;
  }

  .features-tab-black-contain {
    width: 100%;
    max-width: none;
  }

  .contact-hero-heading {
    font-size: 50px;
  }

  .contact-hero-paragraph {
    font-size: 18px;
  }

  .contact-top-wrapper {
    flex-direction: column;
  }

  .contact-form-block {
    padding: 40px;
  }

  .contact-form-wrapper {
    grid-row-gap: 60px;
    width: 90%;
    max-width: 800px;
  }

  .location-section {
    padding-top: 140px;
  }

  .features-tab-line {
    display: none;
  }

  .features-pointer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .features-pointer-text-wrapper {
    width: 100%;
  }

  .features-pointer-heading {
    font-size: 42px;
  }

  .features-pointer-lottie-wrapper {
    width: 100%;
  }

  .features-solution-card-wrapper {
    flex-direction: column;
  }

  .lottie-animation {
    padding: 38px;
  }

  .about-hero-heading {
    font-size: 50px;
  }

  .about-hero-image-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-hero-image-wrapper {
    width: 30%;
  }

  .about-hero-image-wrapper._632px {
    width: 50%;
  }

  .about-hero-image {
    border-radius: 12px;
  }

  .our-story-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 140px;
  }

  .our-values-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .our-story-heading {
    font-size: 40px;
  }

  .our-values-item-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .timeline-tabs {
    flex-direction: column;
  }

  .timeline-tabs-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: row;
    margin-bottom: 60px;
  }

  .timeline-tab-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 10px;
  }

  .timeline-tab-link-year-img {
    max-width: 200px;
  }

  .timeline-tab-link-arrow {
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
  }

  .timeline-tabs-content {
    width: 100%;
    margin-left: 0;
  }

  .timeline-tab-pane-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .our-team-wrapper {
    padding-top: 140px;
  }

  .our-team-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .our-team-top-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .team-heading {
    font-size: 46px;
  }

  .our-investor-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .our-investor-heading {
    max-width: 600px;
  }

  .our-investor-logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .our-investor-logo-wrap,
  .our-investor-logo-wrap._1,
  .our-investor-logo-wrap._2,
  .our-investor-logo-wrap._3 {
    max-width: 160px;
  }

  .our-offices-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .our-offices-image-wrapper {
    width: 100%;
  }

  .our-offices-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .office-location-item,
  .office-location-item-heading,
  .office-location-item-subtext {
    text-align: center;
  }

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

  .job-top-text-header-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-top-header-text-wrap {
    width: 100%;
  }

  .job-card-wrapper {
    flex-direction: column;
  }

  .job-card-right-contain {
    width: 100%;
  }

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

  .pricing-hero-heading {
    font-size: 46px;
  }

  .pricing-hero-subtext {
    line-height: 150%;
  }

  .pricing-hero-card-price {
    font-size: 44px;
  }

  .pricing-hero-card-price.ecommerce {
    font-size: 40px;
  }

  .pricing-hero-card-plan {
    font-size: 22px;
  }

  .pricing-hero-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-hero-card-grid._1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-hero-card-grid._1.col-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .pricing-hero-card-grid.col-6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-enterprise-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-enterprise-card-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .faq-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .faq-left-wrapper,
  .faq-right-wrapper {
    width: 100%;
    max-width: none;
  }

  .comparison-table-top-text-heading {
    font-size: 46px;
  }

  .pricing-case-study-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    padding-top: 140px;
  }

  .pricing-case-study-image-wrap,
  .pricing-case-study-text-wrap {
    width: 100%;
  }

  .faq-heading {
    font-size: 46px;
  }

  .comparison-table-text {
    font-size: 16px;
    line-height: 150%;
  }

  .comparison-table-button-grid {
    width: 100%;
  }

  .comparison-table-price-item {
    padding-bottom: 24px;
  }

  .comparison-table-price-text {
    font-size: 36px;
    line-height: 100%;
  }

  .comparison-table-price-text-small {
    font-size: 16px;
    line-height: 120%;
  }

  .comparison-table-price-item-left {
    padding-bottom: 24px;
  }

  .comparison-table-plan-item {
    text-align: center;
  }

  .blog-hero-heading {
    font-size: 50px;
  }

  .blog-tabs-section.blog-categories-template {
    padding-bottom: 140px;
  }

  .blog-tabs-wrapper {
    padding-top: 80px;
  }

  .blog-tab-heading {
    font-size: 42px;
  }

  .collection-list-blog-tab {
    grid-template-columns: 1fr 1fr;
  }

  .premium-content-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .premium-content-heading {
    font-size: 36px;
  }

  .blog-template-hero-heading {
    font-size: 50px;
  }

  .blog-template-hero-image {
    min-height: 500px;
  }

  .blog-template-summary-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
  }

  .blog-template-summary-contain {
    width: 100%;
  }

  .blog-template-sticky-item {
    width: 100%;
    position: static;
  }

  .cms-rich-text h4 {
    font-size: 30px;
  }

  .related-blogs-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .job-benefits-wrapper {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .job-benefits-heading {
    font-size: 46px;
  }

  .job-benefits-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .career-hero-heading {
    font-size: 50px;
  }

  .career-hero-image-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .career-hero-image {
    border-radius: 10px;
  }

  .job-template-hero-heading {
    font-size: 50px;
  }

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

  .review-hero-card-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .review-hero-heading {
    font-size: 42px;
  }

  .case-study-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .case-study-hero-text-contain,
  .case-study-hero-image-contain {
    width: 100%;
  }

  .case-study-hero-heading {
    font-size: 56px;
  }

  .case-study-item-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .collection-list-case-study {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .case-study-top-heading {
    font-size: 42px;
  }

  .cs-template-hero-heading {
    font-size: 50px;
  }

  .cs-template-hero-image {
    min-height: 500px;
  }

  .related-cs-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .integration-hero-heading {
    font-size: 50px;
  }

  .integration-card-wrapper {
    padding-top: 140px;
  }

  .integration-card-heading {
    font-size: 42px;
  }

  .collection-list-integration {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-integration.related-integartion {
    grid-template-rows: auto auto;
  }

  .integration-request-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    padding-top: 140px;
  }

  .integration-request-text-contain,
  .integration-request-form-contain {
    width: 100%;
  }

  .integration-temp-hero-heading {
    font-size: 50px;
  }

  .related-integartion-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .form-container {
    flex-direction: column;
    max-width: 800px;
  }

  .left-form-container {
    width: 100%;
    margin-right: 0;
  }

  .right-form-container {
    width: 100%;
    position: static;
  }

  .user-page-wrapper {
    flex-direction: column-reverse;
  }

  .user-page-green-item,
  .user-page-form-item {
    width: 100%;
  }

  .user-page-heading {
    font-size: 42px;
  }

  .access-denied-wrapper {
    min-height: 90vh;
  }

  .access-denied-heading {
    font-size: 50px;
  }

  .user-account-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-bottom: 140px;
  }

  .subscriptions-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .subscription {
    width: 100%;
  }

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

  .reference-pages-hero-heading {
    font-size: 50px;
  }

  .reference-pages-hero-subtext {
    line-height: 150%;
  }

  .changelog-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .licensing-wrapper-flex {
    flex-direction: column;
  }

  .licencing-icons-grids {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .general-sans-font-text {
    font-size: 60px;
  }

  .style-guide-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .style-guide-wrapper-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    margin-left: 0;
  }

  .nav-dropdown-list.w--open {
    position: relative;
  }

  .home-split-pointer-contain-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .client-wrapper._2.tablet-hidden {
    display: none;
  }

  .grid-testimonials {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    max-width: 1160px;
    margin-top: 40px;
  }

  .quote-text._2 {
    line-height: 140%;
  }

  .testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .testimonials-left-contain {
    width: 100%;
    max-width: 1160px;
    position: relative;
    top: 0;
  }

  .block-heading {
    align-items: flex-start;
  }

  .block-heading.align-center {
    align-items: center;
  }

  .heading {
    font-size: 33px;
  }

  .paragraph {
    line-height: 140%;
  }

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

  .paragraph.testimonials {
    text-align: left;
    max-width: 570px;
  }

  .grid-sample-stores {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .home-feature-item-2 {
    padding: 40px 20px;
  }

  .home-feature-item-2.vertical {
    flex-direction: row;
  }

  .nav-item,
  .nav-item.w--current {
    width: 100%;
  }

  .how-it-works-2-item-heading {
    font-size: 26px;
  }

  .how-it-works-2-content.margin-left {
    margin-left: 0%;
  }

  .how-it-works-2-content.margin-right {
    margin-right: 0%;
  }

  .grid-how-it-works-2 {
    grid-template-columns: 1fr;
    max-width: 1160px;
    margin-top: 40px;
  }

  .testimonials-left-contain-copy,
  .how-it-works-2-left-contain {
    width: 100%;
    max-width: 1160px;
    position: relative;
    top: 0;
  }

  .our-story-wrapper-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-bottom: 100px;
  }

  .store-examples-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .store-examples-heading {
    font-size: 46px;
  }

  .resource-pages-hero-heading {
    font-size: 50px;
  }

  .resource-main-content {
    width: 100%;
  }

  .resource-wrapper-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .resource-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .main-features-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    max-width: 1260px;
    padding-top: 60px;
    padding-bottom: 60px;
    top: 0;
  }

  .how-it-works-2-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-social-proof-wrapper {
    border-top-style: none;
    padding-bottom: 20px;
  }

  .price {
    font-size: 38px;
  }

  .footer-links-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template:
      "."
      "."
      / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 700px;
    padding-top: 80px;
  }

  .footer-links-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template:
      "."
      "."
      / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-wrapper-3 {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 700px;
    padding-top: 80px;
  }

  .hero-subtext-light,
  .hero-subtext-dark {
    line-height: 150%;
  }

  .under-hero-desktop {
    display: block;
  }

  .features-tab-black-contain-2 {
    width: 100%;
    max-width: none;
  }

  .features-tab-pane-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .tag-text-2 {
    font-size: 15px;
  }

  .reviews-hero-video-contain {
    width: 100%;
    max-width: 1260px;
  }

  .section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .paragraph-2 {
    line-height: 140%;
  }

  .paragraph-2.clients {
    text-align: left;
  }

  .ratings-section-heading,
  .ratings-heading {
    font-size: 46px;
  }

  .ratings-subtext {
    line-height: 150%;
  }

  .quote-text-reviews-page._2 {
    line-height: 140%;
  }

  .client-wrapper-reviews-page._2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-testimonials-reviews-page {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .reviews-proof-section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 46px;
  }

  .wrapper-1160px.navbar-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-wrapper {
    justify-content: space-between;
  }

  .licencing-image-item {
    height: 200px;
  }

  .version-number {
    font-size: 36px;
  }

  .content-wrapper {
    align-self: center;
  }

  ._404-heading {
    margin-bottom: 16px;
  }

  ._404-paragraph {
    margin-bottom: 20px;
    font-size: 20px;
  }

  ._404-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .password-heading {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .password-text-field {
    margin-bottom: 16px;
  }

  .lock-image {
    margin-bottom: 30px;
  }

  .instructions-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .changelog-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-covers {
    border-radius: 12px;
  }

  .licensing-tag-subtexts {
    font-size: 18px;
  }

  .licensing-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    width: 90%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .licensing-image-contain {
    padding: 0;
  }

  .licencing-images-grids {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-paragraph {
    font-size: 20px;
  }

  .colors-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .typography-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .primary-button.navbar-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button.navbar-button.hide {
    display: none;
  }

  .primary-button.login-with-google-button {
    margin-top: 24px;
    margin-bottom: 16px;
  }

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

  .navbar-button-wrapper {
    flex: none;
  }

  .home-hero-wrapper {
    padding-top: 80px;
  }

  .home-hero-subtext {
    font-size: 18px;
    line-height: 145%;
  }

  .home-hero-points-icon {
    width: 22px;
    height: 22px;
  }

  .home-hero-points-text {
    font-size: 16px;
  }

  .number-stack-wrapper {
    grid-row-gap: 30px;
    max-width: 400px;
  }

  ._76px-heading.secondary-2 {
    margin-top: 0;
    font-size: 60px;
  }

  .number-stack-text {
    font-size: 16px;
  }

  .cta-image-contain {
    margin-right: -10%;
  }

  .cta-subtext {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .cta-yellow-item {
    padding-left: 5%;
  }

  .cta-item-icon {
    margin-bottom: 20px;
  }

  .cta-item-heading {
    font-size: 36px;
  }

  .cta-item-heading.mobile-center {
    font-size: 42px;
  }

  .cta-item-subtext {
    font-size: 18px;
  }

  .footer-links-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .cta-heading {
    margin-bottom: 16px;
    font-size: 50px;
  }

  .how-it-works-wrapper {
    padding-top: 120px;
  }

  .tag-text-contain.left {
    justify-content: center;
    align-items: center;
  }

  .tag-text {
    font-size: 14px;
  }

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

  .customer-slide {
    margin-right: 30px;
  }

  .customer-slide-heading {
    font-size: 36px;
  }

  .customer-slide-paragraph {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 150%;
  }

  .author-contain {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .customer-slider-left-arrow {
    inset: auto auto -100px 0%;
  }

  .customer-slider-right-arrow {
    inset: auto auto -100px 74px;
  }

  .customer-heading {
    text-align: center;
    font-size: 42px;
  }

  .home-split-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-split-lottie-contain.integration {
    max-width: 470px;
    height: 410px;
  }

  .home-split-heading.features,
  .home-split-subtext {
    margin-bottom: 30px;
  }

  .home-split-pointer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .home-split-pointer-heading {
    margin-bottom: 4px;
  }

  .home-split-pointer-subtext {
    font-size: 16px;
    line-height: 150%;
  }

  .home-split-pointer-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-feature-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-feature-item.vertical {
    flex-direction: column;
  }

  .home-feature-item-text-contain {
    max-width: 400px;
  }

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

  .sticky-text-contain-item-heading {
    font-size: 36px;
  }

  .menu-button {
    padding: 10px;
  }

  .hero-banner-text-contain {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 80%;
  }

  .hero-banner-icon {
    width: 20px;
    height: 20px;
  }

  .hero-banner-text {
    font-size: 14px;
    line-height: 125%;
  }

  .banner-cross-icon {
    width: 22px;
    height: 22px;
    right: 4%;
  }

  .home-blog-wrapper {
    padding-top: 20px;
  }

  .blog-image-wrapper {
    height: 350px;
  }

  .blog-text-wrapper {
    padding-top: 30px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .blog-title-32px {
    font-size: 30px;
  }

  .blog-tag-text {
    line-height: 30px;
  }

  .blog-tag-text-contain {
    margin-bottom: 20px;
  }

  .blog-tag-text-contain.bottom-margin-20px {
    margin-bottom: 16px;
  }

  .feature-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .features-hero-heading {
    font-size: 46px;
  }

  .features-hero-subtext {
    font-size: 18px;
  }

  .feature-3-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-3-item-subtext {
    line-height: 150%;
  }

  .integration-logo-absolute {
    width: 15%;
    max-width: 75px;
    height: auto;
  }

  .cta-arrow {
    max-width: 70px;
  }

  .features-tabs-wrapper {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .features-tab-subheading {
    line-height: 150%;
  }

  .features-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-tab-link {
    padding-bottom: 12px;
    font-size: 18px;
  }

  .features-tab-text-contain {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-tab-info-heading {
    font-size: 28px;
  }

  .features-tab-info-subtext {
    line-height: 150%;
  }

  .contact-hero-heading {
    font-size: 44px;
  }

  .contact-top-wrapper {
    width: 90%;
    padding-top: 60px;
  }

  .contact-form-row {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .contact-cards-container {
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-item {
    width: 100%;
  }

  .contact-form-block {
    padding: 30px;
  }

  .contact-form-text-field.message {
    height: 160px;
    margin-bottom: 30px;
  }

  .contact-form-wrapper {
    grid-row-gap: 40px;
    max-width: 600px;
  }

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

  .location-section {
    padding-top: 120px;
  }

  .features-pointer-wrapper {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .features-pointer-heading {
    font-size: 36px;
  }

  .features-solution-card-image-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-solution-card-text-wrap {
    padding-left: 46px;
    padding-right: 46px;
  }

  .features-solution-card-left-line {
    left: 24px;
  }

  .features-solution-card-right-line {
    right: 24px;
  }

  .features-solution-card-subtext {
    line-height: 150%;
  }

  .about-hero-heading {
    margin-bottom: 20px;
    font-size: 44px;
  }

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

  .about-hero-image-contain {
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-hero-image-wrapper,
  .about-hero-image-wrapper._632px {
    width: 100%;
  }

  .about-hero-image._1 {
    border-radius: 12px;
  }

  .our-story-wrapper {
    padding-top: 120px;
  }

  .our-story-para {
    font-size: 18px;
  }

  .our-values-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .our-story-heading,
  .our-value-heading {
    font-size: 36px;
  }

  .our-values-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .our-values-item-subtext {
    line-height: 150%;
  }

  .timeline-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .timeline-tab-link {
    max-width: 150px;
    padding-right: 0;
  }

  .timeline-tab-link-year-img {
    width: 70%;
  }

  .timeline-tab-link-arrow {
    width: 25px;
    height: 25px;
  }

  .timeline-tab-pane-wrapper {
    padding: 40px 20px;
  }

  .timeline-tab-heading {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .timeline-tab-subtext {
    line-height: 150%;
  }

  .our-team-wrapper {
    padding-top: 120px;
  }

  .our-team-item-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .our-team-item-image {
    margin-bottom: 20px;
  }

  .our-team-item-heading {
    margin-bottom: 6px;
  }

  .our-team-item-subtext {
    line-height: 145%;
  }

  .our-team-top-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-heading {
    font-size: 42px;
  }

  .our-team-header-para {
    line-height: 150%;
  }

  .our-investor-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .our-investor-heading {
    max-width: none;
  }

  .our-investor-subtext {
    line-height: 150%;
  }

  .our-investor-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-offices-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .our-offices-wrapper {
    padding: 60px 40px;
  }

  .office-location-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .office-location-item-icon {
    margin-bottom: 10px;
  }

  .office-location-item-heading {
    margin-bottom: 6px;
  }

  .office-location-item-subtext {
    line-height: 150%;
  }

  .job-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .job-top-text-header {
    padding-bottom: 30px;
  }

  .job-top-header-heading {
    margin-bottom: 10px;
  }

  .job-card-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-card-item-left-contain,
  .job-card-item-tag-contain {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .job-card-item-tag-text {
    padding-left: 12px;
    padding-right: 12px;
  }

  .our-office-subtext {
    line-height: 150%;
  }

  .pricing-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-hero-heading {
    font-size: 42px;
  }

  .pricing-hero-subtext {
    font-size: 18px;
    line-height: 145%;
  }

  .pricing-hero-card-price {
    font-size: 42px;
  }

  .pricing-hero-card-plan {
    font-size: 22px;
  }

  .pricing-hero-card-point-text-75 {
    font-size: 16px;
    line-height: 140%;
  }

  .pricing-hero-card-point-header {
    margin-bottom: 10px;
  }

  .pricing-hero-card-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-hero-card-grid._1,
  .pricing-hero-card-grid.col-6 {
    grid-template-columns: 1fr;
  }

  .pricing-hero-card-point-text {
    font-size: 16px;
    line-height: 140%;
  }

  .pricing-enterprise-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-toggle-discount-image {
    top: 30px;
    right: -12%;
    transform: rotate(90deg);
  }

  .pricing-hero-discount-text {
    top: 50px;
    right: 0;
  }

  .faq-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .comparison-table-top-text-heading {
    font-size: 42px;
  }

  .pricing-case-study-wrapper {
    padding-top: 120px;
  }

  .pricing-case-study-subtext {
    line-height: 150%;
  }

  .faq-heading {
    font-size: 42px;
  }

  .faq-answer-text {
    line-height: 150%;
  }

  .comparison-table-row {
    flex-direction: column;
  }

  .comparison-table-left-item {
    border-bottom: 1px solid #fff3;
    border-left: 1px solid #fff3;
    border-right: 1px solid #fff3;
    justify-content: center;
    width: 100%;
    padding-left: 5px;
  }

  .comparison-table-grid {
    border-right: 1px solid #fff3;
    width: 100%;
  }

  .comparison-table-feature-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-left: 1px solid #fff3;
    border-right: 1px solid #fff3;
    padding-left: 10px;
    padding-right: 10px;
  }

  .comparison-table-button-row {
    display: none;
  }

  .comparison-table-button-row.mobile {
    display: block;
  }

  .comparison-table-button-item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .comparison-table-button-item.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .comparison-table-price-row {
    flex-direction: column;
  }

  .comparison-table-price-item {
    text-align: center;
    border-left: 1px solid #fff3;
    padding-left: 5px;
    padding-right: 5px;
  }

  .comparison-table-price-text {
    font-size: 30px;
  }

  .comparison-table-price-item-left {
    border: 1px solid #fff3;
    align-items: flex-start;
    width: 100%;
    padding-top: 24px;
    padding-left: 20px;
  }

  .comparison-table-price-grid {
    border-right: 1px solid #fff3;
    width: 100%;
  }

  .comparison-table-plan-grid {
    width: 100%;
  }

  .comparison-table-plan-item {
    padding-bottom: 20px;
  }

  .comparison-table-plan-text {
    font-size: 18px;
  }

  .blog-hero-wrapper {
    padding-top: 80px;
  }

  .blog-hero-subtext {
    font-size: 18px;
    line-height: 150%;
  }

  .blog-hero-heading {
    font-size: 44px;
  }

  .blog-tabs-section.blog-categories-template {
    padding-bottom: 120px;
  }

  .blog-tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-tab-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .blog-tab-line {
    display: none;
  }

  .blog-tab-heading {
    font-size: 38px;
  }

  .blog-tab-subtext {
    line-height: 150%;
  }

  .collection-list-blog-tab {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pagination {
    margin-top: 60px;
  }

  .premium-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .premium-content-heading {
    font-size: 32px;
  }

  .premium-content-subtext {
    line-height: 150%;
  }

  .blog-template-hero-wrapper {
    padding-top: 80px;
  }

  .blog-template-hero-heading {
    font-size: 40px;
  }

  .blog-template-hero-subtext {
    line-height: 150%;
  }

  .blog-template-hero-image {
    min-height: 350px;
  }

  .blog-template-summary-wrapper {
    padding-top: 120px;
  }

  .blog-template-sticky-item-subtext {
    margin-bottom: 16px;
    line-height: 150%;
  }

  .cms-rich-text h4 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .cms-rich-text p {
    margin-bottom: 30px;
    line-height: 150%;
  }

  .cms-rich-text h6 {
    background-position: 0 4px;
    background-size: 24px;
    margin-bottom: 16px;
    padding-left: 32px;
    line-height: 150%;
  }

  .cms-rich-text blockquote {
    background-position: 30px 24px;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 150%;
  }

  .cms-rich-text ul,
  .cms-rich-text ol {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 16px;
    line-height: 150%;
  }

  .cms-rich-text h5 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .cms-rich-text figure {
    margin-bottom: 30px;
  }

  .cms-rich-text figcaption {
    margin-top: 20px;
  }

  .related-blogs-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .author-bottom-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-benefits-wrapper {
    padding-top: 60px;
  }

  .job-benefits-heading {
    font-size: 42px;
  }

  .job-benefits-card-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .job-benefits-card-icon {
    margin-bottom: 16px;
  }

  .job-benefits-card-heading {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .job-benefits-card-subtext {
    line-height: 150%;
  }

  .career-hero-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .career-hero-subtext {
    font-size: 18px;
    line-height: 150%;
  }

  .career-hero-image-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .career-hero-image-wrapper._630px {
    width: 100%;
  }

  .career-hero-image._3 {
    border-radius: 20px;
  }

  .job-template-hero-wrapper {
    padding-top: 80px;
  }

  .job-template-tag-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .yellow-tag {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 28px;
  }

  .job-template-hero-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .job-template-subtext {
    margin-bottom: 30px;
    line-height: 150%;
  }

  .job-template-info-contain {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .job-template-info-icon {
    width: 22px;
    height: 22px;
  }

  .review-hero-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .review-hero-card {
    padding: 30px 20px;
  }

  .review-hero-card-para {
    margin-bottom: 24px;
    line-height: 150%;
  }

  .review-hero-heading {
    font-size: 38px;
  }

  .review-hero-subtext {
    line-height: 150%;
  }

  .case-study-hero-wrapper {
    padding-top: 80px;
  }

  .case-study-hero-heading {
    font-size: 45px;
  }

  .case-study-hero-subtext {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 150%;
  }

  .case-study-item-wrapper {
    grid-column-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .case-study-item-heading {
    font-size: 22px;
  }

  .case-study-item-subtext {
    line-height: 150%;
  }

  .case-study-top-heading {
    font-size: 38px;
  }

  .case-study-subtext {
    line-height: 150%;
  }

  .cs-template-hero-wrapper {
    padding-top: 80px;
  }

  .cs-template-hero-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .cs-template-hero-subtext {
    font-size: 18px;
    line-height: 150%;
  }

  .cs-template-logo-wrap {
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .cs-template-hero-image {
    min-height: 350px;
  }

  .related-cs-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .related-cs-subtext {
    line-height: 150%;
  }

  .integration-hero-wrapper {
    padding-top: 80px;
  }

  .integration-hero-heading {
    font-size: 40px;
  }

  .integration-hero-subtext {
    font-size: 18px;
    line-height: 150%;
  }

  .integration-hero-image-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .integration-hero-circle {
    width: 90px;
    height: 90px;
  }

  .integration-hero-circle-logo {
    width: 38px;
    height: 38px;
  }

  .integration-hero-logo {
    width: 60px;
    height: 60px;
  }

  .integration-hero-logo._60px {
    width: 50px;
    height: 50px;
  }

  .integration-card-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 120px;
  }

  .integration-card-heading {
    font-size: 38px;
  }

  .integration-card-subtext {
    line-height: 150%;
  }

  .collection-list-integration {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .collection-list-integration.related-integartion {
    grid-template-rows: auto auto auto;
  }

  .integration-request-wrapper {
    padding-top: 120px;
  }

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

  .integration-request-subtext {
    line-height: 150%;
  }

  .integration-temp-hero-wrapper {
    padding-top: 80px;
  }

  .integration-temp-hero-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .integration-temp-logo-contain {
    margin-bottom: 30px;
  }

  .integration-temp-logo-circle {
    width: 70px;
    height: 70px;
  }

  .integration-temp-logo {
    width: 32px;
    height: 32px;
  }

  .integration-temp-logo._2 {
    width: 40px;
    height: 40px;
  }

  .integration-temp-logo-wrap {
    width: 70px;
    height: 70px;
  }

  .integration-temp-line-spacer {
    width: 30px;
  }

  .related-integartion-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .form-container {
    max-width: 600px;
  }

  .collection-list-wrapper-pricing {
    max-width: 400px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .cart-buttons-contain {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .form-header {
    margin-bottom: 30px;
  }

  .user-page-heading {
    font-size: 38px;
  }

  .user-page-subtext,
  .or-text {
    line-height: 150%;
  }

  .form-footer-text {
    font-size: 16px;
    line-height: 150%;
  }

  .access-denied-icon {
    margin-bottom: 30px;
  }

  .access-denied-heading {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .access-denied-subtext {
    margin-bottom: 30px;
    line-height: 150%;
  }

  .user-account-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .password-setting-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .download-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 80px;
  }

  .download-hero-heading {
    margin-bottom: 16px;
    font-size: 45px;
  }

  .download-hero-subtext {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 150%;
  }

  .download-item-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .download-item-icon {
    margin-bottom: 30px;
  }

  .download-item-heading {
    font-size: 30px;
  }

  .download-item-subtext {
    line-height: 150%;
  }

  .password-subtext {
    margin-bottom: 30px;
    line-height: 150%;
  }

  .reference-pages-hero-wrapper {
    padding-top: 80px;
  }

  .reference-pages-hero-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }

  .reference-pages-hero-subtext {
    font-size: 18px;
  }

  .reference-pages-button-wrapper {
    margin-top: 30px;
  }

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

  .template-version {
    font-size: 22px;
  }

  .license-button-wrapper {
    margin-top: 30px;
  }

  .licencing-icons-grids {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .licencing-icon-item {
    width: 50px;
    height: 50px;
  }

  .general-sans-font-text {
    font-size: 50px;
  }

  .style-guide-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .dropdown {
    width: 100%;
    max-width: 46px;
  }

  .user-toggle {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 46px;
    display: flex;
  }

  .user-icon {
    width: 26px;
  }

  .cart {
    width: 100%;
    max-width: 46px;
  }

  .cart-button {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 46px;
    height: 46px;
    padding: 10px;
    display: flex;
  }

  .nav-dropdown-link {
    line-height: 145%;
  }

  .home-split-pointer-contain-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .client-wrapper._2.mobile-hidden {
    display: none;
  }

  .client-wrapper._2.tablet-hidden {
    display: flex;
  }

  .client-wrapper._2.tablet-hidden.mobile-hidden {
    display: none;
  }

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

  .quote-text._2 {
    line-height: 140%;
  }

  .testimonials-wrapper {
    padding-top: 80px;
  }

  .testimonials-left-contain {
    margin-bottom: 30px;
  }

  .reviews-text {
    align-self: center;
    font-size: 14px;
    line-height: 140%;
  }

  .block-heading {
    align-items: flex-start;
  }

  .heading {
    font-size: 27px;
  }

  .paragraph {
    line-height: 140%;
  }

  .paragraph.clients,
  .paragraph.testimonials {
    text-align: left;
  }

  .testimonials-subtext {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
  }

  .rated-proof {
    align-items: center;
  }

  .testimonials-subtext-rating {
    font-size: 18px;
  }

  .office-locations-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-sample-stores {
    grid-template-columns: 1fr;
  }

  .home-feature-item-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .home-feature-item-2.vertical {
    flex-direction: column;
  }

  .how-it-works-2-subtext {
    font-size: 16px;
  }

  .how-it-works-2-item-heading {
    font-size: 26px;
  }

  .grid-how-it-works-2 {
    grid-template-columns: 1fr;
  }

  .how-it-works-2-left-contain.mobile-center {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .our-story-wrapper-home {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .who-are-we-para {
    font-size: 18px;
  }

  .store-examples-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .store-examples-heading {
    font-size: 42px;
  }

  .resource-pages-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .resource-pages-hero-heading {
    margin-bottom: 16px;
    font-size: 44px;
  }

  .resource-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .main-features-wrapper {
    grid-row-gap: 30px;
    max-width: 1260px;
    padding-top: 40px;
  }

  .how-it-works-2-wrapper {
    padding-top: 120px;
  }

  .features-description {
    font-size: 14px;
  }

  .text-span-highlight {
    font-size: 16px;
  }

  .price {
    font-size: 34px;
  }

  .testimonials-subtext-2 {
    font-size: 18px;
    line-height: 150%;
  }

  .how-it-works-2-subtext-2 {
    font-size: 16px;
  }

  .footer-links-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .brand-2 {
    padding-left: 0;
  }

  .footer-links-grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper-3 {
    justify-content: space-between;
  }

  .brand-3 {
    padding-left: 0;
  }

  .footer-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-subtext-light,
  .hero-subtext-dark {
    font-size: 18px;
    line-height: 145%;
  }

  .under-hero-desktop,
  .under_hero-mobile {
    display: block;
  }

  .features-tab-info-subtext-2 {
    line-height: 150%;
  }

  .primary-button-text-2 {
    font-size: 16px;
  }

  .features-tab-subheading-2 {
    line-height: 150%;
  }

  .tag-text-2 {
    font-size: 14px;
  }

  .features-hero-subtext-2 {
    font-size: 18px;
  }

  .primary-button-text-3 {
    font-size: 16px;
  }

  .rated-proof-hero {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    align-items: center;
  }

  .testimonials-proof-hero {
    font-size: 18px;
  }

  .testimonials-proof-hero-divider {
    font-size: 18px;
    display: none;
  }

  .section {
    padding: 8vw 6%;
  }

  .paragraph-2 {
    line-height: 140%;
  }

  .paragraph-2.clients {
    text-align: left;
  }

  .ratings-section-heading {
    text-align: center;
    font-size: 42px;
  }

  .ratings-heading {
    font-size: 42px;
  }

  .ratings-subtext {
    font-size: 18px;
    line-height: 145%;
  }

  .quote-text-reviews-page._2 {
    line-height: 140%;
  }

  .grid-testimonials-reviews-page {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .customer-slide-paragraph-center {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 150%;
  }

  .reviews-proof-section {
    padding: 8vw 6%;
  }

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

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 28px;
  }

  p {
    font-size: 18px;
  }

  .wrapper-1160px {
    width: 90%;
  }

  .wrapper-1160px.navbar-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-wrapper {
    justify-content: flex-start;
    padding-top: 100px;
  }

  .licensing-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .licencing-image-item {
    height: 150px;
  }

  .version-number {
    margin-bottom: 0;
    font-size: 32px;
  }

  .content-wrapper {
    align-self: flex-start;
    width: 100%;
  }

  ._404-heading {
    margin-bottom: 10px;
  }

  ._404-paragraph {
    margin-bottom: 16px;
    font-size: 18px;
  }

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

  .password-heading {
    font-size: 36px;
  }

  .password-text-field {
    margin-bottom: 12px;
  }

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

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

  .changelog-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 6px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-covers {
    border-radius: 12px;
  }

  .licensing-tag-subtexts {
    font-size: 16px;
    line-height: 145%;
  }

  .licensing-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .licensing-image-contain {
    padding: 0;
  }

  .licencing-images-grids {
    grid-template-columns: 1fr;
  }

  .style-guide-paragraph {
    font-size: 18px;
  }

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

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

  .primary-button.white.navbar-button.desktop {
    display: none;
  }

  .primary-button.login-with-google-button {
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .primary-button.access-denied-button {
    border-radius: 4px;
  }

  .primary-button.blog-subscribe-btn {
    background-color: var(--secondary-2);
    color: var(--black);
    transition:
      border-color 0.2s,
      background-color 0.3s,
      color 0.3s ease-in-out;
  }

  .brand-logo {
    height: 28px;
  }

  .navbar-button-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .home-hero-wrapper {
    padding-top: 60px;
  }

  .home-hero-subtext {
    font-size: 16px;
  }

  .home-hero-form-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
  }

  .home-hero-text-field {
    border-radius: 100px;
    height: 60px;
  }

  .home-hero-points-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }

  .home-hero-points {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .cta-text-contain {
    margin-bottom: 40px;
  }

  .cta-subtext {
    margin-bottom: 20px;
  }

  .cta-green-item,
  .cta-yellow-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-item-heading {
    font-size: 32px;
  }

  .cta-item-heading.mobile-center {
    font-size: 34px;
  }

  .cta-item-subtext {
    text-align: center;
    font-size: 16px;
  }

  .footer-banner {
    padding-left: 4px;
    padding-right: 4px;
  }

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

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

  .footer-link-heading {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .footer-middle-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-heading {
    font-size: 40px;
  }

  .how-it-works-wrapper {
    padding-top: 100px;
  }

  .tag-text-contain {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .tag-text-contain.yellow {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .tag-text-contain.yellow.hero {
    justify-content: center;
  }

  .tag-text-contain.left {
    justify-content: flex-start;
  }

  .how-it-works-item-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .how-it-works-item-heading {
    font-size: 22px;
    line-height: 120%;
  }

  .how-it-works-item-subtext {
    font-size: 16px;
    line-height: 140%;
  }

  .customer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 150px;
  }

  .customer-slide {
    margin-right: 20px;
  }

  .customer-slide-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .customer-slide-heading {
    font-size: 32px;
  }

  .customer-slide-paragraph {
    margin-bottom: 20px;
  }

  .author-contain {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .author-image {
    width: 50px;
    height: 50px;
  }

  .author-name {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .author-position {
    font-size: 14px;
  }

  .customer-slider-left-arrow,
  .customer-slider-right-arrow {
    bottom: -80px;
  }

  .customer-heading {
    text-align: center;
    font-size: 34px;
  }

  .customer-heading.text-white {
    text-align: center;
  }

  .home-split-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-split-lottie-contain.integration {
    max-width: 320px;
    height: 48vh;
    max-height: 300px;
  }

  .home-split-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .home-split-pointer {
    flex-direction: row;
    align-items: flex-start;
  }

  .home-split-pointer-text-contain {
    align-self: center;
  }

  .home-split-pointer-heading {
    text-align: left;
  }

  .home-split-pointer-subtext {
    line-height: 145%;
  }

  .home-split-pointer-contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-feature-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-feature-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-feature-item-bottom-wrap {
    margin-top: 20px;
  }

  .home-feature-item-subtext {
    margin-bottom: 16px;
  }

  .home-feature-subtext {
    font-size: 16px;
    line-height: 145%;
  }

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

  .sticky-text-contain-item-icon {
    margin-bottom: 16px;
  }

  .sticky-text-contain-item-heading {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .sticky-text-contain-item-subtext {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
  }

  .hero-banner {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-banner-text-contain {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .hero-banner-icon {
    width: 18px;
    height: 18px;
  }

  .hero-banner-text {
    font-size: 12px;
  }

  .hero-banner-text-link {
    display: block;
  }

  .banner-cross-icon {
    width: 20px;
    height: 20px;
  }

  .home-blog-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 0;
  }

  .blog-image-wrapper {
    height: 250px;
  }

  .blog-image-wrapper._240px {
    height: 200px;
  }

  .blog-text-wrapper {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-title-32px {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 120%;
  }

  .blog-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .blog-tag-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 26px;
  }

  .blog-tag-text-contain {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .blog-tag-text-contain.bottom-margin-20px {
    margin-bottom: 10px;
  }

  .feature-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
  }

  .features-hero-logo-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .features-hero-logo {
    max-width: 140px;
    height: 30px;
  }

  .features-hero-heading {
    text-align: center;
    font-size: 40px;
  }

  .features-hero-subtext {
    text-align: center;
  }

  .feature-hero-button-contain {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
    width: 100%;
    margin-top: 20px;
  }

  .feature-3-item-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-3-item {
    padding: 30px 20px;
  }

  .feature-3-item-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 16px;
  }

  .feature-3-item-heading {
    margin-bottom: 10px;
  }

  .feature-3-item-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .blog-hero-text-wrapper-2 {
    padding-top: 60px;
  }

  .integration-logo-circle {
    width: 100px;
    height: 100px;
  }

  .integration-logo-image {
    width: 45px;
    height: 45px;
  }

  .integration-logo-absolute {
    border-radius: 6px;
    width: 50px;
  }

  .integration-logo-absolute._1 {
    left: 25%;
  }

  .integration-logo-absolute._2 {
    right: 25%;
  }

  .integration-logo-absolute._5 {
    right: 22%;
  }

  .integration-logo-absolute._6 {
    left: 25%;
  }

  .cta-arrow {
    max-width: 50px;
  }

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

  .features-tab-subheading {
    font-size: 16px;
    line-height: 145%;
  }

  .features-tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-bottom: 40px;
  }

  .features-tab-link {
    flex: 1;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .features-tab-text-contain {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-tab-info-icon {
    margin-bottom: 20px;
  }

  .features-tab-info-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .contact-hero-heading {
    font-size: 34px;
  }

  .contact-hero-paragraph {
    font-size: 16px;
  }

  .contact-form-field-label {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .contact-form-row {
    grid-row-gap: 26px;
    margin-bottom: 26px;
  }

  .contact-card-item {
    width: 100%;
  }

  .contact-form-block {
    padding: 24px 20px;
  }

  .contact-form-text-field {
    padding: 18px 16px;
    font-size: 16px;
  }

  .contact-form-text-field.message {
    margin-bottom: 26px;
  }

  .contact-form-wrapper {
    max-width: 400px;
  }

  .location-section {
    padding-top: 100px;
  }

  .submit-button-contain {
    width: 100%;
  }

  .features-pointer-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .features-pointer-heading {
    font-size: 32px;
  }

  .features-pointer-subheading {
    font-size: 16px;
  }

  .features-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .features-point-text {
    font-size: 16px;
    line-height: 150%;
  }

  .features-point-wrapper {
    margin-top: 30px;
  }

  .features-solution-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .features-solution-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .features-solution-card-image-wrap {
    padding: 20px 40px;
  }

  .features-solution-card-text-wrap {
    padding: 20px 36px;
  }

  .features-solution-card-left-line {
    left: 20px;
  }

  .features-solution-card-right-line {
    right: 20px;
  }

  .features-solution-card-heading {
    font-size: 22px;
  }

  .features-solution-card-subtext {
    font-size: 16px;
  }

  .lottie-animation {
    padding: 0;
  }

  .about-hero-heading {
    font-size: 34px;
  }

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

  .our-story-wrapper {
    padding-top: 100px;
  }

  .our-story-para {
    font-size: 18px;
    line-height: 145%;
  }

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

  .our-story-heading {
    font-size: 28px;
  }

  .our-value-heading {
    font-size: 32px;
  }

  .our-values-item-icon {
    margin-bottom: 16px;
  }

  .our-values-item-subtext {
    font-size: 16px;
    line-height: 145%;
  }

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

  .timeline-tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .timeline-tab-link {
    max-width: 130px;
  }

  .timeline-tab-pane-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .timeline-tab-heading {
    font-size: 32px;
  }

  .timeline-tab-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .our-team-wrapper {
    padding-top: 100px;
  }

  .our-team-item-image {
    margin-bottom: 16px;
  }

  .our-team-top-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .team-heading {
    font-size: 38px;
  }

  .our-team-header-para {
    font-size: 16px;
    line-height: 145%;
  }

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

  .our-investor-heading {
    margin-bottom: 10px;
  }

  .our-investor-subtext {
    line-height: 145%;
  }

  .our-investor-logo-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .our-investor-logo {
    padding-left: 16px;
    padding-right: 16px;
  }

  .our-investor-logo._3 {
    border-right-style: solid;
  }

  .our-investor-logo._4 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .our-investor-logo._2 {
    border-right-style: none;
  }

  .our-offices-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .our-offices-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .office-location-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .office-location-item-heading {
    font-size: 18px;
  }

  .office-location-item-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .our-office-heading {
    margin-bottom: 10px;
  }

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

  .job-top-text-header {
    padding-bottom: 20px;
  }

  .job-bottom-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .job-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .job-card-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .job-card-item-tag-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .collection-list-jobs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-office-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .pricing-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-hero-heading {
    text-align: center;
    font-size: 34px;
  }

  .pricing-hero-subtext {
    text-align: center;
    font-size: 16px;
  }

  .pricing-card-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .payment-frequency {
    font-size: 16px;
  }

  .pricing-hero-card-grid._1.col-1 {
    grid-template-columns: 1fr;
  }

  .pricing-enterprise-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-enterprise-card-left,
  .pricing-enterprise-card-text-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-enterprise-card-icon {
    width: 50px;
    height: 50px;
  }

  .pricing-hero-toggle-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .pricing-hero-toggle-text {
    font-size: 16px;
  }

  .pricing-toggle-discount-image {
    display: none;
  }

  .pricing-hero-discount-text {
    top: 40px;
  }

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

  .faq-left-wrapper.mobile-center {
    text-align: center;
  }

  .faq-right-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .comparison-table-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .comparison-table-top-text-heading {
    font-size: 34px;
  }

  .pricing-case-study-wrapper {
    padding-top: 100px;
  }

  .pricing-case-study-subtext {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 145%;
  }

  .faq-heading {
    text-align: left;
    font-size: 34px;
  }

  .faq-subtext {
    text-align: left;
  }

  .faq-question-item {
    padding-bottom: 16px;
  }

  .faq-question-text {
    width: 85%;
    font-size: 18px;
  }

  .faq-answer-text {
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 145%;
  }

  .comparison-table-text {
    font-size: 14px;
    line-height: 140%;
  }

  .comparison-table-feature-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .comparison-table-feature-icon {
    width: 35px;
    height: 35px;
  }

  .comparison-table-feature-text {
    font-size: 18px;
  }

  .comparison-table-price-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .comparison-table-price-text {
    font-size: 20px;
  }

  .comparison-table-price-text-small {
    font-size: 12px;
    line-height: 100%;
  }

  .comparison-table-plan-text {
    font-size: 16px;
  }

  .blog-hero-wrapper {
    padding-top: 60px;
  }

  .blog-hero-heading {
    margin-bottom: 16px;
    font-size: 34px;
  }

  .blog-tabs-section.blog-categories-template {
    padding-bottom: 100px;
  }

  .blog-tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .blog-tab-top-text-wrapper {
    margin-bottom: 60px;
  }

  .blog-tab-heading {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .blog-tab-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .pagination {
    margin-top: 40px;
  }

  .pagination-button-arrow {
    width: 22px;
    height: 22px;
  }

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

  .premium-content-heading {
    font-size: 30px;
  }

  .premium-content-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .blog-template-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .blog-template-hero-bg {
    height: 460px;
  }

  .blog-template-hero-heading {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .blog-template-hero-subtext {
    font-size: 18px;
    line-height: 145%;
  }

  .blog-template-hero-image {
    min-height: 250px;
  }

  .blog-template-summary-wrapper {
    padding-top: 100px;
  }

  .blog-template-sticky-item {
    padding: 30px 20px;
  }

  .blog-template-sticky-item-heading {
    margin-bottom: 4px;
    font-size: 22px;
  }

  .blog-template-sticky-item-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .blog-template-sticky-item-icon {
    margin-bottom: 16px;
  }

  .cms-rich-text h4 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .cms-rich-text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .cms-rich-text h6 {
    background-position: 0 0;
    background-size: 24px;
    margin-bottom: 12px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 150%;
  }

  .cms-rich-text blockquote {
    background-position: 20px 20px;
    background-size: 40px;
    border-left-width: 5px;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 145%;
  }

  .cms-rich-text ul,
  .cms-rich-text ol {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cms-rich-text h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .cms-rich-text figure {
    margin-bottom: 20px;
  }

  .cms-rich-text figcaption {
    margin-top: 16px;
    font-size: 16px;
  }

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

  .related-blog-post-contain {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .author-bottom-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .job-benefits-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .job-benefits-heading {
    text-align: center;
    font-size: 32px;
  }

  .job-benefits-card {
    padding: 28px 20px;
  }

  .job-benefits-card-grid {
    grid-template-columns: 1fr;
  }

  .job-benefits-card-icon {
    margin-bottom: 10px;
  }

  .job-benefits-card-subtext {
    font-size: 16px;
  }

  .career-hero-text-wrapper {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .career-hero-heading {
    font-size: 35px;
  }

  .career-hero-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .career-hero-image-contain {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .career-hero-image-wrapper {
    width: 100%;
  }

  .career-hero-image {
    max-height: 300px;
  }

  .job-template-hero-wrapper {
    padding-top: 60px;
  }

  .job-template-hero-heading {
    font-size: 35px;
  }

  .job-template-subtext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .job-template-info-contain {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .job-template-info-text {
    font-size: 16px;
  }

  .job-template-info-icon {
    width: 20px;
    height: 20px;
  }

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

  .review-hero-card {
    border-radius: 6px;
  }

  .review-hero-card-heading {
    font-size: 36px;
  }

  .review-hero-card-para {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 145%;
  }

  .review-hero-heading {
    font-size: 32px;
  }

  .review-hero-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .case-study-hero-wrapper {
    padding-top: 60px;
  }

  .case-study-hero-heading {
    font-size: 35px;
  }

  .case-study-hero-subtext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .case-study-item-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .case-study-item-text-contain {
    padding-top: 16px;
  }

  .case-study-item-logo-image {
    height: 22px;
  }

  .case-study-item-logo-wrap {
    padding: 4px 8px;
    bottom: 16px;
    left: 16px;
  }

  .case-study-item-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .case-study-item-subtext {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 145%;
  }

  .case-study-top-heading {
    font-size: 32px;
  }

  .case-study-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .cs-template-hero-wrapper {
    padding-top: 60px;
  }

  .cs-template-hero-text-contain {
    margin-bottom: 60px;
  }

  .cs-template-hero-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .cs-template-hero-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .cs-template-logo-wrap {
    margin-bottom: 16px;
    padding: 8px 16px;
  }

  .cs-template-logo {
    height: 30px;
  }

  .cs-template-hero-image {
    min-height: 250px;
  }

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

  .related-cs-heading {
    margin-bottom: 10px;
  }

  .related-cs-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .integration-hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
  }

  .integration-hero-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .integration-hero-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .integration-hero-image-contain {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .integration-hero-circle {
    width: 70px;
    height: 70px;
  }

  .integration-hero-circle-logo {
    width: 32px;
    height: 32px;
  }

  .integration-hero-logo {
    width: 46px;
    height: 46px;
  }

  .integration-hero-logo._60px {
    width: 30px;
    height: 30px;
  }

  .integration-card-wrapper {
    padding-top: 100px;
  }

  .integration-card-heading {
    font-size: 32px;
  }

  .integration-card-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .integration-card-item {
    padding: 26px 20px;
  }

  .integration-card-item-logo-wrap {
    margin-bottom: 10px;
  }

  .integration-card-item-logo {
    width: 45px;
    height: 45px;
  }

  .integration-card-item-para {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 145%;
  }

  .integration-request-wrapper {
    padding-top: 100px;
  }

  .integration-request-heading {
    margin-bottom: 16px;
  }

  .integration-request-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .integration-form-block {
    padding: 30px 16px;
  }

  .integration-field-label {
    margin-bottom: 10px;
  }

  .integration-text-field {
    margin-bottom: 16px;
  }

  .integration-form-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .checkbox-label {
    font-size: 16px;
    line-height: 145%;
  }

  .checkbox-label._16px {
    font-size: 14px;
  }

  .integration-temp-hero-heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .integration-temp-logo-contain {
    margin-bottom: 20px;
  }

  .integration-link-icon {
    width: 36px;
    height: 36px;
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .checkout-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .block-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .block-header.center {
    padding-bottom: 40px;
  }

  .primary-green-button.user-submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-list-wrapper-pricing {
    margin-top: 20px;
  }

  .plans-rich-text p {
    background-size: 20px;
    font-size: 16px;
  }

  .product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .plan-price {
    font-size: 30px;
  }

  .user-page-green-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .user-page-form-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-header {
    margin-bottom: 24px;
  }

  .user-page-heading {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .user-page-subtext,
  .or-text {
    font-size: 16px;
    line-height: 145%;
  }

  .user-email-field,
  .user-password-field {
    border-radius: 4px;
    height: 55px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
  }

  .form-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .user-page-link {
    font-size: 14px;
    line-height: 24px;
  }

  .user-text-field {
    border-radius: 4px;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
  }

  .form-footer-text {
    line-height: 145%;
  }

  .access-denied-wrapper {
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .access-denied-icon {
    margin-bottom: 20px;
  }

  .access-denied-heading {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .access-denied-subtext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .user-account-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .password-setting-button-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .download-hero-wrapper {
    padding-top: 60px;
  }

  .download-hero-heading {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .download-hero-subtext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .download-item {
    border-radius: 10px;
    padding: 30px 20px;
  }

  .download-item-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .download-item-heading {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .download-item-subtext,
  .password-subtext {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 145%;
  }

  .reference-pages-hero-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reference-pages-hero-heading {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .reference-pages-hero-subtext {
    font-size: 16px;
    line-height: 145%;
  }

  .reference-pages-button-wrapper {
    margin-top: 20px;
  }

  .changelog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .template-version {
    font-size: 20px;
  }

  .license-button-wrapper {
    margin-top: 20px;
  }

  .licencing-icons-grids {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-content: center;
    display: flex;
  }

  .general-sans-font-text {
    font-size: 40px;
  }

  .style-guide-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .style-guide-header-text {
    font-size: 30px;
  }

  .dropdown {
    flex: none;
    max-width: 40px;
  }

  .user-toggle {
    max-width: 40px;
    padding: 8px;
  }

  .user-icon {
    width: 24px;
  }

  .dropdown-list.w--open {
    top: 37px;
    left: -60%;
  }

  .dropdown-list-contain {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .dropdown-link {
    font-size: 16px;
  }

  .cart {
    max-width: 40px;
  }

  .cart-button {
    max-width: 40px;
    height: 40px;
  }

  .nav-dropdown-list-wrapper {
    padding: 8px;
  }

  .nav-dropdown-link {
    line-height: 140%;
  }

  .home-split-pointer-contain-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .tag-text-contain-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 16px;
  }

  .how-it-works-item-subtext-2 {
    font-size: 16px;
    line-height: 140%;
  }

  .client-wrapper._2 {
    padding: 25px;
  }

  .client-wrapper._2.mobile-hidden {
    display: none;
  }

  .grid-testimonials {
    grid-template-columns: 1fr;
  }

  .quote-text._2 {
    font-size: 16px;
    line-height: 140%;
  }

  .testimonials-wrapper {
    padding-top: 60px;
  }

  .testimonials-left-contain.mobile-center {
    text-align: center;
  }

  .div-block-23 {
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px;
    display: flex;
  }

  .star-icon {
    padding-bottom: 8px;
  }

  .reviews-text {
    margin-left: 0;
    font-size: 13px;
    line-height: 130%;
  }

  .block-heading {
    align-items: flex-start;
  }

  .heading {
    font-size: 28px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph.clients,
  .paragraph.testimonials {
    text-align: left;
  }

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

  .rated-proof {
    justify-content: center;
    align-items: center;
  }

  .payment-icons {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .credit-card-icons-text {
    margin-top: 8px;
    margin-left: 0;
  }

  .office-locations-grid {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .sample-store._2 {
    padding: 0;
  }

  .grid-sample-stores {
    grid-template-columns: 1fr;
  }

  .home-feature-item-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .how-it-works-2-subtext {
    line-height: 145%;
  }

  .how-it-works-2-item-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .grid-how-it-works-2 {
    grid-template-columns: 1fr;
  }

  .how-it-works-2-left-contain.mobile-center {
    text-align: center;
    align-items: center;
  }

  .our-story-wrapper-home {
    padding-bottom: 80px;
  }

  .who-are-we-para {
    font-size: 16px;
    line-height: 145%;
  }

  .store-examples-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .store-examples-text-wrapper {
    align-self: center;
  }

  .store-examples-heading {
    text-align: center;
    font-size: 34px;
  }

  .resource-pages-hero-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .resource-pages-hero-heading {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .resource-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .main-features-wrapper {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .how-it-works-2-wrapper {
    padding-top: 100px;
  }

  .hero-social-proof-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .how-it-works-2-subtext-2 {
    line-height: 145%;
  }

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

  .footer-wrapper-2 {
    justify-content: flex-start;
  }

  .footer-link-heading-2 {
    margin-bottom: 4px;
    font-size: 16px;
  }

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

  .footer-link-2 {
    font-size: 16px;
  }

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

  .footer-wrapper-3 {
    justify-content: flex-start;
  }

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

  .footer-2 {
    flex-direction: column;
  }

  .footer-link-3,
  .monthly-payment,
  .hero-subtext-light {
    font-size: 16px;
  }

  .hero-subtext-dark {
    text-align: center;
    font-size: 16px;
  }

  .under-hero-desktop {
    display: none;
  }

  .under-hero-mobile {
    display: block;
  }

  .features-tab-info-subtext-2,
  .features-tab-subheading-2 {
    font-size: 16px;
    line-height: 145%;
  }

  .text-span-2 {
    font-size: 14px;
  }

  .features-hero-subtext-2 {
    text-align: center;
  }

  .tag-text-contain-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .tag-text-contain-3.yellow {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .blog-date {
    font-size: 16px;
    line-height: 145%;
  }

  .rated-proof-hero {
    justify-content: center;
    align-items: center;
  }

  .testimonials-proof-hero {
    text-align: center;
    font-size: 16px;
  }

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

  .rating-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .testimonials-proof-hero-divider {
    text-align: center;
  }

  .short-video {
    max-width: 100%;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph-2.clients {
    text-align: left;
  }

  .ratings-section-heading {
    text-align: center;
    font-size: 34px;
  }

  .ratings-section-heading.text-white {
    text-align: center;
  }

  .ratings-heading {
    text-align: center;
    font-size: 32px;
  }

  .ratings-subtext {
    font-size: 16px;
  }

  .quote-text-reviews-page._2 {
    font-size: 16px;
    line-height: 140%;
  }

  .client-wrapper-reviews-page._2 {
    padding: 25px;
  }

  .grid-testimonials-reviews-page {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .customer-slide-paragraph-center {
    margin-bottom: 20px;
  }

  .button-main {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }

  .fs-cc_button.is-secondary {
    white-space: nowrap;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_modal-buttons {
    justify-content: space-between;
    align-items: center;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-c9679f08-81fc-11a4-083a-f88bbbe5eabe-2317a545,
#w-node-_99054f0c-aa34-a9d3-fd9c-d3ce3a248ba3-2317a545,
#w-node-_2e895b05-7f1c-f4fe-ec34-62888ed83e09-2317a545,
#w-node-cd244701-325b-1224-de09-3a5e96374848-2317a545 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd48942c-b8e7-8621-fc92-4af228bdd36f-2317a545 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-c9679f08-81fc-11a4-083a-f88bbbe5eab7-2317a545,
#w-node-d9cab3ef-46e3-1993-564a-b5fbf1e9a746-2317a545 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_340c217e-824e-8a13-c33e-a125824a9e2e-2317a545 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ad77dea1-faa3-b684-edfc-ad0dc61c9bc2-2317a545 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-e9118afe-0c6e-fcb3-5355-05185a45ae1a-2317a545 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-c9679f08-81fc-11a4-083a-f88bbbe5eabe-2317a545,
  #w-node-_99054f0c-aa34-a9d3-fd9c-d3ce3a248ba3-2317a545,
  #w-node-_2e895b05-7f1c-f4fe-ec34-62888ed83e09-2317a545,
  #w-node-cd244701-325b-1224-de09-3a5e96374848-2317a545 {
    grid-column: span 1 / span 1;
  }

  #w-node-fd48942c-b8e7-8621-fc92-4af228bdd36f-2317a545 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9679f08-81fc-11a4-083a-f88bbbe5eab7-2317a545,
  #w-node-d9cab3ef-46e3-1993-564a-b5fbf1e9a746-2317a545 {
    grid-column: span 1 / span 1;
  }

  #w-node-_340c217e-824e-8a13-c33e-a125824a9e2e-2317a545 {
    grid-column: 1 / 2;
  }

  #w-node-ad77dea1-faa3-b684-edfc-ad0dc61c9bc2-2317a545 {
    grid-column: 2 / 3;
  }

  #w-node-_3679518a-0c99-8ec5-cba3-c9b5b1dca8cb-2317a545 {
    grid-column: 1 / 2;
  }

  #w-node-_3679518a-0c99-8ec5-cba3-c9b5b1dca91b-2317a545 {
    grid-column: 2 / 3;
  }

  #w-node-e9118afe-0c6e-fcb3-5355-05185a45ae1a-2317a545 {
    grid-column: 2 / 6;
  }

  #w-node-e1cd9620-9ee7-7f46-7249-67273f340a18-7fb9d234 {
    grid-area: 2 / 2 / 3 / 2;
  }

  #w-node-f52a49f7-57f1-d524-1cfe-7ab0eb3e0162-eb3e0156 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1cd9620-9ee7-7f46-7249-67273f340a18-7fb9d234 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad77dea1-faa3-b684-edfc-ad0dc61c9bc2-2317a545,
  #w-node-_3679518a-0c99-8ec5-cba3-c9b5b1dca91b-2317a545 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e9118afe-0c6e-fcb3-5355-05185a45ae1a-2317a545 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@font-face {
  font-family: "Generalsans";
  src: url("../fonts/GeneralSans-Extralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Generalsans";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Generalsans";
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Generalsans";
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("../fonts/basis-grotesque-bold-pro.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radionb";
  src: url("../fonts/RadionB-Demi.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radionb";
  src: url("../fonts/RadionB-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("../fonts/basis-grotesque-regular-pro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basis Grotesque Pro";
  src: url("../fonts/basis-grotesque-medium-pro.woff2") format("woff2");
  font-weight: 500;
  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;
}
