:root {
  --white: white;
  --black: #282c32;
  --accent: #f2ca4b;
  --grey: #f6f7f7;
  --light: #fffcf2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-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-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

a {
  color: var(--black);
  text-decoration: underline;
}

blockquote {
  background-color: var(--accent);
  color: var(--black);
  border: 1px #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 44px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
}

.section {
  background-color: var(--white);
  color: #282c32;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

.section.subhero-home-a {
  padding-top: 80px;
  padding-bottom: 100px;
}

.section.light {
  background-color: #fffcf2;
}

.section.light.two-mokcups-section {
  padding-bottom: 0;
}

.section.dark {
  background-color: var(--black);
  color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.dark.integrations-one-section {
  background-image: url('../images/GradientIntegrationsBackground.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.dark.integrtions-two-section {
  background-image: url('../images/GradientIntegrationsBackground.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 120px;
  padding-bottom: 0;
}

.section.dark.moving-testimonials-section {
  overflow: hidden;
}

.section.accent {
  background-color: #f2ca4b;
}

.section.accent.cta-section-one {
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
}

.section.accent.cta-section-two {
  padding-bottom: 0;
}

.section.paddings-medium {
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.slider-features-section {
  padding-bottom: 180px;
  overflow: hidden;
}

.section.mega-features-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.big-text-bg-image {
  color: var(--white);
  background-image: linear-gradient(to right, #282c32cc, #282c3280 67%, #282c3200), url('../images/BigTextBGImage_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 360px;
}

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

.main-container {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-small {
  font-size: 18px;
  line-height: 125%;
}

.divider-typography {
  background-color: #1818184d;
  width: 100%;
  height: 1px;
}

.big-text {
  font-family: Playfair Display, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 120%;
}

.left-column-template-details {
  padding: 0;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--light);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.grid-buttons {
  grid-template-rows: auto;
}

.cta-accent {
  color: #282c32;
  background-color: #f2ca4b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  transition: background-color .2s;
  display: flex;
}

.cta-accent:hover {
  background-color: #ffdc6c;
}

.cta-accent.pricing-thirds-cta {
  width: 100%;
  margin-bottom: 8px;
}

.cta-accent.add-to-cart-cta {
  width: 100%;
}

.wrap-template-ui {
  grid-row-gap: 24px;
  background-color: #282c320d;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.color {
  background-color: #faebe3;
  border: 1px solid #3e3b364d;
  border-radius: 12px;
  padding-top: 100%;
}

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

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

.color.color-two {
  background-color: var(--accent);
}

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

.color.color-five {
  background-color: var(--grey);
}

.paragraph-big {
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 125%;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--light);
  border-radius: 12px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.template-h2 {
  margin-top: 0;
}

.link-template-navigation {
  color: #1b323399;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: #1b3233;
  font-weight: 500;
}

.columns-template-details {
  display: flex;
}

.underline-link {
  text-decoration: underline;
}

.paragraph-tiny {
  font-size: 16px;
  line-height: 125%;
}

.cta-dark {
  color: #fff;
  background-color: #282c32;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  transition: background-color .2s;
  display: flex;
}

.cta-dark:hover {
  background-color: #191c20;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #ecf6f21f;
  height: 128px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.link-brand-navbar {
  align-items: center;
  height: 24px;
  display: flex;
}

.image-chevron-dropdown {
  opacity: .8;
  width: 20px;
  height: 20px;
}

.dropdown-list.w--open {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 12px;
}

.link-dropdown {
  color: var(--light);
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.link-dropdown:hover {
  background-color: #ffffff0d;
}

.link-dropdown.w--current {
  color: var(--accent);
}

.brand-navbar {
  max-width: none;
  height: 100%;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.dropdown {
  font-size: 18px;
}

.nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-hero-home-a {
  color: #282c32;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

.wrap-home-a-grey {
  background-color: #f6f7f7;
  border-radius: 32px;
  padding-top: 120px;
  padding-left: 120px;
  padding-right: 120px;
  overflow: hidden;
}

.title-wrap-hero-home-a {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-668 {
  max-width: 668px;
}

.subtitle {
  font-size: 28px;
  line-height: 120%;
}

.flex-hero-buttons {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-hero-buttons.mg-top-16 {
  margin-top: 16px;
}

.flex-hero-buttons.mg-top-64 {
  margin-top: 64px;
}

.wrap-hero-home-a-images {
  margin-top: 100px;
  position: relative;
}

.mockup-hero-home-a {
  width: 100%;
  display: block;
}

.image-hero-a-small-ui {
  border-radius: 24px;
  width: 25%;
  max-width: 320px;
  position: absolute;
  inset: -32px -32px auto auto;
}

.flex-subhero-combo {
  grid-column-gap: 56px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-subhero-combo.mg-top-80 {
  margin-top: 80px;
}

.left-subhero-combo {
  width: 425px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.right-subhero-combo {
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 866px;
  padding-top: 8px;
  display: flex;
}

.medium-text {
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}

.grid-three-stats-left {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  width: 100%;
  max-width: 775px;
}

.wrap-stat-left {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-stat {
  font-size: 56px;
  line-height: 100%;
}

.divider-stat {
  background-color: var(--black);
  opacity: .2;
  width: 1px;
  height: 64px;
}

.grid-combo-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.image-combo-halves {
  border-radius: 24px;
  width: 100%;
  display: block;
}

.content-combo-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 494px;
  display: flex;
}

.master-checklist-vertical {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-checklist-vertical.mg-top-8 {
  margin-top: 8px;
}

.single-checklist {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.circle-checlist {
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-check {
  width: 18px;
  height: 18px;
}

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

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.flex-cta-left.mg-top-24 {
  margin-top: 24px;
}

.master-logos {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.wrap-logos {
  opacity: .7;
  flex: 1;
  justify-content: space-between;
  align-items: baseline;
  max-width: 980px;
  display: flex;
}

.wrap-logos.center-logos {
  flex-wrap: wrap;
  width: 100%;
}

.image-logo {
  max-width: 140px;
  height: 41px;
}

.center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-heading.mg-bottom-64 {
  margin-bottom: 64px;
}

.center-heading.mg-bottom-48 {
  margin-bottom: 48px;
}

.grid-features-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.master-flip-feature {
  transform-style: preserve-3d;
  border-radius: 24px;
  min-height: 365px;
  position: relative;
  transform: none;
}

.front-flip-feature {
  z-index: 3;
  background-color: var(--accent);
  backface-visibility: hidden;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 52px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-feature {
  object-fit: contain;
  width: 56px;
  height: 56px;
}

.back-flip-feature {
  z-index: 5;
  background-color: var(--black);
  backface-visibility: hidden;
  color: var(--white);
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 52px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.link-with-arrow {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.circle-link-with-arrow {
  background-color: var(--accent);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-link-with-arrow {
  width: 16px;
  height: 16px;
}

.wrapper-flip-cart {
  perspective: 1000px;
  border-radius: 24px;
}

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

.flex-heading-cta.mg-bottom-64 {
  margin-bottom: 64px;
}

.cta-dark-outline {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #282c3200;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.cta-dark-outline:hover {
  background-color: #282c320d;
}

.lightbox-button-wrap {
  text-decoration: none;
}

.grid-testimonials-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-testimonial-thirds {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-testimonial-thirds {
  border-radius: 24px;
  width: 100%;
  display: block;
}

.top-testimonial-thirds {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bottom-testimonial-thirds {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  margin-top: 8px;
  display: flex;
}

.icon-stars-testimonial {
  height: 16px;
}

.grid-integrations-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.left-integrations-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.cta-white {
  color: #282c32;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-white:hover {
  background-color: var(--light);
}

.image-integrations-cricles {
  width: 90%;
  max-width: 560px;
}

.master-tabs-target {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.image-tab {
  border-radius: 24px;
  width: 100%;
}

.tab-pane-target, .tabs-mask {
  width: 100%;
}

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

.text-wrap-tab {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #282c32;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 6px;
  display: flex;
}

.inside-tab {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-link {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 80px;
  width: 180px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

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

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

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

.wrap-content-cta-section {
  z-index: 5;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
  position: relative;
}

.h2-big-cta-section {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 120%;
}

.limit-500 {
  max-width: 500px;
}

.flex-cta-section {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-ssl {
  grid-column-gap: 6px;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.icon-ssl {
  width: 24px;
  height: 24px;
}

.image-mockup-cta-section-one {
  object-fit: cover;
  object-position: 0% 50%;
  width: 75%;
  max-width: 960px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.master-tabs-faq {
  width: 100%;
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
}

.inside-tab-faq {
  background-color: #f6f7f7;
  border-radius: 24px;
  padding: 80px 100px;
}

.inside-tab-faq.white-inside-faq {
  background-color: var(--white);
}

.plus-line {
  background-color: #fff;
  border-radius: 1px;
  width: 18px;
  height: 1px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

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

.expandable-single {
  border-top: 1px solid var(--black);
  cursor: pointer;
  padding: 26px 0;
}

.master-expandable {
  grid-row-gap: 0px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--black);
  color: var(--light);
  padding-top: 120px;
  padding-bottom: 64px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

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

.left-top-footer {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-link-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 26px;
  display: flex;
}

.brand-footer {
  max-width: none;
  height: 100%;
  display: block;
}

.master-contact-list {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-contact-list {
  grid-column-gap: 8px;
  color: var(--light);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.icon-contact-list {
  width: 24px;
  height: 24px;
}

.grid-footer-links {
  grid-column-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

.column-footer-links, .wrap-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.heading-footer-links {
  color: var(--light);
  font-size: 16px;
}

.divider-footer {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

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

.text-legal-footer {
  font-size: 16px;
}

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

.section-hero-home-b {
  color: #282c32;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.wrap-hero-home-b {
  background-color: var(--accent);
  border-radius: 32px;
  margin-bottom: 80px;
  padding: 180px 120px;
  position: relative;
  overflow: hidden;
}

.wrap-content-hero-home-b {
  z-index: 1;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.small-h1 {
  font-family: Playfair Display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

.grid-stats-home-b {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  width: 100%;
  max-width: 490px;
}

.wrap-stat-center {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mockup-hero-home-b {
  object-fit: cover;
  object-position: 0% 50%;
  width: 76%;
  max-width: 1000px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.master-logos-center {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.master-checklist-horizontall {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.master-checklist-horizontall.mg-top-64 {
  margin-top: 64px;
}

.container-medium {
  max-width: 1170px;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-big-text {
  grid-row-gap: 54px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1000px;
  display: flex;
}

.span-accent-text {
  color: var(--accent);
}

.lightbox-showreel {
  grid-column-gap: 16px;
  color: #282c32;
  background-color: #f2ca4b;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 70px 18px 24px;
  font-size: 22px;
  text-decoration: none;
  display: flex;
}

.play-showreel {
  width: 54px;
  height: 54px;
}

.flex-heading-text {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-heading-text.mg-bottom-120 {
  margin-bottom: 120px;
}

.left-heading-text {
  max-width: 458px;
}

.right-heading-text {
  max-width: 450px;
}

.wrap-two-mokcups {
  position: relative;
}

.mockup-desktop-two-mockups {
  width: 90%;
  display: block;
}

.mockup-phone-two-mokcups {
  width: 24%;
  max-width: 310px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid-sticky-target {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  transition: opacity .2s;
}

.master-sticky-target {
  position: relative;
}

.wrap-sticky-target {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  display: flex;
  position: sticky;
  top: 100px;
}

.limit-390 {
  max-width: 390px;
}

.wrap-sticky-target-nav {
  grid-row-gap: 0px;
  border-left: 2px solid var(--accent);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.link-sticky-target {
  color: #282c3299;
  border-left: 8px solid #f2ca4b00;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px;
  font-size: 22px;
  text-decoration: none;
  transition: color .2s, border-width .2s, border-color .2s;
}

.link-sticky-target.w--current {
  color: #282c32;
  border-left-color: #f2ca4b;
}

.right-sticky-targets {
  grid-row-gap: 80px;
  flex-direction: column;
  width: 100%;
  max-width: 644px;
  display: flex;
}

.image-sticky-target {
  border-radius: 24px;
}

.single-sticky-target {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-sticky-target {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-integrations-halves-two {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.left-integrations-two {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.image-integrations-two {
  width: 100%;
  max-width: 520px;
  display: block;
}

.grid-team-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tile-team-fourths {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.image-team-fourths {
  border-radius: 24px;
}

.top-team-fourths {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-hero-home-c {
  color: #fff;
  background-image: url('../images/HeroHomeC.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 190px;
  padding-bottom: 560px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.gradient-hero-home-c {
  z-index: 1;
  background-image: linear-gradient(to right, #282c32cc, #282c3299 50%, #282c3200);
  position: absolute;
  inset: 0%;
}

.wrap-content-hero-home-c {
  z-index: 3;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 820px;
  display: flex;
  position: relative;
}

.limit-580 {
  max-width: 580px;
}

.section-mockup-home-c {
  color: var(--black);
  margin-top: -465px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.image-mokcup-home-c {
  z-index: 20;
  width: 100%;
  max-width: 1180px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.fill-color-mockup-c {
  z-index: -2;
  background-color: var(--light);
  position: absolute;
  inset: 0%;
}

.grid-stats-four {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
}

.flex-heading-slider-features {
  margin-bottom: 64px;
  padding-left: 12px;
}

.slider-features {
  background-color: #ddd0;
  width: 33%;
  height: auto;
}

.mask-features {
  height: auto;
  overflow: visible;
}

.slide-features {
  height: auto;
  padding-left: 12px;
  padding-right: 12px;
}

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

.arrow-features-slider {
  width: 64px;
  height: 64px;
  transition: transform .2s;
  inset: auto auto -92px 0%;
}

.arrow-features-slider:hover {
  transform: scale(1.05);
}

.arrow-features-slider.left-arrow {
  left: 12px;
}

.arrow-features-slider.right-arrow {
  left: 82px;
}

.wrap-features-slider {
  position: relative;
}

.icon-slider-arrow {
  width: 100%;
  height: 100%;
}

.grid-testimonials-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.icon-stars-testimonial-halves {
  height: 24px;
}

.bottom-testimonial-halves {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  max-width: 470px;
  margin-top: 8px;
  display: flex;
}

.tile-testimonial-halves {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-testimonial-halves {
  border-radius: 24px;
  width: 100%;
  margin-bottom: 8px;
  display: block;
}

.top-testimonial-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.master-mega-features {
  grid-row-gap: 200px;
  flex-direction: column;
  display: flex;
}

.grid-mega-features {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
}

.grid-mega-features.reversed-grid {
  grid-template-columns: .9fr 1.1fr;
}

.content-mega-features {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
}

.master-visual-feature-halves {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrap-single-feature {
  grid-row-gap: 12px;
  flex-direction: column;
  width: 90%;
  max-width: 310px;
  display: flex;
}

.image-feature-halves {
  z-index: 1;
  border-radius: 24px;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 40px #282c3217;
}

.background-feature-halves {
  z-index: 0;
  background-color: var(--accent);
  transform-origin: 50% 0;
  border-radius: 24px;
  width: 100%;
  height: 75%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.wrap-two-images-feature {
  grid-row-gap: 12px;
  flex-direction: column;
  width: 90%;
  display: flex;
}

.text-testimonials-tile {
  font-size: 32px;
  line-height: 141%;
}

.tile-moving-testimonial {
  grid-row-gap: 80px;
  background-color: var(--light);
  color: var(--black);
  border-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 580px;
  padding: 56px;
  display: flex;
}

.single-moving-testimonials {
  grid-column-gap: 32px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-substat-moving {
  color: #282c3299;
  font-size: 24px;
  line-height: 130%;
}

.text-name-testimonial-tile {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 400;
}

.top-testimonial {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.master-moving-testimonials {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 64px;
  margin-bottom: 80px;
  display: flex;
}

.grid-cta-halves-two {
  grid-template-rows: auto;
}

.mockup-cta-section-two {
  width: 70%;
  max-width: 400px;
}

.grid-blog-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-blog-tile {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wrap-blog-image {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.image-blog-tile {
  width: 100%;
}

.bottom-blog-tile {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section-hero-about-a {
  padding-top: 56px;
  padding-bottom: 56px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.title-wrap-about-a {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.image-hero-about-a {
  border-radius: 32px;
  width: 100%;
  margin-top: 80px;
}

.container-tiny {
  max-width: 712px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.circle-link-office {
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .2s;
  display: flex;
}

.circle-link-office:hover {
  background-color: #caa738;
}

.wrap-office-circle-links {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.office-details-wrap-about-b {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-wrap-office-b {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-office {
  grid-row-gap: 32px;
  background-color: var(--black);
  color: var(--light);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.grid-office-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.icon-circle-link-office {
  width: 22px;
  height: 22px;
}

.section-about-b-hero {
  color: #282c32;
  padding-top: 40px;
  padding-bottom: 80px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.accent-block-hero {
  background-color: var(--accent);
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 365px 80px 80px;
  position: relative;
  overflow: hidden;
}

.title-wrap-accent-block {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.abstract-hero-block-circle {
  transform-origin: 100% 0;
  width: 30%;
  max-width: 370px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-small {
  max-width: 942px;
  padding-left: 24px;
  padding-right: 24px;
}

.left-heading.mg-bottom-56 {
  margin-bottom: 56px;
}

.master-values-wide {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.single-wide-value {
  background-color: var(--accent);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 64px 56px;
  display: flex;
}

.right-wide-value {
  max-width: 330px;
}

.grid-team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-team-thirds {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.image-team-thirds {
  border-radius: 24px;
}

.bottom-team-thirds {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-big-image {
  height: 100vh;
  min-height: 600px;
  max-height: 1100px;
  overflow: hidden;
}

.image-big-section {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.master-offices-wide {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tile-office-wide {
  grid-row-gap: 32px;
  background-color: var(--black);
  color: var(--light);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 56px;
  display: flex;
}

.section-hero-about-c {
  color: #282c32;
  padding-top: 52px;
  padding-bottom: 64px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
}

.title-wrap-about-c {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 140px;
  display: flex;
}

.overflow-gallery-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
}

.overflow-gallery-image.image-four {
  background-image: url('../images/Overflow4.webp');
  background-repeat: no-repeat;
}

.overflow-gallery-image.image-one {
  background-image: url('../images/Overflow1.webp');
  background-repeat: no-repeat;
}

.overflow-gallery-image.smaller-image {
  padding-top: 48%;
}

.overflow-gallery-image.smaller-image.image-three {
  background-image: url('../images/Overflow3.webp');
  max-height: 340px;
  padding-top: 62%;
}

.overflow-gallery-image.smaller-image.image-two {
  background-image: url('../images/Overflow2.webp');
  max-height: 340px;
  padding-top: 62%;
}

.overflow-gallery-video {
  height: auto;
  max-height: 600px;
  padding-top: 64%;
}

.overflow-gallery-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.overflow-gallery-grid.bottom-grid {
  margin-bottom: 0;
}

.overflow-gallery-wrap {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.grid-sticky-values {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.left-sticky-values {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
  position: sticky;
  top: 100px;
}

.right-sticky-values {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 574px;
  display: flex;
}

.tile-sticky-value {
  grid-row-gap: 64px;
  background-color: var(--accent);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px;
  display: flex;
}

.section-hero-features {
  padding-bottom: 16px;
}

.master-wide-features {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.master-divider-wide-features {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-divider-wide-features {
  background-color: var(--black);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 18px;
  display: flex;
}

.divider-wide-features {
  background-color: var(--black);
  transform-origin: 0%;
  flex: 1;
  height: 1px;
}

.accent-block-hero-feature {
  background-color: var(--accent);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-big-feature {
  width: 120px;
  height: 120px;
  margin-bottom: 48px;
}

.title-wrap-feature-template {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 820px;
  display: flex;
}

.accent-block-hero-pricing {
  background-color: var(--accent);
  text-align: center;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 120px 80px 296px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero-pricing {
  color: #282c32;
  padding-top: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.title-wrap-pricing {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-pricing {
  z-index: 10;
  color: #282c32;
  margin-top: -250px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.grid-pricing-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tile-pricing-thirds {
  grid-row-gap: 24px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.top-pricing-thirds {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-heading-3 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.divider-pricing-thirds {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 8px;
}

.wrap-price-pricing-thirds {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.price-pricing-thirds {
  opacity: .8;
}

.price-subtext-pricing-thirds {
  opacity: .6;
  margin-bottom: -3px;
  font-size: 16px;
}

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

.wrap-check-list-pricing {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-check-list-pricing.product-check-list {
  margin-top: 8px;
}

.single-check-list-pricing {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.icon-check-pricing {
  width: 20px;
  height: 20px;
}

.show-from-tablet-comparison {
  display: none;
}

.grid-comparison {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding-bottom: 24px;
}

.cell {
  justify-content: center;
  align-items: center;
  min-height: 64px;
  display: flex;
}

.cell.title {
  border-top: 1px solid #e7e9f1;
  min-height: 88px;
  margin-top: 24px;
}

.cell.left {
  justify-content: flex-start;
  padding-left: 96px;
  font-size: 18px;
}

.cell.left.title {
  grid-column-gap: 16px;
  border-top: 1px solid #e7e9f1;
  min-height: 88px;
  margin-top: 24px;
  padding-left: 32px;
  font-size: 24px;
  line-height: 24px;
}

.column-pricing {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.master-comparison {
  background-color: #fff;
  border: 1px solid #e7e9f1;
  border-radius: 24px;
}

.price-cell {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 22px;
}

.cell-top {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  display: flex;
  position: sticky;
  top: 0;
}

.cell-top.max-left {
  border-top-left-radius: 24px;
}

.cell-top.max-right {
  border-top-right-radius: 24px;
}

.tile-one-plan {
  grid-column-gap: 120px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 140px 64px 80px;
  display: flex;
}

.left-one-plan {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
}

.right-one-plan {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.divider-one-plan {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 8px;
}

.wrap-price-pricing-one-plan {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  align-items: flex-end;
  display: flex;
}

.top-testimonial-pricing {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-testimonial-pricing {
  border-radius: 50%;
  flex: none;
  width: 100px;
  height: 100px;
}

.top-right-testimnoial-pricing {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.wrap-tabs-pricing {
  width: 100%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

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

.save-arrow-wrap {
  align-items: center;
  margin-left: 67%;
  display: flex;
  position: static;
  inset: -6px auto auto 66%;
  transform: rotate(-7deg)translate(0, -20px);
}

.save-arrow-image {
  margin-right: 7px;
}

.save-text {
  margin-top: 15px;
  transform: rotate(12deg);
}

.grid-pricing-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-contact-hero {
  background-color: var(--accent);
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}

.link-social {
  background-color: #faebe300;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: #282c3214;
}

.success-message {
  background-color: var(--black);
  color: var(--light);
  border: 1px solid #0b24711a;
  border-radius: 16px;
}

.form-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.divider-contact {
  background-color: #0b247133;
  width: 100%;
  height: 1px;
}

.link-contact {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.input-wrap {
  flex: 1;
}

.right-side-contact-link {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.text-contact-detail {
  margin: 0;
}

.text-field-contact {
  border: 1px solid var(--black);
  background-color: var(--light);
  color: var(--black);
  border-radius: 6px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 20px;
}

.text-field-contact:focus {
  border-color: var(--accent);
  background-color: var(--white);
  color: var(--black);
}

.text-field-contact::placeholder {
  color: #282c3299;
  font-size: 20px;
}

.text-field-contact.text-area {
  height: auto;
  padding-top: 16px;
  padding-bottom: 64px;
}

.text-field-contact.add-to-cart-field {
  width: 100%;
}

.circle-link-contact {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-contact-section {
  width: 24px;
  height: 24px;
}

.socials-grid {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-wrap-contact-section {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

.field-label {
  margin-bottom: 16px;
  font-weight: 400;
}

.text-contact-heading-option {
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.icon-social {
  width: 32px;
  height: 32px;
}

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

.wrap-contact-links {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-contact-halves {
  grid-column-gap: 48px;
  grid-template-rows: auto;
}

.tile-contact-white {
  background-color: var(--light);
  border-radius: 24px;
  width: 100%;
  max-width: 490px;
  padding: 56px 60px;
}

.accent-block-hero-product {
  grid-column-gap: 120px;
  background-color: var(--accent);
  border-radius: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-hero-product {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.right-hero-product {
  grid-row-gap: 40px;
  background-color: var(--black);
  color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 380px;
  padding: 52px;
  display: flex;
}

.top-left-hero-product {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-right-product {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-product-page {
  opacity: .8;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.text-sub-price-product {
  opacity: .6;
}

.divider-product {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.add-to-cart {
  width: 100%;
}

.default-state {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.lable-hidden {
  display: none;
}

.section-hero-blog {
  padding-top: 52px;
  padding-bottom: 120px;
}

.title-wrap-blog {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.section-hero-blog-template {
  padding-top: 52px;
}

.title-wrap-blog-template {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-blog-template {
  max-width: 800px;
}

.image-main-blog {
  border-radius: 32px;
  width: 100%;
}

.section-legal {
  padding-top: 52px;
  padding-bottom: 120px;
}

.section-hero-account {
  padding-top: 52px;
  padding-bottom: 140px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.accent-block-account {
  grid-row-gap: 64px;
  background-color: var(--accent);
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 120px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-wrap-account {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tile-account {
  grid-row-gap: 40px;
  background-color: var(--light);
  border-radius: 24px;
  flex-direction: column;
  width: 60%;
  max-width: 580px;
  padding: 80px;
  display: flex;
}

.form-block-account {
  margin-bottom: 0;
}

.form-account {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.divider-account {
  background-color: #282c324d;
  width: 100%;
  height: 1px;
}

.cta-dark-outline-icon {
  grid-column-gap: 10px;
  border: 1px solid var(--black);
  color: var(--black);
  background-color: #282c3200;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.cta-dark-outline-icon:hover {
  background-color: #282c320d;
}

.icon-google {
  object-fit: contain;
  width: 20px;
}

.bottom-account {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text-account-bottom {
  font-size: 16px;
}

.brand-checkout {
  background-color: var(--white);
  border-bottom: 1px solid #1b323333;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.link-brand-checkout {
  justify-content: center;
  align-items: center;
  height: 28px;
  display: flex;
}

.brand-image-checkout {
  height: 100%;
}

.shipping-method {
  background-color: #f7f2e2;
}

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

.checkout-form {
  background-color: var(--light);
  padding: 64px 0;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox-checkout {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.text-field-checkout {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  height: 44px;
  margin-bottom: 10px;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-color: var(--black);
  color: var(--black);
}

.block-content {
  background-color: var(--white);
  border-bottom-color: #282c3280;
  border-left-color: #282c3280;
  border-right-color: #282c3280;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.apple-pay {
  border-radius: 8px;
  height: 48px;
}

.block-header {
  background-color: var(--white);
  border-color: #282c3280;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.section-404 {
  padding-bottom: 120px;
}

.mobile-mokcup-cta-section-one, .mobile-mokcup-hero-section-b {
  display: none;
}

.accent-block-hero-template {
  background-color: var(--accent);
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 220px 80px 80px;
  position: relative;
  overflow: hidden;
}

.title-wrap-accent-block-template {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.limit-subtitle-template {
  max-width: 690px;
}

.tile-changelog {
  background-color: var(--light);
  border-radius: 12px;
  width: 100%;
  max-width: 562px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
}

.loader {
  z-index: 100000;
  background-color: var(--black);
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-circle {
  background-color: var(--accent);
  border-radius: 50%;
  flex: none;
  width: 48px;
  height: 48px;
}

.accent-block-hero-sales {
  background-color: var(--accent);
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 260px 80px 80px;
  position: relative;
  overflow: hidden;
}

.section-hero-sales {
  padding-bottom: 64px;
}

.title-wrap-accent-block-sales {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 920px;
  display: flex;
}

.container-sales-mockups {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-thirds-mokckups {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.sales-mock-image {
  border: 1px solid #282c321a;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}

.section-sales-mockups {
  background-color: var(--accent);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
}

.grid-included {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 340px;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
}

.included-padding-wrap {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  border: 1px solid #1b323326;
  border-radius: 8px;
  width: 100%;
}

.grid-fourths-sales-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--accent);
  text-align: left;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.fixed-cart {
  z-index: 1000;
  position: fixed;
  inset: auto 16px 16px auto;
}

.cart-button {
  border: 1px solid var(--accent);
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.remove-link {
  color: #1c3533;
  text-decoration: none;
}

.icon-cart-product {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}

.cart-container {
  background-color: var(--light);
}

.remove-button {
  color: #1c3533;
}

.h1-heading {
  font-size: 84px;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  .section.big-text-bg-image {
    padding-top: 240px;
  }

  .big-text {
    font-size: 55px;
    line-height: 135%;
  }

  .left-column-template-details {
    display: none;
  }

  .right-column-template-details {
    padding: 0;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .navbar {
    height: 90px;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    background-color: #ceead51a;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #ceead5;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .dropdown {
    display: block;
  }

  .nav-menu {
    background-color: #1b3233;
    border-radius: 12px;
    flex-direction: column;
    width: 60%;
    max-width: 440px;
    max-height: 90vh;
    margin-top: 12px;
    margin-left: auto;
    margin-right: 17px;
    padding: 24px 40px 32px;
    overflow: scroll;
  }

  .line-menu {
    background-color: #ceead5;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    width: 20px;
  }

  .wrap-home-a-grey {
    padding-top: 80px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .subtitle {
    font-size: 26px;
  }

  .flex-subhero-combo {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .medium-text {
    font-size: 24px;
  }

  .circle-checlist {
    flex: none;
  }

  .master-logos {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .wrap-logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 440px;
  }

  .grid-features-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .grid-features-thirds.home-b-features {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-heading-cta {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
  }

  .wrap-content-cta-section {
    text-align: center;
    align-items: center;
  }

  .flex-top-footer {
    grid-column-gap: 40px;
  }

  .grid-footer-links {
    grid-column-gap: 24px;
  }

  .wrap-hero-home-b {
    padding: 64px 0 0;
  }

  .wrap-content-hero-home-b {
    width: 100%;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .small-h1 {
    font-size: 52px;
  }

  .mockup-hero-home-b {
    background-image: linear-gradient(#000, #fff);
    width: 100%;
    display: none;
    position: static;
  }

  .master-checklist-horizontall.mg-top-64 {
    flex-wrap: wrap;
  }

  .flex-heading-text {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-heading-text.mg-bottom-120 {
    text-align: center;
    margin-bottom: 80px;
  }

  .grid-integrations-halves-two {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .left-integrations-two {
    text-align: center;
    align-items: center;
  }

  .grid-team-fourths {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-hero-home-c {
    padding-top: 120px;
    padding-bottom: 360px;
  }

  .section-mockup-home-c {
    margin-top: -300px;
  }

  .slider-features {
    width: 64%;
  }

  .text-testimonials-tile {
    font-size: 32px;
  }

  .grid-cta-halves-two {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .mockup-cta-section-two {
    max-width: 360px;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .tile-office {
    padding: 32px;
  }

  .accent-block-hero {
    padding: 220px 64px 64px;
  }

  .section-big-image {
    height: 70vw;
    min-height: 0;
    max-height: none;
  }

  .accent-block-hero-pricing {
    padding-top: 100px;
  }

  .grid-pricing-thirds {
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .show-from-tablet-comparison {
    display: block;
  }

  .grid-comparison {
    flex-direction: column;
    display: flex;
  }

  .cell {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    flex-direction: column;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
  }

  .cell.empty, .cell.title, .column-pricing.first-column {
    display: none;
  }

  .cell-top {
    border-top: 1px solid #e7e9f1;
    margin-top: 40px;
    position: static;
  }

  .cell-top.first-cell-top {
    border-top-style: none;
  }

  .tile-one-plan {
    grid-row-gap: 48px;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 480px;
    padding: 48px;
  }

  .left-one-plan {
    width: 100%;
  }

  .right-one-plan {
    width: 100%;
    max-width: 320px;
  }

  .wrap-tabs-pricing {
    width: 80%;
  }

  .save-arrow-wrap {
    left: 68%;
  }

  .grid-pricing-halves {
    grid-template-columns: 1fr;
  }

  .right-side-contact-link {
    text-align: left;
  }

  .left-wrap-contact-section {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 24px;
  }

  .grid-contact-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .accent-block-hero-product {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 52px;
  }

  .left-hero-product {
    max-width: 520px;
  }

  .right-hero-product {
    width: 100%;
    max-width: 520px;
  }

  .section-hero-account {
    padding-top: 0;
  }

  .accent-block-account {
    padding-top: 80px;
  }

  .tile-account {
    width: 90%;
  }

  .mobile-mokcup-hero-section-b {
    margin-top: 24px;
    display: block;
  }

  .accent-block-hero-template {
    padding: 220px 64px 64px;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .accent-block-hero-sales {
    padding: 220px 64px 64px;
  }

  .grid-thirds-mokckups {
    grid-template-columns: 1fr;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-included {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .included-card {
    min-height: 260px;
  }

  .center-tablet {
    text-align: center;
  }

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  .section.accent.cta-section-one {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.big-text-bg-image {
    padding-top: 160px;
  }

  .big-text {
    font-size: 40px;
  }

  .left-column-template-details {
    display: none;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .right-column-template-details {
    padding: 0;
  }

  .tile-template-details {
    padding: 24px;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .menu-button {
    background-color: #f2ca4b1a;
    border-radius: 8px;
  }

  .menu-button.w--open {
    background-color: var(--accent);
  }

  .nav-menu {
    background-color: var(--white);
    margin-right: 16px;
  }

  .line-menu {
    background-color: var(--black);
  }

  .wrap-home-a-grey {
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subtitle {
    font-size: 24px;
  }

  .flex-subhero-combo {
    text-align: center;
    align-items: center;
  }

  .left-subhero-combo {
    width: auto;
    max-width: 420px;
  }

  .grid-three-stats-left {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-stat-left {
    align-items: center;
  }

  .divider-stat {
    width: 100%;
    height: 1px;
  }

  .grid-combo-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .content-combo-halves {
    text-align: center;
    align-items: center;
  }

  .master-logos {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .wrap-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .grid-features-thirds, .grid-testimonials-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-integrations-halves {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .left-integrations-halves {
    text-align: center;
    align-items: center;
  }

  .tabs-menu {
    border-radius: 24px;
    flex-direction: column;
    width: 100%;
    max-width: 360px;
  }

  .tab-link {
    width: 100%;
  }

  .wrap-content-cta-section {
    text-align: center;
    align-items: center;
  }

  .h2-big-cta-section {
    font-size: 52px;
  }

  .image-mockup-cta-section-one {
    width: 100%;
    max-width: none;
    margin-top: 48px;
    display: none;
    position: static;
  }

  .inside-tab-faq {
    padding: 48px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .flex-top-footer {
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left-top-footer {
    align-items: center;
  }

  .grid-footer-links {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .column-footer-links, .wrap-footer-links {
    text-align: center;
    align-items: center;
  }

  .wrap-legal-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .small-h1 {
    font-size: 46px;
  }

  .grid-stats-home-b {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .grid-sticky-target {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrap-sticky-target {
    text-align: center;
    align-items: center;
  }

  .wrap-sticky-target-nav {
    grid-column-gap: 8px;
    grid-row-gap: 12px;
    border-left-style: none;
    flex-flow: wrap;
    justify-content: center;
  }

  .link-sticky-target {
    background-color: var(--grey);
    border-left-width: 0;
    border-radius: 90px;
    padding: 12px 16px;
    font-size: 19px;
  }

  .link-sticky-target.w--current {
    color: #282c3299;
    border-left-style: none;
    border-left-color: #f2ca4b00;
  }

  .right-sticky-targets {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-integrations-two {
    max-width: 430px;
  }

  .grid-team-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .section-hero-home-c {
    padding-top: 80px;
    padding-bottom: 210px;
  }

  .wrap-content-hero-home-c {
    text-align: center;
    align-items: center;
  }

  .section-mockup-home-c {
    margin-top: -160px;
  }

  .grid-stats-four {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-features {
    width: 88%;
  }

  .grid-testimonials-halves {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-mega-features {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .grid-mega-features.reversed-grid {
    grid-template-columns: 1.1fr;
  }

  .content-mega-features {
    text-align: center;
    align-items: center;
  }

  .text-testimonials-tile {
    font-size: 25px;
  }

  .tile-moving-testimonial {
    max-width: 490px;
    padding: 44px;
  }

  .single-moving-testimonials {
    grid-column-gap: 24px;
  }

  .text-name-testimonial-tile {
    font-size: 20px;
  }

  .grid-blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-office-halves {
    grid-template-columns: 1fr;
  }

  .accent-block-hero {
    padding: 180px 32px 32px;
  }

  .title-wrap-accent-block {
    text-align: center;
    align-items: center;
  }

  .single-wide-value {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .grid-team-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .tile-office-wide {
    padding: 40px;
  }

  .title-wrap-about-c {
    text-align: center;
    align-items: center;
    margin-bottom: 64px;
  }

  .grid-sticky-values {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .left-sticky-values {
    text-align: center;
    align-items: center;
  }

  .accent-block-hero-pricing {
    padding-top: 64px;
  }

  .tile-one-plan {
    padding: 40px 32px;
  }

  .save-arrow-wrap {
    margin-left: 60%;
    position: static;
  }

  .left-wrap-contact-section {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
  }

  .accent-block-account {
    padding: 48px 32px 64px;
  }

  .tile-account {
    padding: 40px;
  }

  .mobile-mokcup-cta-section-one, .mobile-mokcup-hero-section-b {
    width: 100%;
    margin-top: 24px;
    display: block;
  }

  .accent-block-hero-template {
    padding: 180px 32px 32px;
  }

  .title-wrap-accent-block-template {
    text-align: center;
    align-items: center;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .accent-block-hero-sales {
    padding: 180px 32px 32px;
  }

  .title-wrap-accent-block-sales {
    text-align: center;
    align-items: center;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-included {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  blockquote {
    padding: 32px;
    font-size: 26px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.dark.integrations-one-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.big-text-bg-image {
    background-position: 0 0, 100%;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .big-text {
    font-size: 34px;
  }

  .grid-buttons {
    grid-template-columns: 1fr;
  }

  .wrap-template-ui {
    padding: 16px;
  }

  .grid-colors {
    grid-template-columns: 1fr;
  }

  .paragraph-big {
    font-size: 22px;
  }

  .navbar {
    height: 72px;
  }

  .link-brand-navbar {
    width: 90%;
    height: auto;
    padding-left: 0;
  }

  .brand-navbar {
    width: 100%;
    height: auto;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu {
    width: 94%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-home-a-grey {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtitle {
    font-size: 22px;
  }

  .flex-hero-buttons {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 200px;
  }

  .flex-hero-buttons.mg-top-64 {
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-hero-home-a-images {
    margin-top: 56px;
  }

  .image-hero-a-small-ui {
    border-radius: 4px;
    top: -10px;
    right: 10px;
  }

  .left-subhero-combo {
    width: auto;
  }

  .medium-text {
    font-size: 20px;
    font-weight: 400;
  }

  .front-flip-feature, .back-flip-feature {
    padding: 32px;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 24px;
  }

  .tab-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    display: flex;
  }

  .h2-big-cta-section {
    font-size: 44px;
  }

  .flex-cta-section {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .inside-tab-faq {
    padding: 32px;
  }

  .expandable-single {
    padding: 16px 0;
  }

  .heading-expandable {
    margin-bottom: 0;
  }

  .wrap-hero-home-b {
    padding-top: 32px;
  }

  .wrap-content-hero-home-b {
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-h1 {
    font-size: 40px;
  }

  .lightbox-showreel {
    padding-right: 32px;
  }

  .wrap-sticky-target-nav {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .grid-team-fourths {
    grid-template-columns: 1fr;
  }

  .text-testimonials-tile {
    font-size: 24px;
  }

  .container-tiny {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tile-office {
    padding: 24px;
  }

  .accent-block-hero {
    padding-top: 120px;
  }

  .abstract-hero-block-circle {
    width: 40%;
  }

  .container-small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .single-wide-value {
    padding: 32px;
  }

  .grid-team-thirds {
    grid-template-columns: 1fr;
  }

  .section-big-image {
    height: 90vw;
  }

  .tile-office-wide {
    padding: 24px;
  }

  .overflow-gallery-grid.top-grid {
    grid-column-gap: 16px;
    width: 210vw;
    margin-bottom: 16px;
  }

  .overflow-gallery-grid.bottom-grid {
    grid-column-gap: 16px;
    width: 210vw;
  }

  .tile-sticky-value {
    padding: 40px;
  }

  .accent-block-hero-pricing {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tile-pricing-thirds {
    padding: 32px 24px;
  }

  .tile-one-plan {
    padding-left: 24px;
    padding-right: 24px;
  }

  .right-one-plan {
    text-align: center;
    align-items: center;
  }

  .top-testimonial-pricing {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .top-right-testimnoial-pricing {
    align-items: center;
  }

  .wrap-tabs-pricing {
    width: 90%;
  }

  .save-arrow-wrap {
    margin-left: 42%;
    display: none;
  }

  .save-text {
    flex: none;
  }

  .text-contact-detail {
    font-size: 16px;
  }

  .socials-grid {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .left-wrap-contact-section {
    padding-right: 0;
  }

  .wrap-contact-links {
    width: 100%;
  }

  .tile-contact-white {
    padding: 32px;
  }

  .accent-block-hero-product {
    padding: 32px 24px;
  }

  .right-hero-product {
    grid-row-gap: 24px;
    padding: 24px;
  }

  .top-right-product {
    grid-row-gap: 9px;
  }

  .price-product-page {
    font-size: 29px;
  }

  .title-wrap-blog-template {
    margin-bottom: 56px;
  }

  .accent-block-account {
    grid-row-gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tile-account {
    width: 100%;
    padding: 24px;
  }

  .cta-dark-outline-icon {
    flex-wrap: wrap;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-mokcup-hero-section-b {
    margin-top: 40px;
  }

  .accent-block-hero-template, .accent-block-hero-sales {
    padding-top: 120px;
  }

  .container-sales-mockups {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .sales-mockups-column.second-column {
    display: none;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .sales-mockups-column.first-column {
    display: none;
  }

  .section-sales-mockups {
    max-height: 800px;
  }

  .included-card {
    padding: 24px;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .h2-heading {
    font-size: 34px;
    line-height: 120%;
  }
}

#w-node-a3dcc105-c268-61c9-f8b6-615709e7cb55-09e7cb3e, #w-node-a3dcc105-c268-61c9-f8b6-615709e7cb5f-09e7cb3e, #w-node-a3dcc105-c268-61c9-f8b6-615709e7cb69-09e7cb3e, #w-node-a3dcc105-c268-61c9-f8b6-615709e7cb7b-09e7cb3e, #w-node-_3e49a341-1faa-1608-f2d7-c7a3848f37ce-3bf48029, #w-node-_3e49a341-1faa-1608-f2d7-c7a3848f37d9-3bf48029, #w-node-_3e49a341-1faa-1608-f2d7-c7a3848f37e4-3bf48029, #w-node-d400f1e6-8443-3e47-27db-bd268fbdc088-3bf4802a, #w-node-d400f1e6-8443-3e47-27db-bd268fbdc089-3bf4802a, #w-node-d400f1e6-8443-3e47-27db-bd268fbdc0ae-3bf4802a, #w-node-d400f1e6-8443-3e47-27db-bd268fbdc0ca-3bf4802a, #w-node-d400f1e6-8443-3e47-27db-bd268fbdc0ef-3bf4802a, #w-node-_360bfb77-f40d-5d5d-f132-d64bc4c95c5a-8f895f41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_360bfb77-f40d-5d5d-f132-d64bc4c95c5f-8f895f41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_360bfb77-f40d-5d5d-f132-d64bc4c95c60-8f895f41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_360bfb77-f40d-5d5d-f132-d64bc4c95c65-8f895f41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_360bfb77-f40d-5d5d-f132-d64bc4c95c66-8f895f41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47cd774b-cd39-24f8-d826-067cff37a4fe-b7edcf47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_47cd774b-cd39-24f8-d826-067cff37a4ff-b7edcf47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bed704c-4ed5-0730-bb61-e17e0ddb9102-a2d32044, #w-node-_9bed704c-4ed5-0730-bb61-e17e0ddb910d-a2d32044, #w-node-_9bed704c-4ed5-0730-bb61-e17e0ddb9118-a2d32044 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_448ad846-0aeb-226c-8a8e-7e51f4b93606-9d2857c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_448ad846-0aeb-226c-8a8e-7e51f4b9360e-9d2857c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cafcb851-473c-21e9-3899-2f4b5488abfd-4c0d86d3, #w-node-cafcb851-473c-21e9-3899-2f4b5488ac07-4c0d86d3, #w-node-cafcb851-473c-21e9-3899-2f4b5488ac11-4c0d86d3, #w-node-cafcb851-473c-21e9-3899-2f4b5488ac29-4c0d86d3, #w-node-be292550-e0ac-5f52-e7da-9a320311b326-b7aaf6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be292550-e0ac-5f52-e7da-9a320311b32b-b7aaf6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-be292550-e0ac-5f52-e7da-9a320311b32c-b7aaf6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a08ac795-c35d-13f0-0e18-cd2b78899807-22048005 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-a08ac795-c35d-13f0-0e18-cd2b78899818-22048005 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-aa92a1e7-3b32-a520-8aa7-9b2b8e823dff-8ee18407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-aa92a1e7-3b32-a520-8aa7-9b2b8e823e07-8ee18407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-b16c5268-53f3-332f-4d3a-31361c76b0d9-99a9071b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b16c5268-53f3-332f-4d3a-31361c76b0da-99a9071b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c3f8e7ba-1e66-2dc3-85d1-b6eecc887866-9b5db9fb, #w-node-c3f8e7ba-1e66-2dc3-85d1-b6eecc88786f-9b5db9fb, #w-node-c3f8e7ba-1e66-2dc3-85d1-b6eecc887878-9b5db9fb, #w-node-c3f8e7ba-1e66-2dc3-85d1-b6eecc887881-9b5db9fb, #w-node-c3f8e7ba-1e66-2dc3-85d1-b6eecc88788a-9b5db9fb, #w-node-c3f8e7ba-1e66-2dc3-85d1-b6eecc887893-9b5db9fb, #w-node-c3f8e7ba-1e66-2dc3-85d1-b6eecc88789c-9b5db9fb, #w-node-c3f8e7ba-1e66-2dc3-85d1-b6eecc8878a5-9b5db9fb, #w-node-_5c1ac765-ff53-a340-7619-0694f6e9d328-49bc2c5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c1ac765-ff53-a340-7619-0694f6e9d32d-49bc2c5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5c1ac765-ff53-a340-7619-0694f6e9d32e-49bc2c5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c1ac765-ff53-a340-7619-0694f6e9d333-49bc2c5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5c1ac765-ff53-a340-7619-0694f6e9d334-49bc2c5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c1ac765-ff53-a340-7619-0694f6e9d339-49bc2c5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5c1ac765-ff53-a340-7619-0694f6e9d33a-49bc2c5d, #w-node-_2a1ed101-c3b6-5662-6f29-97552b101a48-2e324be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a1ed101-c3b6-5662-6f29-97552b101a4d-2e324be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2a1ed101-c3b6-5662-6f29-97552b101a4e-2e324be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a1ed101-c3b6-5662-6f29-97552b101a53-2e324be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2a1ed101-c3b6-5662-6f29-97552b101a54-2e324be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a1ed101-c3b6-5662-6f29-97552b101a59-2e324be6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2a1ed101-c3b6-5662-6f29-97552b101a5a-2e324be6, #w-node-ca4fe4cf-38a9-56dd-a219-fa4fbb759769-0b7a19d1, #w-node-ca4fe4cf-38a9-56dd-a219-fa4fbb759774-0b7a19d1, #w-node-_42bd4248-2c67-cf02-a461-ef7f16de785e-ad34f565 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42bd4248-2c67-cf02-a461-ef7f16de785f-ad34f565 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_478dc96e-b03e-3056-3761-7ca222c25cd2-49dfbbab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_478dc96e-b03e-3056-3761-7ca222c25ce2-49dfbbab, #w-node-_6a11f9b5-f385-d093-9954-6b898c832a86-3a48956f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a11f9b5-f385-d093-9954-6b898c832a8b-3a48956f, #w-node-_32e4a1dc-bbe9-f2cd-aa2e-b9b4c900eaac-0e2cd0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_32e4a1dc-bbe9-f2cd-aa2e-b9b4c900eabc-0e2cd0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_756e4478-f8e4-0e67-05f3-a15d26bee076-2e34ca82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_756e4478-f8e4-0e67-05f3-a15d26bee077-2e34ca82 {
  place-self: center start;
}

#w-node-_3b93b3f9-0a60-f622-4db1-e02c577bb828-3c1ce107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b93b3f9-0a60-f622-4db1-e02c577bb82d-3c1ce107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3b93b3f9-0a60-f622-4db1-e02c577bb82e-3c1ce107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b93b3f9-0a60-f622-4db1-e02c577bb833-3c1ce107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3b93b3f9-0a60-f622-4db1-e02c577bb834-3c1ce107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b93b3f9-0a60-f622-4db1-e02c577bb839-3c1ce107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3b93b3f9-0a60-f622-4db1-e02c577bb83a-3c1ce107, #w-node-_2ccbf2dd-a545-ff7e-b58f-782a1852089d-30343566, #w-node-_2ccbf2dd-a545-ff7e-b58f-782a185208ac-30343566, #w-node-_179339e7-1034-9fd3-cb9d-e903eac19854-d4e8006b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179339e7-1034-9fd3-cb9d-e903eac19859-d4e8006b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_179339e7-1034-9fd3-cb9d-e903eac1985a-d4e8006b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179339e7-1034-9fd3-cb9d-e903eac1985f-d4e8006b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_179339e7-1034-9fd3-cb9d-e903eac19860-d4e8006b, #w-node-eb651d6b-12a9-f899-a6b2-33f36c117311-6b2df51e, #w-node-eb651d6b-12a9-f899-a6b2-33f36c117318-6b2df51e, #w-node-eb651d6b-12a9-f899-a6b2-33f36c11731f-6b2df51e, #w-node-eb651d6b-12a9-f899-a6b2-33f36c117326-6b2df51e, #w-node-eb651d6b-12a9-f899-a6b2-33f36c11732d-6b2df51e, #w-node-eb651d6b-12a9-f899-a6b2-33f36c117334-6b2df51e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a46435a-aa7b-83d1-d8cb-c22ab7217cd7-c7ff97f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end stretch;
}

#w-node-_6a46435a-aa7b-83d1-d8cb-c22ab7217cd8-c7ff97f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a46435a-aa7b-83d1-d8cb-c22ab7217cd9-c7ff97f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end stretch;
}

#w-node-_6a46435a-aa7b-83d1-d8cb-c22ab7217cdb-c7ff97f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_6a46435a-aa7b-83d1-d8cb-c22ab7217cdc-c7ff97f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a46435a-aa7b-83d1-d8cb-c22ab7217cdd-c7ff97f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_82d19777-7914-7cf6-f247-e4ffcbf4e6f1-9ac1af10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_82d19777-7914-7cf6-f247-e4ffcbf4e6fa-9ac1af10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d90cd2e8-8137-a604-c892-6b632b026762-2cb0b6c2, #w-node-d90cd2e8-8137-a604-c892-6b632b026784-2cb0b6c2, #w-node-d90cd2e8-8137-a604-c892-6b632b0267a6-2cb0b6c2, #w-node-_5dbb2bb9-27cd-a834-6628-3a11e2ebb378-b69722be, #w-node-_5dbb2bb9-27cd-a834-6628-3a11e2ebb379-b69722be, #w-node-_5dbb2bb9-27cd-a834-6628-3a11e2ebb39e-b69722be, #w-node-_5dbb2bb9-27cd-a834-6628-3a11e2ebb3ba-b69722be, #w-node-_5dbb2bb9-27cd-a834-6628-3a11e2ebb3df-b69722be, #w-node-_31fb3ce4-bea0-5d13-2782-2231bb6b7239-9a3f688e, #w-node-_31fb3ce4-bea0-5d13-2782-2231bb6b725b-9a3f688e, #w-node-_31fb3ce4-bea0-5d13-2782-2231bb6b727f-9a3f688e, #w-node-_31fb3ce4-bea0-5d13-2782-2231bb6b72a1-9a3f688e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dca4b5f5-6142-5e88-4475-2b8b189d2be5-7896f1e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dca4b5f5-6142-5e88-4475-2b8b189d2c10-7896f1e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-aa92a1e7-3b32-a520-8aa7-9b2b8e823dff-8ee18407 {
    justify-self: center;
  }

  #w-node-b16c5268-53f3-332f-4d3a-31361c76b0d9-99a9071b {
    place-self: center;
  }

  #w-node-_756e4478-f8e4-0e67-05f3-a15d26bee076-2e34ca82 {
    order: 9999;
  }

  #w-node-_756e4478-f8e4-0e67-05f3-a15d26bee077-2e34ca82, #w-node-dca4b5f5-6142-5e88-4475-2b8b189d2be5-7896f1e9 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_448ad846-0aeb-226c-8a8e-7e51f4b93606-9d2857c1, #w-node-a08ac795-c35d-13f0-0e18-cd2b78899807-22048005, #w-node-_478dc96e-b03e-3056-3761-7ca222c25cd2-49dfbbab {
    justify-self: center;
  }

  #w-node-_6a11f9b5-f385-d093-9954-6b898c832a86-3a48956f {
    order: 9999;
  }

  #w-node-_82d19777-7914-7cf6-f247-e4ffcbf4e6f1-9ac1af10 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}