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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #73739a;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.778em;
}

h1 {
  color: #1c1c57;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.161em;
}

h2 {
  color: #1c1c57;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4em;
}

h3 {
  color: #1c1c57;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5em;
}

h4 {
  color: #1c1c57;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.545em;
}

h5 {
  color: #1c1c57;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.333em;
}

h6 {
  color: #1c1c57;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.375em;
}

p {
  margin-bottom: 20px;
}

a {
  color: #6d72f6;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: #ff5f6f;
}

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

li {
  margin-bottom: 14px;
}

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

label {
  color: #1c1c57;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.333em;
  display: block;
}

strong {
  color: #1c1c57;
  font-weight: 700;
}

blockquote {
  color: #1c1c57;
  background-color: #fff;
  border-left: 4px solid #6d72f6;
  margin-bottom: 10px;
  padding: 71px 0 94px 45px;
  font-size: 28px;
  line-height: 1.714em;
}

figure {
  margin-bottom: 10px;
}

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

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

.flex {
  display: flex;
}

.bg-primary-1 {
  background-color: #6d72f6;
}

.bg-primary-2 {
  background-color: #08ce8a;
}

.bg-secondary-1 {
  background-color: #efefff;
}

.bg-secondary-2 {
  background-color: #ecebff;
}

.bg-secondary-3 {
  background-color: #f2eaff;
}

.bg-neutral-700 {
  background-color: #404075;
}

.bg-neutral-600 {
  background-color: #73739a;
}

.bg-neutral-500 {
  background-color: #b5b5d4;
}

.bg-neutral-400 {
  background-color: #d9d9e9;
}

.bg-neutral-300 {
  background-color: #ececf6;
}

.bg-neutral-200 {
  background-color: #f7f7fc;
}

.bg-neutral-100 {
  background-color: #fff;
}

.style-guide-sidebar {
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  flex: 0 14em;
  margin-right: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.container-default {
  max-width: 1270px;
  flex: 1;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.container-default._404 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-content {
  max-width: 100%;
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  margin-left: 18px;
  box-shadow: 0 8px 22px rgba(35, 30, 97, .13);
}

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.style-guide-title {
  margin-top: 0;
}

.style-guide-header {
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style-guide-icon-link {
  width: 56px;
  height: 56px;
  background-color: #6d72f6;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: #73739a;
  border-radius: 14px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.style-guide-link:hover {
  color: #6d72f6;
  background-color: #efefff;
}

.style-guide-link.w--current {
  color: #6d72f6;
  background-color: #efefff;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  color: #1c1c57;
  border-bottom: 1px solid #ececf6;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid #ececf6;
  margin-top: 24px;
  padding-top: 24px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-container {
  background-color: #fff;
  border: 1px solid #ececf6;
  border-radius: 16px;
  box-shadow: 0 12px 22px rgba(28, 28, 87, .05);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-content {
  border-top: 1px solid #ececf6;
  padding: 22px 16px 24px;
}

.color-title {
  color: #1c1c57;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: #73739a;
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  border-bottom: 1px solid #ececf6;
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 592px;
}

.typography-details {
  color: #6d72f6;
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.style-guide-subheader {
  background-color: #f7f7fc;
  padding: 56px 68px;
}

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 80px);
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-primary {
  color: #2c2c2d;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #6d72f6;
  background-image: linear-gradient(81deg, #ffcc3b, #ffcc3b 72.66%, #ff834d);
  border-radius: 14px;
  padding: 26px 40px;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  line-height: 1.111em;
  transition: box-shadow .3s, transform .3s, background-color .3s;
}

.button-primary:hover {
  color: #2c2c2d;
  background-color: #5055df;
  transform: translate3d(0, -3px, .01px);
  box-shadow: 0 10px 30px rgba(255, 204, 59, .15);
}

.button-primary.small {
  border-radius: 10px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.large {
  padding: 26px 68px;
  font-size: 22px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.full-width.add-cart {
  width: 100%;
}

.button-primary.full-width.card-plan {
  transition-property: none;
}

.button-primary.full-width.card-plan:hover {
  box-shadow: none;
  background-color: #6d72f6;
  transform: none;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-primary._2-buttons-button {
  color: #2c2c2d;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 2px solid #fff;
  margin-bottom: 15px;
  margin-right: 28px;
  font-family: Outfit, sans-serif;
  text-decoration: none;
}

.button-primary.bg-primary-2 {
  background-color: #08ce8a;
}

.button-primary.bg-primary-2:hover {
  background-color: #1c1c57;
}

.button-primary.bg-primary-2._2-buttons-button {
  background-color: rgba(0, 0, 0, 0);
}

.button-primary.header-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-left: 20px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.cart-empty {
  margin-top: 40px;
}

.button-primary.blog-post-category {
  border-radius: 10px;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125em;
}

.button-primary.headerbuttonsignin {
  color: #fff;
  background-color: #2c2c2d;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 18px 24px;
}

.button-primary._2-buttons-1 {
  text-align: center;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 800;
  display: block;
  position: static;
}

.button-primary.price-button {
  width: 100%;
}

.button-secondary {
  color: #6d72f6;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #ececf6;
  border-radius: 14px;
  padding: 26px 40px;
  line-height: 1.111em;
  transition: border-color .3s, box-shadow .3s, transform .3s, color .3s;
  box-shadow: 0 3px 18px rgba(74, 58, 255, .11);
}

.button-secondary:hover {
  color: #08ce8a;
  border-color: #d9d9e9;
  transform: translate3d(0, -3px, .01px);
  box-shadow: 0 10px 30px rgba(74, 58, 255, .15);
}

.button-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-secondary.large {
  padding: 26px 68px;
  font-size: 22px;
}

.button-secondary.discounts {
  height: auto;
  border-width: 1px;
  flex: 0 auto;
  margin-left: 0;
  padding-bottom: 26px;
  padding-left: 16px;
  padding-right: 16px;
}

.button-secondary._2-buttons-button {
  color: #fff;
  background-color: #2c2c2d;
  border-style: none;
  margin-bottom: 15px;
  font-family: Outfit, sans-serif;
}

.button-secondary._2-buttons-button.store-1 {
  margin-right: 24px;
  padding: 17px 34px;
  transition: box-shadow .3s, transform .3s;
}

.button-secondary._2-buttons-button.store-2 {
  padding: 17px 34px;
  transition: box-shadow .3s, transform .3s;
}

.button-secondary._2-buttons-button.store-footer-1 {
  margin-right: 20px;
  padding: 14px 25px;
  transition: box-shadow .3s, transform .3s;
}

.button-secondary._2-buttons-button.store-footer-2 {
  padding: 14px 25px;
  transition: box-shadow .3s, transform .3s;
}

.button-secondary.outline {
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .3s, border-color .3s, transform .3s, color .3s;
}

.button-secondary.outline:hover {
  box-shadow: none;
  color: #6d72f6;
  background-color: #fff;
  border-color: #fff;
}

.button-secondary.outline._2-buttons-button {
  color: #fff;
  background-color: #2c2c2d;
  border-color: #2c2c2d;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width.buy-now {
  margin-top: 16px;
}

.button-secondary.pagination {
  margin-top: 80px;
  font-size: 18px;
}

.style-guide-button-container {
  margin-top: 32px;
}

.cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.header {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header-logo {
  width: 170px;
  max-width: none;
}

.header-logo.logo-1 {
  display: block;
}

.header-logo.logo-2 {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  overflow: hidden;
}

.header-navigation {
  width: auto;
  max-width: none;
  min-width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #2c2c2d;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  list-style-type: none;
  display: flex;
  position: static;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
}

.nav-item-wrapper.last {
  min-width: auto;
  flex: 0 auto;
  order: 1;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.nav-item-wrapper.button-mobile {
  margin-right: 0;
  display: none;
}

.nav-item-wrapper.last {
  margin-right: 0;
}

.nav-link {
  max-width: none;
  min-width: auto;
  color: #2c2c2d;
  text-align: left;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  text-decoration: none;
  display: inline-block;
  position: static;
  overflow: visible;
}

.nav-link.w--current {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.nav-link.dropdown {
  padding: 0;
}

.nav-link.dropdown:hover {
  color: #ff5f6f;
}

.nav-menu {
  max-width: none;
  margin-right: 50px;
}

.footer {
  outline-offset: 0px;
  background-color: #fff;
  border-top: 1px solid #d9d9e9;
  outline: 0 #73739a;
  padding-top: 100px;
  padding-bottom: 38px;
  display: block;
}

.footer-logo-container {
  transform-style: preserve-3d;
  margin-right: 33px;
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale3d(1.03, 1.03, 1.01);
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 30px;
  padding-left: 0;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-logo {
  width: 198px;
  max-width: 65%;
}

.footer-nav-item {
  margin-bottom: 14px;
}

.page-wrapper {
  max-width: none;
  object-fit: fill;
  display: block;
}

.section {
  text-align: justify;
  padding-top: 0;
  padding-bottom: 150px;
}

.section.home-hero {
  background-image: linear-gradient(29deg, #ffcc3b 77%, #ff5f6f);
  margin-top: -100px;
  padding-top: 150px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.bg-neutral-200 {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
  display: block;
}

.section.bg-neutral-200.steps {
  background-color: rgba(255, 204, 59, .05);
}

.section.bg-neutral-200.home-testimonials {
  padding-top: 0;
  display: none;
  overflow: hidden;
}

.section.bg-primary-1.cta-1 {
  background-image: linear-gradient(23deg, #ffcc3b, #ff834d);
  border: 1px #2c2c2d;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.bg-primary-1.cta-2 {
  background-image: linear-gradient(37deg, #ffcc3b, #ff834d);
  align-items: center;
  padding-top: 147px;
  padding-bottom: 147px;
  display: flex;
  overflow: hidden;
}

.section.home-download {
  position: relative;
  overflow: hidden;
}

.section.about-hero {
  background-image: linear-gradient(#f7f7fc, #fff 50%);
  padding-top: 120px;
  padding-bottom: 0;
}

.section.home-perks {
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.careers-hero {
  background-image: linear-gradient(#f7f7fc, #fff);
  padding-top: 120px;
  padding-bottom: 108px;
}

.section.careers-perks {
  padding-top: 92px;
  padding-bottom: 192px;
}

.section.career {
  padding-top: 120px;
  padding-bottom: 160px;
}

.section.blog-hero {
  padding-top: 120px;
  position: relative;
}

.section.post {
  padding-top: 120px;
  padding-bottom: 156px;
  position: relative;
  overflow: hidden;
}

.section.pricing {
  background-image: linear-gradient(#f7f7fc, #fff 64%);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.plan {
  padding-top: 120px;
  padding-bottom: 164px;
}

.section.contact-hero {
  background-image: linear-gradient(#f7f7fc, #fff);
  padding-top: 120px;
  padding-bottom: 0;
}

.section.blog-category {
  padding-top: 120px;
}

.section.team {
  background-image: linear-gradient(#f7f7fc, #fff);
  padding-top: 120px;
}

.section.utility-page {
  background-color: #f7f7fc;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.how-it-works {
  background-color: rgba(255, 204, 59, .05);
  padding-top: 150px;
  padding-bottom: 0;
}

.licenses-image {
  border-radius: 16px;
}

.utility-page-wrap {
  min-height: 800px;
  justify-content: center;
  align-items: center;
  padding: 60px 24px;
  display: flex;
}

.utility-page-wrap._404 {
  padding-left: 0;
  padding-right: 0;
}

.utility-page-content-password {
  width: 100%;
  max-width: 580px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ececf6;
  border-radius: 32px;
  flex-direction: column;
  padding: 72px 50px;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  display: flex;
  box-shadow: 0 18px 30px rgba(28, 28, 87, .05);
}

.utility-page-content-password:hover {
  border-color: #d9d9e9;
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px rgba(28, 28, 87, .08);
}

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

.input {
  min-height: 74px;
  color: #2c2c2d;
  background-color: #fff;
  border: 1px solid #ececf6;
  border-radius: 9px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  transition: box-shadow .3s, border-color .3s, color .3s;
  box-shadow: 0 2px 8px rgba(28, 28, 87, .05);
}

.input:hover {
  border-color: #6d72f6;
  box-shadow: 0 5px 14px rgba(109, 114, 246, .1);
}

.input:focus, .input.-wfp-focus {
  color: #1c1c57;
  border-color: #6d72f6;
  font-size: 18px;
  box-shadow: 0 5px 14px rgba(109, 114, 246, .1);
}

.input::-ms-input-placeholder {
  color: #2c2c2d;
  font-size: 18px;
}

.input::placeholder {
  color: #2c2c2d;
  font-size: 18px;
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  margin-bottom: 16px;
}

.input.discounts {
  width: 100%;
  border-width: 1px;
  flex: 0 auto;
  margin-bottom: 16px;
}

.input.cart-item-quantity {
  min-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

._404-title {
  color: #6d72f6;
  margin-right: 40px;
  font-size: 180px;
  font-weight: 700;
  line-height: 1em;
}

.container-medium-761px {
  max-width: 761px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-761px.changelog {
  margin-top: -260px;
}

.container-medium-761px.utility-page {
  text-align: center;
}

.divider {
  width: 100%;
  min-height: 1px;
  background-color: #d9d9e9;
  margin-bottom: 100px;
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.about-hero {
  margin-top: 67px;
  margin-bottom: 67px;
}

.divider.card-plan {
  margin-top: 49px;
  margin-bottom: 40px;
}

.divider.plan {
  background-color: #ececf6;
  margin-top: 71px;
  margin-bottom: 66px;
}

.icon-password {
  width: 150px;
  height: 150px;
  background-color: #f7f7fc;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.paragraph.password, .paragraph._404 {
  margin-bottom: 40px;
}

.paragraph.home-hero {
  max-width: 507px;
  color: #2c2c2d;
  margin-top: 21px;
  margin-bottom: 48px;
  font-family: Outfit, sans-serif;
}

.paragraph.home-perks-featured-top-content-paragraph {
  color: #2c2c2d;
  margin-bottom: 36px;
  font-family: Outfit, sans-serif;
}

.paragraph.home-perks-featured-bottom-content-paragraph {
  color: #2c2c2d;
  margin-bottom: 36px;
  padding-right: 70px;
  font-family: Outfit, sans-serif;
}

.paragraph.neutral-300 {
  color: #ececf6;
}

.paragraph.neutral-300.cta-1 {
  color: #2c2c2d;
  margin-bottom: 48px;
  font-family: Outfit, sans-serif;
}

.paragraph.neutral-300.cta-2 {
  color: #2c2c2d;
  margin-bottom: 40px;
  font-family: Outfit, sans-serif;
}

.paragraph.neutral-300.card-footer-download, .paragraph.card-home-perk {
  color: #2c2c2d;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.paragraph.card-home-testimonial {
  color: #2c2c2d;
  margin-bottom: 22px;
  font-family: Outfit, sans-serif;
}

.paragraph.home-download {
  color: #2c2c2d;
  margin-bottom: 32px;
  font-family: Outfit, sans-serif;
}

.paragraph.step-tab-link-paragraph, .paragraph.home-testimonials {
  color: #2c2c2d;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.paragraph.card-value, .paragraph.card-timeline-year {
  margin-bottom: 0;
}

.paragraph.careers-hero {
  max-width: 624px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.careers-perks {
  max-width: 416px;
  margin-bottom: 0;
}

.paragraph.careers-perk {
  margin-bottom: 0;
}

.paragraph.open-positions {
  max-width: 464px;
  margin-bottom: 0;
}

.paragraph.card-career-item {
  margin-bottom: 0;
}

.paragraph.open-positions-contact {
  margin-bottom: 48px;
}

.paragraph.job-description-summary {
  margin-bottom: 40px;
}

.paragraph.card-career-apply {
  margin-bottom: 25px;
}

.paragraph.card-post-featured {
  margin-bottom: 40px;
}

.paragraph.post-item {
  margin-bottom: 36px;
}

.paragraph.post-excerpt {
  max-width: 621px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-post-author {
  margin-bottom: 0;
}

.paragraph.pricing, .paragraph.card-plan-excerpt {
  color: #2c2c2d;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.paragraph.faqs {
  color: #2c2c2d;
  margin-bottom: 48px;
  font-family: Outfit, sans-serif;
}

.paragraph.faq {
  color: #2c2c2d;
  margin-bottom: 6px;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.paragraph.plan-description-excerpt {
  max-width: 525px;
  margin-bottom: 50px;
}

.paragraph.card-get-plan {
  margin-bottom: 14px;
}

.paragraph.contact-hero {
  color: #2c2c2d;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.paragraph.contact-link {
  color: #2c2c2d;
  margin-bottom: 30px;
  font-family: Outfit, sans-serif;
}

.paragraph.contact {
  color: #2c2c2d;
  margin-bottom: 48px;
  font-family: Outfit, sans-serif;
}

.paragraph.team-about-summary {
  margin-bottom: 32px;
}

.paragraph.utility-page, .paragraph.card-default, .paragraph.card-home-perk {
  margin-bottom: 0;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.625em;
}

.card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(28, 28, 87, .05);
}

.card.changelog {
  text-align: center;
  border: 1px solid #ececf6;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 60px 50px;
}

.card.changelog.last {
  margin-bottom: 0;
}

.card.checkout {
  border: 1px solid #ececf6;
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0;
}

.card.checkout.order-summary {
  box-shadow: none;
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.home-perk {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 58px 40px;
}

.card.home-testimonial {
  max-width: 540px;
  flex-direction: column;
  margin-left: 30px;
  padding: 51px 48px 55px;
  display: flex;
  overflow: visible;
}

.card.footer-download {
  max-width: 494px;
  background-color: #ffcc3b;
  background-image: linear-gradient(81deg, #ffcc3b, #ffcc3b 72.66%, #ff834d);
  padding: 65px 56px;
}

.card.step-tab-link {
  box-shadow: none;
  color: #73739a;
  background-color: rgba(0, 0, 0, 0);
  order: -1;
  margin-bottom: 33px;
  padding: 0 47px;
}

.card.step-tab-link:hover {
  color: #73739a;
}

.card.step-tab-link.w--current {
  background-color: #fff;
  order: -1;
  padding-top: 52px;
  padding-bottom: 52px;
  box-shadow: 0 18px 30px rgba(28, 28, 87, .05);
}

.card.step-tab-link.last {
  order: 1;
  margin-bottom: 33px;
}

.card.value {
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 48px 60px;
  display: flex;
}

.card.timeline-year {
  max-width: 555px;
  padding: 48px;
  transform: perspective(1000px);
}

.card.timeline-year._1 {
  transform-origin: 100%;
}

.card.timeline-year._2 {
  transform-origin: 0%;
}

.card.career-item {
  max-width: 577px;
  min-height: 100%;
  color: #73739a;
  border: 1px solid #ececf6;
  flex-direction: column;
  padding: 46px 30px 58px;
  text-decoration: none;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  display: flex;
}

.card.career-item:hover {
  color: #73739a;
  border-color: #d9d9e9;
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px rgba(28, 28, 87, .08);
}

.card.career-apply {
  border: 1px solid #ececf6;
  padding: 62px 30px 72px;
  transition: box-shadow .3s, border-color .3s;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.card.career-apply:hover {
  border-color: #d9d9e9;
  box-shadow: 0 25px 35px rgba(28, 28, 87, .08);
}

.card.post-featured {
  color: #73739a;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 41px 52px 41px 64px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.post-featured:hover {
  color: #73739a;
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px rgba(28, 28, 87, .08);
}

.card.post-author {
  max-width: 962px;
  border: 1px solid #ececf6;
  border-radius: 34px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 68px 80px 77px;
  transition: box-shadow .3s, border-color .3s, transform .3s;
  display: flex;
}

.card.post-author:hover {
  border-color: #d9d9e9;
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px rgba(28, 28, 87, .08);
}

.card.plan {
  min-height: 100%;
  color: #73739a;
  border: 1px solid #ececf6;
  flex-direction: column;
  padding-bottom: 56px;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, transform .3s;
  display: flex;
  overflow: visible;
}

.card.plan:hover {
  color: #73739a;
  border-color: #d9d9e9;
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px rgba(28, 28, 87, .08);
}

.card.faq {
  cursor: pointer;
  mix-blend-mode: normal;
  border: 1px solid #ececf6;
  margin-bottom: 32px;
  padding: 50px 48px;
  transition: box-shadow .3s, border-color .3s, transform .3s;
  position: static;
  transform: translate(0);
  box-shadow: 0 5px 14px rgba(28, 28, 87, .05);
}

.card.faq:hover {
  border-color: #ff5f6f;
  transform: translate(0, -4px);
  box-shadow: 0 10px 25px rgba(28, 28, 87, .08);
}

.card.get-plan {
  border: 1px solid #ececf6;
  padding: 48px 48px 64px;
  transition: box-shadow .3s, border-color .3s;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.card.get-plan:hover {
  border-color: #d9d9e9;
  box-shadow: 0 25px 35px rgba(28, 28, 87, .08);
}

.card.get-plan.mobile {
  display: none;
}

.card.contact-link {
  color: #73739a;
  text-align: center;
  border: 1px solid #ececf6;
  padding: 51px 40px 82px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s, transform .3s;
}

.card.contact-link:hover {
  color: #73739a;
  border-color: #d9d9e9;
  transform: translate(0, -4px);
  box-shadow: 0 25px 35px rgba(28, 28, 87, .08);
}

.card.contact {
  width: 100%;
  max-width: 702px;
  min-height: 795px;
  border: 1px solid #ececf6;
  align-items: center;
  padding: 80px 48px;
  display: none;
}

.card.team {
  text-align: center;
  border: 1px solid #ececf6;
  border-radius: 34px;
  margin-top: 150px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  padding-left: 77px;
  padding-right: 68px;
  overflow: visible;
}

.card.default {
  border: 1px solid #ececf6;
  padding: 58px 40px;
}

.card.faq-2 {
  margin-bottom: 32px;
  padding: 50px 48px;
}

.card.pricing-card {
  text-align: center;
  margin: 50px 0;
  padding: 48px 35px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 100px 0 200px;
}

.checkout-block-header {
  border-width: 0;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

.title {
  text-align: center;
  margin-bottom: 0;
}

.title.checkout {
  margin-bottom: 0;
}

.title.order-item-title {
  color: #1c1c57;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.title.order-item-title:hover {
  color: #08ce8a;
}

.title.neutral-100 {
  color: #2c2c2d;
  text-align: left;
  font-family: Outfit, sans-serif;
}

.title.neutral-100.cta-2 {
  color: #2c2c2d;
  text-align: left;
  margin-bottom: 18px;
}

.title.card-home-perk {
  color: #2c2c2d;
  text-align: center;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
}

.title.card-home-testimonial {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.title.footer-menu {
  color: #2c2c2d;
  margin-bottom: 30px;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  line-height: 1.333em;
}

.title.h3-size {
  color: #1c1c57;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5em;
}

.title.h3-size.card-footer-download {
  color: #2c2c2d;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
}

.title.h3-size.card-career-apply {
  margin-bottom: 15px;
}

.title.h3-size.card-post-author {
  margin-bottom: 10px;
}

.title.h3-size.card-plan {
  color: #2c2c2d;
  margin-bottom: 7px;
  font-family: Outfit, sans-serif;
}

.title.h3-size.card-get-plan {
  margin-bottom: 14px;
}

.title.h3-size.card-contact-link {
  color: #2c2c2d;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
}

.title.step-tab-link-title {
  color: #2c2c2d;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
}

.title.home-testimonials {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.title.home-perks-featured-bottom-title {
  color: #2c2c2d;
  text-align: left;
  margin-bottom: 24px;
  padding-right: 70px;
  font-family: Outfit, sans-serif;
}

.title.home-perks-featured-top-title {
  color: #2c2c2d;
  text-align: left;
  font-family: Outfit, sans-serif;
}

.title.home-hero {
  color: #2c2c2d;
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: 60px;
}

.title.home-perks {
  color: #2c2c2d;
  text-align: center;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.title.about-hero {
  max-width: 1000px;
  color: #2c2c2d;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Outfit, sans-serif;
}

.title.about-hero-vision-mission, .title.values {
  color: #2c2c2d;
  text-align: left;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.title.card-value {
  margin-bottom: 8px;
}

.title.h2-size {
  color: #1c1c57;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.4em;
}

.title.h2-size.team-item-name {
  margin-bottom: 8px;
}

.title.about-story, .title.about-team {
  margin-bottom: 0;
}

.title.card-timeline-year {
  margin-bottom: 13px;
}

.title.careers-perk {
  margin-bottom: 22px;
}

.title.careers-testimonials {
  margin-bottom: 0;
}

.title.open-positions {
  margin-bottom: 0;
  margin-right: 30px;
}

.title.card-career-item {
  margin-bottom: 11px;
}

.title.more-positions {
  margin-bottom: 0;
}

.title.career {
  margin-bottom: 37px;
}

.title.card-post-featured {
  margin-bottom: 18px;
}

.title.blog-hero {
  margin-bottom: 47px;
}

.title.blog {
  margin-bottom: 0;
  margin-right: 30px;
}

.title.post-item {
  margin-bottom: 16px;
}

.title.more-articles {
  margin-bottom: 0;
}

.title.pricing {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.title.h4-size {
  color: #1c1c57;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.545em;
}

.title.h4-size.card-plan-features {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.title.faqs {
  color: #2c2c2d;
  text-align: left;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.title.faq {
  color: #2c2c2d;
  text-align: left;
  margin-bottom: 0;
  margin-right: 30px;
  font-family: Outfit, sans-serif;
}

.title.plan {
  margin-bottom: 0;
  margin-right: 18px;
}

.title.h1-size {
  color: #1c1c57;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.161em;
}

.title.contact-hero {
  color: #2c2c2d;
  text-align: center;
  font-family: Outfit, sans-serif;
}

.title.contact {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.title.contact-social-media {
  color: #2c2c2d;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
  display: none;
}

.title.category {
  margin-bottom: 0;
  margin-right: 16px;
}

.title.team-name {
  margin-bottom: 10px;
}

.title.team-about, .title.team-articles {
  margin-bottom: 0;
  margin-right: 10px;
}

.title.changelog {
  margin-bottom: 0;
}

.title.password {
  margin-bottom: 16px;
}

.title.dropdown-nav-title {
  color: #1c1c57;
  margin-bottom: 31px;
  font-weight: 800;
  line-height: 1.333em;
}

.title.cart-item-title {
  color: #1c1c57;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.title.cart-item-title:hover {
  color: #08ce8a;
}

.title.cart-item-title {
  color: #1c1c57;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.title.cart-item-title:hover {
  color: #08ce8a;
}

.title.dropdown-nav-title {
  color: #1c1c57;
  margin-bottom: 31px;
  font-weight: 800;
  line-height: 1.333em;
}

.title.faq-title {
  color: #ff5f6f;
  font-family: Outfit, sans-serif;
}

.title.card-home-perk {
  margin-bottom: 24px;
}

.title.premium-plan-include {
  text-align: left;
  margin-bottom: 24px;
}

.split-content.checkout-left, .split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-left {
  min-width: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.split-content.footer-content-bottom-left {
  flex: 0 auto;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.split-content.content-top-more-positions-left {
  max-width: 597px;
}

.split-content.plan-content {
  max-width: 756px;
  margin-right: 30px;
}

.split-content.plan-sidebar {
  max-width: 416px;
}

.split-content.content-top-team-articles-left {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.checkout-field-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkout-required-text {
  color: #08ce8a;
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

.checkout-checkbox-label {
  margin-bottom: 0;
}

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 25px;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.order-item-image {
  max-width: 80px;
  border-radius: 26px;
  margin-bottom: 15px;
  margin-right: 20px;
  transition-property: transform;
  box-shadow: 0 5px 21px rgba(109, 114, 246, .16);
}

.image-wrapper.order-item-image:hover {
  transform: scale(1.05)translate(0);
}

.image-wrapper.about-hero {
  border-radius: 60px;
  margin-bottom: 200px;
}

.image-wrapper.team-item-image {
  border-radius: 26px;
  margin-bottom: 28px;
}

.image-wrapper.card-post-featured {
  max-width: 43%;
  border-radius: 9999px;
}

.image-wrapper.post-item {
  max-width: 100%;
  border-radius: 1000000000px;
  margin-bottom: 32px;
}

.image-wrapper.post-author-link-image {
  width: 47px;
  min-height: 47px;
  min-width: 47px;
  border-radius: 1000px;
  margin-right: 16px;
}

.image-wrapper.card-post-author {
  width: 100%;
  max-width: 310px;
  border-radius: 99999px;
  margin-right: 30px;
}

.image-wrapper.card-plan-icon {
  width: 96px;
  min-height: 96px;
  min-width: 96px;
  border-radius: 26px;
  margin-bottom: 24px;
}

.image-wrapper.card-contact-link-icon {
  width: 112px;
  min-height: 112px;
  min-width: 112px;
  border-radius: 31px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 7px 27px rgba(109, 114, 246, .16);
}

.image-wrapper.team {
  width: 100%;
  max-width: 310px;
  border-radius: 99999px;
  margin-bottom: 40px;
}

.image-wrapper.cart-item-image {
  max-width: 80px;
  border-radius: 26px;
  margin-bottom: 15px;
  margin-right: 20px;
  transition-property: transform;
  box-shadow: 0 5px 21px rgba(109, 114, 246, .16);
}

.image-wrapper.cart-item-image:hover {
  transform: scale(1.05)translate(0);
}

.image-wrapper.cart-item-image {
  max-width: 80px;
  border-radius: 26px;
  margin-bottom: 15px;
  margin-right: 20px;
  transition-property: transform;
  box-shadow: 0 5px 21px rgba(109, 114, 246, .16);
}

.image-wrapper.cart-item-image:hover {
  transform: scale(1.05)translate(0);
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.home-hero-1 {
  z-index: 1;
  max-width: 90%;
  margin-top: -21px;
  margin-bottom: -47px;
  position: relative;
}

.image.home-hero-partner-logo {
  margin-right: 15px;
}

.image.home-perk-featured-top-icon, .image.home-perk-featured-bottom-icon {
  max-width: 28px;
  border-radius: 9999px;
  margin-right: 14px;
}

.image.home-perks-featured-top-image {
  z-index: 1;
  max-width: 60%;
  object-fit: fill;
  margin-top: -32px;
  margin-bottom: -3px;
  position: relative;
  top: 40px;
  left: 26px;
}

.image.home-perks-featured-bottom-image {
  z-index: 1;
  max-width: 60%;
  margin-top: -57px;
  margin-bottom: -82px;
  margin-right: 30px;
  position: relative;
  right: auto;
}

.image.card-home-perk-icon {
  max-width: 115px;
  margin-bottom: 33px;
}

.image.card-home-testimonial-about {
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 25px;
  margin-right: 25px;
}

.image.home-download-feature-icon {
  max-width: 28px;
  border-radius: 9999px;
  margin-right: 14px;
}

.image.cta-1 {
  z-index: 1;
  max-width: 60%;
  text-align: center;
  margin-top: -66px;
  margin-bottom: -36px;
  margin-right: 30px;
  position: relative;
  bottom: 14px;
  right: auto;
}

.image.home-download {
  max-width: 110%;
  margin-top: -36px;
  margin-bottom: -117px;
  position: relative;
}

.image.cta-2 {
  z-index: 1;
  max-width: 70%;
  margin-top: -81px;
  margin-bottom: -54px;
  margin-right: 100px;
  position: relative;
  bottom: -131px;
}

.image.step-mockup {
  z-index: 1;
  max-width: 70%;
  border-radius: 7px;
  flex: 0 auto;
  align-self: auto;
  position: relative;
}

.image.store {
  min-height: 32px;
}

.image.store-footer {
  min-height: 26px;
}

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

.image.card-value {
  width: 94px;
  min-height: 94px;
  min-width: 94px;
  border-radius: 30px;
  margin-right: 30px;
  box-shadow: 0 7px 27px rgba(109, 114, 246, .16);
}

.image.team-item-image {
  width: 100%;
  object-fit: cover;
}

.image.timeline-dot {
  z-index: 1;
  width: 47px;
  max-height: 47px;
  min-height: 47px;
  min-width: 47px;
  border: 3px solid #fff;
  border-radius: 9999px;
  position: relative;
  box-shadow: 0 11px 23px rgba(109, 114, 246, .32);
}

.image.careers-perk-icon {
  width: 78px;
  min-height: 78px;
  min-width: 78px;
  border-radius: 20px;
  margin-bottom: 32px;
  box-shadow: 0 5px 21px rgba(109, 114, 246, .16);
}

.image.card-career-apply-icon {
  max-width: 113px;
  margin-bottom: 27px;
}

.image.card-post-featured {
  width: 100%;
  object-fit: cover;
}

.image.card-post-featured-author {
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  border-radius: 9999px;
  margin-right: 16px;
}

.image.post-item, .image.post, .image.post-author-link-image, .image.card-post-author, .image.card-plan-icon, .image.card-contact-link-icon, .image.team {
  width: 100%;
  object-fit: cover;
}

.image.style-guide-icon {
  max-width: 80px;
  border-radius: 20px;
}

.image.cart-item-image {
  width: auto;
  height: auto;
}

.order-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price {
  color: #1c1c57;
  font-weight: 800;
}

.apple-pay {
  height: 56px;
  border-radius: 14px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: #1c1c57;
  font-weight: 600;
}

.order-summary-total {
  color: #1c1c57;
  font-size: 20px;
  font-weight: 800;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-button {
  color: #1c1c57;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  transition-property: transform;
  position: relative;
  transform: translate3d(0, 0, .01px);
}

.cart-button:hover {
  transform: translate(0, -2px);
}

.cart-quantity {
  height: auto;
  max-width: 50px;
  min-height: 20px;
  min-width: auto;
  color: #fff;
  text-shadow: 0 4px 3px #0e825a;
  background-color: rgba(8, 206, 138, .88);
  border-radius: 99999px;
  align-items: center;
  margin-left: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.077em;
  display: flex;
  position: absolute;
  top: 0;
  right: -12px;
  box-shadow: 0 4px 4px rgba(8, 206, 138, .3);
}

.cart-container {
  max-width: 500px;
  border: 1px solid #ececf6;
  border-radius: 20px;
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  height: 156px;
  border-radius: 16px;
  transition: box-shadow .35s, transform .35s;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(35, 32, 70, .17);
}

.licenses-link-image-container:hover {
  transform: translate(0, -4px);
  box-shadow: 0 8px 20px rgba(35, 32, 70, .26);
}

.bg-neutral-800 {
  background-color: #1c1c57;
}

.home-hero-content {
  z-index: 1;
  max-width: 51%;
  min-width: 504px;
  margin-left: 25px;
  margin-right: 10px;
  position: relative;
}

.subtitle-wrapper {
  color: #08ce8a;
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.125em;
  display: flex;
}

.subtitle-wrapper.center {
  justify-content: center;
}

.subtitle-wrapper.card-timeline-year {
  color: #6d72f6;
}

.subtitle-wrapper.contact {
  justify-content: center;
}

.subtitle-line {
  width: 40px;
  min-height: 2px;
  background-color: #ff5f6f;
  margin-right: 16px;
}

.subtitle-line.hidden {
  display: none;
}

.subtitle-line.home-hero {
  color: #ff5f6f;
  background-color: #ff5f6f;
}

.subtitle-line.card-timeline-year {
  background-color: #6d72f6;
}

._2-buttons {
  margin-bottom: -15px;
}

._2-buttons.card-footer-download-buttons {
  display: flex;
}

._2-buttons._2-buttons-2 {
  width: 100%;
}

.home-hero-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-right: -17px;
  display: flex;
  position: relative;
}

.home-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 117px;
  display: flex;
}

.bg {
  position: absolute;
}

.bg.home-hero-circle {
  width: 105%;
  min-height: 79%;
  min-width: 105%;
  background-image: linear-gradient(152.59deg, #ffcc3b, #ff5f6f);
  border-radius: 9999px;
  top: 86.219px;
  left: -32.4453px;
  right: 1.5px;
}

.bg.home-perks-featured-top-circle {
  width: 100%;
  min-height: 101%;
  min-width: 100%;
  background-image: linear-gradient(152.59deg, #e9eaff, #6d72f6);
  border-radius: 9999px;
}

.bg.home-download {
  z-index: 0;
  width: 100%;
  max-width: 42%;
  background-color: #6d72f6;
  top: 0;
  bottom: 0;
  left: 0;
}

.bg.home-hero-bg {
  z-index: -1;
  min-height: 1183px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg.home-perks-featured-bottom-circle {
  width: 77%;
  min-height: 71%;
  min-width: 77%;
  background-image: linear-gradient(152.59deg, #e9eaff, #6d72f6);
  border-radius: 9999px;
  bottom: 44px;
  left: -24px;
}

.bg.cta-1-circle {
  width: 100%;
  min-height: 103%;
  min-width: 100%;
  background-image: linear-gradient(153deg, #9599ff, #767bf8);
  border-radius: 1000px;
  bottom: 0;
  right: 0;
}

.bg.home-hero-bg-shape {
  max-width: 67%;
}

.bg.cta-2-circle {
  width: 770px;
  min-height: 770px;
  min-width: 770px;
  background-image: linear-gradient(153deg, #9599ff, #767bf8);
  border-radius: 9999px;
  bottom: -148.953px;
  left: 2.92188px;
}

.bg.step-circle {
  width: 100%;
  min-height: 84%;
  min-width: 100%;
  background-image: linear-gradient(153deg, #dbdcff, #6d72f6);
  border-radius: 99999px;
}

.bg.blog-hero {
  z-index: -1;
  width: 61%;
  background-color: #f7f7fc;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg.post-2 {
  z-index: -1;
  min-height: 453px;
  background-color: #f7f7fc;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.plan {
  z-index: -1;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bg.plan-shape {
  max-width: 66%;
  position: static;
}

.home-hero-partners {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.home-hero-partners-logos {
  width: 100%;
  max-width: 715px;
  flex: 1;
  justify-content: space-between;
  margin-right: -15px;
  display: flex;
}

.home-hero-partners-text {
  max-width: 29%;
  color: #2c2c2d;
  text-align: left;
  margin-right: 15px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 1.545em;
}

.home-perks-featured-top {
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 160px;
  display: flex;
}

.home-perks-featured-top-content {
  max-width: 43%;
}

.home-perks-featured-top-content-grid {
  grid-row-gap: 18px;
  grid-template: "."
                 "."
                 "Area"
                 "."
                 / 1fr;
  margin-bottom: 42px;
}

.home-perk-featured-top-wrapper {
  color: #1c1c57;
  align-items: flex-start;
  display: flex;
}

.home-perks-featured-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 120px;
  display: flex;
}

.home-perks-featured-bottom-content {
  max-width: 100%;
  margin-left: 25px;
}

.home-perk-featured-bottom-wrapper {
  color: #1c1c57;
  align-items: flex-start;
  display: flex;
}

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

.cta-1-content {
  max-width: 443px;
  min-width: 443px;
  margin-left: 25px;
  margin-right: 30px;
}

.container-medium-600px {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-600px.home-perks, .container-medium-600px.about-team {
  text-align: center;
  margin-bottom: 56px;
}

.container-medium-600px.about-story {
  text-align: center;
  margin-bottom: 114px;
}

.container-medium-600px.careers-testimonials {
  text-align: center;
  margin-bottom: 55px;
}

.home-perks-grid {
  max-width: 1270px;
  grid-column-gap: 26px;
  grid-row-gap: 59px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 56px;
  padding-left: 0;
}

.home-perks-featured-top-image-wrapper {
  max-width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-perks-featured-bottom-image-wrapper {
  max-width: 50%;
  text-align: center;
  position: relative;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: none;
}

.home-testimonials-grid {
  grid-column-gap: 55px;
  grid-row-gap: 40px;
  justify-items: end;
  margin-bottom: 54px;
  display: none;
}

.card-home-testimonial-about-wrapper {
  align-items: center;
  margin-top: auto;
  margin-left: -78px;
  display: flex;
}

.card-home-testimonial-about-name {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
  font-weight: 800;
  line-height: 1.333em;
}

.card-home-testimonial-about-location {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.home-testimonials-title-wrapper {
  max-width: 552px;
  margin-top: 28px;
}

.home-download-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.home-download-content {
  z-index: 1;
  max-width: 407px;
  position: relative;
}

.home-download-features-grid {
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 42px;
}

.home-download-feature-wrapper {
  color: #1c1c57;
  align-items: flex-start;
  display: flex;
}

.cta-2-content {
  z-index: 1;
  max-width: 46%;
  min-width: 491px;
  margin-left: 25px;
  position: relative;
}

.cta-1-image-wrapper {
  max-width: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.home-download-image-wrapper {
  z-index: 1;
  max-width: 59%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-2-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-2-images-wrapper {
  max-width: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: -140px;
}

.footer-content-top {
  justify-content: space-between;
  margin-bottom: 128px;
  display: flex;
}

.footer-menu-wrapper {
  margin-right: 40px;
}

.footer-menu-wrapper.last {
  margin-right: 0;
}

.footer-menu-wrapper.first {
  width: 100%;
  max-width: none;
}

.footer-menu-content {
  justify-content: space-between;
  margin-bottom: -14px;
  display: flex;
}

.footer-content-bottom {
  border-top: 1px solid #d9d9e9;
  justify-content: space-between;
  align-items: center;
  padding-top: 38px;
  display: flex;
}

.footer-menu-main-content {
  width: 100%;
  max-width: 400px;
  justify-content: space-between;
  margin-right: 40px;
  display: flex;
}

.footer-social-media-wrapper {
  width: 100%;
  max-width: 320px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-small-print {
  color: #2c2c2d;
  margin-left: auto;
  margin-right: auto;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.625em;
}

.link-decoration-none {
  color: #ff5f6f;
  text-decoration: none;
}

.footer-social-media-link {
  width: 36px;
  min-height: 36px;
  min-width: 36px;
  color: #2c2c2d;
  background-color: #ffcc3b;
  border: 3px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  font-family: Icons Finance X Template, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: none;
}

.footer-social-media-link:hover {
  color: #2c2c2d;
  background-color: #00af70;
}

.footer-social-media-link.icon-16px {
  font-size: 14px;
}

.footer-social-media-link.icon-18px, .footer-social-media-link.icon-22px {
  font-size: 18px;
}

.steps-tabs {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.steps-tabs-menu {
  width: 100%;
  max-width: 46%;
  min-width: 498px;
  flex-direction: column;
  margin-left: auto;
  display: flex;
}

.steps-tabs-content {
  width: 100%;
  max-width: 49%;
  overflow: visible;
}

.step-images-wrapper {
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.home-perks-featured-bottom-content-grid {
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 42px;
}

.about-hero-achievements-wrapper {
  max-width: 1066px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-hero-achievement-wrapper {
  text-align: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.about-hero-achievement-number {
  color: #2c2c2d;
  margin-bottom: 13px;
  font-family: Outfit, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.103em;
}

.about-hero-achievement-text {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.accent-text-primary-1 {
  color: #ff5f6f;
}

.about-hero-vision-mission-wrapper {
  justify-content: space-between;
  display: flex;
}

.about-hero-vision-mission-content {
  max-width: 558px;
  margin-right: 40px;
}

.about-hero-vision-mission-content.last {
  margin-right: 0;
}

.values-title-wrapper {
  max-width: 597px;
  margin-bottom: 48px;
}

.values-grid {
  grid-column-gap: 26px;
  grid-row-gap: 30px;
}

.card-value-content {
  max-width: 357px;
}

.about-team-grid {
  grid-column-gap: 26px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 58px;
  display: grid;
}

.team-item-wrapper {
  width: 100%;
  color: #73739a;
  text-decoration: none;
}

.team-item-wrapper:hover {
  color: #73739a;
}

.team-item-content {
  text-align: center;
}

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

.timeline-left {
  height: 880px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.timeline-center {
  min-height: 1177px;
  min-width: 90px;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-right {
  height: 911px;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  display: flex;
}

.timeline-line {
  width: 2px;
  height: 100%;
  background-color: #b5b5d4;
  position: absolute;
}

.timeline-dot {
  z-index: 1;
  width: 47px;
  max-height: 47px;
  min-height: 47px;
  min-width: 47px;
  background-color: rgba(109, 114, 246, .4);
  border: 3px solid #fff;
  border-radius: 99999px;
  position: relative;
  box-shadow: 0 11px 23px rgba(109, 114, 246, .32);
}

.container-large-1113px {
  max-width: 1113px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-large-1113px.careers-hero {
  text-align: center;
}

.careers-perks-wrapper {
  justify-content: space-between;
  display: flex;
}

.careers-perks-content {
  max-width: 459px;
  min-width: 359px;
  margin-right: 40px;
}

.careers-perks-grid {
  max-width: 701px;
  grid-column-gap: 48px;
  grid-row-gap: 40px;
}

.careers-testimonials-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-bottom: 56px;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-top.open-positions {
  margin-bottom: 64px;
}

.content-top.more-positions {
  margin-bottom: 48px;
}

.content-top.blog {
  margin-bottom: 80px;
}

.content-top.more-articles {
  margin-bottom: 66px;
}

.content-top.blog-category {
  text-align: center;
  flex-direction: column;
  margin-bottom: 80px;
}

.content-top.team-articles {
  margin-bottom: 66px;
}

.open-positions-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 54px;
  display: grid;
}

.open-positions-contact-wrapper {
  max-width: 636px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.card-career-item-content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.card-career-item-title-wrapper {
  margin-bottom: 22px;
  margin-right: 20px;
}

.card-career-item-about-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-right: -24px;
  display: flex;
}

.card-career-item-apply-button {
  color: #6d72f6;
  white-space: nowrap;
  background-color: #efefff;
  border-radius: 10px;
  margin-bottom: 22px;
  padding: 16px 14px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1em;
}

.card-career-item-about {
  align-items: center;
  margin-left: -6px;
  margin-right: 24px;
  display: flex;
}

.card-career-item-about-icon-wrapper {
  margin-bottom: -13px;
  margin-right: 6px;
}

.card-career-item-content-bottom {
  border-top: 1px solid #d9d9e9;
  margin-top: auto;
  padding-top: 24px;
}

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

.career-content {
  max-width: 55%;
  margin-right: 30px;
}

.career-sidebar {
  max-width: 416px;
  flex: 1;
}

.more-positions-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.career-about-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 23px;
  margin-right: -24px;
  display: flex;
}

.card-career-apply-perks-grid {
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 52px;
}

.card-career-apply-perk-wrapper {
  color: #1c1c57;
  align-items: flex-start;
  display: flex;
}

.card-career-apply-perk-icon {
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  border-radius: 9999px;
  margin-right: 14px;
  position: relative;
  top: 6px;
}

.card-post-featured-content {
  max-width: 563px;
  margin-right: 30px;
}

.card-post-featured-content-top {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-underline {
  color: #08ce8a;
  font-weight: 800;
  line-height: 1.222em;
  display: inline-block;
}

.link-underline.post-item {
  margin-bottom: 15px;
  margin-right: 30px;
}

.link-underline-wrapper {
  width: 100%;
  min-height: 2px;
  background-color: #d9d9e9;
  margin-top: 4px;
}

.underline {
  width: 100%;
  min-height: 2px;
  background-color: #08ce8a;
}

.card-post-featured-author-wrapper {
  align-items: center;
  margin-bottom: 16px;
  margin-right: 30px;
  display: flex;
}

.card-post-featured-date {
  margin-bottom: 16px;
  line-height: 1.333em;
}

.card-post-featured-author-name {
  color: #1c1c57;
  font-weight: 800;
  line-height: 1.333em;
}

.categories-wrapper {
  flex-wrap: wrap;
  margin-bottom: -21px;
  margin-right: -21px;
  display: flex;
}

.category-item {
  flex-wrap: wrap;
  margin-right: 21px;
  display: flex;
}

.category-button {
  color: #73739a;
  background-color: #f7f7fc;
  border-radius: 10px;
  margin-bottom: 21px;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1.125em;
  transition: background-color .3s, color .3s;
}

.category-button:hover, .category-button.w--current {
  color: #fff;
  background-color: #6d72f6;
}

.category-button.all {
  margin-bottom: 21px;
  margin-right: 21px;
}

.blog-grid {
  grid-column-gap: 60px;
  grid-row-gap: 119px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.post-item-wrapper {
  max-width: 540px;
  min-height: 100%;
  color: #73739a;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.post-item-wrapper:hover {
  color: #73739a;
}

.post-item-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.post-item-content-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: -15px;
  display: flex;
}

.post-item-date {
  color: #1c1c57;
  margin-bottom: 15px;
  font-weight: 700;
}

.container-large-1162px {
  max-width: 1162px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-large-1162px.post {
  text-align: center;
  margin-bottom: 56px;
}

.post-content {
  max-width: 828px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  max-width: 760px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text blockquote {
  max-width: 806px;
  margin: 24px auto;
}

.rich-text h3 {
  max-width: 760px;
  margin: 48px auto 16px;
}

.rich-text h4 {
  max-width: 760px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text ul {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text img {
  border-radius: 25px;
}

.rich-text figure {
  margin-top: 34px;
  margin-bottom: 60px;
}

.rich-text h5 {
  max-width: 760px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text ol {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text h6 {
  max-width: 760px;
  margin: 48px auto 8px;
}

.post-content-top {
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.post-content-about {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.post-author-link {
  color: #1c1c57;
  align-items: center;
  font-weight: 800;
  line-height: 1.333em;
  text-decoration: none;
  display: flex;
}

.post-content-about-divider {
  width: 1px;
  min-height: 30px;
  background-color: #d9d9e9;
  margin-left: 24px;
  margin-right: 19px;
}

.post-date {
  color: #1c1c57;
  font-weight: 700;
}

.card-post-author-content {
  max-width: 452px;
}

.card-post-author-content-top {
  color: #73739a;
  margin-bottom: 32px;
  text-decoration: none;
}

.card-post-author-content-top:hover {
  color: #73739a;
}

.card-post-author-rol {
  color: #08ce8a;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.125em;
}

.card-post-author-social-media-wrapper {
  width: 100%;
  max-width: 360px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: flex-start;
  align-items: center;
  margin-right: -24px;
  display: flex;
}

.card-post-author-social-media-link {
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  color: #fff;
  background-color: #6d72f6;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-family: Icons Finance X Template, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.card-post-author-social-media-link:hover {
  color: #fff;
  background-color: #08ce8a;
}

.card-post-author-social-media-link.icon-16px {
  font-size: 16px;
}

.card-post-author-social-media-link.icon-18px {
  font-size: 18px;
}

.post-main-image-wrapper {
  margin-bottom: 80px;
  position: relative;
}

.container-medium-672px {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-672px.pricing {
  text-align: center;
  margin-bottom: 58px;
}

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

.pricing-wrapper {
  justify-content: center;
  margin-right: -26px;
  display: flex;
}

.plan-item {
  max-width: 390px;
  margin-top: 40px;
  margin-right: 26px;
}

.card-plan-content {
  flex-direction: column;
  flex: 1;
  margin-top: -40px;
  display: flex;
}

.card-plan-content-bottom {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.card-plan-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.card-plan-price-wrapper {
  margin-bottom: 16px;
}

.plan-feature-wrapper {
  align-items: flex-start;
  display: flex;
}

.plan-feature-dot {
  width: 6px;
  min-height: 6px;
  min-width: 6px;
  color: #2c2c2d;
  background-color: #2c2c2d;
  border-radius: 99999px;
  margin-right: 14px;
  position: relative;
  top: 15px;
}

.card-plan-price {
  color: #2c2c2d;
  margin-bottom: 8px;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.474em;
}

.card-plan-duration {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1.143em;
}

.faqs-title-wrapper {
  max-width: 468px;
  margin-right: 30px;
}

.faqs-content {
  width: 100%;
  max-width: 702px;
  margin-bottom: -32px;
}

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

.card-faq-content-bottom {
  max-width: 550px;
}

.faq-icon-wrapper {
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #6d72f6;
  background-image: linear-gradient(81deg, #ffcc3b, #ffcc3b 72.66%, #ff834d);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(109, 114, 246, .23);
}

.space.faq {
  min-height: 10px;
}

.faq-icon-1 {
  width: 23px;
  min-height: 2px;
  background-color: #2c2c2d;
  border-radius: 999999px;
  position: absolute;
}

.faq-icon-2 {
  width: 2px;
  min-height: 23px;
  background-color: #2c2c2d;
  border-radius: 999999px;
  position: absolute;
}

.card-plan-content-bottom-price {
  margin-top: auto;
}

.plan-feature-text {
  color: #2c2c2d;
  white-space: nowrap;
  font-family: Outfit, sans-serif;
}

.faqs-title-content {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

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

.plan-title-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.plan-features-title {
  color: #1c1c57;
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.545em;
}

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

.card-get-plan-price {
  color: #1c1c57;
  margin-bottom: 14px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.474em;
}

.add-cart-default-state {
  margin-bottom: 0;
}

.add-cart-option-list {
  margin-bottom: 32px;
}

.select-wrapper {
  min-height: 74px;
  border: 1px solid #ececf6;
  border-radius: 9px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .3s, border-color .3s;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(28, 28, 87, .05);
}

.select-wrapper:hover, .select-wrapper:focus {
  border-color: #6d72f6;
  box-shadow: 0 5px 14px rgba(109, 114, 246, .1);
}

.select-wrapper::-ms-input-placeholder {
  color: #73739a;
  font-size: 18px;
}

.select-wrapper::placeholder {
  color: #73739a;
  font-size: 18px;
}

.select-wrapper.checkout {
  margin-bottom: 16px;
}

.select {
  min-height: 74px;
  color: #73739a;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  transition: color .3s;
}

.select:hover, .select:focus {
  color: #1c1c57;
}

.select::-ms-input-placeholder {
  color: #73739a;
  font-size: 18px;
}

.select::placeholder {
  color: #73739a;
  font-size: 18px;
}

.plan-content-bottom {
  margin-bottom: -24px;
}

.rich-text-career {
  max-width: 660px;
}

.rich-text-career h2 {
  max-width: 760px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.5em;
}

.rich-text-career p {
  max-width: 760px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-career blockquote {
  max-width: 806px;
  margin: 24px auto;
}

.rich-text-career h3 {
  max-width: 760px;
  margin: 48px auto 16px;
  font-size: 22px;
  line-height: 1.545em;
}

.rich-text-career h4 {
  max-width: 760px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-career ul {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text-career img {
  border-radius: 25px;
}

.rich-text-career figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

.rich-text-career h5 {
  max-width: 760px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-career ol {
  max-width: 760px;
  margin: 24px auto;
  padding-left: 20px;
}

.rich-text-career h6 {
  max-width: 760px;
  margin: 48px auto 8px;
}

.container-medium-728px {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-728px.contact-hero {
  text-align: center;
  margin-bottom: 64px;
}

.contact-hero-grid {
  grid-column-gap: 26px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-contact-link-text {
  color: #ff5f6f;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.125em;
}

.contact-wrapper {
  justify-content: center;
  display: flex;
}

.contact-title-wrapper {
  max-width: 423px;
  text-align: justify;
  margin-right: 20px;
  display: inline;
}

.contact-social-media-wrapper {
  width: 100%;
  max-width: 320px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.contact-social-media-link {
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  color: #2c2c2d;
  background-color: #ffcc3b;
  border: 3px solid #2c2c2d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  font-family: Icons Finance X Template, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact-social-media-link:hover {
  color: #2c2c2d;
  background-color: #00af70;
}

.contact-social-media-link.icon-18px {
  font-size: 18px;
}

.contact-social-media-link.icon-16px {
  font-size: 16px;
}

.contact-social-media-link.icon-22px {
  font-size: 22px;
}

.contact-form-block {
  flex: 1;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 26px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Outfit, sans-serif;
  display: grid;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 169px;
  min-width: 100%;
  color: #1c1c57;
  background-color: #fff;
  border: 1px solid #ececf6;
  border-radius: 9px;
  margin-bottom: 0;
  padding: 25px 20px;
  font-size: 18px;
  transition: box-shadow .3s, border-color .3s, color .3s;
  box-shadow: 0 2px 8px rgba(28, 28, 87, .05);
}

.text-area:hover {
  border-color: #6d72f6;
  box-shadow: 0 5px 14px rgba(109, 114, 246, .1);
}

.text-area:focus {
  color: #1c1c57;
  border-color: #6d72f6;
  font-size: 18px;
  box-shadow: 0 5px 14px rgba(109, 114, 246, .1);
}

.text-area::-ms-input-placeholder {
  color: #2c2c2d;
  font-size: 18px;
}

.text-area::placeholder {
  color: #2c2c2d;
  font-size: 18px;
}

.category-title-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.category-title-wrapper.pricing-category {
  justify-content: center;
}

.category-title-wrapper.blog-category {
  justify-content: center;
  margin-bottom: 56px;
}

.team-content-top {
  margin-bottom: 21px;
}

.team-rol {
  color: #08ce8a;
  text-transform: uppercase;
  font-weight: 800;
}

.team-social-media-wrapper {
  width: 100%;
  max-width: 360px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: center;
  align-items: center;
  margin-right: -24px;
  display: flex;
}

.team-content-bottom {
  max-width: 734px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-social-media-link {
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  color: #fff;
  background-color: #6d72f6;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-family: Icons Finance X Template, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.team-social-media-link:hover {
  color: #fff;
  background-color: #08ce8a;
}

.team-social-media-link.icon-16px {
  font-size: 16px;
}

.team-social-media-link.icon-18px {
  font-size: 18px;
}

.card-team-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: -150px;
  display: flex;
}

.team-about-wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.team-about-title-wrapper {
  flex-wrap: wrap;
  margin-bottom: 24px;
  display: flex;
}

._404-content {
  max-width: 611px;
}

.order-item-option-result {
  color: #1c1c57;
  font-weight: 600;
}

.dropdown-nav-main-wrapper {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e2e3e9;
  border-radius: 30px;
  justify-content: space-between;
  padding: 60px 40px 45px;
  display: flex;
  box-shadow: 0 24px 38px rgba(8, 15, 52, .06);
}

.dropdown-nav-content {
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 40px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0;
}

.dropdown-nav-item {
  margin-bottom: 14px;
}

.dropdown-nav-link {
  color: #73739a;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-arrow {
  font-size: 6.5px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 30px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  right: -230px;
}

.cart-wrapper {
  z-index: 999;
  background-color: rgba(0, 0, 17, .8);
}

.brand {
  max-width: 300px;
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale3d(1.03, 1.03, 1.01);
}

.cart-item {
  justify-content: space-between;
}

.cart-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.cart-item-content {
  margin-left: 0;
  margin-right: 0;
}

.remove-button {
  text-decoration: none;
}

.cart-item-price, .cart-item-option-result {
  color: #1c1c57;
  font-weight: 600;
}

.cart-subtotal {
  color: #1c1c57;
  font-size: 22px;
  font-weight: 800;
}

.cart-header {
  border-bottom-color: #ececf6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.close-button {
  transition-property: transform;
  display: flex;
}

.close-button:hover {
  transform: scale(1.3);
}

.cart-footer {
  border-top-color: #ececf6;
  padding-top: 20px;
}

.empty-state {
  color: #404075;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ececf6;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  font-weight: 600;
  box-shadow: 0 18px 30px rgba(28, 28, 87, .05);
}

.empty-state.small {
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.empty-state.cart-empty {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #ff5f6f;
  border-radius: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ff5f6f;
  border-radius: 12px;
  align-self: stretch;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.card-post-author-name-wrapper {
  margin-bottom: 21px;
}

.home-page-load {
  z-index: 2147483647;
  width: 100vw;
  min-width: 100%;
  background-color: #5a5fcc;
  background-image: linear-gradient(#ffcc3b, #ffcc3b 0%, #ff834d 0%);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-page-load-solid {
  width: 100%;
  height: 100%;
  background-color: #6d72f6;
  background-image: linear-gradient(#ffcc3b, #ffcc3b 72.66%, #ff834d);
}

.footer-nav-link {
  color: #2c2c2d;
  white-space: nowrap;
  font-family: Outfit, sans-serif;
  text-decoration: none;
}

.footer-nav-link.w--current {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.team-members-number-wrapper {
  color: #1c1c57;
  background-color: #f7f7fc;
  border-radius: 26px;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  padding-top: 92%;
  font-size: 88px;
  line-height: 1.023em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-members-number {
  max-width: 95%;
  color: #1c1c57;
  justify-content: center;
  align-items: center;
  font-size: 88px;
  line-height: 1.023em;
  display: flex;
  position: absolute;
  top: 40%;
  bottom: 40%;
}

.team-members-wrapper {
  width: 100%;
  color: #73739a;
  text-decoration: none;
}

.team-members-wrapper:hover {
  color: #73739a;
}

.heading-size-h3 {
  color: #1c1c57;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5em;
}

.text-block, .text-block-2 {
  color: #ff5f6f;
  font-family: Outfit, sans-serif;
}

.text-block-3, .text-block-4, .text-block-5 {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.text-block-6 {
  color: #ff5f6f;
  font-family: Outfit, sans-serif;
}

.text-block-7, .text-block-8, .text-block-9 {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.text-block-10, .text-block-11 {
  color: #ff5f6f;
  font-family: Outfit, sans-serif;
}

.heading, .text-block-12, .text-block-13, .text-block-14 {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.text-block-15, .text-block-16, .text-block-17 {
  color: #ff5f6f;
  font-family: Outfit, sans-serif;
}

.cart-footer-2 {
  border-top-color: #ececf6;
  padding-top: 20px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #fa3b5e;
  border-radius: 12px;
  align-self: stretch;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.dropdown-nav-link-2, .nav-link-2 {
  color: #73739a;
  white-space: nowrap;
  text-decoration: none;
}

.nav-link-2.dropdown {
  padding: 0;
}

.nav-link-2.dropdown:hover {
  color: #08ce8a;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #6d72f6;
  border-radius: 14px;
  padding: 26px 40px;
  font-weight: 800;
  line-height: 1.111em;
  transition: box-shadow .3s, transform .3s, background-color .3s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #5055df;
  transform: translate3d(0, -3px, .01px);
  box-shadow: 0 10px 30px rgba(74, 58, 255, .15);
}

.button-primary-2.cart-empty {
  margin-top: 40px;
}

.button-primary-2.header-button {
  border-radius: 10px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary-2._2-buttons-button {
  margin-bottom: 15px;
  margin-right: 28px;
}

.cart-subtotal-2 {
  color: #1c1c57;
  font-size: 22px;
  font-weight: 800;
}

.empty-state-2 {
  color: #404075;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ececf6;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
  font-weight: 600;
  box-shadow: 0 18px 30px rgba(28, 28, 87, .05);
}

.empty-state-2.cart-empty {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.header-navigation-2 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.cart-quantity-2 {
  height: auto;
  max-width: 50px;
  min-height: 20px;
  min-width: auto;
  color: #fff;
  text-shadow: 0 4px 3px #0e825a;
  background-color: rgba(8, 206, 138, .88);
  border-radius: 99999px;
  align-items: center;
  margin-left: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.077em;
  display: flex;
  position: absolute;
  top: 0;
  right: -12px;
  box-shadow: 0 4px 4px rgba(8, 206, 138, .3);
}

.cart-header-2 {
  border-bottom-color: #ececf6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-container-2 {
  max-width: 500px;
  border: 1px solid #ececf6;
  border-radius: 20px;
}

.cart-button-2 {
  color: #1c1c57;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  transition-property: transform;
  position: relative;
  transform: translate3d(0, 0, .01px);
}

.cart-button-2:hover {
  transform: translate(0, -2px);
}

.cart-item-price-2, .cart-item-option-result-2 {
  color: #1c1c57;
  font-weight: 600;
}

.input-2 {
  min-height: 74px;
  color: #1c1c57;
  background-color: #fff;
  border: 1px solid #ececf6;
  border-radius: 9px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  transition: box-shadow .3s, border-color .3s, color .3s;
  box-shadow: 0 2px 8px rgba(28, 28, 87, .05);
}

.input-2:hover {
  border-color: #6d72f6;
  box-shadow: 0 5px 14px rgba(109, 114, 246, .1);
}

.input-2:focus {
  color: #1c1c57;
  border-color: #6d72f6;
  font-size: 18px;
  box-shadow: 0 5px 14px rgba(109, 114, 246, .1);
}

.input-2::-ms-input-placeholder {
  color: #73739a;
  font-size: 18px;
}

.input-2::placeholder {
  color: #73739a;
  font-size: 18px;
}

.input-2.cart-item-quantity {
  min-height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.text-block-18, .text-block-19 {
  color: #ff5f6f;
  font-family: Outfit, sans-serif;
}

.field-label, .field-label-2 {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

.text-block-20 {
  font-family: PT Sans, sans-serif;
}

.text-block-21 {
  font-family: Outfit, sans-serif;
}

.link {
  color: #ff5f6f;
}

.text-block-22, .text-block-23, .text-block-24, .text-block-25 {
  color: #ff5f6f;
  font-family: Outfit, sans-serif;
}

.heading-2 {
  max-width: none;
  color: #2c2c2d;
  text-align: center;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Outfit, sans-serif;
  display: block;
  position: static;
}

.heading-3 {
  color: #2c2c2d;
  text-align: justify;
  margin-top: 40px;
  padding-left: 45px;
  font-family: Outfit, sans-serif;
  font-size: 35px;
}

.paragraph-2 {
  color: #2c2c2d;
  text-align: justify;
  text-transform: none;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Outfit, sans-serif;
  font-style: normal;
}

.div-block {
  max-width: none;
  float: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 121px;
  margin-bottom: 100px;
  display: flex;
  position: static;
  top: -9px;
}

.image-2 {
  max-width: 40%;
  margin-bottom: 20px;
}

.container {
  max-width: 800px;
}

.bold-text {
  color: #ff5f6f;
}

.bold-text-2 {
  color: #2c2c2d;
  font-size: 40px;
}

.bold-text-2.premium-plan {
  font-size: 62px;
}

.bold-text-2.plan-card {
  font-family: Outfit, sans-serif;
  font-size: 22px;
}

.bold-text-2.price-include {
  font-size: 22px;
}

.plan-features-title-2 {
  color: #2c2c2d;
  margin-bottom: 32px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.545em;
}

.plan-feature-dot-2 {
  width: 6px;
  min-height: 6px;
  min-width: 6px;
  background-color: #ff5f6f;
  border-radius: 99999px;
  margin-right: 14px;
  position: relative;
  top: 15px;
}

.plan-feature-text-2 {
  color: #2c2c2d;
  white-space: normal;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
}

.bold-text-3 {
  color: #2c2c2d;
  text-align: left;
  font-size: 22px;
  font-weight: 100;
}

.bold-text-4 {
  color: #2c2c2d;
  font-size: 38px;
}

.bold-text-5, .bold-text-6 {
  color: #2c2c2d;
}

.card-2 {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(28, 28, 87, .05);
}

.card-2.home-perk {
  text-align: center;
  padding: 58px 40px;
}

.container-default-2 {
  max-width: 1270px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.home-perks-grid-2 {
  grid-column-gap: 26px;
  grid-row-gap: 59px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 56px;
}

.button-secondary-2 {
  color: #6d72f6;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #ececf6;
  border-radius: 14px;
  padding: 26px 40px;
  line-height: 1.111em;
  transition: border-color .3s, box-shadow .3s, transform .3s, color .3s;
  box-shadow: 0 3px 18px rgba(74, 58, 255, .11);
}

.button-secondary-2:hover {
  color: #08ce8a;
  border-color: #d9d9e9;
  transform: translate3d(0, -3px, .01px);
  box-shadow: 0 10px 30px rgba(74, 58, 255, .15);
}

.button-secondary-2._2-buttons-button {
  margin-bottom: 15px;
}

.column {
  padding-left: 30px;
}

.field-label-3, .field-label-4, .field-label-5 {
  color: #2c2c2d;
}

.body {
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.divider-line {
  border-top: 1px solid #ececf6;
  margin-top: 71px;
  margin-bottom: 66px;
}

.column-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.bold-text-7 {
  color: #2c2c2d;
}

.text-block-26 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
}

.image-6 {
  position: relative;
  right: 0;
}

.image-7 {
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-8 {
  float: right;
  clear: both;
  position: relative;
  top: 36px;
}

.text-block-27 {
  text-decoration: none;
  position: relative;
}

.text-block-28 {
  font-style: normal;
}

.paragraph-3 {
  color: #2c2c2d;
  font-family: Outfit, sans-serif;
}

@media screen and (min-width: 1920px) {
  .container-default {
    height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .button-primary {
    margin-bottom: 25px;
  }

  .button-primary._2-buttons-button {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 2px solid #fff;
    margin-right: 28px;
  }

  .button-primary.bg-primary-2._2-buttons-button:hover {
    background-color: #fff;
  }

  .button-primary.header-button {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 700;
  }

  .button-primary.headerbuttonsignin {
    font-weight: 500;
  }

  .button-primary._2-buttons-1 {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }

  .button-primary.price-button {
    width: 100%;
  }

  .button-secondary._2-buttons-button {
    border: 2px solid #2c2c2d;
    margin-left: 25px;
  }

  .header {
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .header-logo {
    width: 170px;
    height: 100%;
    max-width: none;
    object-fit: fill;
    object-position: 100% 100%;
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    overflow: visible;
  }

  .footer {
    outline-offset: 0px;
    border: 0 solid #000;
    outline: 0 #73739a;
    padding-top: 0;
  }

  .section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.home-hero {
    background-color: #ffcc3b;
    background-image: linear-gradient(29deg, #ffcc3b 77%, #ff5f6f);
    margin-top: -130px;
    padding-top: 165px;
  }

  .section.bg-neutral-200 {
    color: #ffcc3b;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.bg-neutral-200.steps {
    background-color: rgba(255, 204, 59, .05);
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.bg-neutral-200.home-testimonials {
    background-color: #fff;
    border: 1px #000;
    padding-top: 0;
    padding-bottom: 150px;
  }

  .section.bg-primary-1.cta-1 {
    background-image: linear-gradient(23deg, #ffcc3b, #ff834d 100%, #ff5f6f 100%, #00af70 100%, #ff5f6f 100%, #00af70);
    border-width: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.bg-primary-1.cta-2 {
    background-color: #757681;
    background-image: linear-gradient(37deg, #ffcc3b, #ff834d);
    border: 1px #000;
    margin-bottom: 120px;
  }

  .section.about-hero {
    background-color: rgba(255, 204, 59, .05);
    background-image: none;
  }

  .section.home-perks {
    margin-top: 120px;
    margin-bottom: 130px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.pricing {
    height: auto;
    padding-bottom: 120px;
  }

  .section.how-it-works {
    background-color: rgba(255, 204, 59, .05);
    padding-top: 150px;
    padding-bottom: 0;
  }

  .paragraph.home-perks-featured-bottom-content-paragraph {
    padding-right: 150px;
  }

  .paragraph.neutral-300.cta-1, .paragraph.neutral-300.cta-2 {
    color: #2c2c2d;
  }

  .paragraph.card-home-perk {
    text-align: left;
  }

  .card.pricing-card {
    margin-top: 24px;
  }

  .title {
    color: #2c2c2d;
    text-align: left;
    font-family: Outfit, sans-serif;
  }

  .title.neutral-100, .title.neutral-100.cta-2, .title.footer-menu {
    color: #2c2c2d;
  }

  .title.home-perks-featured-bottom-title {
    color: #2c2c2d;
    padding-right: 150px;
  }

  .title.home-perks-featured-top-title {
    font-size: 48px;
  }

  .title.home-hero {
    font-size: 60px;
  }

  .title.faqs {
    color: #2c2c2d;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }

  .title.premium-plan-include {
    color: #2c2c2d;
    font-family: Outfit, sans-serif;
    font-size: 22px;
  }

  .image.home-hero-1 {
    max-width: 100%;
    left: 20%;
  }

  .image.home-perks-featured-top-image, .image.home-perks-featured-bottom-image {
    max-width: 75%;
  }

  .image.cta-1 {
    max-width: 80%;
    margin-top: -35px;
    margin-left: 0;
    margin-right: -40px;
    padding-left: 0;
  }

  .image.cta-2 {
    max-width: 80%;
    margin-top: 92px;
  }

  .home-hero-image-wrapper {
    margin-left: -50px;
    margin-right: 230px;
    padding-left: 0;
    display: block;
  }

  .bg.home-hero-circle {
    width: 100px;
    height: 100px;
    min-height: auto;
    min-width: auto;
    background-image: linear-gradient(252deg, #ffcc3b, #ff5f6f 100%, #6d72f6);
    left: 20%;
  }

  .bg.home-perks-featured-top-circle {
    background-image: linear-gradient(152.59deg, #ffcc3b, #ff5f6f);
  }

  .bg.home-download {
    background-color: #ffcc3b;
  }

  .bg.cta-1-circle {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .bg.home-hero-bg-shape {
    color: #fff;
  }

  .home-hero-partners-text {
    font-size: 18px;
  }

  .home-perks-featured-top {
    margin-top: 0;
  }

  .home-perks-featured-bottom {
    margin-top: 240px;
  }

  .home-perks-featured-bottom-content {
    max-width: 100%;
  }

  .home-perks-featured-top-image-wrapper, .home-perks-featured-bottom-image-wrapper {
    max-width: 50%;
  }

  .contact-wrapper {
    justify-content: center;
  }

  .contact-title-wrapper {
    margin-right: 0;
    display: inline;
    position: static;
  }

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

  .text-block-3 {
    font-size: 18px;
  }

  .text-block-4 {
    font-size: 17px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .bold-text-2.premium-plan {
    font-size: 62px;
  }

  .bold-text-2.plan-card {
    text-align: left;
  }

  .bold-text-3 {
    color: #2c2c2d;
    font-size: 22px;
  }

  .bold-text-4 {
    color: #2c2c2d;
    font-size: 38px;
  }

  .divider-line {
    border: 1px #ececf6;
    border-top-style: solid;
    margin-top: 71px;
    margin-bottom: 66px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .columns {
    max-height: 74.0501%;
  }

  .text-block-27 {
    float: left;
    clear: left;
    position: relative;
  }

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

  .image-9 {
    direction: ltr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 33px;
  }

  blockquote {
    padding-top: 60px;
    padding-bottom: 78px;
    padding-left: 40px;
    font-size: 24px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .button-primary.header-button {
    z-index: 9;
    margin-right: 20px;
    display: block;
    position: relative;
  }

  .button-primary.header-button.mobile {
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .header-navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .nav-item-wrapper.last {
    overflow: hidden;
  }

  .nav-item-wrapper.button-mobile {
    align-self: stretch;
    margin-top: 150px;
    display: block;
  }

  .nav-link {
    font-size: 32px;
  }

  .nav-link.dropdown {
    line-height: 1.3em;
  }

  .menu-button {
    z-index: 9;
    width: 54px;
    min-height: 54px;
    min-width: 54px;
    color: #fff;
    background-color: #2c2c2d;
    border-radius: 10px;
    padding: 12px;
    font-size: 30px;
    transition: background-color .35s;
  }

  .menu-button:hover {
    -webkit-text-fill-color: inherit;
    background-color: #2c2c2d;
    background-clip: border-box;
    font-family: Outfit, sans-serif;
  }

  .menu-button.w--open {
    background-color: #08ce8a;
  }

  .nav-menu {
    width: 100vw;
    max-width: 100%;
    background-color: #fff;
    margin-right: 0;
    padding-top: 117px;
    padding-bottom: 36px;
    left: 0;
    right: 0;
  }

  .footer-logo-container {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.bg-primary-1.cta-1 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.bg-primary-1.cta-2 {
    flex-direction: column;
    padding-top: 118px;
    padding-bottom: 0;
  }

  .section.about-hero {
    padding-top: 96px;
    padding-bottom: 135px;
  }

  .section.careers-hero {
    padding-top: 96px;
    padding-bottom: 86px;
  }

  .section.careers-perks {
    padding-top: 74px;
    padding-bottom: 154px;
  }

  .section.career {
    padding-top: 90px;
    padding-bottom: 128px;
  }

  .section.blog-hero {
    padding-top: 96px;
    padding-bottom: 128px;
  }

  .section.post {
    padding-top: 96px;
    padding-bottom: 125px;
  }

  .section.pricing {
    padding-top: 96px;
    padding-bottom: 144px;
  }

  .section.plan {
    padding-top: 96px;
    padding-bottom: 131px;
  }

  .section.contact-hero, .section.blog-category, .section.team {
    padding-top: 96px;
  }

  .section.utility-page {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  ._404-title {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .container-medium-761px.changelog {
    margin-top: -200px;
  }

  .divider.about-hero {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.card-plan {
    width: 1px;
    min-height: 100%;
    margin: 0 40px 0 50px;
  }

  .divider.plan {
    margin-top: 60px;
    margin-bottom: 55px;
  }

  .paragraph.home-hero {
    max-width: 603px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.neutral-300.cta-1 {
    max-width: 528px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.neutral-300.card-footer-download {
    max-width: 486px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-home-perk {
    font-size: 16px;
    line-height: 1.77em;
  }

  .paragraph.home-download {
    max-width: 504px;
  }

  .paragraph.careers-perks {
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-career-item {
    max-width: 590px;
  }

  .paragraph.job-description-summary {
    max-width: 675px;
  }

  .paragraph.card-career-apply {
    max-width: 385px;
    margin-bottom: 20px;
  }

  .paragraph.faqs {
    margin-bottom: 35px;
  }

  .paragraph.plan-description-excerpt {
    margin-bottom: 40px;
  }

  .paragraph.card-get-plan {
    max-width: 410px;
  }

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

  .paragraph.team-about-summary {
    margin-bottom: 27px;
  }

  .paragraph.card-home-perk {
    font-size: 16px;
    line-height: 1.77em;
  }

  .card.home-perk {
    padding: 46px 40px;
  }

  .card.home-testimonial {
    max-width: 754px;
    margin-right: 20px;
  }

  .card.footer-download {
    max-width: 100%;
    text-align: center;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .card.step-tab-link {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.step-tab-link.w--current {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .card.value {
    flex-direction: column;
    padding: 53px 40px 50px;
  }

  .card.timeline-year {
    padding: 40px;
  }

  .card.career-item {
    max-width: none;
  }

  .card.career-apply {
    padding: 52px 60px 60px;
    position: static;
  }

  .card.post-featured {
    max-width: 720px;
    text-align: left;
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 50px 53px 60px;
  }

  .card.post-author {
    justify-content: center;
    padding: 54px 50px 67px;
  }

  .card.plan {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .card.faq {
    padding: 42px 40px;
  }

  .card.get-plan {
    display: none;
  }

  .card.get-plan.mobile {
    display: block;
    position: static;
  }

  .card.contact-link {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-top: 43px;
    padding-bottom: 68px;
    display: flex;
  }

  .card.contact {
    max-width: 100%;
    min-height: 769px;
    padding: 67px 40px;
  }

  .card.team {
    justify-content: center;
    margin-top: 95px;
    margin-bottom: 70px;
    padding: 54px 50px 67px;
  }

  .card.default {
    padding: 46px 40px;
  }

  .checkout-form {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.neutral-100.cta-2 {
    text-align: center;
  }

  .title.card-home-perk {
    text-align: center;
    margin-bottom: 16px;
  }

  .title.card-home-testimonial {
    margin-bottom: 16px;
  }

  .title.h3-size.card-career-apply {
    margin-bottom: 10px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 6px;
  }

  .title.h3-size.card-contact-link {
    margin-bottom: 10px;
  }

  .title.home-testimonials {
    text-align: center;
  }

  .title.home-perks-featured-bottom-title, .title.home-perks-featured-top-title {
    max-width: 504px;
  }

  .title.home-hero, .title.home-perks {
    text-align: center;
  }

  .title.about-hero {
    max-width: 739px;
  }

  .title.h2-size {
    font-size: 33px;
  }

  .title.h2-size.team-item-name {
    margin-bottom: 4px;
  }

  .title.about-team {
    max-width: 442px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.card-timeline-year {
    margin-bottom: 10px;
  }

  .title.careers-perk {
    margin-bottom: 15px;
  }

  .title.careers-testimonials {
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.open-positions {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title.careers-perks {
    max-width: 461px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.career {
    margin-bottom: 31px;
  }

  .title.card-post-featured {
    margin-bottom: 10px;
  }

  .title.blog {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .title.post-item {
    margin-bottom: 10px;
  }

  .title.h4-size.card-plan-features {
    margin-bottom: 15px;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.password {
    margin-bottom: 10px;
  }

  .title.card-home-perk {
    margin-bottom: 16px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.checkout-right {
    flex-basis: auto;
  }

  .split-content.header-right {
    z-index: 9;
    position: relative;
  }

  .split-content.footer-content-bottom-left {
    text-align: center;
    flex-direction: column;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content.content-top-more-positions-left {
    margin-bottom: 30px;
  }

  .split-content.plan-content {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.plan-sidebar {
    max-width: 100%;
  }

  .image-wrapper.about-hero {
    border-radius: 50px;
    margin-bottom: 160px;
  }

  .image-wrapper.team-item-image {
    margin-bottom: 23px;
  }

  .image-wrapper.card-post-featured {
    max-width: 491px;
    align-self: center;
    margin-bottom: 50px;
  }

  .image-wrapper.post-item {
    max-width: 40%;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .image-wrapper.card-post-author {
    max-width: 258px;
  }

  .image-wrapper.card-plan-icon {
    margin-bottom: 20px;
  }

  .image-wrapper.card-contact-link-icon {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 30px;
  }

  .image-wrapper.team {
    max-width: 258px;
  }

  .image.home-perks-featured-top-image {
    max-width: 60%;
    text-align: justify;
    left: auto;
  }

  .image.home-perks-featured-bottom-image {
    max-width: 60%;
    text-align: justify;
    margin-top: -49px;
    margin-bottom: -77px;
    margin-right: 0;
    right: auto;
  }

  .image.card-home-perk-icon {
    margin-bottom: 26px;
  }

  .image.cta-1 {
    max-width: 50%;
    margin-top: -70px;
    margin-bottom: -42px;
    margin-right: 0;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .image.home-download {
    margin-bottom: 38px;
    right: auto;
  }

  .image.cta-2 {
    max-width: 60%;
    margin-top: -64px;
    margin-right: 0;
    bottom: auto;
  }

  .image.step-mockup {
    max-width: 353px;
  }

  .image.card-value {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image.timeline-dot {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .image.careers-perk-icon {
    margin-bottom: 28px;
  }

  .image.card-career-apply-icon {
    margin-right: 40px;
  }

  .home-hero-content {
    max-width: 754px;
    min-width: auto;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .subtitle-wrapper {
    margin-bottom: 20px;
  }

  .subtitle-wrapper.home-testimonials, .subtitle-wrapper.home-hero, .subtitle-wrapper.careers-perks, .subtitle-wrapper.faqs, .subtitle-wrapper.contact {
    justify-content: center;
  }

  .subtitle-line.home-testimonials, .subtitle-line.home-hero, .subtitle-line.careers-perks, .subtitle-line.blog-hero, .subtitle-line.faqs, .subtitle-line.contact {
    display: none;
  }

  ._2-buttons.card-footer-download-buttons {
    display: block;
  }

  .home-hero-image-wrapper {
    max-width: 576px;
    margin-right: 0;
  }

  .home-hero-wrapper {
    flex-direction: column;
    margin-bottom: 90px;
  }

  .bg.home-download {
    max-width: 100%;
    min-height: 30%;
    bottom: auto;
    left: 0;
  }

  .bg.cta-1-circle {
    width: 677px;
    min-height: 677px;
    min-width: 677px;
    bottom: auto;
    right: auto;
  }

  .bg.cta-2-circle {
    width: 107%;
    min-height: 134%;
    min-width: 107%;
    bottom: -291px;
    left: auto;
  }

  .bg.step-circle {
    width: 600px;
    min-height: 600px;
    min-width: 600px;
  }

  .home-hero-partners {
    text-align: center;
    flex-direction: column;
  }

  .home-hero-partners-text {
    max-width: 580px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .home-perks-featured-top {
    flex-direction: column-reverse;
    margin-bottom: 127px;
  }

  .home-perks-featured-top-content {
    width: 630px;
    max-width: 630px;
    margin-bottom: 80px;
  }

  .home-perks-featured-bottom {
    flex-direction: column;
  }

  .home-perks-featured-bottom-content {
    max-width: 630px;
    margin-bottom: 80px;
    margin-left: 0;
  }

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

  .cta-1-content {
    max-width: 660px;
    min-width: auto;
    text-align: center;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-medium-600px.home-perks, .container-medium-600px.about-team {
    margin-bottom: 50px;
  }

  .container-medium-600px.about-story {
    margin-bottom: 91px;
  }

  .container-medium-600px.careers-testimonials {
    margin-bottom: 50px;
  }

  .home-perks-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .home-perks-featured-top-image-wrapper {
    max-width: 576px;
    text-align: center;
    display: block;
  }

  .home-perks-featured-bottom-image-wrapper {
    max-width: 576px;
    text-align: center;
  }

  .home-testimonials-grid {
    grid-row-gap: 35px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 50px;
  }

  .home-testimonials-title-wrapper {
    max-width: 720px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .home-download-wrapper {
    flex-direction: column;
  }

  .home-download-content {
    max-width: 630px;
    margin-bottom: 80px;
  }

  .cta-2-content {
    max-width: 613px;
    min-width: auto;
    text-align: center;
    margin-bottom: 80px;
  }

  .cta-1-image-wrapper {
    max-width: 754px;
    text-align: center;
  }

  .home-download-image-wrapper {
    max-width: 80%;
  }

  .cta-2-wrapper {
    flex-direction: column;
  }

  .cta-2-images-wrapper {
    max-width: none;
    margin-bottom: -213px;
    position: relative;
    right: auto;
  }

  .footer-content-top {
    flex-direction: column;
    margin-bottom: 107px;
  }

  .footer-content-bottom {
    flex-flow: column;
  }

  .footer-menu-main-content {
    max-width: 56%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-media-wrapper {
    max-width: 360px;
  }

  .steps-tabs {
    max-width: 754px;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-tabs-menu {
    max-width: 100%;
    min-width: auto;
    margin-bottom: 80px;
  }

  .steps-tabs-content {
    max-width: 100%;
  }

  .step-images-wrapper {
    margin-right: 0;
  }

  .about-hero-achievements-wrapper {
    margin-bottom: 40px;
  }

  .about-hero-achievement-number {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .values-title-wrapper {
    max-width: 500px;
  }

  .about-team-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .timeline-center {
    min-width: 70px;
  }

  .timeline-dot {
    width: 40px;
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .careers-perks-wrapper {
    flex-direction: column;
  }

  .careers-perks-content {
    max-width: 576px;
    min-width: auto;
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .careers-perks-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .careers-testimonials-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 50px;
  }

  .content-top.open-positions {
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .content-top.more-positions {
    text-align: center;
    flex-direction: column;
  }

  .content-top.blog {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .content-top.more-articles {
    margin-bottom: 60px;
  }

  .content-top.blog-category {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .content-top.team-articles {
    margin-bottom: 60px;
  }

  .open-positions-grid {
    max-width: 754px;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .career-wrapper {
    flex-direction: column;
  }

  .career-content {
    max-width: 896px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .career-sidebar {
    max-width: 100%;
  }

  .more-positions-grid {
    max-width: 754px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .career-about-wrapper {
    margin-bottom: 20px;
  }

  .card-career-apply-perks-grid {
    margin-bottom: 43px;
  }

  .card-career-apply-content {
    max-width: 513px;
    flex: 1;
  }

  .card-career-apply-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .card-post-featured-content {
    margin-right: 0;
  }

  .blog-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .post-item-wrapper {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .blog-hero-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-large-1162px.post {
    margin-bottom: 47px;
  }

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

  .rich-text h3, .rich-text h4 {
    margin-top: 40px;
  }

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

  .rich-text h5, .rich-text h6 {
    margin-top: 40px;
  }

  .post-content-top {
    margin-bottom: 30px;
  }

  .card-post-author-content {
    min-width: 320px;
    flex: 1;
  }

  .card-post-author-content-top {
    margin-bottom: 27px;
  }

  .post-main-image-wrapper {
    margin-bottom: 67px;
  }

  .container-medium-672px.pricing {
    margin-bottom: 50px;
  }

  .faqs-wrapper {
    flex-direction: column;
  }

  .pricing-wrapper {
    flex-direction: column;
    margin-bottom: -60px;
    margin-right: 0;
  }

  .plan-item {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .card-plan-content {
    flex-direction: row;
    margin-top: 0;
  }

  .card-plan-content-top {
    max-width: 45%;
  }

  .card-plan-features-grid {
    grid-row-gap: 13px;
    margin-bottom: 35px;
  }

  .card-plan-price {
    margin-bottom: 4px;
    font-size: 32px;
  }

  .faqs-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-content {
    max-width: 100%;
  }

  .card-faq-content-bottom {
    max-width: 718px;
  }

  .plan-feature-text {
    white-space: normal;
  }

  .faqs-title-content {
    position: static;
  }

  .plan-wrapper {
    flex-direction: column;
  }

  .plan-title-wrapper, .plan-features-title {
    margin-bottom: 20px;
  }

  .plan-features-grid {
    grid-row-gap: 13px;
  }

  .plan-content-top {
    margin-bottom: 60px;
  }

  .rich-text-career {
    max-width: none;
  }

  .rich-text-career h3, .rich-text-career h4 {
    margin-top: 40px;
  }

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

  .rich-text-career h5, .rich-text-career h6 {
    margin-top: 40px;
  }

  .container-medium-728px.contact-hero {
    margin-bottom: 60px;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-title-wrapper {
    max-width: 472px;
    text-align: center;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-social-media-wrapper {
    max-width: 340px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-social-media-link {
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .card-contact-link-content {
    max-width: 517px;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 50px;
  }

  .team-content {
    min-width: 320px;
    flex: 1;
  }

  .team-content-top, .team-about-title-wrapper {
    margin-bottom: 20px;
  }

  ._404-content {
    text-align: center;
  }

  .dropdown-nav-main-wrapper {
    box-shadow: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -40px;
    padding: 40px 0 0;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
    margin-bottom: 40px;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .dropdown-arrow {
    font-size: 13px;
  }

  .nav-link-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .cart {
    z-index: 99;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon-wrapper {
    width: 23px;
    min-height: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #fff;
    padding: 0;
  }

  .card-post-author-name-wrapper {
    margin-bottom: 16px;
  }

  .home-page-load, .home-page-load-solid {
    background-image: linear-gradient(#ffcc3b, #ffcc3b 72.66%, #ff834d);
  }

  .header-menu-button-icon-medium-2 {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #fff;
    padding: 0;
  }

  .nav-link-2 {
    font-size: 32px;
  }

  .nav-link-2.dropdown {
    line-height: 1.3em;
  }

  .button-primary-2.header-button {
    z-index: 9;
    margin-right: 20px;
    display: block;
    position: relative;
  }

  .button-primary-2.header-button.mobile {
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 18px;
  }

  .header-menu-button-icon-bottom-2 {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #fff;
    padding: 0;
  }

  .header-navigation-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
  }

  .header-menu-button-icon-top-2 {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #fff;
    padding: 0;
  }

  .menu-button-2 {
    z-index: 9;
    width: 54px;
    min-height: 54px;
    min-width: 54px;
    color: #fff;
    background-color: #6d72f6;
    border-radius: 10px;
    padding: 12px;
    font-size: 30px;
    transition: background-color .35s;
  }

  .menu-button-2:hover, .menu-button-2.w--open {
    background-color: #08ce8a;
  }

  .plan-features-title-2 {
    margin-bottom: 20px;
  }

  .plan-feature-text-2 {
    white-space: normal;
  }

  .card-2.home-perk {
    padding: 46px 40px;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .home-perks-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }

  .image-3 {
    position: relative;
    left: 220px;
    right: -100px;
  }

  .image-8 {
    position: relative;
  }

  .link-block {
    position: relative;
    left: 234px;
  }

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

  .image-9 {
    position: relative;
    left: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 43px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  h3 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding-top: 50px;
    padding-bottom: 65px;
    padding-left: 35px;
    font-size: 22px;
  }

  figcaption {
    margin-top: 10px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .style-guide-subheader, .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 80px);
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button.mobile {
    display: block;
  }

  .button-primary.headerbuttonsignin {
    margin-right: 24px;
  }

  .button-secondary._2-buttons-button.store-1 {
    margin-right: 20px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .button-secondary._2-buttons-button.store-2 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .button-secondary._2-buttons-button.store-footer-1 {
    margin-right: 0;
  }

  .header {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .header-logo.logo-1 {
    width: 120px;
  }

  .nav-item-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 140px;
  }

  .nav-link {
    font-size: 30px;
  }

  .nav-menu {
    padding-top: 110px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 32px;
  }

  .footer-nav {
    margin-right: 25px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.home-hero {
    margin-top: -110px;
    padding-bottom: 45px;
  }

  .section.bg-neutral-200.steps {
    overflow: hidden;
  }

  .section.bg-primary-1.cta-1 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.bg-primary-1.cta-2 {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .section.about-hero {
    padding-top: 77px;
    padding-bottom: 108px;
  }

  .section.careers-hero {
    padding-top: 77px;
    padding-bottom: 69px;
  }

  .section.careers-perks {
    padding-top: 58px;
    padding-bottom: 123px;
  }

  .section.career {
    padding-top: 72px;
    padding-bottom: 102px;
  }

  .section.blog-hero {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section.post {
    padding-top: 77px;
    padding-bottom: 100px;
  }

  .section.pricing {
    padding-top: 77px;
    padding-bottom: 115px;
  }

  .section.plan {
    padding-top: 77px;
    padding-bottom: 105px;
  }

  .section.contact-hero, .section.blog-category, .section.team {
    padding-top: 77px;
  }

  .section.utility-page {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .utility-page-content-password {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._404-title {
    margin-bottom: 30px;
    font-size: 150px;
  }

  .container-medium-761px.changelog {
    margin-top: -170px;
  }

  .divider.about-hero {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .divider.card-plan {
    width: 100%;
    min-height: 1px;
    margin: 40px 0 33px;
  }

  .divider.plan {
    margin-top: 50px;
    margin-bottom: 46px;
  }

  .paragraph.home-hero {
    margin-bottom: 40px;
  }

  .paragraph.home-perks-featured-top-content-paragraph {
    margin-bottom: 30px;
  }

  .paragraph.home-perks-featured-bottom-content-paragraph {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .paragraph.neutral-300.cta-1, .paragraph.neutral-300.cta-2 {
    margin-bottom: 35px;
  }

  .paragraph.neutral-300.card-footer-download {
    margin-bottom: 0;
  }

  .paragraph.card-home-perk {
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-home-testimonial {
    margin-bottom: 20px;
  }

  .paragraph.home-download {
    margin-bottom: 30px;
  }

  .paragraph.careers-hero {
    margin-bottom: 40px;
  }

  .paragraph.careers-perk {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph.open-positions-contact {
    margin-bottom: 40px;
  }

  .paragraph.card-post-featured {
    margin-bottom: 35px;
  }

  .paragraph.post-item, .paragraph.faqs {
    margin-bottom: 30px;
  }

  .paragraph.plan-description-excerpt {
    margin-bottom: 35px;
  }

  .paragraph.contact-hero {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.contact-link {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.contact {
    margin-bottom: 33px;
  }

  .paragraph.team-about-summary {
    margin-bottom: 23px;
  }

  .paragraph.card-home-perk {
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.home-perk {
    padding: 40px 35px;
  }

  .card.home-testimonial {
    margin-left: 15px;
    margin-right: 0;
    padding: 43px 40px 46px;
  }

  .card.footer-download {
    padding: 52px 40px;
  }

  .card.step-tab-link {
    margin-bottom: 28px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .card.step-tab-link.w--current {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .card.value {
    padding: 44px 33px 42px;
  }

  .card.timeline-year {
    max-width: none;
    margin-bottom: 30px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .card.career-item {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card.career-apply {
    flex-direction: column;
    align-items: center;
    padding: 43px 40px 50px;
    display: flex;
  }

  .card.post-featured {
    max-width: 100%;
    padding: 40px 44px 50px;
  }

  .card.post-author {
    text-align: center;
    flex-direction: column;
    padding: 45px 40px 56px;
  }

  .card.plan {
    padding: 0 35px 40px;
  }

  .card.faq {
    padding: 35px;
  }

  .card.get-plan.mobile {
    padding: 40px 35px 53px;
  }

  .card.contact-link {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 36px 35px 57px;
  }

  .card.contact {
    min-height: 1007px;
    padding: 56px 35px;
  }

  .card.team {
    text-align: center;
    flex-direction: column;
    margin-top: 105px;
    margin-bottom: 60px;
    padding: 45px 40px 56px;
  }

  .card.default {
    padding: 40px 35px;
  }

  .checkout-form {
    padding-top: 64px;
    padding-bottom: 128px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.neutral-100 {
    text-align: center;
  }

  .title.neutral-100.cta-2 {
    max-width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.card-home-perk, .title.card-home-testimonial {
    margin-bottom: 10px;
  }

  .title.footer-menu {
    margin-bottom: 25px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.card-post-author {
    margin-bottom: 8px;
  }

  .title.h3-size.card-plan {
    margin-bottom: 4px;
  }

  .title.h3-size.card-get-plan {
    margin-bottom: 10px;
  }

  .title.h3-size.card-contact-link {
    margin-bottom: 8px;
  }

  .title.home-testimonials {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-perks-featured-bottom-title {
    padding-right: 0;
  }

  .title.home-perks-featured-top-title {
    max-width: none;
    margin-bottom: 24px;
  }

  .title.home-hero {
    text-align: center;
  }

  .title.home-perks {
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.about-hero {
    max-width: 656px;
  }

  .title.h2-size {
    font-size: 28px;
  }

  .title.h2-size.team-item-name {
    margin-bottom: 0;
  }

  .title.careers-perk {
    margin-bottom: 10px;
  }

  .title.careers-testimonials {
    max-width: 416px;
  }

  .title.open-positions {
    margin-bottom: 16px;
  }

  .title.card-career-item {
    margin-bottom: 10px;
  }

  .title.careers-perks {
    max-width: 364px;
  }

  .title.careers-hero {
    font-size: 38px;
  }

  .title.career {
    margin-bottom: 26px;
  }

  .title.blog-hero {
    margin-bottom: 40px;
  }

  .title.blog {
    margin-bottom: 25px;
  }

  .title.post-item {
    max-width: 497px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.card-plan-features {
    margin-bottom: 10px;
  }

  .title.plan {
    margin-right: 10px;
  }

  .title.h1-size {
    font-size: 43px;
  }

  .title.contact-social-media {
    margin-bottom: 20px;
  }

  .title.category {
    margin-right: 10px;
  }

  .title.team-about, .title.team-articles {
    margin-right: 8px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 26px;
    font-size: 18px;
  }

  .title.card-home-perk {
    margin-bottom: 10px;
  }

  .split-content.footer-content-bottom-left {
    margin-bottom: 27px;
  }

  .split-content.content-top-more-positions-left, .split-content.content-top-more-articles-left {
    margin-bottom: 25px;
  }

  .split-content.content-top-team-articles-left {
    justify-content: center;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.about-hero {
    border-radius: 40px;
    margin-bottom: 100px;
  }

  .image-wrapper.team-item-image {
    margin-bottom: 20px;
  }

  .image-wrapper.card-post-featured {
    max-width: 430px;
    margin-bottom: 40px;
  }

  .image-wrapper.post-item {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-wrapper.post-author-link-image {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 10px;
  }

  .image-wrapper.card-post-author {
    max-width: 215px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image-wrapper.card-plan-icon {
    margin-bottom: 15px;
  }

  .image-wrapper.card-contact-link-icon {
    width: 93px;
    min-height: 93px;
    min-width: 93px;
    border-radius: 26px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image-wrapper.team {
    max-width: 215px;
    margin-bottom: 35px;
  }

  .image.home-hero-1 {
    max-width: 90%;
    margin-bottom: -36px;
  }

  .image.home-hero-partner-logo {
    max-width: 114px;
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .image.home-perks-featured-top-image {
    text-align: justify;
  }

  .image.card-home-perk-icon {
    margin-bottom: 22px;
  }

  .image.card-home-testimonial-about {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    border-radius: 23px;
    margin-right: 20px;
  }

  .image.cta-1 {
    max-width: 60%;
    margin-top: -43px;
    margin-bottom: -28px;
  }

  .image.cta-2 {
    margin-top: -38px;
  }

  .image.card-value {
    width: 78px;
    min-height: 78px;
    min-width: 78px;
    border-radius: 25px;
    margin-bottom: 20px;
  }

  .image.careers-perk-icon {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    margin-bottom: 20px;
  }

  .image.card-career-apply-icon {
    max-width: 94px;
    margin-bottom: 23px;
    margin-right: 0;
  }

  .licenses-link-image-container {
    height: auto;
  }

  .home-hero-content {
    margin-bottom: 60px;
  }

  .subtitle-wrapper {
    margin-bottom: 15px;
  }

  .subtitle-wrapper.center.blog-category {
    justify-content: flex-start;
  }

  .subtitle-line {
    width: 33px;
  }

  .subtitle-line.hidden.blog-category {
    display: block;
  }

  ._2-buttons.card-footer-download-buttons {
    max-width: 438px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .home-hero-wrapper {
    margin-bottom: 75px;
  }

  .bg.home-hero-circle {
    width: auto;
    min-height: auto;
    min-width: 105%;
    padding-top: 105%;
    right: -16.5px;
  }

  .bg.cta-1-circle {
    width: auto;
    min-height: auto;
    min-width: 94%;
    padding-top: 94%;
  }

  .bg.cta-2-circle {
    width: auto;
    min-height: auto;
    min-width: 90%;
    padding-top: 90%;
    bottom: auto;
  }

  .home-hero-partners-logos {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -20px;
    margin-right: -30px;
  }

  .home-hero-partners-text {
    margin-bottom: 25px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 20px;
  }

  .home-perks-featured-top {
    margin-bottom: 106px;
  }

  .home-perks-featured-top-content {
    width: 520px;
    margin-bottom: 60px;
  }

  .home-perks-featured-top-content-grid {
    margin-bottom: 35px;
  }

  .home-perks-featured-bottom-content, .cta-1-content {
    margin-bottom: 60px;
  }

  .container-medium-600px.home-perks, .container-medium-600px.about-team, .container-medium-600px.about-story, .container-medium-600px.careers-testimonials {
    margin-bottom: 40px;
  }

  .home-perks-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .home-perks-featured-top-image-wrapper {
    text-align: center;
  }

  .home-testimonials-grid {
    margin-bottom: 40px;
  }

  .card-home-testimonial-about-wrapper {
    margin-left: -54px;
  }

  .home-testimonials-title-wrapper {
    margin-bottom: 20px;
  }

  .home-download-content {
    margin-bottom: 60px;
  }

  .home-download-features-grid {
    margin-bottom: 35px;
  }

  .cta-2-content {
    margin-left: 0;
  }

  .cta-1-image-wrapper, .home-download-image-wrapper {
    max-width: 100%;
  }

  .cta-2-images-wrapper {
    margin-bottom: 0;
  }

  .footer-content-top {
    margin-bottom: 89px;
  }

  .footer-menu-wrapper.first {
    margin-bottom: 40px;
    margin-right: 30px;
  }

  .footer-content-bottom {
    padding-top: 32px;
  }

  .footer-menu-main-content {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

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

  .steps-tabs-menu {
    margin-bottom: 67px;
  }

  .home-perks-featured-bottom-content-grid {
    margin-bottom: 35px;
  }

  .about-hero-achievements-wrapper {
    max-width: 504px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .about-hero-achievement-wrapper {
    width: 174.531px;
  }

  .about-hero-achievement-number {
    margin-bottom: 4px;
    font-size: 40px;
  }

  .about-hero-vision-mission-wrapper {
    flex-direction: column;
  }

  .about-hero-vision-mission-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .about-hero-vision-mission-content.last {
    margin-bottom: 0;
  }

  .values-title-wrapper {
    max-width: 400px;
    margin-bottom: 40px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .card-value-content {
    max-width: none;
  }

  .about-team-grid {
    max-width: 552px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline-wrapper {
    flex-direction: column;
  }

  .timeline-left {
    height: auto;
  }

  .timeline-center {
    display: none;
  }

  .timeline-right {
    height: auto;
    align-self: auto;
    margin-bottom: -30px;
  }

  .careers-perks-content {
    margin-bottom: 60px;
  }

  .careers-perks-grid {
    max-width: 503px;
    grid-template-columns: 1fr;
  }

  .careers-perk-wrapper {
    text-align: center;
  }

  .careers-testimonials-grid, .content-top.open-positions {
    margin-bottom: 40px;
  }

  .content-top.more-positions {
    text-align: left;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top.blog {
    align-items: stretch;
    margin-bottom: 50px;
  }

  .content-top.more-articles {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .content-top.blog-category {
    align-items: stretch;
    margin-bottom: 50px;
  }

  .content-top.team-articles {
    text-align: center;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .open-positions-grid {
    margin-bottom: 40px;
  }

  .card-career-item-title-wrapper {
    margin-bottom: 20px;
  }

  .card-career-item-about-wrapper {
    margin-right: -15px;
  }

  .card-career-item-apply-button {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .card-career-item-about {
    margin-right: 15px;
    font-size: 16px;
  }

  .card-career-item-content-bottom {
    padding-top: 22px;
  }

  .career-content {
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .career-about-wrapper {
    margin-bottom: 15px;
    margin-right: -15px;
  }

  .card-career-apply-perks-grid {
    margin-bottom: 36px;
  }

  .card-career-apply-content {
    max-width: none;
  }

  .card-career-apply-wrapper {
    width: 100%;
    max-width: 500px;
    flex-direction: column;
    align-items: stretch;
  }

  .card-post-featured-content-top {
    margin-bottom: 0;
  }

  .blog-grid {
    grid-row-gap: 83px;
  }

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

  .post-item-content-bottom {
    flex-wrap: wrap;
  }

  .post-item-date {
    margin-bottom: 15px;
  }

  .container-large-1162px.post {
    margin-bottom: 40px;
  }

  .post-content {
    margin-bottom: 80px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text h3, .rich-text h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 20px;
    margin-bottom: 33px;
  }

  .rich-text h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text h6 {
    margin-top: 33px;
  }

  .post-content-top {
    margin-bottom: 20px;
  }

  .post-content-about-divider {
    margin-left: 20px;
    margin-right: 16px;
  }

  .card-post-author-content {
    min-width: auto;
  }

  .card-post-author-social-media-wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .card-post-author-social-media-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .post-main-image-wrapper {
    margin-bottom: 56px;
  }

  .container-medium-672px.pricing {
    margin-bottom: 40px;
  }

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

  .plan-item {
    margin-top: 33px;
    margin-bottom: 50px;
  }

  .card-plan-content {
    flex-direction: column;
    margin-top: -33px;
  }

  .card-plan-content-top {
    max-width: 386px;
  }

  .card-plan-features-grid {
    grid-row-gap: 10px;
    margin-bottom: 30px;
  }

  .card-plan-price {
    margin-bottom: 0;
  }

  .faqs-title-wrapper {
    margin-bottom: 40px;
  }

  .faq-icon-wrapper {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .faq-icon-1 {
    width: 20px;
  }

  .faq-icon-2 {
    min-height: 20px;
  }

  .plan-title-wrapper {
    margin-bottom: 16px;
  }

  .plan-features-title {
    margin-bottom: 15px;
  }

  .plan-features-grid {
    grid-row-gap: 10px;
  }

  .card-get-plan-price {
    font-size: 32px;
  }

  .add-cart-option-list {
    margin-bottom: 28px;
  }

  .plan-content-top {
    margin-bottom: 50px;
  }

  .rich-text-career h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .rich-text-career p {
    margin-bottom: 20px;
  }

  .rich-text-career blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-career h3 {
    margin-top: 33px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .rich-text-career h4 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text-career ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-career figure {
    margin-top: 20px;
    margin-bottom: 33px;
  }

  .rich-text-career h5 {
    margin-top: 33px;
    margin-bottom: 10px;
  }

  .rich-text-career ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rich-text-career h6 {
    margin-top: 33px;
  }

  .container-medium-728px.contact-hero {
    margin-bottom: 50px;
  }

  .contact-hero-grid {
    justify-items: stretch;
  }

  .contact-title-wrapper {
    margin-bottom: 60px;
  }

  .contact-form {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .category-title-wrapper.blog-category {
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .team-content {
    min-width: auto;
  }

  .team-content-top {
    margin-bottom: 15px;
  }

  .team-social-media-wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .team-social-media-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .team-about-title-wrapper {
    margin-bottom: 16px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -35px;
    padding-top: 30px;
  }

  .dropdown-arrow {
    font-size: 12px;
  }

  .dropdown-nav {
    margin-right: 20px;
  }

  .empty-state {
    padding: 50px 35px;
  }

  .nav-link-2 {
    font-size: 30px;
  }

  .button-primary-2.header-button {
    display: none;
  }

  .button-primary-2.header-button.mobile {
    display: block;
  }

  .empty-state-2 {
    padding: 50px 35px;
  }

  .plan-features-title-2 {
    margin-bottom: 15px;
  }

  .card-2.home-perk {
    padding: 40px 35px;
  }

  .home-perks-grid-2 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .image-3 {
    left: 100px;
    right: -100px;
  }

  .link-block {
    left: 122px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 36px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding-top: 42px;
    padding-bottom: 54px;
    padding-left: 25px;
    font-size: 20px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .button-primary.small, .button-primary.large {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-primary._2-buttons-button {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-primary.blog-post-category {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-primary.headerbuttonsignin {
    margin-right: 14px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .button-primary._2-buttons-1 {
    margin-right: 0;
  }

  .button-secondary {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .button-secondary.small, .button-secondary.large {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-secondary._2-buttons-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-secondary._2-buttons-button.store-1 {
    margin-right: 0;
  }

  .header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-logo {
    width: 140px;
  }

  .header-logo.logo-1, .header-logo.logo-2 {
    width: 100px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 130px;
  }

  .nav-link {
    font-size: 28px;
  }

  .menu-button {
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    background-color: rgba(255, 255, 255, 0);
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 95px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 28px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    width: 156px;
  }

  .footer-nav-item {
    margin-bottom: 12px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-hero {
    margin-top: -125px;
  }

  .section.bg-neutral-200 {
    margin-left: 0;
    margin-right: 0;
  }

  .section.bg-primary-1.cta-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-primary-1.cta-2 {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .section.about-hero {
    padding-top: 61px;
    padding-bottom: 87px;
  }

  .section.careers-hero {
    padding-top: 61px;
    padding-bottom: 55px;
  }

  .section.careers-perks {
    padding-top: 47px;
    padding-bottom: 98px;
  }

  .section.career {
    padding-top: 58px;
    padding-bottom: 82px;
  }

  .section.blog-hero {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section.post {
    padding-top: 61px;
    padding-bottom: 80px;
  }

  .section.pricing {
    padding-top: 61px;
    padding-bottom: 92px;
  }

  .section.plan {
    padding-top: 61px;
    padding-bottom: 84px;
  }

  .section.contact-hero, .section.blog-category, .section.team {
    padding-top: 61px;
  }

  .section.utility-page {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    padding: 56px 25px;
  }

  .input {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-title {
    margin-bottom: 20px;
    font-size: 125px;
  }

  .container-medium-761px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-761px.changelog {
    margin-top: -129px;
  }

  .divider.about-hero {
    margin-top: 42px;
    margin-bottom: 42px;
  }

  .divider.card-plan {
    margin-top: 33px;
    margin-bottom: 28px;
  }

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

  .icon-password {
    width: 130px;
    height: 130px;
  }

  .paragraph.home-hero {
    margin-bottom: 35px;
  }

  .paragraph.home-perks-featured-bottom-content-paragraph {
    text-align: left;
    padding-right: 0;
  }

  .paragraph.neutral-300.cta-1, .paragraph.neutral-300.cta-2 {
    text-align: left;
  }

  .paragraph.careers-hero, .paragraph.open-positions-contact {
    margin-bottom: 35px;
  }

  .paragraph.job-description-summary {
    max-width: 425px;
  }

  .paragraph.card-post-featured {
    margin-bottom: 30px;
  }

  .paragraph.post-item {
    margin-bottom: 25px;
  }

  .paragraph.plan-description-excerpt {
    margin-bottom: 30px;
  }

  .paragraph.contact-link {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .paragraph.contact {
    margin-bottom: 28px;
  }

  .card.changelog {
    padding: 40px 20px;
  }

  .card.home-perk {
    padding: 33px 25px;
  }

  .card.home-testimonial {
    padding: 36px 25px;
  }

  .card.footer-download {
    padding: 43px 25px;
  }

  .card.step-tab-link {
    border-radius: 15px;
    margin-bottom: 23px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.step-tab-link.w--current {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card.value {
    padding: 37px 25px 35px;
  }

  .card.timeline-year {
    padding: 33px 25px;
  }

  .card.career-item {
    padding: 33px 25px 40px;
  }

  .card.career-apply {
    padding: 34px 25px 40px;
  }

  .card.post-featured {
    padding: 33px 25px 40px;
  }

  .card.post-author {
    padding: 38px 25px 46px;
  }

  .card.plan {
    padding-bottom: 33px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.faq {
    padding: 30px 25px;
  }

  .card.get-plan.mobile {
    padding: 33px 25px 44px;
  }

  .card.contact-link {
    padding: 30px 25px 48px;
  }

  .card.contact {
    min-height: 964px;
    padding: 47px 25px;
  }

  .card.team {
    margin-top: 111px;
    margin-bottom: 50px;
    padding: 38px 25px 46px;
  }

  .card.default {
    padding: 33px 25px;
  }

  .checkout-form {
    padding-bottom: 100px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title.order-item-title {
    font-size: 20px;
  }

  .title.neutral-100.cta-2 {
    max-width: none;
  }

  .title.footer-menu {
    margin-bottom: 20px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.card-post-author, .title.h3-size.card-plan {
    margin-bottom: 0;
  }

  .title.h3-size.card-contact-link {
    margin-bottom: 6px;
  }

  .title.home-testimonials {
    max-width: 334px;
    margin-left: 0;
    margin-right: 0;
  }

  .title.home-perks-featured-bottom-title {
    max-width: 358px;
    padding-right: 0;
  }

  .title.home-perks-featured-top-title {
    max-width: 358px;
  }

  .title.home-hero {
    max-width: 425px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .title.home-perks {
    max-width: 343px;
  }

  .title.about-hero {
    font-size: 33px;
  }

  .title.h2-size {
    font-size: 23px;
  }

  .title.about-team {
    max-width: 358px;
  }

  .title.careers-testimonials {
    max-width: 313px;
  }

  .title.careers-perks {
    max-width: 80%;
  }

  .title.careers-hero {
    max-width: 402px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    overflow: visible;
  }

  .title.career {
    margin-bottom: 22px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.faq {
    margin-right: 15px;
  }

  .title.h1-size {
    font-size: 36px;
  }

  .title.contact-social-media {
    margin-bottom: 15px;
  }

  .title.password {
    font-size: 28px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 22px;
  }

  .title.cart-item-title {
    font-size: 20px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 22px;
  }

  .split-content.header-right {
    flex: 1;
    margin-right: 20px;
  }

  .split-content.footer-content-bottom-left {
    margin-bottom: 23px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .image-wrapper.order-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.about-hero {
    border-radius: 30px;
    margin-bottom: 83px;
  }

  .image-wrapper.team-item-image {
    margin-bottom: 15px;
  }

  .image-wrapper.card-post-featured {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .image-wrapper.post-item {
    margin-bottom: 25px;
  }

  .image-wrapper.post-author-link-image {
    margin-right: 6px;
  }

  .image-wrapper.card-post-author {
    max-width: 180px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-plan-icon {
    width: 80px;
    min-height: 80px;
    min-width: 80px;
    border-radius: 22px;
  }

  .image-wrapper.card-contact-link-icon {
    width: 78px;
    min-height: 78px;
    min-width: 78px;
    border-radius: 22px;
    margin-bottom: 20px;
  }

  .image-wrapper.team {
    max-width: 180px;
  }

  .image-wrapper.cart-item-image {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image.home-hero-1 {
    max-width: 100%;
    margin-top: 5%;
    margin-bottom: -20px;
  }

  .image.home-hero-partner-logo {
    max-width: 95px;
    margin-right: 25px;
  }

  .image.home-perk-featured-top-icon, .image.home-perk-featured-bottom-icon {
    margin-right: 10px;
  }

  .image.home-perks-featured-top-image {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    left: auto;
  }

  .image.home-perks-featured-bottom-image {
    max-width: 100%;
    margin-top: -21px;
    margin-bottom: -42px;
  }

  .image.card-home-perk-icon {
    max-width: 96px;
    margin-bottom: 20px;
  }

  .image.card-home-testimonial-about {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    border-radius: 20px;
    margin-right: 10px;
  }

  .image.home-download-feature-icon {
    margin-right: 10px;
  }

  .image.cta-1 {
    max-width: 100%;
    left: auto;
  }

  .image.home-download {
    margin-top: -15px;
  }

  .image.cta-2 {
    max-width: 100%;
    margin-bottom: -36px;
  }

  .image.step-mockup {
    max-width: 80%;
  }

  .image.card-value {
    width: 65px;
    min-height: 65px;
    min-width: 65px;
    border-radius: 20px;
    margin-bottom: 15px;
  }

  .image.careers-perk-icon {
    width: 65px;
    min-height: 65px;
    min-width: 65px;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .image.card-career-apply-icon {
    max-width: 78px;
    margin-bottom: 20px;
  }

  .image.card-post-featured-author {
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 10px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .order-summary-subtotal {
    font-size: 16px;
  }

  .order-summary-total {
    font-size: 18px;
  }

  .cart-button {
    margin-right: 20px;
  }

  .cart-container {
    border-width: 0;
    border-radius: 0;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  .home-hero-content {
    margin-left: 0;
  }

  .subtitle-wrapper {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .subtitle-wrapper.home-testimonials {
    justify-content: flex-start;
  }

  .subtitle-line {
    width: 28px;
    margin-right: 10px;
  }

  .subtitle-line.home-testimonials {
    display: block;
  }

  ._2-buttons {
    flex-direction: column;
    display: flex;
  }

  ._2-buttons.card-footer-download-buttons {
    max-width: none;
  }

  .home-hero-wrapper {
    margin-bottom: 63px;
  }

  .bg.home-hero-circle {
    width: 10%;
    height: 19%;
    max-height: 40%;
    min-height: 0%;
    min-width: 80%;
    object-fit: fill;
    background-image: linear-gradient(229deg, #ffcc3b, #ff5f6f);
    border-radius: 999px;
    margin-top: 10%;
    padding-top: 60%;
    padding-bottom: 0;
    top: auto;
    right: auto;
  }

  .bg.home-perks-featured-top-circle {
    width: auto;
    min-height: auto;
    padding-top: 100%;
  }

  .bg.home-download {
    min-height: 25%;
  }

  .bg.home-perks-featured-bottom-circle {
    width: auto;
    min-height: auto;
    min-width: 77%;
    padding-top: 77%;
    bottom: -4px;
    left: -40px;
  }

  .bg.cta-2-circle {
    bottom: auto;
  }

  .bg.step-circle {
    width: auto;
    min-height: auto;
    min-width: 100%;
    padding-top: 100%;
  }

  .home-hero-partners-logos {
    color: #efefff;
    margin-right: -25px;
  }

  .home-hero-partners-text {
    max-width: 313px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }

  .home-perks-featured-top {
    margin-bottom: 88px;
  }

  .home-perks-featured-top-content {
    width: auto;
  }

  .home-perks-featured-bottom-content {
    margin-left: 0;
  }

  .container-medium-600px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-vc {
    align-items: stretch;
  }

  .card-home-testimonial-about-wrapper {
    margin-left: -40px;
  }

  .card-home-testimonial-about-name {
    font-size: 16px;
  }

  .card-home-testimonial-about-location {
    font-size: 15px;
    line-height: 1.6em;
  }

  .home-testimonials-title-wrapper {
    text-align: left;
    margin-bottom: 10px;
  }

  .home-download-content {
    margin-bottom: 50px;
  }

  .footer-content-top {
    margin-bottom: 74px;
  }

  .footer-menu-content {
    flex-wrap: wrap;
  }

  .footer-content-bottom {
    padding-top: 28px;
  }

  .footer-social-media-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
    margin-right: -15px;
  }

  .footer-social-media-link {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .steps-tabs-menu {
    margin-bottom: 56px;
  }

  .about-hero-achievements-wrapper {
    margin-bottom: 20px;
  }

  .about-hero-achievement-wrapper {
    width: 155.141px;
  }

  .about-hero-achievement-number {
    margin-bottom: 0;
    font-size: 33px;
  }

  .about-hero-achievement-text {
    font-size: 16px;
  }

  .about-hero-vision-mission-content {
    margin-bottom: 35px;
  }

  .values-title-wrapper {
    max-width: 300px;
  }

  .about-team-grid {
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .container-large-1113px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .careers-perks-content {
    min-width: auto;
    margin-bottom: 50px;
  }

  .content-top.more-positions {
    align-items: stretch;
  }

  .content-top.blog {
    margin-bottom: 40px;
  }

  .content-top.more-articles {
    align-items: stretch;
  }

  .content-top.blog-category {
    margin-bottom: 40px;
  }

  .content-top.team-articles {
    align-items: stretch;
  }

  .card-career-item-content-top {
    flex-wrap: wrap;
  }

  .card-career-item-title-wrapper {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .card-career-item-apply-button {
    margin-bottom: 15px;
    padding: 13px 12px;
    font-size: 14px;
  }

  .card-career-item-content-bottom {
    padding-top: 18px;
  }

  .career-content {
    margin-bottom: 50px;
  }

  .card-career-apply-perks-grid {
    margin-bottom: 30px;
  }

  .card-career-apply-perk-icon {
    margin-right: 10px;
  }

  .card-post-featured-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .link-underline.post-item {
    margin-right: 10px;
  }

  .card-post-featured-author-wrapper {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 16px;
  }

  .card-post-featured-date {
    font-size: 16px;
  }

  .blog-grid {
    grid-row-gap: 80px;
  }

  .post-item-date {
    font-size: 16px;
  }

  .container-large-1162px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-large-1162px.post {
    margin-bottom: 35px;
  }

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

  .rich-text h3, .rich-text h4 {
    margin-top: 28px;
  }

  .rich-text img {
    border-radius: 20px;
  }

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

  .rich-text h5, .rich-text h6 {
    margin-top: 28px;
  }

  .post-content-top {
    margin-bottom: 15px;
  }

  .post-content-about {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .post-author-link {
    font-size: 16px;
  }

  .post-content-about-divider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .post-date {
    font-size: 16px;
  }

  .card-post-author-social-media-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
  }

  .card-post-author-social-media-link {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .post-main-image-wrapper {
    margin-bottom: 47px;
  }

  .container-medium-672px {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .card-plan-features-grid {
    grid-row-gap: 8px;
    margin-bottom: 25px;
  }

  .plan-feature-wrapper {
    font-size: 16px;
  }

  .plan-feature-dot {
    margin-right: 10px;
  }

  .card-plan-price {
    font-size: 25px;
  }

  .plan-title-wrapper, .plan-features-title {
    margin-bottom: 10px;
  }

  .plan-features-grid {
    grid-row-gap: 8px;
  }

  .card-get-plan-price {
    font-size: 26px;
  }

  .add-cart-option-list {
    margin-bottom: 23px;
  }

  .select-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .plan-content-top {
    margin-bottom: 40px;
  }

  .rich-text-career h2 {
    font-size: 20px;
  }

  .rich-text-career h3 {
    margin-top: 28px;
    font-size: 18px;
  }

  .rich-text-career h4 {
    margin-top: 28px;
  }

  .rich-text-career img {
    border-radius: 20px;
  }

  .rich-text-career figure {
    margin-bottom: 28px;
  }

  .rich-text-career h5, .rich-text-career h6 {
    margin-top: 28px;
  }

  .container-medium-728px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-728px.contact-hero {
    margin-bottom: 40px;
  }

  .card-contact-link-text {
    font-size: 15px;
  }

  .contact-title-wrapper {
    margin-bottom: 50px;
  }

  .contact-social-media-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
  }

  .contact-social-media-link {
    margin-bottom: 15px;
  }

  .contact-form {
    grid-row-gap: 35px;
  }

  .text-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-social-media-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
  }

  .team-social-media-link {
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .team-about-title-wrapper {
    margin-bottom: 10px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -32px;
  }

  .dropdown-arrow {
    font-size: 11px;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 15px;
  }

  .cart {
    flex: none;
  }

  .header-menu-button-icon-wrapper {
    background-color: #2c2c2d;
  }

  .icon-wrapper {
    width: 20px;
  }

  .cart-item {
    flex-wrap: wrap;
  }

  .cart-item-wrapper {
    flex-direction: column;
  }

  .cart-header, .cart-footer, .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .empty-state {
    padding: 40px 25px;
  }

  .empty-state.cart-empty {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .team-members-number {
    font-size: 70px;
  }

  .text-block-2, .text-block-6 {
    text-align: left;
  }

  .cart-footer-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-2 {
    font-size: 28px;
  }

  .button-primary-2 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .button-primary-2._2-buttons-button {
    margin-right: 0;
  }

  .empty-state-2 {
    padding: 40px 25px;
  }

  .empty-state-2.cart-empty {
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-navigation-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .cart-header-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-container-2 {
    border-width: 0;
    border-radius: 0;
  }

  .cart-button-2 {
    margin-right: 20px;
  }

  .menu-button-2 {
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 10px;
    font-size: 26px;
  }

  .input-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .plan-features-title-2 {
    margin-bottom: 10px;
  }

  .plan-feature-dot-2 {
    margin-right: 10px;
  }

  .card-2.home-perk {
    padding: 33px 25px;
  }

  .container-default-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-secondary-2 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    right: 93px;
  }

  .image-4 {
    position: relative;
    right: -200px;
  }

  .image-5 {
    position: relative;
    left: 33px;
    right: -100px;
  }

  .link-block {
    left: 93px;
  }

  .image-9 {
    float: none;
    position: relative;
    left: 25px;
  }
}

#w-node-ae4c5a1d-5f28-5262-030e-1bf324b0231a-24b02308 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae4c5a1d-5f28-5262-030e-1bf324b0231e-24b02308 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c67c03c9-bb88-60b6-c722-5e76b29d2ff3-482464ba {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae4c5a1d-5f28-5262-030e-1bf324b0231a-24b02308, #w-node-ae4c5a1d-5f28-5262-030e-1bf324b0231e-24b02308 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae4c5a1d-5f28-5262-030e-1bf324b0231e-24b02308 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Icons Finance X Template';
  src: url('../fonts/icons-finance-x-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}