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

:root {
  --color--light: #fef3e1;
  --font--main: Satoshi, sans-serif;
  --color--main: #f94200;
  --type--body-regular: 22px;
  --font--headings: "Lilita One", sans-serif;
  --type--h1: 110px;
  --type--h2: 64px;
  --type--h3: 40px;
  --type--body-big: 24px;
  --white: white;
  --black: black;
  --type--subtitle: 32px;
}

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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 {
    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--h3);
  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 {
  background-color: var(--color--light);
  color: #f94200;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

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

.section.gallery-one-section, .section.gallery-two {
  background-color: var(--color--main);
  color: var(--color--light);
  position: relative;
}

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

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

.text-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lilita One, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 130%;
}

.subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

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

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

.paragraph-big {
  font-size: var(--type--body-big);
  line-height: 140%;
}

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

.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(--color--main);
  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%;
}

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

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

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

.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-family: Lilita One, sans-serif;
  font-size: 80px;
  font-weight: 400;
  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: 100%;
  height: 100%;
}

.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;
  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(--type--body-big);
  margin-top: auto;
  line-height: 140%;
}

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

.master-top-footer {
  justify-content: space-between;
  display: flex;
}

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

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

.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-between;
  align-items: flex-start;
  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: 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;
}

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

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

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

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

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

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

.section-padding-bottom-0 {
  background-color: var(--color--light);
  color: #f94200;
  padding-top: 120px;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.section-hero-2 {
  background-color: var(--color--light);
  color: #f94200;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

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

  .subtitle {
    font-size: 28px;
  }

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

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

  .tile-testimonial {
    padding: 48px;
  }

  .footer {
    padding-bottom: 80px;
  }

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

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

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

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

  .subtitle {
    font-size: 26px;
  }

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

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

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

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

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

@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: 100px;
    padding-bottom: 100px;
  }

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

  .text-style-h2 {
    font-size: 42px;
    line-height: 130%;
  }

  .subtitle {
    font-size: 23px;
  }

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

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

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

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

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

  .image-hero-home-one {
    border-radius: 12px;
  }

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

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

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

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

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

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

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

  .brand-footer {
    width: 100%;
  }

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

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

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

  .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, .section-padding-bottom-0, .section-hero-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#w-node-b665e6d2-6d40-c181-9dd2-93dc05ff6c1a-be8896ec {
  place-self: stretch stretch;
}

#w-node-b665e6d2-6d40-c181-9dd2-93dc05ff6c1b-be8896ec {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-_930f1cea-d360-5814-3b88-568700f0df06-aa5690e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_930f1cea-d360-5814-3b88-568700f0df08-aa5690e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_930f1cea-d360-5814-3b88-568700f0df25-aa5690e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_930f1cea-d360-5814-3b88-568700f0df29-aa5690e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9147f259-09ad-9fa4-ebf8-dc5776dba9cd-1ccdf4b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9147f259-09ad-9fa4-ebf8-dc5776dba9e3-1ccdf4b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_66da0eca-502c-c976-da63-6ff4faf046e3-9c3f0c64, #w-node-_66da0eca-502c-c976-da63-6ff4faf046e9-9c3f0c64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66da0eca-502c-c976-da63-6ff4faf046ef-9c3f0c64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3addd729-38bf-926e-7e2c-768e5af75e17-52ce2dda, #w-node-_3addd729-38bf-926e-7e2c-768e5af75e1c-52ce2dda, #w-node-_3addd729-38bf-926e-7e2c-768e5af75e21-52ce2dda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6bc3aed-1d65-56d6-fc28-2e53b16504b5-b4759fa0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f6bc3aed-1d65-56d6-fc28-2e53b16504bf-b4759fa0 {
  place-self: start end;
}

#w-node-_314384df-1b02-ae91-bd53-23a1c0bff65d-32473bce, #w-node-_314384df-1b02-ae91-bd53-23a1c0bff65e-32473bce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_314384df-1b02-ae91-bd53-23a1c0bff660-32473bce {
  grid-area: 1 / 2 / 7 / 3;
  place-self: stretch stretch;
}

#w-node-_314384df-1b02-ae91-bd53-23a1c0bff661-32473bce {
  grid-area: 1 / 3 / 4 / 4;
  place-self: stretch stretch;
}

#w-node-_314384df-1b02-ae91-bd53-23a1c0bff662-32473bce {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-_314384df-1b02-ae91-bd53-23a1c0bff663-32473bce {
  grid-area: 3 / 1 / 5 / 2;
  place-self: stretch stretch;
}

#w-node-_314384df-1b02-ae91-bd53-23a1c0bff664-32473bce {
  grid-area: 5 / 1 / 7 / 2;
  place-self: stretch stretch;
}

#w-node-_314384df-1b02-ae91-bd53-23a1c0bff665-32473bce {
  grid-area: 4 / 3 / 7 / 4;
  place-self: stretch stretch;
}

#w-node-d2203a30-9ef4-0c4f-4e0b-cddc1fdcd778-480e43b4, #w-node-d2203a30-9ef4-0c4f-4e0b-cddc1fdcd77f-480e43b4, #w-node-d2203a30-9ef4-0c4f-4e0b-cddc1fdcd786-480e43b4, #w-node-d2203a30-9ef4-0c4f-4e0b-cddc1fdcd78d-480e43b4, #w-node-d2203a30-9ef4-0c4f-4e0b-cddc1fdcd794-480e43b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afb833ae-a476-6652-ab86-5031d4b310cd-f7b61e42, #w-node-_5220bc1e-c90f-5526-9b21-2f49173ee5ba-f7b61e42 {
  place-self: stretch stretch;
}

#w-node-e72578a9-1775-4753-108c-60a92d79d636-e19ce43c {
  order: -9999;
}

#w-node-_441513ab-b3c0-e13a-e7e5-08568d9c6310-2b0bf146, #w-node-_441513ab-b3c0-e13a-e7e5-08568d9c6315-2b0bf146 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_930f1cea-d360-5814-3b88-568700f0df08-aa5690e8, #w-node-_9147f259-09ad-9fa4-ebf8-dc5776dba9cd-1ccdf4b3 {
    justify-self: center;
  }

  #w-node-_9147f259-09ad-9fa4-ebf8-dc5776dba9e3-1ccdf4b3 {
    order: -9999;
  }

  #w-node-f6bc3aed-1d65-56d6-fc28-2e53b16504b5-b4759fa0, #w-node-_441513ab-b3c0-e13a-e7e5-08568d9c6310-2b0bf146 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b665e6d2-6d40-c181-9dd2-93dc05ff6c1a-be8896ec {
    order: 1;
  }

  #w-node-b665e6d2-6d40-c181-9dd2-93dc05ff6c1b-be8896ec {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_314384df-1b02-ae91-bd53-23a1c0bff660-32473bce {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }

  #w-node-_314384df-1b02-ae91-bd53-23a1c0bff661-32473bce {
    grid-row-end: 5;
  }

  #w-node-_314384df-1b02-ae91-bd53-23a1c0bff662-32473bce, #w-node-_314384df-1b02-ae91-bd53-23a1c0bff663-32473bce, #w-node-_314384df-1b02-ae91-bd53-23a1c0bff664-32473bce, #w-node-_314384df-1b02-ae91-bd53-23a1c0bff665-32473bce {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_314384df-1b02-ae91-bd53-23a1c0bff660-32473bce, #w-node-_314384df-1b02-ae91-bd53-23a1c0bff661-32473bce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_314384df-1b02-ae91-bd53-23a1c0bff662-32473bce, #w-node-_314384df-1b02-ae91-bd53-23a1c0bff663-32473bce, #w-node-_314384df-1b02-ae91-bd53-23a1c0bff664-32473bce, #w-node-_314384df-1b02-ae91-bd53-23a1c0bff665-32473bce {
    grid-row: span 1 / span 1;
  }
}


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