@font-face {
  font-family: Dancingscript Variablefont Wght;
  src: url('../fonts/DancingScript-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --dark-olive-green: #444f24;
  --white: #fffdf9;
  --ivory: #f5f6e7;
  --yellow-green-2: #95bf470d;
  --yellow-green: #95bf47;
  --radius: 8px;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .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 {
  color: var(--dark-olive-green);
  letter-spacing: -.04rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: var(--dark-olive-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 7.1rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--dark-olive-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--dark-olive-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: var(--dark-olive-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: var(--dark-olive-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  color: var(--dark-olive-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  line-height: 1.5;
}

.page-wrapper {
  background-color: var(--white);
  min-height: 100vh;
}

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

.container {
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.full.top {
  flex-direction: row;
  justify-content: flex-start;
  display: block;
}

.padding-wrap {
  outline-offset: 0px;
  outline: 3px #444f24;
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-wrap.full {
  justify-content: flex-start;
  height: 100%;
}

.button-text {
  z-index: 1;
  position: relative;
}

.navbar-container-logo {
  width: 9.3rem;
  height: 3.5rem;
  padding-top: .2rem;
}

.navbar-container-logo.w--current {
  width: 9.6rem;
}

.menu-line-up {
  color: #cfcfcf;
  mix-blend-mode: normal;
  background-color: #cfcfcf;
  width: 2rem;
  height: 2px;
  margin-top: 0;
  position: absolute;
  top: 36%;
}

.button-hover {
  color: #fffdf9;
  background-color: #444f24;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100% 0% auto;
}

.button-hover.white {
  background-color: #fff;
}

.navbar-logo {
  color: #0000;
  width: 100%;
  height: 100%;
}

.navbar-container-links {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.menu-line-down {
  color: #f4f4f4;
  mix-blend-mode: normal;
  background-color: #cfcfcf;
  width: 2rem;
  height: 2px;
  margin-top: 0;
  position: absolute;
  bottom: 36%;
}

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

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border: 1px #444f24;
  border-bottom: 1px dashed #444f2440;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #444f24;
  text-align: center;
  background-color: #95bf471a;
  border: 1px solid #444f24;
  border-radius: 999rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .65rem 2.025rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: color .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: #444f24;
}

.button.transparent {
  box-shadow: none;
  color: #444f24;
  background-color: #0000;
  border-top-style: solid;
  border-top-color: #0000;
  border-bottom-style: none;
  border-left-color: #0000;
  border-right-color: #0000;
  padding-left: 1.825rem;
  padding-right: 1.825rem;
  font-size: 1.2rem;
  font-weight: 600;
  position: static;
}

.button.transparent:hover {
  color: #444f24;
  background-color: #95bf471a;
  transform: none;
}

.button.transparent.w--open {
  color: #6f39f8;
  background-color: #e7e2f5;
}

.button.no-padding {
  padding: 0;
}

.button.background-none {
  z-index: 1;
  background-color: #0000;
  border-style: none;
}

.button.second {
  background-color: var(--ivory);
  border-width: 2px;
  border-color: #fff;
}

.navbar-box {
  flex: 0 auto;
  align-items: center;
  width: 100%;
  max-width: 67.5rem;
  height: 100%;
  margin: auto;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.navbar-button {
  z-index: 100;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding-top: 0;
  display: none;
  position: relative;
}

.flex-block {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.section-hero {
  padding-top: 8rem;
}

.section-hero.bg {
  background-color: var(--dark-olive-green);
  color: var(--ivory);
}

.block {
  border: 4px dashed var(--dark-olive-green);
  background-color: var(--ivory);
  border-radius: 8px;
  padding: 45px;
}

.styleguide-item {
  grid-column-gap: 0rem;
  grid-row-gap: 1.125rem;
  border: 1px dashed var(--dark-olive-green);
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide-span {
  font-size: 1.4rem;
}

.styleguide-color.is-2 {
  background-color: var(--ivory);
  border: 1px #fff;
  border-radius: 8px;
}

.styleguide-color.is-34 {
  background-color: var(--yellow-green-2);
  border: 1px #000;
  border-radius: 8px;
}

.styleguide-color.is-1 {
  background-color: var(--dark-olive-green);
  border-radius: 8px;
}

.styleguide-color.is-3 {
  background-color: var(--yellow-green);
  border: 1px #000;
  border-radius: 8px;
}

.styleguide-background {
  border: 1px #fdfdfd;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 16px;
  display: flex;
}

.full {
  color: var(--dark-olive-green);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.big-head {
  color: var(--dark-olive-green);
  text-align: center;
  letter-spacing: -.4rem;
  min-width: 6px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.1;
}

.big-head.align-center {
  text-align: center;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 400;
}

.big-head.align-center.secondary-font {
  color: var(--dark-olive-green);
  font-family: Dancingscript Variablefont Wght, sans-serif;
  font-size: 7.1rem;
}

.big-head.white {
  color: var(--ivory);
  font-size: 5.4rem;
}

.big-head.small {
  letter-spacing: -.04rem;
  font-size: 5rem;
}

.big-head.small.second {
  color: var(--ivory);
  white-space: nowrap;
  font-size: 4.6rem;
}

.secondary-font {
  color: var(--yellow-green);
  font-variation-settings: "wght" 700;
  font-family: Dancingscript Variablefont Wght, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: .3;
}

.secondary-font.second {
  font-size: 3.3rem;
}

.secondary-font.third {
  letter-spacing: 0;
  font-size: 6.8rem;
}

.spacer {
  height: 2rem;
}

.spacer._8rem {
  height: 8rem;
}

.spacer._4rem {
  border-bottom-right-radius: 0;
  height: 4rem;
}

.spacer._1rem {
  height: 1rem;
}

.hero-grid {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2px;
  padding-left: 1px;
  padding-right: 1px;
  display: grid;
}

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.overflow-hidden {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.image-title {
  color: #444f24;
  font-size: 2rem;
  font-weight: 700;
}

.body {
  line-height: 1.5;
}

.youtube-container {
  background-color: #f4f6e7;
  border-radius: 8px;
  padding: 2rem;
}

.figma-background-copy {
  background-color: var(--white);
  color: var(--dark-olive-green);
  border-radius: 8px;
  padding: 31px;
}

.text-color-white {
  color: var(--ivory);
  font-weight: 600;
}

.icon-svg {
  width: 1.5rem;
  height: 1.5rem;
}

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

.grid.box {
  text-shadow: 0 1px 1px #0003;
  background-color: #f5f6e7;
  border: 10px #95bf4766;
  border-radius: 8px;
}

.shopify-background-copy {
  color: var(--dark-olive-green);
  background-color: #fff;
  border-radius: 8px;
  padding: 31px;
}

.image-second {
  margin-top: 0%;
  position: sticky;
  top: 29.4vh;
}

.section.anchor {
  margin-top: -6rem;
  padding-top: 6rem;
}

.section.dark-bg {
  color: var(--ivory);
  background-color: #444f24;
  min-height: auto;
}

.section.dark-bg.auto {
  min-height: auto;
}

.section.sticky {
  height: 200vh;
}

.descriprion-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.features-heading.small {
  font-size: 1.2rem;
}

.features-heading.big {
  font-size: 2.3rem;
}

.text-side-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.text-side-wrap.form {
  justify-content: flex-start;
  width: auto;
  height: auto;
  padding-right: 0;
  position: sticky;
  top: 128px;
}

.list-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

._2columns {
  grid-row-gap: 70px;
  grid-template-rows: auto auto auto;
}

.list-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #5e5e5e;
  align-items: center;
  display: flex;
}

.green-text {
  color: #95bf47;
}

.figma-background {
  background-color: var(--white);
  color: var(--dark-olive-green);
  border-radius: 8px;
  padding: 31px;
}

.sticky-block {
  border: 4px none var(--yellow-green);
  color: var(--dark-olive-green);
  letter-spacing: -.04rem;
  -webkit-text-fill-color: inherit;
  background-color: #f5f6e7;
  background-clip: border-box;
  border-radius: 0;
  padding: 45px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  position: sticky;
  top: 16vh;
  overflow: visible;
}

.sticky-block.fourth {
  text-shadow: 0 1px 1px #0003;
  background-color: #f4f2fe;
  background-image: linear-gradient(#87c98680, #87c98680), linear-gradient(#00000080, #00000080);
  border-color: #6c43f8;
  top: 40vh;
}

.sticky-block.thirth {
  border-color: var(--yellow-green);
  top: 32vh;
}

.sticky-block._2columns {
  background-color: #f4f2fe;
  background-image: linear-gradient(#2e55197a, #2e55197a);
  border-color: #cdee9d;
  top: 24vh;
}

.section-sticky {
  padding-bottom: 189px;
}

.shopify-background {
  background-color: var(--white);
  color: var(--dark-olive-green);
  border-radius: 8px;
  padding: 31px;
}

.calendly-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.get-a-quote-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #0000;
  border-bottom: 1px #e6e6e6;
  border-right: 1px #e6e6e6;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.paragraph-white {
  color: #fffdf9;
  margin-bottom: 0;
}

.calendly-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3c4043;
  background-color: #fff;
  border: 1px dashed #e0e0e0;
  border-radius: 8px;
  align-items: center;
  padding: 2rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.calendly-block:hover {
  background-color: #f6f3ff;
}

.calendly-block.hide-landscape {
  background-color: #fffdf9;
  border: 10px dashed #95bf4766;
  border-radius: 8px;
  height: 100%;
  margin-top: 0;
  transition-property: none;
}

.calendly-block.hide-landscape.second {
  color: var(--dark-olive-green);
  border-style: solid;
  padding: 3rem;
}

.calendly-block.hide-landscape.second.grey {
  border-color: var(--dark-olive-green);
  background-color: var(--dark-olive-green);
  color: var(--ivory);
}

._4columns-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 0;
}

.icon {
  color: #6f39f8;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-toggle-about {
  background-color: #0000;
  align-items: center;
  width: 100%;
  font-size: 1.1429rem;
  font-weight: 600;
  display: flex;
}

.dropdown-toggle-about.w--open {
  padding-left: 20px;
  padding-right: 40px;
}

.lottie-animation {
  width: 35%;
}

.hero-text-flex-container {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.faq-content {
  position: static;
}

.faq-content.w--open {
  background-color: #0000;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 40px;
  overflow: hidden;
}

.faq-container {
  max-width: 71rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  font-size: 1.2rem;
  font-weight: 500;
}

.text-block.small {
  font-size: .875rem;
  font-weight: 600;
}

.icon-dropdown {
  color: #9b9b9b;
  margin-left: 10px;
  margin-right: 20px;
  font-size: .9rem;
  bottom: -3px;
}

.icon-dropdown.white {
  color: #3c4043;
}

.handwrite {
  color: #95bf47;
  letter-spacing: 0;
  font-size: 9.9rem;
  font-weight: 400;
}

.accordion {
  background-color: #fbfbfb26;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
}

.accordion.faq {
  color: #0e0e0e;
  border: 1px dashed #95bf4766;
  border-radius: 8px;
  width: 100%;
  margin-top: .3rem;
  margin-bottom: .3rem;
}

.features-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px dashed #444f2440;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 2rem;
  display: flex;
}

.column {
  border: 1px #000;
  border-radius: 8px;
  padding: 33px;
}

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

.column.no-padding {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 29px;
  display: flex;
}

.column.cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.arrow-icon {
  color: #95bf47;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.logo {
  opacity: 1;
  background-color: #fff;
  flex: 1;
  height: 70%;
}

.label {
  color: #444f24;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 900;
  display: flex;
}

.logo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  height: 79px;
  min-height: auto;
}

.work-badge-wrapper {
  background-color: var(--white);
  border: 1px dashed #444f2440;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 40px;
  padding: .4rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.work-badge-wrapper.webflow {
  height: 79px;
  min-height: 50px;
  padding: 0 2rem;
}

.slide {
  background-color: #fff;
  background-image: url('../images/Instruction_1.png'), url('../images/3149323-01.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 90%;
  border: 10px solid #f4f6e7;
  border-radius: 0 8px 8px;
}

.slide._2 {
  background-image: url('../images/Instruction_2.png'), url('../images/3149323-03.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.slide._3 {
  background-image: url('../images/Instruction_3.png'), url('../images/3149323-02.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.slide-nav {
  background-color: #0000;
  display: none;
}

.label-container {
  background-color: #f4f6e7;
  border-radius: 8px 8px 0 0;
  padding: .7rem 1rem;
  display: inline-block;
}

.slider {
  background-color: #0000;
  border-radius: 8px;
  flex-flow: column wrap;
  justify-content: space-between;
  min-height: 650px;
  display: flex;
}

.arrow-container {
  background-color: #fffdf9;
  border: 2px solid #444f24;
  border-radius: 999999rem;
  width: 3rem;
  height: 3rem;
}

.arrow-container.right {
  background-color: #f4f6e7;
  border-style: none;
  margin-right: 20px;
}

.arrow-container.left {
  background-color: #f4f6e7;
  border-style: none;
  margin-left: 20px;
}

.footer {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border: 1px #000;
  border-top: 1px dashed #444f2440;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 4rem 0;
  display: flex;
  position: relative;
}

.studio-form-copy {
  grid-column-gap: .3rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer-copyright {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #cfcfcf;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

.notice-error-second {
  color: #fff;
  text-align: center;
  background-color: #eb3c5c;
  border-top: 1px red;
  border-radius: 4px;
  padding: .4rem;
  font-weight: 600;
}

.big-head-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.notice-succes-second {
  color: #fff;
  text-align: center;
  background-color: #2ad282;
  border-top: 1px #0f0;
  border-radius: 8px;
  font-weight: 600;
}

.footer-copyright-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 67.5rem;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.footer-copyright-text {
  color: #444f24;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
}

.newsletter-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer-eclipse {
  color: #cfcfcf;
  transition: color .3s ease-in-out;
}

.footer-eclipse:hover {
  color: #fff;
}

.footer-eclipse.text-color-grey-on-white {
  color: var(--yellow-green);
  font-weight: 600;
}

.footer-eclipse.text-color-grey-on-white:hover {
  color: #000;
}

.form-imput {
  background-color: #95bf470d;
  border: 1px dotted #e0e0e0;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.form-imput:focus, .form-imput.-wfp-focus {
  background-color: var(--yellow-green);
  border-style: solid;
  border-color: #444f24;
}

.form-imput:focus-visible, .form-imput[data-wf-focus-visible] {
  border-color: var(--yellow-green);
  background-color: var(--ivory);
}

.form-imput.newsletter {
  margin-bottom: 0;
}

.form-imput.is-text-area {
  color: #444f24;
  background-color: #95bf470d;
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
  font-weight: 500;
}

.form-imput.is-text-area:focus {
  color: #444f24;
  background-color: #fffdf9;
  border-color: #444f24;
}

.container-pricing {
  border: 4px none var(--yellow-green);
  background-color: var(--ivory);
  border-radius: 8px;
  padding: 31px;
}

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

.pricing-card {
  border: 1px none var(--dark-olive-green);
  background-color: var(--yellow-green-2);
  border-radius: 8px;
  padding: 20px;
}

.price {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.1;
}

.rise-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr;
  padding: 1rem 2rem;
}

.rise-grid.background-color-white {
  border: 1px dashed var(--yellow-green);
  background-color: var(--ivory);
  color: var(--dark-olive-green);
  border-radius: 8px;
  padding: 1rem 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-weight-bold {
  font-weight: 700;
}

.html-embed {
  -webkit-text-stroke-color: var(--dark-olive-green);
  object-fit: cover;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-right: 5px;
}

.row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-text-stroke-color: var(--yellow-green);
  display: flex;
}

.row.space-between {
  justify-content: space-between;
}

.row.bottom {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
}

.field-labels {
  display: none;
}

.select-field {
  border: 1px dashed var(--dark-olive-green);
  background-color: var(--yellow-green-2);
  border-radius: 8px;
  margin-bottom: 0;
}

.select-field:focus-visible, .select-field[data-wf-focus-visible] {
  border-color: var(--yellow-green);
}

.review-container {
  background-color: #0000;
  border: 1px #000;
  border-radius: 8px;
  max-width: 71rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.review-slider {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

.align-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.review {
  border: 1px none var(--yellow-green);
  background-color: var(--ivory);
  border-radius: 8px;
  flex-direction: column;
  width: 76%;
  padding: 4rem 2rem 2rem;
  display: flex;
  position: relative;
}

.role-review {
  color: var(--yellow-green);
  font-size: 1rem;
  font-weight: 400;
}

.review-grid {
  grid-template: ". . . Area-2 Area"
  / 1fr 1fr 1fr 1fr 1fr;
}

.star {
  color: var(--yellow-green);
  font-size: 2.5rem;
  line-height: 1;
}

.star.hide {
  opacity: .32;
}

.absolute {
  border: 1px dashed var(--yellow-green);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -8% 0% auto;
  overflow: hidden;
}

.second-slide {
  padding-top: 54px;
}

.icon-review {
  align-items: center;
  padding-top: 74px;
  padding-right: 25px;
  font-family: Dancingscript Variablefont Wght, sans-serif;
  font-size: 7.1rem;
  line-height: 60px;
  display: flex;
}

.navigation-slide {
  display: none;
}

.right-arrow {
  border: 4px solid var(--yellow-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0 0 0 6px;
  display: flex;
}

.second-icon {
  color: var(--dark-olive-green);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin: 0;
  padding-top: 2px;
  padding-left: 2px;
  font-size: 1.3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.second-icon.second {
  padding-left: 0;
  padding-right: 2px;
}

.webflow-logo-wrapper {
  background-color: #6c43f8;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 1% 5% auto;
}

.udesly-brand {
  margin-left: 0;
  margin-right: 0;
}

.logo-label {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
}

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

.wrap-cart {
  border: 10px dashed var(--yellow-green);
  background-color: var(--ivory);
  border-radius: 8px;
  padding: 2.5rem 3.6rem 3.6rem;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.image-hero {
  border: 1px none var(--dark-olive-green);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
}

.main-image {
  width: 100%;
}

.main-image.absolute-image {
  background-color: #fff;
  position: absolute;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.first-background-slider, .second-background-slider, .third-background-slider, .fourth-background-slider {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

._2columns-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

._3columns-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3 {
  border: 1px dashed var(--yellow-green);
  background-color: var(--ivory);
  border-radius: 8px;
  padding: 30px;
}

.step-image {
  border: 10px none var(--ivory);
  border-radius: 8px;
  width: 100%;
}

.licensing-block {
  border: 4px dashed var(--yellow-green);
  background-color: var(--ivory);
  border-radius: 8px;
  padding: 39px 29px;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.licensing-head {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.source-link {
  color: var(--dark-olive-green);
  margin-right: 20px;
  line-height: 1.2;
  text-decoration: none;
}

.license-link {
  color: var(--dark-olive-green);
  line-height: 1.2;
  text-decoration: none;
}

.customer-info {
  border: 4px dashed var(--yellow-green);
  border-radius: 8px;
  padding: 20px;
  font-size: 1rem;
}

.block-content {
  background-color: #0000;
  border: 1px #000;
}

.block-header {
  border-style: dashed;
  border-color: var(--yellow-green);
  background-color: var(--ivory);
  border-radius: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sticky {
  top: 128px;
}

.heading-small {
  font-size: 4.3rem;
}

.heading-small.log-in {
  font-size: 2.5rem;
}

.icon-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  border: 1px dashed var(--yellow-green);
  background-color: var(--ivory);
  color: var(--dark-olive-green);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.icon-how-it-works {
  width: 16%;
}

.line-separetor {
  background-color: var(--yellow-green);
  width: 1px;
  height: 100%;
}

.tabs-content {
  flex: 1;
}

.tabs-content.padding-left.padding-large {
  padding-left: 40px;
}

.bold-text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2.2;
}

.tabs-help-center {
  display: flex;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.tabs-menu.help-center {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: auto;
  position: sticky;
  top: 126px;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.arrow {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 25px;
  height: 25px;
  display: flex;
}

.arrow.rotate {
  transform-style: preserve-3d;
  transform: rotate(180deg);
}

.arrow.rotate.second {
  margin-left: 5px;
}

.text-span-bold {
  color: var(--yellow-green);
}

.tab-link {
  opacity: .47;
  color: #0a1216;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 150px;
  padding-left: 16px;
  padding-right: 16px;
  transition: opacity .4s ease-in-out;
  display: flex;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  opacity: 1;
  color: #114dc8;
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link.no-box.w--current {
  background-color: var(--dark-olive-green);
  color: var(--ivory);
  border: 1px dashed #000;
  border-radius: 8px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.tab-link.text-align-left {
  border: 1px dashed var(--dark-olive-green);
  border-radius: var(--radius);
  opacity: 1;
  color: var(--dark-olive-green);
  flex-direction: row;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.tab-link.text-align-left.w--current {
  background-color: var(--dark-olive-green);
  color: var(--ivory);
}

.main-paragraph {
  font-size: 1rem;
  line-height: 1.6;
}

.mask {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.step-block {
  background-color: var(--dark-olive-green);
  color: var(--ivory);
  border-radius: 8px;
  padding: 46px;
  position: sticky;
  top: 27.9%;
}

.grid-step {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px .75fr;
}

.column-step.position-absolute {
  position: absolute;
}

.column-step.position-absolute._2 {
  bottom: auto;
}

.div-block-4 {
  background-color: #f5f6e742;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-5 {
  border-right: 1px dashed var(--yellow-green);
  width: 1px;
  height: 50%;
}

.div-block-6 {
  background-color: var(--yellow-green-2);
  width: 2px;
}

.wrap-omage {
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.button-copy {
  color: #444f24;
  text-align: center;
  background-color: #95bf471a;
  border: 1px solid #444f24;
  border-radius: 999rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .65rem 2.025rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: color .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-copy:hover {
  border-color: #444f24;
}

.button-copy.grey {
  color: #fff;
  border-color: #fff;
}

.border {
  border-style: none dashed none none;
  border-width: 1px 10px 1px 1px;
  border-color: black var(--yellow-green) black black;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.border._2 {
  inset: 0% auto auto 0%;
}

.boreder-bottom {
  border-bottom: 10px dashed var(--yellow-green);
  border-bottom-right-radius: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.boreder-bottom._2 {
  inset: auto auto 0% 0%;
}

.html-embed-2 {
  color: var(--yellow-green);
  width: 100px;
  height: 100px;
  position: absolute;
}

.box {
  border: 1px dashed #000;
  border-radius: 8px;
  padding: 37px;
}

.box-copy {
  border: 4px none var(--yellow-green);
  background-color: var(--ivory);
  border-radius: 8px;
  width: 29%;
  padding: 24px 29px;
  position: absolute;
  inset: 22% 8% auto auto;
}

.box-copy._2 {
  background-image: none;
  background-size: auto;
  border-style: none;
  inset: 53% auto auto 9%;
}

.box-copy._1 {
  outline-offset: 0px;
  text-shadow: 0 1px 1px #0003;
  border-style: none;
  outline: 3px #444f24;
  inset: auto 7% 4% auto;
}

.text-span {
  font-size: 1.1rem;
  font-weight: 500;
}

.login-wrapper {
  border: 8px none var(--yellow-green);
  background-color: var(--yellow-green-2);
  outline-offset: 0px;
  border-radius: 8px;
  outline: 3px #444f24;
  width: 100%;
  max-width: 450px;
  margin: auto;
  padding: 40px;
}

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

.link {
  color: var(--yellow-green);
}

.html-embed-4 {
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.mask-2 {
  background-image: url('../images/Instruction_2.png'), url('../images/Instruction1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.bold-text-2 {
  font-size: 6rem;
}

.slide-2 {
  background-image: url('../images/Instruction_4.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/Instruction_5.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/Instruction_6.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

@media screen and (min-width: 1440px) {
  .big-head.small.second {
    font-size: 4rem;
    font-weight: 600;
  }

  .image-title {
    text-align: left;
    letter-spacing: -.06rem;
    text-indent: 100px;
    font-weight: 600;
  }

  .logo {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    flex: 0;
    height: 60%;
  }

  .tab-link.text-align-left {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .padding-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-container-logo {
    z-index: 2;
    background-color: #0000;
    flex: 1;
    height: 6rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .navbar-container-logo.w--current {
    height: 6rem;
  }

  .menu-line-up.black {
    color: #000;
    background-color: #000;
  }

  .navbar-logo {
    width: auto;
  }

  .navbar-container-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    inset: 0%;
    overflow: auto;
  }

  .menu-line-down.black {
    color: #000;
    background-color: #000;
  }

  .navbar-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .navbar-button-container {
    flex: 0 auto;
    padding: 0;
  }

  .navbar-button-container.w--open {
    background-color: #0000;
    height: 100%;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .navbar-box {
    z-index: 70;
    background-color: #fffdf9;
    align-items: center;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
  }

  .navbar-button.docs {
    color: #000;
    background-color: #0000;
    display: flex;
  }

  .flex-block {
    flex-direction: column;
    height: 100svh;
    padding-bottom: 2rem;
  }

  .styleguide-2-col {
    grid-template-columns: 1fr;
  }

  .big-head {
    letter-spacing: -.04rem;
    font-size: 4rem;
  }

  .secondary-font {
    font-size: 6.2rem;
  }

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

  .features-heading {
    font-size: 1.2rem;
  }

  .text-side-wrap {
    width: 100%;
  }

  .get-a-quote-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom-style: none;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-bottom: 15px;
    display: grid;
  }

  ._4columns-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }

  .hero-text-flex-container {
    max-width: 770px;
  }

  .handwrite {
    font-size: 6.5rem;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
    min-height: auto;
  }

  .work-badge-wrapper {
    background-color: var(--ivory);
    height: 80px;
    min-height: 40px;
    padding: 0 0;
  }

  .work-badge-wrapper.webflow {
    background-color: var(--ivory);
    height: 80px;
  }

  .footer {
    padding: 3rem 1rem;
  }

  .studio-form-copy {
    padding-right: 0;
  }

  .footer-copyright-container {
    max-width: 55rem;
  }

  .newsletter-form {
    padding-right: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .html-embed {
    width: 15px;
    height: 15px;
    margin-right: 2px;
  }

  .star {
    font-size: 32px;
  }

  .webflow-logo-wrapper {
    z-index: 29;
  }

  .logo-label {
    font-size: 12px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container-logo {
    z-index: 99;
    height: 6rem;
    padding-left: 0;
    position: relative;
  }

  .menu-line-up.black, .menu-line-down.black {
    background-color: #000;
  }

  .navbar-menu {
    align-items: stretch;
    position: fixed;
  }

  .navbar-button-container {
    flex: 0 auto;
    padding: 0;
  }

  .navbar-button-container.w--open {
    background-color: #0000;
  }

  .navbar-button {
    align-items: center;
    padding: 0;
    display: flex;
  }

  .navbar-button.w--open {
    background-color: #0000;
  }

  .flex-block {
    height: 100svh;
  }

  .hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(0, 1fr);
    padding-left: 0;
  }

  .features-heading.small {
    font-size: 1rem;
  }

  .text-side-wrap {
    width: 100%;
    padding-right: 0;
  }

  .text-side-wrap.form {
    position: static;
  }

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

  .calendly-text-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .get-a-quote-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .calendly-block.hide-landscape {
    display: none;
  }

  ._4columns-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle-about {
    background-color: #fff;
  }

  .hero-text-flex-container {
    letter-spacing: 1rem;
    max-width: 500px;
  }

  .faq-content.w--open {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .text-block {
    font-size: .875rem;
  }

  .handwrite {
    font-size: 5.5rem;
  }

  .features-card {
    border: 1px dashed #e0e0e0;
    border-radius: 4px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }

  .column.no-padding {
    padding-bottom: 4px;
    padding-left: 0;
  }

  .logo {
    height: 3.4rem;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .work-badge-wrapper.webflow {
    padding: 1.1rem;
  }

  .footer {
    padding: 3rem 1rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-copyright-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  ._2columns-grid, ._3columns-grid {
    grid-template-columns: 1fr;
  }

  .tabs-content.padding-left.padding-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs-help-center {
    flex-direction: column;
  }

  .tabs-menu.help-center {
    margin-bottom: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    top: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link.text-align-left {
    font-size: 1.25rem;
  }

  .step-block {
    top: 10.9%;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.8rem;
  }

  .padding-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-wrap.slider {
    padding-bottom: 99px;
  }

  .navbar-container-logo {
    flex: 1;
    align-items: center;
    height: 5.3rem;
    padding-left: 0;
    display: flex;
  }

  .navbar-container-links {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-menu {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .navbar-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .big-head {
    font-size: 2.7rem;
  }

  .big-head.small.second {
    white-space: normal;
    font-size: 4rem;
  }

  .secondary-font {
    font-size: 3.9rem;
  }

  .secondary-font.third {
    font-size: 5.3rem;
  }

  .hero-grid {
    padding-left: 0;
  }

  .figma-background-copy {
    padding: 20px;
  }

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

  .grid.box {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shopify-background-copy {
    padding: 20px;
  }

  .section.anchor {
    margin-top: -4rem;
    padding-top: 4rem;
  }

  .features-heading.small {
    font-size: 1rem;
  }

  .text-side-wrap {
    width: 100%;
    padding: 0;
  }

  .text-side-wrap.form {
    position: static;
  }

  .figma-background, .sticky-block, .shopify-background {
    padding: 20px;
  }

  ._4columns-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    color: #3c4043;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0;
  }

  .dropdown-toggle-about {
    white-space: normal;
    flex-direction: row;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-text-flex-container {
    max-width: none;
  }

  .faq-content.w--open {
    flex-direction: column;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .text-block {
    font-weight: 600;
  }

  .handwrite {
    font-size: 4rem;
  }

  .accordion {
    align-self: center;
  }

  .features-card {
    width: 100%;
    padding: 1rem;
  }

  .features-card.wite {
    color: #fff;
  }

  .column {
    padding: 20px 0;
  }

  .column.no-padding {
    padding-left: 0;
  }

  .logo-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
  }

  .work-badge-wrapper {
    height: 55px;
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-badge-wrapper.webflow {
    height: 55px;
  }

  .slide {
    overflow: visible;
  }

  .slider {
    min-height: 350px;
  }

  .footer {
    padding: 2rem 0;
  }

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

  .footer-copyright {
    color: #cfcfcf;
  }

  .footer-copyright-text {
    font-size: .8rem;
  }

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

  .footer-eclipse {
    color: #cfcfcf;
    transition: color .3s ease-in-out;
  }

  .footer-eclipse:hover {
    color: #fff;
  }

  .container-pricing {
    padding: 20px;
  }

  .rise-grid {
    grid-column-gap: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rise-grid.background-color-white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-weight-bold {
    font-size: 1rem;
  }

  .review-container {
    padding-left: 0;
    padding-right: 0;
  }

  .align-center {
    padding-left: 0;
    padding-right: 0;
  }

  .review {
    width: 100%;
  }

  .right-arrow {
    margin-bottom: 0;
    bottom: -69px;
  }

  .logo-label {
    font-size: 10px;
  }

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

  .wrap-cart {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fourth-background-slider {
    overflow: visible;
  }

  ._2columns-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._2columns-grid.reverse {
    flex-direction: column-reverse;
  }

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

  .step-image {
    align-self: flex-start;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .source-link, .license-link {
    font-size: 16px;
  }

  .heading-small {
    font-size: 2.3rem;
  }

  .icon-wrap {
    grid-column-gap: 14px;
    padding: 20px;
  }

  .tabs-content.padding-left.padding-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .tabs-menu.help-center {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .main-paragraph {
    font-size: 1.25rem;
  }

  .step-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-copy._1 {
    width: 100%;
    position: absolute;
    bottom: -38%;
    right: auto;
  }

  .mask-2 {
    overflow: visible;
  }
}

#w-node-_0be2ea32-47d1-a827-8a1e-9a54c25a4a33-2895732d, #w-node-_0be2ea32-47d1-a827-8a1e-9a54c25a4a35-2895732d, #w-node-_0be2ea32-47d1-a827-8a1e-9a54c25a4a3d-2895732d, #w-node-_0be2ea32-47d1-a827-8a1e-9a54c25a4a3f-2895732d, #w-node-_0be2ea32-47d1-a827-8a1e-9a54c25a4a47-2895732d, #w-node-_0be2ea32-47d1-a827-8a1e-9a54c25a4a49-2895732d, #w-node-b0e40cdc-e9b1-de73-fbab-2e82d60e10c9-2895732d, #w-node-b0e40cdc-e9b1-de73-fbab-2e82d60e10df-2895732d, #w-node-b0e40cdc-e9b1-de73-fbab-2e82d60e10e4-2895732d, #w-node-b0e40cdc-e9b1-de73-fbab-2e82d60e10fa-2895732d, #w-node-b0e40cdc-e9b1-de73-fbab-2e82d60e10ff-2895732d, #w-node-b0e40cdc-e9b1-de73-fbab-2e82d60e1115-2895732d, #w-node-b0e40cdc-e9b1-de73-fbab-2e82d60e111a-2895732d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b3db943-9393-8557-e057-1ddcd21292be-2895732d {
  align-self: start;
}

#w-node-_517aeb83-6419-81b9-7376-31fd06f857fd-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e019-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e01b-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e01f-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e021-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e025-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e027-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e02b-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e031-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e033-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e037-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e039-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e03d-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e03f-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e043-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e045-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e049-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e04b-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e04f-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e051-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e055-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e057-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e05b-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e05d-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e065-2895732d, #w-node-_55a86602-9ec9-7f30-e211-125ee731e093-2895732d, #w-node-a8580c2c-4a07-3acb-15d1-e046dfb5e477-2895732d, #w-node-_12673163-2a5e-8c63-6ca6-44424b847d80-4b847d7e, #w-node-ec993a7a-86ba-8c19-a4b5-d9803b050679-2895732e, #w-node-ec993a7a-86ba-8c19-a4b5-d9803b050684-2895732e, #w-node-ec993a7a-86ba-8c19-a4b5-d9803b05068f-2895732e, #w-node-ec993a7a-86ba-8c19-a4b5-d9803b05069a-2895732e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c618c694-cee4-4195-339b-fc33465ae4ec-2895732e {
  align-self: center;
}

#w-node-c618c694-cee4-4195-339b-fc33465ae4f0-2895732e, #w-node-c618c694-cee4-4195-339b-fc33465ae4fb-2895732e, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f1b-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f1d-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f1f-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f21-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f25-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_860d4141-e735-6521-6f5f-b6dd30d3060b-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f3c-28957332, #w-node-_95be3539-c29b-39e8-66b4-83c0457611ec-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f2c-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f2e-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f30-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f32-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f36-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2af8f923-33a8-f88a-2292-22086109c95d-28957332, #w-node-b584876a-3d4d-8c1c-45fb-1f4e1f05a893-28957332, #w-node-_76b76a2b-423c-82b4-6e5a-5cea87f279a8-28957332 {
  place-self: center;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f40-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f44-28957332, #w-node-_30872fe4-183c-fb58-16eb-51f1d93aa357-28957332, #w-node-bd1398da-549c-a59d-adbf-91851fb83fc4-28957332 {
  place-self: center;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f47-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f4a-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f4b-28957332, #w-node-b31099ae-4860-2568-f74b-2cc7ea7e195f-28957332 {
  place-self: center;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f4e-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f50-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f51-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f52-28957332 {
  place-self: center;
}

#w-node-_0db4e4da-59ee-fe60-1fd3-7bf5311776fc-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0db4e4da-59ee-fe60-1fd3-7bf5311776fe-28957332, #w-node-_0db4e4da-59ee-fe60-1fd3-7bf5311776ff-28957332 {
  place-self: center;
}

#w-node-_5c3f881a-9a4b-a502-7b6a-a2038cfe7715-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c5bad10d-5876-3ea6-dbea-b0399c6da58c-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cc73c37-7251-d982-3161-ac0b4e27bc87-28957332, #w-node-_5d806594-a9e8-f3bc-9f3e-d56ca1eefa91-28957332, #w-node-_7a381dc5-7dfc-c275-3b30-e141958f8a74-28957332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b44d7a3e-6cd8-a104-b0ac-0a18bf5d98df-28957334, #w-node-_0af52a1a-8b37-348c-d79a-aa129ce20e65-28957334, #w-node-_084afc1a-d73c-61c6-c5aa-1a2894a675a6-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3c2-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3c4-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3c6-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3c8-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3cc-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3ce-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3cf-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3d0-28957334 {
  place-self: center;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3d3-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3d5-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3d7-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3d9-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3dd-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3df-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3e1-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3e3-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3e7-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3e9-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3ea-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3eb-28957334 {
  place-self: center;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3ee-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3f0-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3f1-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3f2-28957334 {
  place-self: center;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3f5-28957334 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0452204-7822-17ad-160a-230119c7c3f7-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3f8-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3f9-28957334 {
  place-self: center;
}

#w-node-_11395b7d-32ab-acf0-fce9-b71d4d929203-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d929205-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d929209-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d92920b-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d92920f-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d929211-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d929215-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d929217-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d92921b-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d92921d-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d929221-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d929223-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d929227-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d929229-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d92922d-28957339, #w-node-_11395b7d-32ab-acf0-fce9-b71d4d92922f-28957339 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56febe75-e29c-9bd7-b2ff-50cb0e15d096-2895733a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0c148dd5-6952-df74-9737-08d41438883e-2895733a, #w-node-c9e088b9-ae04-9992-6f0f-66cdf70d9cad-2895733a, #w-node-_377d8ee4-a30f-5094-7010-a116fc856a4e-2895733a, #w-node-c10d48de-5f8a-3340-84f3-cb162e90399f-2895733a, #w-node-_6222c09b-0b8b-69b4-25b5-b25e995c6a99-2895733a, #w-node-_70be2fdf-d050-9eb8-b524-0c69ac3a49ff-2895733a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70be2fdf-d050-9eb8-b524-0c69ac3a4a00-2895733a, #w-node-_390133ee-4547-deae-7ea2-420ca29487d5-2895733a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_390133ee-4547-deae-7ea2-420ca29487db-2895733a, #w-node-_4f4d1b21-cc72-ad19-9f98-c638d842dace-2895733a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f4d1b21-cc72-ad19-9f98-c638d842dacf-2895733a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_641d3542-a606-8810-532f-1087182fd409-2895733a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_49462cf7-30c3-8e7e-be25-10d3c1befc27-2895733a, #w-node-b5681cbd-4661-3bc2-8aac-bcd95c97c321-5c97c321 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_2af8f923-33a8-f88a-2292-22086109c95d-28957332, #w-node-b584876a-3d4d-8c1c-45fb-1f4e1f05a893-28957332, #w-node-_76b76a2b-423c-82b4-6e5a-5cea87f279a8-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f44-28957332, #w-node-_30872fe4-183c-fb58-16eb-51f1d93aa357-28957332, #w-node-bd1398da-549c-a59d-adbf-91851fb83fc4-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f4a-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f4b-28957332, #w-node-b31099ae-4860-2568-f74b-2cc7ea7e195f-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f50-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f51-28957332, #w-node-_36d9be59-f342-fdef-e4e3-c5adc6505f52-28957332, #w-node-_0db4e4da-59ee-fe60-1fd3-7bf5311776fe-28957332, #w-node-_0db4e4da-59ee-fe60-1fd3-7bf5311776ff-28957332, #w-node-d0452204-7822-17ad-160a-230119c7c3ce-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3cf-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3d0-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3eb-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3f1-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3f2-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3f7-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3f8-28957334, #w-node-d0452204-7822-17ad-160a-230119c7c3f9-28957334 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Dancingscript Variablefont Wght';
  src: url('../fonts/DancingScript-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* ── desktop layout ───────────────────────────────────── */
 .pricing-card          {font-size:.9rem;line-height:1.6;}
 .pricing-card h3       {font-size:1.75rem;margin-bottom:.5rem;}
 .pricing-card .price   {font-size:1.25rem;margin-bottom:1rem;}
 .pricing-card .button  {margin-top:1.5rem;font-size:1rem;padding:.75rem 2rem;}
 .pricing-card .features-list{list-style:none;margin:0 0 1.5rem;padding:0;}
 .pricing-card .features-list li{display:flex;align-items:center;margin-bottom:.75rem;}
 .pricing-card .features-list li:before{content:"✔";margin-right:.5rem;color:var(--yellow-green);}

/* ── shared tweaks ───────────────────────────────────── */
 .container-pricing{position:relative;z-index:3;}   /* lift above next section */

 @media (max-width: 767px) {
  /* 1) Make sure the hero+pricing section sits above everything */
  .section-hero {
    position: relative;
    z-index: 2;
    /* if you still need extra space under your cards: */
    padding-bottom: 6rem !important;
  }

  /* 2) Push the _next_ section (your dark-bg) down by 6rem */
  section.section-hero + section {
    margin-top: 6rem !important;
  }

  /* 3) Kill any stray sticky behaviour under 768px */
  .section-sticky,
  .sticky-block,
  .section.anchor {
    position: static !important;
    top: auto !important;
    transform: none !important;
  }
}

.container-pricing {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}

@media (max-width: 767px) {
  .container-pricing {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 767px) {
  /* — If you used Option A (made the nav non-sticky) — */
  .navbar.w-nav {
    position: relative !important;
    top: auto    !important;
    transform: none !important;
  }

  /* — If you used Option B (gave the hero top-padding) — */
  .section-hero {
    /* match this to your mobile nav’s height — ~4rem is a good starting point */
    padding-top: 4rem !important;
  }
}

/* ── comparison table styling ── */
.section.dark-bg.auto {
  background-color: #3A4819; /* your dark green */
  color: #FFF;
}

.section.dark-bg.auto .rise-grid {
  display: grid;
  grid-template-columns: 1fr repeat(3, 1fr);
  align-items: center;
  text-align: center;
}

.section.dark-bg.auto .rise-grid > div {
  padding: 1rem 1.5rem;
  border: 1px dashed rgba(255,255,255,0.3);
}

/* white-background stripes */
.section.dark-bg.auto .rise-grid.background-color-white {
  background-color: #F7F8F3;
  color: #3A4819;
}

/* ── hide entire table on mobile ── */
@media (max-width: 767px) {
  .section.dark-bg.auto {
    display: none !important;
  }
}

.hidden {
  display: none;
}

#contact-feedback.success {
  display: block;     /* makes it visible */
  color: green;       /* success text color */
}

#contact-feedback.error {
  display: block;
  color: red;         /* error text color */
}

/* ———————————————————————————————
   Mobile (up to 768px) responsiveness
   ——————————————————————————————— */
@media (max-width: 767px) {
  .grid-two-col {
    display: block !important;       /* go from two columns to one */
    margin: 0 1rem;                  /* small horizontal padding */
  }
  .booking-form,
  .booking-summary {
    width: auto;                     /* full width */
    margin: 1.5rem 0;                /* vertical spacing */
  }

  /* ensure time-slots wrap nicely */
  .time-slots {
    justify-content: center;         /* center the buttons */
  }
  .time-slot {
    flex: 1 1 45%;                   /* two per row, with gap */
    text-align: center;
    margin-bottom: 0.5rem;
  }

  /* shrink font / padding of summary for small screens */
  .booking-summary {
    padding: 1rem;
  }
  .booking-summary h2 {
    font-size: 1.5rem;
  }
  .booking-summary .button {
    width: 100%;
  }
}
/* ─── Footer layout ─────────────────────────────────────────── */

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.big-head-container {
  flex: 0 0 auto;
}

/* ─── © line + phone ───────────────────────────────────────── */


.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.75em;    /* increased from 0.25em to 0.75em */
  margin-top: 0.5em;
}

.footer-meta p {
  margin: 0;
  font-size: 0.9rem;
  color: #556B2F;
  display: inline-flex;
  align-items: center;
  gap: 1ch;
}

.footer-phone {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}

.footer-phone:hover {
  text-decoration: underline;
}

/* you can adjust emoji size if you like: */
/* .footer-phone { font-size: 1rem; } */

/* ---- Footer: Explore column (matches brand) ---- */
.footer-col.footer-links {
  color: #556B2F;                /* close to your existing footer color */
  min-width: 220px;
}

.footer-col-title {
  font-size: clamp(24px, 3vw, 56px);
  line-height: 1.05;
  margin: 0 0 .75rem;
  font-weight: 700;
  color: #556B2F;
}

/* Remove default bullets & spacing */
.footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-link-list li {
  position: relative;
  margin: .4rem 0;
  padding-left: 1.1rem;          /* space for custom dot */
}

/* subtle olive dot like your brand */
.footer-link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: #556B2F;
  opacity: .65;
}

/* brand-style links (no default blue/underline) */
.footer-link {
  color: #556B2F;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, opacity .2s ease;
}
.footer-link:hover,
.footer-link:focus-visible {
  border-bottom-color: #556B2F;
  opacity: .85;
  outline: none;
}

/* Flex layout tweaks so three columns breathe nicely */
.footer-grid > .big-head-container { flex: 1 1 320px; }
.footer-grid > .footer-col.footer-links { flex: 0 0 260px; }
.footer-grid > .studio-form-copy { flex: 1 1 360px; }

@media (max-width: 900px) {
  .footer-grid { gap: 1.25rem; }
  .footer-col-title { font-size: clamp(22px, 6vw, 36px); }
}

.footer-col.footer-links { color:#556B2F; }
.footer-link-list { list-style:none; margin:0; padding:0; }
.footer-link-list li { position:relative; margin:.4rem 0; padding-left:1.1rem; }
.footer-link-list li::before { content:""; position:absolute; left:0; top:.7em; width:.42rem; height:.42rem; border-radius:50%; background:#556B2F; opacity:.65; }
.footer-link { color:#556B2F; text-decoration:none; font-weight:600; border-bottom:1px solid transparent; transition:border-color .2s, opacity .2s; }
.footer-link:hover, .footer-link:focus-visible { border-bottom-color:#556B2F; opacity:.85; outline:none; }

.big-head span { white-space: nowrap; }

/* --- Footer Explore links: final polish & overrides --- */
.footer-col.footer-links { color:#556B2F; }

.footer-link-list { list-style:none; margin:.25rem 0 0; padding:0; }
.footer-link-list li {
  position:relative;
  margin:.4rem 0;
  padding-left:1rem;               /* space for dot */
  line-height:1.4;
}
.footer-link-list li::before {
  content:"";
  position:absolute; left:0; top:.62em;
  width:.36rem; height:.36rem; border-radius:50%;
  background: currentColor; opacity:.55;
}

/* Kill default underlines everywhere and use border-hover only */
.footer-link {
  color:#556B2F;
  text-decoration: none !important;   /* override Webflow/UA */
  -webkit-text-decoration: none !important;
  font-weight:600;
  letter-spacing:.15px;
  border-bottom:1px solid transparent;
  padding-bottom:1px;                 /* keeps hover underline stable */
  transition:border-color .2s ease, opacity .2s ease;
  display:inline-block;               /* makes border sit correctly */
}
.footer-link:hover,
.footer-link:focus-visible {
  border-bottom-color: currentColor;
  opacity:.9;
  outline: none;
}

.footer-grid > .big-head-container        { flex: 1 1 380px; }
.footer-grid > .footer-col.footer-links   { flex: 0 0 300px; }
.footer-grid > .studio-form-copy          { flex: 1 1 420px; }

@media (max-width: 900px) {
  .footer-grid { flex-direction: column; gap: 1.25rem; }
}

/* Keep punctuation attached */
.footer .big-head span { white-space: nowrap; }

/* Give the left column enough room so “On discute ?” fits on one line */
.footer-grid > .big-head-container {
  flex: 1 1 560px;          /* wider basis */
  min-width: 560px;
}

/* Don’t allow headline to wrap on wide screens */
@media (min-width: 1100px) {
  .footer .big-head { white-space: nowrap; }
}

/* Allow wrapping gracefully on smaller screens */
@media (max-width: 1099px) {
  .footer .big-head { white-space: normal; line-height: 0.95; }
}
/* Punctuation sticks to the word */
.footer .big-head span { white-space: nowrap; }

/* Large headline with tighter leading for the stacked look */
.footer .big-head {
  line-height: 0.88;        /* pulls the two lines closer */
  margin-bottom: .35rem;
}

/* Keep column width reasonable so the two-line composition breathes */
.footer-grid > .big-head-container {
  flex: 1 1 420px;
  min-width: 420px;
}

