:root {
  --color--light: #000;
  --font--main: Satoshi, sans-serif;
  --color--main: var(--white);
  --type--body-regular: 18px;
  --font--headings: "Lilita One", sans-serif;
  --type--h1: 109px;
  --type--h2: 64px;
  --type--h3fe: 32px;
  --white: #fff7e1;
  --type--subtitle: 19px;
  --dee: 21px;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  background-color: var(--color--light);
  font-family: var(--font--main);
  color: var(--color--main);
  font-size: var(--type--body-regular);
  font-weight: 500;
  line-height: 140%;
}

h1 {
  font-family: var(--font--headings);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  font-family: var(--font--headings);
  font-size: var(--type--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 130%;
}

h3 {
  font-family: var(--font--headings);
  font-size: var(--type--h3fe);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 130%;
}

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

blockquote {
  background-color: var(--color--main);
  font-family: var(--font--headings);
  color: var(--color--light);
  border-left: 5px #e2e2e2;
  border-radius: 12px;
  margin-top: 52px;
  margin-bottom: 52px;
  padding: 52px;
  font-size: 28px;
  line-height: 130%;
}

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

.section.hero-template {
  background-color: var(--color--main);
  color: var(--color--light);
}

.section.hero-home-one {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.padding-bottom-0 {
  padding-bottom: 0;
}

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

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

.section.main-color.vibes-section, .section.main-color.history-gallery {
  padding-bottom: 0;
  position: relative;
}

.section.hero-home-two {
  padding-top: 24px;
  padding-bottom: 0;
}

.section.hero-about {
  padding-top: 140px;
  padding-bottom: 20px;
}

.section.about-under-hero {
  padding-bottom: 0;
}

.section.padding-top-64 {
  padding-top: 0;
}

.section.hero-menu, .section.hero-menu-template, .section.hero-locations, .section.hero-contact {
  padding-top: 140px;
  padding-bottom: 20px;
}

.section.hero-blogs {
  padding-top: 140px;
}

.section.quick-menu-section {
  overflow: hidden;
}

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

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

.main-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-template-ui {
  grid-row-gap: 24px;
  border: 1px solid #ff3128;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.wrap-template-ui.red-background {
  color: #fff8eb;
  background-color: #ff3128;
}

.link-template-navigation {
  opacity: 1;
  color: var(--color--main);
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
  transition: font-size .2s;
}

.link-template-navigation.w--current {
  color: var(--color--main);
  font-size: 26px;
  font-weight: 500;
}

.color {
  border: 1px solid var(--color--main);
  background-color: #faebe3;
  border-radius: 12px;
  padding-top: 100%;
}

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

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

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

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

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

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

.cta {
  background-color: var(--color--main);
  color: var(--color--light);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: #fd511e;
}

.cta.outline-white {
  border: 1px solid var(--color--light);
  background-color: #ff312800;
}

.cta.outline-white:hover {
  background-color: #fef3e114;
}

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

.cta.white:hover {
  background-color: #fef3e1f7;
}

.cta.outline {
  border: 1px solid var(--color--main);
  color: var(--color--main);
  background-color: #56441800;
  transition: color .2s, background-color .2s;
}

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

.text-style-h2 {
  font-family: var(--font--headings);
  font-size: var(--type--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
}

.subtitle {
  color: var(--white);
  font-size: var(--type--subtitle);
  font-weight: 500;
  line-height: 123%;
}

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

.text-style-h1 {
  font-family: var(--font--headings);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
}

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

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

.text-style-h3 {
  font-family: var(--font--headings);
  font-size: var(--type--h3fe);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-big {
  color: var(--white);
  font-size: var(--dee);
  line-height: 140%;
}

.paragraph-big.text-detail-first {
  margin-top: 24px;
}

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

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

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

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

.navbar {
  border: 1px solid var(--white);
  background-color: var(--color--light);
  color: var(--color--main);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 62px;
  padding-left: 12px;
  padding-right: 6px;
  display: flex;
}

.cta-nav {
  background-color: var(--color--main);
  color: var(--color--light);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.link-nav {
  color: var(--color--main);
  padding: 8px;
  font-size: 18px;
  font-weight: 500;
}

.link-nav.w--current {
  color: var(--color--main);
}

.cart-button {
  color: var(--color--main);
  background-color: #f9420021;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.fixed-navbar {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 24px;
}

.navbar-brand {
  justify-content: center;
  align-items: center;
  height: 20px;
  display: none;
}

.cart {
  margin-left: 8px;
}

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

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

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

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

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

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

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

.left-hero-home-one {
  max-width: 496px;
}

.right-hero-home-one {
  text-align: right;
}

.logo-hero-home-one {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.grid-gallery-hero-home-one {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 435px 1fr;
}

.image-hero-home-one {
  object-fit: cover;
  border-radius: 24px;
  max-width: 100%;
  height: 700px;
  margin-top: 23px;
}

.limit-mission {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1008px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-mission {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 125%;
}

.grid-quick-info-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 24px;
}

.tile-quick-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid var(--color--main);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 52px 40px 40px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.tile-quick-info:hover {
  transform: rotate(-2deg);
}

.wrap-heading-text-quick-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.master-delivery {
  background-color: var(--color--main);
  color: var(--color--light);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 60px 48px;
  display: flex;
}

.left-delivery {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-top-delivery {
  opacity: .5;
  font-family: var(--font--headings);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.text-bottom-delivery {
  font-family: var(--font--headings);
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.right-delivery {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-delivery-logo {
  transition: opacity .2s;
}

.link-delivery-logo:hover {
  opacity: .9;
}

.image-delivery-logo {
  object-fit: contain;
  max-width: 125px;
  height: 39px;
}

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

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

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

.single-icon-list {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.top-combo-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  margin-bottom: 8px;
  display: flex;
}

.image-combo-halves {
  object-fit: cover;
  border-radius: 24px;
  width: 92%;
  height: 80%;
}

.wrap-image-combo-halves {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.icon-icons-list {
  width: 44px;
  height: 44px;
}

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

.right-combo-halves {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

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

.pill-quick-menu {
  background-color: var(--color--main);
  font-family: var(--font--headings);
  color: var(--color--light);
  text-align: center;
  border-radius: 172px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 252px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 52px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.wrap-pill {
  transition: transform .2s;
}

.wrap-pill:hover {
  transform: scale(1.04);
}

.flex-heading-text {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

.master-gallery-marquee {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.gallery-images-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.single-gallery-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: center;
  height: auto;
  margin-top: 42px;
  display: flex;
}

.image-wrap-gallery-big {
  border-radius: 16px;
  width: 520px;
  height: 520px;
  overflow: hidden;
}

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

.color-fill-vibes {
  z-index: 2;
  background-color: var(--color--light);
  height: 40%;
  max-height: 320px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.flex-testimonial-images {
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.image-testimonial {
  border: 4px solid var(--color--light);
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 188px;
  height: 188px;
  margin-left: -30px;
  margin-right: -30px;
}

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

.tile-testimonial {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 2px solid var(--color--main);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px;
  display: flex;
}

.icon-stars {
  height: 26px;
}

.text-testimonial {
  font-family: var(--font--headings);
  font-size: 28px;
  line-height: 140%;
}

.text-testimonial-name {
  font-family: var(--font--headings);
  font-size: var(--dee);
  margin-top: auto;
  line-height: 140%;
}

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

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

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

.tile-workshop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid var(--color--main);
  border-radius: 24px;
  flex-flow: column;
  height: 100%;
  padding: 24px 24px 40px;
  display: flex;
}

.tile-workshop.sticky-tile {
  height: auto;
  position: sticky;
  top: 64px;
}

.wrap-image-workshop {
  border-radius: 24px;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.image-workshop-tile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tag-workshop-date {
  background-color: var(--color--main);
  color: var(--color--light);
  border-radius: 60px;
  padding: 4px 14px;
  font-size: 16px;
  position: absolute;
  inset: 16px auto auto 16px;
}

.bottom-workshop-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-bottom-workshop-tile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-price-tile {
  font-family: var(--font--headings);
  font-size: var(--dee);
  font-weight: 400;
}

.flex-cta-workshop {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.text-description-workshop-tile {
  margin-bottom: 16px;
}

.footer {
  background-color: var(--color--main);
  color: var(--color--light);
  padding-top: 120px;
  padding-bottom: 140px;
}

.master-top-footer {
  justify-content: space-around;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.left-top-footer {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 573px;
  display: flex;
}

.link-brand-footer {
  height: 58px;
}

.brand-footer {
  margin-top: -63px;
}

.text-big-footer {
  font-size: 32px;
  line-height: 140%;
}

.right-top-footer {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-socials-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-social-footer {
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-social-footer {
  object-fit: contain;
  width: 100%;
}

.divider-footer-top {
  background-color: var(--color--light);
  height: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.second-footer {
  grid-column-gap: 40px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.heading-footer-links {
  color: var(--color--light);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}

.link-footer {
  color: var(--color--light);
  font-size: 18px;
  text-decoration: none;
}

.divider-bottom-footer {
  background-color: var(--color--light);
  height: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.legal-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

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

.link-legal-footer {
  color: var(--color--light);
}

.master-hero-home-two {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.wrap-hero-home-two {
  color: var(--color--light);
  border-radius: 24px;
  padding: 270px 64px 64px;
  position: relative;
  overflow: hidden;
}

.image-hero-home-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-hero-home-two {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-hero-home-two {
  z-index: 20;
  position: relative;
}

.logo-hero-home-two {
  width: 100%;
  margin-top: 0;
  margin-bottom: 80px;
}

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

.title-wrap-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1254px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-about {
  max-width: 714px;
}

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

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

.text-big-number {
  font-family: var(--font--headings);
  color: var(--color--main);
  font-size: 112px;
  font-weight: 400;
  line-height: 110%;
}

.text-sub-number {
  font-size: var(--type--body-regular);
  font-weight: 500;
}

.overflow-moving-lines {
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.master-moving-lines {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.single-moving-line {
  z-index: 2;
  border-top: 2px solid var(--color--light);
  border-bottom: 2px solid var(--color--light);
  background-color: var(--color--main);
  font-family: var(--font--headings);
  color: var(--color--light);
  justify-content: flex-start;
  align-items: center;
  height: 130px;
  display: flex;
  position: relative;
}

.single-moving-line.first-line {
  flex: none;
  transform: translate(-214px);
}

.single-moving-line.second-line {
  flex: none;
}

.text-moving-line {
  text-transform: none;
  flex: none;
  font-size: 45px;
  font-weight: 500;
  line-height: 130%;
}

.line-moving-lines {
  background-color: var(--color--light);
  flex: none;
  width: 120px;
  height: 2px;
  margin-left: 32px;
  margin-right: 32px;
}

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

.gird-sticky-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.sticky-sticky-halves {
  position: sticky;
  top: 120px;
}

.left-sticky-halves {
  position: relative;
}

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

.tile-value {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid var(--color--main);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.icon-value-tile {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.color-fill-gallery {
  z-index: 2;
  background-color: var(--color--light);
  height: 60%;
  max-height: 480px;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-grids-about {
  z-index: 10;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.grid-about-top {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.6fr 1.4fr;
}

.image-gallery-about {
  object-fit: cover;
  border-radius: 24px;
}

.grid-bottom-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .6fr 2fr 1.4fr;
}

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

.tile-team-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 2px solid var(--color--main);
  text-align: center;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px 24px 32px;
  display: flex;
}

.bottom-team-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.grid-blog-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;
}

.tile-blog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 2px solid var(--color--main);
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.tile-blog:hover {
  transform: rotate(-2deg);
}

.wrap-image-blog {
  border-radius: 24px;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.image-blog-tile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bottom-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-wrap-manu {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-menu-title {
  max-width: 444px;
  margin-top: 12px;
}

.divider-menu-hero {
  background-color: var(--color--main);
  width: 100%;
  height: 2px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.master-menu-sections {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

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

.left-menu-section {
  position: relative;
}

.sticky-menu-section {
  position: sticky;
  top: 80px;
}

.item-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-menu-item {
  font-size: 28px;
  line-height: 141%;
}

.top-menu-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-menu-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.wrap-currency-price {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-menu-detail {
  font-size: 20px;
  font-weight: 400;
}

.title-wrap-menu-template {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1040px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-menu-template {
  border-radius: 24px;
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-wrap-locations {
  margin-bottom: 120px;
}

.master-location-sections {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}

.grid-location {
  grid-template-rows: auto;
  grid-template-columns: .95fr 1.05fr;
}

.left-location {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.divider-location {
  background-color: var(--color--main);
  width: 100%;
  height: 2px;
}

.title-wrap-contact {
  margin-bottom: 100px;
}

.grid-contact {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.3fr;
  margin-bottom: 120px;
}

.left-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block-contact {
  width: 100%;
}

.form-contact {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field-contact {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--color--main);
  color: var(--color--main);
  background-color: #fff0;
  height: 82px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
}

.text-field-contact:focus {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--color--main);
}

.text-field-contact::placeholder {
  color: var(--color--main);
}

.text-field-contact.text-area {
  padding-bottom: 79px;
}

.success-message {
  background-color: var(--color--main);
  font-family: var(--font--headings);
  color: var(--color--light);
  border-radius: 12px;
  font-size: 28px;
  line-height: 140%;
}

.flex-socials-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.right-contact-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 505px;
  display: flex;
}

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

.expandable-single-faq {
  border: 2px solid var(--color--main);
  background-color: var(--color--light);
  cursor: pointer;
  border-radius: 24px;
  padding: 32px 40px;
}

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

.master-expandable-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.plus-line {
  background-color: var(--color--main);
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

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

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

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

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 18px;
}

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

.apple-pay {
  border-radius: 80px;
  height: 52px;
}

.title-wrap-blog {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.title-wrap-blog-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

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

.image-blog-template {
  border-radius: 24px;
  width: 80%;
  max-width: 1122px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-small {
  width: 100%;
  max-width: 880px;
  padding-left: 24px;
  padding-right: 24px;
}

.divider-cms {
  background-color: var(--color--main);
  width: 100%;
  height: 2px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.title-wrap-workshops {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.list-categories {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.master-categories-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--color--main);
  border-radius: 100px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 8px;
  display: flex;
}

.link-category {
  border: 1px solid var(--color--light);
  color: var(--color--light);
  border-radius: 70px;
  min-width: 160px;
  padding: 4px 12px;
  font-size: 18px;
  text-decoration: none;
}

.link-category.w--current {
  background-color: var(--color--light);
  color: var(--color--main);
}

.grid-workshop-page {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 412px;
}

.left-workshop-page {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-workshop-page {
  position: relative;
}

.field-add-to-cart {
  border-width: 2px;
  border-color: var(--color--main);
  background-color: var(--color--light);
  border-radius: 60px;
  min-width: 100px;
  height: 52px;
  margin-bottom: 0;
}

.default-state {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.top-workshop-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.divider-workshop-page {
  background-color: var(--color--main);
  width: 100%;
  height: 2px;
}

.second-workshop-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.master-teacher-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.wrap-teacher {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-teacher {
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 160px;
  height: 160px;
}

.right-teacher {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.master-faq-workshop {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brand-checkout {
  border-bottom: 2px solid var(--color--main);
  background-color: var(--color--light);
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

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

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

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

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

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

.block-content {
  border-right-width: 2px;
  border-right-color: var(--color--main);
  border-bottom-width: 2px;
  border-bottom-color: var(--color--main);
  border-left-width: 2px;
  border-left-color: var(--color--main);
  background-color: var(--color--light);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

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

.block-header {
  border-width: 2px;
  border-color: var(--color--main);
  background-color: var(--color--light);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
}

.text-field-checkout {
  border-width: 2px;
  border-color: var(--color--main);
  background-color: var(--color--light);
  border-radius: 70px;
  height: 44px;
  margin-bottom: 12px;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-style: solid;
  border-color: #ff3128;
}

.h3-checkout {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 32px;
}

.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: 470px;
  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;
}

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

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

.flex-subtitle-sales {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-subtitle-sales {
  max-width: 496px;
}

.right-subtitle-sales {
  text-align: right;
}

.logo-hero-sales {
  width: 100%;
  margin-top: 80px;
  display: block;
}

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

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

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

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

.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;
}

.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;
  border: 2px solid var(--color--main);
  background-color: var(--color--light);
  text-align: center;
  border-radius: 16px;
  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;
  border: 2px solid var(--color--main);
  background-color: var(--color--light);
  color: var(--color--main);
  text-align: center;
  border-radius: 16px;
  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 #f942004f;
  border-radius: 12px;
  width: 100%;
}

.grid-fourths-sales-fourths {
  grid-template-rows: auto;
  grid-template-columns: 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;
  border: 2px solid var(--color--main);
  background-color: var(--color--light);
  text-align: left;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

.link {
  text-decoration: none;
}

.text-block {
  margin-top: -63px;
}

.body {
  color: var(--color--main);
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.heading {
  font-size: 28px;
}

.link-3 {
  text-decoration: none;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 89px;
  display: grid;
}

.div-block {
  border: 0 solid #fff;
  border-radius: 36px;
}

.image {
  width: 90%;
  margin-top: 19px;
  margin-left: 25px;
  margin-right: -18px;
}

.heading-2 {
  margin-left: 19px;
}

.paragraph {
  margin-left: 20px;
  margin-right: 10px;
}

.image-2 {
  order: -1;
  margin-right: 0;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
}

.button-2 {
  color: var(--black);
  background-color: #fff;
  border-radius: 20px;
}

.link-block {
  border: 1px #000;
}

.bold-text, .bold-text-2, .bold-text-3 {
  text-decoration: none;
}

.heading-5 {
  text-align: center;
  margin-top: 35px;
}

.button-3 {
  color: var(--black);
  background-color: #fff;
  border-radius: 20px;
}

.button-4 {
  color: var(--black);
  font-size: var(--type--subtitle);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 23px;
  margin-right: 528px;
  padding-top: 16px;
}

.heading-6 {
  margin-bottom: auto;
}

.kj {
  color: var(--black);
  font-size: var(--type--subtitle);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 23px;
  margin-right: 528px;
  padding-top: 16px;
}

.kj.button-3 {
  background-color: #fff7e1;
}

.text-span, .text-block-3 {
  font-style: italic;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 70px;
    line-height: 120%;
  }

  .section.hero-home-one {
    padding-top: 140px;
  }

  .section.hero-blogs {
    padding-bottom: 0;
  }

  .section.hero-sales {
    padding-top: 140px;
  }

  .subtitle {
    font-size: 28px;
  }

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

  .text-style-h1 {
    font-size: 64px;
  }

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

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

  .nav-menu {
    border: 2px solid var(--color--main);
    background-color: var(--color--light);
    border-radius: 24px;
    width: 100%;
    max-width: 270px;
    height: auto;
    max-height: 75vh;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    overflow: scroll;
  }

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

  .navbar {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 8px;
    position: relative;
  }

  .cta-nav {
    margin-top: 20px;
  }

  .link-nav {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 22px;
  }

  .line-menu {
    background-color: var(--color--light);
    width: 32px;
    height: 2px;
    padding: 0;
  }

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

  .fixed-navbar {
    inset: 24px 0 auto;
  }

  .navbar-brand {
    justify-content: flex-start;
    align-items: center;
    height: 22px;
    margin-right: 32px;
    display: flex;
  }

  .cart {
    margin-left: 0;
    margin-right: 8px;
  }

  .menu-button {
    background-color: var(--color--main);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    position: static;
  }

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

  .flex-subtitle-home-one {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .right-hero-home-one {
    text-align: center;
  }

  .logo-hero-home-one {
    margin-top: 52px;
    margin-bottom: 80px;
  }

  .limit-mission {
    margin-bottom: 80px;
  }

  .h2-mission {
    font-size: 56px;
  }

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

  .master-delivery {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-delivery {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-bottom-delivery {
    font-size: 46px;
  }

  .right-delivery {
    flex-flow: wrap;
  }

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

  .wrap-image-combo-halves {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-icons-list {
    text-align: left;
  }

  .right-combo-halves {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pill-quick-menu {
    height: 190px;
  }

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

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

  .tile-testimonial {
    padding: 48px;
  }

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

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

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

  .footer {
    padding-bottom: 80px;
  }

  .master-top-footer {
    margin-top: -15px;
  }

  .brand-footer {
    margin-top: -117px;
    margin-left: -25px;
  }

  .wrap-hero-home-two {
    padding: 220px 40px 40px;
  }

  .flex-subtitle-home-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title-wrap-about {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-numbers-thirds {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .left-values-sticky-halves {
    text-align: center;
    align-items: center;
    max-width: 640px;
  }

  .gird-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .right-values {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .title-wrap-manu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .right-menu-title {
    max-width: 500px;
  }

  .text-menu-item {
    font-size: 24px;
  }

  .grid-location {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .title-wrap-contact {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .grid-contact {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .left-contact {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .right-contact-hero {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .left-faq-halves {
    text-align: center;
    align-items: center;
    max-width: 520px;
  }

  .grid-workshop-page {
    grid-template-columns: 1fr;
  }

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

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

  .right-subtitle-sales {
    text-align: center;
  }

  .logo-hero-sales {
    margin-top: 52px;
  }

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

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

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

  .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;
  }

  .image-2 {
    margin-left: 0;
  }

  .button-4, .kj {
    margin-top: 0;
    margin-bottom: 77px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 8px;
  }
}

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

  h2 {
    font-size: 52px;
  }

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

  .text-style-h2 {
    font-size: 52px;
  }

  .subtitle {
    font-size: 26px;
  }

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

  .text-style-h1 {
    font-size: 64px;
  }

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

  .paragraph-big {
    font-size: 24px;
  }

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

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

  .grid-gallery-hero-home-one {
    grid-template-columns: 1fr;
  }

  .h2-mission {
    font-size: 48px;
  }

  .right-delivery {
    flex-flow: column wrap;
  }

  .image-delivery-logo {
    max-width: 150px;
    height: 60px;
  }

  .grid-quick-menu {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-testimonial {
    width: 24vw;
    height: 24vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }

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

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

  .master-top-footer {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -114px;
  }

  .left-top-footer {
    justify-content: flex-start;
    align-items: center;
  }

  .text-big-footer {
    font-size: 28px;
  }

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

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

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

  .heading-footer-links, .link-footer {
    font-size: 22px;
  }

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

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

  .text-big-number {
    font-size: 100px;
  }

  .text-sub-number {
    font-size: 20px;
  }

  .grid-about-top {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

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

  .title-wrap-manu {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .divider-menu-hero {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .master-menu-sections {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .single-menu-section {
    grid-template-columns: 1fr;
  }

  .list-menu-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .title-wrap-locations {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 80px;
    display: flex;
  }

  .left-location {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .left-faq-halves {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .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;
  }

  .text-block-2 {
    margin-top: -72px;
  }

  .div-block {
    border-width: 0;
  }

  .image {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    margin-top: auto;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 34px;
  }

  blockquote {
    padding: 33px;
    font-size: 24px;
  }

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

  .section.hero-home-one {
    padding-top: 120px;
  }

  .section.hero-about {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .section.about-under-hero {
    padding-top: 80px;
  }

  .section.padding-top-64 {
    padding-top: 0;
  }

  .section.hero-sales {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .main-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-template-ui {
    padding: 16px;
  }

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

  .text-style-h2 {
    font-size: 45px;
  }

  .subtitle {
    font-size: 23px;
  }

  .text-style-h1 {
    font-size: 46px;
  }

  .text-style-h3 {
    font-size: 34px;
  }

  .paragraph-big {
    margin-bottom: 16px;
    font-size: 20px;
    text-decoration: none;
  }

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

  .buttons-wrap-navbar {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 3px;
  }

  .cart-button {
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .fixed-navbar {
    flex-direction: column;
    align-items: stretch;
    top: 12px;
    left: 12px;
    right: 12px;
  }

  .navbar-brand {
    width: 40%;
    height: auto;
    margin-right: 0;
    padding-left: 0;
  }

  .cart {
    margin-right: 4px;
  }

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

  .menu-button {
    flex: none;
  }

  .flex-subtitle-home-one {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .grid-gallery-hero-home-one {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-hero-home-one {
    border-radius: 12px;
    height: 348px;
    margin-top: 12px;
  }

  .h2-mission {
    font-size: 32px;
  }

  .tile-quick-info {
    padding: 32px;
  }

  .no-margins {
    margin-top: 0;
    font-size: 40px;
  }

  .master-delivery {
    padding: 48px 32px;
  }

  .text-top-delivery {
    font-size: 26px;
  }

  .text-bottom-delivery {
    font-size: 32px;
  }

  .image-delivery-logo {
    max-width: 130px;
  }

  .single-icon-list {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .image-combo-halves {
    width: 100%;
  }

  .pill-quick-menu {
    height: 160px;
    font-size: 42px;
  }

  .image-wrap-gallery-big {
    width: 90vw;
    height: 90vw;
  }

  .image-cover {
    width: 97%;
    height: 98%;
    margin-top: 0;
  }

  .image-testimonial {
    width: 25vw;
    height: 25vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }

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

  .icon-stars {
    height: 22px;
  }

  .text-testimonial {
    font-size: 20px;
    font-weight: 400;
  }

  .tile-workshop {
    padding: 12px 12px 32px;
  }

  .tile-workshop.sticky-tile {
    width: 100%;
  }

  .bottom-workshop-tile {
    padding-left: 12px;
    padding-right: 12px;
  }

  .master-top-footer {
    margin-top: -69px;
  }

  .link-brand-footer {
    width: 100%;
    height: auto;
  }

  .brand-footer {
    width: 100%;
    margin-top: -104px;
    margin-left: auto;
  }

  .flex-socials-footer {
    justify-content: center;
  }

  .icon-social-footer {
    align-self: flex-end;
  }

  .master-hero-home-two {
    padding-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrap-hero-home-two {
    padding: 160px 24px 40px;
  }

  .text-big-number {
    font-size: 26vw;
  }

  .single-moving-line {
    height: 100px;
  }

  .text-moving-line {
    font-size: 9vw;
  }

  .line-moving-lines {
    width: 60px;
  }

  .tile-value {
    padding: 33px;
  }

  .single-menu-section {
    margin-bottom: -109px;
  }

  .text-menu-item {
    font-size: 22px;
  }

  .image-location {
    border-radius: 12px;
  }

  .title-wrap-contact {
    margin-bottom: 64px;
  }

  .text-field-contact {
    height: 62px;
  }

  .flex-socials-contact {
    justify-content: center;
  }

  .expandable-single-faq {
    padding: 18px;
  }

  .heading-expandable {
    margin-bottom: 0;
    margin-right: 12px;
    font-size: 18px;
    line-height: 26px;
  }

  .faq-paragraph {
    font-size: 16px;
  }

  .plus-expand-master {
    width: 24px;
    height: 24px;
  }

  .title-wrap-blog-template {
    margin-bottom: 40px;
  }

  .image-blog-template {
    border-radius: 12px;
    width: 100%;
    margin-bottom: 40px;
  }

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

  .divider-cms {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .title-wrap-workshops {
    margin-bottom: 48px;
  }

  .list-categories {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .master-categories-menu {
    border-radius: 12px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    max-width: 250px;
  }

  .link-category, .field-add-to-cart {
    width: 100%;
  }

  .default-state {
    flex-flow: column;
    align-items: stretch;
  }

  .wrap-teacher {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .block-content {
    padding: 16px;
  }

  .block-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .top-order {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .line-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .utility-page-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sales-mockups-column.second-column, .sales-mockups-column.first-column {
    display: none;
  }

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

  .section-sales-mockups {
    max-height: 800px;
  }

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

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

  .wrap-figma-content {
    word-break: break-all;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .text-block-2 {
    margin-top: -140px;
  }

  .link-4 {
    text-transform: none;
    text-decoration: none;
  }

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

  .image-2 {
    margin-top: -52px;
    margin-left: -70px;
    margin-right: -82px;
  }

  .heading-3 {
    margin-top: -50px;
  }

  .heading-4 {
    margin-top: 0;
  }

  .button-4 {
    padding-top: 11px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .kj {
    padding-top: 11px;
  }

  .kj.button-3 {
    margin-top: 29px;
  }

  .paragraph-2 {
    margin-bottom: 42px;
  }

  .paragraph-3 {
    margin-top: 49px;
  }
}

#w-node-_67eead11-ce40-b26b-1677-8dafd0cc4b80-90dcf86a {
  place-self: stretch stretch;
}

#w-node-_0a8318d6-ceeb-e226-6f31-6b519c4cadbf-90dcf86a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-_0db82698-6f44-08b3-5f3b-d5423a6a2588-90dcf86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_0db82698-6f44-08b3-5f3b-d5423a6a258b-90dcf86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_280e7557-9d4c-4f79-7847-0a2455c04e23-90dcf86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3cba713-939b-42f6-ec85-271909c7b38c-90dcf86a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_758beca9-26c9-c8fe-d1f1-8b537cbcae84-90dcf86e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_90f87cdb-325c-cd86-7b0e-b19f22dcd64a-90dcf86e {
  place-self: start end;
}

#w-node-_03cb2ed3-86cb-e5f8-1a75-d699a1f1cce4-90dcf86f, #w-node-_1a73e685-cfc2-2907-dce4-2fedaa46fcae-90dcf86f {
  place-self: center;
}

#w-node-_1b668622-5ca0-7cee-69c1-8f80ec8ce6ee-90dcf872 {
  order: -9999;
}

#w-node-_10bc5648-6ad1-66e3-ee98-d1a20e58b29b-90dcf873, #w-node-_0996f141-6498-8b08-27a7-22e0bce5c60a-90dcf874 {
  align-self: stretch;
}

#w-node-aba926e9-8595-1797-b966-2478f3499c6b-90dcf875, #w-node-aba926e9-8595-1797-b966-2478f3499c81-90dcf875, #w-node-aba926e9-8595-1797-b966-2478f3499c97-90dcf875, #w-node-_2e28e66d-599e-5d1a-eb48-c2e591165ec4-90dcf876, #w-node-c9798c8c-6d4d-3561-1bd6-653d81fa6b6c-90dcf876, #w-node-_4780af49-33c4-6b64-b7c3-f7f904e6df40-90dcf876 {
  place-self: stretch stretch;
}

#w-node-_20a5f985-dee5-2765-db3f-a43b90183fe5-90dcf87b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_29d57974-fd32-011d-f03b-46e4e52acb64-90dcf87b, #w-node-_862506f1-7d72-6f67-fc0f-767e52f27733-90dcf87b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b49e6b1a-9131-3d37-3d91-738730458cce-90dcf87b {
  place-self: stretch stretch;
}

#w-node-_480d2b94-55b4-5b22-14b5-d0c8ef034b9c-90dcf87f, #w-node-_480d2b94-55b4-5b22-14b5-d0c8ef034ba4-90dcf87f, #w-node-_480d2b94-55b4-5b22-14b5-d0c8ef034be3-90dcf87f, #w-node-_480d2b94-55b4-5b22-14b5-d0c8ef034be8-90dcf87f, #w-node-_480d2b94-55b4-5b22-14b5-d0c8ef034bed-90dcf87f, #w-node-_480d2b94-55b4-5b22-14b5-d0c8ef034bf2-90dcf87f, #w-node-cafef2b1-cfbe-3c19-f442-22ebc4a3a888-64877cb6, #w-node-cafef2b1-cfbe-3c19-f442-22ebc4a3a890-64877cb6, #w-node-dd172ee7-9ecd-87c0-305d-8a0834d7d3ea-64877cb6, #w-node-dd172ee7-9ecd-87c0-305d-8a0834d7d3f1-64877cb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0db82698-6f44-08b3-5f3b-d5423a6a258b-90dcf86a, #w-node-_758beca9-26c9-c8fe-d1f1-8b537cbcae84-90dcf86e {
    justify-self: center;
  }

  #w-node-_2e28e66d-599e-5d1a-eb48-c2e591165ec4-90dcf876, #w-node-c9798c8c-6d4d-3561-1bd6-653d81fa6b6c-90dcf876, #w-node-_4780af49-33c4-6b64-b7c3-f7f904e6df40-90dcf876 {
    order: -9999;
  }

  #w-node-cafef2b1-cfbe-3c19-f442-22ebc4a3a888-64877cb6 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_67eead11-ce40-b26b-1677-8dafd0cc4b80-90dcf86a {
    order: 1;
  }

  #w-node-_0a8318d6-ceeb-e226-6f31-6b519c4cadbf-90dcf86a {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_67eead11-ce40-b26b-1677-8dafd0cc4b80-90dcf86a {
    order: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_03cb2ed3-86cb-e5f8-1a75-d699a1f1cce4-90dcf86f, #w-node-_1a73e685-cfc2-2907-dce4-2fedaa46fcae-90dcf86f {
    place-self: center;
  }
}


@font-face {
  font-family: 'Lilita One';
  src: url('../fonts/LilitaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  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-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  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-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;
}
@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-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}