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

:root {
  --black: #191b22;
  --brand: #35b8be;
  --marrom-grupo-distrital: #35180c;
  --amarelo-grupo-distrital: #fcb813;
  --alice-blue: #f5fbfc;
  --coral: #ff8946;
  --slate-grey: #7e828f;
  --grupo-distrial: #35b8be;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--brand);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

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

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

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

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

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

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

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

.nav-link {
  opacity: .8;
  color: var(--marrom-grupo-distrital);
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .2s;
}

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

.nav-link:focus {
  color: var(--marrom-grupo-distrital);
}

.nav-link.w--current {
  color: var(--amarelo-grupo-distrital);
}

.nav-link.nav-button {
  background-color: var(--amarelo-grupo-distrital);
  color: var(--marrom-grupo-distrital);
  border-radius: 16px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
  transition-property: transform;
  transition-duration: .5s;
}

.nav-link.nav-button:hover {
  background-color: var(--marrom-grupo-distrital);
  color: #fff;
}

.nav-link.nav-button.nav-button-trab-conosco {
  background-color: var(--marrom-grupo-distrital);
  color: var(--alice-blue);
}

.nav-link.nav-button.nav-button-trab-conosco:hover {
  background-color: var(--amarelo-grupo-distrital);
  color: var(--marrom-grupo-distrital);
}

.navigation-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 40px;
}

.navbar {
  z-index: 1001;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 20px 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-right {
  align-items: center;
  display: flex;
}

.navigation-left {
  align-items: center;
  width: 245px;
  display: flex;
}

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

.nav-menu:hover {
  font-family: Lexend Deca, sans-serif;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fcb813;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

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

.button.button-space {
  clear: none;
  background-color: var(--marrom-grupo-distrital);
  object-fit: fill;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 600;
  transition: background-color .25s;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.button.button-space:hover {
  color: var(--marrom-grupo-distrital);
  background-color: #fff;
  box-shadow: 0 8px 16px -8px #35180cb5;
}

.button.button-space.w--current {
  color: var(--marrom-grupo-distrital);
  background-color: #fff;
  background-image: none;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

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

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

.container.container-center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-landing {
  background-color: var(--marrom-grupo-distrital);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.content-section {
  padding: 120px 3%;
  position: relative;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
  align-items: stretch;
  height: 100%;
}

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

.content-block.bg-text {
  align-items: center;
}

.content-block.content-seg {
  width: 50%;
}

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

.image-block.image-seg {
  width: 50%;
}

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

.works-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
}

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

.step-image {
  max-width: 40%;
  margin-bottom: 16px;
}

.food-card {
  background-color: #fff;
  border: 1px solid #35b8be26;
  border-radius: 6px;
  align-items: center;
  min-height: 200px;
  padding: 25px;
  transition: border-color .3s;
  display: flex;
}

.food-card:hover {
  border-color: #35b8be80;
}

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

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

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

.price {
  color: var(--brand);
  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;
  grid-template-rows: auto;
  min-height: 640px;
}

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

.cta-content {
  background-color: #35b8be;
  background-image: url('../images/Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 60px;
  display: flex;
}

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

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

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.submit-button {
  background-color: var(--brand);
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  min-height: 50px;
  display: flex;
}

.tab-link-round {
  background-color: #0000;
  border: 1px solid #61728333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
  display: flex;
}

.tab-link-round.w--current {
  background-color: var(--brand);
  color: #fff;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #61728300;
  border-radius: 6px;
}

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

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

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

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

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

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

.link {
  color: var(--brand);
}

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

.input-field {
  height: 50px;
}

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

.checkout-form {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.order-confirmation {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-81 {
  color: var(--brand);
}

.required {
  color: var(--coral);
}

.button-white {
  background-color: var(--brand);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--brand);
  background-color: #fff;
  margin-top: 40px;
}

.content-section-bg {
  background-color: #fafafa;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-height: auto;
  padding: 140px 3%;
  position: relative;
}

.cta-heading {
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

.paypal-checkout-form {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
}

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

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.line {
  border: 1.3px #d1cdcd;
  border-top-style: dashed;
  width: 100%;
  height: 1px;
}

.header-section {
  background-color: var(--alice-blue);
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 100px 3%;
  display: flex;
}

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

.plain-line {
  background-color: #35b8be40;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.order-button {
  background-color: var(--brand);
  border-radius: 6px;
  justify-content: center;
  min-height: 45px;
  display: flex;
}

.cursive-text {
  width: 100%;
  max-width: 500px;
  position: absolute;
  inset: auto;
}

.price-text {
  color: var(--brand);
  letter-spacing: -.03em;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

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

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

.out-of-stock-state {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  display: flex;
}

.dropdown {
  height: 50px;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

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

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

.notice-text {
  color: #fffc;
}

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

.slider {
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  height: auto;
  max-height: 100%;
  display: none;
  box-shadow: 0 24px 32px -16px #0000008f;
}

.slider.hide-mobile {
  display: block;
}

.slider.hide-desktop {
  display: none;
}

.slide {
  float: none;
  clear: none;
  background-color: var(--marrom-grupo-distrital);
  background-image: url('../images/distrital.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  max-width: 700px;
  position: static;
  inset: auto auto 0% 0%;
  box-shadow: 1px 1px 3px #000;
}

.bold-text {
  color: var(--marrom-grupo-distrital);
}

.heading {
  color: var(--amarelo-grupo-distrital);
  font-family: Lexend Deca, sans-serif;
}

.paragraph-2 {
  color: var(--marrom-grupo-distrital);
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.slide-gardener {
  border-radius: 16px;
}

.heading-2 {
  color: var(--marrom-grupo-distrital);
  text-align: center;
  font-family: Lexend Deca, sans-serif;
}

.heading-3, .heading-4 {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.heading-5 {
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.hero {
  background-color: var(--amarelo-grupo-distrital);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  min-width: 90px;
  height: auto;
  padding: 220px 3% 180px;
  position: relative;
}

.heading-hero {
  color: var(--alice-blue);
  align-self: center;
  font-family: Lexend Deca, sans-serif;
}

.content-section-white {
  text-transform: none;
  object-fit: fill;
  background-color: #fafafa;
  padding: 120px 3%;
  display: block;
  position: relative;
  overflow: visible;
}

.content-section-white.tohide {
  display: none;
}

.heading-6 {
  color: var(--amarelo-grupo-distrital);
  font-family: Lexend Deca, sans-serif;
  font-weight: 700;
}

.paragraph-3 {
  color: #a3a3a3;
  margin-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
}

.paragraph-4 {
  color: var(--marrom-grupo-distrital);
  font-family: Lexend Deca, sans-serif;
}

.image {
  width: 100%;
}

.image-3 {
  border-radius: 18px;
}

.paragraph-5 {
  color: #fff;
  font-family: Lexend Deca, sans-serif;
}

.columns {
  width: 100%;
}

.footer-title {
  color: var(--amarelo-grupo-distrital);
  margin-bottom: 32px;
  font-family: Lexend Deca, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.field-label-2 {
  color: #fff;
}

.field-label-3 {
  color: #fff;
  margin-top: 16px;
}

.form-block {
  width: auto;
  max-width: 600px;
  font-family: Lexend Deca, sans-serif;
}

.submit-button-2 {
  background-color: var(--amarelo-grupo-distrital);
  color: var(--marrom-grupo-distrital);
  object-fit: fill;
  border-radius: 16px;
  width: 100%;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

.link-2, .link-3 {
  color: var(--amarelo-grupo-distrital);
}

.button-footer-2 {
  color: #fff;
  text-align: center;
  background-color: #fcb813;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

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

.button-footer-2.button-footer {
  color: var(--marrom-grupo-distrital);
  background-color: #fff;
  background-image: none;
  border-radius: 16px;
  margin-top: 16px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 600;
  transition: background-color .25s;
}

.button-footer-2.button-footer:hover {
  background-color: var(--amarelo-grupo-distrital);
  color: var(--marrom-grupo-distrital);
  box-shadow: 0 8px 16px -8px #35180cb5;
}

.button-footer-2.button-footer.w--current {
  color: var(--marrom-grupo-distrital);
  background-color: #fff;
  background-image: none;
}

.button-footer-2.button-footer.w--current:hover {
  background-color: var(--amarelo-grupo-distrital);
}

.footer-home {
  background-color: var(--amarelo-grupo-distrital);
  padding: 120px 3%;
  position: relative;
}

.footer-home.footer-inicio {
  background-color: var(--marrom-grupo-distrital);
}

.link-4 {
  color: var(--amarelo-grupo-distrital);
}

.step-image-big {
  border-radius: 50%;
  max-width: 70%;
  margin-bottom: 16px;
}

.slider-2 {
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  height: 100%;
  max-height: 700px;
  box-shadow: 0 24px 32px -16px #0000008f;
}

.slide-security {
  float: none;
  clear: none;
  background-color: var(--marrom-grupo-distrital);
  border-radius: 16px;
  max-width: 700px;
  position: static;
  inset: auto auto 0% 0%;
}

.heading-2-sec {
  color: var(--marrom-grupo-distrital);
  text-align: center;
  margin-bottom: 60px;
  font-family: Lexend Deca, sans-serif;
}

.column {
  display: block;
}

.column.column-lp, .left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.bold-text-5 {
  text-align: left;
}

.agro-intro {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  display: flex;
}

.grid-intro {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.agro-img {
  background-color: var(--marrom-grupo-distrital);
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 24px 32px -16px #0000008f;
}

.agro-img.hide-desktop {
  display: none;
}

.h2-agro {
  color: var(--marrom-grupo-distrital);
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.h1-agro {
  color: var(--marrom-grupo-distrital);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Lexend Deca, sans-serif;
  font-size: 55px;
}

.p-agro {
  color: var(--marrom-grupo-distrital);
  text-align: left;
  font-family: Lexend Deca, sans-serif;
}

.p-agro.p-agro-center {
  text-align: center;
}

.agro-solucoes {
  background-color: var(--amarelo-grupo-distrital);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.agro-solucoes.agro-clientes {
  background-color: #0000;
}

.h1-agro-solucoes {
  color: var(--marrom-grupo-distrital);
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  font-size: 55px;
}

.h2-agro-solucoes {
  color: var(--marrom-grupo-distrital);
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
}

.grid-solucoes {
  grid-column-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-agro {
  float: none;
  background-color: var(--marrom-grupo-distrital);
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 20px 35px;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .25s;
  display: flex;
  position: static;
}

.button-agro:hover {
  color: var(--marrom-grupo-distrital);
  background-color: #fff;
  box-shadow: 0 8px 16px -8px #35180cb5;
}

.grid-agro {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  place-content: stretch;
  margin-left: auto;
  margin-right: auto;
}

.grid-agro.grid-agro-section-5 {
  align-items: center;
  margin-top: 4em;
  margin-bottom: 4em;
}

.agro-section-2 {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.agro-section-4 {
  background-color: var(--amarelo-grupo-distrital);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.agro-section-5 {
  background-color: var(--amarelo-grupo-distrital);
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.agro-section-7 {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.terc-intro {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  display: flex;
}

.grid-terc {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
}

.terc-img {
  background-color: var(--marrom-grupo-distrital);
  border-radius: 16px;
  box-shadow: 0 24px 32px -16px #0000008f;
}

.terc-img.hide-desktop {
  display: none;
}

.terc-img.hide-mobile.imagem-vertical {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.h1-terc {
  color: var(--marrom-grupo-distrital);
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  font-size: 55px;
}

.h1-terc.h1-branco {
  color: var(--alice-blue);
}

.h2-terc {
  color: var(--marrom-grupo-distrital);
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
}

.p-terc {
  color: var(--marrom-grupo-distrital);
  text-align: left;
  font-family: Lexend Deca, sans-serif;
}

.p-terc.p-terc-center {
  text-align: center;
}

.p-terc.p-justificar {
  text-align: justify;
}

.section-terc-1 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.section-terc-2 {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

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

.section-terc-3 {
  background-color: var(--amarelo-grupo-distrital);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
}

.grid-terc-condominios {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  margin-top: 5em;
  margin-bottom: 5em;
}

.section-terc-4 {
  background-color: var(--amarelo-grupo-distrital);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

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

.button-terc {
  background-color: var(--marrom-grupo-distrital);
  color: #fff;
  object-fit: fill;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 20px 35px;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .25s;
  display: flex;
}

.button-terc:hover {
  color: var(--marrom-grupo-distrital);
  background-color: #fff;
  box-shadow: 0 8px 16px -8px #35180cb5;
}

.terc-img-icon {
  text-align: center;
  max-width: 30%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.terc-container-icon {
  text-align: center;
}

.divisor {
  border: 1px solid var(--marrom-grupo-distrital);
  max-width: 50vw;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.agro-img-solucoes {
  max-width: 70%;
  padding-bottom: 1em;
}

.agro-container-block {
  text-align: center;
}

.image-4 {
  width: 250px;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container-agro-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-clientes {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-5 {
  color: var(--marrom-grupo-distrital);
  text-decoration: underline;
}

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

.slide-agro-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-mask {
  border-radius: 15px;
}

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

.slider-wide {
  object-fit: fill;
  border-radius: 16px;
  width: 100%;
  max-width: 640px;
  height: 100%;
  max-height: 370px;
  box-shadow: 0 24px 32px -16px #0000008f;
}

.sp-section-1 {
  background-image: linear-gradient(#fcb81380, #fcb81380), url('../images/GRUPO_DISTRITAL-99-copy.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  margin-top: 100px;
  display: flex;
}

.h1-seg {
  color: var(--alice-blue);
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Lexend Deca, sans-serif;
  font-size: 55px;
}

.h1-seg.amarelo {
  color: var(--amarelo-grupo-distrital);
}

.h1-seg.amarelo.centro {
  text-align: center;
}

.h1-seg.h1-menor {
  font-size: 48px;
}

.h2-seg {
  color: var(--alice-blue);
  text-align: left;
  font-family: Lexend Deca, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-seg {
  background-color: var(--marrom-grupo-distrital);
  color: var(--alice-blue);
  text-align: center;
  object-fit: fill;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 20px 35px;
  font-family: Lexend Deca, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .25s;
  display: flex;
}

.button-seg:hover {
  background-color: var(--alice-blue);
  color: var(--marrom-grupo-distrital);
  box-shadow: 0 8px 16px -8px #35180cb5;
}

.button-seg.left {
  margin-left: 0;
}

.grid-seg {
  z-index: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  position: absolute;
  inset: auto 10% -3rem;
}

.seg-container-block {
  background-color: var(--alice-blue);
  text-align: center;
  border-radius: 16px;
  margin: 1em;
  padding: 2em 1em;
  transition: margin-bottom .4s, margin-top .4s, background-color .25s;
  box-shadow: 0 8px 16px -8px #35180cb5;
}

.seg-container-block:hover {
  background-color: var(--amarelo-grupo-distrital);
  margin-top: 0;
  margin-bottom: 2em;
}

.seg-icon {
  max-width: 30%;
}

.h4-seg {
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Lexend Deca, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.sp-section {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  max-height: none;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.sp-section.sp-section-1 {
  min-height: 80vh;
}

.sp-section.sp-section-2 {
  min-height: 85vh;
  max-height: 85vh;
}

.sp-section.sp-section-amarelo {
  background-color: var(--amarelo-grupo-distrital);
}

.sp-section.sp-section-marrom {
  background-color: var(--marrom-grupo-distrital);
}

.seg-block {
  grid-column-gap: 5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.seg-block.seg-mb {
  margin-top: 5.9em;
}

.p-seg {
  color: var(--marrom-grupo-distrital);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
}

.p-seg.branco {
  color: #fff;
  -webkit-text-stroke-color: var(--amarelo-grupo-distrital);
}

.p-seg.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.p-seg.p-seg-menor {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.p-seg.p-seg-menor.p-seg-lh {
  line-height: 1.8;
}

.icone {
  height: 40px;
}

.div-block-2 {
  grid-column-gap: 10px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-2 {
  width: 100%;
}

.h5-seg {
  color: var(--marrom-grupo-distrital);
  font-family: Lexend Deca, sans-serif;
  font-weight: 400;
}

.h5-seg.centro {
  text-align: center;
}

.div-seg-solu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.h5-seg-bold {
  color: var(--marrom-grupo-distrital);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}

.div-block-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--alice-blue);
  border-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 7rem;
  padding: 10px;
}

.image-5 {
  padding: 10px;
}

.seg-coluna-3 {
  margin-top: 2rem;
}

.seg-grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.seg-img-diff {
  width: 5rem;
  padding: 1rem;
}

.div-block-5 {
  border: 1px solid var(--slate-grey);
  border-radius: 10px;
  padding: 2rem;
}

@media screen and (min-width: 1280px) {
  .sp-section.sp-section-1 {
    background-image: linear-gradient(#fcb81380, #fcb81380), url('../images/GRUPO_DISTRITAL-104_HD.jpg');
    background-position: 0 0, 50%;
  }

  .sp-section.disabled {
    display: none;
  }

  .p-seg.p-seg-menor.p-seg-lh {
    text-align: justify;
  }

  .div-block-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-seg-solu {
    align-items: center;
  }

  .h5-seg-bold {
    font-size: 20px;
  }

  .div-block-5.disabled {
    display: none;
  }
}

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

  .icon {
    display: block;
  }

  .navbar {
    z-index: 5;
    background-color: #fff;
    width: 100%;
    display: flex;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .menu-button {
    background-color: #7e828f1a;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    min-height: 55px;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    display: flex;
  }

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

  .nav-menu {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px #35344833;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .container {
    height: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .content-grid {
    float: none;
    clear: none;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 60px;
    position: static;
  }

  .content-block {
    text-align: center;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-block.content-seg {
    width: 100%;
    max-width: 100%;
  }

  .image-block.image-seg {
    width: 100%;
  }

  .works-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .step-image {
    width: 250px;
  }

  .menu-item {
    width: 100%;
  }

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

  .cta-image {
    min-height: 420px;
  }

  .cta-content {
    min-height: 420px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-link-round {
    margin-bottom: 10px;
  }

  .content-section-bg {
    background-color: #fafafa;
    background-image: none;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    top: 60px;
    bottom: auto;
  }

  .cta-heading {
    font-size: 55px;
  }

  .line-column {
    flex-direction: column;
    padding-bottom: 0;
  }

  .line {
    border-style: none dashed none none;
    width: 1px;
    height: 100%;
    min-height: 100px;
  }

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

  .slider {
    height: auto;
    max-height: 100%;
  }

  .slider.hide-mobile {
    display: none;
  }

  .slider.hide-desktop {
    display: block;
  }

  .hero {
    background-color: var(--amarelo-grupo-distrital);
    background-image: none;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    top: 60px;
  }

  .heading-hero {
    align-self: center;
    min-width: 10em;
  }

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

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

  .image {
    max-width: 80%;
  }

  .image-3 {
    width: 80%;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 32px;
  }

  .bold-text-4 {
    font-size: 32px;
    line-height: 1.2;
  }

  .footer-home {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .step-image-big {
    width: 250px;
  }

  .slider-2 {
    height: 640px;
    max-height: 900px;
  }

  .grid-intro {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center;
    padding: 6% 3%;
  }

  .agro-img.hide-desktop.show-mobile {
    display: block;
  }

  .agro-img.hide-mobile {
    display: none;
  }

  .button-agro {
    width: 300px;
  }

  .grid-agro {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-content: stretch;
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .terc-img.hide-desktop.show-mobile {
    display: inline-block;
  }

  .terc-img.hide-desktop.show-mobile.imagem-vertical {
    object-fit: cover;
    object-position: 50% 70%;
    width: 100%;
    height: 450px;
  }

  .terc-img.hide-mobile {
    display: none;
  }

  .grid-terc-solucoes {
    grid-template-columns: 1fr 1fr;
    place-content: space-between;
    place-items: stretch stretch;
  }

  .grid-terc-condominios {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    object-fit: fill;
    grid-template: "."
    / 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: stretch stretch;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .container-agro-text {
    justify-content: space-between;
  }

  .h1-seg.h1-menor {
    text-align: center;
  }

  .grid-seg {
    padding-left: 0;
    padding-right: 0;
  }

  .sp-section {
    min-height: auto;
    max-height: none;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .sp-section.sp-section-2 {
    min-height: 100vh;
    max-height: 100vh;
  }

  .seg-block {
    flex-direction: column;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .image-6 {
    max-height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    padding: 24px 24px 32px;
  }

  .content-grid {
    grid-row-gap: 40px;
  }

  .food-card {
    flex-wrap: wrap;
  }

  .food-image-square {
    max-width: none;
    max-height: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .food-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .menu-item {
    width: 50%;
  }

  .tab-link-round {
    text-align: center;
    white-space: nowrap;
    width: 40%;
  }

  .container-order {
    flex-wrap: wrap-reverse;
  }

  .order-detail {
    position: relative;
    top: 0;
  }

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

  .add-to-cart {
    margin-top: 20px;
  }

  .order-column, .order-full {
    width: 100%;
  }

  .footer-title {
    margin-top: 80px;
  }

  .h1-agro {
    margin-bottom: 40px;
  }

  .p-agro {
    text-align: center;
  }

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

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

  .grid-seg {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 4rem;
    padding-right: 4rem;
    top: 75vh;
  }

  .sp-section.sp-section-1 {
    background-image: linear-gradient(#fcb81380, #fcb81380), url('../images/GRUPO_DISTRITAL-99-copy.jpg');
    background-position: 0 0, 50%;
  }

  .sp-section.sp-section-2 {
    min-height: auto;
    max-height: none;
  }

  .seg-block.seg-mb {
    margin-top: 45em;
  }

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

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

  .banner {
    display: none;
  }

  .navbar {
    z-index: 3001;
    background-color: #fff;
    position: fixed;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .button.button-space {
    text-align: center;
    align-self: center;
    width: 100%;
    max-width: 480px;
  }

  .button.button-space.w--current {
    order: 1;
    max-width: 600px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-grid {
    grid-row-gap: 40px;
    place-content: stretch space-around;
    padding-bottom: 32px;
  }

  .food-card {
    padding: 16px;
  }

  .menu-item {
    width: 100%;
  }

  .cta-content {
    padding: 12px;
  }

  .tab-link-round {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-form, .order-confirmation {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .required {
    font-size: 13px;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
  }

  .cta-heading {
    font-size: 43px;
  }

  .paypal-checkout-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .header-section {
    min-height: 500px;
    padding-top: 140px;
  }

  .header-h1 {
    font-size: 50px;
  }

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

  .div-block {
    margin-left: 0;
  }

  .order-image {
    width: 140px;
    margin-bottom: 10px;
  }

  .block-header {
    flex-wrap: wrap;
  }

  .slider {
    height: auto;
  }

  .heading {
    text-align: center;
    font-size: 32px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-hero {
    text-align: center;
    flex: 0 auto;
    min-width: 94vw;
    font-size: 32px;
  }

  .content-section-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-footer-2 {
    width: 100%;
    max-width: 250px;
  }

  .button-footer-2.button-footer {
    text-align: center;
    align-self: center;
    width: 100%;
    max-width: 480px;
  }

  .button-footer-2.button-footer.w--current {
    order: 1;
    max-width: 600px;
  }

  .footer-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-2 {
    height: 380px;
  }

  .heading-2-sec {
    font-size: 32px;
  }

  .h1-agro {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .p-agro {
    text-align: center;
  }

  .agro-solucoes {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .h1-agro-solucoes {
    font-size: 32px;
  }

  .grid-solucoes {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-agro {
    justify-content: center;
  }

  .grid-agro.agro-invertido {
    justify-content: center;
    place-items: center;
  }

  .agro-section-2, .agro-section-5 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .h1-terc {
    font-size: 32px;
  }

  .p-terc {
    text-align: center;
  }

  .grid-terc-solucoes {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 70vw;
  }

  .grid-terc-condominios {
    grid-template-rows: auto;
    grid-template-areas: ".";
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .grid-terc-diff {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 70vw;
  }

  .divisor {
    max-width: 80vw;
  }

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

  .h1-seg, .h1-seg.h1-menor {
    font-size: 32px;
  }

  .grid-seg {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p-seg, .p-seg.branco {
    text-align: left;
  }

  .h5-seg {
    font-size: 20px;
  }

  .div-block-img {
    width: 5rem;
  }

  .div-block-5 {
    padding: 1rem;
  }
}

#w-node-_446b1962-7d9a-9677-89f7-91c1f39a9d36-106dabb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dd26fc6-1091-bb99-b951-0ea66ddb2949-106dabb5, #w-node-_989944ff-bea5-2abf-a924-5d220cb9568f-106dabb5, #w-node-_9c3a8852-eeab-46ed-7645-7aa2f563e4c1-106dabb5, #w-node-b37d2f36-2a2f-d66d-ba63-11868b048361-106dabb5, #w-node-b37d2f36-2a2f-d66d-ba63-11868b048368-106dabb5, #w-node-b37d2f36-2a2f-d66d-ba63-11868b04836f-106dabb5 {
  align-self: start;
}

#w-node-_1921b617-f5e0-c222-7027-af1eea314969-106dabb5, #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1bec2570-93ab-1cf1-7ce2-d447aa135eab-a96dabbe, #w-node-_5677b1b3-41c7-5bb7-8696-78618a298162-a96dabbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12f567c9-4261-9c86-9f6a-d3c6a5b3a7c1-a96dabbe, #w-node-_23b150c5-5ea8-a287-53f5-7beaef01312d-a96dabbe, #w-node-_152cb3a4-76e4-4953-bb6b-604e0f704a6b-a96dabbe, #w-node-_2ea018fd-70fc-38d1-403c-5a1ba80605f0-a96dabbe, #w-node-f7fc6eab-769e-484c-f4f9-bce8eb308db8-a96dabbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_406c9c62-3bee-fbca-69fd-4c53fa3f9284-a96dabbe, #w-node-_7e25e72e-a03a-baab-ab4e-216ad7a7cb17-a96dabbe, #w-node-_9616bcfa-37ed-2a70-09a2-84dc2b871bb0-a96dabbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0c0173d-1c4e-360e-8c73-754a4ce8c32c-a96dabbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d0c0173d-1c4e-360e-8c73-754a4ce8c32e-a96dabbe, #w-node-b438dd01-09ec-bf32-182f-b48065ea7a57-a96dabbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e35362dc-380a-95f5-55f8-54929e2679c8-a96dabbe, #w-node-b438dd01-09ec-bf32-182f-b48065ea7a55-a96dabbe, #w-node-_3291ce38-f678-0eb4-20a9-f9436e27a28f-a96dabbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_769abb6a-3565-5de4-14ba-0d00e7d47685-a96dabbe, #w-node-_34234d9a-f3c7-6d27-0fa2-6aeca0ee1fd2-a96dabbe, #w-node-_71bdee86-5df9-39c7-403a-51e413d1ecc7-a96dabbe, #w-node-_320d82b8-dc90-700a-2588-04b8f6bf988c-a96dabbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1dd26fc6-1091-bb99-b951-0ea66ddb2949-da6dabc7, #w-node-_989944ff-bea5-2abf-a924-5d220cb9568f-da6dabc7, #w-node-_9c3a8852-eeab-46ed-7645-7aa2f563e4c1-da6dabc7, #w-node-b37d2f36-2a2f-d66d-ba63-11868b048361-da6dabc7, #w-node-b37d2f36-2a2f-d66d-ba63-11868b048368-da6dabc7, #w-node-b37d2f36-2a2f-d66d-ba63-11868b04836f-da6dabc7 {
  align-self: start;
}

#w-node-_8705f6fa-7a35-87a5-634a-8031657b4949-e16dabd0, #w-node-_68ce001f-c989-8046-7fc2-2c88f990672b-e16dabd0, #w-node-_843a6d30-730e-2777-0339-1dac51b24c6d-e16dabd0, #w-node-_05c6000b-4f6f-caa7-05c0-91cbb9c8c56d-e16dabd0, #w-node-fd3a70c7-23c4-fa00-8b0a-a420dd927a8f-e16dabd0, #w-node-aafc8b36-3074-ba08-f09f-18244b155e4b-e16dabd0, #w-node-aafc8b36-3074-ba08-f09f-18244b155e4f-e16dabd0, #w-node-_2da79535-b7bc-d84f-d7df-2467f6c0a4c8-e16dabd0, #w-node-_2da79535-b7bc-d84f-d7df-2467f6c0a4cc-e16dabd0, #w-node-_7db1d1e1-f2ac-f361-3146-62a8b6ec07c1-e16dabd0, #w-node-_67bc96c1-97fc-e54a-479e-eff2e747c835-e16dabd0, #w-node-decb6b1c-c351-55dd-1883-0326bf6bbb40-e16dabd0, #w-node-decb6b1c-c351-55dd-1883-0326bf6bbb41-e16dabd0, #w-node-_187c8115-f5c7-a0d2-10dd-f4505bd11115-e16dabd0, #w-node-_187c8115-f5c7-a0d2-10dd-f4505bd11116-e16dabd0, #w-node-_42e6c7f0-38bf-721d-9f6f-47ff93e14842-e16dabd0, #w-node-_42e6c7f0-38bf-721d-9f6f-47ff93e14843-e16dabd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad0bce12-7d21-edf6-a261-dcab59cd7258-e16dabd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2201902-64d2-3a0e-5381-292a843a48ec-e16dabd0, #w-node-_3bf13a80-547a-c3e9-b845-7d2e1e4d69bb-e16dabd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c803dbcf-544b-1c69-0855-92e1cd4c2dfb-e16dabd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c803dbcf-544b-1c69-0855-92e1cd4c2e00-e16dabd0, #w-node-_16ff2b98-51dc-5b58-3ce8-c4d680eb2bf8-e16dabd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e35c4f5-987d-319d-f16b-b7a3c9b8a821-e16dabd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ab2cfe89-d459-b536-c703-9c6cadae0ced-e16dabd0, #w-node-e449b20e-99ef-1ad2-5954-dfdc37790b44-e16dabd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e273e2d-fbb7-995f-272e-67cfb749f262-e16dabd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_25f32afd-b683-9dd6-76a9-645ed4758d33-e16dabd0, #w-node-_6cbafa0c-be1f-526f-00ae-1a28df51cde3-e16dabd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d15fb9e1-e1e1-3b0b-1965-315a8c0d50ba-e16dabd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_00de7153-8400-ff96-62a6-a86f5d472f6b-e16dabd0, #w-node-d1a5193f-8cfe-1a3e-3ffb-8ed69ec08a2e-e16dabd0, #w-node-_0a6a87c8-8b98-2e65-2a40-38211fb7ad59-27b8320a, #w-node-c099353a-117f-0346-f2be-fa4d1d7ae78c-27b8320a, #w-node-a6c17e67-e458-273a-7751-a8c2513d969e-27b8320a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b54cb63-124d-2e02-68ce-796cbb45565f-27b8320a, #w-node-_6424c307-d6d6-842b-0f80-7325ffaa2d74-27b8320a, #w-node-_34033be0-c3e1-67a1-f785-2e8cb732a17a-27b8320a, #w-node-_72da11b0-a780-9ae2-4399-28b80501783c-27b8320a {
  justify-self: center;
}

#w-node-_60ddc93f-1baa-51b0-94e8-90386ceec7d0-27b8320a, #w-node-_0969350e-f0e2-d8db-0a25-2d50890f77f6-27b8320a, #w-node-ef61f035-e70b-3abc-ccde-510aeb0bd7fd-27b8320a, #w-node-_03ace159-c0fc-8e7e-dbd2-ac632316689b-27b8320a, #w-node-_51306889-08c6-d365-cc7a-c6f2c1315eac-27b8320a, #w-node-_467b9475-38a1-0db4-9369-453d65428d57-27b8320a, #w-node-_46f36234-254a-dc5c-d79b-699fc931f37c-27b8320a, #w-node-_19321777-4d0c-6011-0004-f3301dbf04fa-27b8320a, #w-node-_0726870a-1190-cf5b-0d7f-819a9b351361-27b8320a, #w-node-_368f2f95-ccd7-299a-5604-52fc67fcf58a-27b8320a, #w-node-e57b22d4-cc8f-aa8a-883a-37051d68f142-27b8320a, #w-node-_8f0b4e2e-5e04-d0c2-cac6-ad81b638dfb0-27b8320a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1921b617-f5e0-c222-7027-af1eea314969-106dabb5, #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e25e72e-a03a-baab-ab4e-216ad7a7cb17-a96dabbe, #w-node-d0c0173d-1c4e-360e-8c73-754a4ce8c32c-a96dabbe, #w-node-e35362dc-380a-95f5-55f8-54929e2679c8-a96dabbe, #w-node-b438dd01-09ec-bf32-182f-b48065ea7a55-a96dabbe, #w-node-b2201902-64d2-3a0e-5381-292a843a48ec-e16dabd0, #w-node-_3bf13a80-547a-c3e9-b845-7d2e1e4d69bb-e16dabd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c803dbcf-544b-1c69-0855-92e1cd4c2dfb-e16dabd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1921b617-f5e0-c222-7027-af1eea314969-106dabb5, #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1921b617-f5e0-c222-7027-af1eea314969-106dabb5, #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


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