@font-face {
  font-family: Boska variable;
  src: url('../fonts/Boska-Variable---Copy.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Boska variable;
  src: url('../fonts/Boska-Variable---Copy.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Boska;
  src: url('../fonts/Boska-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Boska;
  src: url('../fonts/Boska-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

:root {
  --black: black;
  --white: white;
  --amz-orange: #c1f84f;
  --green-king: #c1f84f;
  --sky-light: #75eaf1;
  --soft-grey: #212121;
  --light-grey: #2e2e2e;
  --yellow-love: #fff2c2;
  --tomato-red: #fa7a68;
  --light-sea: #9effb9;
  --cute-violet: #d8a4ff;
  --text-light: #0009;
  --gainsboro: #e5e5e5;
  --white-smoke: #f3f3f3;
  --medium-sea-green: #2ba275;
  --red: #ff1f00;
  --silver: #c4c4c4;
  --white-smoke-2: #f4f4f4;
  --medium-spring-green: #24e77d;
  --grey-black: #141414;
  --greyish-white: #fbfbfb;
  --tab-bg-colour: #191919;
  --lavender: #e0ddff;
  --light-cyan: #d2eff3;
  --thistle: #fcddff;
  --dim-grey: #121212;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--black);
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 88px;
  font-weight: 700;
  line-height: 96px;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

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

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
}

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

li {
  background-image: url('../images/CheckCircle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 44px;
  font-size: 20px;
  line-height: 32px;
}

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

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

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

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

.text-block-16px {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.text-block-16px.text-opacity-70 {
  color: #ffffffb3;
}

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

.body-2---18px.margin-top-27px {
  margin-top: 27px;
}

.body-1-20px {
  font-size: 20px;
  line-height: 32px;
}

.body-1-20px.max-width-560px {
  max-width: 560px;
}

.body-1-20px.max-width-600px {
  max-width: 600px;
}

.body-1-20px.max-width-520px {
  max-width: 800px;
}

.body-1-20px.text-opacity-70 {
  opacity: .7;
}

.body-1-20px.text-opacity-70.dark {
  color: var(--black);
}

.body-1-20px.text-opacity-70.dashboard-heading-desc {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-titles {
  color: var(--black);
  margin-bottom: 64px;
}

.style-guide-sub-containers {
  margin-bottom: 50px;
}

.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-black-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wrapper-1160px.contact-hero-flex {
  flex-direction: column;
  padding-top: 45px;
  padding-bottom: 256px;
}

.wrapper-1160px.contact-support-flex {
  padding-top: 0;
}

.wrapper-1160px.contact-flex {
  z-index: 11;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.wrapper-1160px.cta-flex {
  background-color: var(--black);
  color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-1160px.cta-flex.b {
  width: 100%;
}

.wrapper-1160px.footer-flex {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 140px;
}

.wrapper-1160px.testimonial-flex {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper-1160px.integration-hero-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 45px;
  padding-bottom: 180px;
}

.wrapper-1160px.pricing-comparison-flex {
  z-index: 11;
  flex-direction: column;
  padding-bottom: 180px;
}

.wrapper-1160px.pricing-comparison-flex.no-pd-bottom {
  padding-bottom: 0;
}

.wrapper-1160px.pricing-comparison-flex.no-pd-bottom.less-pd-top {
  padding-top: 60px;
}

.wrapper-1160px.pricing-hero-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
}

.wrapper-1160px.trust-flex {
  flex-direction: column;
  max-width: 1075px;
}

.wrapper-1160px.about-hero-flex {
  padding-top: 94px;
  padding-bottom: 135px;
}

.wrapper-1160px.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.wrapper-1160px.team-flex {
  flex-direction: column;
  width: 90%;
  max-width: 1280px;
  padding-top: 30px;
}

.wrapper-1160px.investor-flex {
  flex-direction: column;
  padding-bottom: 0;
}

.wrapper-1160px.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

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

.wrapper-1160px.pay-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper-1160px.payment-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 80px;
}

.wrapper-1160px.choose-flex {
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 180px;
}

.wrapper-1160px.feature-hero-flex {
  z-index: 111;
  padding-bottom: 180px;
}

.wrapper-1160px.newsletter-flex {
  max-width: 1200px;
}

.wrapper-1160px.recent-blog-flex {
  flex-direction: column;
  align-items: flex-start;
}

.wrapper-1160px.blog-hero-flex {
  z-index: 11;
  padding-top: 154px;
  padding-bottom: 209px;
}

.wrapper-1160px.home-hero-flex {
  z-index: 11;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 40px;
}

.wrapper-1160px.home-feature-flex {
  flex-direction: column;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 180px;
}

.wrapper-1160px.home-feature-flex.pd-top {
  padding-top: 180px;
}

.wrapper-1160px.home-integration-flex {
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 80px;
}

.wrapper-1160px.home-integration-flex.less-pd-bottom {
  padding-bottom: 40px;
}

.wrapper-1160px.home-integration-flex.less-pd-bottom._140-top-pd {
  padding-top: 140px;
}

.wrapper-1160px.recent-home-blog-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 180px;
}

.wrapper-1160px.process-flex {
  flex-direction: column;
  align-items: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
}

.wrapper-1160px.style-guide-hero-flex {
  justify-content: center;
  padding-top: 49px;
  padding-bottom: 125px;
}

.wrapper-1160px.style-guide-main-flex {
  flex-direction: column;
  padding-top: 120px;
}

.wrapper-1160px.integration-template-flex {
  justify-content: center;
  padding-bottom: 0;
}

.wrapper-1160px.license-hero-flex {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 125px;
}

.wrapper-1160px.author-hero-flex {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 0;
}

.wrapper-1160px.plans-template-hero-flex {
  align-items: flex-start;
}

.wrapper-1160px.order-flex {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper-1160px.checkout-flex {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

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

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

.licensing-heading {
  margin-bottom: 30px;
}

.licencing-image-item {
  width: 100%;
  max-width: 360px;
  height: 360px;
}

.template-updates {
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

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

.update-text {
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 64px;
}

.wrapper-changelog {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrapper-changelog.updates {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  height: 220px;
  margin-top: 40px;
  padding: 10px 40px;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.button-medium {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px 16px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-medium:hover {
  background-color: var(--amz-orange);
  color: var(--black);
}

.button-medium._404-page {
  padding-left: 40px;
}

.button-medium.picing-plan {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.button-medium.home-integration {
  padding-right: 24px;
}

.button-medium.main {
  color: #000;
  background-color: #c1f84f;
  display: none;
}

.button-medium.outline {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  display: none;
}

.arrow-icon {
  margin-left: 20px;
}

.arrow-icon.black {
  filter: invert();
}

.button-large {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px 20px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.button-small {
  background-color: var(--black);
  color: var(--white);
  border-radius: 71px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.button-small:hover {
  background-color: var(--green-king);
  color: var(--black);
}

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

.button-small.white-button:hover {
  background-color: var(--amz-orange);
  color: #000;
}

.button-small.hide:hover {
  background-color: var(--amz-orange);
}

.colour-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.colour-code-16-px {
  text-transform: uppercase;
  flex: none;
  font-size: 16px;
  line-height: 24px;
}

.color-box {
  background-color: #6c4be5;
  border-radius: 8px;
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.color-box._1 {
  background-color: var(--green-king);
}

.color-box._3 {
  background-color: var(--sky-light);
}

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

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

.color-box._8 {
  background-color: var(--light-grey);
  border: 1px solid #0000001a;
}

.color-box._2 {
  background-color: var(--yellow-love);
}

.color-box._4 {
  background-color: var(--tomato-red);
}

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

.color-box._5 {
  background-color: var(--cute-violet);
}

.color-grid-item {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 160px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.colors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1160px;
  margin-top: 40px;
  margin-bottom: 140px;
  display: grid;
}

.login-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.login-left-container {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 42px;
  display: flex;
}

.login-right-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.login-form-container {
  background-color: var(--soft-grey);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 520px;
  padding: 40px 40px 32px;
  display: flex;
}

.login-form-block {
  width: 100%;
  margin-bottom: 32px;
}

.milestone-feature-container {
  z-index: 1111;
  width: 70%;
  max-width: 468px;
  position: relative;
}

.milestone-feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.milestone-feature-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.milestone-feature-image-wrapper {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.milestone-feature-text-wrapper {
  width: 100%;
  max-width: 380px;
}

.login-feature-heading-24px {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.login-bottom-gradient-container {
  width: 778px;
  height: 668px;
  position: absolute;
  inset: auto -200px -250px auto;
}

.yellow-king-form-button {
  background-color: var(--amz-orange);
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 28px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.yellow-king-form-button:hover {
  background-color: var(--green-king);
}

.login-text-field {
  background-color: var(--light-grey);
  color: var(--white);
  border: 0 solid #000;
  border-radius: 4px;
  height: 56px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.login-text-field.small {
  width: 46%;
  max-width: 210px;
}

.login-form-heading-32px {
  letter-spacing: -.01em;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.sign-in-google-button {
  border: 1px solid var(--green-king);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/image-6_1image 6.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 28px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.page-wrapper {
  overflow: hidden;
}

.login-spacer-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.login-spacer-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-left: 11.5px;
  margin-right: 11.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.login-spacer-line {
  border-top: 1px dashed var(--white);
  opacity: .3;
  width: 50%;
  height: 1px;
}

.yellow-king-link-text {
  color: var(--green-king);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.yellow-king-link-text:hover {
  color: var(--white);
}

.yellow-king-link-text.margin-top-4px {
  margin-top: 4px;
}

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

.brand-logo-image {
  width: 160px;
}

.center-login-form-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1160%;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.utility-page-wrap.password {
  z-index: 100;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-content.password {
  z-index: 111;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}

.navbar-button-wrapper {
  flex-direction: row;
  align-items: center;
  display: none;
}

.black-nav-links {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.black-nav-links:hover {
  color: var(--text-light);
}

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

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

.black-nav-links.white:hover {
  color: var(--green-king);
}

.black-nav-links.white.hidden {
  display: none;
}

.black-navbar {
  z-index: 111111111;
  background-color: #0000;
}

.black-login-link {
  margin-right: 14px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 24px;
}

.black-login-link:hover {
  color: var(--text-light);
}

.black-login-link.white {
  color: var(--white);
  margin-right: 10px;
}

.black-login-link.white:hover {
  color: var(--green-king);
}

.utility-page-image-wrapper {
  width: 55%;
  max-width: 650px;
}

.utility-page-text-wrapper {
  z-index: 111;
  width: 100%;
  max-width: 310px;
  margin-right: 5%;
  position: relative;
}

.page-not-found-sub-heading {
  margin-bottom: 64px;
  line-height: 40px;
}

.number-hero-heading {
  letter-spacing: -.03em;
  font-family: Boska, sans-serif;
  font-size: 200px;
  font-style: italic;
  line-height: 200px;
}

.menu-button {
  padding: 10px;
}

.brand-link-block {
  line-height: 0;
}

.contact-hero-section {
  background-color: var(--black);
  color: var(--white);
  overflow: hidden;
}

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

.contact-hero-container {
  z-index: 111;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 750px;
  display: flex;
  position: relative;
}

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

.boska-variable-text-opacity-70 {
  opacity: .7;
  font-family: Boska, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.contact-hero-gradient-div {
  opacity: .7;
  justify-content: space-between;
  width: 600px;
  height: 186px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-support-grid-container {
  z-index: 111;
  width: 100%;
  margin-top: -176px;
  position: relative;
}

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

.contact-support-grid-wrapper {
  z-index: 111;
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  max-width: 360px;
  padding: 40px 30px 32px;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.contact-support-spacer-line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 31px;
}

.contact-support-email-text {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.contact-support-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.h5-heading-24px.margin-bottom-16px {
  margin-bottom: 16px;
}

.contact-support-body-para-18px {
  font-size: 18px;
  line-height: 28px;
}

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

.contact-text-container {
  z-index: 11;
  width: 45%;
  max-width: 440px;
  position: relative;
}

.contact-form-block-container {
  z-index: 111;
  width: 50%;
  max-width: 560px;
  position: relative;
}

.h2-heading-56px {
  font-size: 34px;
}

.h2-heading-56px.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.boska-text {
  font-family: Boska, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.boska-text.block {
  display: block;
}

.contact-form-block {
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px 20px 40px 40px;
  box-shadow: 0 10px 70px #53535312;
}

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

.contact-text-field {
  background-color: var(--white-smoke);
  border: 0 solid #000;
  border-radius: 4px;
  height: 56px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.contact-text-field.half {
  width: 48%;
}

.contact-form-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-field-text-area {
  background-color: var(--white-smoke);
  border: 0 solid #000;
  border-radius: 4px;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 140px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.login-submit-button {
  background-color: var(--amz-orange);
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  width: 100%;
  padding: 16px 168px 16px 144px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.login-submit-button:hover {
  background-color: var(--green-king);
}

.h4-heading-32px.margin-bottom-16px {
  margin-bottom: 16px;
}

.login-success-message {
  background-color: var(--medium-sea-green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 36px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.login-error-message {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 36px;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.contact-form-gradient-div {
  width: 658px;
  height: 590px;
  margin-right: -10%;
  position: absolute;
  inset: 0% -5% auto auto;
}

.faq-container {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 10px 70px #53535312;
}

.faq-container.no-margin {
  margin-bottom: 0;
}

.faq-upper-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 32px;
  display: flex;
}

.faq-bottom-container {
  width: auto;
  height: auto;
  padding-left: 32px;
  padding-right: 88px;
  display: flex;
  overflow: hidden;
}

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

.faq-answer-text {
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.wrapper-1240px.faq-flex {
  flex-direction: column;
  padding-bottom: 169px;
}

.faq-questions-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  position: relative;
}

.faq-text-container {
  z-index: 11;
  text-align: center;
  max-width: 700px;
  position: relative;
}

.faq-question-text {
  letter-spacing: -.01em;
  width: 85%;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-cross-wrapper {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.faq-gradient-background-div {
  width: 100%;
  max-width: 739px;
  height: 591px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 400px auto auto;
}

.cta-upper-container {
  z-index: 99999;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.cta-bottom-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
  overflow: hidden;
}

.cta-feature-train-wrapper {
  background-color: var(--soft-grey);
  border-radius: 55px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.check-circle-icon {
  margin-right: 16px;
}

.cta-container-1 {
  flex: none;
  width: auto;
  display: flex;
}

.cta-container-2 {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.cta-h2-hero-heading {
  max-width: 850px;
}

.cta-company-logo-wrapper {
  flex-direction: column;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.cta-company-logo-image {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.cta-company-logo-container {
  align-items: center;
  display: flex;
}

.cta-company-holder {
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-company-holder.margin-top-32px {
  z-index: 1000;
  margin-top: 32px;
  position: relative;
}

.cta-company-holder.margin-top-32px.hidden {
  display: none;
}

.cta-company-holder.margin-top-24px {
  margin-top: 24px;
}

.cta-company-holder.margin-top-24px.hidden {
  display: none;
}

.cta-company-small-text {
  opacity: .7;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.cta-company-spacer {
  z-index: 11;
  background-color: var(--silver);
  width: 1px;
  height: 24px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.cta-button-company-container {
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  margin-top: 48px;
  display: flex;
}

.button-large---yellow-king {
  background-color: var(--amz-orange);
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  align-items: center;
  padding: 20px 32px 20px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.button-large---yellow-king.margin-top-40px {
  background-color: var(--amz-orange);
}

.button-large---yellow-king.margin-top-40px.inline-flex {
  display: inline-flex;
}

.button-large---yellow-king.cart {
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-gradient-div-container {
  z-index: 1111;
  width: 281px;
  height: 208px;
  position: absolute;
  inset: 17% 8% auto auto;
}

.footer-left-wrapper {
  width: 40%;
  max-width: 330px;
}

.footer-right-wrapper {
  width: 35%;
  max-width: 376px;
}

.footer-center-wrapper {
  width: 40%;
  max-width: 281px;
  margin-left: 40px;
  margin-right: 40px;
}

.footer-center-wrapper.hidden {
  display: none;
}

.footer-center-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
}

.footer-text-link-16px {
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-text-link-16px:hover {
  color: var(--text-light);
}

.footer-sub-grid {
  grid-template-columns: 1fr;
  justify-items: start;
  width: 100%;
  margin-top: 32px;
}

.footer-bold-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.footer-links-wrapper.hidden {
  display: none;
}

.footer-form-block-container {
  margin-top: 32px;
}

.footer-form-block {
  width: 100%;
  margin-top: 16px;
}

.footer-form {
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-text-field {
  background-color: var(--white-smoke-2);
  color: var(--black);
  border: 0 solid #000;
  border-radius: 32px;
  width: 90%;
  max-width: 300px;
  height: 56px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

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

.contact-form-submit-button {
  background-color: var(--black);
  background-image: url('../images/CaretRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-left: 20px;
}

.contact-form-submit-button:hover {
  background-color: var(--green-king);
}

.contact-error-message {
  background-color: var(--tomato-red);
  color: var(--white);
  text-align: center;
  border-radius: 36px;
  padding: 12px 20px;
  font-weight: 700;
}

.contact-success-message {
  background-color: var(--medium-spring-green);
  color: var(--white);
  border-radius: 36px;
  padding: 12px 20px;
  font-weight: 700;
}

.social-media-wrapper {
  background-color: var(--white-smoke-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
}

.social-media-wrapper:hover {
  background-color: #caef45b3;
  transform: translate(0, -5px);
}

.social-media-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.social-media-bottom-container {
  margin-top: 32px;
}

.cta-vector-image {
  position: absolute;
  inset: 135px 120px auto auto;
}

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

.copyright-text {
  color: var(--soft-grey);
  font-size: 16px;
  font-weight: 400;
}

.cf-links {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.cf-links:hover {
  color: #121722;
}

.testimonial-section {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.testimonial-container {
  background-color: var(--soft-grey);
  border-radius: 13px;
  width: 100%;
  height: 100%;
  padding: 68px 80px 41px;
}

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

.testimonial-tabs-menu {
  justify-content: space-between;
  width: 100%;
  margin-top: 41px;
  display: flex;
}

.testimonial-tab-link {
  opacity: .3;
  background-color: #0000;
  width: 100%;
  max-width: 210px;
  height: 100%;
  padding: 0;
}

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

.testimonial-pane-container {
  color: var(--white);
  width: 100%;
  height: 100%;
}

.testimonial-heading-wrapper {
  width: 100%;
  max-width: 503px;
  margin-bottom: 48px;
}

.testimonial-bottom-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial-text-container {
  background-color: var(--grey-black);
  border-radius: 12px;
  width: 62%;
  max-width: 660px;
  padding: 41px 40px 40px;
}

.testimonial-video-container {
  width: 35%;
  max-width: 300px;
  position: relative;
}

.testimonial-author-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.star-icon-wrapper {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.star-icon-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-text-24px-70 {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

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

.integration-hero-container {
  width: 100%;
  max-width: 858px;
  margin-bottom: 80px;
}

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

.integration-left-container {
  width: 65%;
  max-width: 760px;
}

.integration-right-container {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
  max-width: 360px;
  height: 100%;
  padding: 50px 30px 51px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 70px #53535312;
}

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

.integration-item-wrapper {
  color: var(--black);
  border-radius: 8px;
  width: 100%;
  max-width: 360px;
  height: 100%;
  padding: 40px 32px;
  text-decoration: none;
  box-shadow: 0 10px 70px #53535312;
}

.integration-item-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
}

.integration-item-heading-32px {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.integration-item-para-18px {
  font-size: 18px;
  line-height: 28px;
}

.integration-collection-list-grid {
  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;
}

.h3-heading-40px.margin-bottom-32px {
  margin-bottom: 32px;
}

.integration-submit-button {
  background-color: var(--amz-orange);
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.integration-submit-button:hover {
  background-color: var(--green-king);
}

.integration-text-field {
  background-color: var(--soft-grey);
  text-align: center;
  border: 0 solid #000;
  border-radius: 32px;
  height: 64px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.integration-text-field:focus-visible, .integration-text-field[data-wf-focus-visible] {
  color: #ffffffb3;
}

.testimonial-author-info-wrapper {
  margin-top: 41px;
}

.testimonial-author-name {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.testimonial-author-bio-text {
  font-size: 16px;
  line-height: 24px;
}

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

.price-grid-contain.pricing-bottom {
  place-items: start;
}

.comparison-plan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
  display: flex;
}

.headings {
  width: 25%;
  font-size: 18px;
  line-height: 155%;
}

.comparison-table {
  border-radius: 12px;
  margin-top: 0;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.pricing-comparison-wrap {
  z-index: 11111;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1160px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.pricing-comparison-wrap.hidden-desktop {
  display: none;
}

.pricing-row-contain {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  display: flex;
}

.pricing-row-contain.top {
  border-bottom-width: 2px;
  border-bottom-color: #12172233;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.pricing-row-contain.greyish-white {
  background-color: var(--greyish-white);
}

.price-headings {
  color: var(--black);
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.testimonial-light-box-link {
  width: 100%;
  height: 100%;
}

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

.testimonial-play-button-wrapper {
  z-index: 0;
  width: 96px;
  height: 96px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.testimonial-yellow-play-button {
  width: 100%;
  height: 100%;
}

.testimonial-gradient-container {
  width: 100%;
  max-width: 1048px;
  height: 594px;
  position: absolute;
  inset: auto -15% -154px auto;
  overflow: visible;
}

.pricing-text-18px {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.comparison-table-pricing-bottom {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.comparison-plan-pricing-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.plan-pricing-text-56px {
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-family: Boska, sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 700;
  line-height: 64px;
}

.plan-pricing-text-56px.mrg-bottom {
  margin-bottom: 60px;
}

.pricing-plan-small-text-24px {
  opacity: .5;
  font-size: 24px;
}

.pricing-plan-bold-text-14px {
  opacity: .5;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.pricing-plan-bold-text-14px.hidden {
  display: none;
}

.pricing-plan-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.pricing-plan-button:hover {
  background-color: var(--green-king);
  color: var(--black);
}

.pricing-comparison-section {
  z-index: 0;
  position: relative;
}

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

.pricing-hero-background {
  background-color: var(--black);
  width: 100%;
  height: 560px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.pricing-hero-text-container {
  color: var(--white);
  max-width: 520px;
}

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

.pricing-hero-heading.dark {
  color: var(--black);
}

.pricing-hero-heading.title-section {
  font-size: 70px;
  line-height: 120%;
}

.pricing-hero-container {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing-hero-container.ecommerce {
  margin-bottom: 60px;
}

.pricing-hero-container.center {
  text-align: center;
  justify-content: center;
}

.pricing-container {
  z-index: 111;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.pricing-grid.width-100 {
  width: 100%;
}

.pricing-grid.width-100.mrg-top {
  margin-top: 75px;
}

.pricing-grid.mrg-top {
  margin-top: 60px;
}

.pricing-grid-wrapper {
  z-index: 5;
  background-color: var(--white);
  border-radius: 13px;
  justify-content: space-between;
  width: 100%;
  padding: 40px 50px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.pricing-grid-wrapper.hidden {
  display: none;
}

.pricing-grid-wrapper.featured {
  background-color: var(--green-king);
}

.pricing-right-wrpper {
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  display: flex;
}

.pricing-left-wrapper {
  width: 48%;
  max-width: 426px;
}

.hero-pricing-plan-container {
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.pricing-plan-pointers {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.pricing-plan-pointer-text-18px {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-plan-pointer-container {
  margin-top: 40px;
}

.bold-text-14px {
  opacity: .5;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.caret-double-down-wrapper {
  width: 32px;
  height: 32px;
  margin-top: 40px;
}

.carret-double-down-image {
  width: 100%;
  height: 100%;
}

.price-starting-text {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.plan-pricing-text-80px {
  font-family: Boska, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
  line-height: 88px;
}

.plan-pricing-text-80px.ecommerce {
  font-size: 60px;
}

.pricing-text-small-text-32px {
  opacity: .5;
  font-size: 32px;
}

.trust-3-column-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.trust-testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.trust-testimonial-text-20px {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
  display: none;
}

.trust-testimonial-icon.l1 {
  height: 30px;
}

.trust-testimonial-icon.l3 {
  height: 40px;
}

.trust-testimonial-icon.l2 {
  height: 30px;
}

.trust-text-container {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-tabs {
  z-index: 1111;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: -45px;
  display: flex;
}

.pricing-tabs.hidden {
  display: none;
}

.pricing-tabs-menu {
  z-index: 111;
  background-color: var(--tab-bg-colour);
  border-radius: 56px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 195px;
  padding: 4px 5px;
  display: flex;
}

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

.pricing-tab-link {
  color: #ffffffb3;
  background-color: #0000;
  border-radius: 56px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
}

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

.toggle-arrow-icon {
  width: 100px;
  position: absolute;
  inset: -90px -80px auto auto;
}

.pricing-toggle-discount-div {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-image: url('../images/Rectangle-309.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 23.5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  inset: -110px -50px auto auto;
}

.pricing-hero-gradient-div {
  width: 100%;
  max-width: 519px;
  height: 418px;
  position: absolute;
  inset: auto 0% -300px 60px;
}

.pricing-plan-gradient-div {
  width: 100%;
  max-width: 808px;
  height: 527px;
  position: absolute;
  inset: auto auto 250px 100px;
}

.pricing-comparison-gradient-div {
  z-index: 0;
  width: 658px;
  height: 590px;
  position: absolute;
  inset: 5% auto auto -5%;
}

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

.about-hero-text-container {
  z-index: 11;
  width: 100%;
  max-width: 914px;
  position: relative;
}

.about-hero-heading {
  font-size: 56px;
  line-height: 64px;
}

.about-purple-tag-span {
  background-color: var(--cute-violet);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 14px;
  margin-bottom: 16px;
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

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

.about-hero-image-wrapper {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.about-hero-gradient-div {
  width: 100%;
  max-width: 805px;
  height: 515px;
  position: absolute;
  inset: auto -200px -200px auto;
}

.mission-section {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.mission-upper-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.yellow-king-text-span {
  background-color: var(--green-king);
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 14px;
  margin-bottom: 16px;
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.mission-text-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  width: 100%;
}

.mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.mission-gradient-div {
  width: 100%;
  max-width: 506px;
  height: 256px;
  position: absolute;
  inset: auto -15% 200px auto;
}

.team-upper-container {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 86px;
  margin-left: auto;
  margin-right: auto;
}

.team-container {
  width: 100%;
}

.team-grid {
  grid-column-gap: 70px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-grid-wrapper {
  width: 100%;
  max-width: 380px;
  margin-bottom: 70px;
}

.team-grid-wrapper.no-margin {
  margin-bottom: 0;
}

.team-social-profile-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  display: flex;
}

.team-social-profile-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-grid-bio-container {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  max-width: 240px;
  margin-top: -60px;
  padding: 24px;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.team-position-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.team-heading-name-32px {
  letter-spacing: -.01em;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.team-grid-image-wrapper {
  width: 90%;
  max-width: 320px;
  margin-left: auto;
}

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

.team-grid-3-column-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.team-grid-3-column-container.middle {
  margin-top: 140px;
}

.about-showreel-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-showreel-lightbox-link {
  width: 100%;
  height: 100%;
}

.about-show-reel-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.investor-bottom-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 160px;
  display: flex;
  position: relative;
}

.investor-text-container {
  width: 48%;
  max-width: 520px;
}

.investor-grid-container {
  z-index: 1;
  width: 46%;
  max-width: 512px;
  position: relative;
}

.numbers-container {
  background-color: var(--black);
  color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 50px 35px;
  display: flex;
}

.numbers-highlight-yellow-text {
  color: var(--green-king);
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-family: Boska, sans-serif;
  font-size: 88px;
  font-style: italic;
  font-weight: 700;
  line-height: 96px;
}

.numbers-sub-text-20px {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.numbers-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 30%;
  display: flex;
}

.different-bottom-container {
  width: 100%;
}

.different-upper-container {
  margin-bottom: 64px;
}

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

.different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/path.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 260px;
}

.different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.growth-section {
  position: relative;
}

.growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.growth-wrapper {
  background-color: var(--white);
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.growth-wrapper.large {
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.growth-heading-32px {
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.growth-para-text-18px {
  font-size: 18px;
  line-height: 28px;
}

.growth-h2-heading-56px {
  letter-spacing: -.01em;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.growth-para-text-20px {
  opacity: .7;
  margin-top: 26px;
  font-size: 20px;
  line-height: 32px;
}

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

.pay-upper-container {
  margin-bottom: 52px;
}

.pay-bottom-wrapper, .pay-tabs {
  width: 100%;
}

.pay-tabs-menu {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 64px;
  display: flex;
}

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

.pay-tab-link {
  background-color: var(--soft-grey);
  color: var(--white);
  text-align: center;
  letter-spacing: -.01em;
  border-radius: 12px;
  width: 32%;
  max-width: 387px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.pay-tab-link.w--current {
  border: 1px solid var(--green-king);
  background-color: var(--soft-grey);
  color: var(--green-king);
}

.pay-tab-pane-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pay-tab-image-wrapper {
  width: 48%;
  max-width: 560px;
  margin-right: 120px;
}

.pay-tab-text-wrapper {
  width: 40%;
  max-width: 400px;
}

.pay-tab-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pay-tab-icon-container {
  background-color: var(--lavender);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  display: flex;
}

.pay-tab-icon-container.light-blue {
  background-color: var(--light-cyan);
}

.pay-tab-icon-container.light-pink {
  background-color: var(--thistle);
}

.pay-tab-icon {
  width: 32px;
  height: 32px;
}

.feature-payment-section {
  position: relative;
}

.payment-h2-heading-88px {
  max-width: 900px;
  font-size: 88px;
  line-height: 96px;
}

.payment-dashboard-wrapper {
  border-radius: 7px 7px 15px 15px;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 80px;
  box-shadow: 0 10px 70px #53535312;
}

.payment-feature-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.payment-feature-left-container {
  width: 48%;
  max-width: 533px;
}

.payment-feature-right-container {
  width: 30%;
  max-width: 310px;
}

.payment-feature-pointer-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.payment-feature-pointer-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.feature-pointer-text-20px {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.choose-upper-section {
  text-align: center;
  width: 100%;
  max-width: 580px;
  margin-bottom: 64px;
}

.choose-bottom-container {
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.choose-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.choose-feature-container {
  position: relative;
}

.choose-feature-wrapper {
  background-color: var(--white);
  border-radius: 13px;
  width: 100%;
  max-width: 480px;
  margin-top: 35px;
  padding: 48px 40px;
  box-shadow: 0 10px 70px #53535312;
}

.choose-feature-check-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.choose-feature-bold-text-16px {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.choose-feature-name-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.choose-feature-heading-32px {
  letter-spacing: -.01em;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.green-vs-circle {
  z-index: 11111;
  background-color: var(--medium-sea-green);
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 20% 0% 0%;
}

._3-line-highlight-image {
  width: 45px;
  height: auto;
  position: absolute;
  inset: 20px auto auto -40px;
}

.bottom-line-image {
  width: 100%;
  max-width: 340px;
  position: absolute;
  inset: auto auto -60px 50px;
}

.choose-feature-gradient-div {
  width: 100%;
  height: 600px;
  position: absolute;
  inset: auto 0% -150px;
}

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

.feature-hero-text-container {
  width: 60%;
  max-width: 700px;
}

.feature-hero-right-container {
  z-index: 1111;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 430px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

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

.feature-hero-container {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.feature-hero-image-wrapper {
  width: 100%;
  max-width: 200px;
  margin-right: 40px;
}

.feature-hero-button-cta-wrapper {
  width: 100%;
  max-width: 320px;
  height: 100%;
}

.hero-feature-item {
  background-color: var(--white);
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 400px;
  margin-bottom: 28px;
  padding: 32px 28px;
  box-shadow: 0 10px 70px #53535312;
}

.hero-feature-item.left {
  margin-left: auto;
}

.hero-feature-item.right {
  margin-right: auto;
}

.hero-feature-pointer-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.hero-feature-pointer-image {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.feature-hero-pointer-text {
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.hero-feature-sub-text-pointer {
  font-size: 16px;
  line-height: 24px;
}

.hero-feature-container-1, .hero-feature-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-feature-gradient-div {
  z-index: 11111;
  background-image: linear-gradient(to bottom, var(--white), #ffffffe6 50%, #fff0);
  width: 100%;
  height: 90px;
  position: absolute;
  inset: 0% 0% auto;
}

.feature-hero-gradient-div {
  width: 100%;
  max-width: 988px;
  height: 761px;
  position: absolute;
  inset: auto -30% -40% auto;
}

.utility-page-illustration {
  width: 100%;
  height: 100%;
}

._404-page-gradient-div {
  width: 658px;
  height: 590px;
  position: absolute;
  inset: auto auto -60%;
}

._404-yellow-love-div {
  background-color: var(--yellow-love);
  filter: blur(100px);
  border-radius: 50%;
  width: 426px;
  height: 414px;
  position: absolute;
  inset: 0% auto auto 0%;
}

._404-light-sky-div {
  background-color: var(--sky-light);
  filter: blur(120px);
  border-radius: 50%;
  width: 374px;
  height: 190px;
  position: absolute;
  inset: 0% 0% auto auto;
}

._404-light-sea-div {
  background-color: var(--medium-spring-green);
  opacity: .6;
  filter: blur(80px);
  border-radius: 50%;
  width: 304px;
  height: 316px;
  position: absolute;
  inset: auto auto 25% 30%;
}

.newsletter-container {
  z-index: 11;
  background-color: var(--black);
  color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  padding: 80px 77px 80px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-pointer-text-container {
  width: 40%;
  max-width: 446px;
}

.newsletter-email-container {
  width: 48%;
  max-width: 460px;
}

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

.newsletter-text-field {
  background-color: var(--soft-grey);
  color: var(--white);
  text-align: center;
  border: 0 solid #000;
  border-radius: 36px;
  width: 100%;
  height: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.newsletter-submit-button {
  background-color: var(--green-king);
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  width: 100%;
  padding: 16px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.newsletter-submit-button:hover {
  background-color: var(--cute-violet);
}

.newsletter-pointer-wrapper {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.newsletter-pointer-wrapper.no-margin {
  margin-bottom: 0;
}

.newsletter-pointer-container {
  z-index: 111;
  width: 100%;
  position: relative;
}

.recent-blog-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 580px;
  height: 100%;
  box-shadow: 0 10px 70px #53535312;
}

.recent-blog-image-wrapper {
  width: 100%;
  height: 400px;
}

.recent-blog-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 40px 32px 48px;
  display: flex;
}

.recent-blog-link-block-wrapper {
  color: var(--black);
  align-items: center;
  margin-top: 32px;
  text-decoration: none;
  display: flex;
}

.recent-blog-black-box {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  display: flex;
}

.recent-blog-bold-text-16px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.recent-blog-text-upper-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.recent-blog-category-text-span {
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.reading-time-text-14px-bold {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.recent-blog-reading-time-div {
  margin-left: 32px;
}

.recent-blog-hero-image {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 100%;
}

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

.recent-blog-collection-list-grid {
  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;
}

.recent-blog-container {
  width: 100%;
  margin-top: 64px;
}

.blog-row-container {
  width: 100%;
}

.blog-row-wrapper {
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.blog-row-image-wrapper {
  width: 50%;
  max-width: 440px;
  height: 440px;
}

.blog-row-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.blog-row-parent-text-container {
  width: 70%;
  max-width: 520px;
}

.blog-row-sub-text-18px {
  font-size: 18px;
  line-height: 28px;
}

.blog-row-heading-32px {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
}

.blog-row-hero-image {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 100%;
}

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

.blog-hero-section.hidden {
  display: none;
}

.blog-hero-text-container {
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  max-width: 618px;
  display: flex;
}

.blog-hero-container {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.blog-hero-linear-gradient {
  z-index: 1;
  background-image: linear-gradient(to right, black, var(--black) 40%, #0000);
  opacity: .7;
  width: 100%;
  max-width: 797px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blog-hero-heading-56px {
  font-size: 60px;
  line-height: 70px;
  text-decoration: none;
}

.author-hero-container {
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.blog-detail-hero-image {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.blog-details-hero-text-container {
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  max-width: 920px;
  margin-top: -247px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 80px;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.blog-details-rich-text h4 {
  margin-bottom: 25px;
}

.blog-details-hero-heading-56px {
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 64px;
}

.bloh-hero-author-image {
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.blog-hero-author-info {
  margin-left: 16px;
}

.author-name-16px {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

.author-post-text-16px {
  font-size: 16px;
  line-height: 24px;
}

.blog-category-normal-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.hero-blog-text-upper-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.blog-details-spacer-line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-details-author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-details-social-link-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.blog-details-author-spacer-line {
  background-color: var(--gainsboro);
  width: 25%;
  height: 1px;
}

.blog-details-social-media-div {
  justify-content: center;
  align-items: center;
  max-width: 196px;
  display: flex;
}

.blog-details-social-links-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 22px;
  padding-right: 22px;
}

.author-social-profile-wrapper {
  background-color: var(--white-smoke-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.author-social-profile-wrapper:hover {
  background-color: #caef45b3;
  transform: translate(0, -5px);
}

.blog-details-author-image {
  object-fit: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}

.blog-details-author-image.author {
  object-fit: cover;
  width: 130px;
  height: 130px;
}

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

.blog-details-author-bio-18px {
  font-size: 18px;
  line-height: 28px;
}

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

.homepage-banner-container {
  background-color: var(--amz-orange);
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.home-banner-italic-text-16x {
  margin: 12px auto;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.homepage-cross-icon {
  width: 20px;
  height: 20px;
}

.home-hero-text-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 990px;
  display: flex;
  position: relative;
}

.homepage-hero-heading {
  margin-bottom: 32px;
}

.home-button-cta-container {
  z-index: 11;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.home-hero-image-container {
  z-index: 1130;
  width: 100%;
  max-width: 1080px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.home-feature-container-1 {
  z-index: 11;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-feature-container-1.reverse {
  flex-flow: row-reverse;
  margin-top: 180px;
}

.home-feature-1-text-container {
  z-index: 1000;
  width: 48%;
  max-width: 520px;
  position: relative;
}

.home-feature-1-image-container {
  border-radius: 8px;
  width: 48%;
  max-width: 560px;
  position: relative;
  box-shadow: 0 49px 100px #cfcfcf40;
}

.home-feature-hero-image {
  border-radius: 8px;
  width: auto;
  height: auto;
  box-shadow: 0 49px 100px #cfcfcf40;
}

.home-feature-container-2 {
  z-index: 11;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 180px;
  display: flex;
  position: relative;
}

.home-feature-2-image-container {
  z-index: 11;
  border-radius: 8px;
  width: 48%;
  max-width: 560px;
  position: relative;
  box-shadow: 0 49px 100px #cfcfcf40;
}

.home-feature-2-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 520px;
  display: flex;
}

.link-block-wrapper {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  text-decoration: none;
  display: flex;
}

.home-integration-upper-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 88px;
  display: flex;
}

.home-integration-text-wrapper {
  width: 55%;
  max-width: 680px;
}

.home-integration-grid-container {
  width: 100%;
}

.home-integration-item {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 260px;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.home-integration-item:hover {
  background-color: #caef4566;
}

.home-integration-image {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
}

.home-integration-image.no-circle {
  border-radius: 0%;
}

.home-integration-item-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.home-integration-collection-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-small-gradient-div {
  opacity: .65;
  width: 100%;
  max-width: 400px;
  height: 300px;
  position: absolute;
  inset: 200px auto auto -10%;
}

.yellow-gradient-div.home-hero-small-gradient-div {
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.yellow-gradient-div.home-hero-large-div {
  width: 40%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.yellow-gradient-div.growth-gradient-div {
  opacity: .7;
  width: 70%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.yellow-gradient-div.home-feature-1-gradient {
  width: 100%;
  position: absolute;
  inset: -40% auto auto -25%;
}

.yellow-gradient-div.choose-feature-gradient {
  width: 60%;
  position: absolute;
  inset: 0% auto 0% -10%;
}

.yellow-gradient-div.mockup-yellow-container {
  opacity: .44;
  width: 100%;
  max-width: 560px;
  height: 458px;
  position: absolute;
  inset: auto auto 550px -10%;
}

.yellow-gradient-div.about-hero-yellow-div {
  width: 100%;
  max-width: 720px;
  height: 588px;
  position: absolute;
  inset: -39% auto auto -25%;
}

.yellow-gradient-div.investor-yellow-div {
  width: 600px;
  height: 478px;
  position: absolute;
  inset: 0% auto auto -30%;
}

.yellow-gradient-div.pricing-plan-yellow-div {
  width: 100%;
  max-width: 872px;
  height: 600px;
  position: absolute;
  inset: -10% -10% auto auto;
}

.yellow-gradient-div.pricing-yellow-div {
  width: 100%;
  max-width: 852px;
  height: 600px;
  position: absolute;
  inset: -30% auto auto -20%;
}

.yellow-gradient-div.faq-yellow-div {
  width: 940px;
  max-width: 940px;
  height: 600px;
  position: absolute;
  inset: -20% auto auto -20%;
}

.yellow-gradient-div.feature-hero-yellow-div {
  width: 562px;
  max-width: 562px;
  height: 460px;
  position: absolute;
  inset: -5% auto auto 10%;
}

.yellow-gradient-div.feature-payment-yellow-div {
  opacity: .5;
  width: 852px;
  max-width: 852px;
  height: 826px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.yellow-gradient-div.contact-form-yellow-div {
  width: 852px;
  max-width: 852px;
  height: 826px;
  position: absolute;
  inset: auto 10% 15% auto;
}

.yellow-gradient-div.register-yellow-div {
  width: 718px;
  height: 508px;
  position: absolute;
  inset: -20% auto auto -15%;
}

.yellow-gradient-div.changelog-yellow-div {
  width: 852px;
  height: 826px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.green-gradient-div.home-hero-large-div {
  width: 80%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.green-gradient-div.home-feature-1-gradient {
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 20% auto;
}

.green-gradient-div.choose-feature-gradient {
  opacity: .6;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.green-gradient-div.testimonial-gradient-div {
  width: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.green-gradient-div.cta-gradient-div {
  width: 100%;
  position: absolute;
  inset: -10% -10% auto auto;
}

.green-gradient-div.process-green-gradient-div {
  width: 652px;
  height: 340px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.green-gradient-div.about-hero-green-div {
  width: 100%;
  max-width: 744px;
  height: 608px;
  position: absolute;
  inset: auto 0% 0% 8%;
}

.green-gradient-div.mission-green-div {
  width: 100%;
  max-width: 652px;
  height: 340px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.green-gradient-div.investor-green-div {
  opacity: .5;
  width: 608px;
  height: 492px;
  position: absolute;
  inset: auto 0% -20%;
}

.green-gradient-div.pricing-hero-green-div {
  width: 200%;
  max-width: 744px;
  height: 600px;
  position: absolute;
  inset: auto 0% 5% auto;
}

.green-gradient-div.pricing-green-div {
  opacity: .6;
  width: 100%;
  max-width: 700px;
  height: 614px;
  position: absolute;
  inset: auto 0% -10% -30%;
}

.green-gradient-div.faq-green-div {
  opacity: .5;
  width: 100%;
  max-width: 890px;
  height: 554px;
  position: absolute;
  inset: -10% auto auto 30%;
}

.green-gradient-div.feature-hero-green-div {
  width: 1290px;
  max-width: 1290px;
  height: 1054px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.green-gradient-div.integration-green-div {
  width: 502px;
  height: 262px;
  position: absolute;
  inset: -30% auto auto -10%;
}

.green-gradient-div.contact-hero-green-div {
  width: 652px;
  height: 340px;
  position: absolute;
  inset: auto auto -50% 20%;
}

.green-gradient-div.contact-form-green-div {
  opacity: .6;
  width: 608px;
  height: 630px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.green-gradient-div.register-green-div {
  width: 1290px;
  max-width: 1290px;
  height: 1054px;
  position: absolute;
  inset: -20% auto auto 0%;
}

.green-gradient-div.changelog-green-div {
  opacity: .6;
  width: 608px;
  height: 630px;
  position: absolute;
  inset: 0% auto auto -5%;
}

.green-gradient-div.newsletter-green-div {
  width: 596px;
  height: 312px;
  position: absolute;
  inset: auto auto -56% 20%;
}

.blue-gradient-div.home-hero-small-gradient-div {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blue-gradient-div.home-hero-large-div {
  opacity: .3;
  width: 1000px;
  max-width: 1000px;
  position: absolute;
  inset: auto auto -44% 0%;
}

.blue-gradient-div.growth-gradient-div {
  opacity: .5;
  width: 70%;
  position: absolute;
  inset: auto auto -100px 0%;
}

.blue-gradient-div.home-feature-1-gradient {
  opacity: .7;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto -10% 5%;
}

.blue-gradient-div.choose-feature-gradient {
  width: 60%;
  position: absolute;
  inset: 0% -10% 0% auto;
}

.blue-gradient-div.testimonial-gradient-div {
  width: 80%;
  height: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blue-gradient-div.cta-gradient-div {
  width: 100%;
  position: absolute;
  inset: auto auto -10% -10%;
}

.blue-gradient-div.blue-process-gradient {
  width: 689px;
  height: 470px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blue-gradient-div.about-hero-blue-div {
  width: 100%;
  max-width: 638px;
  height: 638px;
  position: absolute;
  inset: auto -15% 25% auto;
}

.blue-gradient-div.mission-blue-div {
  width: 100%;
  max-width: 504px;
  height: 344px;
  position: absolute;
  inset: 0% auto auto -20%;
}

.blue-gradient-div.investor-blue-div {
  opacity: .7;
  width: 604px;
  height: 380px;
  position: absolute;
  inset: 0% -20% auto auto;
}

.blue-gradient-div.pricing-hero-blue-div {
  width: 100%;
  max-width: 638px;
  height: 638px;
  position: absolute;
  inset: auto auto 10% 5%;
}

.blue-gradient-div.pricing-plan-blue-div {
  opacity: .6;
  width: 100%;
  max-width: 902px;
  height: 394px;
  position: absolute;
  inset: auto auto 0% -20%;
}

.blue-gradient-div.pricing-blue-div {
  opacity: .6;
  width: 100%;
  max-width: 748px;
  height: 380px;
  position: absolute;
  inset: -10% -10% auto auto;
}

.blue-gradient-div.faq-blue-div {
  opacity: .6;
  width: 100%;
  max-width: 850px;
  height: 472px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.blue-gradient-div.feature-hero-blue-div {
  width: 1082px;
  max-width: 1082px;
  height: 1082px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blue-gradient-div.feature-payment-blue-div {
  opacity: .5;
  width: 618px;
  height: 440px;
  position: absolute;
  inset: 20% 0% auto auto;
}

.blue-gradient-div.integration-blue-div {
  width: 382px;
  height: 260px;
  position: absolute;
  inset: 10% 0% auto;
}

.blue-gradient-div.contact-hero-blue-div {
  width: 614px;
  height: 342px;
  position: absolute;
  inset: auto 10% auto auto;
}

.blue-gradient-div.contact-form-blue-div {
  width: 748px;
  height: 380px;
  position: absolute;
  inset: 0% auto auto 10%;
}

.blue-gradient-div.register-blue-div {
  width: 826px;
  max-width: 826px;
  height: 826px;
  position: absolute;
  inset: 20% 0% auto auto;
}

.blue-gradient-div.changelog-blue-div {
  width: 748px;
  height: 380px;
  position: absolute;
  inset: 0% auto auto 15%;
}

.blue-gradient-div.newsletter-blue-div {
  width: 426px;
  height: 290px;
  position: absolute;
  inset: -25% 10% auto auto;
}

.blue-gradient-image {
  z-index: -1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
}

.green-gradient-image {
  opacity: .24;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.yellow-gradient-image {
  z-index: -1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-hero-second-gradient-div {
  width: 100%;
  max-width: 974px;
  height: 787px;
  position: absolute;
  inset: auto -20% 300px auto;
}

.growth-gradient-container {
  width: 100%;
  max-width: 1005px;
  height: 642px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0% 0%;
}

.home-feature-1-gradient-div {
  width: 100%;
  max-width: 600px;
  height: 450px;
  position: absolute;
  inset: auto auto -15% 0%;
}

.home-feature-2-gradient-div {
  width: 100%;
  max-width: 600px;
  height: 450px;
  position: absolute;
  inset: auto 0% -15% auto;
}

.recent-home-blog-section {
  display: none;
}

.recent-blog-tabs {
  width: 100%;
  height: 100%;
}

.recent-blog-tabs-menu {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  display: flex;
}

.recent-blog-tab-link {
  background-color: var(--white);
  border-radius: 10px;
  width: 32%;
  max-width: 365px;
  padding: 24px 16px 24px 24px;
  box-shadow: 0 10px 70px #53535312;
}

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

.recent-blog-tab-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.recent-blog-tab-image-wrapper {
  object-fit: cover;
  border-radius: 4px;
  width: 88px;
  height: 88px;
  margin-right: 16px;
}

.recent-blog-bold-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.recent-blog-heading-20px {
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.recent-blog-tabs-content {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.recent-blog-tab-pane-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.recent-blog-text-container {
  width: 45%;
  max-width: 440px;
  height: auto;
}

.recent-blog-slider-container {
  width: 50%;
  max-width: 560px;
}

.blog-slider-collection-list {
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.recent-blog-slider-hero-image {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

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

.recent-blog-post-text-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-list-wrapper, .recent-blog-home-collection-item {
  width: 100%;
  height: 100%;
}

.blog-slider-collection-item {
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.recent-blog-home-text-wrapper {
  width: 50%;
  margin-bottom: 64px;
}

.process-section {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.process-heading-container {
  width: 100%;
  max-width: 950px;
  margin-bottom: 88px;
}

.process-bottom-container {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.accordin-normal {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 38px;
  height: 100%;
  position: relative;
}

.accordin-normal._3 {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.accordin-normal._4 {
  width: 100%;
  display: block;
}

.accordin-normal._1, .accordin-normal._2 {
  width: 100%;
}

.process-accordions {
  place-content: center space-between;
  align-items: center;
  width: 100%;
  max-width: 836px;
  height: 100%;
  max-height: 380px;
  margin-top: 0;
  display: flex;
}

.accordin-active-text {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.accordin-active-text.heading-1 {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.process-accordion {
  background-color: var(--dim-grey);
  color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 120px;
  height: 100vw;
  max-height: 400px;
  padding: 28px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.numbers {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-family: Boska variable, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
}

.numbers._2, .numbers._1, .numbers._3, .numbers._4 {
  font-family: Boska, sans-serif;
}

.numbers.large-1, .numbers.large-2, .numbers.large-3, .numbers.large-4 {
  font-family: Boska, sans-serif;
  font-size: 88px;
  line-height: 96px;
  display: none;
}

.vertical-text {
  opacity: .7;
  letter-spacing: -.01em;
  white-space: nowrap;
  font-size: 24px;
  line-height: 32px;
  display: block;
  transform: rotate(90deg);
}

.vertical-text._3 {
  width: 100%;
}

.accordin-active {
  z-index: 10;
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
  inset: 0 auto auto;
}

.accordin-active._3, .accordin-active._2, .accordin-active._1, .accordin-active._4 {
  display: none;
}

.process-accordin-container {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-hero-star-svg {
  width: 100%;
  max-width: 87px;
  position: absolute;
  inset: auto auto 35% -4%;
}

.home-hero-path-svg {
  width: 100%;
  max-width: 144px;
  position: absolute;
  inset: auto auto 10% -4%;
}

.process-white-star-svg {
  z-index: 111;
  width: 100%;
  max-width: 66px;
  position: absolute;
  inset: auto auto 150px 5%;
}

.process-white-path-svg {
  z-index: 111;
  width: 100%;
  max-width: 122px;
  position: absolute;
  inset: auto auto 200px 12%;
}

.process-gradient-div {
  width: 498.5px;
  height: 311px;
  position: absolute;
  inset: 40% auto auto -18%;
}

.feature-heading-wrapper-500px {
  max-width: 500px;
}

.style-guide-hero-section {
  background-color: var(--black);
  color: var(--white);
}

.style-guide-hero-wrpper {
  text-align: center;
  width: 100%;
  max-width: 560px;
}

.style-guide-hero-container {
  width: 100%;
}

.heading-spacer {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.button-text-16px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.caption-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.style-guide-button-container {
  align-items: center;
  width: 100%;
  display: flex;
}

.button-container-spacing {
  margin-right: 64px;
}

.feature-hero-highlight-svg {
  position: absolute;
  inset: auto auto -40px -40px;
}

.home-cross-icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.home-integration-empty-state {
  background-color: var(--cute-violet);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  font-weight: 700;
  display: flex;
}

.recent-blog-empty-state {
  background-color: var(--tomato-red);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.blog-slider-empty-state {
  background-color: var(--cute-violet);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  font-size: 20px;
  font-weight: 900;
  display: flex;
}

.process-accordin-slider-wrapper {
  width: 100%;
  max-width: 837px;
  height: 100%;
  display: none;
}

.process-accordin-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

.process-accordin-mask {
  width: 100%;
  max-width: 360px;
  height: auto;
  overflow: visible;
}

.process-accordin-slide {
  width: 100%;
  height: 100%;
  margin-right: 40px;
}

.p-accordin-slider-container {
  background-color: var(--dim-grey);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 28px 40px 72px;
  display: flex;
}

.p-accordin-slider-number-text {
  letter-spacing: -.02em;
  margin-bottom: 32px;
  font-family: Boska variable, sans-serif;
  font-size: 88px;
  font-style: italic;
  font-weight: 700;
  line-height: 96px;
}

.p-accordin-slider-heading-32px {
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.p-accordin-slider-para-18px {
  opacity: .7;
  font-size: 18px;
  line-height: 32px;
}

.process-accordin-slide-nav {
  display: none;
}

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

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

.mission-special-image {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.feature-payment-gradient-div {
  width: 426px;
  height: 508px;
  position: absolute;
  inset: 30% auto auto -5%;
}

.integration-heading-wrapper {
  position: relative;
}

.integration-arrow {
  width: 100%;
  max-width: 100px;
  margin: 20px auto 40px;
}

.integration-gradient-div {
  width: 251px;
  height: 232px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.licensing-tag-subtexts {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 20px;
  line-height: 160%;
}

.licensing-tag-subtexts.bold {
  font-size: 24px;
  font-weight: 700;
}

.licensing-tag-subtexts.small {
  max-width: 400px;
}

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

.bold-span {
  font-weight: 700;
}

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

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

.license-links {
  background-image: url('../images/Group-5521.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
}

.license-links:hover {
  background-color: var(--green-king);
}

.licensing-wrap {
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.licensing-wrap.top {
  margin-bottom: 32px;
}

.licensing-block {
  margin-bottom: 60px;
  margin-right: auto;
}

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

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

.illustration-hero-image {
  width: 100%;
  max-width: 443px;
}

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

.license-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 560px;
}

.license-hero-headng {
  margin-bottom: 24px;
}

.changelog-gradient-div {
  width: 658px;
  max-width: 658px;
  height: 527px;
  margin: auto;
  position: absolute;
  inset: 220px 0% 0%;
}

.utility-page-section {
  overflow: hidden;
}

.newsletter-gradient-div {
  width: 444px;
  height: 172px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.integration-form-block, .integration-form {
  width: 100%;
}

.integration-success-message {
  background-color: var(--medium-sea-green);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.integration-error-message {
  background-color: var(--tomato-red);
  border-radius: 4px;
  font-weight: 700;
}

._3-line-hero-path {
  width: 46px;
  height: auto;
  position: absolute;
  inset: -20px auto auto -8px;
}

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

.blog-hero-tabs-menu {
  z-index: 111;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 1200px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-hero-tab-link {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  max-width: 285px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

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

.blog-hero-reading-time-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.blog-hero-heading-18px {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}

.milestone-logo {
  width: 190px;
  margin-bottom: 0;
  display: inline-block;
}

.block-header {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.plans-template-hero-section {
  background-color: var(--black);
  color: var(--white);
}

.plan-template-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.plan-name {
  margin-bottom: 10px;
  font-size: 72px;
  line-height: 120%;
}

.plan-type {
  opacity: .7;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.plan-featiure-rich-text h4 {
  background-image: url('../images/CheckCircle_2.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 44px;
  font-size: 18px;
  line-height: 28px;
}

.plan-type-wrapper {
  margin-bottom: 20px;
}

.plan-name-wrapper {
  display: flex;
}

.plan-template-product-box-wrap {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 40px;
}

.plan-template-product-container {
  width: 50%;
  max-width: 600px;
}

.add-to-cart {
  width: 100%;
  margin-top: 40px;
}

.select-field {
  border: 0 solid #000;
  border-radius: 30px;
  height: 55px;
  font-size: 18px;
  font-weight: 500;
}

.quantity {
  display: none;
}

.cart-button-wrap {
  margin-top: 20px;
  display: flex;
}

.buy-now-button {
  background-color: var(--green-king);
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  margin-top: 0;
  margin-right: 20px;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 150%;
}

.add-to-cart-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 150%;
}

.plan-pricing-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.plan-pricing-text-wrapper {
  margin-top: 20px;
}

.plan-details-paragraph {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.plan-details-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.order-text-block {
  line-height: 30px;
}

.place-order-button {
  background-color: var(--green-king);
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.order-confirmation, .paypal-checkout-form {
  padding: 0;
}

.apple-pay {
  height: 70px;
}

.checkout-form {
  padding: 0;
}

.image-animation-div {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-animation-div.center {
  text-align: center;
}

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

.pricing-collection-list {
  z-index: 10;
  position: relative;
}

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

.pricing-ecommerce-rtb h4 {
  background-image: url('../images/CheckCircle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.cart-button {
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
}

.cart-button.hidden {
  display: none;
}

.cart-quantity {
  color: var(--tomato-red);
  background-color: #fa7a680d;
  margin-left: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.cart-container {
  color: var(--black);
}

.option {
  background-image: none;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
}

.cart-product {
  margin-bottom: 10px;
  font-size: 19px;
}

.apple-pay-2 {
  border-radius: 160px;
  height: 60px;
}

.remove-button {
  color: var(--tomato-red);
  text-decoration: none;
}

.cart-icon {
  margin-right: 5px;
}

.cart-icon.black {
  color: var(--black);
}

.cart-wrapper {
  z-index: 11111111;
}

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

.instruction-video {
  width: 100%;
  margin-top: 60px;
}

.lock-image {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.career-section {
  display: none;
}

.career-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.career-grid {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.career-block {
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.career-left-block {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.career-tags {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 150%;
}

.career-icon-contain {
  background-color: var(--black);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.career-icon {
  object-fit: contain;
}

.career-gradient-div {
  width: 100%;
  max-width: 587px;
  height: 515px;
  position: absolute;
  inset: 25% auto auto 10%;
}

.cta-text-below {
  margin-top: 15px;
  font-family: Boska, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cta-text-below.center {
  text-align: center;
}

.logo-white-inner {
  height: 52px;
}

.image-2 {
  width: 160px;
}

.sign-in-fb-button {
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/fb_1fb.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #337fff;
  border-radius: 28px;
  width: 100%;
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.hero-title-blog-link {
  color: #fff;
  font-size: 50px;
  text-decoration: none;
}

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

.load-more-button {
  color: #000;
  border-width: 2px;
  border-color: #000;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
}

.compare-table-box {
  border: 1px solid #000;
  margin-bottom: 25px;
}

.compare-table-box.hidden {
  display: none;
}

.compare-table-title-row {
  align-items: flex-start;
  display: flex;
}

.compare-table-title-col {
  border: 1px #000;
  border-right-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 50px;
  font-weight: 700;
  display: flex;
}

.compare-table-info-col {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 50px;
  font-weight: 700;
  display: flex;
}

.compare-table-content-row {
  border-top: 1px solid #000;
  align-items: flex-start;
  display: flex;
}

.compare-table-content-col {
  border: 1px #000;
  border-right-style: solid;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 30%;
  height: auto;
  padding: 15px;
  font-weight: 400;
  display: flex;
}

.compare-table-content-info-col {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 70%;
  height: auto;
  padding: 15px;
  font-weight: 400;
  display: flex;
}

.hero-videos-row {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-video-img {
  border-radius: 16px;
}

.pricing {
  display: none;
}

.heading.center {
  text-align: center;
  width: 100%;
  padding-bottom: 0;
}

.dashboard-container {
  margin-top: 0;
}

.dashboard {
  color: var(--white);
  background-color: #000;
  padding-top: 180px;
  padding-bottom: 180px;
}

.container {
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}

.dashboard-slider {
  margin-top: 80px;
}

.swiper.dashboard-slider {
  max-width: 1141px;
  margin-bottom: -427px;
  margin-left: auto;
  margin-right: auto;
}

.dash-item {
  margin-left: auto;
  margin-right: auto;
}

.dash-img {
  border-radius: 20px;
  width: 100%;
}

.dashboard-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.btn-top {
  color: var(--black);
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
}

.buttons-arrows-css {
  height: 0;
}

.hero-screen-wrap {
  z-index: 5;
  border: 2px solid #000;
  border-radius: 16px;
  width: 100%;
  height: 600px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.dashboard-slider-wrap {
  display: none;
}

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

.home-feature-container-3 {
  z-index: 11;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 180px;
  display: flex;
  position: relative;
}

.btn-primary {
  background-color: var(--green-king);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 48px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-primary:hover {
  background-color: var(--black);
  color: var(--white-smoke-2);
}

.btn-secundary {
  color: var(--black);
  text-transform: uppercase;
  background-color: #c1f84f00;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 48px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn-secundary:hover {
  background-color: var(--black);
  color: var(--white-smoke-2);
}

.image-3 {
  object-fit: cover;
  position: absolute;
  top: 0;
}

.video-tiktok-embed {
  margin-bottom: 0;
}

.logos-cms-grid {
  display: none;
}

.announcement-icon {
  height: 27px;
  display: none;
}

.a-logo {
  z-index: 5;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.2rem;
  display: flex;
  position: relative;
}

.a-logo.a2 {
  background-color: #9bca3a;
}

.a-logo.a1 {
  background-color: #181818;
  display: none;
}

.a-logo.a3 {
  background-color: #111;
}

.announcement-logos-row {
  flex: none;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.container-medium {
  flex-flow: column;
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.a-logo-item {
  height: 31px;
}

.a-logo-item.l2 {
  height: 17px;
}

.annoucement-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: .8rem;
  padding-bottom: .8rem;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0;
}

.announcement-2 {
  z-index: 2;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #c1f84f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .wrapper-1160px.pricing-hero-flex {
    width: 85%;
  }

  .button-medium.main {
    background-color: #caef45;
  }

  .button-medium.outline {
    background-color: #0000;
  }

  .sign-in-google-button {
    background-position: 85%;
  }

  .mission-gradient-div {
    right: -10%;
  }

  .recent-blog-tab-link {
    width: 50%;
  }

  .sign-in-fb-button {
    background-position: 85%;
  }
}

@media screen and (min-width: 1440px) {
  .button-medium {
    margin-bottom: 14px;
  }

  .sign-in-google-button {
    background-position: 80%;
  }

  .button-large---yellow-king.margin-top-40px.inline-flex {
    display: inline-flex;
  }

  .trust-testimonial-icon.l1 {
    height: 40px;
  }

  .trust-testimonial-icon.l3 {
    height: 50px;
  }

  .trust-testimonial-icon.l2 {
    height: 40px;
  }

  .mission-gradient-div {
    right: -5%;
  }

  .home-feature-section {
    padding-top: 0;
  }

  .accordin-active._2 {
    display: none;
  }

  .button-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sign-in-fb-button {
    background-position: 80%;
  }

  .dashboard {
    padding-bottom: 180px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dashboard-slider-wrap {
    display: none;
  }

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

@media screen and (min-width: 1920px) {
  .wrapper-1160px.investor-flex {
    padding-bottom: 0;
  }

  .login-container {
    align-items: stretch;
  }

  .pricing-comparison-section {
    color: var(--soft-grey);
  }

  .mission-gradient-div {
    right: 0%;
  }

  .about-show-reel-hero-image {
    display: none;
  }

  .process-bottom-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-accordions {
    max-width: none;
  }

  .career-section {
    display: none;
  }

  .container {
    max-width: 1160px;
  }

  .dash-img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 65px;
    line-height: 100%;
  }

  h2 {
    font-size: 50px;
    line-height: 100%;
  }

  h3, h4, h5 {
    line-height: 100%;
  }

  p {
    line-height: 150%;
  }

  li {
    padding-left: 40px;
    line-height: 150%;
  }

  .text-block-16px, .body-2---18px {
    line-height: 150%;
  }

  .body-2---18px.margin-top-27px.max-width-ft {
    max-width: none;
  }

  .body-1-20px {
    line-height: 150%;
  }

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

  .wrapper-1160px.navbar-black-flex {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .wrapper-1160px.contact-hero-flex {
    padding-top: 60px;
  }

  .wrapper-1160px.contact-flex {
    align-items: center;
  }

  .wrapper-1160px.footer-flex {
    flex-wrap: nowrap;
  }

  .wrapper-1160px.integration-hero-flex {
    padding-top: 60px;
  }

  .wrapper-1160px.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1160px.different-flex {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .wrapper-1160px.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .wrapper-1160px.choose-flex {
    padding-top: 150px;
  }

  .wrapper-1160px.feature-hero-flex {
    width: 100%;
    padding-bottom: 0;
  }

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

  .wrapper-1160px.blog-row-flex {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wrapper-1160px.blog-hero-flex {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  .wrapper-1160px.home-feature-flex {
    padding-bottom: 150px;
  }

  .wrapper-1160px.home-integration-flex {
    padding-top: 150px;
  }

  .wrapper-1160px.recent-home-blog-flex {
    padding-bottom: 150px;
  }

  .wrapper-1160px.order-flex {
    align-items: stretch;
  }

  .wrapper-1160px.checkout-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .update-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .wrapper-changelog {
    width: 80%;
  }

  .wrapper-changelog.updates, .login-container {
    flex-direction: column;
  }

  .login-left-container {
    width: 100%;
  }

  .login-right-container {
    width: 100%;
    padding-top: 100px;
  }

  .login-feature-heading-24px {
    line-height: 120%;
  }

  .login-bottom-gradient-container {
    width: 100%;
    max-width: 778px;
  }

  .login-form-heading-32px {
    line-height: 120%;
  }

  .center-login-form-container {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .utility-page-wrap {
    height: auto;
  }

  .utility-page-content {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navbar-button-wrapper {
    margin-left: auto;
  }

  .black-nav-links {
    width: 90%;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .utility-page-image-wrapper {
    width: 80%;
  }

  .menu-button {
    margin-left: 5px;
    display: none;
  }

  .menu-button.w--open {
    background-color: var(--green-king);
    color: var(--black);
  }

  .nav-menu {
    z-index: 1111111;
    background-color: var(--white);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0 100px 100px #0000001a;
  }

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

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

  .contact-support-email-text {
    line-height: 160%;
  }

  .contact-support-body-para-18px {
    line-height: 150%;
  }

  .contact-text-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .contact-form-block-container {
    width: 100%;
  }

  .h2-heading-56px.margin-bottom-32px {
    line-height: 130%;
  }

  .contact-form-block {
    padding-left: 20px;
  }

  .login-submit-button {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-gradient-div {
    inset: auto 0% 20% auto;
  }

  .faq-upper-container {
    padding: 20px 25px;
  }

  .faq-bottom-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .faq-answer-text {
    line-height: 150%;
  }

  .wrapper-1240px {
    flex-direction: column;
    width: 90%;
    max-width: 600px;
  }

  .faq-question-text {
    line-height: 120%;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-gradient-background-div {
    top: 20%;
  }

  .cta-upper-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-button-company-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-gradient-div-container {
    top: 23%;
    right: 0%;
  }

  .footer-left-wrapper, .footer-right-wrapper {
    width: 100%;
    max-width: none;
  }

  .footer-center-wrapper {
    width: 100%;
    margin: 60px 0;
  }

  .footer-center-wrapper.hidden {
    display: none;
  }

  .footer-bold-text-14px {
    line-height: 150%;
  }

  .footer-text-field {
    max-width: none;
  }

  .cta-vector-image {
    width: 100%;
    max-width: 87px;
    top: 288px;
    right: 60px;
  }

  .footer-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrpper {
    margin-bottom: 40px;
  }

  .testimonial-container {
    padding: 60px 40px 40px;
  }

  .testimonial-bottom-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .testimonial-text-container {
    width: 100%;
    margin-top: 60px;
  }

  .testimonial-video-container {
    width: 100%;
  }

  .integration-grid-container {
    flex-direction: column;
    align-items: center;
  }

  .integration-left-container {
    width: 100%;
  }

  .integration-right-container {
    width: 100%;
    margin-top: 100px;
  }

  .integration-item-heading-32px {
    line-height: 120%;
  }

  .integration-item-para-18px {
    line-height: 160%;
  }

  .integration-submit-button {
    padding-left: 0;
    padding-right: 0;
  }

  .price-checkmark {
    height: 28px;
  }

  .price-grid-contain {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .price-grid-contain.pricing-bottom.align1 {
    justify-content: flex-end;
  }

  .price-grid-contain.no-mrg {
    margin-top: 0;
  }

  .price-grid-contain.size1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .comparison-plan {
    text-align: center;
    flex-direction: column;
    width: 50%;
  }

  .headings {
    text-align: left;
    justify-content: center;
    width: 60%;
    margin-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .headings.firstcol-mobile {
    align-items: stretch;
    width: 35%;
  }

  .comparison-table {
    position: relative;
  }

  .pricing-comparison-wrap {
    flex-direction: column;
  }

  .pricing-comparison-wrap.hidden-desktop {
    display: block;
  }

  .pricing-comparison-wrap.hidden-mobile {
    display: none;
  }

  .pricing-row-contain {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-row-contain.top {
    justify-content: center;
  }

  .pricing-row-contain.top.mobile-top-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .pricing-row-contain.greyish-white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .price-headings {
    font-size: 18px;
    line-height: 150%;
  }

  .pricing-text-18px {
    font-size: 15px;
    line-height: 160%;
  }

  .comparison-plan-pricing-wrapper {
    align-self: stretch;
  }

  .pricing-plan-bold-text-14px {
    line-height: 150%;
  }

  .pricing-hero-container.ecommerce {
    margin-bottom: 0;
  }

  .pricing-hero-container.center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .pricing-container {
    margin-top: 100px;
  }

  .pricing-grid-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pricing-right-wrpper {
    align-items: stretch;
    width: 60%;
    max-width: 500px;
    margin-top: 40px;
  }

  .pricing-left-wrapper {
    width: 100%;
  }

  .hero-pricing-plan-container {
    align-items: center;
    margin-bottom: 60px;
  }

  .pricing-plan-pointer-text-18px, .bold-text-14px, .price-starting-text {
    line-height: 150%;
  }

  .trust-3-column-grid {
    grid-template-columns: 1fr;
  }

  .pricing-tabs {
    margin-top: 0;
  }

  .pricing-tabs-menu {
    margin-right: 100px;
  }

  .toggle-arrow-icon {
    top: -49px;
    right: 0;
  }

  .pricing-toggle-discount-div {
    top: -82px;
    right: -27px;
  }

  .pricing-hero-gradient-div {
    left: 0;
  }

  .pricing-plan-gradient-div {
    width: 100%;
    bottom: 550px;
    left: 0%;
  }

  .about-hero-heading {
    font-size: 55px;
    line-height: 100%;
  }

  .about-hero-image-wrapper {
    height: 200px;
  }

  .about-hero-gradient-div {
    right: -45%;
  }

  .mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .mission-text-container {
    width: 100%;
  }

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

  .mission-hero-image-wrapper {
    margin-top: 64px;
    margin-left: 0;
  }

  .mission-gradient-div {
    bottom: 700px;
  }

  .team-grid {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .team-heading-name-32px {
    line-height: 120%;
  }

  .investor-bottom-container {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .investor-text-container {
    width: 100%;
    margin-bottom: 100px;
  }

  .investor-grid-container {
    width: 100%;
  }

  .numbers-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .numbers-highlight-yellow-text {
    font-size: 70px;
    line-height: 100%;
  }

  .different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .different-menu {
    margin-right: 0%;
  }

  .different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .growth-wrapper {
    padding: 40px 30px;
  }

  .growth-heading-32px {
    line-height: 120%;
  }

  .growth-para-text-18px {
    line-height: 150%;
  }

  .growth-h2-heading-56px {
    line-height: 100%;
  }

  .growth-para-text-20px {
    line-height: 150%;
  }

  .pay-tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .pay-tab-link {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    line-height: 150%;
  }

  .pay-tab-pane-wrapper {
    flex-direction: column;
  }

  .pay-tab-image-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .pay-tab-text-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .payment-h2-heading-88px {
    font-size: 70px;
    line-height: 100%;
  }

  .payment-feature-container {
    flex-direction: column;
    align-items: center;
  }

  .payment-feature-left-container {
    width: 70%;
    margin-bottom: 60px;
  }

  .payment-feature-right-container {
    width: 100%;
  }

  .choose-grid {
    grid-column-gap: 40px;
    grid-row-gap: 200px;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .green-vs-circle {
    top: 3%;
  }

  ._3-line-highlight-image {
    z-index: 1111;
    inset: 30px auto auto 100px;
  }

  .bottom-line-image {
    bottom: -50px;
  }

  .choose-feature-gradient-div {
    height: 100%;
    display: flex;
  }

  .feature-hero-text-container {
    width: 95%;
  }

  .feature-hero-right-container {
    max-width: none;
    max-height: 813px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
  }

  .feature-hero-pointer-text {
    line-height: 120%;
  }

  .hero-feature-sub-text-pointer {
    line-height: 150%;
  }

  .hero-feature-container-1, .hero-feature-container-2 {
    max-width: 430px;
  }

  .feature-hero-gradient-div {
    bottom: -30%;
  }

  .newsletter-container {
    flex-direction: column;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .newsletter-pointer-text-container {
    width: 100%;
  }

  .newsletter-email-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .newsletter-text-field {
    margin-bottom: 15px;
  }

  .recent-blog-category-text-span {
    line-height: 160%;
  }

  .reading-time-text-14px-bold {
    line-height: 140%;
  }

  .recent-blog-collection-list-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .blog-row-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-row-image-wrapper {
    width: 100%;
    max-width: 500px;
  }

  .blog-row-text-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .blog-row-sub-text-18px {
    line-height: 150%;
  }

  .blog-row-heading-32px {
    font-size: 30px;
    line-height: 100%;
  }

  .blog-row-hero-image {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .blog-hero-text-container {
    width: 100%;
  }

  .blog-hero-heading-56px {
    font-size: 50px;
    line-height: 100%;
  }

  .blog-details-hero-text-container {
    width: 95%;
  }

  .blog-details-hero-heading-56px {
    font-size: 50px;
    line-height: 100%;
  }

  .author-name-16px, .author-post-text-16px {
    line-height: 150%;
  }

  .blog-category-normal-text, .blog-details-author-name-20px {
    line-height: 140%;
  }

  .blog-details-author-bio-18px {
    line-height: 150%;
  }

  .home-banner-italic-text-16x {
    line-height: 160%;
  }

  .home-feature-section {
    padding-top: 0;
  }

  .home-feature-container-1 {
    flex-direction: column;
  }

  .home-feature-container-1.reverse {
    flex-flow: column;
  }

  .home-feature-1-text-container {
    width: 100%;
  }

  .home-feature-1-image-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .home-feature-container-2 {
    flex-direction: column-reverse;
    margin-top: 150px;
  }

  .home-feature-2-image-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .home-feature-2-text-container {
    width: 100%;
  }

  .home-integration-upper-wrapper {
    flex-direction: column;
  }

  .home-integration-text-wrapper {
    width: 80%;
    margin-bottom: 40px;
  }

  .home-integration-collection-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-hero-small-gradient-div {
    width: 30%;
  }

  .yellow-gradient-div.home-hero-small-gradient-div {
    width: 100%;
  }

  .yellow-gradient-div.choose-feature-gradient {
    width: 100%;
    inset: 0% 0% auto 15%;
  }

  .yellow-gradient-div.mockup-yellow-container {
    width: 50%;
    height: auto;
    bottom: 400px;
  }

  .yellow-gradient-div.about-hero-yellow-div {
    top: -5%;
  }

  .yellow-gradient-div.pricing-plan-yellow-div {
    width: 70%;
    height: auto;
  }

  .yellow-gradient-div.faq-yellow-div {
    width: 100%;
  }

  .yellow-gradient-div.feature-hero-yellow-div {
    top: -29%;
    left: -35%;
  }

  .yellow-gradient-div.register-yellow-div {
    width: 100%;
    max-width: 718px;
  }

  .green-gradient-div.choose-feature-gradient {
    width: 100%;
    height: 600px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .green-gradient-div.about-hero-green-div {
    left: 0%;
  }

  .green-gradient-div.pricing-hero-green-div {
    width: 100%;
    right: 35%;
  }

  .green-gradient-div.feature-hero-green-div {
    width: 100%;
    height: 700px;
    bottom: 30%;
  }

  .green-gradient-div.register-green-div {
    width: 100%;
    height: 800px;
    top: -5%;
    left: 10%;
  }

  .blue-gradient-div.home-hero-small-gradient-div {
    width: 100%;
  }

  .blue-gradient-div.home-hero-large-div {
    width: 100%;
    bottom: -10%;
  }

  .blue-gradient-div.choose-feature-gradient {
    width: 100%;
    inset: auto 0% -10%;
  }

  .blue-gradient-div.pricing-hero-blue-div {
    height: 450px;
    bottom: 40%;
  }

  .blue-gradient-div.faq-blue-div {
    top: 30%;
  }

  .blue-gradient-div.feature-hero-blue-div {
    width: 100%;
    top: -10%;
    right: 25%;
  }

  .blue-gradient-div.register-blue-div {
    width: 100%;
  }

  .home-hero-second-gradient-div {
    width: 90%;
    height: 650px;
    bottom: 50px;
  }

  .growth-gradient-container {
    top: 220px;
  }

  .home-feature-1-gradient-div, .home-feature-2-gradient-div {
    inset: 220px 0% auto 10%;
  }

  .recent-blog-tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .recent-blog-tab-link {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .recent-blog-tab-pane-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .recent-blog-text-container {
    width: 100%;
  }

  .recent-blog-slider-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .process-accordions {
    justify-content: space-between;
    height: auto;
    max-height: none;
    display: none;
  }

  .accordin-active-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
  }

  .process-accordion {
    height: 100vw;
    max-height: 450px;
    margin-right: 25px;
  }

  .home-hero-star-svg {
    width: 10%;
    height: auto;
    bottom: 30%;
  }

  .home-hero-path-svg {
    width: 15%;
    bottom: 0%;
    left: 0%;
  }

  .process-white-star-svg {
    bottom: 50px;
  }

  .process-white-path-svg {
    width: 10%;
    inset: auto 0% 0% auto;
  }

  .button-text-16px, .caption-text-14px {
    line-height: 150%;
  }

  .process-accordin-slider-wrapper {
    display: block;
  }

  .mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .feature-payment-gradient-div {
    width: 100%;
    max-width: 426px;
    left: -10%;
  }

  .licencing-images-grids {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .licensing-image-and-text-wrappers, .changelog-gradient-div {
    width: 100%;
  }

  ._3-line-hero-path {
    width: 40px;
    left: 20px;
  }

  .blog-hero-tabs-menu {
    flex-wrap: wrap;
    place-content: center;
    align-items: stretch;
  }

  .blog-hero-tab-link {
    width: 40%;
    margin-bottom: 20px;
  }

  .blog-hero-reading-time-text-14px {
    line-height: 150%;
  }

  .blog-hero-heading-18px {
    line-height: 160%;
  }

  .plan-template-text-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .plan-name {
    font-size: 60px;
    line-height: 100%;
  }

  .plan-type {
    line-height: 160%;
  }

  .plan-template-product-container {
    width: 100%;
  }

  .career-wrapper {
    width: 90%;
  }

  .career-gradient-div {
    top: 20%;
    left: 5%;
  }

  .swiper.dashboard-slider {
    margin-bottom: -277px;
  }

  .hero-screen-wrap {
    height: 400px;
  }

  .home-feature-container-3 {
    flex-direction: column-reverse;
    margin-top: 150px;
  }

  .icon-2 {
    display: none;
  }

  .a-logo.a2, .a-logo.a1, .a-logo.a3 {
    width: 50%;
  }

  .announcement-logos-row {
    width: 100%;
    position: static;
    overflow: auto;
  }

  .container-medium {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .annoucement-row {
    position: static;
  }

  .announcement-2 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 28px;
    line-height: 120%;
  }

  h5 {
    font-size: 22px;
    line-height: 120%;
  }

  p {
    font-size: 18px;
  }

  li {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .style-guide-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-16px {
    font-size: 14px;
  }

  .body-2---18px {
    font-size: 16px;
  }

  .body-1-20px {
    font-size: 18px;
  }

  .wrapper-1160px.contact-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-1160px.footer-flex {
    padding-top: 100px;
  }

  .wrapper-1160px.testimonial-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1160px.integration-hero-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.pricing-comparison-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

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

  .wrapper-1160px.trust-flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-1160px.about-hero-flex {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .wrapper-1160px.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.investor-flex {
    padding-bottom: 140px;
  }

  .wrapper-1160px.growth-flex {
    width: 90%;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .wrapper-1160px.pay-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.payment-flex {
    padding-bottom: 0;
  }

  .wrapper-1160px.choose-flex {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .wrapper-1160px.newsletter-flex, .wrapper-1160px.blog-row-flex {
    padding-bottom: 0;
  }

  .wrapper-1160px.blog-hero-flex {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .wrapper-1160px.home-hero-flex {
    padding-bottom: 0;
  }

  .wrapper-1160px.home-feature-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.home-feature-flex.pd-top {
    padding-top: 100px;
  }

  .wrapper-1160px.recent-home-blog-flex {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.process-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

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

  .wrapper-changelog {
    width: 90%;
  }

  .wrapper-changelog.updates {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-small.hide {
    border-radius: 309px;
    padding: 10px 15px;
    font-size: 15px;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .login-form-container {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .milestone-feature-container {
    width: 90%;
  }

  .login-bottom-gradient-container {
    right: -100px;
  }

  .login-brand-link-block.margin-left-60px {
    width: 200px;
  }

  .black-login-link.hide {
    margin-right: 5px;
    padding-left: 5px;
  }

  .number-hero-heading {
    font-size: 150px;
    line-height: 100%;
  }

  .menu-button {
    padding: 8px;
  }

  .brand-link-block {
    width: 35%;
  }

  .contact-support-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .h2-heading-56px.margin-bottom-32px {
    margin-bottom: 20px;
  }

  .login-submit-button {
    background-position: 80%;
  }

  .faq-upper-container {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-bottom-container {
    padding-left: 20px;
    padding-right: 40px;
  }

  .faq-grid {
    grid-column-gap: 40px;
    grid-row-gap: 25px;
  }

  .cta-gradient-div-container {
    top: 18%;
    right: -10%;
  }

  .testimonial-container {
    padding: 50px 20px 40px;
  }

  .testimonial-tabs-menu {
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
  }

  .integration-item-heading-32px {
    font-size: 28px;
  }

  .integration-item-para-18px {
    font-size: 16px;
  }

  .integration-collection-list-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .price-grid-contain {
    margin-top: 14px;
  }

  .price-grid-contain.pricing-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .comparison-plan {
    font-size: 16px;
  }

  .headings {
    margin-bottom: 0;
  }

  .pricing-comparison-wrap {
    width: 100%;
  }

  .pricing-row-contain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-gradient-container {
    bottom: -108px;
    right: 0%;
  }

  .plan-pricing-text-56px {
    font-size: 32px;
    line-height: 32px;
  }

  .pricing-plan-bold-text-14px {
    font-size: 12px;
  }

  .pricing-plan-button.text-size1.small-mobile {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 22px;
  }

  .pricing-grid-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-right-wrpper {
    width: 100%;
  }

  .plan-pricing-text-80px.ecommerce {
    font-size: 50px;
  }

  .trust-3-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .trust-text-container {
    margin-bottom: 30px;
  }

  .pricing-hero-gradient-div {
    left: -10%;
  }

  .about-hero-heading {
    font-size: 50px;
  }

  .about-hero-gradient-div {
    right: -40%;
  }

  .mission-image-wrapper.small {
    margin-right: 0;
  }

  .mission-gradient-div {
    bottom: 500px;
    right: -30%;
  }

  .team-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .team-heading-name-32px {
    font-size: 28px;
  }

  .team-grid-3-column-container.middle {
    margin-top: 0;
  }

  .numbers-container {
    flex-direction: column;
  }

  .numbers-wrapper {
    width: 80%;
    margin-bottom: 20px;
  }

  .different-menu {
    width: 100%;
  }

  .growth-grid {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .growth-heading-32px {
    font-size: 30px;
  }

  .growth-para-text-18px {
    font-size: 16px;
  }

  .growth-h2-heading-56px {
    font-size: 45px;
  }

  .payment-h2-heading-88px {
    font-size: 55px;
  }

  .payment-feature-left-container {
    width: 90%;
  }

  ._3-line-highlight-image {
    left: 0;
  }

  .feature-hero-right-container {
    margin-top: 80px;
  }

  .feature-hero-container {
    flex-direction: column;
    align-items: center;
  }

  .feature-hero-image-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .hero-feature-container-1, .hero-feature-container-2 {
    width: 95%;
  }

  .newsletter-container {
    padding: 60px 40px;
  }

  .recent-blog-image-wrapper {
    height: 300px;
  }

  .blog-row-wrapper {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .blog-row-image-wrapper {
    max-width: none;
    height: 100%;
  }

  .blog-row-text-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .blog-row-parent-text-container {
    width: 90%;
  }

  .blog-row-hero-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-hero-heading-56px {
    font-size: 45px;
  }

  .author-hero-container {
    margin-top: 40px;
  }

  .blog-details-hero-text-container {
    padding: 60px 30px;
  }

  .blog-details-rich-text h4 {
    margin-bottom: 16px;
  }

  .blog-details-hero-heading-56px {
    font-size: 40px;
  }

  .home-banner-italic-text-16x {
    font-size: 14px;
  }

  .home-button-cta-container {
    width: 100%;
  }

  .home-feature-container-1.reverse, .home-feature-container-2 {
    margin-top: 100px;
  }

  .home-feature-2-image-container {
    margin-bottom: 40px;
  }

  .link-block-wrapper {
    margin-top: 30px;
  }

  .home-integration-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .yellow-gradient-div.growth-gradient-div {
    width: 100%;
  }

  .yellow-gradient-div.home-feature-1-gradient {
    top: 10%;
    left: -15%;
  }

  .yellow-gradient-div.choose-feature-gradient {
    left: 0%;
  }

  .yellow-gradient-div.mockup-yellow-container {
    bottom: 300px;
  }

  .yellow-gradient-div.about-hero-yellow-div {
    left: -50%;
  }

  .yellow-gradient-div.pricing-yellow-div {
    width: 70%;
    height: auto;
  }

  .green-gradient-div.choose-feature-gradient {
    width: 120%;
    right: auto;
  }

  .green-gradient-div.testimonial-gradient-div {
    width: 100%;
    right: -30%;
  }

  .green-gradient-div.about-hero-green-div {
    inset: auto auto -25% -14%;
  }

  .green-gradient-div.pricing-green-div {
    width: 60%;
    height: auto;
    bottom: 30%;
  }

  .green-gradient-div.register-green-div {
    height: 600px;
    top: 0%;
    left: 15%;
  }

  .green-gradient-div.changelog-green-div {
    width: 100%;
    max-width: 608px;
    height: 400px;
    top: 20%;
  }

  .blue-gradient-div.growth-gradient-div {
    width: 100%;
    bottom: -150px;
  }

  .blue-gradient-div.choose-feature-gradient {
    bottom: -5%;
  }

  .blue-gradient-div.testimonial-gradient-div {
    width: 100%;
  }

  .blue-gradient-div.about-hero-blue-div {
    right: -20%;
  }

  .blue-gradient-div.pricing-hero-blue-div {
    bottom: 50%;
  }

  .blue-gradient-div.pricing-blue-div {
    width: 60%;
    height: auto;
    right: 30%;
  }

  .blue-gradient-div.register-blue-div {
    height: 600px;
    right: 20%;
  }

  .home-hero-second-gradient-div {
    height: 550px;
    bottom: 0;
  }

  .growth-gradient-container {
    top: 350px;
  }

  .home-feature-1-gradient-div, .home-feature-2-gradient-div {
    top: 80px;
  }

  .recent-blog-home-text-wrapper {
    width: 70%;
  }

  .process-accordion {
    max-height: 550px;
  }

  .feature-hero-highlight-svg {
    inset: 180px auto auto 16%;
  }

  .p-accordin-slider-number-text {
    font-size: 80px;
    line-height: 100%;
  }

  .p-accordin-slider-heading-32px {
    font-size: 30px;
    line-height: 120%;
  }

  .p-accordin-slider-para-18px {
    line-height: 150%;
  }

  .feature-payment-gradient-div {
    top: 20%;
    left: -20%;
  }

  .licensing-tag-subtexts {
    text-align: left;
    font-size: 18px;
  }

  .image-covers {
    border-radius: 12px;
  }

  .licencing-images-grids {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .licensing-image-and-text-wrappers {
    padding: 0;
  }

  .illustration-hero-image {
    width: 90%;
  }

  ._3-line-hero-path {
    left: -15px;
  }

  .blog-hero-tab-link {
    width: 100%;
    max-width: 300px;
  }

  .plan-pricing-text {
    font-size: 35px;
  }

  .plan-details-paragraph {
    font-size: 18px;
  }

  .plan-details-title {
    font-size: 35px;
  }

  .button-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .pricing-ecommerce-rtb h4 {
    background-position: 0 3px;
  }

  .cart-button {
    padding-right: 5px;
  }

  .career-block {
    padding-left: 26px;
    padding-right: 26px;
  }

  .career-icon-contain {
    flex: none;
  }

  .career-gradient-div {
    width: 90%;
    height: 400px;
    top: 25%;
    left: 0%;
  }

  .dashboard {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-feature-container-3 {
    flex-flow: column wrap;
    margin-top: 100px;
  }

  .a-logo.a2 {
    flex: none;
  }

  .a-logo.a1 {
    flex: none;
    width: 33.4%;
  }

  .a-logo.a3 {
    flex: none;
  }

  .announcement-logos-row {
    width: 100vw;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  li {
    background-position: 0 0;
    padding-left: 35px;
  }

  .style-guide-link {
    grid-template-columns: 1fr;
  }

  .style-guide-titles {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 120%;
  }

  .wrapper-1160px {
    width: 90%;
  }

  .wrapper-1160px.cta-flex {
    border-radius: 0;
    width: 100%;
  }

  .wrapper-1160px.footer-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .wrapper-1160px.testimonial-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.mission-flex, .wrapper-1160px.investor-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.growth-flex {
    padding-top: 0;
  }

  .wrapper-1160px.choose-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.feature-hero-flex {
    padding-top: 80px;
  }

  .wrapper-1160px.newsletter-flex {
    width: 95%;
  }

  .wrapper-1160px.home-hero-flex {
    padding-bottom: 50px;
  }

  .wrapper-1160px.home-feature-flex.pd-top, .wrapper-1160px.home-integration-flex {
    padding-top: 100px;
  }

  .template-updates {
    font-size: 37px;
  }

  .update-wrapper {
    margin-top: 30px;
  }

  .update-text {
    font-size: 32px;
  }

  .wrapper-changelog.updates {
    padding: 20px;
  }

  .button-medium {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 150%;
  }

  .button-small {
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 120%;
  }

  .button-small.white-button, .button-small.hide {
    display: none;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .login-right-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .login-form-container {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .milestone-feature-wrapper {
    flex-direction: column;
  }

  .milestone-feature-image-wrapper {
    margin-bottom: 24px;
  }

  .login-bottom-gradient-container {
    right: 0;
  }

  .sign-in-google-button {
    background-position: 93%;
    font-size: 14px;
    line-height: 140%;
  }

  .login-brand-link-block.margin-left-60px {
    width: 50%;
    margin-left: 5%;
    margin-right: auto;
  }

  .black-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .black-login-link.hide, .black-login-link.white {
    display: none;
  }

  .number-hero-heading {
    font-size: 150px;
    line-height: 100%;
  }

  .menu-button {
    padding: 5px 8px;
  }

  .brand-link-block {
    width: 50%;
    padding-left: 0;
  }

  .contact-hero-heading {
    font-size: 35px;
  }

  .contact-support-grid-container {
    z-index: 11;
  }

  .contact-support-grid {
    place-content: center;
  }

  .contact-support-grid-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-heading-56px.margin-bottom-32px {
    font-size: 27px;
  }

  .h2-heading-56px.center {
    text-align: center;
  }

  .h2-heading-56px.no-mrg {
    margin-bottom: 0;
  }

  .contact-form-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-text-field.half {
    width: 100%;
  }

  .contact-form-wrapper {
    flex-direction: column;
  }

  .login-submit-button {
    background-position: 95%;
  }

  .faq-container {
    border-radius: 8px;
  }

  .faq-upper-container {
    border-radius: 4px;
    padding: 15px 10px;
  }

  .faq-bottom-container {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .faq-answer-text {
    font-size: 16px;
  }

  .wrapper-1240px {
    width: 90%;
  }

  .faq-question-text {
    width: 80%;
    font-size: 18px;
    line-height: 120%;
  }

  .faq-cross-wrapper {
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }

  .cta-upper-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-feature-train-wrapper {
    margin-right: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 140%;
  }

  .check-circle-icon {
    margin-right: 8px;
  }

  .cta-h2-hero-heading {
    z-index: 5;
  }

  .cta-company-parent-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cta-company-holder {
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    height: 200px;
  }

  .cta-company-spacer {
    transform: rotate(90deg);
  }

  .cta-button-company-container {
    align-items: center;
  }

  .button-large---yellow-king {
    letter-spacing: .02em;
    padding: 12px 25px;
    font-size: 15px;
    line-height: 140%;
  }

  .cta-gradient-div-container {
    top: 10%;
    right: -40%;
  }

  .footer-center-wrapper {
    max-width: 300px;
  }

  .footer-center-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }

  .contact-form-submit-button {
    margin-left: 8px;
  }

  .cta-vector-image {
    width: 25%;
    inset: auto -25px 200px auto;
  }

  .footer-banner {
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .testimonial-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-text-container {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-text-24px-70 {
    font-size: 22px;
    line-height: 140%;
  }

  .integration-item-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .integration-item-icon {
    width: 60px;
    height: 60px;
  }

  .integration-submit-button {
    background-position: 95%;
  }

  .price-grid-contain {
    margin-top: 20px;
  }

  .comparison-plan {
    max-width: 120px;
  }

  .headings {
    width: 50%;
    max-width: none;
    margin-bottom: 0;
    font-size: 16px;
  }

  .pricing-comparison-wrap.hidden-desktop {
    margin-top: 40px;
  }

  .pricing-row-contain, .pricing-row-contain.greyish-white {
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-headings {
    font-size: 15px;
    line-height: 127%;
  }

  .pricing-text-18px {
    text-align: left;
    white-space: normal;
    max-width: none;
    font-size: 13px;
    line-height: 142%;
  }

  .pricing-plan-button.text-size1 {
    font-size: 13px;
    line-height: 20px;
  }

  .pricing-hero-heading.title-section {
    font-size: 32px;
  }

  .pricing-container.ecommerce {
    margin-top: 40px;
  }

  .pricing-grid-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-right-wrpper {
    width: 100%;
  }

  .pricing-plan-check-icon {
    margin-right: 10px;
  }

  .pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .bold-text-14px {
    font-size: 11px;
  }

  .toggle-arrow-icon {
    top: -40px;
  }

  .pricing-toggle-discount-div {
    top: -60px;
    right: -10px;
  }

  .about-hero-heading {
    font-size: 45px;
  }

  .about-hero-image {
    object-fit: cover;
  }

  .about-hero-image-wrapper {
    height: 150px;
  }

  .mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .mission-image-grid {
    grid-template-columns: 1fr;
  }

  .mission-hero-image-wrapper {
    margin-top: 34px;
  }

  .mission-gradient-div {
    height: 400px;
    bottom: 300px;
    right: -50%;
  }

  .about-show-reel-hero-image {
    height: 250px;
  }

  .numbers-container {
    padding-left: 0;
    padding-right: 0;
  }

  .different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .growth-wrapper.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .growth-heading-32px {
    font-size: 28px;
  }

  .growth-h2-heading-56px {
    font-size: 28px;
    line-height: 120%;
  }

  .pay-tab-link {
    line-height: 140%;
  }

  .payment-h2-heading-88px {
    font-size: 40px;
  }

  .feature-pointer-text-20px {
    font-size: 18px;
    line-height: 140%;
  }

  .choose-feature-wrapper {
    padding: 40px 15px;
  }

  .choose-feature-check-icon {
    margin-right: 8px;
  }

  .bottom-line-image {
    left: 0;
  }

  .feature-hero-right-container {
    max-height: 650px;
  }

  .hero-feature-item {
    width: 95%;
    margin-bottom: 14px;
    padding: 20px 14px;
  }

  .feature-hero-pointer-text {
    font-size: 18px;
  }

  .hero-feature-sub-text-pointer {
    font-size: 15px;
  }

  .newsletter-container {
    padding: 50px 15px;
  }

  .newsletter-email-container {
    margin-bottom: 40px;
  }

  .newsletter-submit-button {
    background-position: 90%;
  }

  .recent-blog-image-wrapper {
    height: 250px;
  }

  .recent-blog-text-wrapper {
    padding: 20px 10px 30px;
  }

  .blog-row-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .blog-row-image-wrapper {
    height: 200px;
  }

  .blog-row-text-wrapper {
    width: 100%;
  }

  .blog-row-hero-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-hero-heading-56px {
    font-size: 35px;
  }

  .blog-detail-hero-image {
    height: 400px;
  }

  .blog-details-hero-text-container {
    margin-top: -160px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-details-rich-text h4 {
    margin-bottom: 8px;
  }

  .blog-details-hero-heading-56px {
    font-size: 35px;
  }

  .blog-hero-author-info {
    margin-left: 8px;
  }

  .author-name-16px, .author-post-text-16px {
    font-size: 14px;
  }

  .blog-details-author-spacer-line {
    width: 12%;
  }

  .homepage-banner-container {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .home-banner-italic-text-16x {
    font-size: 12.5px;
    line-height: 150%;
  }

  .homepage-hero-heading {
    max-width: 320px;
    font-size: 34px;
  }

  .home-feature-section {
    padding-top: 0;
  }

  .home-feature-1-image-container {
    margin-bottom: 40px;
  }

  .home-feature-container-2 {
    margin-top: 60px;
  }

  .home-integration-upper-wrapper {
    margin-bottom: 40px;
  }

  .home-integration-item {
    width: 260px;
  }

  .home-integration-collection-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-hero-small-gradient-div {
    width: 90%;
    height: 250px;
    top: 100px;
    left: -48%;
  }

  .yellow-gradient-div.home-hero-small-gradient-div {
    inset: auto 0% 0% auto;
  }

  .yellow-gradient-div.home-hero-large-div {
    width: 70%;
  }

  .yellow-gradient-div.choose-feature-gradient {
    top: 15%;
  }

  .yellow-gradient-div.mockup-yellow-container {
    width: 80%;
    bottom: 200px;
    left: -30%;
  }

  .yellow-gradient-div.register-yellow-div {
    height: 300px;
    top: 0%;
    left: 0%;
  }

  .green-gradient-div.home-hero-large-div {
    width: 130%;
    right: -40%;
  }

  .green-gradient-div.home-feature-1-gradient {
    right: -15%;
  }

  .green-gradient-div.choose-feature-gradient {
    height: 400px;
  }

  .green-gradient-div.testimonial-gradient-div {
    bottom: 5%;
  }

  .green-gradient-div.mission-green-div {
    bottom: 20%;
  }

  .green-gradient-div.pricing-hero-green-div {
    height: 400px;
    bottom: 40%;
  }

  .green-gradient-div.register-green-div {
    width: 400px;
    height: auto;
    inset: 30% -25% auto auto;
  }

  .blue-gradient-div.home-hero-large-div {
    width: 100%;
  }

  .blue-gradient-div.growth-gradient-div {
    bottom: -50px;
  }

  .blue-gradient-div.home-feature-1-gradient {
    bottom: -5%;
  }

  .blue-gradient-div.choose-feature-gradient {
    bottom: 0%;
  }

  .blue-gradient-div.mission-blue-div {
    top: 10%;
  }

  .blue-gradient-div.register-blue-div {
    height: 200px;
    top: 46%;
  }

  .home-hero-second-gradient-div {
    width: 100%;
    height: 400px;
  }

  .home-feature-1-gradient-div, .home-feature-2-gradient-div {
    height: 300px;
    left: 5%;
  }

  .recent-blog-tab-link {
    padding: 20px 10px;
  }

  .recent-blog-tab-image-wrapper {
    margin-right: 10px;
  }

  .recent-blog-home-text-wrapper {
    width: 90%;
  }

  .process-heading-container {
    margin-bottom: 40px;
  }

  .process-accordions {
    justify-content: center;
  }

  .process-accordion {
    height: 150vw;
  }

  .home-hero-star-svg {
    width: 15%;
    display: none;
    inset: auto auto 300px 0%;
  }

  .home-hero-path-svg {
    width: 20%;
  }

  .feature-hero-highlight-svg {
    left: 0%;
  }

  .process-accordin-slider {
    margin-left: 0;
  }

  .p-accordin-slider-container {
    padding: 30px 20px 50px;
  }

  .p-accordin-slider-number-text {
    margin-bottom: 16px;
    font-size: 70px;
    line-height: 100%;
  }

  .p-accordin-slider-heading-32px {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 120%;
  }

  .p-accordin-slider-para-18px {
    font-size: 16px;
    line-height: 150%;
  }

  .mission-special-image {
    left: -50px;
  }

  .feature-payment-gradient-div {
    top: 0%;
  }

  .licensing-tag-subtexts {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .image-covers {
    border-radius: 12px;
  }

  .licencing-images-grids {
    grid-template-columns: 1fr;
  }

  .licensing-wrapper {
    padding-bottom: 0;
  }

  .licensing-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .licensing-image-and-text-wrappers {
    padding: 0;
  }

  ._3-line-hero-path {
    width: 35px;
    left: -9px;
  }

  .blog-hero-tab-link {
    margin-bottom: 10px;
    padding: 20px 15px;
  }

  .blog-hero-reading-time-text-14px {
    font-size: 12px;
  }

  .blog-hero-heading-18px {
    font-size: 16px;
  }

  .plan-name {
    font-size: 45px;
  }

  .plan-template-product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .buy-now-button {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cart-button {
    padding-right: 5px;
  }

  .career-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 26px;
    padding-right: 26px;
  }

  .career-left-block {
    margin-bottom: 20px;
  }

  .career-tags {
    font-size: 14px;
  }

  .career-gradient-div {
    height: 600px;
    top: 25%;
    left: 5%;
  }

  .sign-in-fb-button {
    background-position: 93%;
    font-size: 14px;
    line-height: 140%;
  }

  .compare-table-title-col {
    align-self: stretch;
    width: 35%;
    height: auto;
    padding: 15px;
  }

  .compare-table-info-col {
    width: 65%;
    height: auto;
    padding: 15px;
  }

  .compare-table-content-col {
    width: 35%;
    font-size: 14px;
  }

  .compare-table-content-info-col {
    width: 65%;
    font-size: 14px;
  }

  .hero-videos-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-screen-wrap {
    height: 400px;
  }

  .home-feature-container-3 {
    margin-top: 60px;
  }

  .btn-primary, .btn-secundary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block {
    display: block;
  }

  .a-logo {
    flex: none;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .a-logo.a2, .a-logo.a1 {
    width: 50%;
  }

  .annoucement-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .announcement-2 {
    font-size: .8rem;
  }
}

#w-node-_78c55a1b-f9ef-c97a-c369-6108d0489319-40317550, #w-node-_183a58a0-6d67-3a34-a885-ab3cc04e628e-40317550, #w-node-_0b685eed-090a-c0ed-2d1d-886ff4c4c1a4-40317550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_801d1552-703c-2144-5ee5-d020b2428b90-40317550 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2f23147-8228-9554-37d3-27cbfafce4ad-fafce499, #w-node-f2f23147-8228-9554-37d3-27cbfafce4cb-fafce499 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10204f1e-8a26-dae6-d326-f5c7cc850c85-4031755e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d11dd1c2-aac9-21d6-1eb7-b198113c5982-40317562, #w-node-d11dd1c2-aac9-21d6-1eb7-b198113c598a-40317562, #w-node-d11dd1c2-aac9-21d6-1eb7-b198113c5992-40317562 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c25e851e-2436-0b18-e860-1a4b7dac66c4-40317565 {
  align-self: stretch;
}

#w-node-_726b5311-f294-53a8-bcae-8b900b4e5fea-40317568, #w-node-_726b5311-f294-53a8-bcae-8b900b4e5ff2-40317568, #w-node-_726b5311-f294-53a8-bcae-8b900b4e5ffa-40317568, #w-node-_726b5311-f294-53a8-bcae-8b900b4e6002-40317568, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943a4-40317569, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943aa-40317569, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943b6-40317569, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943bc-40317569, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943c2-40317569, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943c8-40317569, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943ce-40317569, #w-node-_44d13615-2a9e-d167-bd46-badf970898d9-40317569, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943d2-40317569 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_63c89312-9571-0b96-be11-9913705f07f3-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f07f6-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f07f9-40317550 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0801-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0803-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0805-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f080d-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f080f-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0811-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0819-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f081b-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f081d-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0825-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0827-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0829-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0831-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0833-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0835-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f083d-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0840-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0843-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f084b-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f084e-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0851-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f0859-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f085c-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_63c89312-9571-0b96-be11-9913705f085f-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837153a-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837153e-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371542-40317550 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837154a-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837154c-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837154e-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371556-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371558-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837155a-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371562-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371564-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371566-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837156e-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371570-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371572-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837157a-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837157c-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837157e-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371586-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371589-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837158c-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371594-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df758371597-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df75837159a-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df7583715a2-40317550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df7583715a5-40317550 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_020e6ce7-7293-a56f-8335-6df7583715a8-40317550 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561e9b-40317559 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561e9e-40317559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ea1-40317559 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ea9-40317559 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561eab-40317559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ead-40317559 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561eb4-40317559 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561eb6-40317559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561eb8-40317559 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ebf-40317559 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ec1-40317559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ec4-40317559 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ecb-40317559 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ece-40317559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ed1-40317559 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ed8-40317559 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561edb-40317559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561edd-40317559 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ee4-40317559 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ee6-40317559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ee8-40317559 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561eef-40317559 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ef2-40317559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ef5-40317559 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561efc-40317559 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561efe-40317559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561f00-40317559 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561f07-40317559 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561f0a-40317559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561f0c-40317559 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dc84-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dc87-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dc8a-40317565 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dc92-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dc94-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dc96-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dc9d-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dca0-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dca3-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dcab-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dcae-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dcb1-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-b26334ea-d9b5-93eb-1f44-3da6dee4382e-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b26334ea-d9b5-93eb-1f44-3da6dee43831-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b26334ea-d9b5-93eb-1f44-3da6dee43834-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dcbd-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dcbf-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4c29a970-9b36-c262-0ba6-da2959e3dcc1-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_1e6f1719-e15c-3639-9b00-0138fb503c92-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1e6f1719-e15c-3639-9b00-0138fb503c94-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_1e6f1719-e15c-3639-9b00-0138fb503c96-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_5e940cc0-3001-2bb6-0cd1-150959b045ba-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5e940cc0-3001-2bb6-0cd1-150959b045bd-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5e940cc0-3001-2bb6-0cd1-150959b045c0-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_317d64a9-cdb1-e096-2572-4dd4fe272f4b-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_317d64a9-cdb1-e096-2572-4dd4fe272f4e-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_317d64a9-cdb1-e096-2572-4dd4fe272f51-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f22-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f25-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f28-40317565 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f30-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f33-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f36-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f3d-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f3f-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f41-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f48-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f4a-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f4c-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f53-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f55-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f57-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f5e-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f60-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f62-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f69-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f6b-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f6d-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f74-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f76-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f78-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f7f-40317565 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f81-40317565 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3976fe14-6549-dfda-9391-68e8a4c28f83-40317565 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0752-40317566 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0755-40317566 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0758-40317566 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0760-40317566 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0762-40317566 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0764-40317566 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf076b-40317566 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf076d-40317566 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf076f-40317566 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0776-40317566 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0778-40317566 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf077b-40317566 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0782-40317566 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0785-40317566 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0788-40317566 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf078f-40317566 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0792-40317566 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf0794-40317566 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf079b-40317566 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf079d-40317566 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf079f-40317566 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf07a6-40317566 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf07a9-40317566 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf07ac-40317566 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf07b3-40317566 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf07b5-40317566 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf07b7-40317566 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf07be-40317566 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf07c1-40317566 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_522dd858-67bb-f8c6-bd36-712a9faf07c3-40317566 {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_801d1552-703c-2144-5ee5-d020b2428b90-40317550, #w-node-_10204f1e-8a26-dae6-d326-f5c7cc850c85-4031755e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_801d1552-703c-2144-5ee5-d020b2428b90-40317550 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Boska variable';
  src: url('../fonts/Boska-Variable---Copy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Boska variable';
  src: url('../fonts/Boska-Variable---Copy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}