:root {
  --black: #011222;
  --color: white;
  --high-gray: #3c444c;
  --medium-gray: #8d949c;
  --light-gray: #caced1;
  --normal-blue: #20b9d6;
  --light-blue: #bae9f2;
  --high-blue: #178398;
  --medium-blue: #6ad0e4;
  --white: white;
  --black-2: black;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  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-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 130%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .5rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.heading-medium {
  font-family: Oswald, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-medium.large {
  font-size: 10rem;
}

.heading-medium.white {
  color: var(--color);
}

.heading-medium.cta {
  padding-left: 140px;
  padding-right: 140px;
}

.heading-large {
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-large.text-uppercase {
  color: var(--color);
  font-size: 4rem;
  line-height: 110%;
}

.heading-large.text-uppercase.italic {
  text-transform: none;
  font-size: 1.8rem;
  font-weight: 600;
}

.heading-large.text-uppercase.white {
  color: var(--color);
}

.heading-large.text-uppercase.hero {
  color: var(--black);
  font-size: 6rem;
  font-weight: 600;
}

.text-size-large {
  color: var(--high-gray);
  font-family: Nunito Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 160%;
}

.text-size-regular {
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.text-size-regular.white {
  color: var(--color);
  padding-top: 10px;
}

.text-size-regular.high-gray {
  color: var(--high-gray);
}

.text-size-regular.align-center {
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  font-size: 1rem;
  line-height: 120%;
}

.text-size-regular.count-visible, .text-size-regular.current-page {
  font-weight: 700;
}

.hide {
  display: none;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-small {
  color: var(--medium-gray);
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.text-size-small.reset-filter, .text-size-small.filter {
  color: var(--high-gray);
  font-size: 1rem;
}

.text-rich-text {
  color: var(--high-gray);
  font-size: 1.2rem;
  font-weight: 300;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 4rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 2rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
  font-family: Nunito Sans, sans-serif;
}

.text-rich-text ul {
  margin-bottom: .75rem;
}

.text-rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 3rem;
}

.text-rich-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.5rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  background-image: url('../images/icon-quote.svg');
  background-position: 0 56px;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3rem 0 3rem 4rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}

.text-rich-text strong {
  font-weight: 600;
}

.text-rich-text a, .text-rich-text a:hover {
  text-decoration: underline;
}

.text-rich-text figcaption {
  font-size: .875rem;
}

.text-rich-text.white {
  color: var(--color);
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium.margin-bottom {
  max-width: 39rem;
  margin-top: 1rem;
}

.heading-xlarge {
  font-family: Oswald, sans-serif;
  font-size: 10rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-xlarge.text-uppercase.italic {
  color: var(--color);
}

.form-input {
  background-color: #0000;
  border: 1px solid #1010101a;
  border-radius: 1rem;
  min-height: 4rem;
  margin-bottom: .75rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  transition: border .2s;
}

.form-input:active, .form-input:focus {
  border-color: #191919;
}

.form-input::placeholder {
  color: #a5a4a4;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: 1.5rem;
}

.form-input.is-newsletter {
  border-radius: 500px;
  min-height: 74px;
  padding-left: 2rem;
  padding-right: 12rem;
  font-size: 1.25rem;
}

.form-input.is-product-quantity {
  width: 100px;
  margin-bottom: 0;
}

.form-label {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Nunito Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 160%;
}

.text-size-tiny {
  font-family: Nunito Sans, sans-serif;
  font-size: .75rem;
  line-height: 160%;
}

.text-size-tiny.white {
  color: var(--color);
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #191919;
  background-size: 70%;
  border-color: #191919;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: none;
  border-color: #000;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.container-large {
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  border-color: #191919;
  width: 20px;
  height: 20px;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form-field-wrapper {
  margin-bottom: 2rem;
}

.main-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 6rem;
  max-width: 120rem;
  min-height: 97vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-wrapper.content {
  max-width: 320rem;
}

.button-text {
  color: #191919;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.button-text.inverse {
  color: #fff;
  font-family: Nunito Sans, sans-serif;
  position: relative;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 10rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  z-index: 2;
  position: relative;
}

.margin-bottom.margin-small.footer {
  text-align: left;
}

.margin-bottom.margin-medium {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.margin-bottom.margin-medium.menu {
  margin-bottom: 1rem;
}

.margin-bottom.margin-medium.padding {
  margin-bottom: 4rem;
}

.margin-bottom.margin-medium.contato {
  margin-bottom: 0;
}

.margin-bottom.margin-medium.hero {
  margin-bottom: 2rem;
}

.margin-bottom.flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.margin-bottom.margin-small {
  z-index: 2;
  text-align: center;
  position: relative;
}

.margin-bottom.margin-small.zero {
  margin-bottom: 0;
}

.margin-bottom.align-center {
  text-align: center;
  margin-top: 1rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-top {
  padding: 1rem 0 0;
}

.padding-top.padding-xxhuge.artigo {
  padding-top: 12rem;
}

.padding-top.padding-huge.padding-bottom {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.body {
  background-color: var(--black);
  color: var(--black);
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.navbar-inner {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  padding-top: 3rem;
  display: grid;
}

.navbar-logo {
  z-index: 1;
  position: relative;
}

.navbar-logo.white {
  display: none;
}

.line {
  background-color: var(--light-gray);
  width: 100%;
  height: 1px;
}

.line.inverse {
  background-color: #ffffff1a;
}

.heading-h3 {
  font-family: Nunito Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 120%;
}

.heading-h3.blog {
  font-size: 2rem;
  font-weight: 700;
}

.text-size-medium {
  font-family: Nunito Sans, sans-serif;
  font-size: 1.375rem;
  line-height: 160%;
}

.text-size-medium.high-gray {
  color: var(--high-gray);
}

.text-size-medium.high-gray.max-width-medium {
  max-width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
}

.text-size-medium.white {
  color: var(--color);
}

.text-size-medium.black {
  font-size: 1.4rem;
}

.heading-h2 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}

.text-uppercase {
  text-transform: uppercase;
}

.heading-h4 {
  font-family: Nunito Sans, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 130%;
}

.heading-h4.white {
  color: var(--color);
}

.heading-h4.cta {
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.heading-h4.cta:hover {
  color: var(--normal-blue);
}

.heading-h4.cta.inverse {
  color: var(--color);
}

.heading-h4.cta.inverse:hover {
  color: var(--normal-blue);
}

.heading-h1 {
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h1.white {
  color: var(--color);
}

.heading-h1.bold {
  font-weight: 700;
}

.button-text-icon {
  width: 24px;
  height: 24px;
  color: var(--black);
  line-height: 100%;
  display: flex;
}

.button-text-icon.inverse {
  color: var(--color);
}

.button-text-icon-wrapper {
  border: 1px solid var(--high-gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.button-text-icon-wrapper.inverse {
  border-color: #fff;
}

.button-text-icon-wrapper.antes {
  position: relative;
}

.button-text-icon-wrapper.depois {
  position: absolute;
  left: -55.6406px;
}

.navbar {
  z-index: 1000;
}

.label {
  color: #191919;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #e8e8e8;
  border-radius: 500px;
  align-items: center;
  padding: .5rem .75rem;
  font-family: Satoshi;
  font-size: .875rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.label.w--current {
  background-color: #f8f8f8;
}

.label.primary {
  color: #fff;
  background-color: #191919;
  border-color: #0000;
}

.label.inverse-muted {
  z-index: 5;
  background-color: #fff;
  border-color: #0000;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.label.inverse {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  font-family: Nunito Sans, sans-serif;
}

.label.muted {
  background-color: var(--light-gray);
  border-color: #0000;
}

.button-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-text {
  z-index: 999;
  color: var(--black);
  font-family: Nunito Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
}

.button-text-text.inverse {
  color: var(--color);
}

.label-text {
  width: auto;
  font-family: Nunito Sans, sans-serif;
}

.label-text.white.menor {
  font-size: .6rem;
}

.label-text.white {
  color: #fff;
}

.label-text-hover {
  width: auto;
}

.label-text-hover.white {
  color: var(--color);
}

.label-text-hover.white.menor {
  font-size: .6rem;
}

.label-inner {
  height: 1rem;
  color: var(--high-gray);
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.header.absolute {
  z-index: 1000;
  position: absolute;
  inset: 0% 0% auto;
}

.badge {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 100%;
  transition: background-color .2s, border .2s;
  display: flex;
}

.badge:hover {
  border-color: #191919;
}

.badge.small {
  width: 26px;
  height: 26px;
}

.badge.primary {
  color: #fff;
  background-color: #191919;
  border-color: #0000;
}

.badge.muted {
  background-color: #f4f4f4;
  border-color: #0000;
}

.badge.muted:hover {
  background-color: #e9e9e9;
}

.badge.large {
  width: 50px;
  height: 50px;
}

.badge.inverse {
  color: var(--black);
  background-color: #fff;
  border-color: #0000;
}

.badge.inverse:hover {
  background-color: var(--light-gray);
}

.badge.inverse.fixed {
  z-index: 9999;
}

.text-size-xlarge {
  font-family: Nunito Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.text-size-xlarge.white.projetcs {
  font-size: 1.2rem;
}

.text-size-xlarge.white {
  color: #fff;
  margin-bottom: 2rem;
}

.card {
  border: 2px solid #e8e8e8;
  border-radius: 2rem;
}

.card.muted {
  background-color: #f8f8f8;
  border-color: #0000;
}

.card.primary {
  color: #fff;
  background-color: #191919;
  border-color: #0000;
}

.card.inverse {
  color: #191919;
  background-color: #fff;
  border-color: #0000;
}

.card-padding {
  padding: 3rem;
}

.card-padding.large {
  padding: 4rem;
}

.card-padding.small {
  min-width: 5rem;
  padding: 1.5rem;
}

.post-preview-image {
  width: 100%;
}

.footer {
  z-index: 0;
  color: #fff;
  position: sticky;
  bottom: 0;
}

.features-overview-card-small {
  background-color: #f8f8f8;
  border-radius: 2rem;
  padding: 3rem;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.blog-header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cursor {
  color: #fff;
  text-align: center;
  background-color: #191919;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: -1rem;
  margin-left: -1rem;
  line-height: 100%;
  display: none;
  overflow: hidden;
}

.cursor.view {
  background-color: var(--black);
}

.heading-small {
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-small.white {
  color: #fff;
  line-height: 120%;
}

.button {
  color: #121416;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #e8e8e8;
  border-radius: 500px;
  margin: 0;
  padding: 1rem 2rem;
  font-family: Satoshi;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: border .3s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  border-color: #121416;
}

.button.primary {
  color: #fff;
  background-color: #191919;
  border-width: 0;
  border-color: #0000;
  padding: 1rem 2rem;
}

.button.primary:hover {
  border-color: #121416;
}

.button.inverse {
  z-index: 2;
  color: var(--black);
  background-color: #fff;
  border-width: 0;
  border-color: #0000;
  padding: 18px 34px;
  display: none;
}

.button.inverse:hover {
  border-color: var(--black);
  color: var(--black);
}

.button.dark-mode {
  background-color: var(--color);
  color: var(--black);
  border-width: 0;
  border-color: #0000;
  padding: 18px 34px;
}

.button.dark-mode:hover {
  border-color: #121416;
}

.button-inner {
  z-index: 6;
  flex-direction: column;
  height: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-text, .button-inner-text-hover {
  justify-content: center;
  align-items: center;
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
}

.text-meta {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 150%;
}

.text-meta.white {
  color: var(--color);
}

.text-meta.center {
  text-align: center;
}

.text-meta.menu {
  font-size: 1rem;
}

.text-meta.section {
  font-family: Oswald, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.text-meta.gray {
  color: var(--high-gray);
}

.section-cta {
  background-color: var(--color);
  text-align: center;
  border-radius: 0 0 6rem 6rem;
}

.projects-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.projects-item {
  color: #fff;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: translate(0);
}

.projects-item-content {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 6vw;
  position: relative;
}

.projects-item-wrapper {
  z-index: 1;
  height: 100%;
  position: relative;
}

.about-team-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.overlay {
  z-index: 1;
  background-color: var(--black);
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.overlay._30 {
  background-color: #01122200;
  background-image: linear-gradient(90deg, var(--black), #fff0);
  opacity: 1;
}

.section-contact-hero {
  border-radius: 6rem;
  min-height: 97vh;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.post-preview-image-wrapper {
  border-radius: 3rem;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.post-preview-heading {
  text-decoration: none;
}

.post-preview-content {
  padding-left: 3rem;
  padding-right: 3rem;
}

.post-preview-category-wrapper {
  z-index: 5;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

.post-preview-image-link {
  z-index: 1;
  position: relative;
}

.heading-medium-2 {
  font-family: Oswald, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 110%;
}

.section-home-hero {
  z-index: 1;
  color: #fff;
  background-color: #e3f0fc;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  padding-top: 14rem;
  padding-bottom: 16rem;
  position: relative;
  overflow: hidden;
}

.projects-item-content-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.projects-item-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  max-width: 65rem;
  display: flex;
}

.italic {
  font-family: Nunito Sans, sans-serif;
  font-weight: 400;
}

.section-project-hero {
  z-index: 1;
  color: #fff;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  padding-top: 14rem;
  padding-bottom: 80vh;
  position: relative;
  overflow: hidden;
}

.project-detail-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.clip {
  overflow: visible;
}

.projects-item-content-top {
  max-width: 30%;
  margin-bottom: 12rem;
}

 .navbar-menu-item-link.w--current {
  background-color: #ffffff1a;
}

.heading-3 {
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
}

.heading-4, .heading-5, .paragraph {
  font-family: Nunito Sans, sans-serif;
}

.link {
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
}

.dm__center {
  z-index: 1;
  background-color: var(--color);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: relative;
  transform: scale(.5);
}

.dm__moon-1 {
  z-index: 2;
  background-color: var(--black);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
  transform: translate(-100%);
}

.dm__ray {
  justify-content: space-between;
  width: 100%;
  height: 3px;
  display: flex;
  position: absolute;
}

.dm__ray.dm__ray--2 {
  transform: rotate(90deg);
}

.dm__ray.dm__ray--3 {
  transform: rotate(135deg);
}

.dm__ray.dm__ray--4 {
  transform: rotate(45deg);
}

.dm__ray-dot {
  background-color: var(--color);
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.dm__rays {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  transform: rotate(20deg);
}

.marquee_gradient.is-2 {
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.marquee_gradient-2.is-2 {
  height: 5em;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.marquee_gradient-2.is-2.dark {
  background-image: linear-gradient(#293b4a 10%, #0000);
  display: none;
}

.div-block-button-inverse {
  display: none;
  position: absolute;
  inset: 90% 0% 0%;
}

.div-block-button {
  display: block;
  position: absolute;
  inset: 90% 0% auto;
}

.tag-canvas {
  z-index: 1;
  transform-origin: 0 0;
  border-bottom-right-radius: 6rem;
  border-bottom-left-radius: 6rem;
  width: auto;
  max-width: 125%;
  height: auto;
  max-height: 125%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1);
}

.div-button {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: relative;
}

.text-meta-footer {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}

.text-meta-footer.white {
  color: var(--color);
}

.text-meta-footer.center {
  text-align: center;
}

.text-meta-footer.section {
  font-size: 1.2rem;
}

.link-08_underline.is-currentcolor {
  background-color: var(--light-blue);
  transform-origin: 0%;
}

.link-08_underline.is-currentcolor.inverse {
  background-color: var(--light-blue);
}

.link-08_underline.is-white {
  background-color: var(--normal-blue);
  transform-origin: 0%;
}

.link-08_underline.is-white.inverse {
  background-color: var(--normal-blue);
}

.logotipo-cases {
  max-width: 120px;
}

.loader-column.is-1 {
  background-color: #011222;
}

.loader-column.is-2 {
  background-color: #011222;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: .2em;
  display: flex;
}

.loader-column.is-3 {
  background-color: #011222;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: .2em;
  display: flex;
}

.loader-column.is-4 {
  background-color: #011222;
}

 .heading-main-loader {
  font-family: Nunito Sans, sans-serif;
}

.section-loader {
  z-index: 100000;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section-loader.off {
  display: none;
}

.social-circle {
  background-color: var(--light-blue);
  width: 40px;
  height: 40px;
  color: var(--high-blue);
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border .2s, background-color .2s;
  display: flex;
}

.social-circle:hover {
  background-color: var(--medium-blue);
  color: var(--color);
  border-color: #fff;
}

.link-block-2.w--current {
  z-index: 2;
}

.sidebar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-flow: column;
  width: 350px;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.maps-dd--list.w--open {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: .8rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.8rem;
  padding: .5rem;
  display: flex;
  inset: 0% 0% auto auto;
  box-shadow: 0 6px 14px #00000026;
}

.maps-dd--list.jetboost-filter-vo9v.w--open {
  background-color: #fff;
}

.maps-locations-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.maps-locations-item {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.sidebar__wrapper {
  z-index: 10;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.maps--check.w--redirected-checked {
  filter: grayscale(0%);
  background-color: #fff;
  background-image: url('../images/drink-badge.png');
  background-size: 140% 140%;
  border-style: solid;
  border-color: #ced4da;
}

.maps--check.w--redirected-focus {
  box-shadow: none;
}

.maps-locations-wrapper {
  z-index: 10;
  height: 100%;
  overflow: scroll;
}

.location-image-wrapper {
  width: 100px;
  min-width: 100px;
  height: 100px;
  position: relative;
}

.sidebar__location-address {
  color: var(--medium-gray);
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.3;
}

.sidebar__location-info {
  z-index: 5;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sidebar__location-title {
  color: var(--black-2);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.sidebar__location-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: .5rem;
  transition: box-shadow .2s, background-color .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar__location-card:hover {
  background-color: #caced166;
}

.sidebar__location-img {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: block;
}

.mapa-sidebar-div {
  z-index: 10;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-reset-filter {
  color: #333;
  cursor: pointer;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
}

.img-1rem-icon {
  width: 1rem;
  height: 1rem;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}

.mapa-sidebar-head-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sort {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3b3b3b;
  cursor: pointer;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 160px;
  height: 44px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 12px;
  font-size: 16px;
  display: block;
}

.slider {
  background-color: #dcdde0;
  border-radius: 7px;
  flex: none;
  width: 70%;
  min-width: 240px;
  height: 4px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.big-check.w--redirected-checked {
  background-color: #333;
  background-size: 14px 14px;
  border-color: #333;
}

.active-slider {
  background-color: #111;
  width: 100%;
  height: 100%;
  transform: translate(22px);
}

.filter-search-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 48px;
  justify-content: flex-end;
  align-items: center;
  width: 20rem;
  height: 2.6rem;
  transition: all .24s;
  display: flex;
  box-shadow: 0 2px 8px #0000001a;
}

.filter-search-div:hover {
  transform: scale(1.02);
}

.left {
  transform: translate(7px);
}

.filter-modal-wrapper {
  z-index: 9999;
  background-color: var(--color);
  border-radius: 1rem;
  width: 900px;
  position: absolute;
  inset: auto;
  box-shadow: 0 2px 10px #0000003d;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1rem;
}

.reset-filter {
  font-family: Nunito Sans, sans-serif;
  font-size: .8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}

.section_map {
  z-index: 1;
}

.container_map {
  z-index: 1001;
  position: relative;
}

.map {
  z-index: 1;
  background-image: url('../images/Placeholder-Map-Webflow-Designer.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 3 1px;
  width: 100%;
  height: 100%;
  position: relative;
}

.title {
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.v4 {
  height: 4px;
}

.active-slider-2 {
  background-color: #111;
  width: 60px;
  height: 100%;
  transform: translate(22px);
}

.filter-chip.active {
  color: #fff;
  background-color: #111;
  border: 1px solid #111;
}

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

.search {
  cursor: auto;
  border: 1px solid #57595e;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 8px 16px 8px 40px;
  font-size: 16px;
}

.search::placeholder {
  color: #57595e;
}

.cw-cookie_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.map_component {
  border-radius: 2rem;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.mapbox_wrapper {
  aspect-ratio: 16 / 9;
  background-color: #eff0f1;
  border-radius: 2rem;
  flex: 0 100%;
  overflow: hidden;
}

.sidebar__location-company {
  color: var(--high-gray);
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.3;
}

.mapa-controls {
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
  overflow: hidden;
}

.button-zoom-in {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 1rem 1rem 0 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.button-zoom-in.zoomout {
  border-radius: 0 0 1rem 1rem;
}

.mapa-sidebar-filter-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-filter-2 {
  grid-column-gap: 8px;
  cursor: pointer;
  border: 1px solid #cacaca;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  transition: all .24s;
  display: flex;
}

.button-filter-2:hover {
  border-color: #333;
}

.h6 {
  width: 6px;
}

.section {
  color: #fff;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  padding-top: 20rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.text-meta-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 120%;
  display: flex;
  position: static;
}

.card-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.image-icon {
  filter: saturate(0%);
  flex: 0 auto;
  max-width: 96px;
  display: block;
}

.about-team-item-video-2 {
  object-fit: cover;
  height: 100%;
}

.label-3.w--current {
  background-color: #f8f8f8;
}

.label-4.w--current {
  background-color: #f8f8f8;
}

.slider-galeria {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 7.5rem;
  display: flex;
  overflow: clip;
}

.arrow {
  color: #3c444c;
  font-size: 2.5rem;
  font-weight: 600;
}

.imagem-galeria-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 2.5rem;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: clip;
}

.galeria-de-fotos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr .5fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12rem;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: auto 0% 10%;
}

.card-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #1a3e35;
  background-color: #efffef;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: relative;
  box-shadow: 0 3px 2px #00000005, 0 8px 7px #00000008, 0 20px 14px #0000000a, 0 100px 80px #00000012, 0 64px 46px #0000000f;
}

.card-2.bg-color-accent-1 {
  box-shadow: none;
  color: #0c1e1b;
  -webkit-text-stroke-color: #f8f8f8;
  background-color: #f8f8f8;
}

.paragraph-s {
  color: #55606b;
  font-size: .75rem;
  line-height: 100%;
}

.quote-text {
  opacity: 1;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.4;
  position: relative;
}

.text-medium {
  color: #3c444c;
  font-weight: 500;
}

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

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium-2 {
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.375rem;
  line-height: 160%;
}

.heading-h1-2 {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

.google-maps {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.text-meta-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 150%;
}

.text-meta-4.center {
  text-align: center;
  text-align: center;
  text-align: center;
  font-size: 1.3rem;
}

.card-3 {
  border: 2px solid #e8e8e8;
  border-radius: 2rem;
}

.card-3.inverse {
  aspect-ratio: auto;
  color: #191919;
  background-color: #fff;
  border-color: #0000;
}

.label-5.w--current {
  background-color: #f8f8f8;
}

.heading-small-white {
  color: var(--color);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-small-white.white {
  color: #fff;
  line-height: 120%;
}

.heading-tiny {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
}

.label-6.w--current {
  background-color: #f8f8f8;
}

.container {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.label-7.w--current {
  background-color: #f8f8f8;
}

.section_hero_startups {
  color: #fff;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  padding-top: 20rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.label-8.w--current {
  background-color: #f8f8f8;
}

.search_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ebebeb;
  border: 1px solid #caced1;
  border-radius: 48px;
  justify-content: flex-end;
  align-items: center;
  width: 30rem;
  height: 2.6rem;
  transition: all .24s;
  display: flex;
  box-shadow: 0 2px 8px #0000001a;
}

.search_component:hover {
  border-color: #8d949c;
  transform: scale(1.02);
}

.label-9.w--current {
  background-color: #f8f8f8;
}

.search_bar {
  cursor: auto;
  background-color: #0000;
  border: 0 #000;
  width: 28rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
}

.search_bar::placeholder {
  color: #949494;
}

.text-size-small-2 {
  color: #8d949c;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  line-height: 160%;
}

.text-size-small-2.reset-filter {
  color: #3c444c;
  font-size: 1rem;
}

.collection-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #caced1;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: baseline stretch;
  padding: 1.5rem;
  display: grid;
}

.collection-item:hover {
  border-color: #8d949c;
}

.container_label {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 34px;
  display: flex;
}

.container_logo {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.container_description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo_startup.grey {
  filter: contrast(0%) grayscale();
  max-width: 120px;
  max-height: 50px;
}

.logo_startup.white {
  filter: contrast(0%) brightness(200%);
  max-width: 120px;
  max-height: 50px;
  display: none;
}

.heading-large-2 {
  color: #011222;
  font-family: Oswald, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-large-2.text-uppercase {
  color: #fff;
  font-size: 4rem;
  line-height: 110%;
}

.heading-large-2.text-uppercase.white {
  color: #fff;
}

.container_site {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-globe {
  color: var(--normal-blue);
}

.icon-globe:hover {
  color: var(--high-blue);
}

.service-process-card {
  background-color: #fff;
  border: 2px solid #bae9f2;
  border-radius: 1.5rem;
  padding: 2rem;
}

.service-hero-section {
  z-index: 1;
  color: #fff;
  background-color: #011222;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
  padding-top: 14rem;
  padding-bottom: 10rem;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .text-size-regular.align-center {
    text-align: center;
    text-align: center;
  }

  .filter-modal-wrapper {
    width: 1200px;
  }

  .search {
    cursor: pointer;
  }

  .map_component {
    height: 600px;
  }

  .galeria-de-fotos {
    margin-top: 0;
  }

  .text-meta-4.center {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1440px) {

  .main-wrapper {
    max-width: 320rem;
  }

  .margin-bottom.flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .margin-bottom.align-center {
    margin-top: 1rem;
  }

  .padding-top.padding-xxhuge.artigo {
    padding-bottom: 8rem;
  }

  .label.inverse-muted {
    color: var(--black);
    font-family: Nunito Sans, sans-serif;
  }

  .heading-small.white {
    text-transform: uppercase;
  }

  .mapa-sidebar-div {
    inset: 0% 0% 0% auto;
  }

  .map_component {
    height: 800px;
  }

  .slider-galeria {
    padding-left: 250px;
    padding-right: 250px;
  }

  .galeria-de-fotos {
    margin-top: 2rem;
  }

  .google-maps {
    margin-top: 2rem;
  }

  .heading-small-white.white {
    text-transform: uppercase;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  .heading-medium, .heading-medium.cta {
    font-size: 4rem;
  }

  .heading-large {
    font-size: 5rem;
  }

  .heading-large.text-uppercase.hero {
    font-size: 5rem;
  }

  .text-size-regular.align-center {
    font-size: .75rem;
  }

  .text-rich-text blockquote {
    background-position: 0 59px;
    background-size: 30px;
    padding-left: 3.5rem;
    font-size: 2rem;
    line-height: 140%;
  }

  .heading-xlarge {
    font-size: 8rem;
  }

  .form-input.is-newsletter {
    min-height: 70px;
  }

  .main-wrapper {
    border-radius: 4rem;
    min-height: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.footer {
    text-align: center;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-xxhuge.artigo {
    padding-top: 12rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .body {
    font-size: 16px;
  }

  .navbar-inner {
    grid-template-columns: 1fr auto;
    padding-top: 2.8rem;
  }

  .heading-h2 {
    font-size: 3rem;
  }

  .heading-h1 {
    font-size: 3.5rem;
  }

  .label.inverse {
    padding: .25rem .5rem;
  }

  .label-text {
    font-size: .7rem;
  }

  .badge {
    flex: none;
  }

  .text-size-xlarge {
    font-size: 1.5rem;
  }

  .text-size-xlarge.white.projetcs {
    font-size: 1rem;
  }

  .text-size-xlarge.white {
    font-size: 1.2rem;
  }

  .card-padding {
    padding: 2.5rem;
  }

  .footer {
    position: static;
  }

  .features-overview-card-small {
    padding: 2rem 2rem 3rem;
  }

  .blog-header {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .heading-small {
    font-size: 4rem;
  }

  .text-meta.center {
    font-size: 1.2rem;
  }

  .text-meta.menu {
    font-size: .7rem;
  }

  .section-cta {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .projects-item {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .projects-item-content {
    padding: 4rem 4rem 3rem;
    position: relative;
  }

  .projects-item-wrapper {
    min-height: auto;
  }

  .section-contact-hero {
    border-radius: 4rem;
    min-height: auto;
  }

  .post-preview-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .post-preview-category-wrapper {
    bottom: 2rem;
    right: 2rem;
  }

  .heading-medium-2 {
    font-size: 4rem;
  }

  .section-home-hero {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-top: 12rem;
    padding-bottom: 14rem;
  }

  .projects-item-content-bottom {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .projects-item-details {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .section-project-hero {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-top: 10rem;
    padding-bottom: 50vw;
  }

  .projects-item-content-top {
    max-width: 60%;
    margin-bottom: 4rem;
  }

  .div-block-button-inverse, .div-block-button {
    text-align: center;
  }

  .tag-canvas {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    max-width: 125%;
    max-height: 125%;
    inset: 0%;
  }

  .text-meta-footer.menu {
    font-size: .8rem;
  }

  .logotipo-cases {
    max-width: 90px;
  }

  .loader-column.is-3 {
    width: 65%;
  }

  .section-loader {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .sort {
    width: 120px;
  }

  .filter-modal-wrapper {
    width: 700px;
  }

  .section {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-top: 30vw;
    padding-bottom: 10rem;
  }

  .text-meta-2 {
    font-size: 1rem;
  }

  .image-icon {
    max-width: 80px;
  }

  .slider-galeria {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .imagem-galeria-2 {
    border-radius: 2rem;
    overflow: clip;
  }

  .galeria-de-fotos {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-h1-2 {
    font-size: 3.5rem;
  }

  .google-maps {
    grid-template-columns: 1fr 1fr;
  }

  .text-meta-4.center {
    font-size: 1.2rem;
  }

  .heading-small-white, .heading-tiny {
    font-size: 4rem;
  }

  .section_hero_startups {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-top: 30vw;
    padding-bottom: 10rem;
  }

  .heading-large-2 {
    font-size: 5rem;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  .heading-medium {
    font-size: 2.8rem;
  }

  .heading-medium.cta {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.4rem;
  }

  .heading-large, .heading-large.text-uppercase.hero {
    font-size: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-size-regular.align-center {
    font-size: .75rem;
  }

  .text-rich-text blockquote {
    background-position: 0 38px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .heading-xlarge {
    font-size: 5.5rem;
  }

  .form-field-wrapper {
    margin-bottom: 1.5rem;
  }

  .main-wrapper {
    border-radius: 3rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-xxhuge.blog {
    padding-top: 8rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-inner {
    grid-template-columns: 1fr auto;
    padding-top: 2.4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h3 {
    font-size: 1.5rem;
  }

  .text-size-medium.high-gray {
    font-size: 1.2rem;
  }

  .text-size-medium.black {
    font-size: 1.2rem;
  }

  .heading-h2 {
    font-size: 2.5rem;
  }

   .heading-h4 {
    font-size: 1.5rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .navbar {
    z-index: 10;
    position: relative;
  }

  .text-size-xlarge {
    font-size: 1.4rem;
  }

  .text-size-xlarge.white {
    font-size: 1rem;
  }

  .card-padding {
    padding: 2rem;
  }

  .card-padding.large {
    padding: 3rem;
  }

  .features-overview-card-small {
    text-align: center;
  }

  .blog-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-small {
    font-size: 3.125rem;
  }

  .text-meta.section {
    font-size: 1.4rem;
  }

  .section-cta {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .projects-item {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .projects-item-content {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section-contact-hero {
    border-radius: 3rem;
  }

  .post-preview-image-wrapper {
    border-radius: 1.52rem;
  }

  .post-preview-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .post-preview-category-wrapper {
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .section-home-hero {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-top: 10rem;
    padding-bottom: 12rem;
  }

  .projects-item-details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-project-hero {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-top: 8rem;
  }

  .projects-item-content-top {
    max-width: 60%;
    margin-bottom: 4rem;
  }

  .tag-canvas {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    width: auto;
    max-width: 125%;
    height: auto;
    max-height: 125%;
    inset: 0%;
    transform: scale(.8);
  }

  .loader-column.is-3 {
    width: 60%;
  }

  .section-loader {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .social-circle {
    width: 44px;
    height: 44px;
    margin-left: 4px;
    margin-right: 4px;
  }

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

  .mapa-sidebar-head-container {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .sort {
    width: 120px;
  }

  .filter-modal-wrapper {
    border-radius: 0;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .heading-5 {
    font-size: 24px;
  }

  .mapa-sidebar-filter-container {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .section {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-bottom: 7rem;
  }

  .text-meta-2 {
    font-size: 1rem;
  }

  .slider-galeria {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .imagem-galeria-2 {
    border-radius: 1.8rem;
  }

  .galeria-de-fotos {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 9rem;
  }

  .heading-h1-2 {
    font-size: 3rem;
  }

  .google-maps {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-small-white {
    font-size: 3.125rem;
  }

  .heading-tiny {
    font-size: 3.125rem;
  }

  .section_hero_startups {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-bottom: 7rem;
  }

  .search_bar {
    width: 180px;
  }

  .collection-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-large-2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  .heading-medium {
    font-size: 2.75rem;
  }

  .heading-medium.large {
    text-align: center;
    font-size: 4rem;
  }

  .heading-medium.cta {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.8rem;
  }

  .heading-large, .heading-large.text-uppercase {
    font-size: 3rem;
  }

  .heading-large.text-uppercase.italic {
    font-size: 1rem;
  }

  .heading-large.text-uppercase.white {
    font-size: 2rem;
  }

  .heading-large.text-uppercase.hero {
    font-size: 3rem;
  }

  .text-size-regular {
    font-size: .9rem;
  }

  .text-rich-text blockquote {
    background-position: 0 20px;
    padding-top: 4rem;
    padding-left: 0;
    font-size: 1.75rem;
  }

  .heading-xlarge {
    font-size: 3.5rem;
  }

  .form-input.is-newsletter {
    min-height: 60px;
    padding-right: 2rem;
  }

  .main-wrapper {
    border-radius: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 2rem;
  }

  .margin-bottom.align-center {
    margin-top: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-top {
    padding: 2rem 0 0;
  }

  .padding-top.padding-xxhuge.artigo {
    padding-top: 8rem;
  }

  .padding-top.padding-huge.padding-bottom {
    padding-bottom: 4rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .body {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-inner {
    padding-top: 2.8rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .text-size-medium.high-gray {
    font-size: 1rem;
  }

  .text-size-medium.white {
    font-size: 1.2rem;
  }

  .heading-h4 {
    font-size: 1.2rem;
  }

  .heading-h1 {
    font-size: 2.5rem;
  }

  .label.w--current {
    display: none;
  }

  .label.inverse {
    padding: .25rem .5rem;
  }

  .label-text {
    font-size: .6rem;
  }

  .label-text.white.menor {
    font-size: .5rem;
  }

  .label-text-hover {
    font-family: Nunito Sans, sans-serif;
    font-size: .7rem;
  }

  .label-text-hover.white.menor {
    font-size: .5rem;
  }

  .text-size-xlarge {
    font-size: 1.2rem;
  }

  .text-size-xlarge.white.projetcs {
    font-size: 1rem;
  }

  .text-size-xlarge.white {
    text-align: left;
  }

  .card.inverse {
    border-radius: 1.5rem;
  }

  .card-padding {
    padding: 1.5rem;
  }

  .card-padding.large {
    padding: 2rem;
  }

  .features-overview-card-small {
    flex-flow: column;
    justify-content: space-between;
  }

  .blog-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .heading-small {
    font-size: 2.5rem;
    line-height: 120%;
  }

  .text-meta.section {
    font-size: 1.2rem;
  }

  .section-cta {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .projects-item {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .projects-item-content {
    padding: 4rem 2.5rem 2.5rem;
  }

  .about-team-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .overlay._30 {
    background-image: linear-gradient(90deg, var(--black) 12%, #011222a6 75%, #01122280);
  }

  .accordion {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section-contact-hero {
    border-radius: 2rem;
  }

  .post-preview-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-medium-2 {
    font-size: 3rem;
  }

  .label-2.w--current {
    display: none;
  }

  .section-home-hero {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding-top: 8rem;
    padding-bottom: 10rem;
  }

  .projects-item-content-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-project-hero {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding-bottom: 10rem;
  }

  .projects-item-content-top {
    max-width: 100%;
    margin-bottom: 4rem;
  }

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

  .heading-5 {
    font-size: 1rem;
  }

  .tag-canvas {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    justify-content: center;
    align-items: center;
    inset: 0%;
  }

  .logotipo-cases {
    max-width: 80px;
  }

  .loader-column.is-2 {
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
  }

  .loader-column.is-3 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .heading-main-loader {
    font-size: 1.8rem;
  }

  .section-loader {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    flex-flow: column;
  }

  .social-circle {
    width: 42px;
    height: 42px;
    margin: 4px;
    padding: 8px;
  }

  .sidebar {
    max-width: 220px;
    padding: .5rem;
  }

  .location-image-wrapper {
    width: 100%;
    height: 110px;
  }

  .sidebar__location-address {
    font-size: 13px;
  }

  .sidebar__location-info {
    width: 100%;
  }

  .sidebar__location-title {
    font-size: 15px;
    font-weight: 600;
  }

  .sidebar__location-card {
    flex-direction: column;
    padding-bottom: .8rem;
  }

  .sidebar__location-card:hover {
    border-radius: 16px;
  }

  .sidebar__location-img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
  }

  .button-reset-filter {
    padding: 6px 12px;
  }

  .sort {
    width: 99px;
  }

  .slider {
    width: 140px;
    min-width: 0;
  }

  .sidebar__location-company {
    font-size: 13px;
  }

  .section {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .card-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .image-icon {
    max-width: 50px;
  }

  .label-3.w--current, .label-4.w--current {
    display: none;
  }

  .slider-galeria {
    padding: 0 0 1rem;
  }

  .imagem-galeria-2 {
    border-radius: 1.5rem;
  }

  .galeria-de-fotos {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

   .card-2.bg-color-accent-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quote-text {
    font-size: .75rem;
  }

  .text-medium {
    font-size: .75rem;
    line-height: 120%;
  }

  .quote-name-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-size-medium-2 {
    font-size: 1.25rem;
  }

  .heading-h1-2 {
    font-size: 2.5rem;
  }

  .google-maps {
    grid-template-columns: 1fr;
  }

  .card-3.inverse {
    border-radius: 1.5rem;
  }

  .label-5.w--current {
    display: none;
  }

  .heading-small-white, .heading-tiny {
    font-size: 2.5rem;
    line-height: 120%;
  }

  .label-6.w--current {
    display: none;
  }

  .container {
    text-align: center;
  }

  .label-7.w--current {
    display: none;
  }

  .section_hero_startups {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .label-8.w--current {
    display: none;
  }

  .label-9.w--current {
    display: none;
  }

  .collection-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-large-2, .heading-large-2.text-uppercase {
    font-size: 3rem;
  }

  .heading-large-2.text-uppercase.white {
    font-size: 2rem;
  }
}

#w-node-_93942370-6f5a-9f7d-a9ab-7070866e7128-7874ba5d, #w-node-_93942370-6f5a-9f7d-a9ab-7070866e712b-7874ba5d, #w-node-_93942370-6f5a-9f7d-a9ab-7070866e712c-7874ba5d, #w-node-_93942370-6f5a-9f7d-a9ab-7070866e7133-7874ba5d, #w-node-_2508c845-46fb-d622-68d5-2507081db359-7874ba5d, #w-node-_2508c845-46fb-d622-68d5-2507081db35c-7874ba5d, #w-node-_2508c845-46fb-d622-68d5-2507081db35d-7874ba5d, #w-node-_2508c845-46fb-d622-68d5-2507081db364-7874ba5d, #w-node-f3880ef5-3a90-b54a-c0b4-9037b6e9f11d-7874ba5d, #w-node-f3880ef5-3a90-b54a-c0b4-9037b6e9f120-7874ba5d, #w-node-f3880ef5-3a90-b54a-c0b4-9037b6e9f121-7874ba5d, #w-node-f3880ef5-3a90-b54a-c0b4-9037b6e9f128-7874ba5d, #w-node-_3a0a79bd-57cb-8934-a791-4669acbb1c6b-7874ba5d, #w-node-_7bf19323-71be-e99f-77a4-879b4b01045b-7874ba5d, #w-node-_3a0a79bd-57cb-8934-a791-4669acbb1c6e-7874ba5d, #w-node-_3a0a79bd-57cb-8934-a791-4669acbb1c75-7874ba5d, #w-node-_010eb94e-e537-e275-f514-c9f83fd6c0e6-3fd6c0e0, #w-node-_4d1b3d79-a836-45d9-acb0-2ca183fb4111-3fd6c0e0, #w-node-_010eb94e-e537-e275-f514-c9f83fd6c104-3fd6c0e0, #w-node-ef0d7a31-91e1-038a-4425-38f53c9b3822-3fd6c0e0, #w-node-c97e5dd1-6edf-4f53-c5ce-3b80020c507c-3fd6c0e0, #w-node-_9ed60f3a-df2e-bfe2-4808-ac9516f5580d-16f55807 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_368840b0-1752-50dc-226c-6104e000c70d-e000c707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_368840b0-1752-50dc-226c-6104e000c711-e000c707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_368840b0-1752-50dc-226c-6104e000c713-e000c707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_4de78257-5172-7a75-8b4e-951ffc82e8e0-fc82e81b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3bc76b0a-f359-bb39-46cd-1983f46e5d46-7874ba65, #w-node-_534fa030-3ebf-28a3-a849-69e7c885788b-7874ba65, #w-node-f2972cd3-3b1b-9a1f-9b0a-b987170266b3-7874ba65, #w-node-_36ac02f6-0d6b-66a6-aa0d-b44061c29ad6-7874ba65, #w-node-_36ac02f6-0d6b-66a6-aa0d-b44061c29ad9-7874ba65, #w-node-b832d716-7172-3410-0d24-f87aab83988b-7874ba65, #w-node-b832d716-7172-3410-0d24-f87aab83988e-7874ba65, #w-node-d2ee517f-9c8f-972a-4ebf-5dd6678f5f43-7874ba65, #w-node-cb5e6818-43cb-3170-7591-b1013f4692f3-7874ba65, #w-node-_283d748f-1359-ccf1-8017-a72fe51ae677-7874ba65, #w-node-_283d748f-1359-ccf1-8017-a72fe51ae67a-7874ba65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf665aa7-612c-9713-0917-12f535c66615-35c6660f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-cf665aa7-612c-9713-0917-12f535c66619-35c6660f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cf665aa7-612c-9713-0917-12f535c66629-35c6660f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_7f52dc7a-0b80-ca3b-ae5f-30d5560ce96d-7874ba6a, #w-node-_75d07235-01b4-b2af-f7b4-e5bd0f41f3e9-7874ba6a, #w-node-_4ddc3be9-b6cf-9b64-795a-21af0e42977e-7874ba6a, #w-node-f21f9839-e2b0-0194-340e-2eeed58ddf67-7874ba6a, #w-node-_7fcc84f0-fad1-fca6-6108-79f1e8c6f46d-7874ba6a, #w-node-_8621aab7-60fa-978a-3888-b8de1ecce355-7874ba6a, #w-node-_611cfe51-b37c-8814-cc6b-6a8e526812b2-7874ba6a, #w-node-_1f98a023-dc66-294f-5287-a38c4ee0df51-7874ba6d, #w-node-_17a6bcde-756f-8091-f5a9-6117bf48e1ec-7874ba6f, #w-node-_17a6bcde-756f-8091-f5a9-6117bf48e1ef-7874ba6f, #w-node-_4e5d655c-61ac-701c-5b23-0ca11e3a5771-7874ba72, #w-node-_60693897-c6e5-8638-2327-d8d27856a07a-7874ba72, #w-node-d17fc52b-3dc6-3ef2-4087-25beee524100-7874ba72, #w-node-_32ab7a8a-16fa-6387-8be1-19b3e603cd40-7874ba72, #w-node-_7b1a0f7c-2d8b-03c1-d651-44b6c830d37f-7874ba72, #w-node-a7b2e4f0-334b-4869-0751-6612a0a5e48c-7874ba72, #w-node-a7b2e4f0-334b-4869-0751-6612a0a5e48d-7874ba72, #w-node-_150aeac2-d91c-43d6-c408-12e953fb34c1-7874ba73, #w-node-_160c3391-a64b-c802-a290-6d38b4f074a3-7874ba73, #w-node-_64e78a7b-68c9-be37-5c5d-fcbf043095f6-7874ba73, #w-node-_60a1e2ee-bec7-f82a-34d5-6d7c5c2f2724-7874ba73, #w-node-dd6da7d2-ede9-89c1-098a-44fbad2f0614-7874ba78, #w-node-_3bb600f2-3315-73b4-2c8e-0f21e120aeaa-7874ba78, #w-node-dd6da7d2-ede9-89c1-098a-44fbad2f0632-7874ba78, #w-node-_8bce57a5-5db2-993c-88b2-bdc75bb8fa7a-7874ba78, #w-node-c767764d-8a51-355f-65af-5f0a60dd85ef-7874ba7b, #w-node-_882f1525-a995-0b9e-e373-c1a0b30f8f82-7874ba7c, #w-node-ffe43818-a47f-3586-f1e2-94542c107d7c-7874ba82, #w-node-ffe43818-a47f-3586-f1e2-94542c107d7e-7874ba82, #w-node-ffe43818-a47f-3586-f1e2-94542c107d80-7874ba82, #w-node-_00cb8e2b-699f-308f-c57e-a80b9126f607-7874ba82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cede3b89-a558-0ff7-73bd-429422feb8e4-94c62b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-cede3b89-a558-0ff7-73bd-429422feb8e9-94c62b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cede3b89-a558-0ff7-73bd-429422feb8eb-94c62b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_24420c53-78f5-8594-66a7-881e9d858279-94c62b97, #w-node-_24420c53-78f5-8594-66a7-881e9d85827e-94c62b97, #w-node-_24420c53-78f5-8594-66a7-881e9d858292-94c62b97, #w-node-_24420c53-78f5-8594-66a7-881e9d8582a7-94c62b97, #w-node-_24420c53-78f5-8594-66a7-881e9d8582ac-94c62b97, #w-node-_24420c53-78f5-8594-66a7-881e9d8582c5-94c62b97, #w-node-e55b451c-77b1-900c-c877-9bede0d9d777-51b540e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e55b451c-77b1-900c-c877-9bede0d9d77f-51b540e7 {
  justify-self: auto;
}

#w-node-_85f28fc7-c514-2047-f0c8-eed4eceac274-51b540e7, #w-node-_85f28fc7-c514-2047-f0c8-eed4eceac277-51b540e7, #w-node-_85f28fc7-c514-2047-f0c8-eed4eceac28f-51b540e7, #w-node-_85f28fc7-c514-2047-f0c8-eed4eceac2a8-51b540e7, #w-node-_85f28fc7-c514-2047-f0c8-eed4eceac2c1-51b540e7, #w-node-_85f28fc7-c514-2047-f0c8-eed4eceac2da-51b540e7, #w-node-_85f28fc7-c514-2047-f0c8-eed4eceac2f3-51b540e7, #w-node-b56492ac-81cb-3a81-dc23-670b8ced439d-51b540e7, #w-node-b56492ac-81cb-3a81-dc23-670b8ced439f-51b540e7, #w-node-b56492ac-81cb-3a81-dc23-670b8ced43a3-51b540e7, #w-node-b56492ac-81cb-3a81-dc23-670b8ced43a5-51b540e7, #w-node-b56492ac-81cb-3a81-dc23-670b8ced43a7-51b540e7, #w-node-b56492ac-81cb-3a81-dc23-670b8ced43a9-51b540e7, #w-node-b56492ac-81cb-3a81-dc23-670b8ced43ad-51b540e7, #w-node-b56492ac-81cb-3a81-dc23-670b8ced43b6-51b540e7, #w-node-b56492ac-81cb-3a81-dc23-670b8ced43bf-51b540e7, #w-node-dc7e32cd-78f4-8f24-9cd9-bcb10a23cc27-51b540e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cede3b89-a558-0ff7-73bd-429422feb8e4-eeb6694f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-cede3b89-a558-0ff7-73bd-429422feb8e9-eeb6694f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cede3b89-a558-0ff7-73bd-429422feb8eb-eeb6694f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_24420c53-78f5-8594-66a7-881e9d858279-eeb6694f, #w-node-_24420c53-78f5-8594-66a7-881e9d85827e-eeb6694f, #w-node-_24420c53-78f5-8594-66a7-881e9d858292-eeb6694f, #w-node-_24420c53-78f5-8594-66a7-881e9d8582a7-eeb6694f, #w-node-_24420c53-78f5-8594-66a7-881e9d8582ac-eeb6694f, #w-node-_24420c53-78f5-8594-66a7-881e9d8582c5-eeb6694f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-e55b451c-77b1-900c-c877-9bede0d9d777-51b540e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_93942370-6f5a-9f7d-a9ab-7070866e7130-7874ba5d, #w-node-_2508c845-46fb-d622-68d5-2507081db361-7874ba5d, #w-node-f3880ef5-3a90-b54a-c0b4-9037b6e9f125-7874ba5d, #w-node-_3a0a79bd-57cb-8934-a791-4669acbb1c72-7874ba5d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_010eb94e-e537-e275-f514-c9f83fd6c0e6-3fd6c0e0 {
    grid-column: span 2 / span 2;
    place-self: center;
  }

  #w-node-_9ed60f3a-df2e-bfe2-4808-ac9516f5580d-16f55807 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_010eb94e-e537-e275-f514-c9f83fd6c0e6-3fd6c0e0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8b052465-7793-c16b-6c10-5e669b9d75ff-9b9d75fc, #w-node-b56492ac-81cb-3a81-dc23-670b8ced43a5-51b540e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_010eb94e-e537-e275-f514-c9f83fd6c0e6-3fd6c0e0 {
    grid-column: span 2 / span 2;
  }

  #w-node-da04a30b-ccb1-d31e-6950-79323ae03791-7874ba72 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


