:root {
  --dim-grey: #6c6c6c;
  --firebrick: #ac1313;
  --white-smoke: #f8f6f4;
  --avi_pantone_370: #658d1b;
  --gainsboro: #dbdbdb;
  --burlywood: #ebb96a;
  --black: black;
  --orange-red: #ff5f0f;
  --white: white;
  --dark-grey: #a1a1a1;
  --grey: #858585;
  --dim-grey-2: #4d4d4d;
  --avi_orange: #ff6a14;
  --light-coral: #d77474;
}

.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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

body {
  color: #0c152f99;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.item-tittle {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s;
}

.item-tittle:hover {
  color: var(--firebrick);
}

.hero-section {
  color: #0000;
  background-color: #dbdbdb1a;
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 0;
  display: flex;
}

.hero-section.about-us {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/hero_fire.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.shop {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), none;
  background-position: 0 0, 50% 59%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.about-us.connect_with_us_section {
  background-image: url('../images/hero.jpg');
  background-position: 100%;
}

.hero-section.about-us.catering_hero {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/hero2.jpg');
  object-fit: fill;
  background-size: auto, auto;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.hero-section.about-us {
  background-image: linear-gradient(to right, #f8f6f4 30%, #0000), url('../images/hero_fire.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.connect_with_us_section {
  background-image: linear-gradient(53deg, #f8f6f4 26%, #0000), url('../images/360_F_328704563_gBXaNXzQZTIMx9nVeABZ8gAWiInLTHH0.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.nav-link {
  opacity: 1;
  color: var(--dim-grey);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.nav-link:hover {
  opacity: 1;
  color: #000;
}

.nav-link.w--current {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pacifico, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.heading.left {
  text-align: left;
}

.items-content {
  z-index: 200;
  text-align: left;
  background-color: #fff;
  border-bottom: 0 #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.section {
  background-image: url('../images/barista-hero_1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0%;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 40px;
  font-weight: 500;
  transition: opacity .2s;
  position: relative;
  transform: skew(0deg);
}

.section.collections {
  background-color: #fff;
  border-top-style: none;
  padding: 60px 20px;
  position: relative;
}

.section.footer-section {
  background-color: var(--avi_pantone_370);
  color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
  position: relative;
}

.section.newslatter {
  border-top-style: solid;
  position: relative;
}

.section.gray {
  background-color: #f8f8f8;
  margin-bottom: -101px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.gray.testimonials {
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to right, #ffffffe3 40%, #fff0 57%), url('../images/barista-hero_1.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.sale-section {
  color: #0000;
  padding-top: 220px;
  position: relative;
}

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

.section.collection {
  position: relative;
}

.brand {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand.w--current {
  float: left;
  margin-top: -4px;
}

.brand.footer {
  margin-bottom: 20px;
}

.items-price {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-content-tittle.no-bottom-padding {
  margin-bottom: 0;
  transition: opacity .2s;
  transform: skew(0deg);
}

.nav-menu {
  z-index: 3;
  opacity: 1;
  display: block;
}

.vertical-category {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: "Museo slab 500", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

.vertical-category.right {
  font-family: "Museo slab 500", sans-serif;
  top: 50%;
  left: auto;
  right: 0%;
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-text {
  color: var(--avi_pantone_370);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-self: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .2s;
  display: block;
  transform: translate(0);
}

.top-text.left, .top-text.cta {
  text-align: left;
}

.top-text.hero {
  color: var(--avi_pantone_370);
  margin-bottom: -20px;
  font-family: "Museo slab 500", sans-serif;
}

.link-block-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container {
  z-index: 1;
  color: #0000;
  text-align: center;
  background-color: #0000;
  width: 1200px;
  max-width: 100%;
  margin: 20px auto 40px;
  padding-left: 24px;
  padding-right: 24px;
  transition: opacity .2s, opacity .2s;
  display: block;
  position: relative;
}

.container.about-section {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-subscribe {
  float: left;
  color: var(--dim-grey);
  background-color: #dbdbdb1a;
  background-image: none;
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  width: 64%;
  height: 45px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.footer-subscribe.email {
  width: 94%;
  font-family: Calibri, sans-serif;
  font-weight: 400;
}

.subscribe-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 0;
  width: 35%;
  height: 45px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
  transition: all .4s;
}

.subscribe-button:hover {
  background-color: var(--firebrick);
}

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

.footer-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-image-newsletter {
  background-color: var(--burlywood);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.links-category {
  color: #999;
  background-color: #0000;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.links-category:hover {
  color: #000;
  text-decoration: none;
}

.links-category.w--current {
  color: #000;
  background-color: #0000;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.newsletter-block {
  width: 100%;
  margin-top: 40px;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  background-color: var(--firebrick);
  opacity: 1;
  color: #fff;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  background-color: var(--avi_pantone_370);
  color: #fff;
  text-align: center;
  text-transform: none;
  object-fit: cover;
  border-style: none;
  border-color: #000;
  border-radius: 6px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.button.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button.dark.center {
  text-align: center;
  display: block;
}

.button.dark._50_percent {
  width: 50%;
}

.product-page-image {
  text-align: center;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.list-item {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.category-content {
  margin-top: 20px;
}

.link-category {
  color: #0c152f99;
  margin-left: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.link-category:hover {
  color: #000;
}

.price-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.category-item {
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.product-info {
  color: #000;
  text-align: left;
  padding: 0 40px;
}

.tittle-plock {
  margin-bottom: 20px;
}

.tittle {
  color: #0c152f99;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
}

.tittle.tab-tittle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.page-title {
  color: #000;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
  position: relative;
}

.page-title.big {
  color: #000;
  font-family: "Museo slab 500", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.paragraph {
  font-size: 16px;
  line-height: 26px;
}

.tab-block {
  background-color: var(--burlywood);
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.tab-block:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.section-tittle {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  transition: left .2s;
}

.section-tittle.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 46px;
}

.category-titles {
  color: #000;
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  transition: right .2s;
  transform: translate(0);
}

.history-paragraph {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 20px;
  line-height: 24px;
}

.about-column {
  padding-left: 0;
  padding-right: 0;
}

.link-2 {
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  opacity: 1;
  color: var(--firebrick);
  text-decoration: underline;
}

.link-2._2 {
  color: #000;
  margin-right: 2px;
  text-decoration: none;
}

.sub-footer {
  background-color: #0000;
  border: 1px #000;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 20px;
}

.sub-footer.no-padding {
  margin-top: 0;
}

.right-footertext {
  text-align: right;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.right-footertext.center {
  text-align: center;
  display: inline-block;
}

.container-2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 1170px;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.social-icon-div {
  text-align: center;
  padding-top: 20px;
}

.social-icon-div.no-padding {
  padding-top: 0;
}

.social-icon-div.no-padding.more-left {
  margin-left: 5px;
}

.social-wrapper-div {
  opacity: .6;
  background-color: #0000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .4s;
}

.social-wrapper-div:hover {
  border-color: var(--burlywood);
  opacity: 1;
  background-color: #0000;
}

.social-wrapper-div.twitter {
  background-image: none;
  background-size: 16px;
}

.social-wrapper-div.twitter:hover {
  border-color: var(--orange-red);
}

.social-wrapper-div.google {
  opacity: .52;
  background-image: none;
  background-size: 16px;
}

.social-wrapper-div.google:hover {
  border-color: var(--firebrick);
  opacity: 1;
}

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

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

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

.related-block {
  color: #000;
  margin-top: 0;
}

.body {
  color: var(--black);
  text-align: center;
  flex-direction: row;
  width: auto;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
  overflow: visible;
}

.body.footer_text {
  color: var(--white);
  font-size: 9px;
}

.body._50_percent {
  text-align: center;
  padding-left: 0;
  display: block;
}

.cta-button-block {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

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

.different-font {
  color: var(--firebrick);
  font-family: Playfair Display, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  position: relative;
}

.color-block {
  color: var(--avi_pantone_370);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 220px;
  display: flex;
  position: relative;
}

.info-sale-block {
  text-align: right;
  width: 100%;
  max-width: 350px;
  transition: opacity .2s;
  transform: translate(0)translate(0);
}

.sale-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sale-tittle.contact {
  margin-top: 0;
}

.sale-tittle.contact.section-tittle {
  font-family: "Museo slab 500", sans-serif;
}

.sale-tittle.related {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.sale-tittle.product {
  font-size: 30px;
  line-height: 40px;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.detail-paragraph.subpage.body-left {
  font-family: Poppins, sans-serif;
}

.button-link {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

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

.button-link.product {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.row-padding {
  margin-bottom: 100px;
}

.minor_category_title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Museo slab 500", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.about-pompeo-text {
  width: 75%;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.about-pompeo-text.center {
  text-align: center;
}

.checkbox {
  float: none;
  margin-top: 40px;
  margin-bottom: 28px;
  display: block;
}

.checkbox-2 {
  float: none;
  color: #fff;
  background-color: #8534ff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}

.subscribe-text-field {
  color: #a1a1a1;
  font-family: Lato, sans-serif;
}

.div-info-wrapper {
  float: none;
  object-fit: fill;
  margin-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.div-column-left {
  float: left;
  text-align: center;
  width: 90%;
}

.div-column-right {
  float: right;
  width: 90%;
  transition: opacity .2s;
}

.image-2 {
  position: relative;
  top: 19px;
  left: 53px;
}

.image-3 {
  position: relative;
  top: 21px;
  right: 119px;
}

.team-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px #eaf0fd;
  border-radius: 0;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.image-team-div {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-team-div._2, .image-team-div._3 {
  background-image: none;
}

.icon-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.color {
  color: #1f2532;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.icon-tittle.position {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  width: 120px;
  margin: 0 auto 20px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.contact-div-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-info {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.form-block-2 {
  background-color: #fff;
  width: auto;
  height: 560px;
  padding: 60px;
}

.button-2 {
  color: #fff;
  background-color: #da0000;
  border: 1px #0675ec;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 185px;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #da0000;
  border-width: 0;
  border-color: #000;
}

.button-2.contact {
  background-color: var(--firebrick);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-2.contact:hover {
  background-color: var(--orange-red);
}

.center-button-block, .left-form {
  text-align: left;
}

.text-field-3 {
  float: none;
  border-radius: 3px;
  height: 42px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  background-color: #dbdbdb1a;
  background-image: none;
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  width: 94%;
  height: 45px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Calibri, sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.contact-form.message.gray {
  background-color: #dbdbdb1a;
  background-image: none;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #ebebeb;
  width: 98%;
  min-height: 170px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Calibri, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.field-label-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.field-label-2.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  color: #3f3f3f;
  font-weight: 700;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 0;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.map {
  height: 440px;
}

.map-wrapper {
  background-color: #fff;
  border-right: 1px solid #ebebeb;
  height: auto;
  padding: 60px;
}

.info-contact-row {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-div {
  object-fit: fill;
  background-image: url('../images/veggies_horizontal_header.jpg');
  background-position: 0 51%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.divider {
  background-color: #dcdcdc;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.bold-text-3 {
  font-weight: 500;
}

.category-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-1 {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 66.66%;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.image-div-2 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.image-div-2.second {
  background-image: none;
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.cta-text {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
}

.text-span {
  color: var(--firebrick);
  font-weight: 600;
  text-decoration: underline;
}

.sticky-navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #ffffff1c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000000d;
}

.container-3 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #1cd814;
  font-weight: 500;
}

.error-message {
  background-color: var(--firebrick);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.items-wrapper {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
}

.items-wrapper:hover {
  border-bottom-color: var(--firebrick);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.project-image {
  width: 100%;
}

.item-overlay {
  z-index: 2;
  background-image: linear-gradient(#0000001a, #0000001a);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.quantity {
  float: none;
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  border-bottom: 1px solid #dcdcdc40;
}

.error-state {
  color: var(--firebrick);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.checkout-form-container {
  background-color: #0000;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-hero-block {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 5%;
  display: block;
  position: relative;
}

.center {
  text-align: center;
}

.order-item {
  border-top: 1px #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 16px;
}

.order-confirmation-container {
  background-color: #0000;
  border: 1px #e6e6e6;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-4 {
  opacity: 1;
  margin-right: 5px;
}

.image-4:hover {
  opacity: 1;
}

.cart-text {
  color: #000;
}

.cart-button {
  opacity: .7;
  background-color: #0000;
  border-left: 1px solid #ebebeb;
  transition: opacity .4s;
}

.cart-button:hover {
  opacity: 1;
}

.text-block {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.text-block:hover {
  color: var(--firebrick);
}

.tittle-product {
  color: var(--dim-grey-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.quantity-cart, .cart-line-item {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.required {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.field-label {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.country {
  color: #000;
  font-family: Libre Franklin, sans-serif;
}

.shipping-tittle {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.total {
  color: #000;
  font-family: Poppins, sans-serif;
}

.billing {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.line-item {
  color: var(--dim-grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.div-block {
  flex-basis: 320px;
}

.container-checkout {
  max-width: 1200px;
}

.block-header {
  background-color: #dbdbdb1a;
}

.text-block-2 {
  color: var(--dim-grey-2);
}

.pay-buttons {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding: 40px 5%;
  display: flex;
}

.paypal {
  flex: 1;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.web-payments {
  flex: 1;
  height: 48px;
  padding-left: 8px;
  padding-right: 8px;
}

.apple-pay {
  border-radius: 4px;
  height: 45px;
}

.about-hero-block-2 {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.licence-item-first {
  background-color: #ff8e644d;
  border: 1px #dde1e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.licence-item-first.changelog {
  background-color: var(--white);
  width: 60%;
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #bc3219;
  text-decoration: underline;
}

.logo-icon {
  margin-right: 20px;
}

.div-block-2 {
  align-items: flex-start;
}

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

.hero-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-div.small {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
}

.hero-image {
  clear: none;
  object-fit: fill;
  background-image: url('../images/hero_image-vegetables.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 100%;
  height: 500px;
  margin-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.hero-image-div {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template: "Area"
  / 1fr 1fr;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-5 {
  max-width: 100%;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area"
                       "Area-2";
}

.collection-list-wrapper {
  margin-bottom: 100px;
  transition: opacity .2s, opacity .2s;
}

.column-2 {
  padding-right: 10px;
  display: block;
}

.column-3 {
  padding-right: 60px;
}

.image-7 {
  max-width: 250px;
}

.image-8 {
  max-width: 225px;
  margin-right: 20px;
}

.empty-state {
  background-color: #0000;
}

.body-left {
  color: var(--black);
  text-align: left;
  width: auto;
  padding-right: 0;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

.body-left._50_percent {
  width: 50%;
  font-family: Poppins, sans-serif;
}

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

.collection-list {
  transition: opacity .2s;
  transform: translate(0);
}

.collection-list-wrapper-2 {
  transition: opacity .2s;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-2"
                       ". ."
                       ". .";
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3, .heading-2 {
  display: flex;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center end;
  transition: opacity .2s;
  display: grid;
  position: static;
  transform: translate(0);
}

.image-9 {
  transition: right .2s, opacity .2s;
  display: inline;
}

.div-block-3 {
  width: 70%;
  transition: opacity .2s;
}

.image-10 {
  transition: right .2s, opacity .2s;
  transform: translate(0);
}

.image-11 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: opacity .2s;
}

.image-12 {
  text-align: right;
  transition: left .2s;
}

.bold-text-4 {
  width: 100%;
}

.div-block-4 {
  width: 70%;
}

.div-block-4.padding.info-sale-block {
  margin-top: 10px;
  transform: translate(0)translate(0);
}

.collection-list-wrapper-3 {
  transform: translate(0);
}

.image-13 {
  transition: opacity .2s;
}

.container-4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-2 {
  background-color: #ebb96a21;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.section-2.collections {
  background-color: #0000;
  background-image: url('../images/scott-webb-268893-unsplash.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.section_jobs {
  background-image: linear-gradient(270deg, #0000 35%, #fff 56%), url('../images/barista-hero_2.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  margin-top: 20px;
  padding: 20px 10px;
}

.text-span-2 {
  display: inline-block;
}

.jobs-container {
  margin-top: 20px;
}

.div-block-5 {
  max-width: 45%;
  padding-bottom: 20px;
}

.columns-4 {
  position: static;
}

.columns-5 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.covid-19-button {
  background-color: var(--avi_orange);
  text-align: center;
  margin-right: 20px;
  font-family: "Museo slab 500", sans-serif;
  font-size: 13px;
}

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

.top-text-2 {
  color: #658d1b;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .2s;
  transform: translate(0);
}

.section-tittle-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: "Museo slab 500", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  transition: left .2s;
}

.body-2 {
  color: #000;
  text-align: center;
  justify-content: center;
  width: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.image-15 {
  max-width: none;
}

.button-3 {
  background-color: var(--avi_pantone_370);
  padding: 10px 40px;
  font-size: 30px;
}

.heading-3 {
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8 {
  font-style: normal;
}

.paragraph-2 {
  color: var(--black);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-3 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-4 {
  text-align: left;
  font-size: 1px;
}

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

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.paragraph-4 {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.image-16 {
  object-fit: fill;
  margin-top: 25px;
  display: inline-block;
}

.paragraph-5 {
  color: var(--black);
  text-align: center;
}

.heading-4 {
  color: var(--black);
  align-self: auto;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.grid-10 {
  margin-top: 20px;
  padding-top: 0;
}

.text-block-5 {
  color: var(--black);
  text-align: center;
  padding-left: 170px;
  padding-right: 170px;
  font-family: Poppins, sans-serif;
}

.paragraph-6 {
  color: var(--black);
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-7 {
  color: var(--black);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-8 {
  color: var(--black);
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button-4 {
  background-color: var(--avi_pantone_370);
  justify-content: center;
  margin: 29px;
  display: inline-block;
}

.section-3 {
  background-image: url('../images/barista-hero_1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0%;
  background-attachment: scroll;
  border-top: 1px solid #ebebeb;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 500;
  transition: opacity .2s;
  position: relative;
  transform: skew(0deg);
}

.section-3.gray {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f8f8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: block;
}

.container-5 {
  z-index: 1;
  color: #0000;
  text-align: center;
  background-color: #0000;
  width: 1200px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  transition: opacity .2s, opacity .2s;
  display: block;
  position: relative;
}

.container-5.about-section {
  align-self: auto;
  padding-left: 81px;
  padding-right: 0;
}

.column-4 {
  flex-flow: row;
  place-content: stretch center;
  align-items: center;
  display: block;
}

.heading-6 {
  color: #000;
  flex-direction: column;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 44px;
  font-family: "Museo slab 500", sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.button-6 {
  background-color: #658d1b;
  flex-direction: row-reverse;
  flex: none;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin: 31px 90px 90px;
  padding: 19px;
  display: block;
}

.button-7 {
  background-color: var(--avi_pantone_370);
}

.grid-11 {
  grid-template-columns: 1fr 1fr 1fr;
  font-family: Calibri, sans-serif;
  font-weight: 400;
}

.paragraph-9 {
  color: var(--black);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.div-block-8 {
  background-color: #658d1b30;
}

.div-block-9 {
  background-color: #dce4ce;
}

.image-17 {
  display: block;
}

.div-block-10 {
  background-color: #ffffff40;
  margin: 10px 0;
  padding: 10px 0;
}

.div-block-11 {
  background-color: #658d1b29;
  margin: 10px 10px 10px 0;
  padding: 10px;
}

.paragraph-10 {
  color: var(--black);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-12 {
  background-color: #e6edda;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-13 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-14, .div-block-15 {
  background-color: #e6edda;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-16 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-12 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
}

.body-3 {
  color: #000;
  text-align: center;
  width: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.body-3._50_percent {
  text-align: left;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  display: block;
}

.page-title-2 {
  color: #000;
  text-align: left;
  align-self: flex-start;
  font-family: "Museo slab 500", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.about-hero-block-3 {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-right: 50%;
  padding-left: 0;
  padding-right: 0%;
  display: block;
  position: relative;
}

.heading-5 {
  color: #000;
  font-family: "Museo slab 500", sans-serif;
  font-weight: 400;
}

.section-4 {
  background-image: url('../images/barista-hero_1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0%;
  background-attachment: scroll;
  border-top: 1px solid #ebebeb;
  padding-top: 19px;
  padding-bottom: 60px;
  font-weight: 500;
  transition: opacity .2s;
  position: relative;
  transform: skew(0deg);
}

.button-8 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-8:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-8.dark {
  color: #fff;
  text-align: center;
  text-transform: none;
  object-fit: cover;
  background-color: #658d1b;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: "Museo slab 500", sans-serif;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.button-8.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.body-4 {
  color: #000;
  text-align: center;
  width: auto;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Calibri, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.text-block-6 {
  color: #000;
  padding-bottom: 28px;
}

.div-block-17 {
  background-color: #658d1b4d;
}

.div-block-18, .div-block-19 {
  background-color: #cbd8b5;
}

.container-6 {
  margin-bottom: 140px;
  padding-bottom: 0;
}

.image-18 {
  margin-top: 40px;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-9 {
  background-color: var(--avi_pantone_370);
  border-radius: 12px;
}

.button-10 {
  background-color: var(--avi_pantone_370);
  font-size: 25px;
}

.button-11 {
  background-color: var(--avi_pantone_370);
  border-radius: 8px;
  margin: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.columns-6 {
  margin-bottom: 40px;
}

.text-block-8 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
}

.button-12 {
  background-color: var(--orange-red);
  border-radius: 5px;
  margin: 10px;
  font-size: 18px;
}

.button-13 {
  background-color: var(--avi_pantone_370);
  border-radius: 5px;
  margin: 10px;
  font-size: 18px;
}

.button-14 {
  background-color: var(--orange-red);
  margin: 10px;
}

.button-15 {
  background-color: var(--avi_pantone_370);
  margin: 10px;
}

.button-16 {
  background-color: var(--firebrick);
  border-radius: 5px;
  font-size: 18px;
}

.button-17, .button-18, .button-19 {
  background-color: var(--firebrick);
}

.paragraph-11, .paragraph-12 {
  color: var(--black);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.heading-7, .heading-8, .heading-9, .heading-10 {
  font-size: 30px;
}

.text-block-9 {
  color: #000;
}

.section-5 {
  margin: 20px;
}

.body-5 {
  color: #000;
  text-align: center;
  width: auto;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  transition: transform .2s, opacity .2s;
  display: block;
}

.button-20 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-20:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-20.dark {
  color: #fff;
  text-align: center;
  text-transform: none;
  object-fit: cover;
  background-color: #658d1b;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  flex-wrap: nowrap;
  place-content: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.button-20.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.text-block-10 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-section.about-us.shop {
    background-color: #0000;
    background-image: linear-gradient(to right, var(--white-smoke) 31%, #ffffff8c), none;
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-section.about-us {
    background-color: #0c152f99;
    background-image: linear-gradient(to right, #f8f6f4 34%, #0000), url('../images/hero_fire.jpg');
    background-position: 0 0, 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding: 110px 8px;
  }

  .nav-link {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.collections {
    border-top-width: 0;
    padding-top: 60px;
  }

  .section.footer-section {
    border-top-style: none;
    box-shadow: 0 0 #000;
  }

  .section.cta {
    object-fit: fill;
    background-position: 0 0, 0%;
    background-size: auto, auto;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .brand.footer {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .vertical-category.right {
    top: 30%;
    right: -10%;
  }

  .icon-2 {
    color: #1f2532;
  }

  .top-text.hero {
    text-align: left;
    margin-bottom: -10px;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .container {
    object-fit: fill;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }

  .product-info {
    margin-top: 80px;
    padding-left: 0;
  }

  .page-title {
    color: var(--black);
    margin-top: 0;
  }

  .page-title.big {
    color: #000;
    text-align: center;
    width: 70%;
  }

  .paragraph.main {
    text-align: center;
    width: 45%;
  }

  .tab-block {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-footer {
    background-color: #0000;
    border: 1px #000;
    margin-top: 0;
    transition: opacity .2s;
    box-shadow: 0 0 #000;
  }

  .right-footertext {
    text-align: right;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    display: block;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .color-block {
    width: auto;
  }

  .info-sale-block {
    width: 90%;
    margin-top: 20px;
    margin-left: 20px;
  }

  .info-sale-block.padding {
    margin-top: 20px;
    margin-left: 0;
  }

  .detail-paragraph.subpage {
    color: var(--dim-grey);
  }

  .team-wrapper {
    width: 96%;
  }

  .button-2:hover {
    background-color: #fc6f00;
  }

  .info-contact-row {
    width: 100%;
  }

  .image-div {
    clear: none;
    object-fit: fill;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: auto;
  }

  .category-list-wrapper {
    width: 100%;
  }

  .licence-item-1 {
    width: 80%;
  }

  .sticky-navbar {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    font-size: 40px;
  }

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

  .about-hero-block {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .div-block.right {
    width: 100%;
  }

  .container-checkout {
    flex-direction: column;
  }

  .paypal {
    height: 45px;
  }

  .web-payments {
    height: 35px;
  }

  .apple-pay {
    height: 45px;
  }

  .left-div-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-hero-block-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .licence-item-first.changelog {
    width: 80%;
  }

  .hero-div.small {
    align-items: center;
    width: 100%;
  }

  .hero-image {
    background-size: 700px;
    width: 100%;
    margin-left: 0;
  }

  .hero-image-div {
    width: 100%;
  }

  .body-left {
    width: 400px;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .div-block-4.padding.info-sale-block {
    margin-top: 20px;
  }

  .section_jobs {
    background-image: linear-gradient(270deg, #0000 36%, #fff 55%), url('../images/barista-hero.jpg');
  }

  .image-14 {
    margin-top: 20px;
  }

  .columns-5 {
    display: block;
  }

  .section-3 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    object-fit: fill;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .page-title-2 {
    color: #000;
    margin-top: 0;
  }

  .about-hero-block-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 66.66%;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .section-4 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-4 {
    text-align: left;
    align-self: flex-start;
    padding-right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, 2080px;
    height: auto;
    padding-top: 6%;
  }

  .hero-section.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

  .hero-section.about-us {
    background-image: linear-gradient(to right, #f8f6f4 24%, #ffffffbf), url('../images/hero_fire.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .section.collections {
    padding-top: 60px;
  }

  .section.cta {
    background-image: linear-gradient(#0000, #fff), url('../images/barista.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
  }

  .section.sale-section {
    padding-top: 50%;
    padding-bottom: 20%;
  }

  .vertical-category {
    display: none;
  }

  .top-text {
    text-align: left;
    max-width: 100%;
  }

  .top-text.hero {
    text-align: center;
  }

  .container {
    height: auto;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .button {
    text-align: center;
  }

  .page-title.big {
    width: 80%;
    font-size: 38px;
    line-height: 48px;
  }

  .paragraph.main {
    width: 45%;
  }

  .tab-block {
    margin-bottom: 30px;
  }

  .section-tittle {
    max-width: 100%;
  }

  .sub-footer {
    box-shadow: none;
    background-color: #0000;
    border-top-style: none;
    margin-top: 20px;
  }

  .right-footertext {
    text-align: center;
    flex: 1;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
    margin-top: 0;
  }

  .cta-row {
    display: block;
  }

  .sale-block.padding {
    margin-top: 120px;
  }

  .info-sale-block {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 120px;
    margin-left: 0;
  }

  .row-padding {
    margin-bottom: 90px;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .div-column-left {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .form-block-2 {
    height: auto;
  }

  .column {
    margin-top: 150px;
    margin-bottom: 0;
  }

  .licence-item-1 {
    width: 100%;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .menu-button {
    font-size: 30px;
  }

  .about-hero-block {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .text-block {
    text-decoration: none;
  }

  .paypal {
    height: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .apple-pay {
    height: 35px;
  }

  .about-hero-block-2 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .licence-item-first {
    width: 100%;
  }

  .licence-item-first.changelog {
    width: 90%;
  }

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

  .hero-image {
    background-size: 500px;
    height: 400px;
  }

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

  .body-left {
    width: 100%;
  }

  .body-left._50_percent {
    width: 50%;
  }

  .grid-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "." minmax(auto, 1fr)
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

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

  .section_jobs {
    background-image: linear-gradient(270deg, #0000 32%, #fff 50%), url('../images/barista-hero.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
  }

  .div-block-5._50_percent {
    max-width: 50%;
  }

  .columns-5 {
    flex-wrap: wrap;
  }

  .top-text-2 {
    text-align: left;
    max-width: 100%;
  }

  .section-tittle-2 {
    max-width: 100%;
  }

  .container-5 {
    height: auto;
  }

  .page-title-2 {
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    margin-top: 26px;
    display: flex;
  }

  .about-hero-block-3 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .button-8 {
    text-align: center;
  }

  .body-4 {
    padding-right: 0;
  }

  .button-20 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero-section.about-us {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(to right, var(--white-smoke) 46%, #ffffffbf), url('../images/hero_fire.jpg');
    background-position: 0 0, 20% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .hero-section.about-us.shop {
    height: auto;
    padding-top: 80px;
  }

  .hero-section.about-us.connect_with_us_section {
    background-image: linear-gradient(to right, var(--white-smoke) 55%, transparent), none;
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-section.about-us {
    background-image: linear-gradient(to right, #f8f6f4 46%, #ffffffbf), url('../images/hero_fire.jpg');
    background-position: 0 0, 20% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section.about-us.connect_with_us_section {
    background-image: linear-gradient(to right, #f8f6f4 55%, #0000), url('../images/360_F_328704563_gBXaNXzQZTIMx9nVeABZ8gAWiInLTHH0.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
  }

  .section, .section.collections {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.gray.testimonials {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section.cta {
    object-fit: fill;
    background-size: auto, cover;
  }

  .section.sale-section {
    padding-bottom: 40%;
  }

  .section.sale-section.about {
    padding-top: 0%;
  }

  .section.checkout, .section.order {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .brand.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-flex {
    height: 80px;
  }

  .subscribe-form-block.section-newsletter {
    width: auto;
  }

  .top-text {
    text-align: center;
    align-self: center;
    max-width: 100%;
    margin-left: 0;
  }

  .top-text.hero {
    text-align: center;
    margin-bottom: 10px;
  }

  .container {
    background-color: #0000;
    height: auto;
    display: block;
    position: relative;
  }

  .footer-subscribe {
    float: none;
    width: 100%;
  }

  .subscribe-button {
    width: 100%;
  }

  .button {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Museo slab 500", sans-serif;
  }

  .button.dark {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .page-title {
    justify-content: center;
    align-self: center;
    font-size: 25px;
    line-height: 28px;
  }

  .page-title.big, .paragraph.main {
    width: 100%;
  }

  .tab-block {
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    position: static;
  }

  .category-titles {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .sub-footer {
    background-color: #0000;
    border: 1px #000;
    box-shadow: 0 0 #000;
  }

  .container-2 {
    height: auto;
  }

  .body {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .body._50_percent {
    justify-content: center;
    width: 70%;
    display: flex;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .cta-row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .different-font {
    font-size: 48px;
    line-height: 58px;
  }

  .sale-block {
    margin-top: 120px;
  }

  .sale-block.padding {
    margin-top: 80px;
  }

  .info-sale-block {
    width: 100%;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 20px;
  }

  .detail-paragraph.subpage.body-left {
    text-align: center;
  }

  .row-padding {
    margin-bottom: 10px;
  }

  .minor_category_title {
    margin-bottom: 0;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .div-info-wrapper {
    margin-top: 10px;
  }

  .image-2 {
    left: 83px;
  }

  .image-3 {
    right: 89px;
  }

  .team-wrapper {
    text-align: center;
  }

  .contact-div-wrapper {
    width: 100%;
  }

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

  .button-2 {
    width: 100%;
  }

  .map-wrapper {
    padding: 29px;
  }

  .image-div {
    height: NaN% ;
    object-fit: fill;
    width: 100%;
  }

  .licence-item-1 {
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    flex: 0 auto;
    width: 100px;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .checkout-form-container {
    background-color: #0000;
    padding: 0;
  }

  .about-hero-block {
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    display: flex;
  }

  .order-confirmation-container {
    color: #0000;
    background-color: #0000;
    border-style: none;
    padding: 0;
  }

  .pay-buttons {
    flex-direction: column;
  }

  .web-payments {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-block-2 {
    width: 100%;
    margin-right: 0%;
  }

  .licence-item-first {
    justify-content: space-between;
    width: auto;
    padding: 15px 15px 14px;
  }

  .licence-item-first.changelog {
    flex-direction: column;
  }

  .licence-link-2 {
    margin-right: 0;
  }

  .logo-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hero-image {
    object-fit: fill;
    background-size: 300px;
    height: 200px;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-6 {
    text-align: center;
  }

  .column-2 {
    display: flex;
  }

  .body-left {
    width: auto;
  }

  .body-left._50_percent {
    width: 100%;
    display: block;
  }

  .grid-3 {
    grid-template: "Area Area"
                   ". ."
                   ". ."
                   ". ."
                   / 1fr;
    grid-auto-flow: row;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10, .div-block-4.padding.info-sale-block {
    margin-top: 20px;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2.collections {
    background-color: var(--black);
  }

  .section_jobs {
    background-image: linear-gradient(270deg, #0000 30%, #fff 51%), url('../images/barista-hero.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
  }

  .jobs-container.container {
    margin-top: 0;
  }

  .div-block-5 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-5._50_percent {
    max-width: 100%;
  }

  .image-14 {
    margin-top: 60px;
  }

  .covid-19-button {
    margin-left: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-6 {
    object-fit: fill;
  }

  .top-text-2 {
    text-align: left;
    align-self: flex-start;
    max-width: 100%;
    margin-left: 0;
  }

  .section-tittle-2 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    display: inline-block;
    position: static;
  }

  .body-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-9 {
    margin-top: 13px;
  }

  .section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-5 {
    background-color: #0000;
    height: auto;
    display: block;
    position: relative;
  }

  .body-3 {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .body-3._50_percent {
    width: 70%;
  }

  .page-title-2 {
    padding-top: 28px;
    font-size: 25px;
    line-height: 28px;
  }

  .about-hero-block-3 {
    width: 100%;
    margin-right: 0%;
  }

  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-8 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Museo slab 500", sans-serif;
  }

  .button-8.dark {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .body-4 {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    display: block;
  }

  .body-5 {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .button-20 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Museo slab 500", sans-serif;
  }

  .button-20.dark {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

#w-node-_57167368-829c-c6af-c375-fa855144a86e-b9bf2a6d {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_57167368-829c-c6af-c375-fa855144a86e-b9bf2a6d {
    place-self: center;
  }
}


@font-face {
  font-family: 'Calibriz';
  src: url('../fonts/calibriz.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calibrii';
  src: url('../fonts/calibrii.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calibrib';
  src: url('../fonts/calibrib.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calibrili';
  src: url('../fonts/calibrili.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Calibril';
  src: url('../fonts/calibril.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Museo slab 500';
  src: url('../fonts/Museo_Slab_500.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Museo slab';
  src: url('../fonts/Museo_Slab_500italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}