:root {
  --brand--neutrals--white: white;
  --brand--neutrals--blueberry: #181617;
  --brand--neutrals--orange: #ea9b24;
  --text--default--black: #302f2d;
  --brand--neutrals--grey-dark: #6f6c67;
  --brand--neutrals--grey-mid: #b8b8b8;
  --text--default--black-light: #b8b8b8;
  --text--default--black-medium: #49494b;
  --brand--neutrals--green: #2b3d1b;
  --brand--primary--action-pressed: #0a0a0a;
  --brand--primary--action: #413f3e;
  --brand--primary--action-hover: #161616;
  --brand--color--green-light\<deleted\|variable-85f04a3a-7aaf-2b1f-2f9b-11b0f526a9b0\>: #e1e7d6;
  --brand--neutrals--tan-darker: #181617;
  --darker-light-grey\<deleted\|variable-26c1331e\>: #eeeded;
  --dark-blue\<deleted\|variable-47274d42\>: #0e2244;
  --brand--neutrals--pure-black: #000;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #162b4c;
  --untitled-ui--gray400\<deleted\|variable-b339bef7\>: #98a2b3;
  --untitled-ui--gray700\<deleted\|variable-d4f37b50\>: #344054;
  --untitled-ui--gray500\<deleted\|variable-68f29e84\>: #667085;
  --brand--color--red\<deleted\|variable-77654926-6933-b517-4f60-3f21b1974730\>: #ca4949;
  --brand--color--red-light\<deleted\|variable-dad8a357-8cda-10cf-b0ed-9cc89fda3963\>: #f8e2e2;
  --untitled-ui--gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary700\<deleted\|variable-da4f7fa3\>: #0d2344;
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui--primary300\<deleted\|variable-b540dac6\>: #d6bbfb;
  --untitled-ui--gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --untitled-ui--success50\<deleted\|variable-9177f7a8\>: #ecfdf3;
  --untitled-ui--success700\<deleted\|variable-1c4c81d0\>: #027a48;
  --text--default--size: 0px;
  --text--default--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

  .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-commerceaddtocartquantityinput, .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 {
    font-size: 16px;
  }
}

body {
  background-color: var(--brand--neutrals--white);
  color: var(--brand--neutrals--blueberry);
  letter-spacing: .05px;
  flex-direction: column;
  min-height: 100%;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5em;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: mestiza, sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.07em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: mestiza, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.05em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: mestiza, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: mestiza, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.125rem;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--brand--neutrals--blueberry);
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .4s;
}

a:hover {
  color: var(--brand--neutrals--orange);
}

ul {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

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

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

strong {
  color: var(--brand--neutrals--orange);
  font-weight: 500;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

figure {
  margin-bottom: 10px;
}

.display-heading-2 {
  z-index: 6;
  color: var(--text--default--black);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.15em;
  position: relative;
}

.display-heading-2.display-heading-3-white {
  color: var(--brand--neutrals--white);
}

.heading-h1 {
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
  font-size: 5rem;
  font-weight: 700;
}

.heading-h2 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15em;
}

.heading-h2.margin-bottom-32.metzi {
  font-family: mestiza, sans-serif;
}

.heading-h2.margin-bottom-16 {
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
  font-weight: 700;
}

.heading-h2.smaller-2-rem {
  font-size: 2rem;
}

.heading-h2.smaller-2-rem.white {
  color: var(--brand--neutrals--white);
}

.heading-h2.smaller-2-rem.white.center-flex-block, .heading-h2.smaller-2-rem.cs {
  text-align: center;
}

.heading-h3 {
  font-family: mestiza, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
}

.heading-h3.heading-h3-white {
  color: var(--brand--neutrals--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
  font-size: 2.5rem;
}

.heading-h3.margin-bottom-16.centered-text {
  text-align: center;
}

.heading-h3.heading-h3-product {
  font-size: 2.5rem;
  font-weight: 600;
}

.heading-h4 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-h4.heading-h4-white {
  color: var(--brand--neutrals--blueberry);
  font-family: mestiza, sans-serif;
}

.heading-h4.h4-product {
  font-weight: 600;
}

.heading-h2-medium {
  font-size: 3.5rem;
  line-height: 1.1em;
}

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

.heading-h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-h5.white-text {
  color: var(--brand--neutrals--orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
}

.heading-h5.backgrond {
  background-image: url('../images/Fichier-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-h6 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-32 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-32.white-text {
  color: var(--brand--neutrals--white);
}

.paragraph-20 {
  color: var(--brand--neutrals--grey-dark);
  letter-spacing: .08px;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.paragraph-20.paragraph-20-white {
  color: var(--brand--neutrals--grey-mid);
}

.paragraph-20.white {
  color: var(--brand--neutrals--white);
}

.paragraph-18 {
  font-size: 1.125rem;
  line-height: 1.5em;
}

.paragraph-18.paragraph-18-white.downmargin {
  padding-bottom: 10px;
}

.paragraph-18.centered-text {
  text-align: center;
}

.paragraph-18.margin-bottom-48.sided {
  justify-content: flex-start;
  align-items: center;
}

.paragraph-16 {
  color: var(--text--default--black-light);
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph-16.light-text {
  color: var(--text--default--black-light);
}

.paragraph-16.text-white {
  color: var(--brand--neutrals--white);
}

.paragraph-14 {
  color: var(--text--default--black-medium);
  font-size: .875rem;
  line-height: 1.4em;
}

.paragraph-14.paragraph-14-white {
  color: var(--brand--neutrals--white);
}

.paragraph-14.paragraph-14-white.italic {
  font-size: .7rem;
  font-style: italic;
}

.paragraph-14.paragraph-14-white.bolg-orange {
  color: var(--brand--neutrals--orange);
  font-family: mestiza, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.paragraph-12 {
  color: var(--text--default--black-medium);
  font-size: .75rem;
  line-height: 1.125rem;
}

.metrics-heading {
  color: var(--text--default--black);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.metrics-value {
  color: var(--text--default--black);
  text-align: center;
  word-break: break-all;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.container.container-footer {
  align-items: flex-start;
  max-width: 84rem;
}

.container.container-quote {
  max-width: 56rem;
}

.container.navigation-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container.container-hero-1 {
  z-index: 1;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  max-width: none;
  position: relative;
}

.container.container-hero-2 {
  z-index: 1;
  perspective: 1000px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.container.container-hero-3 {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  max-width: none;
  display: flex;
  position: relative;
}

.container.container-hero-5 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  display: flex;
  position: relative;
}

.container.instructions {
  margin-top: 2rem;
}

.container.maximum {
  max-width: 1200px;
}

.container.maximum.smaller {
  max-width: 1000px;
}

.container.centergrille {
  justify-content: center;
  align-items: center;
}

.container.sapin {
  background-image: url('../images/Fichier-13.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.container.formation-hidden {
  display: none;
}

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

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

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

.margin-bottom-48 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.margin-bottom-48.side {
  height: 100px;
  margin-bottom: 0;
}

.margin-bottom-48.side.nomargin {
  height: 30px;
}

.found-profile-container {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.primary-button {
  background-color: var(--brand--neutrals--orange);
  color: var(--brand--neutrals--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1.5px solid #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  padding: 1rem 2rem;
  font-family: mestiza, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5em;
  transition-property: background-color;
  display: flex;
}

.primary-button:hover {
  background-color: var(--brand--neutrals--green);
  color: var(--brand--neutrals--white);
}

.primary-button:active {
  background-color: var(--brand--primary--action-pressed);
}

.primary-button:focus {
  border-color: var(--brand--primary--action);
  background-color: var(--brand--primary--action-hover);
}

.primary-button.button-white {
  border-color: var(--brand--neutrals--green);
  background-color: var(--brand--neutrals--blueberry);
  color: var(--brand--neutrals--orange);
  transition: background-color .2s;
}

.primary-button.button-white:hover {
  background-color: var(--brand--neutrals--green);
}

.primary-button.primary-button-slim {
  min-width: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.primary-button.primary-button-cart {
  margin-top: auto;
  margin-bottom: auto;
}

.primary-button.buy-button {
  color: #fff;
  border-radius: 0;
}

.primary-button.green {
  background-color: var(--brand--neutrals--green);
  background-image: url('../images/Fichier-5.png');
  background-position: 0 0;
  background-size: auto;
  transition: all .5s, background-color .4s;
}

.primary-button.green:hover {
  background-color: var(--brand--neutrals--orange);
  background-image: url('../images/Fichier-5.png');
  background-position: 50% 0;
  background-size: auto;
}

.primary-button.green.down10 {
  margin-top: 10px;
}

.primary-button.green.center {
  text-align: center;
}

.primary-button.green.center.orange {
  background-color: var(--brand--neutrals--orange);
}

.section {
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/beau-paysage-de-sapins-avec-de-hautes-montagnes-rocheuses.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

.section.section-hero {
  padding-top: 8.5rem;
}

.section.section-no-top-margin {
  padding-top: 0;
}

.section.section-light-grey {
  background-color: var(--brand--neutrals--orange);
}

.section.section-light-grey._2remup {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.section-light-grey._2remup.background {
  background-image: linear-gradient(#ea9b23ad, #ffdaa1d6), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.section.section-black-background {
  background-color: var(--brand--neutrals--blueberry);
}

.section.section-color-trial {
  background-color: var(--brand--color--green-light\<deleted\|variable-85f04a3a-7aaf-2b1f-2f9b-11b0f526a9b0\>);
  text-align: center;
  align-self: auto;
  min-height: 70vh;
  max-height: 1800px;
}

.section.section-black {
  border-bottom: 1px solid var(--brand--neutrals--blueberry);
  background-color: var(--brand--neutrals--white);
  background-image: none;
  position: relative;
  overflow: hidden;
}

.section.section-black.norem {
  padding-top: 0;
}

.section.section-black.hidden {
  display: none;
}

.section.section-produtcs-hero {
  padding-top: 12.5rem;
}

.section.section-produtcs-hero.bg {
  background-image: radial-gradient(circle, #0f0e0e, #181617d9), url('../images/Fichier-3.svg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.section.section-black-product {
  border-bottom: 1px solid var(--brand--neutrals--blueberry);
  background-color: var(--brand--primary--action-hover);
  padding-top: 10.5rem;
}

.section.no-bottom {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.section.no-bottom.norem {
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/beau-paysage-de-sapins-avec-de-hautes-montagnes-rocheuses.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-bottom.norem.sapin {
  background-image: linear-gradient(#ffffffc7, #ffffffc7), url('../images/Fichier-11.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section.no-bottom.hidden {
  display: none;
}

.section.no-bottom.background-heading {
  background-image: linear-gradient(276deg, #fff0, #fff 42%);
  padding-top: 12rem;
  padding-bottom: 10rem;
}

.section.no-bottom.background-heading._44343 {
  background-image: linear-gradient(276deg, #fff0, #fff 42%), linear-gradient(#0000, #0000);
}

.section.hidden {
  display: none;
}

.section.nohum {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/Fichier-10.svg');
  background-position: 0 0, 50% -100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 5rem;
}

.section.nohum._5rem {
  padding-top: 5rem;
}

.section.centered-input {
  flex-flow: column;
  display: flex;
}

.section.centered-input.sapin {
  background-image: linear-gradient(#ffffffc9, #ffffffc9), url('../images/Fichier-11.svg'), linear-gradient(#fffffff7, #fffffff7), url('../images/beau-paysage-de-sapins-avec-de-hautes-montagnes-rocheuses.jpeg');
  background-position: 0 0, 100%, 0 0, 0 0;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: auto, cover, auto, cover;
  background-attachment: scroll, fixed, scroll, scroll;
}

.section.home {
  background-color: var(--brand--neutrals--white);
}

.section.home.background {
  background-image: linear-gradient(#fff, #ffffffba), url('../images/Fichier-8.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.section.home.background.big-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section._0 {
  padding-top: 0;
}

.section._0._109 {
  height: 80vh;
  margin-top: 109px;
}

.section._0.sapin {
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/Fichier-10.svg'), linear-gradient(#fffffff7, #fffffff7), url('../images/beau-paysage-de-sapins-avec-de-hautes-montagnes-rocheuses.jpeg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: auto, cover, auto, cover;
  background-attachment: scroll, fixed, scroll, scroll;
}

.section.grenn {
  background-image: linear-gradient(180deg, var(--brand--neutrals--green), #00290ba1), url('../images/Fichier-6_3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.grenn.white-text {
  color: var(--brand--neutrals--white);
}

.section.orangepale {
  background-color: #fff5f1;
}

.section.orangepale.black {
  background-image: linear-gradient(#ea9c25cc, #ea9c25cc), url('../images/beau-paysage-de-sapins-avec-de-hautes-montagnes-rocheuses.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.hiddeennnn {
  display: none;
}

.arrow-link {
  color: var(--text--default--black);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.card-title {
  margin-bottom: .5rem;
  font-size: 1.4rem;
  line-height: 1.25em;
}

.card-title.card-title-white {
  color: var(--brand--neutrals--white);
  font-family: mestiza, sans-serif;
}

.profile-picture-card {
  background-color: var(--brand--neutrals--tan-darker);
  color: var(--text--default--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.margin-bottom-72 {
  margin-bottom: 4.5rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.margin-bottom-96 {
  margin-bottom: 6rem;
}

.who-we-are-text-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  background-image: linear-gradient(357deg, #000, #00000045 46%, #00000036 79%, #0000);
  flex-flow: column;
  flex: 1;
  grid-template-rows: 50px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 3rem 1.5rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

.profile-picture-image {
  aspect-ratio: 4 / 5.5;
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.profile-picture-image.bg2 {
  background-image: url('../images/Fichier-22x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
}

.profile-picture-wrapper {
  background-image: linear-gradient(0deg, #000, #fff0);
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.founder {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 8fr 8fr;
  align-items: center;
  width: 100%;
}

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

.founder-paragraph-container {
  width: 100%;
  max-width: 28rem;
}

.footer-section {
  background-color: var(--brand--neutrals--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer-section.color {
  background-color: #ffebcb;
}

.secondary-button {
  border: 1.5px solid var(--brand--neutrals--orange);
  color: var(--brand--neutrals--green);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #fff0;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  margin-top: 0;
  padding: 1rem 2rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5em;
  transition: border .3s, background-color .3s;
  display: flex;
}

.secondary-button:hover {
  border-color: var(--brand--neutrals--orange);
  background-color: var(--brand--neutrals--orange);
  color: var(--brand--neutrals--white);
}

.secondary-button:active {
  border-color: #d4d3d1;
}

.secondary-button:focus {
  border-color: #a1a09c;
}

.secondary-button.pin-to-bottom {
  margin-top: auto;
}

.secondary-button.pin-to-bottom.whitetext {
  color: var(--brand--neutrals--white);
}

.footer-social-links-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: start;
  display: flex;
}

.footer-social-link {
  background-color: var(--brand--neutrals--green);
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  transition: all .4s, background-color .4s;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--brand--neutrals--orange);
  background-image: url('../images/Fichier-5.png');
  background-position: 110% 100%;
  background-size: 200px;
  transform: scale(.9);
}

.footer-link {
  color: var(--brand--neutrals--grey-mid);
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--brand--primary--action);
}

.footer-link:active {
  color: var(--dark-blue\<deleted\|variable-47274d42\>);
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.footer-company-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-text-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 38rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 3rem;
  display: flex;
}

.navha-hamburger-button {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.375rem;
  height: 3.375rem;
  display: none;
  position: relative;
}

.nav-cta-button-conatiner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

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

.news-paragraph-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.field-label {
  margin-bottom: .5rem;
  font-size: .9rem;
  line-height: 1.3em;
  display: inline-block;
}

.form-elements-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  display: grid;
}

.form-elements-grid.encadr {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #000;
  padding: 40px;
}

._100-width {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

._100-width.cv-upload {
  border: 1px solid var(--brand--neutrals--orange);
  border-radius: 4px;
  padding: 10px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: var(--brand--neutrals--grey-mid) var(--brand--neutrals--grey-mid) var(--text--default--black);
  background-color: #fff0;
  border-radius: 0;
  max-width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 0;
  font-size: 1rem;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

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

.text-field.text-field-area {
  min-width: 100%;
  min-height: 11.25rem;
  position: relative;
}

.text-field.order-input {
  background-color: #ffffff8c;
  margin-bottom: 1rem;
  padding-left: .75rem;
}

.contact-form-block {
  width: 100%;
}

.contact-form-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-grid._2 {
  grid-column-gap: 1.3rem;
  grid-template-columns: 4fr 3.5fr;
}

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

._2-column-heading-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 9.5fr 7.5fr;
  width: 100%;
  margin-bottom: 4rem;
}

.news-text-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.news-image-container {
  width: 100%;
}

.news-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.news-card {
  border: 1px solid var(--brand--neutrals--grey-dark);
  color: var(--brand--neutrals--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-date-container {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  color: var(--brand--neutrals--white);
  flex-wrap: wrap;
  font-size: .875rem;
  display: flex;
}

.success-message {
  border: 1px solid var(--brand--neutrals--green);
  background-color: var(--brand--neutrals--white);
  text-align: center;
  border-radius: 1rem;
  width: 100%;
  padding: 2rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-inner-container {
  grid-column-gap: 1.2rem;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  line-height: 102%;
  display: flex;
}

.nav-link {
  color: var(--brand--neutrals--pure-black);
  text-transform: none;
  cursor: pointer;
  border-top: 2px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  min-width: 90px;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5em;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
}

.nav-link:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--text--default--black);
  color: var(--brand--neutrals--orange);
}

.nav-link.nav-link-dropdown {
  padding-left: 0;
  padding-right: 24px;
}

.nav-link.nav-link-dropdown.updown.center {
  font-size: .93rem;
}

.nav-link.nav-link-dropdown.updown.center:hover {
  color: var(--brand--neutrals--green);
  -webkit-text-stroke-color: var(--brand--neutrals--green);
  background-size: 90px;
}

.nav-link.updown {
  white-space: normal;
  word-break: normal;
}

.nav-link.updown.center {
  text-align: center;
  background-image: url('../images/Fichier-5_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 90px;
  justify-content: center;
  align-items: center;
  font-size: .93rem;
  line-height: 1.4em;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.nav-link.updown.center:hover {
  border-bottom-color: var(--brand--neutrals--white);
  color: var(--brand--neutrals--green);
  background-image: url('../images/Fichier-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
}

.nav-link.updown.center.w--current {
  background-image: url('../images/Fichier-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
}

.nav-bar {
  border-bottom: 1px none var(--brand--neutrals--grey-mid);
  background-color: var(--brand--neutrals--white);
  color: var(--brand--neutrals--blueberry);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  color: var(--brand--neutrals--blueberry);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 120px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.nav-logo:hover {
  opacity: .81;
}

.nav-logo.w--current {
  object-fit: contain;
  max-height: 100px;
}

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

.nav-links-conatiner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-logo-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.quote-card {
  background-color: var(--brand--neutrals--tan-darker);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.quote-heading {
  color: var(--text--default--black);
  margin-bottom: 24px;
  font-size: 1.8em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3em;
}

.quote-heading.quote-heading-light {
  color: #2b2b2b;
}

.slide-nav {
  align-items: center;
  height: 48px;
  margin-bottom: -64px;
  font-size: 12px;
  display: flex;
}

.arrow-black {
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  width: 48px;
  height: 48px;
  margin-bottom: -64px;
  font-size: 1.4em;
  inset: auto 0% 0% auto;
}

.arrow-black.arrow-left {
  margin-right: 72px;
}

.quote-name-title-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.quote-section {
  justify-content: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 11rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote-mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.quote-label {
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
}

.quote-title {
  opacity: .73;
  color: var(--text--default--black);
  font-size: 16px;
  font-weight: 300;
}

.quote-title.quote-title-light {
  color: #2b2b2b;
}

.quote-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.quote-profile-image {
  aspect-ratio: 1;
  filter: grayscale();
}

.quote-profile-image-wrapper {
  border-radius: 60px;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  overflow: hidden;
}

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

.quote-slide {
  width: 100%;
  height: 100%;
}

.quote-name {
  color: var(--text--default--black);
  margin-bottom: 4px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 400;
}

.quote-name.quote-name-light {
  color: #2b2b2b;
}

.hero-paragraph-container {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.news-item {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-buttons-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  display: flex;
}

.hero-buttons-container.hidden {
  display: none;
}

.benefits-text-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label-heading {
  color: var(--brand--neutrals--orange);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
}

.label-heading.centering {
  text-align: center;
  margin-bottom: 1em;
}

.styles-contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact-links {
  color: var(--brand--neutrals--blueberry);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .4s;
}

.contact-links:hover {
  opacity: 1;
  color: var(--brand--neutrals--orange);
  text-decoration: none;
}

.contact-side-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.rich-text-block {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6em;
}

.rich-text-block p {
  margin-top: 8px;
  margin-bottom: 16px;
}

.rich-text-block h1 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-block h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 3rem;
}

.rich-text-block h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Work Sans;
  font-size: 2.5rem;
}

.rich-text-block h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 400;
}

.rich-text-block h5, .rich-text-block figure, .rich-text-block blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
}

.news-content {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.blog-banner-image {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
}

.more-news-heading-wrapper {
  margin-bottom: 1.5rem;
}

.news-description-and-date-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.next-project {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--brand--neutrals--grey-mid);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.styles-text-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.styles-sticky-wrap {
  position: sticky;
  top: 6.5rem;
}

.styles-line {
  background-color: var(--brand--neutrals--grey-mid);
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.style-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.style-margins-container {
  background-color: var(--brand--neutrals--tan-darker);
}

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

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

._404-image {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.contact-list-icon {
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
}

.sign-up-button-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-small {
  width: 100%;
  min-height: 1.5rem;
}

.spacer-xx-small {
  width: 100%;
  min-height: .5rem;
}

.contact-list-icon-wrapper {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-list-item {
  align-items: center;
  display: flex;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.news-read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.new-type-wrapper {
  border: 1px solid var(--text--default--black);
  mix-blend-mode: multiply;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .25rem .65rem;
  font-size: .75rem;
  font-weight: 500;
  transition-property: border;
  display: flex;
}

.new-type-wrapper:hover {
  border-color: silver;
}

.hero-1-image-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  max-height: calc(100vh - 9.5rem);
  display: flex;
  overflow: hidden;
}

.hero-3-text-container {
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.features-3-column-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-wrapper-with-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--brand--neutrals--grey-dark);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  display: flex;
}

.heading-max-width-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.heading-max-width-wrapper.flex {
  flex-flow: column;
  display: flex;
}

.hero-section-full-height {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  max-height: 1264px;
  padding-top: 7.5rem;
  padding-bottom: 2rem;
  display: flex;
}

.hero-2-image-continer {
  aspect-ratio: 3 / 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
}

.hero-2-image {
  z-index: 2;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.stardard-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  align-self: stretch;
  align-items: center;
}

.stardard-grid.grilllee {
  grid-template-columns: .25fr 1fr;
}

.stardard-grid.grilllee.text-info {
  max-width: 1200px;
}

._2-column-grid-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

._2-colums-text-max-width {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 31rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.standard-line {
  background-color: var(--brand--neutrals--grey-dark);
  width: 100%;
  height: 1px;
}

.hero-1-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.homepage-hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.homepage-hero-section.background-lined {
  background-image: radial-gradient(circle, #0f0e0e, #0f0e0ed6), url('../images/Fichier-3.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.homepage-hero-section.background-lined.homevw {
  background-image: radial-gradient(circle at 100%, #2b3d1a 2%, #0000 52%, #ea9b237a);
  background-position: 0 0;
  height: 100vh;
  padding-bottom: 10.5rem;
}

.homepage-hero-section.background-lined.homevw.updown {
  padding-top: 11.5rem;
}

._2-column-text-container {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-points-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1.5px solid var(--text--default--black);
  flex-flow: column;
  padding-top: 2rem;
  display: flex;
}

.text-points-container.first {
  border-top-style: none;
  padding-top: 0;
}

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

.benefits-card {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px none var(--brand--neutrals--grey-dark);
  text-align: left;
  background-color: #fff3ec;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.benefits-card.benfits-card-black {
  border-color: var(--brand--neutrals--blueberry);
  background-color: var(--brand--neutrals--green);
  color: var(--brand--neutrals--white);
  background-image: url('../images/Fichier-11.svg');
  background-position: 100% 104%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-left: 1.25rem;
}

.list.smaller {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  list-style-type: disc;
}

._2-column-text-container-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 31rem;
  display: flex;
}

.services-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px none var(--brand--neutrals--grey-dark);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-card.center-card {
  border-left-style: none;
  border-right-style: none;
}

.services-card.hover {
  background-image: url('../images/Fichier-13.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: all .55s linear;
}

.services-card.backgorund {
  background-image: url('../images/Fichier-13.svg');
  background-position: 0 0;
  background-size: auto;
}

.services-card.bgwhite {
  background-color: #fff;
}

.benefits-card-heading {
  color: var(--brand--neutrals--orange);
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2em;
}

.spacer-mid {
  width: 100%;
  height: 4rem;
}

.hero-3-image-continer {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-3-image-wrapper {
  z-index: 2;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 54rem;
  display: flex;
  position: relative;
}

.hero-3-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 2rem;
  display: flex;
}

.nav_grid-dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-link-2 {
  opacity: .74;
  color: var(--text--default--black);
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-2.nav_item-dropdown {
  padding-left: 0;
  padding-right: 24px;
}

.nav-dropdown {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav_dropdown-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-arrow {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: 1.1rem;
  display: flex;
}

.nav_dropdown-list.w--open {
  background-color: var(--brand--neutrals--white);
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 88px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.nav_dropdown-card {
  border: 1px none var(--brand--neutrals--grey-mid);
  background-color: var(--brand--neutrals--green);
  color: var(--brand--neutrals--white);
  background-image: url('../images/Fichier-5_1.png');
  background-position: 100%;
  background-size: auto;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 32px 24px;
  text-decoration: none;
  transition: all .5s, background-color .3s;
  display: flex;
}

.nav_dropdown-card:hover {
  border-color: var(--brand--neutrals--grey-dark);
  background-image: url('../images/Fichier-6_2.png');
  background-position: 100% 75%;
  background-size: auto;
}

.spacer-medium {
  width: 100%;
  min-height: 2rem;
}

.faq-text-max-container {
  width: 100%;
  max-width: 48rem;
}

.faq-answer {
  background-color: var(--brand--neutrals--green);
  color: var(--brand--neutrals--white);
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.accordion-vertical-line {
  background-color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-horizontal-line {
  background-color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon {
  border: 2px solid var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  color: var(--brand--neutrals--white);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.faq-icon-wrapper {
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
}

.faq-heading {
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mestiza, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.faq-question {
  background-color: var(--brand--neutrals--green);
  color: var(--brand--neutrals--white);
  cursor: pointer;
  background-image: url('../images/Fichier-5_1.png');
  background-position: 106% 70%;
  background-repeat: no-repeat;
  background-size: 3500px;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  transition: all .2s;
  display: flex;
}

.faq-question:hover {
  background-image: url('../images/Fichier-6_2.png');
  background-position: 106% 75%;
  background-repeat: no-repeat;
  background-size: 3500px;
}

.faq-accordion {
  border: 1px solid var(--brand--neutrals--green);
  background-color: #0000;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-accordion:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.faq-list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq-component.centeredfaq {
  flex-flow: column;
  display: flex;
}

.hero-2-inner-text-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 44rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 3rem;
  display: flex;
}

.hero-2-text-container {
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.hero-3-text-inner-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 38rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 3rem;
  display: flex;
}

.hero-1-text-container {
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

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

.benefit-card-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.benifit-card-image-big {
  object-fit: contain;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  max-height: 30rem;
  margin-top: 1rem;
  position: relative;
  inset: auto 0% 0%;
}

.faq-text-container {
  flex-flow: column;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.contact-hero-section._34 {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 10px;
}

.contact-hero-section.biger {
  padding-top: 110px;
}

.contact-hero-section.biger.sapin {
  background-image: linear-gradient(#ffffffb5, #ffffffb5), url('../images/Fichier-11.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.contact-hero-section.sapin {
  background-image: url('../images/Fichier-14.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.news-date-category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--brand--neutrals--white);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.blog-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--brand--neutrals--orange);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .3s;
  display: flex;
}

.blog-button:hover {
  color: var(--text--default--black);
  text-decoration: underline;
}

.news-link-image-wrapper {
  opacity: .8;
  width: 1.4rem;
}

.news-link-image {
  width: 100%;
}

._2-column-heading-text-wrapper {
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  display: flex;
}

._2-colums-text-max-width-no-padding {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-5-text-inner-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  padding-bottom: 0;
  display: flex;
}

.hero-5-text-inner-container.norem {
  padding-bottom: 0;
}

.hero-5-text-container {
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-5-paragraph-container {
  width: 100%;
  max-width: 44rem;
}

.services-hero-section {
  background-color: var(--text--default--black);
  color: var(--brand--neutrals--white);
  background-image: url('../images/Fichier-8.svg'), radial-gradient(circle, #0b220acf, #2b3d1a);
  background-position: 0 146%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12.5rem;
  padding-bottom: 6rem;
  display: flex;
}

.services-hero-section.centered-call-to-action {
  padding-top: 6rem;
}

.services-hero-section.centered-call-to-action.hidd {
  display: none;
}

.services-hero-section.allover {
  width: 100vw;
  height: 100vh;
}

.footer-links {
  grid-column-gap: .5rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-links:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.footer-links-heading {
  color: var(--text--default--black-light);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  place-items: start;
  width: 100%;
  margin-bottom: 2rem;
}

.error-message {
  border: 1px solid var(--brand--color--red\<deleted\|variable-77654926-6933-b517-4f60-3f21b1974730\>);
  background-color: var(--brand--color--red-light\<deleted\|variable-dad8a357-8cda-10cf-b0ed-9cc89fda3963\>);
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

.text-style-link {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  text-decoration: underline;
  transition: color .3s;
}

.text-style-link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer-form-block {
  width: 100%;
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer-newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.sign-up-elements-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  display: grid;
}

.sign-up-card {
  background-color: var(--brand--neutrals--blueberry);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 30rem;
  padding: 3rem;
}

.login-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brand--neutrals--tan-darker);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: grid;
}

.login-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 8.5rem 3rem 3rem;
  display: flex;
}

.login-container.login-container-image {
  background-color: var(--text--default--black);
}

.sign-up-image {
  width: 80%;
}

.login-button-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.login-legal-text-wrapper {
  margin-top: 1rem;
}

.login-link {
  font-weight: 600;
  text-decoration: underline;
}

.login-line {
  background-color: var(--brand--neutrals--grey-mid);
  width: 100%;
  height: 1px;
}

.form-block {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-3-image {
  z-index: 2;
  object-fit: contain;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.new-categories-pill {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.new-collection-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.new-collection-list.single-pill {
  flex-flow: row;
  display: block;
}

.our-office-slide {
  height: 100%;
}

.display-heading-1 {
  z-index: 6;
  color: var(--brand--neutrals--orange);
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
  font-size: calc(3.5rem + 3vh);
  font-weight: 600;
  line-height: 1.15em;
  position: relative;
}

.display-heading-1.display-heading-1-white {
  color: var(--brand--neutrals--orange);
}

.display-heading-1.margin-bottom-24.smaller {
  font-size: calc(2.5rem + 3vh);
}

.display-heading-1.margin-bottom-24._2-5rem {
  text-align: left;
  font-size: 4em;
}

.display-heading-1.button {
  font-size: calc(.8rem + 3vh);
  font-weight: 700;
}

.display-heading-1._2em {
  font-size: calc(2rem + 3vh);
}

.display-heading-1.black {
  color: var(--brand--neutrals--green);
}

.display-heading-1._2-5em {
  font-size: 4em;
}

.hero-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-text-wrapper {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
}

.hero-label {
  color: var(--brand--neutrals--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.1em;
}

.hero-label.hero-label-white {
  color: var(--brand--neutrals--blueberry);
  font-weight: 300;
}

.hero-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  display: none;
  position: relative;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.products-card-link {
  border: 1px solid var(--brand--neutrals--blueberry);
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.products-card-link:hover {
  border-color: var(--brand--neutrals--orange);
  background-color: var(--brand--neutrals--orange);
  color: var(--brand--neutrals--blueberry);
}

.products-card-link.backgrond1 {
  background-image: url('../images/Fichier-21.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 200px 200px;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.products-item-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.product-list-desciption {
  font-size: 1.25rem;
}

.product-list-desciption.product-list-desciption-white {
  color: var(--brand--neutrals--white);
}

.products-item-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.products-item-text-wrapper.centere {
  justify-content: center;
  align-items: center;
}

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

.products-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.products-grid._2.hidden {
  grid-row-gap: 3rem;
}

.products-grid._2._84 {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 900px;
}

.max-60rem-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-hero-text-wrapper {
  width: 100%;
  max-width: 80%;
}

.about-hero-image-wrapper {
  width: 66%;
  margin-top: 4rem;
  margin-left: auto;
}

.about-hero-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-hero-image.opacity20 {
  opacity: .3;
}

.collage-center-image-wrapper {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.collage-center-image, .collage-small-image {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.collage-small-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
  position: absolute;
}

.collage-small-image-wrapper.image-2 {
  top: 5%;
  right: 0;
}

.collage-small-image-wrapper.image-3 {
  inset: auto auto -15% 15%;
}

.collage-small-image-wrapper.image-4 {
  inset: auto 10% -10% auto;
}

.collage-small-image-wrapper.image-1 {
  top: 15%;
  left: 0;
}

.collage-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 9.5rem;
  display: flex;
  position: relative;
}

.max-width-50rem {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-40rem {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.collage-title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.products-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-grid-homepage {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

.services-grid-homepage.downseparate {
  margin-top: 4rem;
}

.services-grid-homepage.downseparate._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2rem;
}

.services-grid-homepage.downseparate._1 {
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.services-grid-homepage.downseparate._1._34 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.services-grid-homepage.line {
  border: 1px none var(--brand--neutrals--grey-dark);
}

.services-grid-homepage.grille-de-2 {
  grid-template-columns: 1fr 1fr;
}

.quote-mask-2 {
  width: 100%;
  height: 100%;
}

.quote-grid {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  grid-template-rows: auto;
  grid-template-columns: 2fr 4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-grid.grille-single {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.quote-image.centerlogo {
  object-fit: contain;
}

.quote-slider-2 {
  border: 1.5px solid var(--text--default--black);
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 3rem;
}

.quote-heading-2 {
  color: var(--brand--neutrals--blueberry);
  text-align: center;
  margin-bottom: 24px;
  font-family: mestiza, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}

.quote-heading-2._2rem {
  font-size: 2em;
}

.quote-metrics-heading {
  font-family: mestiza, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.15em;
}

.quote-arrow {
  border: 1.5px solid var(--text--default--black);
  color: var(--brand--neutrals--grey-dark);
  border-radius: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 3rem;
  margin-right: 3rem;
  font-size: 1.4em;
  inset: auto 0% 0% auto;
}

.quote-arrow.arrow-left {
  color: var(--brand--neutrals--grey-dark);
  margin-right: 8rem;
}

.quote-image-wrapper {
  width: 100%;
}

.quote-metrtics-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3rem;
}

.quote-metrics-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quote-heading-wrapper {
  flex-flow: column;
  justify-content: center;
  padding-bottom: 3rem;
  display: flex;
}

.quote-heading-wrapper.max {
  max-width: 1100px;
}

.quote-slide-nav {
  justify-content: flex-start;
  align-items: flex-end;
  width: 62%;
  height: 48px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
  padding-right: 2rem;
  font-size: 12px;
  display: flex;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical {
  flex-direction: column;
}

.flex-layout.flex-vertical.y-space-between {
  justify-content: space-between;
}

.flex-layout.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-layout.x-space-between {
  justify-content: space-between;
}

.flex-layout.flex-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-layout.y-center {
  align-items: center;
}

.flex-layout.x-center {
  justify-content: center;
}

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

.flex-layout.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-large {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
}

.text-link {
  text-decoration: underline;
  display: inline;
}

.bottom-cta-background {
  background-color: var(--text--default--black);
  position: absolute;
  inset: 0%;
}

.bottom-cta-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2rem;
  display: flex;
  position: relative;
}

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

.features-text-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.features-image-2 {
  aspect-ratio: 2.15 / 3;
  object-fit: cover;
  width: 100%;
}

.features-card {
  background-color: var(--brand--neutrals--blueberry);
  padding: 3rem;
  position: relative;
}

.features-image-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.features-grid-content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
}

.product-testimonial-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.product-testimonial-arrow {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.product-testimonial-arrow.is-left {
  right: 4rem;
}

.product-testimonial-rating-wrapper {
  display: flex;
}

.product-testimonial-client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.product-testimonial-rating-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.form-input {
  border: 1px solid var(--brand--primary--action);
  color: var(--text--default--black);
  background-color: #fff0;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

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

.form-input.quantity-input {
  width: 4rem;
}

.form-input.quantity-input::placeholder {
  color: #000;
}

.quote-2-title-wrapper {
  width: 100%;
  max-width: 48rem;
  margin-bottom: 2rem;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.product-testimonial-slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.product-testimonial-client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.product-testimonial-arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.product-testimonial-logo {
  max-height: 3rem;
}

.product-testimonial-divider {
  background-color: #000;
  align-self: stretch;
  width: 1px;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.product-testimonial-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.product-testimonial-slide {
  padding-right: 4rem;
}

.product-testimonial-mask {
  width: 50%;
  overflow: visible;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.quote-2-ttitle {
  margin-bottom: .5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.shop-product-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 8rem;
}

.shop-product-heading-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.shop-product-accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.shop-product-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.shop-product-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.shop-product-accordion-details {
  overflow: hidden;
}

.shop-product-accordion-wrapper {
  border-bottom: 1px solid #000;
}

.shop-product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop_ecommerce-product-header_option {
  margin-bottom: 1.5rem;
}

.shop-product-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.shop-product-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
}

.product-page-buttom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

.add-to-cart {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.rich-text-block-product {
  font-size: 16px;
  line-height: 1.6em;
}

.rich-text-block-product p {
  margin-top: 8px;
  margin-bottom: 16px;
}

.rich-text-block-product h1 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-block-product h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Work Sans;
  font-size: 3rem;
}

.rich-text-block-product h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Work Sans;
  font-size: 2.5rem;
}

.rich-text-block-product h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 400;
}

.rich-text-block-product h5, .rich-text-block-product figure, .rich-text-block-product blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
}

.cart-container {
  background-color: var(--brand--neutrals--blueberry);
}

.card-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
}

.cart-quantity {
  background-color: var(--brand--neutrals--blueberry);
  color: var(--brand--neutrals--white);
}

.products-item-image-wrapper {
  margin-bottom: 1rem;
}

.products-item-image-wrapper.size204 {
  width: auto;
  height: 200px;
  margin-top: 1rem;
}

.empty-state {
  border: 1px solid var(--brand--neutrals--tan-darker);
  color: var(--brand--neutrals--blueberry);
  background-color: #ddd0;
}

.quote-title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bottom-cta-image {
  opacity: .35;
  filter: sepia();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.checkout-form {
  background-color: #dcdac7;
  padding-top: 8rem;
}

.checkout-header {
  border: 1px solid var(--text--default--black);
  background-color: #edebd3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
}

.checkout-contents {
  border: 1px solid var(--text--default--black);
  background-color: var(--brand--neutrals--blueberry);
  margin-top: -1px;
  padding: 2rem 1.5rem;
}

.shipping-method {
  background-color: var(--brand--neutrals--blueberry);
}

.paragraph-33 {
  color: #18311d;
  font-family: Jost, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.hero-2-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10.5rem;
  padding-bottom: 5rem;
  display: flex;
}

.map {
  width: 100%;
}

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

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

.utility-padding-all-1rem {
  padding: 1rem;
}

.utility-height-100 {
  height: 100%;
}

.icon {
  width: 2rem;
  height: 2rem;
}

.image-5 {
  object-fit: contain;
}

.body {
  background-color: var(--brand--neutrals--white);
}

.orange-bold {
  color: var(--brand--neutrals--orange);
  font-weight: 400;
}

.undertitlecircle {
  position: absolute;
  inset: -67% auto auto;
}

.undertitlecircle._02 {
  top: -96px;
}

.undertitlecircle._02.opacity {
  opacity: .12;
  top: -80px;
}

.undertitlecircle._4 {
  top: -122%;
}

.undertitlecircle._5 {
  top: -27%;
}

.undertitlecircle._5.gray {
  opacity: .52;
  filter: blur() invert();
}

.undertitlecircle._5.gray._433.njn {
  top: -89%;
}

.undertitlecircle._091 {
  z-index: 0;
  opacity: .62;
  top: -28%;
}

.undertitlecircle._091.jkk {
  top: -22%;
}

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

.icon-2 {
  color: var(--brand--neutrals--grey-dark);
}

.convert {
  filter: invert();
}

.preloading {
  z-index: 99999;
  background-color: var(--brand--neutrals--green);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

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

.logo-preloading {
  width: 300px;
}

.metrik {
  font-family: mestiza, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.metrik.nosize {
  font-size: 1.5rem;
}

.heading {
  font-weight: 400;
  line-height: 1.2em;
}

.heading.large {
  letter-spacing: 0;
  font-size: 52px;
}

.growing-background {
  background-image: url('../images/Image013.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.growing-background.six {
  background-image: url('../images/Nettoyeur2022-26.jpg');
}

.growing-background.six._35._4356 {
  background-image: url('../images/393623712_860360278704072_8913149659721580504_n.jpg');
}

.growing-background.five {
  background-image: url('../images/Nettoyeur2022-46.jpg');
}

.growing-background.five._7 {
  background-image: url('../images/Nettoyeur2022-69.jpg');
}

.growing-background.three {
  background-image: url('../images/Nettoyeur2022-18.jpg');
  background-position: 16%;
}

.growing-background.three._4 {
  background-image: url('../images/Nettoyeur2022-63.jpg');
}

.growing-background.three._4._554 {
  background-image: url('../images/393483126_1373730990226354_1057085957254721988_n.jpg');
  background-position: 50% 0;
}

.growing-background.three._4._566 {
  background-image: url('../images/Nettoyeur2022-84.jpg');
}

.growing-background.three._34343 {
  background-image: url('../images/Nettoyeur2022-37.jpg');
}

.growing-background.four {
  background-image: url('../images/Nettoyeur2022-49.jpg');
}

.growing-background.four._3434 {
  background-image: url('../images/Nettoyeur2022-45.jpg');
}

.growing-background.four._7 {
  background-image: url('../images/Nettoyeur2022-78.jpg');
}

.growing-background.four._7._54 {
  background-image: url('../images/Nettoyeur2022-82.jpg');
}

.content-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: relative;
}

.subtitle {
  color: #000c;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle.orange {
  color: var(--brand--neutrals--orange);
}

.subtitle.orange.bigger {
  font-size: 15px;
  font-weight: 400;
}

.growing-image {
  flex: 1;
  width: 40%;
  position: relative;
}

.growing-image.right {
  margin-left: 24px;
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
  margin-right: 0;
  overflow: visible;
}

.growing-image.left {
  margin-right: 24px;
}

.text-span-2 {
  font-size: 19px;
}

.body-display {
  opacity: 1;
  color: #000c;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.65em;
  transition: all .4s;
  display: block;
}

.body-display:hover {
  opacity: 1;
}

.body-display.dual-paragraph {
  column-count: 2;
  column-gap: 60px;
}

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

.stacked-content.large {
  grid-row-gap: 170px;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.section-2 {
  z-index: 20;
  border-bottom: 1px solid #eff9fc1a;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

.large-growing-images {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

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

.grid-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 18px;
  display: grid;
  position: relative;
}

.metrik-no-size {
  font-family: mestiza, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4em;
}

.metrik-no-size.nosize {
  font-size: 1.5rem;
}

.footer-center {
  background-color: var(--brand--neutrals--tan-darker);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
}

.carrer {
  border: 1.5px solid var(--text--default--black);
  background-color: #0000;
  background-image: url('../images/Fichier-13.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  padding: 3rem;
}

.block-inside-side {
  z-index: 999;
  background-color: var(--brand--neutrals--green);
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.block-inside-side._2flogr {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.block-inside-side._2flogr._1-of-2 {
  color: var(--brand--neutrals--white);
  background-color: #2b3d1b00;
  width: 150px;
}

.block-inside-side._2flogr._1-of-2:hover {
  color: var(--brand--neutrals--orange);
  transform: translate(0, -10px);
}

.block-inside-side._2flogr._2-of-2 {
  color: var(--brand--neutrals--white);
  background-color: #2b3d1b00;
  width: 150px;
  margin-right: 150px;
}

.block-inside-side._2flogr._2-of-2:hover {
  color: var(--brand--neutrals--orange);
  transform: translate(0, -10px);
}

.movingbackground {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.absolute-changing-term {
  z-index: 6;
  color: var(--brand--neutrals--green);
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
  font-size: calc(3.5rem + 3vh);
  font-weight: 600;
  line-height: 1.15em;
  position: absolute;
}

.absolute-changing-term.display-heading-1-white {
  color: var(--brand--neutrals--white);
}

.absolute-changing-term.margin-bottom-24.smaller, .absolute-changing-term.margin-bottom-24._2-5rem {
  font-size: calc(2.5rem + 3vh);
}

.absolute-changing-term.button {
  font-size: calc(.8rem + 3vh);
  font-weight: 700;
}

.absolute-changing-term._2em {
  font-size: calc(2rem + 3vh);
}

.moving-terms {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  opacity: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.prevenir {
  z-index: 6;
  color: var(--brand--neutrals--orange);
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
  font-size: calc(1.5rem + 3vh);
  font-weight: 600;
  line-height: 1.15em;
  position: absolute;
}

.prevenir.display-heading-1-white {
  color: var(--brand--neutrals--white);
}

.prevenir.margin-bottom-24.smaller, .prevenir.margin-bottom-24._2-5rem {
  font-size: calc(2.5rem + 3vh);
}

.prevenir.button {
  font-size: calc(.8rem + 3vh);
  font-weight: 700;
}

.prevenir._2em {
  font-size: calc(2rem + 3vh);
}

.prevenir.small8 {
  font-size: 40px;
}

.intervenir {
  z-index: 6;
  color: var(--brand--neutrals--orange);
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
  font-size: calc(1.5rem + 3vh);
  font-weight: 600;
  line-height: 1.15em;
  position: absolute;
}

.intervenir.display-heading-1-white {
  color: var(--brand--neutrals--white);
}

.intervenir.margin-bottom-24.smaller, .intervenir.margin-bottom-24._2-5rem {
  font-size: calc(2.5rem + 3vh);
}

.intervenir.button {
  font-size: calc(.8rem + 3vh);
  font-weight: 700;
}

.intervenir._2em {
  font-size: calc(2rem + 3vh);
}

.intervenir.small8 {
  color: #eb9a25;
  font-size: 40px;
}

.soutenir {
  z-index: 6;
  color: var(--brand--neutrals--orange);
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
  font-size: calc(1.5rem + 3vh);
  font-weight: 600;
  line-height: 1.15em;
  position: absolute;
}

.soutenir.display-heading-1-white {
  color: var(--brand--neutrals--white);
}

.soutenir.margin-bottom-24.smaller, .soutenir.margin-bottom-24._2-5rem {
  font-size: calc(2.5rem + 3vh);
}

.soutenir.button {
  font-size: calc(.8rem + 3vh);
  font-weight: 700;
}

.soutenir._2em {
  font-size: calc(2rem + 3vh);
}

.soutenir.small8 {
  font-size: 40px;
}

.highlighter-shape-wrapper {
  width: 100vw;
  position: relative;
  overflow: visible;
}

.hero-two-highlighter-shape-1 {
  opacity: .1;
  width: 400px;
  position: absolute;
  bottom: auto;
  left: -10%;
  overflow: hidden;
}

.hero-two-highlighter-shape-2 {
  opacity: .1;
  width: 400px;
  position: absolute;
  bottom: auto;
  right: -10%;
  overflow: hidden;
}

.counter-number-wrapper {
  height: 63px;
  margin-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.counter-number-block {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.counter-number-block.lower-movement {
  justify-content: flex-start;
}

.counter-number, .counter-heading {
  color: var(--brand--neutrals--blueberry);
  text-align: center;
  font-family: mestiza, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.blockfollow {
  background-color: var(--brand--neutrals--green);
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 30px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.blockfollow._2 {
  background-color: var(--brand--primary--action-hover);
}

.followblock-text {
  font-size: 12px;
  font-weight: 400;
}

.div-follow {
  z-index: 999999;
  background-color: var(--brand--neutrals--green);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.heading-2 {
  font-family: mestiza, sans-serif;
}

.heading-2.orange {
  color: var(--brand--neutrals--orange);
}

.background-video {
  z-index: -100;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.heading-3 {
  color: var(--brand--neutrals--orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: mestiza, sans-serif;
  font-weight: 700;
}

.white {
  color: var(--brand--neutrals--white);
}

.footer {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.utility-text-decoration-none {
  text-decoration: none;
}

.eyebrow {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
}

.utility-padding-all-0 {
  padding: 0;
}

.utility-screen-reader-visible-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.grid-gap-m, .flex-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  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;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  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;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300\<deleted\|variable-b540dac6\>);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-footer01_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_social-link:hover {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
}

.uui-footer01_social-link.hidden {
  display: none;
}

.uui-footer01_top-wrapper {
  grid-column-gap: 6vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.uui-footer01_logo-link {
  margin-bottom: 2rem;
}

.uui-footer01_social-icon {
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.uui-footer01_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer01_link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-footer01_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 32rem;
  display: flex;
}

.uui-footer01_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.uui-footer01_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer01_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer01_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.uui-footer01_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer01_form-block {
  width: 100%;
  max-width: 35rem;
  margin-top: 2rem;
  margin-bottom: 0;
}

.uui-footer01_legal-link {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer01_legal-link:hover {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 125px;
  display: flex;
}

.uui-logo_component.hidden {
  display: none;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-footer01_link-list-heading {
  color: var(--brand--neutrals--green);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50\<deleted\|variable-9177f7a8\>);
  color: var(--untitled-ui--success700\<deleted\|variable-1c4c81d0\>);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-footer02_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.uui-footer02_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer02_link:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-footer02_right-wrapper {
  flex-direction: column;
  display: flex;
}

.uui-footer02_social-link {
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer02_social-link:hover {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
}

.uui-footer02_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer02_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer02_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-footer02_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
}

.uui-footer02_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer02_legal-link {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer02_legal-link:hover {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
}

.uui-footer02_form-block {
  max-width: 35rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.uui-footer02_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer02_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer02_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.uui-footer02_link-list-heading {
  color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-footer02_heading {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.logofootercenteredtext {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  align-self: center;
  margin-left: 15px;
  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;
}

.address-text {
  color: #aeaeae;
  margin-left: 20px;
  font-size: 15px;
}

.address-text:hover {
  color: #3daeb5;
}

.footer-one {
  margin-right: 10px;
  padding-right: 0;
}

.phone-text {
  margin-left: 20px;
}

.phone-text:hover {
  color: #3daeb5;
}

.address-block {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.phone-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.email-text {
  color: #aeaeae;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 15px;
  text-decoration: none;
}

.email-text:hover {
  color: #3daeb5;
  text-decoration: underline;
}

.email-block {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
}

.footer-desc {
  line-height: 21px;
}

.footer-head {
  font-size: 20px;
}

.textfooter {
  color: var(--brand--neutrals--pure-black);
  margin-left: 10px;
  font-size: 15px;
}

.textfooter.straight {
  aspect-ratio: auto;
  white-space: nowrap;
  word-break: normal;
}

.flex-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.flex-block.footerflexbloc {
  padding-top: 10px;
}

.flex-block.footerflexbloc.fefewf {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.upside {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  display: flex;
}

.nowhen {
  color: var(--brand--neutrals--green);
  margin-left: 0;
  font-size: 15px;
  font-weight: 700;
  transition-duration: .6s;
}

.nowhen:hover {
  font-weight: 700;
}

.nowhen.nohover {
  font-weight: 200;
}

.flex-block-2 {
  justify-content: center;
  align-items: flex-start;
}

.flex-block-2._3 {
  margin-left: 10px;
}

.partner-card {
  border: 1px none var(--brand--neutrals--blueberry);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
}

.partner-card:hover {
  border-style: none;
  border-color: var(--brand--neutrals--orange);
  background-color: var(--brand--neutrals--white);
  color: var(--brand--neutrals--blueberry);
}

.partner-card.backgrond1 {
  background-image: url('../images/Fichier-21.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 200px 200px;
}

.nohover {
  color: var(--brand--neutrals--pure-black);
  white-space: nowrap;
  margin-left: 0;
  font-size: 15px;
  transition-property: none;
}

.text-block {
  letter-spacing: 0;
  font-weight: 500;
}

.bullets {
  color: #fff;
  background-color: #305056;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #305056;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  position: fixed;
  inset: 60px 0% auto;
  overflow: hidden;
  box-shadow: 0 20px 25px -10px #1b323699;
}

.nav-bg {
  background-color: #305056;
  height: 100%;
  position: absolute;
  inset: -1px 0% auto;
}

.dropdown-link-wrap {
  opacity: .7;
  text-align: center;
  border: 3px solid #3e6d79;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  margin: 20px 10px;
  padding: 10px 20px 20px;
  transition: background-color .2s, opacity .2s;
  display: flex;
}

.dropdown-link-wrap:hover {
  opacity: 1;
  background-color: #3e6d79;
}

.dropdown-list {
  width: 100%;
}

.dropdown {
  position: static;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.nav-logo-2 {
  width: 40px;
}

.dropdown-link-icon {
  width: 100px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.navlink {
  color: #fffc;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
  position: static;
}

.navlink:hover {
  color: #fffc;
  border-bottom: 1px solid #fff;
}

.menu-button {
  position: static;
}

.bullet-icon {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

.sun {
  background-color: #fff9ee;
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  position: absolute;
  inset: auto 23vw 36vw auto;
}

.hero-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg._2 {
  background-image: url('../images/bg2.svg');
}

.hero-bg.sky {
  background-image: linear-gradient(180deg, var(--brand--neutrals--orange), #ffeec7);
  inset: 0%;
}

.hero-bg._6 {
  background-image: url('../images/bg6.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.hero-bg._4 {
  background-image: url('../images/bg3.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.hero-bg._5 {
  background-image: url('../images/bg5.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.hero-bg.header {
  color: #e1f4ff;
  background-image: none;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  max-height: 1100px;
  padding-bottom: 50px;
  display: flex;
}

.hero-bg._3 {
  background-image: url('../images/bg3.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.hero-bg.upper {
  background-color: var(--brand--neutrals--orange);
  background-image: none;
  height: 50%;
}

.hero-bg._1 {
  background-image: url('../images/1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.navbar {
  background-color: #0000;
  width: 100%;
  height: 60px;
  position: fixed;
}

.dropdown-link {
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 31px;
  padding-right: 31px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .2s;
  display: flex;
}

.dropdown-link:hover {
  border-bottom: 1px solid #fff;
}

.nav-elements {
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.bullet-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.section-3 {
  height: 100vh;
}

.hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 55vw;
  min-height: 700px;
  max-height: 1200px;
  position: relative;
}

.load-anim {
  z-index: 10;
  opacity: 0;
  background-color: #fff9ee;
  border-radius: 50%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: auto 23vw 36vw auto;
}

.dropdown-bg {
  z-index: 1;
  background-color: #30505699;
  margin-top: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.icon-3 {
  margin: 0 0 2px 5px;
  position: relative;
}

.bullet-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid-2 {
  flex-flow: column;
  display: flex;
}

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

.form-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--brand--neutrals--grey-dark);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-card.center-card {
  border-left-style: none;
  border-right-style: none;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600\<deleted\|variable-10a0cd12\>);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700\<deleted\|variable-d4f37b50\>);
}

.uui-text-style-link-2.uui-text-color-primary100 {
  color: var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-text-color-primary100 {
  color: var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
}

.uui-banner22_close-button {
  color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner22_close-button:hover {
  background-color: #fff3;
}

.uui-banner22_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.uui-banner22_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.uui-banner22_component {
  z-index: 999999;
  background-image: linear-gradient(45deg, var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>), var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>));
  position: relative;
}

.uui-banner22_text-wrapper {
  grid-row-gap: .125rem;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.uui-banner22_text {
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner22_supporting-text {
  color: var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  letter-spacing: normal;
  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;
}

.button-2, .button-3 {
  background-color: var(--brand--neutrals--green);
}

.fileupload {
  margin-top: 5px;
  font-size: .9rem;
}

.flex-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

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

.telephone-over {
  color: var(--brand--neutrals--white);
  font-weight: 400;
}

.telephone-over:hover {
  color: var(--brand--neutrals--orange);
}

.regular {
  font-weight: 500;
}

.stay-white {
  color: var(--brand--neutrals--white);
  font-size: .8rem;
}

.text-block-2, .heading-4 {
  font-weight: 400;
}

.grid-3, .current-page-in-form {
  display: block;
}

.current-page-in-form.absolute {
  opacity: 0;
  width: 1px;
  position: absolute;
}

.down {
  padding-bottom: 20px;
}

.grid-4 {
  display: block;
}

.rich-text-block-2 {
  margin-bottom: 93px;
}

.code-embed {
  flex-flow: column;
  align-self: center;
  max-width: 800px;
  display: flex;
  position: absolute;
}

.code-embed._4444 {
  position: static;
}

.margin-title-sun {
  color: var(--brand--neutrals--orange);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 1rem;
  font-weight: 400;
}

.big-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

.big-section.section-hero {
  padding-top: 8.5rem;
}

.big-section.section-no-top-margin {
  padding-top: 0;
}

.big-section.section-light-grey {
  background-color: var(--brand--neutrals--orange);
}

.big-section.section-light-grey._2remup {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.big-section.section-light-grey._2remup.background {
  background-image: linear-gradient(#ea9b23ad, #ffdaa1d6), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.big-section.section-black-background {
  background-color: var(--brand--neutrals--blueberry);
}

.big-section.section-color-trial {
  background-color: var(--brand--color--green-light\<deleted\|variable-85f04a3a-7aaf-2b1f-2f9b-11b0f526a9b0\>);
  text-align: center;
  align-self: auto;
  min-height: 70vh;
  max-height: 1800px;
}

.big-section.section-black {
  border-bottom: 1px solid var(--brand--neutrals--blueberry);
  background-color: var(--brand--neutrals--white);
  position: relative;
  overflow: hidden;
}

.big-section.section-black.norem {
  padding-top: 0;
}

.big-section.section-black.hidden {
  display: none;
}

.big-section.section-produtcs-hero {
  padding-top: 12.5rem;
}

.big-section.section-produtcs-hero.bg {
  background-image: radial-gradient(circle, #0f0e0e, #181617d9), url('../images/Fichier-3.svg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.big-section.section-black-product {
  border-bottom: 1px solid var(--brand--neutrals--blueberry);
  background-color: var(--brand--primary--action-hover);
  padding-top: 10.5rem;
}

.big-section.no-bottom {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.big-section.no-bottom.norem {
  padding-top: 0;
  padding-bottom: 0;
}

.big-section.no-bottom.hidden {
  display: none;
}

.big-section.no-bottom.background-heading {
  background-image: linear-gradient(276deg, #fff0, #fff 42%);
  padding-top: 12rem;
  padding-bottom: 10rem;
}

.big-section.hidden {
  display: none;
}

.big-section.nohum {
  background-image: url('../images/Fichier-13.svg');
  background-position: 50% -100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 0;
}

.big-section.centered-input {
  flex-flow: column;
  display: flex;
}

.big-section.home {
  background-color: var(--brand--neutrals--white);
}

.big-section.home.background {
  background-image: linear-gradient(#fff, #ffffffba), url('../images/Fichier-8.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.big-section._0 {
  padding-top: 0;
}

.big-section._0._109 {
  height: 80vh;
  margin-top: 109px;
}

.big-section.grenn {
  background-image: linear-gradient(180deg, var(--brand--neutrals--green), #00290ba1), url('../images/Fichier-6_3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.big-section.orangepale {
  background-color: #fff5f1;
}

.center {
  text-align: center;
}

.big-section-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

.big-section-copy.section-hero {
  padding-top: 8.5rem;
}

.big-section-copy.section-no-top-margin {
  padding-top: 0;
}

.big-section-copy.section-light-grey {
  background-color: var(--brand--neutrals--orange);
}

.big-section-copy.section-light-grey._2remup {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.big-section-copy.section-light-grey._2remup.background {
  background-image: linear-gradient(#ea9b23ad, #ffdaa1d6), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.big-section-copy.section-black-background {
  background-color: var(--brand--neutrals--blueberry);
}

.big-section-copy.section-color-trial {
  background-color: var(--brand--color--green-light\<deleted\|variable-85f04a3a-7aaf-2b1f-2f9b-11b0f526a9b0\>);
  text-align: center;
  align-self: auto;
  min-height: 70vh;
  max-height: 1800px;
}

.big-section-copy.section-black {
  border-bottom: 1px solid var(--brand--neutrals--blueberry);
  background-color: var(--brand--neutrals--white);
  position: relative;
  overflow: hidden;
}

.big-section-copy.section-black.norem {
  padding-top: 0;
}

.big-section-copy.section-black.hidden {
  display: none;
}

.big-section-copy.section-produtcs-hero {
  padding-top: 12.5rem;
}

.big-section-copy.section-produtcs-hero.bg {
  background-image: radial-gradient(circle, #0f0e0e, #181617d9), url('../images/Fichier-3.svg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.big-section-copy.section-black-product {
  border-bottom: 1px solid var(--brand--neutrals--blueberry);
  background-color: var(--brand--primary--action-hover);
  padding-top: 10.5rem;
}

.big-section-copy.no-bottom {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.big-section-copy.no-bottom.norem {
  padding-top: 0;
  padding-bottom: 0;
}

.big-section-copy.no-bottom.hidden {
  display: none;
}

.big-section-copy.no-bottom.background-heading {
  background-image: linear-gradient(276deg, #fff0, #fff 42%);
  padding-top: 12rem;
  padding-bottom: 10rem;
}

.big-section-copy.hidden {
  display: none;
}

.big-section-copy.nohum {
  background-image: url('../images/Fichier-13.svg');
  background-position: 50% -100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 0;
}

.big-section-copy.centered-input {
  flex-flow: column;
  display: flex;
}

.big-section-copy.home {
  background-color: var(--brand--neutrals--white);
}

.big-section-copy.home.background {
  background-image: linear-gradient(#fff, #ffffffba), url('../images/Fichier-8.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.big-section-copy._0 {
  padding-top: 0;
}

.big-section-copy._0._109 {
  height: 80vh;
  margin-top: 109px;
}

.big-section-copy.grenn {
  background-image: linear-gradient(180deg, var(--brand--neutrals--green), #00290ba1), url('../images/Fichier-6_3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.big-section-copy.orangepale {
  background-color: #fff5f1;
}

.big-section-copy.iorange-section {
  background-image: linear-gradient(#ea9b23bf, #ea9b23bf), url('../images/Fichier-6_3.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.cell-2, .cell-3 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
}

.section-sappinnn {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/beau-paysage-de-sapins-avec-de-hautes-montagnes-rocheuses.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

.section-sappinnn.section-hero {
  padding-top: 8.5rem;
}

.section-sappinnn.section-no-top-margin {
  padding-top: 0;
}

.section-sappinnn.section-light-grey {
  background-color: var(--brand--neutrals--orange);
}

.section-sappinnn.section-light-grey._2remup {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-sappinnn.section-light-grey._2remup.background {
  background-image: linear-gradient(#ea9b23ad, #ffdaa1d6), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.section-sappinnn.section-black-background {
  background-color: var(--brand--neutrals--blueberry);
}

.section-sappinnn.section-color-trial {
  background-color: var(--brand--color--green-light\<deleted\|variable-85f04a3a-7aaf-2b1f-2f9b-11b0f526a9b0\>);
  text-align: center;
  align-self: auto;
  min-height: 70vh;
  max-height: 1800px;
}

.section-sappinnn.section-black {
  border-bottom: 1px solid var(--brand--neutrals--blueberry);
  background-color: var(--brand--neutrals--white);
  position: relative;
  overflow: hidden;
}

.section-sappinnn.section-black.norem {
  padding-top: 0;
}

.section-sappinnn.section-black.hidden {
  display: none;
}

.section-sappinnn.section-produtcs-hero {
  padding-top: 12.5rem;
}

.section-sappinnn.section-produtcs-hero.bg {
  background-image: radial-gradient(circle, #0f0e0e, #181617d9), url('../images/Fichier-3.svg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.section-sappinnn.section-black-product {
  border-bottom: 1px solid var(--brand--neutrals--blueberry);
  background-color: var(--brand--primary--action-hover);
  padding-top: 10.5rem;
}

.section-sappinnn.no-bottom {
  padding-top: 10rem;
  padding-bottom: 6rem;
}

.section-sappinnn.no-bottom.norem {
  padding-top: 0;
  padding-bottom: 0;
}

.section-sappinnn.no-bottom.norem.sapin {
  background-image: linear-gradient(#ffffffc7, #ffffffc7), url('../images/Fichier-11.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.section-sappinnn.no-bottom.hidden {
  display: none;
}

.section-sappinnn.no-bottom.background-heading {
  background-image: linear-gradient(276deg, #fff0, #fff 42%);
  padding-top: 12rem;
  padding-bottom: 10rem;
}

.section-sappinnn.hidden {
  display: none;
}

.section-sappinnn.nohum {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/Fichier-10.svg');
  background-position: 0 0, 50% -100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 5rem;
}

.section-sappinnn.nohum._5rem {
  padding-top: 5rem;
}

.section-sappinnn.centered-input {
  flex-flow: column;
  display: flex;
}

.section-sappinnn.home {
  background-color: var(--brand--neutrals--white);
}

.section-sappinnn.home.background {
  background-image: linear-gradient(#fff, #ffffffba), url('../images/Fichier-8.svg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.section-sappinnn.home.background.big-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section-sappinnn._0 {
  padding-top: 0;
}

.section-sappinnn._0._109 {
  height: 80vh;
  margin-top: 109px;
}

.section-sappinnn.grenn {
  background-image: linear-gradient(180deg, var(--brand--neutrals--green), #00290ba1), url('../images/Fichier-6_3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-sappinnn.grenn.white-text {
  color: var(--brand--neutrals--white);
}

.section-sappinnn.orangepale {
  background-color: #fff5f1;
}

.section-sappinnn.hiddeennnn {
  display: none;
}

.orange-bold-link {
  color: var(--brand--neutrals--orange);
  font-size: .8rem;
  font-weight: 400;
  line-height: 2.1em;
}

.orange-bold-link:hover {
  opacity: .7;
}

.div-block-3 {
  flex-flow: column;
  display: flex;
}

.cell-4, .cell-5, .cell-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.quick-stack {
  padding: 10px;
}

.flex-block-4 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
}

@media screen and (min-width: 1280px) {
  .content-wrapper {
    grid-template-columns: .75fr .25fr 1fr .25fr;
  }

  .counter-number-wrapper {
    height: 50px;
  }

  .counter-number, .counter-heading {
    font-size: 38px;
  }

  .blockfollow {
    width: 220px;
  }

  .blockfollow._2 {
    font-size: 1rem;
  }

  .followblock-text {
    font-size: 15px;
  }
}

@media screen and (min-width: 1440px) {
  .counter-number-wrapper {
    height: 55px;
  }

  .counter-number, .counter-heading {
    font-size: 42px;
  }

  .blockfollow {
    width: 220px;
    font-size: 1.2rem;
  }

  .blockfollow._2 {
    width: 190px;
    height: 35px;
  }

  .followblock-text {
    font-size: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .features-card {
    position: sticky;
    top: 6.5rem;
  }

  .hero-two-highlighter-shape-1 {
    left: -5%;
  }

  .hero-two-highlighter-shape-2 {
    right: 0%;
  }

  .blockfollow {
    width: 250px;
    font-size: 15px;
  }

  .followblock-text {
    font-size: 17px;
  }
}

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

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

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

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

  .heading-h5 {
    font-size: 1.7rem;
  }

  .paragraph-20 {
    font-size: 1.25rem;
  }

  .paragraph-12 {
    color: var(--brand--neutrals--grey-dark);
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.navigation-container {
    z-index: 12;
    background-color: var(--brand--neutrals--white);
    justify-content: space-between;
    align-items: center;
  }

  .container.container-hero-1 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-hero-2 {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-hero-3 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-hero-5 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .found-profile-container {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .primary-button.primary-button-cart {
    padding: .65rem 1rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.section-hero {
    padding-top: 6.5rem;
  }

  .section.section-no-top-margin {
    padding-top: 6rem;
  }

  .section.section-produtcs-hero {
    padding-top: 10.5rem;
  }

  .section.section-black-product {
    padding-top: 8.5rem;
  }

  .profile-picture-card {
    border-radius: 1rem;
  }

  .who-we-are-text-container {
    padding: 2rem 1rem 1rem;
  }

  .founder {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 7fr;
  }

  .footer-section {
    border-top: .0625rem solid var(--darker-light-grey\<deleted\|variable-26c1331e\>);
  }

  .hero-text-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 4rem 2rem;
  }

  .navha-hamburger-button {
    background-color: var(--brand--neutrals--white);
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: .9rem;
    transition: background-color .3s;
    display: flex;
  }

  .navha-hamburger-button:hover {
    background-color: var(--brand--neutrals--grey-mid);
  }

  .nav-cta-button-conatiner {
    z-index: 8;
    border-top: 1px solid var(--brand--neutrals--grey-mid);
    border-bottom: 1px solid var(--brand--neutrals--grey-mid);
    flex-direction: column;
    flex: none;
    width: 100%;
    margin-top: auto;
    padding: 2rem;
    position: absolute;
  }

  .nav-close-icon {
    opacity: 0;
    width: 1rem;
    margin: .25rem;
    position: absolute;
  }

  .nav-hamburger-icon {
    opacity: 1;
    flex: none;
    width: 1.5rem;
    display: block;
    position: absolute;
  }

  .who-we-are-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .contact-form-grid {
    display: flex;
  }

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

  ._2-column-heading-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 7fr;
  }

  .news-text-container {
    padding: 1.25rem;
  }

  .nav-inner-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .nav-link {
    border-top: 1px solid var(--brand--neutrals--grey-mid);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 32px 16px 2rem;
    font-size: 18px;
    display: flex;
  }

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

  .nav-link.nav-link-dropdown {
    padding-left: 32px;
  }

  .nav-link.nav-link-dropdown.updown.center {
    background-position: 3% 100%;
  }

  .nav-link.updown.center {
    text-align: left;
    background-position: 0 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link.updown.center:hover {
    background-position: 4%;
  }

  .nav-bar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    min-height: 4rem;
  }

  .nav-logo {
    z-index: 2;
    font-size: 1.6rem;
    position: relative;
  }

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

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .nav-links-conatiner {
    z-index: 1;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: var(--brand--neutrals--white);
    flex-flow: column;
    justify-content: flex-end;
    height: 100%;
    max-height: 100vh;
    padding-top: 110px;
    padding-left: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .slide-nav {
    font-size: 1.7vw;
  }

  .hero-paragraph-container {
    max-width: 36rem;
  }

  .contact-links {
    font-size: 1.1em;
  }

  .news-content {
    width: 100%;
  }

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

  .hero-1-image-container {
    aspect-ratio: 3 / 2;
    border-radius: 0;
    width: 100%;
  }

  .hero-3-text-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-3-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-section-full-height {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .hero-2-image-continer {
    width: 100%;
  }

  .hero-2-image {
    justify-content: center;
    align-items: center;
  }

  .stardard-grid {
    flex-flow: column;
    display: flex;
  }

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

  ._2-colums-text-max-width {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .homepage-hero-section {
    padding-top: 6.5rem;
    padding-bottom: 4rem;
  }

  .benefits-3-columns-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .benefits-card {
    padding: 1.5rem;
  }

  ._2-column-text-container-right {
    max-width: none;
  }

  .services-card {
    padding: 2rem;
  }

  .services-card.center-card {
    border-left-style: solid;
    border-right-style: solid;
  }

  .services-card.hover {
    background-size: cover;
  }

  .benefits-card-heading {
    font-size: 2rem;
  }

  .spacer-mid {
    height: 3rem;
  }

  .hero-3-image-continer {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-3-image-wrapper {
    border-radius: 1rem;
  }

  .hero-3-section {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .nav_grid-dropdown-grid {
    padding: 1rem;
  }

  .nav-link-2 {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px #5c5c5c;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-2:active {
    opacity: .7;
  }

  .nav-link-2.nav_item-dropdown {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding-left: 24px;
  }

  .nav-dropdown {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .nav-arrow {
    margin-right: 2rem;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .faq-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .hero-2-inner-text-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 4rem 2rem;
  }

  .hero-2-text-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-3-text-inner-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding: 4rem 2rem;
  }

  .hero-1-text-container {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .contact-hero-section {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  ._2-colums-text-max-width-no-padding {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-5-text-inner-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-5-text-container {
    width: 100%;
  }

  .hero-5-paragraph-container {
    max-width: 36rem;
  }

  .services-hero-section {
    padding-top: 8rem;
  }

  .footer-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-form-block {
    min-width: auto;
  }

  .footer-newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .footer-newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .sign-up-card {
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .login-section {
    grid-template-columns: .75fr 1fr;
  }

  .login-container {
    padding: 7.5rem 1rem 1rem;
  }

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

  .display-heading-1 {
    font-size: 3rem;
  }

  .hero-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.tablet-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .products-card-link {
    padding: 1rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

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

  .about-hero-text-wrapper {
    margin-top: 2rem;
  }

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

  .services-grid-homepage.grille-de-2 {
    flex-flow: column;
    display: flex;
  }

  .quote-heading-2 {
    font-size: 1.7em;
  }

  .quote-metrics-heading {
    font-size: 2.5rem;
  }

  .quote-metrtics-grid {
    margin-top: 2rem;
  }

  .quote-slide-nav {
    font-size: 1.7vw;
  }

  .flex-layout.tablet-flex-vertical {
    flex-flow: column;
  }

  .flex-layout.tablet-flex-vertical.tablet-x-center {
    align-items: center;
  }

  .features-points-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .features-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .features-card {
    padding: 2rem;
  }

  .features-title-wrapper {
    order: -1;
  }

  .features-grid-content-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1.25fr 1fr;
  }

  .product-testimonial-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .product-testimonial-slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .product-testimonial-mask {
    width: 100%;
  }

  .quote-2-ttitle {
    font-size: 2.75rem;
  }

  .shop-product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .shop-product-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .card-wrapper {
    margin-left: auto;
    margin-right: 1.5rem;
  }

  .paragraph-33 {
    font-size: 1.25rem;
  }

  .hero-2-section {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .heading.large {
    font-size: 46px;
  }

  .content-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .stacked-content.large {
    grid-row-gap: 80px;
  }

  .stacked-title {
    grid-row-gap: 24px;
  }

  .section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
    padding-bottom: 0;
  }

  .footer-center {
    border-top: .0625rem solid var(--darker-light-grey\<deleted\|variable-26c1331e\>);
  }

  .absolute-changing-term, .prevenir, .intervenir, .soutenir {
    font-size: 3rem;
  }

  .counter-number-wrapper {
    height: 40px;
  }

  .counter-number, .counter-heading {
    font-size: 30px;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-footer02_social-list {
    margin-bottom: 2rem;
  }

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

  .flex-block.footerflexbloc {
    flex-flow: column;
  }

  .flex-block.footerflexbloc.fefewf {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .partner-card {
    padding: 1rem;
  }

  .div-block-2 {
    grid-row-gap: 0px;
    box-shadow: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 500px;
    position: relative;
    top: 0;
  }

  .ham-icon {
    margin-top: 12px;
  }

  .dropdown-link-wrap {
    padding: 0 10px 10px;
  }

  .dropdown-list {
    margin-top: -20px;
    margin-bottom: 10px;
    box-shadow: 0 7px 8px -1px #0003;
  }

  .dropdown-list.w--open {
    background-color: #305056;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    padding: 20px 25px 100px;
    position: absolute;
    overflow: scroll;
  }

  .dropdown-link-icon {
    width: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .navlink {
    background-color: #305056;
    height: auto;
    margin-bottom: 10px;
    box-shadow: 1px 1px 10px #0003;
  }

  .menu-button {
    color: #fff;
    text-align: center;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hero-bg.header {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .bullet-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero {
    height: 60vw;
    min-height: auto;
  }

  .dropdown-bg {
    background-color: #3e6d79f2;
    margin-top: 0;
    display: none;
  }

  .form-card {
    padding: 2rem;
  }

  .form-card.center-card {
    border-left-style: solid;
    border-right-style: solid;
  }

  .big-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .big-section.section-hero {
    padding-top: 6.5rem;
  }

  .big-section.section-no-top-margin {
    padding-top: 6rem;
  }

  .big-section.section-produtcs-hero {
    padding-top: 10.5rem;
  }

  .big-section.section-black-product {
    padding-top: 8.5rem;
  }

  .big-section-copy {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .big-section-copy.section-hero {
    padding-top: 6.5rem;
  }

  .big-section-copy.section-no-top-margin {
    padding-top: 6rem;
  }

  .big-section-copy.section-produtcs-hero {
    padding-top: 10.5rem;
  }

  .big-section-copy.section-black-product {
    padding-top: 8.5rem;
  }

  .section-sappinnn {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-sappinnn.section-hero {
    padding-top: 6.5rem;
  }

  .section-sappinnn.section-no-top-margin {
    padding-top: 6rem;
  }

  .section-sappinnn.section-produtcs-hero {
    padding-top: 10.5rem;
  }

  .section-sappinnn.section-black-product {
    padding-top: 8.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.9rem;
    line-height: 1.2em;
  }

  a {
    text-decoration: none;
  }

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

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

  .heading-h3, .paragraph-32 {
    font-size: 2rem;
  }

  .paragraph-20 {
    width: 100%;
  }

  .paragraph-18 {
    line-height: 1.5rem;
  }

  .paragraph-16 {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .metrics-value {
    font-size: 2.2rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .founder {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 11fr;
  }

  .founder-text-container {
    align-items: flex-start;
  }

  .footer-section {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .footer-social-link {
    width: 2.5rem;
    height: 2.5rem;
    padding: .75rem;
  }

  .footer-link.small {
    font-size: .875rem;
  }

  .hero-text-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navha-hamburger-button {
    height: 3.375rem;
  }

  .nav-cta-button-conatiner {
    grid-row-gap: .75rem;
    padding: 1.25rem;
  }

  .who-we-are-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .form-elements-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(12.5rem, 1fr);
  }

  .text-field.text-field-area {
    min-height: 8.75rem;
  }

  .contact-form-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2fr;
  }

  .news-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  ._2-column-heading-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 11fr;
    justify-items: start;
    margin-bottom: 2rem;
  }

  .nav-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link.nav-link-dropdown {
    padding-left: 1.25rem;
  }

  .nav-bar {
    height: auto;
    min-height: 4rem;
  }

  .nav-logo {
    max-width: 200px;
  }

  .quote-card {
    padding: 2rem;
  }

  .quote-heading {
    font-size: 1.4em;
  }

  .slide-nav {
    display: none;
  }

  .quote-title {
    font-size: 12px;
  }

  .quote-profile-image-wrapper {
    margin-right: 8px;
  }

  .contact-links {
    font-size: 1em;
  }

  .rich-text-block h1 {
    font-size: 3.2rem;
  }

  .rich-text-block h2 {
    font-size: 2.5rem;
  }

  .rich-text-block h3 {
    font-size: 2rem;
  }

  .rich-text-block h4 {
    font-size: 1.75rem;
  }

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

  .sign-up-button-container {
    align-self: stretch;
  }

  .spacer-small {
    min-height: 1.25rem;
  }

  .contact-list {
    margin-top: 2rem;
  }

  .new-type-wrapper {
    font-size: .75rem;
  }

  .features-3-column-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .feature-wrapper-with-line {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .feature-wrapper-with-line.top-line {
    border-top-style: none;
    padding-top: 0;
  }

  .heading-max-width-wrapper {
    margin-bottom: 2rem;
  }

  .hero-section-full-height {
    padding-bottom: 0;
  }

  .hero-2-image {
    aspect-ratio: 3 / 2;
  }

  .stardard-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .grid-image {
    aspect-ratio: 3 / 2;
  }

  .homepage-hero-section.background-lined.homevw {
    padding-bottom: 6.5rem;
  }

  .benefits-3-columns-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .benefits-card {
    max-width: none;
    padding-left: 1.25rem;
  }

  .services-card {
    max-width: none;
  }

  .services-card.hover {
    background-size: cover;
  }

  .benefits-card-heading {
    font-weight: 500;
  }

  .spacer-mid {
    height: 1.5rem;
  }

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

  .nav-link-2 {
    padding: 24px;
  }

  .nav-arrow {
    margin-right: 1.25rem;
  }

  .nav_dropdown-card {
    padding: 16px;
  }

  .spacer-medium {
    min-height: 1.5rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .hero-2-inner-text-container, .hero-3-text-inner-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .benefits-1-2-columns-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-5-text-inner-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-links:hover {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  }

  .footer-grid {
    grid-row-gap: 2rem;
  }

  .footer-newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .sign-up-elements-grid {
    grid-auto-columns: minmax(12.5rem, 1fr);
  }

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

  .login-container {
    padding: 6rem 1.5rem 2rem;
  }

  .login-container.login-container-image {
    display: none;
  }

  .login-form {
    max-width: none;
  }

  .display-heading-1 {
    font-size: 3.5rem;
  }

  .hero-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .grid-layout.grid-gap-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .products-card-link {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

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

  .products-grid._2.hidden {
    flex-flow: column;
    display: flex;
  }

  .about-hero-text-wrapper {
    max-width: 100%;
  }

  .about-hero-image-wrapper {
    margin-top: 2rem;
  }

  .quote-slider-2 {
    padding: 1.5rem;
  }

  .quote-heading-2 {
    font-size: 1.4em;
  }

  .quote-heading-2._2rem {
    font-size: 1.9em;
  }

  .quote-metrics-heading {
    font-size: 2rem;
  }

  .quote-arrow {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.5rem;
  }

  .quote-arrow.arrow-left {
    margin-right: 6rem;
  }

  .quote-metrtics-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .quote-slide-nav {
    margin-bottom: 1.5rem;
  }

  .features-image-2 {
    aspect-ratio: 1;
  }

  .features-card {
    padding: 2.5rem 1.5rem 1.5rem;
  }

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

  .product-testimonial-arrow.is-left {
    right: 3.5rem;
  }

  .product-testimonial-client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .product-testimonial-divider {
    display: none;
  }

  .product-testimonial-client-info {
    margin-bottom: 1rem;
  }

  .product-testimonial-slider {
    padding-bottom: 5rem;
  }

  .product-testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .quote-2-ttitle {
    font-size: 2.25rem;
  }

  .shop-product-accordion-icon {
    width: 1.75rem;
  }

  .shop-product-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .shop-product-grid {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .shop-product-gallery {
    grid-template-columns: 1fr;
  }

  .rich-text-block-product h1 {
    font-size: 3.2rem;
  }

  .rich-text-block-product h2 {
    font-size: 2.5rem;
  }

  .rich-text-block-product h3 {
    font-size: 2rem;
  }

  .rich-text-block-product h4 {
    font-size: 1.75rem;
  }

  .paragraph-33 {
    width: 100%;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .heading.large {
    font-size: 40px;
  }

  .content-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .stacked-content.large {
    grid-row-gap: 60px;
  }

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

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .footer-center {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .carrer {
    padding: 1.5rem;
  }

  .absolute-changing-term, .prevenir, .intervenir, .soutenir {
    font-size: 3.5rem;
  }

  .hero-two-highlighter-shape-1 {
    left: -50%;
  }

  .hero-two-highlighter-shape-2 {
    right: -21%;
  }

  .counter-number-wrapper {
    height: 33px;
  }

  .counter-number, .counter-heading {
    font-size: 26px;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-footer01_social-link:hover {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  }

  .uui-footer01_top-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3rem;
  }

  .uui-footer01_logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .uui-footer01_link:hover {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  }

  .uui-footer01_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer01_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer01_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .uui-footer01_form-block {
    margin-top: 1.5rem;
  }

  .uui-footer01_legal-link:hover {
    color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer02_link:hover {
    color: var(--untitled-ui--gray500\<deleted\|variable-68f29e84\>);
  }

  .uui-footer02_social-link:hover {
    color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-footer02_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .uui-footer02_left-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer02_legal-link:hover {
    color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  }

  .uui-footer02_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer02_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .upside {
    grid-column-gap: 1.5rem;
  }

  .partner-card {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .bullets {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2 {
    width: 450px;
  }

  .nav-menu {
    overflow: scroll;
  }

  .hero {
    height: 65vw;
  }

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

  .form-card {
    max-width: none;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-banner22_close-button {
    background-color: #0000;
  }

  .uui-banner22_content-wrapper {
    align-items: flex-start;
  }

  .uui-banner22_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }
}

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

  .display-heading-2 {
    margin-bottom: 1rem;
    font-size: calc(.75rem + 11vw);
  }

  .heading-h1 {
    font-size: calc(.75rem + 9vw);
  }

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

  .heading-h2.smaller-2-rem.white.center-flex-block {
    font-size: 1.7rem;
  }

  .heading-h2.smaller-2-rem.cs {
    font-size: 1.5rem;
  }

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

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

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

  .paragraph-32 {
    font-size: 1.6rem;
  }

  .paragraph-20 {
    font-size: 1.1rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .metrics-value {
    font-size: 1.8rem;
  }

  .container {
    flex-wrap: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.container-hero-1, .container.container-hero-2, .container.container-hero-3, .container.container-hero-5 {
    overflow: hidden;
  }

  .found-profile-container {
    aspect-ratio: 10 / 14;
    object-fit: cover;
    object-position: 50% 0%;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }

  .primary-button.primary-button-cart {
    min-width: auto;
    padding: 1rem .55rem;
  }

  .primary-button.green.down10 {
    text-align: center;
    flex-flow: column;
    min-width: auto;
  }

  .section.section-produtcs-hero {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }

  .who-we-are-text-container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .founder {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-company-container {
    max-width: 97vw;
  }

  .hero-text-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .who-we-are-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-title {
    margin-bottom: .5rem;
  }

  .form-elements-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(auto, 1fr);
  }

  .form-elements-grid.encadr {
    padding: 20px 10px;
  }

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

  .news-date-container {
    font-size: .8rem;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .nav-inner-container {
    z-index: 7;
  }

  .nav-link.nav-link-dropdown.updown.center {
    background-position: 0 100%;
  }

  .nav-logo {
    max-width: 180px;
  }

  .nav-links-conatiner {
    padding-top: 110px;
  }

  .quote-card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .quote-heading {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .quote-section {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }

  .quote-profile-image-wrapper {
    margin-right: 12px;
  }

  .hero-paragraph-container {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
  }

  .hero-buttons-container {
    justify-content: center;
    align-items: center;
  }

  .rich-text-block h1 {
    font-size: 2.7rem;
  }

  .features-3-column-grid {
    grid-template-columns: 1fr;
  }

  .heading-max-width-wrapper {
    margin-bottom: 1.25rem;
  }

  .hero-section-full-height {
    padding-top: 4rem;
  }

  .homepage-hero-section {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
  }

  .homepage-hero-section.background-lined.homevw {
    padding-top: 10.2rem;
    padding-bottom: 10.2rem;
  }

  .text-points-container {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .benefits-3-columns-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .benefits-card {
    flex-direction: column;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services-card {
    flex-direction: column;
    max-width: 100%;
    padding: 1rem;
  }

  .services-card.center-card {
    border-style: solid;
    border-width: 0;
  }

  .spacer-mid {
    height: 1.25rem;
  }

  .hero-3-section {
    padding-top: 4rem;
  }

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

  .nav_dropdown-card {
    flex-direction: column;
  }

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

  .hero-2-inner-text-container, .hero-3-text-inner-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .benefits-1-2-columns-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  ._2-colums-text-max-width-no-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-5-text-inner-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-5-text-inner-container.norem {
    word-break: normal;
    object-fit: fill;
  }

  .hero-5-paragraph-container {
    margin-bottom: 1rem;
  }

  .services-hero-section {
    padding-top: 8.4rem;
  }

  .footer-grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .sign-up-elements-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(auto, 1fr);
  }

  .form-block {
    width: 100%;
  }

  .display-heading-1, .display-heading-1.display-heading-1-white {
    font-size: calc(.75rem + 7vw);
  }

  .display-heading-1._2em {
    font-size: calc(1rem + 3vh);
  }

  .hero-label {
    font-size: 1.5rem;
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .products-card-link {
    width: 100%;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .about-hero-text-wrapper {
    margin-top: 1rem;
  }

  .about-hero-image-wrapper {
    width: 100%;
  }

  .products-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .services-grid-homepage {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .services-grid-homepage.downseparate._2 {
    flex-flow: column;
    display: flex;
  }

  .quote-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 2fr;
  }

  .quote-heading-2 {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .quote-heading-2._2rem {
    font-size: 1.6em;
  }

  .quote-metrics-heading {
    font-size: 2rem;
  }

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

  .quote-heading-wrapper {
    padding-bottom: 3rem;
  }

  .quote-slide-nav {
    margin-left: 1.5rem;
    margin-right: auto;
  }

  .features-points-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .features-text-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .features-card {
    padding-top: 2.5rem;
  }

  .features-grid-content-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .rich-text-block-product h1 {
    font-size: 2.7rem;
  }

  .cart-text {
    display: none;
  }

  .undertitlecircle._4 {
    top: -15%;
  }

  .undertitlecircle._5 {
    top: -61%;
  }

  .undertitlecircle._5.gray._433, .undertitlecircle._091 {
    top: -9%;
  }

  .preloading {
    display: none;
  }

  .logo-preloading {
    width: 200px;
  }

  .metrik.orange-bold {
    font-size: 3rem;
  }

  .heading {
    font-size: 36px;
  }

  .heading.large {
    font-size: 38px;
  }

  .content-wrapper {
    grid-row-gap: 36px;
  }

  .large-growing-images {
    min-height: auto;
  }

  .block-inside-side {
    display: none;
  }

  .absolute-changing-term, .prevenir, .intervenir, .soutenir {
    font-size: calc(.75rem + 7vw);
  }

  .hero-two-highlighter-shape-1 {
    left: -66%;
  }

  .hero-two-highlighter-shape-2 {
    right: -47%;
  }

  .counter-number-wrapper {
    height: 34px;
  }

  .blockfollow {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: static;
    left: auto;
  }

  .followblock-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
  }

  .div-follow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    place-items: center stretch;
    display: grid;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .uui-footer01_top-wrapper {
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .uui-footer01_legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .uui-footer01_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-footer01_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-logo_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 150px;
  }

  .uui-footer02_top-wrapper {
    grid-row-gap: 3rem;
  }

  .uui-footer02_left-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .uui-footer02_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .logofootercenteredtext {
    text-align: center;
  }

  .footer-one {
    text-align: left;
  }

  .address-block {
    justify-content: center;
    align-items: flex-start;
  }

  .phone-block {
    justify-content: center;
  }

  .email-block {
    justify-content: center;
    align-items: flex-start;
  }

  .flex-block.footerflexbloc.fefewf {
    flex-flow: column;
  }

  .upside {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .partner-card {
    width: 100%;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .lottie-animation {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .bullet-icon {
    align-items: flex-end;
    margin-bottom: -15px;
    display: flex;
  }

  .bullet-wrap {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero {
    height: 70vw;
  }

  .form-card {
    flex-direction: column;
    max-width: 100%;
  }

  .fileupload {
    font-size: 11px;
  }

  .flex-block-3 {
    flex-flow: column;
  }

  .big-section.section-produtcs-hero, .big-section-copy.section-produtcs-hero, .section-sappinnn.section-produtcs-hero {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }
}

#w-node-_56e548e9-1f27-74c2-8292-27a5ee61b480-2ac15d9a {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_1c84fae3-f98f-8809-788a-d70b00e909c6-2ac15d9a {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b70f8e16-ea7b-3a0c-a3e0-60c840cc011e-2ac15d9a, #w-node-_7348493f-c928-a26c-443f-b6208ef68436-2ac15d9a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_027a9b52-dfd5-9f41-c3da-95a382d0ef91-2ac15d9a, #w-node-_85a6cb9c-aa09-a1c3-005f-ed798f4887aa-c81abd4e, #w-node-_8299af04-46b9-4cfd-c428-49f265f6d26b-2ac15dc9, #w-node-_8299af04-46b9-4cfd-c428-49f265f6d26e-2ac15dc9, #w-node-c0e9f7f1-4455-5d99-e31e-cde4dd04441d-2ac15dc9, #w-node-c0e9f7f1-4455-5d99-e31e-cde4dd044425-2ac15dc9, #w-node-c0e9f7f1-4455-5d99-e31e-cde4dd04442e-2ac15dc9, #w-node-c0e9f7f1-4455-5d99-e31e-cde4dd044437-2ac15dc9, #w-node-c345e0e6-6940-696d-3f8c-ba4a27aa5d5a-27aa5d57, #w-node-c345e0e6-6940-696d-3f8c-ba4a27aa5d5f-27aa5d57, #w-node-c345e0e6-6940-696d-3f8c-ba4a27aa5d64-27aa5d57, #w-node-fb2dd232-8354-a244-27d4-25038aab9627-8aab9623, #w-node-fb2dd232-8354-a244-27d4-25038aab962b-8aab9623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e081250-14d7-9d0c-fb37-4530380befc2-380befb5, #w-node-_38b55de7-4379-ec93-7b05-f78b961fd40a-961fd3fd, #w-node-fa0319e7-2f32-8d9b-fada-84aff6a314cb-f6a314be {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-d011c4a3-23df-4e63-1a59-a36e05fa956a-2ac15e84, #w-node-d011c4a3-23df-4e63-1a59-a36e05fa956b-2ac15e84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_101abbae-ef44-66f6-4e8f-59f734aee40b-2ac15e9f {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_101abbae-ef44-66f6-4e8f-59f734aee412-2ac15e9f, #w-node-_101abbae-ef44-66f6-4e8f-59f734aee41a-2ac15e9f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_334a11bf-5dee-5a60-2e94-5e9068038df5-2ac15ea1, #w-node-_65088f27-14e8-b0ee-343c-4f9cf53f0e8e-2ac15ea1, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038df9-2ac15ea1, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-2ac15ea1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9ad6383-589f-8a9d-aa9b-28e622f6b701-2ac15ea2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b9ad6383-589f-8a9d-aa9b-28e622f6b702-2ac15ea2 {
  justify-self: start;
}

#w-node-b9ad6383-589f-8a9d-aa9b-28e622f6b703-2ac15ea2 {
  align-self: start;
}

#w-node-b9ad6383-589f-8a9d-aa9b-28e622f6b705-2ac15ea2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_48ce2111-4cab-70d2-222b-f0d997832eab-2ac15ea2 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_48ce2111-4cab-70d2-222b-f0d997832eac-2ac15ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82bcc77a-4f26-98a7-d0f7-a0f407199027-2ac15ea2 {
  grid-area: 3 / 2 / 4 / 5;
  justify-self: start;
}

#w-node-f1890616-0d4c-74da-f185-289f94e61485-2ac15ea2, #w-node-f1890616-0d4c-74da-f185-289f94e61489-2ac15ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2017ec2-8d5b-dba7-18a4-1ebf1e42730f-2ac15ea2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f1890616-0d4c-74da-f185-289f94e61492-2ac15ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b0819e6-4806-4abc-7178-8332adb5fdfd-2ac15ea2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f1890616-0d4c-74da-f185-289f94e6149b-2ac15ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eae9d9-e240-24a7-ee75-7011e733ab60-2ac15ea2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f1890616-0d4c-74da-f185-289f94e614a4-2ac15ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf27f054-737c-4d28-929f-94ddfb2123ef-2ac15ea2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_79b231b3-7725-2de4-bbad-2b0776cf00c1-2ac15ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79b231b3-7725-2de4-bbad-2b0776cf00c6-2ac15ea2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_84366009-cc7a-2177-a396-af9964facedf-2ac15ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84366009-cc7a-2177-a396-af9964facee4-2ac15ea2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e51ad895-c951-ddc9-90d5-8326af608557-2ac15ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e51ad895-c951-ddc9-90d5-8326af60855c-2ac15ea2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_246f4d71-3475-8708-7886-af51849dec3b-2ac15ea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_246f4d71-3475-8708-7886-af51849dec40-2ac15ea2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_85e0d512-54f0-8608-5916-275bda8bb786-2ac15ea2, #w-node-_59b4f439-2a6c-8c15-0cfc-4a358293c981-2ac15ea2, #w-node-_8a1e7467-9746-5490-eab8-79a97f487451-2ac15ea2, #w-node-_25abbc04-8dd8-2696-6abd-364ab58b88a8-2ac15ea2, #w-node-_7fabfe6c-c133-958c-6c6e-200f95033081-2ac15ea2, #w-node-_292c1cc3-2e4a-ee85-20d9-b4dc05008891-2ac15ea2 {
  place-self: center;
}

#w-node-afaf8616-7f26-12e9-bbc8-bdcc34331cae-2ac15ea3, #w-node-afaf8616-7f26-12e9-bbc8-bdcc34331caf-2ac15ea3, #w-node-_462eb554-0972-cb1c-337e-7da56907c190-2ac15ebc, #w-node-cd53b671-1cee-d46e-66f1-0773d0f82409-2ac15ebe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5f19fb8-9326-e1eb-85eb-798dd979cdbc-c1ff69b0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_09e45a62-557f-d819-7a17-3cb8555aa054-c1ff69b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48782dbc-fa70-b2e6-0ca9-74518cfd2ee8-c1ff69b0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_639b80d9-bd35-6f27-30e4-99fd4807efab-c1ff69b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5f19fb8-9326-e1eb-85eb-798dd979cdb7-72f8e6f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5f19fb8-9326-e1eb-85eb-798dd979cdbc-72f8e6f0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-a2d0865c-3c58-1815-930f-43d2bbf428f8-72f8e6f0, #w-node-_639b80d9-bd35-6f27-30e4-99fd4807efab-72f8e6f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7cf0a51-c4d8-51b0-1e99-9fd40f83ee29-91cdd1eb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_639b80d9-bd35-6f27-30e4-99fd4807efab-91cdd1eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06122fcc-ef9b-86ad-289c-3f9a0ab5e663-75f7019b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_639b80d9-bd35-6f27-30e4-99fd4807efab-75f7019b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dbd09c1-d42b-ff50-fd1a-df11a47feed1-fd10bb01 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_639b80d9-bd35-6f27-30e4-99fd4807efab-fd10bb01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_207dcde8-5fef-ba5f-f05e-effe6c381d31-d74c4bf2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_639b80d9-bd35-6f27-30e4-99fd4807efab-d74c4bf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_334a11bf-5dee-5a60-2e94-5e9068038df5-a2aa6553, #w-node-_65088f27-14e8-b0ee-343c-4f9cf53f0e8e-a2aa6553, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038df9-a2aa6553, #w-node-_8949fb9e-7cc4-36fa-5941-52867382686c-a2aa6553, #w-node-_07585a05-97c0-ca9e-5916-68f8d70053f2-a2aa6553, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-a2aa6553 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b453a0c9-7beb-b18f-9ea5-98fa4dffe172-0033541a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2b4a8821-fa5a-693f-7d33-1a800970be2f-0033541a, #w-node-_5208b230-546a-7049-b24f-c4ec6b05737e-0033541a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fca29e22-5ed0-0fb3-a12c-3b6f0e3f757c-0033541a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-fca29e22-5ed0-0fb3-a12c-3b6f0e3f7591-0033541a, #w-node-_3695f766-3853-2ca6-6831-cf83da54ac8c-0033541a, #w-node-_3695f766-3853-2ca6-6831-cf83da54ac90-0033541a, #w-node-_3695f766-3853-2ca6-6831-cf83da54ac94-0033541a, #w-node-_3695f766-3853-2ca6-6831-cf83da54ac98-0033541a, #w-node-_3695f766-3853-2ca6-6831-cf83da54ac9c-0033541a, #w-node-_3695f766-3853-2ca6-6831-cf83da54aca0-0033541a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26f661d6-2803-6e63-5b8b-4da4db863efc-b779e173 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_544eab61-1317-77ac-0879-f53a2361c874-b779e173 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_639b80d9-bd35-6f27-30e4-99fd4807efab-b779e173 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad46423c-483c-1c57-c275-1331e6b2104c-d59c80b6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_639b80d9-bd35-6f27-30e4-99fd4807efab-d59c80b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_334a11bf-5dee-5a60-2e94-5e9068038df5-e222b0d7, #w-node-_65088f27-14e8-b0ee-343c-4f9cf53f0e8e-e222b0d7, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038df9-e222b0d7, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-e222b0d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6f201c4-2f7e-c943-104e-201f4a709d6a-8589bfa3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bd4e6be5-009e-c59a-027e-f45f572b6555-396d7d6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_685aebbb-ab8c-34fc-f357-ba62fbdfa3a2-396d7d6c, #w-node-_3ff83c4e-04fd-fad2-9241-b134aef0855a-396d7d6c {
  place-self: stretch stretch;
}

#Formation-2.w-node-_237a4538-00df-e5a4-2c8a-df60447e9700-d6a6bfad {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_237a4538-00df-e5a4-2c8a-df60447e9702-d6a6bfad {
  align-self: center;
}

#w-node-_237a4538-00df-e5a4-2c8a-df60447e970f-d6a6bfad {
  place-self: stretch stretch;
}

#w-node-_334a11bf-5dee-5a60-2e94-5e9068038df5-4829214d, #w-node-_65088f27-14e8-b0ee-343c-4f9cf53f0e8e-4829214d, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-4829214d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-f09a02dd-06eb-d50a-b635-6f97b636336c-fe651a75, #w-node-_8ba35c2d-61ab-2eb6-2d77-fb519dfa5a78-fe651a75, #w-node-_0e5396c6-dd52-965c-4557-44c56b601c8b-fe651a75, #w-node-_31804386-2d92-30ef-9ca4-ff8d547bcdc6-fb0b097f, #w-node-_61b184ff-5cfc-4403-d36a-0bd45152ae0b-fb0b097f, #w-node-_0a5a1423-adc4-3b04-633c-8e98a999898d-fb0b097f, #w-node-_8beb2bd1-d8e5-fd23-5cdb-0277ec1b1062-fb0b097f, #w-node-fa8fd0b9-6297-979e-b7de-5e9f507183da-fb0b097f, #w-node-_083f99b7-824a-ec85-685c-bc0028d16c96-fb0b097f, #w-node-_77f0ea08-e44f-e3f2-f8a0-dd37f9ba5c4b-fb0b097f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_56e548e9-1f27-74c2-8292-27a5ee61b480-2ac15d9a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_59aa5288-589a-950a-6296-0b209351f90e-2ac15d9a, #w-node-_59aa5288-589a-950a-6296-0b209351f921-2ac15d9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b11975f-4780-28d3-03f5-1c2d25d3ab5c-2ac15d9a, #w-node-_1c84fae3-f98f-8809-788a-d70b00e909c6-2ac15d9a, #w-node-b70f8e16-ea7b-3a0c-a3e0-60c840cc011e-2ac15d9a, #w-node-_7348493f-c928-a26c-443f-b6208ef68436-2ac15d9a {
    grid-column: span 1 / span 1;
  }

  #w-node-_77f089db-49c2-db74-a43f-396dbca85105-2ac15d9a, #w-node-_77f089db-49c2-db74-a43f-396dbca8510c-2ac15d9a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77f089db-49c2-db74-a43f-396dbca85113-2ac15d9a {
    grid-column: span 1 / span 1;
  }

  #w-node-_1e081250-14d7-9d0c-fb37-4530380befc2-380befb5, #w-node-_38b55de7-4379-ec93-7b05-f78b961fd40a-961fd3fd, #w-node-fa0319e7-2f32-8d9b-fada-84aff6a314cb-f6a314be {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_101abbae-ef44-66f6-4e8f-59f734aee3f5-2ac15e9f, #w-node-_101abbae-ef44-66f6-4e8f-59f734aee3fc-2ac15e9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_101abbae-ef44-66f6-4e8f-59f734aee403-2ac15e9f, #w-node-_101abbae-ef44-66f6-4e8f-59f734aee40b-2ac15e9f, #w-node-_101abbae-ef44-66f6-4e8f-59f734aee412-2ac15e9f, #w-node-_101abbae-ef44-66f6-4e8f-59f734aee41a-2ac15e9f {
    grid-column: span 1 / span 1;
  }

  #w-node-e5f19fb8-9326-e1eb-85eb-798dd979cdbc-c1ff69b0, #w-node-e5f19fb8-9326-e1eb-85eb-798dd979cdbc-72f8e6f0 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_0a628d56-feca-eb65-c1bb-2c5c30ec2f9e-f17118a7, #w-node-_0a628d56-feca-eb65-c1bb-2c5c30ec2fa7-f17118a7, #w-node-cc6fd602-e4e3-3f2a-2fb2-fa624f5a113c-f17118a7, #w-node-cc6fd602-e4e3-3f2a-2fb2-fa624f5a1143-f17118a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b453a0c9-7beb-b18f-9ea5-98fa4dffe172-0033541a {
    grid-column: span 1 / span 1;
  }

  #w-node-_3fd02bb9-e095-e67e-b077-7c8ed2bd2663-0033541a, #w-node-_3fd02bb9-e095-e67e-b077-7c8ed2bd266c-0033541a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fd02bb9-e095-e67e-b077-7c8ed2bd2675-0033541a {
    grid-column: span 1 / span 1;
  }

  #w-node-_7188aa5e-fa30-1e99-1eb4-877ce703795f-0033541a, #w-node-_2b4a8821-fa5a-693f-7d33-1a800970be2f-0033541a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5208b230-546a-7049-b24f-c4ec6b05737e-0033541a {
    grid-column: span 1 / span 1;
  }

  #w-node-_4b4b080e-92dc-728c-ba61-a585b7ecf3ea-0033541a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fca29e22-5ed0-0fb3-a12c-3b6f0e3f757c-0033541a, #w-node-fca29e22-5ed0-0fb3-a12c-3b6f0e3f7591-0033541a {
    grid-column: span 1 / span 1;
  }

  #w-node-_26f661d6-2803-6e63-5b8b-4da4db863efc-b779e173 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch stretch;
  }

  #w-node-f6f201c4-2f7e-c943-104e-201f4a709d6a-8589bfa3 {
    grid-column: span 1 / span 1;
  }

  #w-node-cc6fd602-e4e3-3f2a-2fb2-fa624f5a113c-00a3e671, #w-node-cc6fd602-e4e3-3f2a-2fb2-fa624f5a1143-00a3e671, #w-node-_9afc5d0c-b479-d248-d12a-546d2399a236-396d7d6c, #w-node-_237a4538-00df-e5a4-2c8a-df60447e9703-d6a6bfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8299af04-46b9-4cfd-c428-49f265f6d26d-2ac15dc9 {
    order: -9999;
  }

  #w-node-_334a11bf-5dee-5a60-2e94-5e9068038ded-2ac15ea1, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038df1-2ac15ea1, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-2ac15ea1, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038ded-a2aa6553, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038df1-a2aa6553, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-a2aa6553, #w-node-_3695f766-3853-2ca6-6831-cf83da54ac84-0033541a, #w-node-_3695f766-3853-2ca6-6831-cf83da54ac88-0033541a, #w-node-_3695f766-3853-2ca6-6831-cf83da54aca0-0033541a, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038ded-e222b0d7, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038df1-e222b0d7, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-e222b0d7, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038ded-4829214d, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038df1-4829214d, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-4829214d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59aa5288-589a-950a-6296-0b209351f90e-2ac15d9a, #w-node-_77f089db-49c2-db74-a43f-396dbca85105-2ac15d9a, #w-node-ce86f214-0189-4d65-d55c-96042663db3a-2ac15dc9, #w-node-ce86f214-0189-4d65-d55c-96042663db41-2ac15dc9, #w-node-ce86f214-0189-4d65-d55c-96042663db48-2ac15dc9, #w-node-_424991c4-3bff-a157-e2da-a947536700fb-2ac15dc9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78841e16-d8df-5e1a-7afa-d960fc3ef073-fc3ef056 {
    order: -9999;
  }

  #w-node-_101abbae-ef44-66f6-4e8f-59f734aee3f5-2ac15e9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-2ac15ea1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48782dbc-fa70-b2e6-0ca9-74518cfd2ee8-c1ff69b0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0a628d56-feca-eb65-c1bb-2c5c30ec2f9e-f17118a7, #w-node-cc6fd602-e4e3-3f2a-2fb2-fa624f5a113c-f17118a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c7cf0a51-c4d8-51b0-1e99-9fd40f83ee29-91cdd1eb, #w-node-_06122fcc-ef9b-86ad-289c-3f9a0ab5e663-75f7019b, #w-node-_0dbd09c1-d42b-ff50-fd1a-df11a47feed1-fd10bb01, #w-node-_207dcde8-5fef-ba5f-f05e-effe6c381d31-d74c4bf2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-a2aa6553 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3fd02bb9-e095-e67e-b077-7c8ed2bd2663-0033541a, #w-node-_7188aa5e-fa30-1e99-1eb4-877ce703795f-0033541a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3695f766-3853-2ca6-6831-cf83da54aca0-0033541a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_544eab61-1317-77ac-0879-f53a2361c874-b779e173, #w-node-ad46423c-483c-1c57-c275-1331e6b2104c-d59c80b6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-e222b0d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cc6fd602-e4e3-3f2a-2fb2-fa624f5a113c-00a3e671, #w-node-_9afc5d0c-b479-d248-d12a-546d2399a236-396d7d6c, #w-node-_237a4538-00df-e5a4-2c8a-df60447e9703-d6a6bfad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_334a11bf-5dee-5a60-2e94-5e9068038dfd-4829214d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


