:root {
  --fonte--principal: Poppins, sans-serif;
  --cor--azul-escuro: #172033;
  --dim-grey\<deleted\|variable-764e6d8d\>: #666;
  --cor--marrom: #927f6c;
  --dark-slate-grey-3\<deleted\|variable-a070e3ea\>: #03514e;
  --dark-slate-grey\<deleted\|variable-673f0913\>: #444;
  --white-smoke\<deleted\|variable-b529feeb\>: #ecf0ed;
  --sections--border-radius: 5vw;
  --cor--off-white: #f1f1f0;
  --medium-sea-green: #32a563;
  --dark-slate-blue\<deleted\|variable-67db312a\>: #20459b;
  --red\<deleted\|variable-af5feab7\>: #ff2500;
  --dark-slate-grey-2\<deleted\|variable-ef815c0b\>: #012524;
  --midnight-blue\<deleted\|variable-ee7eb34c\>: #090a35;
  --black\<deleted\|variable-f8a815a5\>: black;
  --cor--cinza: #8a8b8b;
}

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

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

.w-commerce-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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.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 rgba(0, 0, 0, .25);
}

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

.w-commerce-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;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

.w-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-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-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 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-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: var(--fonte--principal);
  color: var(--cor--azul-escuro);
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  font-family: var(--fonte--principal);
  color: var(--dim-grey\<deleted\|variable-764e6d8d\>);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
  font-size: 15px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 15px;
}

li {
  color: #696969;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

blockquote {
  border-left: 2px solid var(--dark-slate-grey-3\<deleted\|variable-a070e3ea\>);
  color: var(--dark-slate-grey\<deleted\|variable-673f0913\>);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 29px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #696969;
  text-align: center;
  margin-top: 5px;
}

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

.top-margin._15px {
  margin-top: 15px;
}

.utility-page-wrap {
  background-color: var(--white-smoke\<deleted\|variable-b529feeb\>);
  background-image: url('../images/lines.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.page-content {
  position: relative;
  overflow: visible;
}

.page-content._80px {
  padding-bottom: 80px;
}

.container {
  z-index: 1;
  flex: 1;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.container._90 {
  max-width: 90%;
}

.brand {
  flex-direction: column;
  order: -1;
  align-items: center;
  padding-right: 75px;
  font-size: 22px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
}

.brand.absolute-logo {
  padding-right: 0;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.section {
  border-radius: var(--sections--border-radius);
  background-color: var(--cor--off-white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin: 30px 5%;
  padding: 80px 5%;
  position: relative;
}

.section.dark-green {
  background-color: var(--cor--azul-escuro);
  color: var(--cor--off-white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section.overflow {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: visible;
}

.section.cta {
  background-image: url('../images/lines.png'), radial-gradient(circle farthest-corner at 100% 0%, var(--dark-slate-grey-3\<deleted\|variable-a070e3ea\>), var(--medium-sea-green));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--sections--border-radius);
  background-color: var(--cor--marrom);
  font-family: var(--fonte--principal);
  color: var(--cor--off-white);
  text-align: center;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 15px 1.5rem;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button:hover {
  border-color: var(--cor--off-white);
  background-color: var(--cor--azul-escuro);
  color: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
}

.button.discount {
  padding-top: 0;
  padding-bottom: 0;
}

.button.full {
  width: 100%;
  display: block;
}

.button.blue-color {
  background-color: var(--dark-slate-blue\<deleted\|variable-67db312a\>);
}

.button.dark-green {
  background-color: var(--cor--azul-escuro);
  font-family: var(--fonte--principal);
}

.text-field {
  background-color: #fff;
  border: 1px solid rgba(189, 189, 189, .4);
  border-radius: 5px;
  height: 48px;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border-color: var(--medium-sea-green);
}

.text-field::placeholder {
  color: #696969;
}

.text-field.discount {
  height: 38px;
}

.text-field.area {
  height: auto;
  padding-top: 10px;
  padding-bottom: 65px;
}

.product-price {
  color: #696969;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 17px;
}

.product-price.in-sidebar {
  font-size: 18px;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
  font-size: 16px;
}

.product-price.in-sidebar.no-margin.bold {
  color: #12141d;
  font-weight: 500;
}

.product-title-sidebar {
  font-size: 17px;
  font-weight: 600;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  color: var(--dim-grey\<deleted\|variable-764e6d8d\>);
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  color: #696969;
  font-size: 13px;
}

.checkbox-label {
  color: rgba(59, 59, 59, .7);
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

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

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: #696969;
  margin-top: 5px;
  font-family: Inter;
}

.paypal-name {
  color: #696969;
  margin-bottom: 2px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

.image-small-product {
  width: 40px;
  margin-right: 5px;
}

.margin-15px {
  margin-top: 15px;
}

.display-1 {
  font-family: var(--fonte--principal);
  margin-top: 0;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.2;
}

.display-1.white {
  color: #fff;
}

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

.display-2 {
  font-family: var(--fonte--principal);
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

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

.margin-20px {
  margin-top: 13px;
}

.success-message {
  border-radius: var(--sections--border-radius);
  background-color: var(--cor--marrom);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.error-message {
  background-color: var(--red\<deleted\|variable-af5feab7\>);
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.customer-info {
  border: 1px solid rgba(18, 20, 29, .08);
}

.block-header {
  background-color: #fff;
  border-color: rgba(255, 255, 255, .1) rgba(255, 255, 255, .1) rgba(225, 225, 225, .3);
}

.block-content {
  background-color: #fff;
  border-top-style: none;
  border-bottom-color: rgba(255, 255, 255, .1);
  border-left-color: rgba(255, 255, 255, .1);
  border-right-color: rgba(255, 255, 255, .1);
}

.block-content.discount {
  border-style: solid;
  border-color: rgba(0, 0, 0, .08);
}

.display-3 {
  color: #12141d;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 600;
  line-height: 28px;
}

.sticky-left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.social {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 85%;
}

.style-guide-grid.for-buttons {
  align-items: start;
  justify-items: center;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.color {
  color: var(--dark-slate-grey-2\<deleted\|variable-ef815c0b\>);
  margin-left: 2px;
  display: inline-block;
}

.gray-background {
  background-color: var(--dark-slate-grey\<deleted\|variable-673f0913\>);
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 13px 20px;
}

.gray-background.padding {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 27px;
  display: flex;
}

.paragraph-orange {
  color: var(--dark-slate-grey\<deleted\|variable-673f0913\>);
}

.social-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.social-circle.facebook {
  background-color: #1877f2;
}

.social-circle.google {
  background-color: #ff3030;
}

.social-circle.twitter {
  background-color: #1da1f2;
}

.social-circle.webflow {
  background-color: #0400ff;
}

.social-circle.instagram {
  background-color: #c32aa3;
}

.social-circle.youtube {
  background-color: red;
}

.social-circle.slack {
  background-color: #4a154b;
}

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

.color-text {
  font-family: Inter;
  font-weight: 400;
}

.link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--dark-slate-grey-2\<deleted\|variable-ef815c0b\>);
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._4 {
  background-color: var(--midnight-blue\<deleted\|variable-ee7eb34c\>);
  color: #fff;
}

.color-block._3 {
  background-color: var(--medium-sea-green);
  color: #fff;
}

.color-block._2 {
  background-color: var(--dark-slate-grey-3\<deleted\|variable-a070e3ea\>);
}

.color-block._5 {
  background-color: var(--dark-slate-blue\<deleted\|variable-67db312a\>);
}

.body-link {
  color: var(--dim-grey\<deleted\|variable-764e6d8d\>);
  font-size: 15px;
  font-weight: 500;
}

.body-link:hover {
  opacity: .6;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.imput-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line {
  background-color: rgba(237, 237, 237, .5);
  width: 1px;
  height: 100%;
}

.checkbox-contact {
  background-color: #fff;
  border: 1px solid rgba(41, 51, 92, .12);
  border-radius: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 10px;
}

.checkbox-contact.w--redirected-checked {
  border-color: var(--dark-slate-grey-3\<deleted\|variable-a070e3ea\>);
  background-color: var(--dark-slate-grey-3\<deleted\|variable-a070e3ea\>);
  background-size: 10px;
  border-radius: 0;
}

.checkbox-contact.line {
  border-style: solid;
}

.field-label-text {
  color: #696969;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.dark-link {
  color: #696969;
}

.logo-client {
  opacity: 1;
  flex: 0 30%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

.logo-client.left {
  justify-content: center;
  padding-left: 0;
}

.logo-client-wrapper-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 44%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client-wrapper-style._100 {
  justify-content: flex-start;
  max-width: 90%;
  margin-left: 0;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.order-items, .order-summary, .shipping-address, .billing-address, .payment-info {
  border: 1px solid rgba(18, 20, 29, .08);
}

.instruction-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.white {
  color: rgba(255, 255, 255, .7);
}

.navigation-text {
  font-family: var(--fonte--principal);
  margin-bottom: 3px;
}

.navigation-line {
  background-color: var(--cor--marrom);
  width: 100%;
  height: 2px;
  margin-top: 3px;
}

.social-icon-bacgkround {
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.navigation-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: -4px;
}

.navigation-link.w--current {
  color: var(--cor--marrom);
}

.navigation-link.dropdown {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
}

.follow-text {
  color: var(--black\<deleted\|variable-f8a815a5\>);
  margin-right: 6px;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.follow-text.menu {
  color: var(--black\<deleted\|variable-f8a815a5\>);
  margin-left: 4px;
  margin-right: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.cart-header-2 {
  height: 70px;
}

.empty-text {
  color: var(--dark-slate-grey\<deleted\|variable-673f0913\>);
  font-size: 17px;
  font-weight: 500;
}

.subtotal {
  margin-right: 15px;
  font-size: 17px;
  font-weight: 500;
}

.remove-button {
  color: #666;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.remove-button:hover {
  color: #444;
  text-decoration: underline;
}

.error-message-3 {
  color: #fff;
  text-align: center;
  background-color: #ff2500;
  border-radius: 3px;
  font-family: Inter;
  font-size: 15px;
}

.product-sidebar-title {
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 500;
}

.cart-quantity {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: -46%;
  bottom: auto;
  left: auto;
  right: -23%;
}

.cart-item {
  border-bottom: 1px solid #e1e1e1;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-quantity-sidebar {
  color: #6b6352;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  width: 40px;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.cart-line-item {
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cart-button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 0;
}

.empty-state {
  flex-direction: column;
}

.cart-container {
  max-width: 570px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
}

.cart-wrapper {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .4);
}

.close-button {
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 14px;
  display: flex;
}

.icon {
  display: inline-block;
}

.pricing-text {
  color: var(--dark-slate-grey\<deleted\|variable-673f0913\>);
  font-size: 16px;
  font-weight: 500;
}

.pricing-column {
  margin-left: 0;
}

.cart {
  border-left: 2px solid var(--medium-sea-green);
  margin-left: 10px;
  padding-left: 20px;
}

.navbar {
  z-index: 201;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  margin-top: 5px;
  display: flex;
}

.lottie-animation {
  width: 60px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.left-part {
  order: -1;
}

.logo {
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 4px;
}

.right-part {
  align-items: center;
  min-height: 80px;
  display: flex;
}

.cart-image {
  width: 22px;
  margin-right: 4px;
}

.triangle-logo {
  width: 260px;
}

.dropdown-list {
  border-radius: 4px;
}

.dropdown-list.w--open {
  background-color: #fff;
  width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link {
  color: var(--dark-slate-grey\<deleted\|variable-673f0913\>);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
}

.dropdown-link:hover {
  color: var(--medium-sea-green);
}

.dropdown-link.w--current {
  color: var(--black\<deleted\|variable-f8a815a5\>);
}

.no-cart {
  color: #929292;
  font-size: 14px;
}

.button-z-index {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-z-index._3 {
  justify-content: flex-start;
  margin-top: 30px;
}

.sticky-navbar {
  z-index: 300;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cart-mobile {
  justify-content: center;
  align-items: center;
  min-height: 80px;
  display: flex;
}

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

.hero {
  background-image: url('../images/Group-4.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 120%;
  justify-content: center;
  align-items: center;
  margin-bottom: -38px;
  padding-top: 168px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.hero.sub {
  padding-top: 120px;
  padding-bottom: 61px;
}

.triangle {
  z-index: 2;
  width: 120px;
  position: absolute;
  top: auto;
  bottom: -3px;
  left: auto;
  right: -3px;
}

.triangle._2 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.triangle._3 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.triangle._4 {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.triangle._5 {
  width: 80px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-grid {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-grid.sub-page {
  display: block;
}

.small-subhead {
  font-family: var(--fonte--principal);
  color: var(--cor--marrom);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.subhead {
  font-family: var(--fonte--principal);
  color: var(--cor--cinza);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.subhead.white {
  color: #fff;
}

.first-part._2 {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.button-flex {
  align-items: center;
  display: flex;
}

.button-flex.cta {
  justify-content: center;
}

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

.button-flex.align-center {
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.horizontal-divider {
  width: 20px;
}

.max-w-title {
  text-align: center;
  max-width: 520px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-title._2 {
  margin-bottom: 30px;
}

.services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.services-block {
  border-left: 2px solid var(--cor--marrom);
  padding-left: 20px;
}

.service-title {
  font-family: var(--fonte--principal);
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 24px;
}

.service-title._2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.margin-100px {
  margin-top: 100px;
}

.project-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.works-link {
  color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.strategy-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.features-right {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding: 89px;
  display: flex;
  position: relative;
}

.featrues-left {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.featrues-left._1 {
  background-image: url('../images/national-cancer-institute-701-FJcjLAQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.featrues-left._2 {
  background-image: url('../images/jafar-ahmed-E285pJbC4uE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.featrues-left._3 {
  background-image: url('../images/olga-guryanova-tMFeatBSS4s-unsplash.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.number-features {
  color: var(--cor--marrom);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 34px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.features-icon {
  width: 50px;
}

.photo-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 15px 25px rgba(0, 0, 0, .1);
}

.project-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.project-wrapper:hover {
  opacity: .85;
}

.project-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 45vh;
}

.project-title {
  font-size: 24px;
  line-height: 26px;
}

.paragraph-white {
  color: var(--cor--off-white);
  text-align: left;
}

.grid-2-columns {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(78px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-image {
  width: 100%;
}

.video-play {
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.image {
  float: right;
  object-fit: contain;
  width: 600px;
  max-width: 133%;
  position: relative;
}

.client-feedback-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.sticky-part {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.client-wrapper {
  border-bottom: 2px solid #d8d8d8;
  width: 85%;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 30px;
}

.autor-flex {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.auhtor-photo {
  background-image: url('../images/team-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.auhtor-photo._2 {
  background-image: url('../images/team-1.jpg');
}

.auhtor-photo._3 {
  background-image: url('../images/team-1_1.jpg');
}

.auhtor-photo._4 {
  background-image: url('../images/team-2.jpg');
}

.testimonials-name {
  color: #666;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 400;
}

.testimonials-name.medium {
  color: #444;
  font-weight: 500;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.newsletter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.checkbox-contact-2 {
  background-color: #fff;
  border: 1px solid rgba(41, 51, 92, .12);
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-contact-2.w--redirected-checked {
  border-color: var(--dark-slate-blue\<deleted\|variable-67db312a\>);
  background-color: var(--dark-slate-blue\<deleted\|variable-67db312a\>);
  background-size: 10px;
}

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

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

.subscribe-field {
  border: 1px solid rgba(41, 51, 92, .15);
  border-radius: 3px;
  align-self: center;
  height: 62px;
}

.subscribe-field::placeholder {
  color: #696969;
  font-size: 15px;
  font-weight: 500;
}

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

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

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-title {
  color: #12141d;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.blog-title:hover {
  color: var(--dark-slate-grey-3\<deleted\|variable-a070e3ea\>);
}

.horizontal-divider-2 {
  width: 25px;
}

.horizontal-divider-2._15px {
  width: 14px;
}

.date {
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.blog-content {
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.blog-image {
  float: right;
  flex: 0 50%;
  transition: opacity .3s;
  overflow: hidden;
}

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

.blog-category {
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.blog-category:hover {
  color: #444;
  text-decoration: underline;
}

.blog-flex {
  border-radius: 30px;
  display: flex;
  overflow: hidden;
}

.blog-flex.each {
  flex-direction: column;
}

.footer {
  border-radius: var(--sections--border-radius) var(--sections--border-radius) 0vw 0vw;
  background-color: var(--cor--azul-escuro);
  color: var(--cor--off-white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 100px 5% 20px;
  position: relative;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 44%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client-wrapper._100 {
  justify-content: center;
  max-width: 502px;
  margin-left: auto;
  margin-right: auto;
}

.logo-client-black {
  flex: 0 30%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.logo-client-black:hover {
  opacity: 1;
}

.footer-link {
  color: var(--cor--off-white);
  margin-top: 5px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.bigger {
  margin-right: 12px;
  font-size: 16px;
  font-weight: 500;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.copyright {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.copyright-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.made-with-webflow.left-margin {
  color: rgba(255, 255, 255, .8);
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.made-with-webflow.left-margin:hover {
  opacity: .73;
  color: #fff;
}

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

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

.social-wrapper {
  display: flex;
}

.social-wrapper.add-top {
  margin-top: 20px;
}

.navigation-flex {
  display: flex;
}

.coppyright-text {
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  font-weight: 500;
}

.social-icon {
  background-color: var(--cor--marrom);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 11px;
  transition: all .3s;
  display: flex;
}

.social-icon:hover {
  opacity: .5;
}

.photo-shadow {
  width: 100%;
  box-shadow: 0 15px 25px rgba(0, 0, 0, .1);
}

.social-icon-2 {
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: all .3s;
  display: flex;
}

.social-icon-2:hover {
  opacity: .4;
}

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

.legal-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.form-content {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.field-label-form {
  color: var(--cor--off-white);
  font-size: 14px;
  font-weight: 500;
}

.checkbox-flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  margin-top: 15px;
  display: flex;
}

.checkbox-field {
  background-color: #fff;
  border: 1px solid rgba(189, 189, 189, .4);
  border-radius: 3px;
  align-items: center;
  margin-bottom: 7px;
  margin-right: 7px;
  padding-left: 0;
  padding-right: 11px;
  display: flex;
}

.checkbox-contact-3 {
  background-color: #fff;
  border: 1px solid rgba(41, 51, 92, .12);
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-contact-3.w--redirected-checked {
  background-color: #1d217c;
  background-size: 10px;
  border-color: #1d217c;
}

.checkbox-contact-3._2 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .26) rgba(189, 189, 189, .4) rgba(255, 255, 255, .26) rgba(255, 255, 255, .26);
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 0;
  width: 30px;
  height: 40px;
  margin-left: 0;
}

.checkbox-contact-3._2.w--redirected-checked {
  background-color: var(--medium-sea-green);
}

.checkbox-select {
  color: var(--dark-slate-grey\<deleted\|variable-673f0913\>);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.blog-page-content {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.blog-main-image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: all .3s;
}

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

.blog-main-image.radius {
  border-radius: 40px;
}

.blog-main-image.radius:hover {
  opacity: 1;
}

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

.blog-image-2 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: all .3s;
}

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

.pricing-cirlce-icon {
  background-color: var(--medium-sea-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
  padding: 27px;
  display: flex;
}

.pricing-wrapper {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .07);
  overflow: hidden;
}

.pricing-wrapper.on-page {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.error-message-4 {
  text-align: center;
  background-color: #ff715b;
  border-radius: 3px;
}

.bottom-part {
  padding: 10px 30px 20px 40px;
}

.pricing-paragraph {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.pricing-paragraph.no-line {
  border-bottom-style: none;
}

.top-part {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding: 20px 40px;
}

.top-margin-50px {
  margin-top: 50px;
}

.display-4 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}

.primary-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 35px;
  padding: 25px 35px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.primary-button:hover {
  color: #007f5f;
  background-color: #fff;
}

.primary-button.green {
  background-color: #007f5f;
  border-style: none;
}

.primary-button.green:hover {
  color: #fff;
  background-color: #098d6c;
}

.line-4 {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toogle-max-w {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-header {
  color: var(--black\<deleted\|variable-f8a815a5\>);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toggle-space {
  padding: 0 0 15px;
}

.toggle-content {
  overflow: hidden;
}

.line-3 {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 2px;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.delete-me {
  z-index: 9999;
  background-color: #fff;
  background-image: url('../images/button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 140px;
  height: 30px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.image-2 {
  object-fit: contain;
  width: 20px;
  position: relative;
}

.div-block-2 {
  background-color: var(--cor--marrom);
  border-radius: 9007200000000000px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.section-2 {
  background-color: var(--cor--off-white);
  border-radius: 90px;
  margin-bottom: -200px;
  padding-top: 5rem;
  padding-bottom: 200px;
}

.section-3 {
  background-color: var(--cor--off-white);
}

.section-4 {
  background-color: var(--cor--off-white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.paragraph-3 {
  column-count: 2;
}

.tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  padding-bottom: 2rem;
  display: flex;
}

.tab-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-family: var(--fonte--principal);
  color: var(--cor--cinza);
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.tab-button:hover {
  background-color: var(--cor--azul-escuro);
  color: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, .15);
}

.tab-button.w--current {
  background-color: var(--cor--marrom);
  color: var(--cor--off-white);
}

.tab-button.discount {
  padding-top: 0;
  padding-bottom: 0;
}

.tab-button.full {
  width: 100%;
  display: block;
}

.tab-button.blue-color {
  background-color: var(--dark-slate-blue\<deleted\|variable-67db312a\>);
}

.tab-button.dark-green {
  background-color: var(--cor--azul-escuro);
  font-family: var(--fonte--principal);
}

.cirurgias-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 5rem;
  display: grid;
}

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

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

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 2px solid var(--cor--marrom);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: grid;
}

.valores-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-left: 2px solid var(--cor--marrom);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.valores-title {
  font-family: var(--fonte--principal);
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
}

.valores-title._2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.image-3 {
  width: 50px;
  margin-bottom: 10px;
}

.atendimento-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.html-embed {
  border: 1px #000;
  border-radius: 40px;
  overflow: hidden;
}

.agendamento-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.contato-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  color: var(--cor--off-white);
  font-size: 20px;
}

.text-block-2 {
  opacity: .68;
  color: var(--cor--off-white);
}

.sticky-part-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.contatos-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.text-block-3 {
  opacity: .53;
}

.agendamento-grid-copy {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

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

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 21rem;
}

.paragraph-5 {
  margin-top: 38px;
  margin-bottom: 34px;
  font-size: 17px;
}

.div-block-10 {
  display: flex;
}

.link-2 {
  color: var(--cor--off-white);
  font-size: 17px;
  text-decoration: none;
}

.div-block-11 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-12 {
  margin-top: 2rem;
}

.blog-subhead {
  font-family: var(--fonte--principal);
  color: var(--cor--cinza);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-14 {
  text-align: center;
  padding-bottom: 50px;
}

.rich-text-block-2 {
  opacity: .65;
  color: #fff;
}

.paragraph-6 {
  color: var(--cor--off-white);
}

.paragraph-7 {
  opacity: .7;
  color: var(--cor--off-white);
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 16rem;
}

.lightbox-link {
  background-image: url('../images/Imagem-Arthur---01---Clínica-Kasper.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 32%;
  height: 25vh;
  margin-bottom: 2vh;
  margin-right: 2%;
}

.lightbox-link._3 {
  margin-right: 0%;
}

.div-block-15 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.lightbox-link-2 {
  background-image: url('../images/WhatsApp-Image-2024-03-05-at-10.26.24-3.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.yt-blog {
  width: 70px;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding: 0;
  }

  .page-content._80px {
    padding-bottom: 0;
  }

  .brand {
    margin-right: 10px;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

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

  .display-1 {
    font-size: 38px;
  }

  .display-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .display-3 {
    font-size: 23px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid-style, .components-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .logo-client {
    flex: 0 25%;
  }

  .logo-client-wrapper-style {
    width: 100%;
    max-width: 80%;
  }

  .navigation-link {
    align-items: flex-start;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link.w--current {
    justify-content: center;
    align-items: flex-start;
  }

  .navigation-link.dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .follow-text.menu {
    display: inline-block;
    position: relative;
  }

  .follow-text.menu._2 {
    font-weight: 600;
    top: -7px;
  }

  .cart-quantity {
    width: 26px;
    height: 26px;
    font-size: 12px;
    font-weight: 700;
  }

  .navbar {
    z-index: 999;
    min-height: 65px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 2rem;
  }

  .lottie-animation {
    display: inline-block;
  }

  .lottie-animation._2 {
    margin-right: 1px;
  }

  .cart-image {
    width: 24px;
  }

  .menu-button {
    align-items: center;
    padding: 0 10px 0 0;
  }

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

  .dropdown-list {
    top: 0;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-link.w--current {
    color: var(--black\<deleted\|variable-f8a815a5\>);
  }

  .dropdown-fill {
    width: 100%;
  }

  .sticky-navbar {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cart-mobile {
    min-height: auto;
    display: flex;
  }

  .hero {
    padding-top: 120px;
  }

  .triangle {
    width: 90px;
    bottom: 0;
    right: 0;
  }

  .hero-grid {
    grid-row-gap: 50px;
  }

  .subhead {
    font-size: 20px;
    line-height: 27px;
  }

  .first-part._2 {
    max-width: 90%;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .project-grid {
    max-width: 100%;
  }

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

  .featrues-left {
    min-height: 500px;
  }

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

  .project-image {
    object-fit: cover;
    height: 100%;
  }

  .grid-2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .sticky-part {
    position: static;
  }

  .client-content {
    padding-top: 1rem;
  }

  .client-wrapper {
    margin-left: 0;
  }

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

  .newsletter-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-content {
    min-height: 270px;
  }

  .blog-image {
    flex: 0 auto;
  }

  .blog-flex {
    flex-direction: column;
  }

  .logo-client-wrapper {
    width: 100%;
    max-width: 80%;
  }

  .logo-client-black {
    flex: 0 25%;
  }

  .copyright {
    margin-bottom: 0;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1.4fr 1fr;
    max-width: 100%;
  }

  .legal-wrapper {
    width: 100%;
  }

  .checkbox-flex {
    max-width: 400px;
  }

  .blog-page-content {
    max-width: 90%;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .cirurgias-grid, .collection-list, .div-block-5, .atendimento-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-4 {
    column-count: 1;
  }

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

  .agendamento-grid, .contato-grid {
    grid-template-columns: 1fr;
  }

  .sticky-part-copy {
    position: static;
  }

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

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

  .div-block-9 {
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    padding-left: 12px;
    padding-right: 13px;
  }
}

@media screen and (max-width: 767px) {
  .page-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button.dark-green.hide-mobile {
    display: none;
  }

  .display-1 {
    font-size: 45px;
    line-height: 45px;
  }

  .display-2 {
    font-size: 34px;
    line-height: 38px;
  }

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

  .style-guide-grid.social {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .logo-client.left {
    justify-content: center;
  }

  .logo-client-wrapper-style {
    width: 100%;
  }

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

  .right-part {
    min-height: 60px;
  }

  .hero {
    background-position: 50% 100%;
  }

  .triangle {
    width: 60px;
  }

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

  .services-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .strategy-grid {
    max-width: 100%;
  }

  .features-right {
    min-height: auto;
  }

  .featrues-left {
    min-height: 400px;
  }

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

  .client-feedback-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .sticky-part {
    position: relative;
    top: 0;
  }

  .client-wrapper {
    width: 100%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-title {
    font-size: 23px;
    line-height: 27px;
  }

  .blog-content {
    min-height: 240px;
  }

  .blog-flex.each {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .logo-client-wrapper {
    width: 100%;
  }

  .logo-client-black {
    flex-basis: 33.3333%;
  }

  .copyright-flex {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .algin-right {
    text-align: left;
  }

  .social-icon {
    justify-content: flex-start;
  }

  .photo-shadow {
    width: 100%;
  }

  .social-icon-2 {
    justify-content: flex-start;
  }

  .checkbox-flex {
    justify-content: center;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .blog-page-content {
    max-width: 100%;
  }

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

  .pricing-wrapper.on-page {
    max-width: 90%;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .cirurgias-grid, .atendimento-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .agendamento-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contato-grid {
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .sticky-part-copy {
    position: relative;
    top: 0;
  }

  .agendamento-grid-copy {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding: 30px;
  }

  .brand {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .display-1 {
    font-size: 34px;
    line-height: 38px;
  }

  .display-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .margin-20px {
    margin-top: 10px;
  }

  .display-3 {
    font-size: 22px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.social {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .social-circle {
    margin-bottom: 10px;
  }

  .grid-radio, .link-grid {
    grid-template-columns: 1fr;
  }

  .imput-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .checkbox-contact {
    flex: none;
  }

  .logo-client {
    flex-basis: 33.333%;
  }

  .logo-client-wrapper-style {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .logo-client-wrapper-style._100 {
    max-width: 100%;
  }

  .follow-text.menu._2 {
    display: none;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart {
    margin-right: 10px;
  }

  .lottie-animation._2, .logo {
    top: 0;
  }

  .menu-button {
    padding-right: 0;
  }

  .hero {
    margin-bottom: -89px;
    padding-top: 90px;
    padding-bottom: 75px;
  }

  .hero.sub {
    margin-bottom: 0;
    padding-top: 102px;
    padding-bottom: 45px;
  }

  .triangle {
    width: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .triangle._5 {
    width: 40px;
  }

  .first-part._2 {
    max-width: 100%;
  }

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

  .button-flex.cta {
    align-items: center;
  }

  .horizontal-divider {
    height: 15px;
  }

  .features-right {
    padding-bottom: 65px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .featrues-left {
    min-height: 250px;
  }

  .video-play {
    width: 70px;
    height: 70px;
  }

  .team-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .newsletter-grid {
    max-width: 100%;
  }

  .checkbox-contact-2 {
    flex: none;
  }

  .subscribe-form {
    width: 100%;
  }

  .subscribe-field {
    background-size: 33px;
    padding-left: 50px;
  }

  .field-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blog-grid {
    max-width: 100%;
  }

  .blog-title {
    max-width: 100%;
    font-size: 21px;
    line-height: 25px;
  }

  .blog-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-category {
    margin-bottom: 3px;
  }

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

  .logo-client-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .logo-client-wrapper._100 {
    max-width: 100%;
  }

  .logo-client-black {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-link.bigger.w--current {
    margin-bottom: 12px;
  }

  .webflow-logo-tiny {
    display: none;
  }

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

  .made-with-webflow.left-margin {
    margin-top: 5px;
    margin-left: 0;
    display: block;
  }

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

  .margin-device {
    margin-top: 20px;
  }

  .checkbox-field {
    align-items: center;
    display: flex;
  }

  .checkbox-contact-3 {
    flex: none;
  }

  .pricing-cirlce-icon {
    margin-bottom: 15px;
  }

  .pricing-wrapper.on-page {
    max-width: 100%;
  }

  .bottom-part, .top-part {
    padding-left: 25px;
  }

  .display-4 {
    font-size: 22px;
  }

  .toggle-space {
    padding-right: 0;
  }
}

#w-node-_719fb56a-ae43-637e-3901-12547f405e91-f0d8e192 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: end;
}

#w-node-fa87f816-d2d9-354d-17f3-6370cf38ecbb-cf38ecb3 {
  align-self: center;
}

#w-node-fa87f816-d2d9-354d-17f3-6370cf38ecd2-cf38ecb3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa87f816-d2d9-354d-17f3-6370cf38ecd4-cf38ecb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fa87f816-d2d9-354d-17f3-6370cf38ed0a-cf38ecb3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf3b66a3-0ff3-c80d-6d04-3f9172c7b37e-72c7b37d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3282e3bd-4a43-f4fa-5d0a-8bd79fca31db-9fca31c6 {
  justify-self: end;
}

#w-node-_3282e3bd-4a43-f4fa-5d0a-8bd79fca31f1-9fca31c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a28e0a1d-f352-9e22-f1cc-954e22e1bb74-f0d8e1fd, #w-node-f5e95356-3bc8-6e08-4d4f-126db0c047d7-f0d8e1fd, #w-node-f60fbb42-aa84-3cc5-f67e-78600d1f9aa9-f0d8e1fd {
  align-self: center;
}

#w-node-_58472dc8-3cae-b9d0-027a-6128f67412ad-c6639d66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5d28324-b267-0ec3-7bfe-a7ec0150f296-c6639d66 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_719fb56a-ae43-637e-3901-12547f405e91-3e597688 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-d9c4747f-6cc5-4a34-d663-bbb37578e90a-3e597688 {
  align-self: center;
}

#w-node-a5ed73fc-53de-41b7-f078-a5074b93d0ef-3e597688 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4285d125-eacd-63ec-7c8d-193c923f5e46-3e597688 {
  justify-self: start;
}

#w-node-_49097891-2444-398b-d693-2b31576e72d5-3e597688 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_719fb56a-ae43-637e-3901-12547f405e91-f0d8e192 {
    grid-row: span 1 / span 1;
  }

  #w-node-_719fb56a-ae43-637e-3901-12547f405e93-f0d8e192 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-af1d25cd-cb20-6c89-7bd5-3ab23768cdb3-f0d8e192 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf3b66a3-0ff3-c80d-6d04-3f9172c7b37e-72c7b37d {
    grid-column: span 2 / span 2;
  }

  #w-node-e490dd8c-2a83-10c8-d6e2-634dea09b5f9-f0d8e19a, #w-node-_7b98146a-4703-16db-21b0-b1f336f85111-f0d8e1b0, #w-node-_56097777-eb81-cb02-b0e9-f3eeb27ae569-978bbca6, #w-node-_56097777-eb81-cb02-b0e9-f3eeb27ae569-c6639d66 {
    grid-area: 4 / 1 / 4 / 2;
  }

  #w-node-_719fb56a-ae43-637e-3901-12547f405e91-3e597688 {
    grid-row: span 1 / span 1;
  }

  #w-node-_719fb56a-ae43-637e-3901-12547f405e93-3e597688 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-af1d25cd-cb20-6c89-7bd5-3ab23768cdb3-3e597688 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_719fb56a-ae43-637e-3901-12547f405e93-f0d8e192 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-fa87f816-d2d9-354d-17f3-6370cf38ecd4-cf38ecb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-bf3b66a3-0ff3-c80d-6d04-3f9172c7b37e-72c7b37d {
    grid-column: span 1 / span 1;
  }

  #w-node-_3282e3bd-4a43-f4fa-5d0a-8bd79fca31ca-9fca31c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3282e3bd-4a43-f4fa-5d0a-8bd79fca31db-9fca31c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_719fb56a-ae43-637e-3901-12547f405e93-3e597688 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_4285d125-eacd-63ec-7c8d-193c923f5e46-3e597688 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype'), url('../fonts/Gotham-BoldIta.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumIta.otf') format('opentype'), url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Bookita';
  src: url('../fonts/Gotham-BookIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype'), url('../fonts/Gotham-BlackIta.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLight.otf') format('opentype'), url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLightIta.otf') format('opentype'), url('../fonts/Gotham-LightIta.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultraita';
  src: url('../fonts/Gotham-UltraIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype'), url('../fonts/Gotham-ThinIta.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}