:root {
  --white: white;
  --black: black;
}

.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 {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  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;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

.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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

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

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.divider.cc-dark-divider {
  height: 1px;
  background-color: #202020;
}

.styleguide-content-wrap {
  text-align: center;
}

.hero {
  margin-left: 30px;
  margin-right: 30px;
}

.hero.cc-store-home-wrap {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: #006dfb;
  margin-top: 127px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 96px;
}

.hero.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.hero.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  width: 70%;
  min-width: 550px;
  opacity: 1;
  color: #c7dfff;
  margin-bottom: 0;
  padding-top: 0;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  min-width: 750px;
  letter-spacing: -.05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  color: #fff;
  margin-right: 0;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  height: auto;
  min-width: auto;
  color: #fff;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 2px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
}

.apoie {
  margin-left: 20px;
}

.navigation {
  z-index: 1;
  height: 135px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #006dfb;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  padding: 30px 96px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation:focus {
  color: #006dfb;
  background-color: #fff;
}

.navigation.fixed-navbar {
  position: -webkit-sticky;
  position: sticky;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  width: 80px;
  height: auto;
  background-color: #fff;
  border-color: #e6e6e6;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 2px;
  margin-right: 10px;
  padding: 18px 24px;
  font-family: Epilogue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon {
  display: block;
}

.logo-image {
  width: 205px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 14px;
}

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

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  text-transform: capitalize;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.hero-wrapper {
  width: 100%;
  height: auto;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: -.01em;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(680px, 1fr) auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin: 136px 0 0;
  padding: 40px 0 60px;
  font-size: 20px;
  display: grid;
  position: relative;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  width: 100%;
  max-width: 1140px;
  text-align: center;
  margin-bottom: 0;
}

.intro-text {
  width: 60%;
  min-width: 680px;
  text-align: left;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

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

.form-block {
  margin-top: 20px;
}

.footer {
  height: auto;
  background-color: #006dfb;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  width: 100%;
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  width: 70%;
  text-align: center;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  height: 460px;
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.picture-placeholder.cc-about-2 {
  height: 620px;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  width: 70%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

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

.product-image {
  width: 50%;
  height: 700px;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
  margin-bottom: 4px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

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

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.body {
  background-color: #006dfb;
  font-family: Epilogue, sans-serif;
  display: block;
}

.apoie-button {
  color: #006dfb;
  cursor: pointer;
  background-color: #fff;
  margin-left: 18px;
  margin-right: 0;
  padding: 18px 24px 14px;
  font-family: Epilogue, sans-serif;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  position: relative;
}

.apoie-button:hover {
  background-color: #c7dfff;
}

.intro-link {
  width: 450px;
  height: 70%;
  min-width: 330px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 140px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.drop-page-button {
  width: 40px;
  height: 40px;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: fill;
  background-color: #00d5e2;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 48px;
  padding: 0;
}

.text-block {
  padding-top: 6px;
  padding-left: 15px;
}

.banner-title {
  max-width: 680px;
  letter-spacing: -.05em;
  margin-top: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 74.88px;
}

.banner-paragraph {
  color: #c7dfff;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 0;
}

.heading {
  display: none;
}

.about {
  height: auto;
  max-width: none;
  background-color: #fff;
  background-image: url('../images/about-background.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 144px 168px;
  flex-flow: column;
  justify-content: space-around;
  margin-left: 0;
  padding: 94px 96px;
  display: flex;
}

.body-content {
  width: 40%;
  min-width: 460px;
  border: 1px #000;
  border-bottom: 2px red;
  border-radius: 0;
  margin-left: 80px;
  display: block;
}

.image {
  width: 448px;
  height: 452px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-2 {
  height: 600px;
  max-height: 80%;
  max-width: 100%;
  flex-flow: row;
  align-content: space-between;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph {
  width: 90%;
  color: #3d495c;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 25.6px;
}

.section-3 {
  height: 840px;
  min-height: 840px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.impact {
  height: auto;
  max-width: none;
  background-color: #41197f;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.future-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 150%;
}

.impact-list-item-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
}

.impact-list-item {
  width: 100%;
  max-width: 640px;
  min-width: 0;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #fff;
}

.mains-itens {
  width: 35%;
  min-width: 550px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #fff;
}

.div-block-3 {
  width: 35%;
  min-width: 550px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.impact-list-item-image {
  padding-right: 32px;
}

.image-3 {
  padding-left: 0;
  padding-right: 40px;
}

.image-4 {
  padding-right: 40px;
}

.section-5 {
  height: 840px;
  min-height: 840px;
  background-color: #41197f;
}

.heading-4 {
  color: #fff;
  text-align: center;
  background-color: #41197f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.impact-paragraph {
  color: #7ee1e7;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.link-block {
  object-fit: fill;
}

.image-5 {
  width: 14px;
  margin-top: 1px;
  margin-left: 14px;
  padding-left: 0;
  display: block;
  position: absolute;
}

.image-6 {
  width: 235px;
  height: 275px;
  margin-top: 0;
}

.heading-6 {
  color: #29313d;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.heading-6.small {
  display: none;
}

.bold-paragraph {
  font-weight: 700;
}

.div-block-4 {
  width: 100%;
  border: 1px #bcc3cd;
  border-top-style: solid;
  border-left-width: 2px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  line-height: 25.6px;
  display: flex;
}

.text-block-2 {
  padding-top: 23px;
  padding-right: 14px;
}

.container-3 {
  height: 750px;
  max-width: 2000px;
  margin-top: 0;
  margin-bottom: 170px;
  padding-bottom: 0;
}

.video {
  width: 1036px;
  max-width: 1036px;
  margin-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-7 {
  color: #29313d;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.image-7 {
  z-index: -1;
  width: 236px;
  height: 275px;
  clear: none;
  margin-bottom: 144px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-8 {
  width: 203px;
  object-fit: fill;
  position: static;
  left: 0;
}

.image-9 {
  z-index: -1;
  position: relative;
  top: -187px;
  bottom: 0;
  left: 0;
}

.image-10 {
  z-index: -1;
  position: relative;
  bottom: 615px;
  left: 1452px;
}

.div-block-5 {
  width: 100%;
  height: auto;
  justify-content: space-between;
  display: flex;
}

.image-11 {
  z-index: -1;
  width: 198px;
  height: 459px;
  position: relative;
  top: 113px;
  left: 0;
  right: 0;
}

.image-12 {
  z-index: -1;
  width: 203px;
  height: 471px;
  position: relative;
  top: -136px;
  left: 0;
}

.image-13 {
  width: 100%;
  max-width: 540px;
  margin-left: 0;
  display: block;
}

.image-14 {
  width: 269px;
  height: 269px;
  position: relative;
  overflow: visible;
}

.div-block-6 {
  height: 600px;
  max-height: 600px;
  justify-content: space-between;
  margin-top: 160px;
  margin-left: 96px;
  display: flex;
}

.impact-list-items {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 54px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin-top: 56px;
  display: grid;
}

.div-block-8 {
  width: 100%;
  height: 400px;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.impact-numbers {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-content: start;
  justify-content: space-between;
  align-items: start;
  justify-items: center;
  margin-top: 80px;
}

.number-value {
  color: #fff;
  letter-spacing: -.06em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
}

.text-block-5 {
  color: #fff;
  margin-top: 20px;
  font-size: 80px;
  font-weight: 500;
}

.text-span, .text-span-2 {
  color: #7ee1e7;
  font-size: 16px;
  font-weight: 600;
}

.text-span-3 {
  color: #7ee1e7;
  font-size: 16px;
  font-weight: 600;
  line-height: 0;
}

.testimonials-wrapper {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.impact-reference {
  color: #dccde4;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
  margin-top: 80px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.grid-3 {
  width: 100%;
  height: auto;
  max-width: none;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: center;
  margin-top: -109px;
  margin-left: 96px;
  margin-right: 96px;
}

.card-container {
  width: 100%;
  height: auto;
  max-width: 399px;
  min-width: auto;
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px rgba(0, 0, 0, .06);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.card-container.middle-card {
  height: 478px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 0;
  padding: 135px 40px 40px;
  position: relative;
  top: 125px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, .06);
}

.card-container.last-card {
  height: 428px;
  justify-content: flex-end;
  padding: 135px 40px 40px;
  position: relative;
  top: 75px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, .06);
}

.card-container.first-card {
  z-index: 1;
  width: 319px;
  height: 354px;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 135px 40px 40px;
  position: relative;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, .06);
}

.card-image {
  width: 108px;
  height: 108px;
  border: 2px solid #fff;
  border-radius: 2px;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.heading-9 {
  color: #29313d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.paragraph-5 {
  width: 100%;
  color: #29313d;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 160%;
}

.card-content {
  width: auto;
  text-align: center;
  flex: 0 auto;
  margin-top: 88px;
  position: static;
}

.card-content.middle-card-content {
  margin-top: -8px;
}

.support {
  height: auto;
  max-width: none;
  background-color: white;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.impact-background-left {
  z-index: 0;
  width: 350px;
  height: 405px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 380px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-11 {
  min-width: 600px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.impact-image-right {
  width: 320px;
  position: absolute;
  top: 714px;
  bottom: auto;
  right: 0%;
}

.div-block-12 {
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-13 {
  width: 100%;
  height: 250px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  width: 300px;
  color: #fff;
  background-color: #006dfb;
  border-radius: 2px;
  padding: 18px 24px;
  font-weight: 600;
  line-height: 24px;
}

.button-2.button-desktop {
  width: auto;
  height: auto;
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 0;
  display: flex;
}

.button-2.button-desktop:hover {
  color: #006dfb;
  background-color: #c7dfff;
  border-style: none;
}

.image-17 {
  opacity: 0;
}

.supporters {
  width: 100%;
  height: auto;
  max-width: 632px;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.grid-4 {
  width: 80%;
  grid-row-gap: 26px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.image-18 {
  height: 105px;
  object-fit: fill;
}

.image-19 {
  width: 86px;
  height: 45px;
}

.text-block-7 {
  color: #6b7588;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.image-20 {
  margin-bottom: 30px;
  padding-left: 42px;
}

.media {
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
  background-color: white;
}

.heading-7 {
  width: 100%;
}

.grid-5 {
  width: 90%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.media-block {
  width: 212px;
  height: 212px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

.div-block-17 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.image-21 {
  width: 290px;
  height: 335px;
  position: relative;
  bottom: 147px;
}

.grid-6 {
  width: 100%;
  height: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.contact-section {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.grid-7 {
  width: 80%;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  justify-items: center;
  margin-top: 120px;
  margin-bottom: -89px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
}

.image-22 {
  width: 29px;
  height: 275px;
  display: none;
}

.form {
  width: 100%;
  flex-direction: column;
  order: 0;
  display: block;
}

.form-block-2 {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.field-label {
  color: #3d495c;
  letter-spacing: normal;
  text-transform: none;
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.input {
  height: auto;
  border: 1px #000;
  border-bottom: 1px solid #3d495c;
  border-radius: 2px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 14px;
}

.input-text {
  border: 1px #000;
  border-bottom-style: solid;
}

.submit-button {
  width: auto;
  background-color: #006dfb;
  border-radius: 2px;
  margin-top: 56px;
  padding: 16px 24px;
}

.submit-button:hover {
  color: #006dfb;
  background-color: #c7dfff;
  font-weight: 500;
}

.image-23 {
  width: 400px;
  height: 400px;
  padding-right: 0;
}

.achievements {
  height: auto;
  max-width: none;
  background-color: #003be5;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding: 0 5px 72px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-8 {
  width: 80%;
  max-width: 1500px;
  grid-column-gap: 39px;
  grid-template-rows: auto;
}

.achievement {
  height: auto;
  border: 1px solid #fff;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.paragraph-6 {
  width: 100%;
  max-width: 248px;
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
}

.div-block-20 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.grid-9 {
  width: 100%;
  height: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 25px;
}

.image-24 {
  width: 300px;
  height: 200px;
}

.paragraph-7 {
  width: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.text-span-4 {
  font-weight: 600;
}

.div-block-21 {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 64px;
  padding-bottom: 56px;
  display: flex;
}

.div-block-22 {
  width: 30%;
  height: 75px;
  max-width: 450px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.link {
  width: 196px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  text-decoration: none;
}

.image-25 {
  width: 195px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-8 {
  color: #fff;
}

.image-26 {
  width: 100px;
}

.image-27 {
  position: relative;
  top: 115px;
}

.image-28 {
  width: 60px;
  height: 38px;
}

.grid-10 {
  width: 100%;
  height: 250px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
}

.image-mobile {
  display: none;
}

.image-36 {
  width: 264px;
}

.image-37 {
  width: 287px;
  height: 335px;
  position: relative;
  top: -145px;
}

.image-38, .img-mobile {
  display: none;
}

.contact {
  width: 100%;
  height: 400px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-39 {
  display: none;
  position: relative;
  left: 0;
}

.image-41 {
  display: none;
}

.div-block-23 {
  width: 35%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.image-42 {
  width: auto;
  height: 273px;
  position: relative;
  top: 0;
}

.image-43 {
  width: 290px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -22px;
  left: -21px;
  right: auto;
}

.image-44, .image-45 {
  display: none;
}

.image-46 {
  padding-right: 40px;
}

.nav-menu {
  width: 50%;
  color: #fff;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.nav-menu.navmenu-mobile {
  cursor: pointer;
  margin-top: 0;
}

.nav-menu.navmenu-mobile:focus {
  opacity: 1;
}

.white-logo {
  width: 196px;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-link {
  color: #006dfb;
  cursor: pointer;
  background-color: #fff;
  padding: 18px 24px;
  font-weight: 600;
}

.nav-link:hover {
  color: #006dfb;
  background-color: #c7dfff;
}

.header {
  width: 100%;
  height: 136px;
  background-color: #006dfb;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.nav-link-2:hover {
  z-index: 1;
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #003be5;
  background-clip: border-box;
}

.nav-link-2.navlink-mobile {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: normal;
  transition-property: none;
}

.nav-link-2.navlink-mobile:hover {
  z-index: auto;
}

.nav-link-2.navlink-mobile:visited {
  opacity: 1;
}

.nav-link-2.navlink-mobile.w--current {
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  text-decoration: none;
  overflow: visible;
}

.nav-link-3 {
  color: #fff;
  cursor: pointer;
  margin-left: -2px;
  font-weight: 600;
}

.nav-link-3:hover {
  color: #fff;
  background-color: #003be5;
}

.nav-link-3.navlink-mobile {
  transition-property: none;
}

.nav-link-3.navlink-mobile.w--current {
  z-index: 1;
  color: #fff;
  transition-property: none;
}

.container-4 {
  padding-top: 30px;
}

.div {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 96px;
  margin-right: 96px;
  display: flex;
}

.menu-button-2 {
  color: #fff;
}

.image-50 {
  display: none;
}

.success-message {
  color: #003be5;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-10 {
  color: #f85454;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 0;
}

.blue-logo {
  width: 196px;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.youtube {
  max-height: 580px;
  max-width: 1036px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  width: 1036px;
  height: auto;
  margin-top: 56px;
}

.grid-11 {
  grid-column-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: start;
}

.grid-12 {
  max-width: 500px;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: start;
  justify-items: start;
}

.manifesto {
  background-image: url('../images/manifesto-mid-right.svg'), url('../images/manifesto-top-left.svg');
  background-position: 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 90px, 90px;
  margin-top: 0;
  padding: 56px 96px 96px;
}

.testimonials {
  position: relative;
  background-color: white;
}

.textarea {
  min-height: 80px;
  white-space: normal;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
}

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

.input-group.input-message {
  margin-top: 32px;
}

.card {
  border: 0px solid var(--white);
  background-color: var(--white);
  border-radius: 8px;
  padding: 0 40px 40px;
  position: relative;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1), 0 0 12px 1px rgba(0, 0, 0, .06);
}

.impact-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 300px;
}

.impact-heading.future-heading {
  margin-top: 160px;
}

.number-description {
  color: #7ee1e7;
  letter-spacing: 0;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.impact-image-right-mobile {
  display: none;
}

.testimonials-left-frame {
  width: 456px;
  position: absolute;
  top: 208px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.supporters-heading {
  color: #29313d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 24px;
}

.image-52 {
  width: 164px;
}

.text-block-11 {
  color: #6b7588;
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.brand-logo-container {
  width: 200px;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.logo-ifood {
  width: 86px;
}

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

.logo-xp {
  width: 153px;
}

.logo-syhus {
  width: 88px;
}

.media-heading {
  color: #29313d;
  letter-spacing: -.03em;
  margin-top: 120px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.grid-16 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 48px;
}

.media-link {
  width: 100%;
  height: 212px;
  max-width: 212px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, .06), 0 0 3px 1px rgba(0, 0, 0, .1);
}

.image-53 {
  width: 96px;
}

.image-54 {
  width: 88px;
}

.image-55 {
  width: 87.75px;
}

.image-56 {
  width: 88px;
}

.image-57 {
  width: 95px;
}

.image-58 {
  width: 98px;
}

.image-59 {
  width: 106px;
}

.image-60 {
  width: 90px;
}

.image-61 {
  width: 168px;
}

.image-62 {
  width: 159px;
}

.image-63 {
  width: 170px;
}

.image-64 {
  width: 192px;
}

.image-65 {
  width: 159px;
}

.support-card {
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  grid-column-gap: 47px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 210px minmax(398px, 1fr) auto;
  align-items: start;
  justify-items: start;
  margin-top: 100px;
  margin-bottom: -89px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, .06), 0 0 3px 1px rgba(0, 0, 0, .1);
}

.support-image {
  width: 462px;
}

.contact-form {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 44px;
  padding: 0;
  display: block;
}

.support-image-mobile {
  display: none;
}

.support-card-heading {
  color: #29313d;
  letter-spacing: -.03em;
  margin-top: 44px;
  margin-bottom: 0;
  margin-left: 44px;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
}

.image-66 {
  z-index: -1;
  width: 287px;
  position: absolute;
  top: 470px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.achievements-grid {
  max-width: 1284px;
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  margin-top: 185px;
  margin-left: auto;
  margin-right: auto;
}

.image-67 {
  width: 308px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-logo-link {
  width: 196px;
}

.footer-text-link {
  color: #fff;
  cursor: pointer;
  margin-top: 32px;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}

.footer-text-link:hover {
  color: var(--white);
  text-decoration: none;
}

.brand {
  width: 196px;
  height: 102px;
}

.footer-logo {
  width: 100%;
}

.trybe__container {
  max-width: 1280px;
  color: #fff;
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.trybe__container.banner-google {
  color: #29313d;
  padding-top: 0;
}

.text-block-199 {
  color: #006dfb;
  font-size: 22px;
  text-decoration: none;
}

.lp-google-paragraph {
  color: #29313d;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.lp-google-paragraph.banner {
  margin-bottom: 60px;
  font-size: 22px;
}

.columns-44 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.link-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.lp-google-h1 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

.lp-google-h1.banner {
  font-size: 36px;
}

.image-134 {
  display: none;
}

.column-91 {
  padding-left: 60px;
}

.trybe__section {
  padding-left: 94px;
  padding-right: 90px;
  display: block;
  overflow: hidden;
}

.trybe__section.banner-google {
  background-color: #fafafa;
  border-right: 10px solid #006dfb;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.image-133 {
  width: 22px;
  height: 22px;
}

.div-block-26 {
  max-width: 1280px;
}

.link-2 {
  color: #006dfb;
  display: inline-block;
}

.text-block-200 {
  font-size: 18px;
}

.text-block-201 {
  margin-left: 44px;
}

.div-block-27 {
  justify-content: space-between;
  display: flex;
}

.text-span-5 {
  text-align: right;
}

@media screen and (min-width: 1280px) {
  .hero.cc-store-home-wrap {
    height: auto;
    max-width: none;
    margin-top: 136px;
  }

  .hero-wrapper {
    padding-bottom: 60px;
  }

  .about {
    background-image: url('../images/about-background.svg');
    background-position: 100% 45%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .paragraph {
    font-size: 18px;
    line-height: 28.8px;
  }

  .impact {
    height: auto;
    max-width: none;
    position: relative;
  }

  .future-heading {
    font-size: 40px;
    line-height: 150%;
  }

  .impact-list-item-text {
    font-size: 18px;
    line-height: 160%;
  }

  .impact-list-item {
    width: 100%;
    max-width: 640px;
    min-width: 0;
  }

  .impact-list-item-image {
    padding-right: 32px;
  }

  .impact-paragraph {
    letter-spacing: -1px;
    margin-top: 8px;
    line-height: 30px;
  }

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

  .div-block-4 {
    padding-top: 24px;
  }

  .heading-7 {
    width: auto;
    line-height: 60px;
  }

  .image-13 {
    max-width: 540px;
  }

  .image-14 {
    width: 301px;
    height: 278px;
  }

  .impact-list-items {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 54px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-items: center;
    margin-top: 56px;
    display: grid;
  }

  .impact-numbers {
    width: 100%;
    grid-template-rows: auto;
    justify-content: space-between;
    align-items: start;
    margin-top: 80px;
  }

  .number-value {
    letter-spacing: -.06em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 80px;
    display: flex;
  }

  .impact-reference {
    text-align: center;
    margin-top: 80px;
    line-height: 21px;
  }

  .impact-background-left {
    position: absolute;
    top: 380px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .impact-image-right {
    position: absolute;
    top: 714px;
    bottom: auto;
    right: 0%;
  }

  .youtube {
    max-width: 965px;
  }

  .grid-11 {
    grid-column-gap: 80px;
  }

  .manifesto {
    background-size: 140px, 145px;
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .impact-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 300px;
  }

  .impact-heading.future-heading {
    margin-top: 160px;
  }

  .number-description {
    color: #7ee1e7;
    letter-spacing: 0;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .hero.cc-store-home-wrap {
    max-width: 100%;
    min-width: 1280px;
  }

  .hero-wrapper {
    height: auto;
    padding: 9.5px 96px 96px;
  }

  .intro-content {
    max-width: none;
  }

  .intro-text {
    margin-left: 0;
  }

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

  .body {
    background-color: #006dfb;
  }

  .intro-link {
    margin-left: 0;
  }

  .about {
    height: auto;
    max-width: none;
    min-width: auto;
    -webkit-text-fill-color: inherit;
    background-image: url('../images/about-background.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-clip: border-box;
    justify-content: space-between;
    padding: 120px 96px;
  }

  .paragraph {
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28.8px;
  }

  .impact {
    height: auto;
    max-width: none;
    min-width: 0;
    position: relative;
  }

  .future-heading {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
    line-height: 150%;
    position: static;
  }

  .impact-list-item-text {
    font-size: 18px;
    line-height: 160%;
  }

  .impact-list-item {
    width: 100%;
    max-width: 640px;
    min-width: 0%;
  }

  .mains-itens, .div-block-3 {
    min-width: 600px;
  }

  .impact-list-item-image {
    padding-right: 32px;
  }

  .impact-paragraph {
    letter-spacing: -1px;
    margin-top: 8px;
    line-height: 30px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 38.4px;
  }

  .div-block-4 {
    width: 100%;
    margin-top: 0;
    padding-top: 24px;
  }

  .text-block-2 {
    align-self: flex-end;
    padding-top: 0;
  }

  .video {
    height: 580px;
    max-height: 580px;
  }

  .heading-7 {
    margin-top: 25px;
  }

  .div-block-5 {
    height: auto;
    max-height: none;
  }

  .image-12 {
    margin-left: -96px;
  }

  .image-13 {
    width: auto;
    margin-right: -96px;
  }

  .image-14 {
    width: 450px;
    height: 450px;
    position: static;
  }

  .div-block-6 {
    height: auto;
    max-height: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
    display: grid;
  }

  .impact-list-items {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 54px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 56px;
    display: grid;
  }

  .impact-numbers {
    width: 100%;
    min-width: auto;
    grid-template-rows: auto;
    justify-content: space-between;
    align-items: start;
    justify-items: center;
    margin-top: 80px;
  }

  .number-value {
    letter-spacing: -.06em;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 80px;
    display: flex;
  }

  .testimonials-wrapper {
    box-shadow: none;
  }

  .impact-reference {
    margin-top: 80px;
    line-height: 21px;
  }

  .grid-3 {
    min-width: 1200px;
    grid-column-gap: 24px;
  }

  .card-container.first-card {
    z-index: 1;
    position: relative;
  }

  .support {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: 0;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
  }

  .impact-background-left {
    display: block;
    position: absolute;
    top: 380px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .impact-image-right {
    display: block;
    position: absolute;
    top: 714px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .div-block-12 {
    flex: 0 auto;
    position: static;
  }

  .div-block-13 {
    height: 250px;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
  }

  .button-2 {
    height: 40px;
    position: relative;
    top: 202px;
  }

  .button-2.button-desktop {
    align-items: center;
    margin-top: 56px;
    display: flex;
    top: auto;
  }

  .supporters {
    height: auto;
  }

  .achievements {
    max-width: 100%;
    min-width: 1280px;
  }

  .div-block-22 {
    width: 27%;
    max-width: 400px;
  }

  .video-2 {
    width: 800px;
    height: 360px;
    max-height: none;
    max-width: none;
    object-fit: fill;
    margin: 56px 10px 0;
    position: relative;
    overflow: visible;
  }

  .image-27 {
    z-index: 0;
    position: relative;
    top: 115px;
  }

  .grid-10 {
    width: 100%;
    height: 250px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-mobile {
    display: none;
  }

  .image-37 {
    width: 287px;
    position: relative;
    top: -145px;
  }

  .image-38 {
    display: none;
  }

  .image-44 {
    display: none;
    position: absolute;
  }

  .image-46 {
    padding-right: 40px;
  }

  .header {
    position: fixed;
  }

  .nav-link-2.navlink-mobile.navlink-desktop {
    color: red;
  }

  .success-message {
    background-color: #fff;
  }

  .text-block-9 {
    color: #003be5;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }

  .text-block-10 {
    color: #f85454;
  }

  .error-message {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    top: 0;
    bottom: 0;
  }

  .youtube {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    background-position: 50%;
    background-repeat: repeat;
    background-size: 100% 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-24 {
    width: 1034px;
    height: auto;
    margin-top: 56px;
  }

  .grid-11 {
    grid-column-gap: 80px;
    grid-template: "."
    / auto 516px;
    justify-content: start;
  }

  .grid-12 {
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: start;
    align-items: start;
    justify-items: start;
  }

  .manifesto {
    text-align: center;
    background-image: url('../images/manifesto-mid-right.svg'), url('../images/manifesto-top-left.svg');
    background-position: 100%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .card {
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .06), 0 0 3px 1px rgba(0, 0, 0, .1);
  }

  .impact-wrapper {
    max-width: 800px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 300px;
    display: flex;
  }

  .impact-heading.future-heading {
    margin-top: 160px;
  }

  .number-description {
    color: #7ee1e7;
    letter-spacing: 0;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
  }

  .grid-16 {
    align-content: stretch;
    justify-content: stretch;
    align-items: center;
    justify-items: center;
  }

  .support-card {
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .hero.cc-store-home-wrap {
    height: auto;
    max-width: none;
    margin-top: 136px;
    margin-right: 40px;
    padding-left: 40px;
    overflow: visible;
  }

  .hero.cc-product-detail {
    flex-direction: column;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
    transition-property: none;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    z-index: 1;
    background-color: #006dfb;
    flex: 1;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .apoie {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
    position: static;
  }

  .text-field.cc-quantity-field {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    background-color: #006dfb;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrapper {
    max-width: none;
    min-width: auto;
    grid-template-columns: minmax(445px, 1fr) auto;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 52px;
    overflow: hidden;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-content {
    max-width: none;
    min-width: auto;
    margin-top: 23px;
  }

  .intro-text {
    width: auto;
    max-width: 445px;
    min-width: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

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

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .intro-link {
    margin-top: 100px;
    margin-left: 0;
  }

  .text-block {
    font-size: 18px;
  }

  .banner-title {
    max-width: 445px;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 104%;
  }

  .banner-paragraph {
    padding-top: 27px;
    font-size: 18px;
  }

  .heading {
    display: none;
  }

  .about {
    height: auto;
    max-width: none;
    min-width: auto;
    background-image: url('../images/about-background-md.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 168px;
    justify-content: space-between;
    padding: 93px 40px 46px;
    display: block;
  }

  .body-content {
    width: 100%;
    max-width: 360px;
    min-width: 0;
    margin-left: 20px;
  }

  .paragraph {
    width: 100%;
    padding-bottom: 0;
    font-size: 16px;
  }

  .impact {
    height: auto;
    max-width: none;
    overflow: hidden;
  }

  .future-heading {
    max-width: 398px;
    letter-spacing: -.01em;
    font-size: 32px;
    line-height: 120%;
  }

  .impact-list-item-text {
    max-width: 369px;
    font-size: 16px;
  }

  .impact-list-item, .mains-itens, .div-block-3 {
    width: 100%;
    max-width: 500px;
    min-width: 0;
  }

  .impact-list-item-image {
    padding-right: 25px;
  }

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

  .impact-paragraph {
    width: 400px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 150%;
  }

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

  .heading-6.small {
    display: none;
  }

  .div-block-4 {
    width: 97%;
    padding-top: 0;
  }

  .heading-7 {
    text-align: center;
    margin-top: 40px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 32px;
    font-weight: 600;
  }

  .image-7 {
    width: 130px;
    height: 150px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 57%;
    bottom: 0;
  }

  .image-11 {
    width: 104px;
    height: 239px;
  }

  .image-12 {
    width: 106px;
    height: 245px;
  }

  .image-13 {
    width: 100%;
    height: auto;
    max-width: 344px;
    margin-right: 0;
    display: block;
    position: relative;
    bottom: auto;
    right: -25px;
  }

  .image-14 {
    width: 269%;
    height: 269px;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-6 {
    width: 100%;
    height: 400px;
    max-width: 1269px;
    min-width: 768px;
    margin-top: 69px;
    margin-left: 0;
  }

  .impact-list-items {
    margin-top: 48px;
  }

  .div-block-8 {
    height: 400px;
    max-width: 1279px;
    min-width: 768px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .impact-numbers {
    width: 100%;
    max-width: none;
    min-width: auto;
    justify-items: center;
    margin-top: 56px;
    margin-left: 0;
  }

  .number-value {
    letter-spacing: -.05em;
    font-size: 72px;
  }

  .text-block-4 {
    font-size: 72px;
  }

  .text-block-5 {
    margin-top: 50px;
    font-size: 72px;
  }

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

  .text-span-2, .text-span-3 {
    font-weight: 500;
  }

  .testimonials-wrapper {
    width: 100%;
    max-width: 527px;
    min-width: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-flow: column;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .impact-reference {
    width: 530px;
    min-width: 530px;
    text-align: center;
    margin-top: 40px;
  }

  .grid-3 {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: 0;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    justify-items: center;
    margin-top: -59px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: grid;
  }

  .card-container {
    width: 100%;
  }

  .card-container.middle-card {
    z-index: 1;
    width: 70%;
    height: auto;
    max-height: 240px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 24px 24px 0;
    display: flex;
    top: 0;
  }

  .card-container.last-card {
    z-index: 1;
    width: 70%;
    height: auto;
    min-width: 0;
    flex-direction: row;
    padding: 0 24px 24px 0;
    top: 0;
  }

  .card-container.first-card {
    z-index: 1;
    width: 70%;
    height: 172px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 24px 24px 0;
    position: static;
  }

  .card-image {
    width: 62px;
    height: 62px;
    top: 24px;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: translate(-50%);
  }

  .heading-9 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-5 {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
  }

  .card-content {
    width: auto;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    line-height: 22px;
  }

  .support {
    height: auto;
  }

  .impact-background-left {
    width: auto;
    height: 239px;
    top: 425px;
    bottom: auto;
    left: -31px;
  }

  .div-block-11 {
    width: 100%;
    max-width: 1279px;
    min-width: 0;
    justify-content: center;
    align-items: center;
  }

  .impact-image-right {
    width: auto;
    height: 314px;
    top: 470px;
    bottom: 0%;
    left: auto;
    right: -46px;
  }

  .div-block-12 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-13 {
    height: 250px;
    background-color: #e5e5e5;
  }

  .button-2 {
    width: 260px;
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 124px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
  }

  .button-2.button-desktop {
    margin-top: 32px;
    padding: 12px 16px;
  }

  .supporters {
    height: auto;
    max-width: 432px;
    justify-content: flex-start;
    margin-top: 112px;
  }

  .image-19 {
    width: 64px;
    height: auto;
  }

  .image-20 {
    width: 133px;
  }

  .media {
    height: auto;
    max-width: none;
    min-width: auto;
  }

  .grid-5 {
    width: 90%;
    grid-column-gap: 14px;
    margin-top: 0;
  }

  .media-block {
    width: 120px;
    height: 120px;
  }

  .image-21 {
    width: 144px;
    height: 168px;
  }

  .contact-section {
    height: auto;
  }

  .grid-7 {
    width: 85%;
    height: 400px;
    grid-template-columns: 2fr 2fr;
    justify-content: start;
  }

  .image-22 {
    width: 130px;
    height: 125px;
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .form {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .form-block-2 {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .input {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .input-text {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .submit-button {
    margin-top: 35px;
    padding: 10px 16px;
  }

  .achievements {
    height: auto;
    justify-content: space-between;
    padding-bottom: 80px;
  }

  .grid-8 {
    width: 75%;
    max-width: 1150px;
    min-width: 400px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: baseline;
    margin-top: 149px;
  }

  .achievement {
    padding-right: 16px;
  }

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

  .image-24 {
    height: 190px;
    margin-top: 10px;
    padding-top: 0;
  }

  .paragraph-7 {
    margin-top: 88px;
  }

  .div-block-21 {
    justify-content: space-around;
  }

  .div-block-22 {
    width: 45%;
  }

  .link {
    margin-bottom: 50px;
  }

  .image-25 {
    margin-bottom: 0;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .video-2 {
    width: 504px;
    height: 303px;
  }

  .image-27 {
    z-index: 0;
    width: 285px;
    height: 284px;
    display: block;
    position: relative;
    top: -170px;
    bottom: 0;
  }

  .image-28 {
    width: 60px;
  }

  .grid-10 {
    width: 100%;
    height: 250px;
    max-width: 1279px;
    min-width: 768px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }

  .image-29 {
    width: 114px;
  }

  .image-30 {
    width: 66px;
  }

  .image-mobile {
    margin-top: -125px;
    margin-bottom: 0;
    display: block;
    position: relative;
    left: 0;
  }

  .image-32, .image-33, .image-34, .image-35 {
    width: 95px;
  }

  .image-36 {
    width: 265px;
    height: auto;
  }

  .image-37, .image-38, .img-mobile {
    display: none;
  }

  .contact {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-39 {
    display: none;
  }

  .image-40 {
    width: 104px;
  }

  .image-41 {
    display: none;
  }

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

  .image-43 {
    width: 167px;
    display: block;
    bottom: -44px;
    left: 0;
    overflow: visible;
  }

  .image-44, .image-45 {
    display: none;
  }

  .image-46 {
    width: 300px;
    margin-left: -25px;
  }

  .nav-menu.navmenu-mobile {
    width: 60%;
  }

  .white-logo {
    width: 166px;
    height: 84px;
    margin-left: 0;
    padding-top: 0;
    bottom: auto;
    left: auto;
  }

  .nav-link {
    padding: 12px 16px;
    font-size: 14px;
  }

  .header {
    height: 136px;
  }

  .nav-link-2.navlink-mobile {
    font-size: 14px;
  }

  .nav-link-2.navlink-mobile:hover {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-3.navlink-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .div {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-50 {
    display: none;
  }

  .success-message {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-block-9 {
    color: #003be5;
    position: relative;
    right: 31px;
  }

  .text-block-10 {
    text-align: center;
  }

  .error-message {
    width: 100%;
    font-size: 12px;
    top: -101px;
  }

  .blue-logo {
    width: 166px;
    height: 84px;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-24 {
    width: 540px;
    height: auto;
  }

  .grid-11 {
    grid-template-columns: auto 348px;
    justify-content: start;
  }

  .grid-12 {
    max-width: none;
  }

  .testimonials {
    display: block;
  }

  .card {
    padding: 24px 24px 24px 55px;
  }

  .impact-wrapper {
    max-width: 551px;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 130px;
    display: flex;
  }

  .impact-heading.future-heading {
    margin-top: 104px;
  }

  .number-description {
    max-width: 148px;
  }

  .testimonials-left-frame {
    width: 285px;
    top: 200px;
    left: -22px;
  }

  .supporters-heading {
    letter-spacing: -.01em;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
  }

  .grid-15 {
    grid-row-gap: 32px;
    align-items: center;
    justify-items: center;
  }

  .image-52 {
    width: 133px;
  }

  .text-block-11 {
    margin-top: 12px;
  }

  .brand-logo-container {
    width: 114px;
    justify-content: center;
    align-items: center;
    padding: 32px 24px;
  }

  .logo-ifood {
    width: 64px;
  }

  .logo-xp {
    width: 114px;
  }

  .logo-syhus {
    width: 66px;
  }

  .media-heading {
    margin-top: 88px;
    font-size: 32px;
    line-height: 120%;
  }

  .media-link {
    width: 120px;
    height: 120px;
  }

  .image-61 {
    width: 95px;
  }

  .image-62 {
    width: 88px;
  }

  .image-63 {
    width: 98px;
  }

  .image-64 {
    width: 106px;
  }

  .image-65 {
    width: 90px;
  }

  .support-card {
    max-width: 687px;
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    margin-top: 112px;
    margin-bottom: -137px;
    padding: 40px;
    overflow: hidden;
  }

  .support-image {
    width: 292px;
  }

  .contact-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 0;
  }

  .support-card-heading {
    letter-spacing: -.01em;
    margin-top: 0;
    margin-left: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
  }

  .image-66 {
    width: 144px;
    top: 395px;
  }

  .achievements-grid {
    max-width: 558px;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    margin-top: 200px;
  }

  .image-67 {
    left: -67px;
  }

  .brand, .brand.w--current {
    width: 166px;
    height: 84px;
  }

  .footer-logo {
    width: 100%;
  }

  .trybe__container {
    text-align: left;
    flex: 1;
    margin-top: 90px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .trybe__container.banner-google {
    margin-top: 60px;
  }

  .lp-google-paragraph {
    color: #29313d;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
  }

  .columns-44 {
    flex-direction: column;
  }

  .lp-google-h1 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
  }

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

  .image-135 {
    display: none;
  }

  .column-91 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .trybe__section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding: 17px 20px;
    display: block;
  }

  .trybe__section.banner-google {
    border-top: 3px solid #006dfb;
    border-right-width: 0;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0 0 60px;
  }

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

  .text-block-201 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero.cc-store-home-wrap {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: auto;
    margin-top: 88px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    height: 90px;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    height: 90px;
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .logo-image {
    width: 120px;
  }

  .cart-container {
    min-width: 360px;
  }

  .hero-wrapper {
    height: auto;
    max-width: none;
    min-width: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: flex-start;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 52px;
  }

  .intro-content {
    width: 70%;
    max-width: none;
    min-width: 0;
    margin-top: 40px;
    padding-top: 0;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    height: auto;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .intro-link {
    height: auto;
    margin-top: 24px;
  }

  .text-block {
    font-size: 12px;
  }

  .banner-title {
    font-size: 32px;
  }

  .about {
    height: auto;
    max-width: none;
    min-width: auto;
    background-image: url('../images/about-background-landscape.svg');
    background-position: 100% 30%;
    background-repeat: no-repeat;
    background-size: auto 168px;
    justify-content: space-around;
    padding-top: 80px;
    display: flex;
  }

  .body-content {
    margin-left: 40px;
  }

  .paragraph {
    max-width: 356px;
    border: 1px #000;
    margin-top: 20px;
  }

  .impact {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: auto;
    padding: 0;
  }

  .future-heading {
    width: 275px;
    font-size: 20px;
  }

  .impact-list-item-text {
    text-align: center;
    margin-top: 20px;
    line-height: 26px;
  }

  .impact-list-item {
    width: auto;
    max-width: none;
    flex-direction: column;
  }

  .paragraph-3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .mains-itens {
    width: auto;
    max-width: none;
    flex-direction: column;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 0;
  }

  .div-block-3 {
    width: auto;
    max-width: none;
    flex-direction: column;
  }

  .impact-list-item-image, .image-3 {
    width: 56px;
    padding-right: 0;
  }

  .image-4 {
    width: 56px;
    margin-top: -8px;
    padding-right: 0;
  }

  .heading-4 {
    width: 396px;
    font-size: 20px;
    line-height: 30px;
  }

  .impact-paragraph {
    width: auto;
    line-height: 24px;
  }

  .heading-6.not-small {
    display: none;
  }

  .heading-6.small {
    max-width: 356px;
    display: block;
  }

  .div-block-4 {
    border-style: solid none none;
    border-width: 1px;
    padding-top: 24px;
  }

  .text-block-2 {
    color: #3d495c;
    padding-top: 0;
    font-size: 12px;
  }

  .heading-7 {
    z-index: 1;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 20px;
    position: static;
    top: 24px;
  }

  .image-7 {
    width: 150px;
    height: 180px;
    top: 20%;
  }

  .image-11 {
    width: 73px;
    height: 170px;
  }

  .image-12 {
    width: 78px;
    height: 180px;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    width: 233px;
    height: 233px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
  }

  .div-block-6 {
    height: auto;
    max-width: 768px;
    min-width: 320px;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
  }

  .impact-list-items {
    height: auto;
  }

  .div-block-8 {
    height: auto;
    max-width: none;
    min-width: auto;
    justify-content: flex-start;
    margin-bottom: 121px;
  }

  .impact-numbers {
    max-width: none;
    min-width: auto;
    grid-row-gap: 76px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 94px;
  }

  .text-block-5 {
    margin-top: 0;
  }

  .testimonials-wrapper {
    height: auto;
    max-width: none;
    min-width: 0;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .impact-reference {
    width: 288px;
    min-width: 0;
    opacity: .8;
    text-shadow: none;
    margin-top: 50px;
  }

  .grid-3 {
    width: auto;
    height: auto;
    max-width: none;
    min-width: 0;
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: -59px;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    position: static;
    top: auto;
  }

  .card-container {
    width: auto;
    height: auto;
    min-width: auto;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    padding: 0;
  }

  .card-container.middle-card {
    width: 80%;
    max-height: 0;
    min-height: 300px;
    flex-direction: column;
    padding-top: 24px;
    padding-left: 24px;
  }

  .card-container.last-card {
    width: auto;
    flex-direction: column;
    padding-left: 24px;
  }

  .card-container.first-card {
    width: 100%;
    height: auto;
    min-width: auto;
    text-align: center;
    border-style: none;
    flex-direction: column;
    justify-content: center;
    padding-top: 24px;
    padding-left: 24px;
  }

  .card-image {
    width: 62px;
    height: 62px;
    top: 24px;
    left: 0;
  }

  .heading-9 {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

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

  .card-content {
    text-align: left;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .support {
    height: auto;
    max-width: none;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .impact-background-left {
    width: auto;
    height: 200px;
    display: block;
    top: 780px;
    bottom: auto;
    left: -41px;
  }

  .div-block-11 {
    width: auto;
    max-width: none;
    min-width: auto;
  }

  .impact-image-right {
    z-index: 0;
    width: auto;
    height: 243px;
    display: block;
    top: 1120px;
    bottom: auto;
    left: auto;
    right: -22px;
  }

  .div-block-12 {
    max-width: 769px;
    min-width: 320px;
  }

  .div-block-13 {
    height: 300px;
    max-width: 768px;
    min-width: 320px;
    align-items: center;
    margin-top: 148px;
  }

  .button-2.button-desktop {
    margin-top: 32px;
    margin-bottom: 0;
    display: block;
  }

  .supporters {
    height: auto;
    justify-content: space-around;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .image-20 {
    padding-left: 0;
  }

  .media {
    height: auto;
    max-width: none;
    min-width: auto;
    margin-top: 0;
  }

  .heading-7 {
    margin-top: 24px;
    position: static;
  }

  .grid-5 {
    max-width: none;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-self: auto;
    margin-bottom: 90px;
    display: flex;
  }

  .media-block {
    width: 117px;
    height: 117px;
  }

  .grid-6 {
    align-items: center;
  }

  .contact-section {
    z-index: 2;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .grid-7 {
    width: 100%;
    height: auto;
    max-width: none;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    align-items: start;
    margin-top: 0;
    display: flex;
  }

  .image-22 {
    text-align: left;
    display: none;
    bottom: 54px;
    left: -18px;
  }

  .form {
    width: 90%;
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: grid;
  }

  .form-block-2 {
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-left: 0;
    position: relative;
  }

  .field-label {
    margin-bottom: 11px;
  }

  .input {
    margin-bottom: 10px;
    padding-left: 8px;
  }

  .submit-button {
    margin-top: 16px;
  }

  .achievements {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-top: 0;
    padding: 0 5px 100px;
    display: flex;
  }

  .grid-8 {
    width: 85%;
    grid-row-gap: 37px;
    margin-top: 290px;
  }

  .achievement {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .paragraph-6 {
    width: 100%;
    max-width: none;
    text-align: center;
  }

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

  .image-24 {
    width: 150px;
    height: 90px;
    text-align: left;
    display: none;
    position: relative;
    left: -16px;
  }

  .paragraph-7 {
    margin-top: 56px;
    margin-bottom: 0;
    line-height: 32px;
  }

  .div-block-22 {
    min-width: 350px;
  }

  .image-25 {
    margin-top: 0;
  }

  .video-2 {
    width: 398px;
    height: 220px;
    padding-bottom: 0;
  }

  .image-27 {
    display: none;
    top: -238px;
  }

  .image-28 {
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .grid-10 {
    height: 200px;
    max-width: 768px;
    min-width: 320px;
    align-self: center;
    align-items: center;
  }

  .image-mobile {
    margin-top: 0;
    padding-left: 0;
    display: none;
    left: 0;
  }

  .image-36, .image-37 {
    display: none;
  }

  .image-38 {
    width: 500px;
    text-align: right;
    align-self: flex-end;
    display: block;
  }

  .img-mobile {
    width: 233px;
    display: block;
  }

  .contact {
    z-index: 1;
    width: 100%;
    height: auto;
    background-color: var(--white);
    text-align: left;
    background-image: url('../images/Image-9.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 130px 122px;
    border-radius: 4px;
    align-items: flex-start;
    padding-top: 46px;
    padding-bottom: 46px;
    position: static;
  }

  .image-39 {
    width: 256px;
    text-align: center;
    display: block;
    position: relative;
    left: 50px;
  }

  .image-40 {
    width: 104px;
    margin-top: 24px;
  }

  .image-41 {
    width: 277px;
    margin-top: 25px;
    display: block;
  }

  .div-block-23 {
    align-items: center;
  }

  .image-43 {
    width: 130px;
    bottom: 0;
    left: 0;
  }

  .image-44 {
    display: none;
  }

  .image-45 {
    width: 257px;
    text-align: center;
    margin-left: 55px;
    display: block;
  }

  .image-46 {
    display: none;
  }

  .nav-menu {
    border-radius: 2px;
  }

  .nav-menu.nav-hamburger {
    width: 288px;
    height: 165px;
    color: #29313d;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-around;
    display: none;
  }

  .nav-menu.nav-hamburger.navlink-hamburger {
    display: none;
  }

  .nav-menu.navmenu-mobile {
    width: 70%;
    height: 168px;
    color: #29313d;
    background-color: #fff;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: fixed;
    top: 13%;
    bottom: auto;
    left: auto;
    right: 5%;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .12);
  }

  .white-logo {
    width: 112px;
    height: 56px;
    margin-left: 0;
    padding-top: 0;
    display: block;
    bottom: auto;
  }

  .nav-link {
    color: #29313d;
    text-align: center;
  }

  .header {
    height: 88px;
  }

  .nav-link-2.navlink-hambuger {
    color: #29313d;
    display: none;
  }

  .nav-link-2.navlink-mobile {
    color: #29313d;
    text-align: center;
    background-color: #fff;
  }

  .nav-link-2.navlink-mobile:hover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-3.navlink-mobile {
    width: 100%;
    height: 60px;
    opacity: 1;
    color: #29313d;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid rgba(0, 109, 251, .16);
    border-bottom: 1px solid rgba(0, 109, 251, .16);
    margin-left: 0;
    padding-top: 15px;
  }

  .nav-link-3.navlink-mobile:hover {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .div {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .menu-button-2 {
    width: 40px;
    height: 40px;
    color: #006dfb;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .menu-button-2.w--open {
    color: #29313d;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .menu-button-2.nav-hamburger.navlink-hamburger {
    color: #29313d;
    display: block;
  }

  .icon-2 {
    width: 40px;
    height: 40px;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 0;
    padding-top: 9px;
    font-size: 20px;
    display: block;
  }

  .image-48 {
    width: 24px;
    margin: 8px;
    padding-left: 0;
    display: block;
  }

  .image-48:active {
    opacity: 0;
    display: block;
  }

  .image-49 {
    padding-top: 8px;
    padding-left: 8px;
    display: none;
    overflow: visible;
  }

  .image-49:active {
    display: block;
  }

  .image-50 {
    width: 260px;
    display: block;
    position: relative;
    left: 14px;
  }

  .success-message {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 101px;
    margin-right: 52px;
    font-size: 18px;
  }

  .text-block-10 {
    position: relative;
    top: -31px;
    right: 0;
  }

  .error-message {
    margin-bottom: -63px;
  }

  .blue-logo {
    width: 112px;
    height: 56px;
    margin-left: 0;
    padding-top: 0;
  }

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

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

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

  .manifesto, .testimonials {
    padding-left: 40px;
    padding-right: 40px;
  }

  .textarea {
    border: 1px #000;
    border-bottom-style: solid;
    padding-left: 8px;
  }

  .input-group {
    grid-template-columns: 1fr;
  }

  .input-group.input-message {
    margin-top: 24px;
  }

  .contact-bg {
    z-index: 0;
    width: 100%;
    height: 50%;
    background-color: #003be5;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .testimonials-left-frame {
    display: none;
  }

  .media-heading {
    letter-spacing: -.01em;
    font-size: 20px;
    line-height: 150%;
  }

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

  .media-link {
    width: 128px;
    height: 128px;
  }

  .image-61 {
    width: 100px;
  }

  .image-62 {
    width: 95px;
  }

  .image-63 {
    width: 101px;
  }

  .image-64 {
    width: 114px;
  }

  .image-65 {
    width: 95px;
  }

  .support-card {
    max-width: none;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(16px, 1fr) auto minmax(16px, 1fr);
    margin-top: 64px;
    margin-bottom: -400px;
    padding-left: 0;
    padding-right: 0;
  }

  .support-image {
    display: none;
  }

  .support-image-mobile {
    width: 258px;
    display: block;
  }

  .support-card-heading {
    font-size: 20px;
    line-height: 150%;
  }

  .image-66 {
    width: 123px;
    top: 457px;
  }

  .achievements-grid {
    width: 100%;
    max-width: 397px;
    grid-template-rows: auto auto;
    align-items: stretch;
    justify-items: center;
    margin-top: 456px;
  }

  .image-67 {
    width: 148px;
    left: -21px;
  }

  .footer-logo-link {
    padding-left: 0;
  }

  .brand, .brand.w--current {
    width: 112px;
    height: 56px;
    padding-left: 0;
  }

  .trybe__container {
    max-width: 100%;
    min-width: 0;
    margin-top: 0;
  }

  .column-91 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trybe__section {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    top: -131px;
    left: 6px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .hero.cc-store-home-wrap {
    height: auto;
    max-width: none;
    min-width: auto;
    margin-top: 88px;
    padding-left: 24px;
    display: block;
  }

  .hero.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .apoie {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-wrap {
    display: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .hero-wrapper {
    height: auto;
    max-width: none;
    min-width: auto;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 16px;
    padding-bottom: 52px;
  }

  .intro-content {
    width: 90%;
    max-width: none;
    min-width: 320px;
    padding: 0;
  }

  .intro-text {
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .footer {
    height: auto;
    padding-top: 0;
  }

  .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

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

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .intro-link {
    width: 200px;
    margin-left: 15px;
  }

  .banner-title {
    line-height: 38.4px;
  }

  .about {
    height: auto;
    max-width: none;
    min-width: auto;
    background-image: url('../images/about-background-sm-xsm.svg');
    background-position: 100% 25%;
    background-repeat: no-repeat;
    background-size: auto 168px;
    padding: 80px 16px 56px;
    position: static;
  }

  .body-content {
    width: 100%;
    max-width: none;
    min-width: auto;
    object-fit: fill;
    margin-left: 15px;
  }

  .paragraph {
    min-width: auto;
    border: 1px #000;
  }

  .impact {
    height: auto;
    max-width: none;
    min-width: auto;
    justify-content: space-between;
    margin-left: 0;
    padding: 0 5px;
    display: block;
  }

  .future-heading {
    width: 100%;
    max-width: 247px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 150%;
  }

  .impact-list-item-text {
    width: 100%;
    max-width: 396px;
    margin-top: 24px;
  }

  .impact-list-item {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .paragraph-3 {
    width: 288px;
  }

  .mains-itens {
    max-width: 288px;
    min-width: 288px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-4 {
    width: 288px;
    padding-top: 24px;
  }

  .div-block-3 {
    max-width: 288px;
    min-width: 288px;
  }

  .heading-4 {
    width: 288px;
  }

  .impact-paragraph {
    width: 100%;
  }

  .image-5 {
    margin-left: 14px;
  }

  .heading-6 {
    width: 100%;
    min-width: auto;
    overflow: visible;
  }

  .heading-6.not-small {
    display: none;
  }

  .heading-6.small {
    width: 287px;
    display: block;
  }

  .bold-paragraph.no-bold {
    font-weight: 400;
  }

  .div-block-4 {
    width: 100%;
    min-width: auto;
    border-top-style: solid;
    padding-top: 24px;
  }

  .text-block-2 {
    align-self: auto;
  }

  .heading-7 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
  }

  .image-7 {
    right: 39%;
  }

  .div-block-5 {
    height: 300px;
  }

  .image-11 {
    top: 56px;
    left: -1px;
    right: 15px;
  }

  .image-12 {
    top: -33px;
  }

  .image-14 {
    width: 223px;
    height: 223px;
    display: block;
    left: 0;
  }

  .div-block-6 {
    max-width: none;
  }

  .impact-list-items {
    width: auto;
    height: auto;
    max-width: none;
    grid-row-gap: 66px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 45px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-8 {
    height: 1000px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .impact-numbers {
    grid-row-gap: 36px;
    grid-template-rows: auto auto auto;
    margin-top: 40px;
  }

  .number-value {
    letter-spacing: -.03em;
    font-size: 40px;
    line-height: 150%;
  }

  .text-block-4 {
    font-size: 40px;
  }

  .text-block-5 {
    width: 200px;
    font-size: 40px;
  }

  .text-span-3 {
    width: 200px;
  }

  .testimonials-wrapper {
    height: auto;
    max-width: none;
    min-width: auto;
  }

  .impact-reference {
    width: 288px;
    margin-top: 40px;
    font-size: 12px;
    line-height: 150%;
  }

  .grid-3 {
    height: auto;
    max-width: none;
    min-width: auto;
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto auto auto;
    margin-top: -65px;
    position: static;
    top: -115px;
  }

  .card-container {
    max-width: 398px;
    box-shadow: none;
  }

  .card-container.middle-card {
    width: 100%;
    max-width: 288px;
    min-height: auto;
    min-width: auto;
    justify-content: center;
  }

  .card-container.last-card {
    max-width: 288px;
    min-width: 288px;
  }

  .card-container.first-card {
    width: 100%;
    height: auto;
    max-width: 288px;
    min-width: auto;
  }

  .card-image {
    top: 0%;
    bottom: auto;
    left: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
  }

  .heading-9 {
    margin-top: 20px;
  }

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

  .card-content {
    align-items: center;
  }

  .support {
    width: 100%;
    height: auto;
    max-width: none;
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .impact-background-left {
    width: auto;
    height: 199px;
    display: block;
    top: 760px;
    bottom: auto;
    left: -41px;
    right: auto;
  }

  .div-block-11 {
    width: 320px;
    height: auto;
    max-width: 320px;
    min-width: 320px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 96px;
  }

  .impact-image-right {
    width: auto;
    display: none;
    position: absolute;
    top: 1030px;
    bottom: auto;
    left: auto;
    right: -25px;
  }

  .div-block-12 {
    height: 300px;
    max-width: none;
    justify-content: space-around;
  }

  .div-block-13 {
    height: auto;
    max-width: none;
    min-width: auto;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0;
  }

  .supporters {
    height: auto;
    max-width: none;
    margin-top: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .media {
    height: auto;
    max-width: none;
    min-width: auto;
    background-image: none;
    padding-left: 14px;
    padding-right: 14px;
  }

  .grid-5 {
    width: auto;
    max-width: none;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .media-block {
    position: relative;
  }

  .grid-6 {
    height: 100px;
    margin-top: 28px;
    margin-bottom: 40px;
  }

  .contact-section {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    grid-template: "Area" .5fr
                   "Area" .5fr
                   / 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .grid-7 {
    z-index: 2;
    width: auto;
    height: auto;
    max-width: none;
    background-image: url('../images/support-bg-sm-xsm.svg');
    background-position: -16px 100%;
    background-repeat: no-repeat;
    background-size: 130px 122px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: static;
  }

  .image-22 {
    margin-top: 0;
    display: none;
    bottom: 53px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .form-block-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .field-label {
    margin-top: 0;
    margin-bottom: 0;
  }

  .input {
    width: 100%;
    padding-left: 8px;
    font-size: 12px;
  }

  .input-text {
    font-size: 12px;
  }

  .submit-button {
    margin-top: 0;
  }

  .achievements {
    z-index: auto;
    width: 100%;
    height: auto;
    max-width: none;
    min-width: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-top: 0;
    margin-right: 0;
    padding: 0 16px 80px;
    display: flex;
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .grid-8 {
    max-width: 320px;
    min-width: 320px;
    justify-items: center;
    margin-top: 0;
  }

  .achievement {
    width: 100%;
  }

  .grid-9 {
    height: auto;
    align-content: end;
    align-items: center;
  }

  .image-24 {
    display: none;
    bottom: 0;
  }

  .paragraph-7 {
    margin-bottom: 0;
  }

  .div-block-22 {
    max-width: 320px;
    min-width: 245px;
    flex-direction: column;
  }

  .video-2 {
    z-index: 1;
    width: 290px;
    height: 162px;
  }

  .image-27 {
    width: 100%;
    height: 100%;
    display: none;
  }

  .image-28 {
    align-self: auto;
  }

  .grid-10 {
    height: 300px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .image-mobile {
    top: 9px;
  }

  .image-38 {
    width: 100%;
  }

  .img-mobile {
    z-index: 1;
    position: relative;
  }

  .contact {
    width: 100%;
    height: auto;
    justify-content: space-between;
  }

  .image-39 {
    left: 0;
  }

  .image-41 {
    width: 180px;
  }

  .image-44 {
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-right: -80px;
    display: block;
    position: absolute;
    bottom: 119px;
  }

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

  .nav-menu.navmenu-mobile {
    z-index: 2;
    position: fixed;
    top: 12%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .white-logo {
    width: 112px;
    height: 56px;
    padding-top: 0;
    display: block;
  }

  .nav-link {
    z-index: 2;
  }

  .header {
    height: 88px;
  }

  .nav-link-2.navlink-mobile, .nav-link-3.navlink-mobile {
    z-index: 2;
  }

  .div {
    margin-left: 24px;
    margin-right: 24px;
  }

  .menu-button-2 {
    margin-top: 0;
  }

  .image-50 {
    width: auto;
  }

  .success-message {
    margin-right: -5px;
  }

  .text-block-9 {
    width: 100%;
  }

  .text-block-10 {
    line-height: 22px;
    top: 89px;
  }

  .blue-logo {
    width: 112px;
    height: 56px;
    margin-left: 0;
    padding-top: 0;
    display: block;
  }

  .youtube {
    max-height: none;
    max-width: none;
    margin-top: 24px;
  }

  .div-block-24 {
    width: 398px;
    height: auto;
  }

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

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

  .manifesto {
    background-size: 80px, 65px;
    padding: 10px 23px 80px;
  }

  .testimonials {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .textarea {
    border: 1px #000;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-left: 8px;
  }

  .input-group, .grid-14 {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .contact-bg-1 {
    z-index: 1;
    width: 100%;
    height: 50%;
    background-color: var(--black);
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .contact-bg {
    width: 100%;
    height: 50%;
    background-color: #003be5;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-51 {
    width: auto;
    height: auto;
  }

  .card {
    padding-left: 24px;
  }

  .impact-wrapper {
    max-width: 399px;
    padding-bottom: 345px;
  }

  .number-description {
    max-width: 215px;
    margin-top: 4px;
    line-height: 160%;
  }

  .impact-image-right-mobile {
    width: 320px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 138px;
    left: auto;
    right: 0%;
  }

  .supporters-heading {
    margin-top: 96px;
    font-size: 20px;
    line-height: 150%;
  }

  .image-52 {
    width: 101px;
  }

  .text-block-11 {
    margin-top: 12px;
  }

  .brand-logo-container {
    width: 88px;
    padding: 23px 19px;
  }

  .logo-ifood {
    width: 50px;
  }

  .logo-xp {
    width: 83px;
  }

  .logo-syhus {
    width: 51px;
  }

  .support-card {
    z-index: 2;
    margin-bottom: -354px;
    overflow: visible;
  }

  .contact-form {
    overflow: visible;
  }

  .support-image-mobile {
    margin-right: 0;
  }

  .image-66 {
    top: 373px;
    right: 0%;
    overflow: visible;
  }

  .achievements-grid {
    margin-top: 396px;
  }

  .image-67 {
    bottom: -13px;
    left: -21px;
  }

  .trybe__container {
    height: auto;
    max-width: 100%;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 70px 0 0;
    display: block;
    overflow: visible;
  }

  .text-block-199 {
    font-size: 18px;
  }

  .lp-google-paragraph.banner {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .lp-google-h1 {
    color: #29313d;
    font-size: 35px;
    font-weight: 300;
    line-height: 120%;
  }

  .lp-google-h1.banner {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
  }

  .column-91 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trybe__section {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .trybe__section.banner-google {
    margin-top: 0;
  }
}

#w-node-_712ecc79-f634-3cb5-2d0c-eefdce22798c-b6fb69a8 {
  order: 9999;
}

#w-node-_56f2b96e-ae6e-7af1-6a3b-a2d7387904c7-b6fb69a8 {
  order: -9999;
}

#w-node-a4dbd517-b14c-ca4d-f513-ba296a6ed638-b6fb69a8 {
  align-self: center;
  justify-self: center;
}

#w-node-e8661801-71c3-ad78-5d7b-b91dba0d0f42-b6fb69a8 {
  align-self: center;
  justify-self: auto;
}

#w-node-_53ffc09a-53f2-1f58-537d-2c8b196093b4-b6fb69a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b75ed94-3e05-65ee-7c31-0cd71812f6e0-b6fb69a8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_48cab03e-b63d-724a-d84b-b2a1acd06563-b6fb69a8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_02fad5ce-0d11-08ed-2078-34993efb3e67-b6fb69a8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9e986c55-5980-0ea1-cd42-6875d810be4e-b6fb69a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a9ef2ecb-c73f-ca60-5428-123e93153b81-b6fb69a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a5f9f78-6377-7d7b-0c7a-c3cd303f7e7e-b6fb69a8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-eb5c8ee7-ce73-78d8-fe95-607fe6a01e24-b6fb69a8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b12c2c14-300a-3a2c-76cb-e3ce51dd814b-b6fb69a8 {
  order: 9999;
}

#w-node-_0da3804d-6469-4557-213f-01c7b524b563-b6fb69a8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_1d60fad3-4d45-4296-5f65-329a254106b9-b6fb69a8, #w-node-a4dbd517-b14c-ca4d-f513-ba296a6ed638-b6fb69a8, #w-node-e8661801-71c3-ad78-5d7b-b91dba0d0f42-b6fb69a8, #w-node-_718ae232-bdfe-8ca3-2357-40c9c442531e-b6fb69a8, #w-node-_5d1de6ad-062c-d5b2-8365-51a4f0f186a0-b6fb69a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a4dbd517-b14c-ca4d-f513-ba296a6ed638-b6fb69a8 {
    justify-self: start;
  }

  #w-node-_9e986c55-5980-0ea1-cd42-6875d810be4e-b6fb69a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b12c2c14-300a-3a2c-76cb-e3ce51dd814b-b6fb69a8 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_0da3804d-6469-4557-213f-01c7b524b563-b6fb69a8 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1c2d18bf-ed36-77ef-cca2-c1afcff5105d-b6fb69a8 {
    justify-self: end;
  }

  #w-node-_712ecc79-f634-3cb5-2d0c-eefdce22798c-b6fb69a8, #w-node-_56f2b96e-ae6e-7af1-6a3b-a2d7387904c7-b6fb69a8 {
    order: 9999;
  }

  #w-node-_3306363f-a140-a6df-3f48-cbcf676cec8a-b6fb69a8 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-a9ef2ecb-c73f-ca60-5428-123e93153b81-b6fb69a8 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_4a5f9f78-6377-7d7b-0c7a-c3cd303f7e7e-b6fb69a8 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_19ef4284-8711-e2d5-1c61-578f6432bac0-b6fb69a8 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0da3804d-6469-4557-213f-01c7b524b563-b6fb69a8 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_09b18129-e56c-4956-6d09-75175e28ede3-b6fb69a8 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d60fad3-4d45-4296-5f65-329a254106b9-b6fb69a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0da3804d-6469-4557-213f-01c7b524b563-b6fb69a8 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_09b18129-e56c-4956-6d09-75175e28ede3-b6fb69a8 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }
}


