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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

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

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #191b22;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #19b2c8;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #191b22;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #191b22;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #08090a;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #08090a;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

p {
  margin-bottom: 10px;
  color: #191b22;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

a {
  color: #19b2c8;
  text-decoration: underline;
}

li {
  color: #546285;
  font-size: 18px;
}

img {
  display: inline-block;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 5px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #19b2c8;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
}

.banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 16px;
  padding-left: 16px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #28224b;
  font-size: 16px;
  text-transform: none;
}

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

.nav-link.w--current {
  color: #19b2c8;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  margin-right: 40px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  margin-right: 14px;
}

.hero-paragraph {
  color: #546285;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 400;
}

.hero-paragraph.white {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #f5fbfc;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 125px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/BG-Shape.svg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 6px;
  background-color: #f3c500;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
}

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

.button.pequeno {
  min-height: 20px;
  padding: 10px 25px;
}

.button.pequeno.full-width {
  width: 100%;
}

.button.pequeno.full-width.margin-top {
  margin-top: 10px;
  color: #221716;
}

.button.pequeno.full-width.margin-top:hover {
  background-color: #ff8946;
}

.button.outline {
  border-style: solid;
  border-width: 2px;
  border-color: #19b2c8;
  background-color: transparent;
  color: #19b2c8;
}

.button.outline:hover {
  background-color: #19b2c8;
  color: #f5fbfc;
}

.button.button-low-space {
  margin-top: 20px;
}

.button.button-low-space.white {
  border-style: solid;
  border-width: 2px;
  border-color: #f5fbfc;
  text-align: center;
}

.button.button-low-space.white:hover {
  background-color: #f5fbfc;
  color: #19b2c8;
}

.button.white {
  background-color: #fff;
  color: #19b2c8;
  text-decoration: none;
}

.button.white.pequeno.rounded {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 30px;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-h1 {
  max-width: 580px;
  margin-bottom: 20px;
  color: #19b2c8;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.03em;
}

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

.container.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.compacto {
  padding-right: 20px;
  padding-left: 20px;
}

.legal {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #353448;
}

.legal.julian {
  color: #7e828f;
  font-size: 10px;
}

.legal.white {
  color: #fff;
}

.legal.julian {
  color: #7e828f;
  font-size: 10px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 25px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}

.content-section {
  position: relative;
  padding: 50px 3%;
  background-color: transparent;
}

.content-grid {
  padding-top: 20px;
  padding-bottom: 20px;
  grid-column-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.food-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(53, 184, 190, 0.15);
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.food-card:hover {
  border-color: rgba(53, 184, 190, 0.5);
}

.food-image-square {
  overflow: hidden;
  max-height: 120px;
  max-width: 120px;
  min-height: 120px;
  min-width: 120px;
  margin-right: 30px;
  border-radius: 8px;
}

.food-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.food-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.price {
  color: #19b2c8;
  font-size: 16px;
  font-weight: 400;
}

.food-card-content {
  width: 100%;
}

.menu-item {
  margin-bottom: 20px;
}

.cta-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-grid.unico {
  display: block;
}

.cta-image {
  background-image: url('../images/Group-Photo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #19b2c8;
}

.cta-section {
  padding: 3%;
  background-color: transparent;
}

.dark-span {
  color: #1b9097;
}

.default-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity {
  width: 60px;
  height: 45px;
  margin-right: 8px;
  margin-bottom: 0px;
  border-radius: 6px;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #19b2c8;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-link-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(97, 114, 131, 0.2);
  border-radius: 6px;
  background-color: transparent;
  font-size: 16px;
}

.tab-link-round.w--current {
  border-color: rgba(97, 114, 131, 0);
  border-radius: 6px;
  background-color: #19b2c8;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ea4518;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #ea4518;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.faq-question-bar:hover {
  background-color: #ea4518;
  -webkit-filter: none;
  filter: none;
  color: #f5fbfc;
}

.question-title {
  color: #ea4518;
  font-size: 18px;
  font-weight: 600;
}

.question-title:hover {
  color: #f5fbfc;
}

.faq-content {
  overflow: hidden;
  margin-top: -2px;
}

.faq-paragraph {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #546285;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.25px;
}

.footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}

.footer-detail-left {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-detail-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #19b2c8;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link:hover {
  -webkit-filter: brightness(65%);
  filter: brightness(65%);
}

.social-link.white {
  border-color: #fff;
}

.social-icon {
  width: 18px;
}

.social-icon.white {
  -webkit-filter: contrast(0%) grayscale(100%) brightness(200%);
  filter: contrast(0%) grayscale(100%) brightness(200%);
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-field {
  height: 50px;
}

.field-label {
  font-size: 15px;
}

.checkout-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5fbfc;
}

.container-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.order-detail {
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
}

.apple-pay-button {
  height: 55px;
}

.order-confirmation {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5fbfc;
}

.text-block-81 {
  color: #19b2c8;
}

.required {
  color: #ff8946;
}

.button-white {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 4px;
  background-color: #19b2c8;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
}

.button-white.button-space {
  margin-top: 40px;
  background-color: #fff;
  color: #19b2c8;
}

.content-section-bg {
  position: relative;
  padding: 120px 3%;
  background-color: transparent;
  background-image: url('../images/BG-Shape-Content.svg');
  background-position: 50% 50%;
  background-size: 96% 90%;
  background-repeat: no-repeat;
}

.cta-heading {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

.hero-image {
  width: 45%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.paypal-checkout-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5fbfc;
}

.paragraph {
  font-size: 16px;
}

.container-tight {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 100px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5fbfc;
}

.product-grid {
  grid-column-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plain-line {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: rgba(53, 184, 190, 0.25);
}

.product-image {
  width: 100%;
  border-radius: 15px;
}

.order-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #19b2c8;
}

.cursive-text {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 500px;
}

.price-text {
  margin-top: 20px;
  color: #19b2c8;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.full-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-section-short {
  position: relative;
  padding: 60px 3%;
  background-color: transparent;
}

.content-section-short.margens-superiores-menores {
  padding-top: 0px;
}

.out-of-stock-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8946;
  color: #fff;
  text-align: center;
}

.plus {
  opacity: 0.5;
}

.dropdown {
  height: 50px;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.additional-details {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.notice-text {
  color: hsla(0, 0%, 100%, 0.8);
}

.order-column {
  position: relative;
  top: 0px;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2.mt-40 {
  margin-top: 40px;
}

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

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

.link-2.white {
  color: #fff;
}

.form-block {
  width: 100%;
  margin-top: 25px;
}

.field-label-2 {
  color: #19b2c8;
  font-size: 18px;
}

.field-label-3 {
  color: #19b2c8;
  font-size: 18px;
}

.text-field {
  height: 50px;
  border-radius: 6px;
  font-weight: 300;
}

.text-field-2 {
  height: 50px;
  border-radius: 6px;
  font-weight: 300;
}

.image-2 {
  width: 65%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.textarea {
  padding-top: 8px;
  border-radius: 6px;
}

.image-3 {
  width: 45%;
}

.paragraph-2 {
  color: #546285;
}

.heading-2 {
  color: #19b2c8;
}

.heading-2.central {
  text-align: center;
}

.heading-2.sem-margem-superior {
  margin-top: 0px;
}

.field-label-4 {
  color: #f5fbfc;
}

.text-field-3 {
  height: 50px;
  padding-top: 8px;
  border-radius: 6px;
}

.form {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.html-embed-2 {
  display: none;
}

.slider {
  height: 80vh;
  min-height: 750px;
}

.display-heading {
  max-width: 560px;
  margin-top: 0px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 70px;
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.right-arrow {
  display: none;
}

.slide-content-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-image {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(5deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.7)), url('../images/supermercado-cartao.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-image.slide-image-two {
  background-image: linear-gradient(5deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7)), url('../images/analise.jpg');
}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
  margin-bottom: 35px;
  padding-right: 106px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-paragraph-2 {
  max-width: 550px;
  color: #bebebe;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.slide {
  overflow: hidden;
}

.div-block-57 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 7fr;
  grid-template-columns: 0.25fr 7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-section {
  position: relative;
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.left-arrow {
  display: none;
}

.slider-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
}

.video-header-pc.clicavel {
  cursor: pointer;
}

.html-embed-4 {
  margin-top: 80px;
}

.video-player-single-track-wrapper-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 65px;
  margin-top: -70px;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.options-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.mute {
  width: 30px;
  margin-right: 10px;
}

.volume-mute-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.video-player-single-track-wrapper-copy-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 65px;
  margin-top: -68px;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
}

.options-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.video-header-mobile {
  display: none;
}

.video-header-mobile.clicavel {
  cursor: pointer;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: visible;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.modal-wrapper.modal-delivery {
  display: none;
}

.sign-up-wrapper {
  display: block;
  overflow: auto;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 31px 40px 40px;
  background-color: #fff;
}

.text-field-5 {
  height: 50px;
  border: 2px solid #4aaec2;
}

.text-field-5:focus {
  border-color: #5cc489;
}

.titulo-modal {
  margin-bottom: 20px;
  color: #19b2c8;
}

.rodapemodal {
  margin-top: 20px;
  text-align: right;
}

.button-2 {
  background-color: #19b2c8;
}

.div-block-58 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-4 {
  width: 110px;
  margin-right: 5px;
  margin-left: 5px;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-60 {
  width: 250px;
  height: 275px;
}

.div-block-60.unidade {
  height: auto;
  margin: 15px;
  padding: 15px 10px 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #19b2c8;
}

.t-tulo-da-unidade {
  color: #f5fbfc;
  text-align: center;
}

.button-outline-branco {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #f5fbfc;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.button-outline-branco:hover {
  background-color: #f5fbfc;
  color: #19b2c8;
}

.div-block-61 {
  text-align: center;
}

.detalhes-unidade {
  color: #f5fbfc;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.lado-direito-fixado {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: auto;
  width: 30%;
  height: 100vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #fff;
}

.conteudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.conteudos {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-barra-lateral {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-barra-lateral.shadow {
  height: auto;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-barra-lateral.shadow.mobile {
  display: none;
}

.container-barra-lateral.shadow.mobile {
  display: none;
}

.form-block-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-62 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.field-label-5 {
  color: #191b22;
}

.field-label-6 {
  color: #191b22;
}

.form-2 {
  text-align: left;
}

.form-2.form-lp {
  color: #191b22;
}

.form-2.form-lp {
  color: #191b22;
}

.div-block-63 {
  text-align: center;
}

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

.header-barra-lateral {
  color: #221716;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.div-block-64 {
  text-align: center;
}

.div-block-64.little-margin-bottom {
  margin-bottom: 20px;
}

.div-block-64.little-margin-bottom.align-left {
  margin-bottom: 35px;
  text-align: center;
}

.conteudo-header-lp {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.header-lp {
  padding: 100px 3%;
  background-image: url('../images/UsinaTwo-76-de-170.png');
  background-position: 50% 50%;
  background-size: cover;
}

.titulo-h1-lp {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
}

.titulo-h1-lp.margin-top-header {
  margin-top: 20px;
}

.titulo-h1-lp.margin-top-header.texto-menor {
  margin-top: 30px;
  font-weight: 500;
}

.titulo-h1-lp.margin-top-header.texto-menor.sem-margem {
  margin-top: 10px;
}

.titulo-h1-lp.margin-top-header.texto-menor.sem-margem.h5 {
  margin-top: auto;
  margin-bottom: 0px;
  margin-left: 20px;
}

.titulo-h1-lp.margin-top-header.h4 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ea4518;
}

.titulo-h1-lp.sem-margem {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
}

.titulo-h1-lp.sem-margem.laranja {
  color: #ea4518;
}

.titulo-h1-lp.sem-margem.blue {
  color: #19b2c8;
}

.titulo-h1-lp.h1.menor {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 15px;
  background-color: #f5fbfc;
  color: #221716;
  font-size: 55px;
}

.titulo-h1-lp.h1.menor.mobile {
  display: none;
}

.titulo-h1-lp.h1.menor.menos {
  font-size: 40px;
}

.titulo-h1-lp.h1.menor.menos.black-white {
  background-color: #221716;
  color: #fff;
}

.botao-branco-lp {
  margin-top: 30px;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #19b2c8;
  font-size: 22px;
  text-align: center;
}

.botao-branco-lp:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.porque-escolher {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #19b2c8;
}

.titulo-central {
  display: inline-block;
  padding: 10px 20px;
  background-color: #19b2c8;
  text-align: center;
}

.titulo-central.white {
  background-color: #fff;
}

.titulo-central.long {
  display: block;
  background-color: #fff;
}

.titulo-central.roxo {
  background-color: #890a4a;
}

.titulo-central.roxo.direita {
  display: inline-block;
}

.itens-porque-escolher {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.itens-porque-escolher.margin-top {
  margin-top: 75px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.itens-porque-escolher.margin-top._5colunas {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.itens-porque-escolher.margin-top._3colunas {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-5 {
  width: 50%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-5.lateral {
  width: 8%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-5.espa-amento {
  width: 25%;
  margin-top: 40px;
}

.div-block-65 {
  text-align: center;
}

.texto-icon {
  color: #191b22;
}

.texto-icon.texto-white {
  color: #fff;
}

.texto-icon.margin-left {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}

.full-width {
  width: 100%;
  text-align: center;
}

.nossa-historia {
  padding: 50px 3%;
}

.nossa-historia.padding-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ea4518;
}

.texto-conteudo.esquerda {
  text-align: left;
}

.texto-centralizado {
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  white-space: break-spaces;
}

.texto-centralizado.white {
  color: #fff;
}

.texto-centralizado.info-adicional {
  margin-top: 50px;
  color: #fff;
  font-size: 14px;
}

.diferenciais-mokai {
  padding: 100px 3%;
  background-color: #ea4518;
}

.form-round {
  border-radius: 5px;
}

.a-quem-buscamos {
  padding: 100px 3% 50px;
}

.investimento {
  padding: 50px 3%;
  background-image: url('../images/mokai-lp-background2.jpg.png');
  background-position: 60% 50%;
  background-size: cover;
}

.investimento.padding-bottom {
  padding-bottom: 100px;
}

.itens-investimento {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.item-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: left;
}

.header-blog {
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #f2f5f8;
}

.blog-2-colunas {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span {
  color: #19b2c8;
}

.icon-header-lp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  text-align: left;
}

.icon-header-lp-2 {
  width: 50%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.icon-header-lp-2.lateral {
  width: auto;
  max-height: 35px;
  max-width: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.espacamento-icons-header {
  margin-top: 50px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background-color: #f2f5f8;
}

.content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.title-medium {
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

.profile-picture {
  margin-right: 10px;
  border-radius: 100px;
}

.blog-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-detials-small {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #9899ad;
  font-size: 14px;
  line-height: 120%;
}

.feature-image {
  width: 100px;
  height: 90px;
  min-width: 100px;
  margin-right: 20px;
  border-radius: 15px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.16);
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  position: absolute;
}

.subscription {
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
}

.featured-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #202146;
  text-decoration: none;
}

.featured-item:hover {
  color: #5c4ebd;
}

.title-small {
  margin-bottom: 4px;
  color: #202146;
  font-weight: 700;
}

.title-small.pink {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
}

.title-small.white {
  color: #fff;
}

.next-button {
  margin-top: 20px;
  padding: 20px 36px;
  border-radius: 6px;
  background-color: #19b2c8;
  text-decoration: none;
}

.text-field-6 {
  height: 60px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: transparent;
  font-size: 15px;
}

.categories-pill {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 3px 16px;
  border-radius: 100px;
  background-color: #19b2c8;
  text-decoration: none;
}

.blog-image {
  width: 100%;
  max-height: 325px;
  min-height: 325px;
  -o-object-fit: cover;
  object-fit: cover;
}

.search-button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 100%;
  border-radius: 6px;
  background-color: #19b2c8;
}

.featured-block {
  margin-top: 10px;
}

.stick-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
}

.search-icon {
  position: absolute;
  left: 22px;
  top: 22px;
  right: 0%;
  bottom: 0%;
}

.submit-button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-large {
  margin-bottom: 20px;
  color: #19b2c8;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}

.content-right {
  position: -webkit-sticky;
  position: sticky;
}

.search-button-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
}

.seach-bar {
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 6px;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
  color: #9899ad;
  font-size: 15px;
}

.submit-button-2 {
  width: 60px;
  height: 60px;
  background-color: transparent;
}

.blog-image-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.search {
  position: relative;
}

.heading-h2 {
  margin-top: 0px;
  color: #202146;
}

.heading-h2.titulo-post {
  font-size: 30px;
}

.categories-block {
  margin-top: 40px;
}

.blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.paragraph-detials-medium {
  margin-bottom: 24px;
  color: #9899ad;
  font-size: 15px;
  line-height: 24px;
}

.etiquetas-post {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 20px;
  border-radius: 100px;
  background-color: #19b2c8;
  text-decoration: none;
}

.linha-logo {
  display: none;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-header {
  width: 125px;
}

.text-span-2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.texto-esquerda.espa-amento {
  margin-top: 35px;
  color: #fff;
  font-weight: 300;
}

.conteudo-nossa-historia {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-7 {
  position: relative;
  z-index: 10;
}

.grafismo {
  margin-top: -170px;
  padding: 0px;
}

.image-8 {
  max-width: 600px;
}

.diferenciais-lp {
  padding: 0px 3% 50px;
}

.diferenciais-lp.padding-bottom {
  padding-bottom: 100px;
}

.itens-diferenciais {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.item-investimento {
  margin-top: 10px;
  text-align: left;
}

.parte1 {
  position: relative;
  display: inline-block;
  margin-bottom: -5px;
  padding: 5px 10px;
  background-color: #19b2c8;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
}

.texto-legenda {
  display: inline;
  color: #fff;
  font-weight: 300;
}

.parte2 {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #fff;
  text-align: left;
}

.texto-grande {
  display: inline;
  color: #fff;
  font-weight: 300;
}

.call-to-action {
  display: none;
  padding: 50px 3%;
  background-color: #cc2a57;
}

.call-to-action.padding-bottom {
  padding-bottom: 100px;
}

.text-span-3 {
  font-weight: 300;
}

.texto-botao {
  color: #19b2c8;
}

.footer-lp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 25px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #890a4a;
  text-decoration: none;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-link {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.title-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-big {
  width: 220px;
  height: 5px;
  margin-top: 32px;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.bar-small {
  width: 180px;
  height: 5px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(251, 154, 193, 0)), to(#fb9acf));
  background-image: linear-gradient(90deg, rgba(251, 154, 193, 0), #fb9acf);
}

.header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #19b2c8;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.heading-h1 {
  max-width: 650px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.1;
  text-align: center;
}

.heading-h1.white {
  color: #fff;
}

.navigation-button {
  margin-left: 40px;
  padding: 18px 30px;
  border-radius: 10px;
  background-color: #fb9acf;
  color: #5c4ebd;
  font-size: 17px;
  font-weight: 700;
}

.header-blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #19b2c8;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 140%;
  text-align: left;
}

.blog-h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #202146;
  font-size: 32px;
}

.blog-section {
  padding-right: 3%;
  padding-bottom: 132px;
  padding-left: 3%;
}

.subscription-2 {
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
}

.content-left_blog {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.blog-hero-image {
  max-height: 450px;
  min-height: 450px;
  min-width: 100%;
  margin-top: -220px;
  margin-bottom: 50px;
  border-radius: 15px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
  -o-object-fit: cover;
  object-fit: cover;
}

.stick-wrapper-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.title-large-2 {
  margin-bottom: 20px;
  color: #202146;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}

.paragraph-detials-large {
  margin-bottom: 40px;
  color: #202146;
  font-size: 17px;
  line-height: 30px;
}

.container-3 {
  width: 100%;
  height: 100%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-detials-small-2 {
  margin-bottom: 0px;
  color: #9899ad;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small-2.white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}

.header-post-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-top: 80px;
  padding: 50px 3% 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #19b2c8;
}

.profile-block-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 100%;
}

.image-9.elemento {
  position: relative;
  z-index: 10;
  margin-bottom: -100px;
}

.image-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-11 {
  position: static;
  z-index: 10;
  float: none;
  clear: none;
}

.text-span-4 {
  font-size: 14px;
  font-weight: 400;
}

._12-motivos {
  display: -ms-grid;
  display: grid;
  min-height: 500px;
  padding: 0.125rem 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/UsinaTwo-76-de-170.png');
  background-position: 50% 50%;
  background-size: cover;
}

._12-motivos-interno {
  height: 100%;
}

.div-block-67 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-bottom: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 198px auto;
  grid-template-rows: 198px auto;
}

.texto-icon-2 {
  color: #191b22;
}

.texto-icon-2.margin-left {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}

._12-itens-a {
  margin-top: 1rem;
}

.texto-item.margin-left {
  margin-left: 0.5rem;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.texto-item.margin-right {
  margin-right: 0.5rem;
  color: #000;
  font-size: 13.5px;
  font-weight: 500;
}

.text-span-5 {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-6 {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-7 {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-8 {
  font-weight: 700;
  text-decoration: underline;
}

._12-itens-b {
  margin-top: 0.5rem;
}

.item-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.texto-item-b.margin-left {
  margin-left: 0.5rem;
  color: #000;
  font-size: 13.5px;
  font-weight: 500;
}

.texto-item-b.margin-right {
  margin-right: 0.5rem;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.image-12 {
  width: 70%;
  margin-bottom: 20px;
}

.pratos-na-hora {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #000;
}

.div-block-68 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.div-block-69 {
  display: -ms-grid;
  display: grid;
  padding-left: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-14 {
  width: 50%;
  margin-bottom: 1.5rem;
}

.div-block-70 {
  margin-top: 3rem;
}

.image-15 {
  width: 60%;
  margin-top: 3rem;
}

.image-16 {
  width: 130%;
}

.div-block-71 {
  position: relative;
  width: 130%;
}

.image-17 {
  width: 85%;
}

.div-block-72 {
  display: none;
}

.header-barra-lateral-2 {
  color: #19b2c8;
  line-height: 1.2;
  text-align: center;
}

.field-label-7 {
  color: #191b22;
}

.button-3 {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 6px;
  background-color: #19b2c8;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
}

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

.button-3.pequeno {
  min-height: 20px;
  padding: 10px 25px;
}

.button-3.pequeno.full-width {
  width: 100%;
}

.button-3.pequeno.full-width.margin-top {
  margin-top: 10px;
}

._01-delivery {
  height: 500px;
  background-image: url('../images/imagem-delivery-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-73 {
  background-color: #ffe11d;
}

.t-tulo-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding: 2rem 2rem 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.texto-titulo-item {
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 35px;
}

.texto-titulo-item.margin-left {
  margin-left: 0.5rem;
  font-family: Impact2, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 500;
}

.texto-titulo-item.margin-right {
  margin-right: 0.5rem;
  color: #000;
  font-size: 13.5px;
  font-weight: 500;
}

.texto-item-modelos {
  margin-top: 1rem;
}

.texto-item-modelos.margin-left {
  margin-left: 0.5rem;
  color: #000;
  font-size: 13.5px;
  font-weight: 500;
}

.texto-item-modelos.margin-right {
  margin-right: 0.5rem;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.div-block-74 {
  margin-top: 1rem;
  margin-left: 1rem;
}

.image-18 {
  position: relative;
  width: 200px;
  margin-right: 3rem;
  margin-bottom: -25px;
  float: right;
}

._02-salao {
  height: 500px;
  background-image: url('../images/imagem-salao-2_1imagem-salao-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._03-salao-delivery {
  height: 500px;
  background-image: url('../images/imagem-salao-delivery-3_1imagem-salao-delivery-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._04-pocket-go {
  height: 500px;
  background-image: url('../images/imagem-pocket-to-go-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._05-store-in-store {
  height: 500px;
  background-image: url('../images/imagem-store-in-store-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-18-copy {
  position: relative;
  width: 250px;
  margin-right: 3rem;
  margin-bottom: -25px;
  float: right;
}

.image-18-copy {
  position: relative;
  width: 250px;
  margin-right: 3rem;
  margin-bottom: -25px;
  float: right;
}

.quem-e-massa {
  background-color: #ffe11d;
}

.div-block-75 {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-76 {
  height: 100%;
  padding: 2rem;
  background-color: #19110e;
}

.image-19 {
  width: auto;
  max-height: 500px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.div-block-77 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-78 {
  padding: 0rem 0rem 2rem 2rem;
}

.text-span-9 {
  font-family: Impact2, sans-serif;
}

.text-span-10 {
  font-family: Impact2, sans-serif;
}

.text-span-11 {
  font-family: Impact2, sans-serif;
}

.titulo-depoimento {
  font-family: Impact2, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

.text-span-13 {
  font-weight: 400;
}

.texto-perfil {
  margin-bottom: 0px;
  padding-top: 2rem;
  padding-right: 2rem;
}

.image-20 {
  position: relative;
  width: auto;
  max-height: 125px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.div-block-79 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -75px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-80 {
  text-align: center;
}

.vamos-conversar {
  height: 500px;
  background-image: url('../images/UsinaOne-73-de-256.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-82 {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-21 {
  width: 60%;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-22 {
  width: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-22-copy {
  width: 400px;
  margin-bottom: 2rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

._20-anos-de-experiencia {
  display: -ms-grid;
  display: grid;
  min-height: 500px;
  padding: 0.125rem 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(hsla(0, 0%, 100%, 0))), url('../images/fundo1-usina.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0)), url('../images/fundo1-usina.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph-4 {
  margin-bottom: 15px;
  color: #eccd30;
  font-size: 16px;
}

.nossa-histria {
  display: -ms-grid;
  display: grid;
  min-height: 500px;
  padding: 0.125rem 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(90%, rgba(0, 0, 0, 0.9))), url('../images/fundo2-usina.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.9) 90%), url('../images/fundo2-usina.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.paragraph-4-copy {
  width: 50%;
  margin-bottom: 15px;
  color: #eccd30;
  font-size: 16px;
  text-align: right;
}

.image-12-copy {
  width: 30%;
  margin-bottom: 20px;
}

.botao-cadastro {
  display: none;
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #eccd30;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 20px;
  cursor: pointer;
}

.botao-cadastro:hover {
  background-color: #221716;
  color: #fff;
}

.modelo-de-negocios {
  display: -ms-grid;
  display: grid;
  min-height: 500px;
  padding: 0.125rem 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(38%, hsla(0, 0%, 100%, 0)), color-stop(85%, #fff)), url('../images/fundo3-usina.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 38%, #fff 85%), url('../images/fundo3-usina.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 500px;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, scroll;
}

.div-block-67-copy {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-23 {
  display: inline-block;
  width: 100%;
}

.div-block-85 {
  margin-bottom: 10px;
}

.apresentacao-negocio {
  padding-right: 1rem;
  padding-left: 0rem;
  background-color: #ffe11d;
}

.div-block-75-copy {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-76-copy {
  height: 100%;
  padding: 2rem;
  background-color: #19110e;
}

.div-block-78-copy {
  padding: 0rem 0rem 2rem;
}

.titulo-depoimento1 {
  font-family: Impact2, sans-serif;
  color: #fff;
}

.circile {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #f5fbfc;
  background-image: url('../images/WhatsApp_Image_2022-01-21_at_10.25.38_AM.jpeg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.texto-depoimento {
  margin-top: 10px;
  color: #eccd30;
  font-size: 14px;
  text-align: left;
}

.texto-depoimento-copy {
  margin-top: 10px;
  color: #fff;
  text-align: right;
}

.texto-depoimento-copy {
  margin-top: 10px;
  color: #fff;
  font-weight: 500;
  text-align: right;
}

.titulo-apresentacao-negocio {
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 30px;
  line-height: 1.2;
}

.botao-cadastro-white {
  display: none;
  margin-top: 15px;
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 20px;
  cursor: pointer;
}

.botao-cadastro-white:hover {
  background-color: #221716;
  color: #fff;
}

.body-conclusao {
  background-image: url('../images/fundo1-usina.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.success-message {
  padding: 29px;
  border-radius: 4px;
  background-color: #3b3676;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.14), inset 0 0 0 1px hsla(0, 0%, 100%, 0.09), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.12);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.56);
}

.form-4 {
  background-color: transparent;
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: red;
}

.field {
  width: 65%;
  height: 54px;
  margin-right: 3%;
  float: left;
  border: 0px none #262c46;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.31), inset 0 2px 9px -1px rgba(0, 0, 0, 0.14), 0 0 0 1px hsla(0, 0%, 100%, 0.09), 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  color: #e9ebf3;
  font-size: 16px;
}

.field:hover {
  background-color: rgba(47, 41, 43, 0.76);
}

.field:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.31), inset 0 2px 9px -1px rgba(0, 0, 0, 0.14), 0 0 0 2px #c96c47, 0 0 12px 1px #c96c47;
}

.header-section-2 {
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 237px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/fundo1-usina.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/fundo1-usina.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.button-4 {
  display: block;
  width: 32%;
  height: 54px;
  padding: 4px 29px;
  float: left;
  border: 1px none #262c46;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 0 0 1px hsla(0, 0%, 100%, 0.08), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.16), inset 0 -44px 38px -25px rgba(0, 0, 0, 0.09);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #262c46;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.19);
}

.button-4:hover {
  background-color: #37bfb5;
}

.button-4:active {
  background-color: rgba(55, 191, 181, 0.34);
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.26), 0 0 0 1px rgba(0, 0, 0, 0.16), inset 0 2px 6px 1px rgba(0, 0, 0, 0.11), inset 0 1px 0 0 rgba(0, 0, 0, 0.2), inset 0 44px 38px -25px rgba(0, 0, 0, 0.13);
}

.image {
  width: 35%;
  margin-left: -46px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.subtitle {
  margin-top: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-shadow: none;
}

.container-4 {
  padding-right: 129px;
  padding-left: 129px;
  background-color: transparent;
}

.sign-up-form {
  margin-top: 47px;
}

.modelo-de-negocios-copy {
  display: block;
  min-height: 430px;
  padding: 0.125rem 2rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url('../images/SLIDE-3-BT.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
  background-attachment: scroll;
}

.botao-cadastro-white-copy {
  display: none;
  margin-top: 372px;
  margin-left: 5px;
  padding: 8px 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 8px;
  cursor: pointer;
}

.botao-cadastro-white-copy:hover {
  background-color: #221716;
  color: #fff;
}

.botao-cadastro-desktop {
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #eccd30;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 20px;
  cursor: pointer;
}

.botao-cadastro-desktop:hover {
  background-color: #221716;
  color: #fff;
}

.botao-cadastro-copy {
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #eccd30;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 20px;
  cursor: pointer;
}

.botao-cadastro-copy:hover {
  background-color: #221716;
  color: #fff;
}

.botao-cadastro-white-copy-desktop {
  margin-top: 0px;
  margin-left: 5px;
  padding: 8px 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 8px;
  cursor: pointer;
}

.botao-cadastro-white-copy-desktop:hover {
  background-color: #221716;
  color: #fff;
}

.botao-cadastro-white-desktop {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 12px;
  cursor: pointer;
}

.botao-cadastro-white-desktop:hover {
  background-color: #221716;
  color: #fff;
}

.modal__text-wrap {
  font-family: Lato, sans-serif;
  color: #443e5b;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.modal__close:hover {
  opacity: 1;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  overflow: scroll;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__heading {
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  color: #100a29;
  font-size: 62px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.modal__highlight {
  color: #185bdc;
  font-weight: 700;
}

.modal__body {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 352px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 25px 20px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.modal__text-m {
  display: none;
  font-family: Lato, sans-serif;
  color: #443e5b;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.modal__text {
  font-family: Lato, sans-serif;
  color: #443e5b;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.modal__icon {
  width: 112px;
  height: 112px;
}

.btn {
  position: relative;
  display: inline-block;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 24px 15px 64px;
  border-radius: 60px;
  background-color: #fee876;
  box-shadow: 0 4px 4px 0 rgba(15, 5, 52, 0.2), 0 3px 24px 0 rgba(15, 5, 52, 0.5);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: #100a29;
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  background-color: #fde151;
  box-shadow: 0 5px 7px 0 rgba(15, 5, 52, 0.15), 0 3px 24px 0 rgba(15, 5, 52, 0.8);
}

.btn__icon-wrap {
  position: absolute;
  left: 4px;
  top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.08);
}

.div-block-86 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-87 {
  background-color: #f7e13d;
}

.div-block-88 {
  background-color: #000;
}

.div-block-89 {
  background-color: #f7e13d;
}

.image-24 {
  position: relative;
  margin-top: 35px;
}

.image-26 {
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
}

.image-27 {
  width: 50%;
}

.div-block-90 {
  padding-top: 15px;
  text-align: center;
}

.div-block-91 {
  padding: 15px 10px 20px;
  text-align: center;
}

.paragraph-5 {
  margin-bottom: 15px;
  color: #191b22;
  font-size: 12px;
  font-style: italic;
}

.paragraph-6 {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  color: #191b22;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.paragraph-5-copy {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 12px;
  font-style: italic;
}

.paragraph-6-copy {
  margin-bottom: 15px;
  padding-right: 60px;
  padding-left: 60px;
  color: #f7e13d;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

.image-26-copy {
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.botao-cadastro-white-desktop-copy {
  display: none;
  margin-top: 15px;
  padding: 15px 25px 15px 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 16px;
  cursor: pointer;
}

.botao-cadastro-white-desktop-copy:hover {
  background-color: #221716;
  color: #fff;
}

.image-26-copy {
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
}

.image-26-copy-copy {
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-27-copy {
  width: 50%;
}

.image-27-copy-copy {
  width: 60%;
}

.botao-cadastro-white-desktop-copy {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 12px;
  cursor: pointer;
}

.botao-cadastro-white-desktop-copy:hover {
  background-color: #221716;
  color: #fff;
}

.botao-cadastro-white-desktop-copy-copy {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 20px;
  cursor: pointer;
}

.botao-cadastro-white-desktop-copy-copy:hover {
  background-color: #221716;
  color: #fff;
}

.botao-cadastro-white-copy {
  display: none;
  margin-top: 15px;
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 20px;
  cursor: pointer;
}

.botao-cadastro-white-copy:hover {
  background-color: #221716;
  color: #fff;
}

.botao-cadastro-white-copy-copy {
  display: none;
  margin-top: 15px;
  padding: 15px 25px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Impact2, sans-serif;
  color: #221716;
  font-size: 20px;
  cursor: pointer;
}

.botao-cadastro-white-copy-copy:hover {
  background-color: #221716;
  color: #fff;
}

.slide-content-wrap-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 100px 3% 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-wrapper-2 {
  width: 100%;
  height: 80%;
}

.hero-paragraph-3 {
  max-width: 560px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.nav-link-2 {
  padding-right: 16px;
  padding-left: 16px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #28224b;
  font-size: 16px;
  text-transform: none;
}

.nav-link-2:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link-2.w--current {
  color: #3ab9ca;
}

.slider-content-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
}

.container-5 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.display-heading-2 {
  max-width: 560px;
  margin-top: 0px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 55px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.slide-image-2 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(5deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.65) 44%, transparent), url('../images/condominios-condx.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-image-2.slide-image-two {
  background-image: linear-gradient(5deg, #000, rgba(0, 0, 0, 0.65) 53%, transparent), url('../images/condominios-condx2.jpg');
}

.navigation-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home {
  position: relative;
}

.image-28 {
  min-width: 180px;
}

.slider-2 {
  height: 80vh;
  min-height: 550px;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.content-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-5 {
  min-height: 60px;
  padding: 20px 35px;
  border-radius: 6px;
  background-color: #3ab9ca;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-size: 18px;
  text-align: center;
}

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

.button-5.outline {
  border-style: solid;
  border-width: 2px;
  border-color: #3ab9ca;
  background-color: transparent;
  color: #3ab9ca;
}

.button-5.outline:hover {
  background-color: #3ab9ca;
  color: #f5fbfc;
}

.button-5.outline.pequeno {
  min-height: 20px;
  padding: 10px 25px;
}

.button-5.outline.pequeno.w--current {
  color: #3ab9ca;
}

.content-section-bg-2 {
  position: relative;
  padding: 75px 3%;
  background-color: transparent;
}

.paragraph-7 {
  margin-bottom: 20px;
  color: #546285;
}

.grid2 {
  margin-top: 20px;
  -ms-grid-columns: 3.75fr 1fr;
  grid-template-columns: 3.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid1 {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  color: #3ab9ca;
}

.heading-3.central {
  text-align: center;
}

.image-29 {
  width: 100%;
}

.faq-question-bar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ea4518;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #ea4518;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.faq-question-bar-2:hover {
  background-color: #ea4518;
  -webkit-filter: none;
  filter: none;
  color: #fff;
}

.footer-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 25px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .hero-image {
    width: 45%;
  }

  .image-3 {
    width: 45%;
  }

  .image-9.elemento {
    margin-bottom: -115px;
  }

  ._12-motivos {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .vamos-conversar {
    height: 515px;
  }

  ._20-anos-de-experiencia {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nossa-histria {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .modelo-de-negocios {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .modelo-de-negocios-copy {
    min-height: 500px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-size: cover;
  }

  .botao-cadastro-white-copy {
    margin-top: 426px;
    font-size: 11px;
  }

  .botao-cadastro-white-copy-desktop {
    margin-top: 426px;
    font-size: 11px;
  }
}

@media screen and (min-width: 1440px) {
  .content-block.largura-menor {
    width: 70%;
  }

  .content-section-bg {
    background-size: 88% 97%;
  }

  .content-section-bg.padding-plus {
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: 85% 85%;
  }

  .hero-image {
    width: 50%;
  }

  .image-3 {
    width: 50%;
  }

  .paragraph-2.margin-top {
    margin-top: 30px;
    text-align: center;
  }

  .itens-porque-escolher.margin-top._5colunas.no-margintop {
    margin-top: 20px;
  }

  .itens-porque-escolher.margin-top._3colunas.no-margintop {
    margin-top: 20px;
  }

  .caixa-centralizada {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .grafismo {
    margin-top: -155px;
  }

  .image-8 {
    max-width: 650px;
  }

  .image-9.elemento {
    margin-bottom: -125px;
  }

  ._12-motivos {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-20 {
    max-height: 150px;
  }

  .div-block-80 {
    margin-top: 0px;
  }

  .vamos-conversar {
    height: 600px;
  }

  .image-22-copy {
    margin-left: 25%;
  }

  ._20-anos-de-experiencia {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nossa-histria {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .modelo-de-negocios {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .modelo-de-negocios-copy {
    min-height: 560px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .botao-cadastro-white-copy {
    margin-top: 480px;
    font-size: 13.5px;
  }

  .botao-cadastro-white-copy-desktop {
    margin-top: 480px;
    font-size: 13.5px;
  }

  .content-section-bg-2 {
    background-size: 88% 97%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-image {
    width: 400px;
  }

  .image-2 {
    width: 350px;
  }

  .image-3 {
    width: 400px;
  }

  .display-heading {
    line-height: 1;
  }

  .div-block-57 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grafismo {
    margin-top: -200px;
  }

  .image-8 {
    max-width: 900px;
  }

  .image-9.elemento {
    margin-bottom: -150px;
  }

  ._12-motivos {
    min-height: 800px;
  }

  .div-block-67 {
    margin-top: 140px;
    grid-auto-rows: minmax(auto, 1fr);
  }

  .texto-item.margin-left {
    font-size: 16px;
  }

  .texto-item-b.margin-right {
    font-size: 16px;
  }

  ._01-delivery {
    height: 700px;
  }

  .texto-titulo-item.margin-left {
    font-size: 16px;
  }

  .texto-item-modelos.margin-right {
    font-size: 16px;
  }

  ._02-salao {
    height: 700px;
  }

  ._03-salao-delivery {
    height: 700px;
  }

  ._04-pocket-go {
    height: 700px;
  }

  ._05-store-in-store {
    height: 700px;
  }

  .quem-e-massa {
    height: 700px;
  }

  .image-19 {
    max-height: 700px;
  }

  .div-block-77 {
    margin-top: 55px;
  }

  .image-20 {
    max-height: 175px;
  }

  .div-block-80 {
    margin-top: 60px;
  }

  .vamos-conversar {
    height: 700px;
  }

  .image-22-copy {
    margin-left: 50%;
  }

  ._20-anos-de-experiencia {
    min-height: 800px;
  }

  .nossa-histria {
    min-height: 800px;
  }

  .botao-cadastro {
    max-height: 50px;
    margin-left: 100px;
  }

  .modelo-de-negocios {
    min-height: 800px;
    background-size: auto, 850px;
  }

  .div-block-67-copy {
    margin-top: 0px;
  }

  .image-23 {
    margin-top: 195px;
    margin-bottom: 250px;
  }

  .apresentacao-negocio {
    height: 700px;
  }

  .texto-depoimento {
    font-size: 16px;
  }

  .modelo-de-negocios-copy {
    min-height: 750px;
    background-size: cover;
  }

  .botao-cadastro-white-copy {
    margin-top: 650px;
    margin-left: 54px;
  }

  .botao-cadastro-desktop {
    max-height: 50px;
    margin-left: 100px;
  }

  .botao-cadastro-copy {
    max-height: 50px;
    margin-left: 100px;
  }

  .botao-cadastro-white-copy-desktop {
    margin-top: 650px;
    margin-left: 54px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
  }

  .nav-link.w--current {
    padding-left: 40px;
  }

  .icon {
    display: block;
    font-size: 25px;
  }

  .navbar {
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.85);
  }

  .navigation-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 55px;
    min-width: 55px;
    margin-right: 0px;
    margin-left: 14px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: transparent;
  }

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

  .nav-menu {
    margin-right: 0px;
    background-color: #fff;
    box-shadow: 0 50px 80px -30px rgba(53, 52, 72, 0.2);
  }

  .header {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-content {
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .button.pequeno.full-width.margin-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.pequeno.full-width.margin-top:hover {
    background-color: #221716;
    color: #fff;
  }

  .container-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    width: 100%;
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .content-grid {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-block {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .menu-item {
    width: 100%;
  }

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

  .cta-image {
    min-height: 420px;
  }

  .cta-content {
    min-height: 420px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .tab-link-round {
    margin-bottom: 10px;
  }

  .content-section-bg {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f5fbfc;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .cta-heading {
    font-size: 55px;
  }

  .hero-image {
    max-width: 45%;
  }

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

  .content-section-short.margens-superiores-menores {
    padding-bottom: 50px;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    max-width: 35%;
  }

  .div-block-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider {
    height: 80vh;
    min-height: 500px;
  }

  .display-heading {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1;
  }

  .slide-content-wrap {
    z-index: 1;
    padding-right: 0%;
    padding-left: 0%;
  }

  .slide-image {
    background-image: linear-gradient(5deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.7)), url('../images/vinicius-benedit--1GEAA8q3wk-unsplash.jpg');
  }

  .slide-image.slide-image-two {
    background-image: linear-gradient(5deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7)), url('../images/andraz-lazic-iy_MT2ifklc-unsplash.jpg');
  }

  .slider-wrapper {
    height: 80%;
  }

  .hero-paragraph-2 {
    max-width: none;
    color: #f5fbfc;
    line-height: 1.3;
  }

  .div-block-57 {
    display: block;
  }

  .slider-section {
    display: block;
  }

  .container-2 {
    display: block;
    max-width: 1140px;
    margin-top: 70px;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider-content {
    z-index: 2;
  }

  .video-header-pc {
    display: none;
  }

  .html-embed-4 {
    display: block;
    margin-top: 75px;
  }

  .mute {
    width: 30px;
  }

  .video-header-mobile {
    display: block;
  }

  .lado-direito-fixado {
    display: none;
  }

  .conteudos {
    width: 100%;
  }

  .container-barra-lateral.shadow.mobile {
    display: block;
    min-height: auto;
    margin-top: 50px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 6px;
    background-color: #fff;
  }

  .container-barra-lateral.shadow.mobile {
    display: block;
    min-height: auto;
    margin-top: 0px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 6px;
    background-color: #fff;
  }

  .conteudo-header-lp {
    width: 100%;
  }

  .header-lp {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 178, 200, 0.7)), to(transparent)), url('../images/mokai-lp-background1.jpg');
    background-image: linear-gradient(180deg, rgba(25, 178, 200, 0.7), transparent), url('../images/mokai-lp-background1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .titulo-h1-lp.h1.menor {
    display: inline-block;
    font-size: 40px;
  }

  .porque-escolher {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .itens-porque-escolher.margin-top {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
  }

  .image-5.espa-amento {
    display: none;
  }

  .texto-icon {
    font-size: 16px;
    white-space: break-spaces;
  }

  .nossa-historia.padding-bottom {
    padding-bottom: 100px;
  }

  .texto-centralizado {
    font-size: 16px;
  }

  .a-quem-buscamos {
    padding-top: 100px;
  }

  .investimento {
    background-position: 70% 50%;
  }

  .blog-grid {
    grid-column-gap: 22px;
    -ms-grid-columns: 1fr 0.6fr;
    grid-template-columns: 1fr 0.6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .linha-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grafismo {
    margin-top: -280px;
    padding-top: 100px;
    text-align: center;
  }

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

  .call-to-action {
    display: block;
  }

  .header-2 {
    background-image: none;
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .navigation-menu {
    background-color: #202146;
  }

  .navigation-button {
    margin-left: 0px;
  }

  .menu-button-2 {
    border: 1px solid #fb9acf;
    border-radius: 15px;
    color: #fb9acf;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .header-blog-post {
    background-image: none;
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .blog-hero-image {
    max-height: 300px;
    min-height: 300px;
    margin-bottom: 50px;
  }

  .header-post-blog {
    min-height: auto;
    padding-bottom: 270px;
  }

  .image-9.elemento {
    margin-bottom: -85px;
  }

  ._12-motivos {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 199, 2, 0.7)), to(rgba(245, 199, 2, 0.7))), url('../images/UsinaTwo-76-de-170.png');
    background-image: linear-gradient(180deg, rgba(245, 199, 2, 0.7), rgba(245, 199, 2, 0.7)), url('../images/UsinaTwo-76-de-170.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .texto-icon-2 {
    font-size: 16px;
    white-space: break-spaces;
  }

  .div-block-72 {
    display: block;
    padding: 2rem;
    background-color: #20110e;
  }

  .button-3.pequeno.full-width.margin-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-78 {
    padding-left: 0rem;
  }

  .div-block-79 {
    margin-bottom: -35px;
  }

  ._20-anos-de-experiencia {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.3))), url('../images/fundo1-usina.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url('../images/fundo1-usina.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .paragraph-4-copy {
    width: 60%;
  }

  .botao-cadastro {
    position: relative;
    display: inline-block;
    text-align: center;
  }

  .div-block-67-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-78-copy {
    padding-left: 0rem;
  }

  .texto-depoimento {
    font-size: 16px;
  }

  .botao-cadastro-white {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 10px;
    text-align: center;
  }

  .header-section-2 {
    background-position: 60% 50%;
  }

  .subtitle {
    color: #fff;
  }

  .container-4 {
    padding-right: 79px;
    padding-left: 79px;
  }

  .modelo-de-negocios-copy {
    min-height: 430px;
    background-size: cover;
  }

  .botao-cadastro-white-copy {
    position: relative;
    display: inline-block;
    margin-top: 0px;
    text-align: center;
  }

  .botao-cadastro-desktop {
    position: relative;
    display: none;
    text-align: center;
  }

  .botao-cadastro-copy {
    position: relative;
    text-align: center;
  }

  .botao-cadastro-white-copy-desktop {
    position: relative;
    display: none;
    text-align: center;
  }

  .botao-cadastro-white-desktop {
    position: relative;
    display: none;
    text-align: center;
  }

  .modal__text-m {
    display: block;
  }

  .modal__text {
    display: none;
  }

  .botao-cadastro-white-desktop-copy {
    position: relative;
    display: none;
    text-align: center;
  }

  .botao-cadastro-white-desktop-copy {
    position: relative;
    display: none;
    text-align: center;
  }

  .botao-cadastro-white-desktop-copy-copy {
    position: relative;
    display: none;
    text-align: center;
  }

  .botao-cadastro-white-copy {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 10px;
    text-align: center;
  }

  .botao-cadastro-white-copy-copy {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px 25px;
    font-size: 20px;
    text-align: center;
  }

  .nav-link-2 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
  }

  .nav-link-2.w--current {
    padding-left: 40px;
  }

  .navbar-2 {
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: hsla(0, 0%, 100%, 0.85);
  }

  .menu-button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 55px;
    min-width: 55px;
    margin-right: 0px;
    margin-left: 14px;
    padding: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: transparent;
  }

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

  .slider-2 {
    height: 80vh;
  }

  .content-block-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-section-bg-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

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

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 60px;
  }

  .hero-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .food-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .food-image-square {
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .food-title-wrap {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-item {
    width: 50%;
  }

  .tab-link-round {
    width: 40%;
    text-align: center;
    white-space: nowrap;
  }

  .container-order {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .order-detail {
    position: relative;
    top: 0px;
  }

  .cta-heading {
    line-height: 1.2;
  }

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

  .content-section-short.margens-superiores-menores {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section-short.margens-superiores-menores {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .add-to-cart {
    margin-top: 20px;
  }

  .order-column {
    width: 100%;
  }

  .order-full {
    width: 100%;
  }

  .slider {
    height: 70vh;
    min-height: 400px;
  }

  .display-heading {
    font-size: 62px;
  }

  .display-heading.slide {
    font-size: 50px;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0% 100%;
    background-size: 125px;
    background-repeat: repeat;
  }

  .hero-paragraph-2 {
    font-weight: 500;
  }

  .container-2 {
    margin-top: 70px;
  }

  .video-player-single-track-wrapper-copy {
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .options-wrapper {
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .mute {
    width: 25px;
  }

  .div-block-60.unidade {
    margin: 5px;
  }

  .titulo-h1-lp.margin-top-header.h4 {
    font-size: 22px;
  }

  .titulo-h1-lp.h1.menor {
    font-size: 30px;
  }

  .itens-porque-escolher.margin-top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .itens-porque-escolher.margin-top._5colunas {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-5.lateral {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-5.espa-amento {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .conteudo-nossa-historia {
    display: block;
  }

  .header-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .header-blog-post {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .blog-hero-image {
    max-height: 290px;
    min-height: 290px;
    margin-top: -220px;
  }

  .header-post-blog {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-9.elemento {
    margin-bottom: -60px;
  }

  ._12-motivos {
    display: block;
  }

  .texto-item.margin-left {
    font-size: 18px;
    font-weight: 400;
  }

  .item-b {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .texto-item-b.margin-right {
    margin-right: 0rem;
    margin-left: 0.5rem;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
  }

  .image-12 {
    width: 100%;
  }

  .pratos-na-hora {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-69 {
    padding-right: 2rem;
  }

  .image-14 {
    margin-bottom: 0rem;
  }

  .image-16 {
    width: 100%;
  }

  .div-block-71 {
    position: static;
    width: 100%;
  }

  ._01-delivery {
    background-position: 20% 50%;
  }

  .texto-titulo-item.margin-left {
    font-size: 14px;
  }

  .texto-item-modelos.margin-right {
    margin-right: 0rem;
    margin-left: 0.5rem;
    font-size: 14px;
    text-align: left;
  }

  ._02-salao {
    background-position: 20% 50%;
  }

  ._03-salao-delivery {
    background-position: 20% 50%;
  }

  ._04-pocket-go {
    background-position: 20% 50%;
  }

  ._05-store-in-store {
    background-position: 20% 50%;
  }

  .quem-e-massa {
    background-position: 20% 50%;
  }

  .image-19 {
    max-height: none;
  }

  .div-block-77 {
    width: auto;
  }

  .div-block-78 {
    padding-left: 0rem;
  }

  .vamos-conversar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/UsinaOne-73-de-256.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/UsinaOne-73-de-256.jpg');
    background-position: 0px 0px, 20% 50%;
    background-size: auto, cover;
  }

  .div-block-82 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-21 {
    width: 60%;
  }

  .image-22 {
    max-width: 100px;
  }

  .image-22-copy {
    padding-left: 1rem;
  }

  ._20-anos-de-experiencia {
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.5))), url('../images/fundo1-usina.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url('../images/fundo1-usina.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .nossa-histria {
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(#000)), url('../images/fundo2-usina.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3), #000), url('../images/fundo2-usina.jpg');
    background-position: 0px 0px, 68% 50%;
    background-size: auto, cover;
  }

  .paragraph-4-copy {
    width: 70%;
  }

  .image-12-copy {
    width: 40%;
  }

  .modelo-de-negocios {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(53%, hsla(0, 0%, 100%, 0)), color-stop(85%, #fff)), url('../images/fundo3-usina.jpg');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 53%, #fff 85%), url('../images/fundo3-usina.jpg');
    background-position: 0px 0px, -120% 50%;
    background-size: auto, 500px;
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, scroll;
  }

  .div-block-67-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-23 {
    display: inline-block;
    width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-84 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-85 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .apresentacao-negocio {
    padding-right: 0rem;
    background-image: none;
  }

  .div-block-75-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-78-copy {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .botao-cadastro-white {
    font-size: 16px;
  }

  .header-section-2 {
    padding-top: 55px;
    padding-bottom: 75px;
  }

  .container-4 {
    padding-right: 11px;
    padding-left: 11px;
  }

  .sign-up-form {
    margin-bottom: 0px;
  }

  .modelo-de-negocios-copy {
    min-height: 320px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .botao-cadastro-white-copy {
    margin-top: 0px;
    margin-left: -12px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 7px;
  }

  .botao-cadastro-white-copy-desktop {
    margin-top: 280px;
    margin-left: -12px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 7px;
  }

  .div-block-86 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-26 {
    width: 50%;
  }

  .image-27 {
    width: 40%;
  }

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

  .paragraph-6 {
    font-size: 18px;
  }

  .paragraph-5-copy {
    font-size: 16px;
  }

  .paragraph-6-copy {
    font-size: 18px;
  }

  .image-26-copy {
    width: 50%;
    padding-bottom: 20px;
  }

  .image-26-copy-copy {
    width: 50%;
  }

  .image-27-copy-copy {
    width: 50%;
  }

  .botao-cadastro-white-copy {
    font-size: 16px;
  }

  .botao-cadastro-white-copy-copy {
    font-size: 20px;
  }

  .slide-content-wrap-2 {
    background-image: none;
    background-position: 0% 100%;
    background-size: 125px;
    background-repeat: repeat;
  }

  .display-heading-2 {
    font-size: 50px;
  }

  .slider-2 {
    min-height: 760px;
  }

  .button-5.outline.pequeno {
    font-size: 16px;
  }

  .content-section-bg-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid2 {
    justify-items: center;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid1 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-29 {
    max-width: 30%;
  }

  .faq-question-bar-2 {
    text-align: center;
  }
}

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

  .banner {
    display: none;
  }

  .icon {
    text-align: center;
  }

  .brand.w--current {
    margin-right: 10px;
  }

  .navbar {
    position: fixed;
    background-color: hsla(0, 0%, 100%, 0.85);
  }

  .menu-button {
    margin-left: 10px;
    padding: 16px 10px;
  }

  .hero-paragraph {
    font-size: 16px;
    text-align: center;
  }

  .header {
    padding-top: 115px;
    padding-bottom: 50px;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .button.outline.pequeno {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 16px;
    white-space: pre;
  }

  .hero-image-wrap {
    margin-top: 20px;
  }

  .hero-h1 {
    font-size: 35px;
  }

  .legal {
    margin-right: 0px;
  }

  .legal.julian.margem {
    margin-bottom: 15px;
  }

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

  .food-card {
    padding: 16px;
  }

  .menu-item {
    width: 100%;
  }

  .cta-content {
    min-height: 300px;
    padding: 12px;
  }

  .tab-link-round {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .faq-question-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .question-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .footer-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-detail-left {
    width: auto;
  }

  .footer-detail-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .checkout-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .order-confirmation {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .required {
    font-size: 13px;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
  }

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

  .cta-heading {
    font-size: 35px;
  }

  .paypal-checkout-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .header-section {
    min-height: 500px;
    padding-top: 140px;
  }

  .content-section-short.margens-superiores-menores {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-section-short.margens-superiores-menores {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-h1 {
    font-size: 50px;
  }

  .order-item {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block {
    margin-left: 0px;
  }

  .order-image {
    width: 140px;
    margin-bottom: 10px;
  }

  .block-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-3 {
    max-width: 50%;
  }

  .heading {
    font-size: 35px;
  }

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

  .heading-2 {
    font-size: 35px;
  }

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

  .slider {
    height: 60vh;
    min-height: 350px;
  }

  .display-heading {
    font-size: 40px;
    line-height: 1;
  }

  .display-heading.slide {
    font-size: 35px;
  }

  .slide-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-paragraph-2 {
    font-size: 16px;
  }

  .container-2 {
    margin-top: 70px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .video-player-single-track-wrapper-copy {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .options-wrapper {
    margin-top: 30px;
    margin-right: 0px;
  }

  .mute {
    width: 25px;
  }

  .video-player-single-track-wrapper-copy-2 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .sign-up-wrapper {
    width: 90vw;
  }

  .titulo-modal {
    font-size: 28px;
  }

  .div-block-59 {
    margin-top: 15px;
  }

  .div-block-60.unidade {
    width: 100%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .t-tulo-da-unidade {
    font-size: 25px;
  }

  .container-barra-lateral.shadow.mobile {
    padding: 1rem;
  }

  .header-barra-lateral {
    font-size: 20px;
  }

  .titulo-h1-lp.margin-top-header.texto-menor.sem-margem.h5 {
    font-size: 16px;
  }

  .titulo-h1-lp.margin-top-header.texto-menor.sem-margem.h5.lateral {
    text-align: left;
  }

  .titulo-h1-lp.margin-top-header.texto-menor.h5 {
    font-size: 20px;
  }

  .titulo-h1-lp.margin-top-header.h4 {
    font-size: 20px;
  }

  .titulo-h1-lp.sem-margem {
    font-size: 30px;
    text-align: center;
  }

  .titulo-h1-lp.h1 {
    font-size: 40px;
  }

  .titulo-h1-lp.h1.menor {
    font-size: 30px;
  }

  .titulo-h1-lp.h1.menor.mobile {
    display: inline-block;
  }

  .itens-porque-escolher.margin-top._5colunas {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-5.lateral {
    width: 20%;
    margin-top: 0.25rem;
  }

  .nossa-historia.padding-bottom {
    padding-bottom: 50px;
  }

  .diferenciais-mokai {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .a-quem-buscamos {
    padding-top: 50px;
  }

  .investimento {
    background-position: 60% 50%;
  }

  .linha-titulo {
    display: none;
  }

  .linha-titulo.mobile {
    display: inline;
  }

  .blog-image {
    max-height: 200px;
    min-height: 200px;
  }

  .linha-logo {
    margin-bottom: 15px;
  }

  .texto-esquerda.espa-amento {
    font-size: 14px;
  }

  .grafismo {
    margin-top: -137px;
    padding-top: 50px;
  }

  .itens-diferenciais {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .heading-h1.white {
    max-width: 100vw;
  }

  .blog-hero-image {
    max-height: 165px;
    min-height: 165px;
    margin-top: -100px;
    margin-bottom: 50px;
  }

  .header-post-blog {
    padding-bottom: 145px;
  }

  .image-9.elemento {
    margin-bottom: -35px;
  }

  ._12-motivos {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .image-12 {
    width: 100%;
  }

  .image-15 {
    width: 80%;
    margin-top: 1rem;
  }

  .div-block-72 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .header-barra-lateral-2 {
    font-size: 20px;
  }

  .button-3 {
    width: 100%;
    max-width: 250px;
  }

  ._01-delivery {
    background-position: 40% 50%;
  }

  .texto-titulo-item {
    line-height: 35px;
  }

  .texto-item-modelos {
    font-size: 14px;
  }

  .div-block-74 {
    margin-top: 0.125rem;
  }

  ._02-salao {
    background-position: 40% 50%;
  }

  ._03-salao-delivery {
    height: 500px;
    background-position: 40% 50%;
  }

  ._04-pocket-go {
    background-position: 50% 50%;
  }

  ._05-store-in-store {
    background-position: 50% 50%;
  }

  .image-18-copy {
    width: 220px;
  }

  .quem-e-massa {
    background-position: 50% 50%;
  }

  .div-block-76 {
    padding: 0rem 0.5rem;
  }

  .vamos-conversar {
    background-position: 50% 50%;
  }

  .image-21 {
    width: 100%;
  }

  .image-22 {
    display: none;
  }

  .image-22-copy {
    width: 100%;
    padding-right: 1rem;
  }

  ._20-anos-de-experiencia {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .nossa-histria {
    padding-right: 1rem;
    padding-left: 1rem;
    background-position: 0px 0px, 54% 50%;
  }

  .paragraph-4-copy {
    width: 100%;
  }

  .image-12-copy {
    width: 60%;
  }

  .botao-cadastro {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .modelo-de-negocios {
    min-height: 300px;
    padding-right: 1rem;
    padding-left: 1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/fundo3-usina.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/fundo3-usina.jpg');
    background-position: 0px 0px, 54% 50%;
    background-size: auto, 500px;
    background-repeat: repeat, repeat-y;
    background-attachment: scroll, scroll;
  }

  .div-block-67-copy {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-23 {
    display: block;
    width: 80%;
    margin-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-84 {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-85 {
    display: inline-block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .apresentacao-negocio {
    background-position: 50% 50%;
  }

  .div-block-76-copy {
    padding: 2rem 1rem;
  }

  .div-block-78-copy {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .botao-cadastro-white {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
  }

  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .header-section-2 {
    background-position: 65% 50%;
  }

  .button-4 {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .modelo-de-negocios-copy {
    min-height: 180px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .botao-cadastro-white-copy {
    margin-top: 155px;
    margin-left: 75px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 6px;
    text-align: center;
  }

  .botao-cadastro-desktop {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .botao-cadastro-copy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .botao-cadastro-white-copy-desktop {
    margin-top: 155px;
    margin-left: 75px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 6px;
    text-align: center;
  }

  .botao-cadastro-white-desktop {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
  }

  .modal__body {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-26 {
    width: 100%;
  }

  .image-27 {
    width: 65%;
  }

  .image-26-copy {
    width: 100%;
  }

  .botao-cadastro-white-desktop-copy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
  }

  .image-26-copy-copy {
    width: 100%;
  }

  .image-27-copy-copy {
    width: 75%;
  }

  .botao-cadastro-white-desktop-copy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
  }

  .botao-cadastro-white-desktop-copy-copy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
  }

  .botao-cadastro-white-copy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
  }

  .botao-cadastro-white-copy-copy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
  }

  .slide-content-wrap-2 {
    height: 100%;
    padding-top: 75px;
    padding-bottom: 60px;
  }

  .slider-wrapper-2 {
    height: 100%;
  }

  .display-heading-2 {
    font-size: 30px;
  }

  .navbar-2 {
    position: fixed;
    background-color: hsla(0, 0%, 100%, 0.85);
  }

  .menu-button-3 {
    margin-left: 10px;
    padding: 16px 10px;
  }

  .image-28 {
    min-width: 100px;
  }

  .slider-2 {
    height: 55vh;
    min-height: 550px;
  }

  .button-5 {
    width: 100%;
    max-width: 250px;
  }

  .button-5.outline.pequeno {
    display: block;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 16px;
    white-space: pre;
  }

  .content-section-bg-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .heading-3 {
    font-size: 35px;
  }

  .faq-question-bar-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}

#w-node-b21da140-5524-3d30-0031-102e827e6e8c-e5a3a104 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_5d54442e-2d31-4fae-6baf-93218fcebb95-e5a3a104 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_5d54442e-2d31-4fae-6baf-93218fcebb96-e5a3a104 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d2701735-95fd-2ee6-ee20-bc9582edc0aa-e5a3a104 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cffe3613-3f13-d824-bf35-b4feeb1e149d-e5a3a104 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b39091e3-531a-96e1-6d3f-8573c8a7c536-e5a3a104 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4cdcd080-94ca-73a2-3c5a-158ddab022b1-e5a3a104 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1f8be910-5a86-3674-bd9d-96464c98346b-e5a3a104 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cb72f4a1-92d9-b2fb-189f-a8db3f759ee6-e5a3a104 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9414344d-6744-55cf-f869-4d88904315a5-e5a3a104 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_812b2408-4d57-4d15-0e86-34c42640bee4-e5a3a104 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_389ed32d-b20d-0595-5f56-fcdb7c3639fd-e5a3a104 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_812b2408-4d57-4d15-0e86-34c42640bee4-e5a3a104 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_389ed32d-b20d-0595-5f56-fcdb7c3639fd-e5a3a104 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f086f3f6-57e3-627c-0c16-8870c1c3defa-b3a3a0f5 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_282c16e3-f82d-26e5-83ae-2af6996a9b62-6aa3a103 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_8d729df6-e88b-7263-981f-4753d951e799-6aa3a103 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_282c16e3-f82d-26e5-83ae-2af6996a9b62-a3a3a105 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_8d729df6-e88b-7263-981f-4753d951e799-a3a3a105 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_282c16e3-f82d-26e5-83ae-2af6996a9b62-45a3a10c {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_8d729df6-e88b-7263-981f-4753d951e799-45a3a10c {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef04f588-4c8f-0a69-793e-564ec3235483-b3a3a0f5 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7d4d7efd-6af1-4828-2caa-29a2c9ac85c7-f7a3a0f8 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-bf24e0c7-edb3-168a-404e-9f2a754cec64-e5a3a104 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4cdcd080-94ca-73a2-3c5a-158ddab022b1-e5a3a104 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1f8be910-5a86-3674-bd9d-96464c98346b-e5a3a104 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-eb285bbd-127d-2bf0-ff70-56ba6d0601dd-e5a3a104 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf24e0c7-edb3-168a-404e-9f2a754cec64-e5a3a104 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Impact2';
  src: url('../fonts/impactreg.eot') format('embedded-opentype'), url('../fonts/impactreg.woff') format('woff'), url('../fonts/impactreg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Prometo';
  src: url('../fonts/Prometo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prometo';
  src: url('../fonts/Prometo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prometo';
  src: url('../fonts/Prometo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}