:root {
  --black: #101010;
  --white: #fff;
  --grey-500: #4d4d4d;
  --grey-400: gray;
  --grey\<deleted\|variable-7d66f4d0-3ad2-1dda-5a6c-6e41aa28e5e1\>: #7d7d88;
  --grey-600: #363636;
  --grey-800: #171717;
  --grey-700: #292929;
  --grey-200: #ccc;
  --grey-300: #999;
  --blue: #71c2ff;
  --green: #f4ff66;
  --orange: #ff4033;
}

.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-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

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

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

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  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-commerceboldtextblock {
  font-weight: 700;
}

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

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

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  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-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -.02em;
  font-family: Mona Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

h5 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 1rem;
}

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

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

blockquote {
  -webkit-text-stroke-width: .5px;
  border-left: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: .75rem;
}

.page-wrapper {
  z-index: 1;
  position: relative;
}

.page-wrapper.full-height {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.main-wrapper {
  position: relative;
  overflow: clip;
}

.resources_heading {
  border-bottom: 1px solid var(--grey-500);
  padding-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.resources_heading.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.resources_item {
  background-color: var(--white);
  color: var(--black);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.heading-style-h5 {
  letter-spacing: -.01em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.resources_items.single {
  flex-flow: column;
  display: flex;
}

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

.resources_subheading {
  font-size: 1rem;
  font-weight: 700;
}

.resources_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  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;
  line-height: 1.3;
}

.resources_class.html-tag {
  color: #f6f6f3;
  background-color: #cf4bb3;
  border-style: none;
}

.resources_class.custom-border {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.heading-style-h2 {
  letter-spacing: -.03em;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

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

.resources_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.template-style-heading-split {
  background-color: #d2d6d9;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-smaller {
  margin-left: .5rem;
  margin-right: .5rem;
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

.text-size-small {
  font-size: .85rem;
}

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

.heading-style-h6 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3 {
  margin-top: 30px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.resources_section {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.resources_groups {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.heading-style-h1 {
  letter-spacing: -.04em;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

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

.resources_item-label {
  grid-column-gap: .5rem;
  color: #8c9399;
  border-bottom: 1px solid #ebebec;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
  position: relative;
}

.heading-style-h4 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h4.is-tablet-big {
  text-align: center;
  font-size: 3.5rem;
}

.opacity-50 {
  opacity: .5;
}

.hide {
  display: none;
}

.ecommerce_block-head {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #4e4c6133;
  padding: 1.5rem;
}

.ecommerce_shipping-texts {
  grid-row-gap: .35rem;
}

.ecommerce_checkbox-label {
  margin-bottom: 0;
  font-size: .85rem;
  font-weight: 600;
}

.ecommerce_checkbox {
  margin-top: 0;
}

.form_input {
  border: 1px solid var(--grey-400);
  background-color: var(--white);
  color: var(--black);
  border-radius: .5rem;
  height: 3.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form_input:focus, .form_input.-wfp-focus {
  border-color: var(--black);
}

.form_input::placeholder {
  color: var(--grey\<deleted\|variable-7d66f4d0-3ad2-1dda-5a6c-6e41aa28e5e1\>);
}

.ecommerce_label {
  font-size: .85rem;
  font-weight: 500;
}

.ecommerce_label.bold {
  font-weight: 600;
}

.ecommerce_order-product-pic {
  border-radius: .5rem;
}

.utility_page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.utility_content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 18.75rem;
  display: flex;
}

.utility_form {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.resources_item-content {
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 2.5rem 2.5rem 4rem;
  display: flex;
}

.resources_item-content.center-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.resources_class-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.resources_structure-out {
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.resources_structure-out.fill-bg {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 80px;
}

.resources_structure-in {
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  height: 3rem;
  position: relative;
}

.resources_structure-in.utility {
  background-color: #2d40ea1a;
}

.resources_structure-in.utility.full-height {
  height: 100%;
}

.resources_license-wrap {
  aspect-ratio: 2;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resources_license-wrap:hover {
  filter: brightness(115%);
}

.resources_font-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_font-block:hover {
  opacity: .7;
}

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

.resources_font-1 {
  color: var(--white);
  font-family: Mona Sans, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.resources_license-text {
  z-index: 5;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
}

.resources_licenses-group {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_fonts {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.resources_changelog-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

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

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

.text-weight-medium {
  font-weight: 500;
}

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

.text-style-all-caps {
  text-transform: uppercase;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-label {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  bottom: -2px;
}

.text-style-label.tiny {
  font-size: 1rem;
}

.display-inline {
  display: inline;
}

.error-message {
  color: #a12c2e;
}

.error-message.round {
  border-radius: .5rem;
}

.text-color-black {
  color: var(--black);
}

.padding-global {
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}

.ss_structure-box {
  pointer-events: none;
  background-color: #fff;
  height: 3rem;
  position: relative;
}

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

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

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

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

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.ss_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .75rem;
  line-height: 1.3;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-italic {
  font-style: italic;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.text-weight-light {
  font-weight: 300;
}

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

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

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

.ss_text-color {
  flex-direction: column;
  margin-top: 1rem;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.ss_text-color.dark {
  background-color: #8f92a0;
  border-radius: 4px;
  padding: .375rem .875rem;
}

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

.ss_bg-color {
  border-radius: 4px;
}

.ss_bg-color.dark {
  border: 1px solid #d8d8dd;
}

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

.padding-section-small {
  padding-top: 6rem;
}

.padding-section-medium {
  padding-top: 8rem;
}

.padding-section-large {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-custom-1 {
  width: 100%;
  padding-top: 1.25rem;
}

.spacer-custom-2 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-custom-3 {
  width: 100%;
  padding-top: 2.5rem;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

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

.aspect-ratio-square {
  aspect-ratio: 1;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

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

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

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

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

.ecommerce_component {
  background-color: #0000;
  min-height: auto;
  padding: 2rem;
}

.ecommerce_block-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.ecommerce_shipping-item {
  background-color: #0000;
  border: 1px #000;
}

.ecommerce_section {
  background-color: var(--white);
  color: var(--black);
  border-radius: 1rem;
  width: 100%;
  overflow: hidden;
}

.ecommerce_shipping {
  border: 1px #000;
}

.ecommerce_web-payments {
  border: 1px solid var(--white);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1rem;
  padding-top: .5rem;
  display: flex;
  overflow: hidden;
}

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

.padding-section-xlarge {
  padding-top: 14rem;
}

.ecommerce_empty {
  background-color: var(--grey-600);
  color: var(--white);
  text-align: left;
  border: 1px #000;
  border-top: 1px solid #636363;
  padding: 1.5rem;
  font-weight: 700;
}

.resources_link {
  font-weight: 700;
  text-decoration: underline;
}

.section_resources {
  min-height: 80vh;
}

.about-team_item-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.search_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.search_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.home-work_block {
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-list_block-old {
  aspect-ratio: 1;
  cursor: none;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog_rich-text {
  line-height: 1.5;
}

.blog_rich-text blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog_rich-text h5 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  font-weight: 700;
}

.blog_rich-text h1 {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 700;
}

.blog_rich-text h6 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.blog_rich-text h4 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
}

.blog_rich-text figure {
  margin-bottom: 3rem;
}

.blog_rich-text p {
  margin-bottom: 2.5rem;
  line-height: 1.5;
}

.blog_rich-text h2 {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
}

.blog_rich-text h3 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.blog_rich-text img {
  border-radius: 1rem;
}

.text-color-grey {
  color: var(--grey\<deleted\|variable-7d66f4d0-3ad2-1dda-5a6c-6e41aa28e5e1\>);
}

.apple-pay {
  border-radius: 0;
}

._404_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_404 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 60vh;
  display: flex;
}

.home-services_item {
  z-index: 2;
  cursor: default;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-header_title {
  text-align: center;
  letter-spacing: -.3vw;
  font-family: Mona Sans, sans-serif;
  font-size: 9.5vw;
  font-weight: 900;
  line-height: 1.1;
  position: relative;
}

.section_home-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  padding-top: 6rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-header_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_content {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: var(--black);
  padding-top: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar_link {
  color: var(--white);
  letter-spacing: -.04em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.navbar_link.w--current {
  color: var(--white);
}

.navbar_link._2 {
  margin-right: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar_link._1 {
  letter-spacing: 0;
}

.home-header_infos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.home-header_location {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-header_availability {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-header_text {
  color: var(--grey-400);
  font-size: 1.125rem;
  font-weight: 700;
}

.home-header_globe {
  opacity: .5;
  filter: invert();
  width: 1.8rem;
  height: 1.8rem;
}

.home-header_title-wrap {
  display: flex;
  overflow: hidden;
}

.home-header_logo {
  width: 3.25vw;
  height: 3.25vw;
  margin-top: 4.2vw;
  margin-left: 1.25vw;
}

.home-header_image-2 {
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: .5rem;
  width: 100%;
  height: 130%;
  position: absolute;
  transform: translate3d(0, -18vh, -550px);
}

.home-header_images-wrap {
  z-index: 3;
  perspective: 1500px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-start;
  width: 76vw;
  height: 60%;
  display: flex;
  position: relative;
  transform: rotateX(1deg)rotateY(0)rotateZ(0);
}

.home-header_image-1 {
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: .5rem;
  width: 100%;
  height: 130%;
  position: absolute;
  transform: translate3d(0, -29vh, -900px);
}

.home-header_image-3 {
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: .5rem;
  width: 100%;
  height: 130%;
  position: absolute;
  transform: translate3d(0, -7.5vh, -220px);
}

.home-header_image-4 {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  max-width: none;
  height: 130%;
  position: relative;
  transform: translate(0);
}

.home-header_images-wrapper {
  transform-origin: 50% 100%;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30%;
  display: flex;
  position: relative;
}

.home-intro_main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-intro_text {
  color: var(--grey-400);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}

.home-intro_text-wrap.hover {
  border-bottom: 8px solid var(--white);
  cursor: default;
  position: relative;
}

.home-intro_hover-images {
  pointer-events: none;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  width: 9rem;
  display: none;
  position: absolute;
  inset: -4.9rem -3.7rem auto auto;
}

.home-intro_hover-image {
  aspect-ratio: 1;
  transform-origin: 0 100%;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
}

.home-intro_hover-image._2 {
  position: absolute;
  inset: auto auto 31% 31%;
}

.home-intro_hover-image._3 {
  position: absolute;
  inset: auto auto 57% 69%;
}

.home-header_image-5 {
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: .5rem;
  width: 100%;
  max-width: none;
  height: 130%;
  position: absolute;
  transform: translate3d(0, 4.5vh, -220px);
}

.home-intro_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-intro_service {
  border: 1px solid var(--grey-400);
  border-radius: 9rem;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 700;
}

.home-intro_services {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.work-list_item {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.work-list_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.work-list_title {
  z-index: 2;
  margin-bottom: 100px;
  display: block;
  position: absolute;
}

.work-list_label-wrapper {
  z-index: 2;
  align-self: auto;
  width: 100%;
  margin-top: 100px;
  padding-top: 2rem;
  position: absolute;
  inset: 0% 0% auto;
}

.work-list_label-text {
  opacity: .7;
  font-size: 1rem;
  font-weight: 700;
}

.work-list_label-pill {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #10101066;
  border-radius: 9rem;
  padding: 8px 1rem;
}

.work-list_label-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover_component {
  z-index: 90;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.hover_text {
  background-color: var(--grey-800);
  color: #fff;
  white-space: nowrap;
  border-radius: 2rem;
  padding: 1.1rem 1.5rem 1rem;
  font-size: 1rem;
  font-weight: 800;
  position: absolute;
}

.hover_text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-list_all {
  font-size: 30vw;
  font-weight: 800;
  line-height: 1;
  position: relative;
}

.work-list_all:hover {
  text-decoration: underline;
}

.work-list_all-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.home-cta_wrap {
  width: 100%;
  height: 312.5rem;
}

.home-cta_image-wrap {
  z-index: 10;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 21vh;
  display: none;
  position: absolute;
  overflow: hidden;
}

.home-cta_word {
  font-size: 5rem;
  font-weight: 700;
}

.home-cta_word._2 {
  position: absolute;
  top: 100%;
}

.home-cta_word._3 {
  position: absolute;
  top: 200%;
}

.home-cta_image-3 {
  z-index: 7;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
  width: 27vh;
  position: absolute;
  top: 0;
  right: 12.2vw;
}

.home-cta_image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-cta_images-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-cta_image-1 {
  z-index: 5;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
  width: 27vh;
  position: absolute;
  top: 0;
  left: 10vw;
}

.home-cta_image-2 {
  z-index: 6;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
  width: 27vh;
  position: absolute;
  top: 0;
  left: 29.7vw;
}

.home-cta_email-wrap {
  z-index: 30;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform .2s cubic-bezier(.175, .885, .32, 1.275), opacity .15s;
  display: none;
  position: relative;
}

.home-cta_content {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-cta_words-wrap {
  overflow: hidden;
}

.home-cta_sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-cta_words {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.home-cta_email {
  background-color: var(--grey-800);
  letter-spacing: -.05em;
  border-radius: 9999rem;
  padding: 1.25rem 5rem;
  font-size: 6.5rem;
  font-weight: 700;
  display: block;
}

.footer_links-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer_link {
  color: #888;
  font-size: 1.125rem;
  font-weight: 700;
  transition: color .2s;
}

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

.footer_legal-links {
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_legal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.footer {
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
  position: relative;
}

.footer_link-desc {
  font-weight: 700;
}

.footer_legal-text {
  color: #888;
  font-size: 1rem;
  font-weight: 700;
}

.footer_legal-link {
  color: #888;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
}

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

.footer_links {
  grid-column-gap: 5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start start;
  width: 40%;
  max-width: 27.875rem;
  margin-left: auto;
  display: flex;
}

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

.footer_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--grey-700);
  border-radius: 5rem;
  flex-flow: column;
  padding: 5rem 5rem 4rem;
  display: flex;
}

.navbar_title {
  color: var(--grey-500);
  letter-spacing: -.04em;
  font-size: 3rem;
  font-weight: 700;
  position: absolute;
}

.navbar_title.w--current {
  color: var(--white);
}

.navbar_menu-toggle {
  z-index: 9;
  letter-spacing: -.05em;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 6rem 3.5vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu_background {
  background-color: var(--grey-800);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu_link {
  background-color: var(--grey-700);
  letter-spacing: -.032em;
  border-radius: 999rem;
  padding: .75rem 2rem;
  font-size: 3rem;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.menu_link:hover {
  background-color: var(--white);
  color: var(--grey-700);
}

.menu_links {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  display: flex;
  position: relative;
}

.about-header_wrapper {
  height: 212.5rem;
}

.about-header_sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.about-header_images {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 32vh;
  display: flex;
  position: relative;
}

.about-header_image {
  z-index: 9;
  object-fit: cover;
  border-radius: 5vh;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-header_image._1 {
  width: 101%;
  max-width: none;
  height: 101%;
}

.about-header_image._2 {
  z-index: 8;
}

.about-header_image._3 {
  z-index: 7;
}

.about-header_image._4 {
  z-index: 6;
}

.about-header_image._5 {
  z-index: 5;
}

.about-header_image._6 {
  z-index: 4;
}

.about-header_image._7 {
  z-index: 3;
}

.about-header_image._8 {
  z-index: 2;
}

.about-header_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 130%;
  display: flex;
  position: absolute;
}

.about-video_wrap {
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-video_video {
  width: 100%;
  height: 100%;
}

.about-video_play {
  z-index: 5;
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: absolute;
}

.about-video_lightbox {
  width: 100%;
  height: 100vh;
}

.about-brands_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-brands_heading-wrap {
  width: 48%;
  max-width: 38.125rem;
}

.section_about-process {
  display: block;
}

.process-stages_graphic-wrap {
  background-color: #242424;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-process_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 8rem 6.4rem;
  display: flex;
}

.icon-big {
  width: 8rem;
}

.about-process_item {
  background-color: var(--grey-700);
  border-radius: 3rem;
  justify-content: space-between;
  align-items: stretch;
  height: 50vh;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: clip;
}

.about-process_component {
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.process-stages_graphic-wrapper {
  width: 50%;
  display: flex;
  position: relative;
}

.about-brands_wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-brands_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-auto-flow: column;
}

.about-brands_item {
  justify-content: center;
  align-items: center;
  width: 20rem;
  display: flex;
}

.about-brands_logo {
  height: 5rem;
}

.blog-list_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.blog-list_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: none;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-list_image {
  border-radius: 2rem;
  width: 100%;
}

.blog-list_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.contact-header_text-wrapper {
  display: flex;
}

.contact-header_text-wrap {
  padding-right: 2rem;
  display: flex;
}

.contact-header_text {
  letter-spacing: -.05em;
  white-space: nowrap;
  font-size: 10rem;
  font-weight: 700;
  line-height: .8;
}

.contact-form_component {
  display: flex;
}

.contact-form_actions {
  grid-row-gap: 2rem;
  flex-direction: column;
  padding: 1.75rem 1.75rem 2.5rem;
  display: flex;
}

.contact-form_checkbox-label {
  color: var(--black);
  font-size: 1.125rem;
  font-weight: 600;
}

.contact-form_checkbox {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.contact-form_field {
  color: var(--black);
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-left: 1px #000;
  border-right: 1px #0003;
  height: 5rem;
  margin-bottom: 0;
  padding: .5rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.contact-form_field:hover {
  background-color: #fafafa;
}

.contact-form_field:focus {
  border-bottom-width: 2px;
  border-bottom-color: #000;
}

.contact-form_field.is-message {
  height: 12rem;
}

.contact-form_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form_input.border-right {
  border-right: 1px solid #0003;
}

.contact-form_form-block {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.contact-form_label-wrap {
  padding: 1.875rem;
}

.contact-form_button {
  color: #fff;
  background-color: #c2941a;
  border-radius: 9rem;
  width: 30%;
  padding: 2rem 3rem;
  font-size: 2rem;
  font-weight: 700;
  transition: box-shadow .2s, transform .2s, background-color .2s, color .2s;
}

.contact-form_button:hover {
  background-color: #da2b1f;
}

.contact-form_checkbox-check {
  background-color: var(--grey-200);
  cursor: pointer;
  border-style: none;
  border-radius: 50%;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.contact-form_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 12px;
  border-style: none;
}

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

.contact-form_field-label {
  color: var(--black);
  font-weight: 700;
}

.about-video_play-icon {
  width: 1.25rem;
}

.footer_content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_logo {
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  mix-blend-mode: normal;
  width: 8rem;
}

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

.shop-list_block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: none;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.shop-list_image {
  border-radius: 4rem;
  width: 100%;
}

.shop-list_infos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-header_infos-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.navbar_component {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.work-list_wrapper {
  transform-origin: 50% 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.work-list_list {
  width: 100%;
}

.text-color-grey-400 {
  color: var(--grey-400);
}

.contact-form_success-wrap {
  background-color: var(--white);
  padding: 0;
}

.contact-form_success {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 20rem;
  display: flex;
}

.contact-form_error-wrap {
  color: #901517;
  padding: 2rem;
}

.background-color-grey-400 {
  background-color: var(--grey-400);
}

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

.work_image-wrap {
  border-radius: 2rem;
  overflow: hidden;
}

.work_component, .work_list {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  flex-flow: column;
  display: flex;
}

.empty-state {
  background-color: var(--grey-700);
  border-radius: 1rem;
  padding: 1rem;
  font-weight: 700;
}

.blog_category {
  background-color: var(--grey-600);
  color: var(--grey-300);
  border-radius: 9rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.blog-header_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.blog-header_image-wrap {
  border-radius: 2rem;
  width: 100%;
  overflow: clip;
}

.product_details-wrap {
  width: 50%;
  padding: 2rem 4rem;
  position: sticky;
  top: 2rem;
}

.shop-item-info-group {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.shop-item-divider {
  background-color: #0000003d;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.color-option {
  background-color: #fff;
  border-style: none;
  border-radius: 3rem;
  font-size: .875rem;
  font-weight: 500;
}

.product_item-infos {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.section_product {
  position: relative;
}

.product_component {
  align-items: flex-start;
  display: flex;
}

.default-state {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.product_image {
  border-radius: 2rem;
  width: 100%;
}

.product-details {
  max-width: 34.75rem;
}

.button-text {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-text:hover {
  color: #fff;
}

.product_image-wrap {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.label {
  z-index: 5;
  letter-spacing: .1em;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline;
  position: relative;
}

.quantity {
  color: var(--black);
}

.button {
  color: #fff;
  text-align: center;
  background-color: #ff4033;
  border-radius: 9rem;
  margin-bottom: 0;
  padding: 1.5rem 2.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition: box-shadow .2s, transform .2s, background-color .2s, color .2s;
}

.button:hover {
  background-color: #da2b1f;
}

.product_error-wrap {
  color: #901517;
  border-radius: 1rem;
  padding: 1.5rem;
  font-weight: 700;
}

.navbar_cart-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-quantity {
  color: #000;
  background-color: #ff594e;
}

.icon {
  margin-right: 2px;
}

.cart {
  margin-top: .5rem;
}

.cart-container {
  color: var(--black);
  border-radius: 2rem;
  margin: 2rem;
}

.cart-header {
  padding: 1.5rem 2rem;
}

.image {
  border-radius: .75rem;
}

.close-button {
  cursor: pointer;
}

.cart_remove-button {
  color: var(--black);
  font-size: .85rem;
  font-weight: 700;
}

.text-color-grey-500 {
  color: var(--grey-500);
}

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

.image-3 {
  aspect-ratio: auto;
  flex: 0 auto;
  align-self: center;
  width: 140px;
  max-width: 100%;
  position: absolute;
}

.iframe {
  aspect-ratio: 3 / 2;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: 80%;
  height: auto;
  min-height: 0;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: sticky;
  overflow: auto;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.map {
  margin-top: 80px;
  padding-top: 0;
}

.button-2 {
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 9rem;
  margin-top: 25px;
}

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

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

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

  h2 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 2.25rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-size: 1.5rem;
  }

  blockquote {
    font-size: 1.75rem;
  }

  .heading-style-h5 {
    font-size: 2rem;
  }

  .heading-style-h2 {
    font-size: 3.5rem;
  }

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

  .text-size-large, .heading-style-h6 {
    font-size: 1.5rem;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
    font-size: 3rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .heading-style-h4 {
    font-size: 2.25rem;
  }

  .heading-style-h4.is-tablet-big {
    font-size: 3rem;
  }

  .resources_item-content {
    grid-row-gap: .5rem;
  }

  .resources_license-wrap {
    border-radius: 1.5rem;
  }

  .resources_font-block:hover {
    opacity: 1;
  }

  .padding-global {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .container-medium {
    max-width: none;
  }

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

  .padding-section-small {
    padding-top: 4rem;
  }

  .padding-section-medium {
    padding-top: 6rem;
  }

  .padding-section-large {
    padding-top: 9rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-section-xlarge {
    padding-top: 10rem;
  }

  .home-work_block {
    cursor: auto;
  }

  .work-list_block-old {
    cursor: pointer;
  }

  .blog_rich-text h5 {
    font-size: 1.5rem;
  }

  .blog_rich-text h1 {
    font-size: 3rem;
  }

  .blog_rich-text h6 {
    font-size: 1.25rem;
  }

  .blog_rich-text h4 {
    font-size: 1.75rem;
  }

  .blog_rich-text h2 {
    font-size: 2.5rem;
  }

  .blog_rich-text h3 {
    font-size: 2rem;
  }

  .section_home-header {
    height: auto;
  }

  .navbar_link {
    font-size: 2rem;
  }

  .home-header_infos {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .home-header_image-2 {
    border-radius: .35rem;
  }

  .home-header_images-wrap {
    width: 90%;
    height: 20rem;
  }

  .home-header_image-1, .home-header_image-3 {
    border-radius: .35rem;
  }

  .home-header_image-4 {
    border-radius: .35rem;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
  }

  .home-header_images-wrapper {
    flex: none;
    height: auto;
    margin-top: 14rem;
  }

  .home-intro_text-wrap.hover {
    border-bottom-style: none;
  }

  .home-header_image-5 {
    border-radius: .35rem;
  }

  .home-intro_service {
    font-size: 1.75rem;
  }

  .home-intro_services {
    grid-row-gap: 1rem;
  }

  .work-list_item {
    cursor: pointer;
  }

  .work-list_all:hover {
    text-decoration: none;
  }

  .work-list_all-wrap {
    padding-top: 4rem;
  }

  .home-cta_wrap {
    height: auto;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .home-cta_word {
    font-size: 3rem;
  }

  .home-cta_image-3 {
    display: none;
  }

  .home-cta_images-wrap {
    display: block;
    position: relative;
  }

  .home-cta_image-1, .home-cta_image-2 {
    display: none;
  }

  .home-cta_email-wrap {
    margin-top: 1rem;
    display: flex;
  }

  .home-cta_content {
    color: var(--grey-500);
  }

  .home-cta_sticky {
    height: auto;
  }

  .home-cta_email {
    background-color: var(--grey-700);
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    font-size: 3rem;
  }

  .footer_legal-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer_link:hover {
    color: var(--grey-400);
  }

  .footer_legal-links {
    grid-column-gap: 1.5rem;
  }

  .footer_legal {
    width: 100%;
  }

  .footer {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

  .footer_links {
    grid-column-gap: 4rem;
    place-items: start center;
    width: auto;
  }

  .footer_component {
    border-radius: 2rem;
    justify-content: flex-start;
    align-items: center;
    padding: 3.5rem;
  }

  .navbar_title {
    font-size: 2rem;
  }

  .menu_component {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    display: none;
  }

  .menu_link {
    font-size: 2.25rem;
  }

  .menu_link:hover {
    background-color: var(--grey-700);
    color: var(--white);
  }

  .about-video_wrap {
    cursor: pointer;
  }

  .about-video_play {
    width: 5rem;
    height: 5rem;
  }

  .about-video_lightbox {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .about-process_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 70%;
    padding: 5rem 4rem;
  }

  .icon-big {
    width: 6rem;
  }

  .about-process_item {
    border-radius: 2rem;
    height: auto;
    position: relative;
    top: auto;
  }

  .about-process_item._1 {
    height: auto;
  }

  .about-process_component {
    grid-row-gap: 2rem;
  }

  .process-stages_graphic-wrapper {
    width: 30%;
  }

  .about-brands_item {
    width: 15rem;
  }

  .about-brands_logo {
    height: 4rem;
  }

  .blog-list_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-list_block {
    cursor: pointer;
  }

  .blog-list_image {
    border-radius: 1.5rem;
  }

  .contact-header_text {
    font-size: 8rem;
  }

  .contact-form_label-wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .contact-form_button {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .about-video_play-icon {
    width: 1rem;
  }

  .shop-list_list {
    grid-column-gap: 1.5rem;
  }

  .shop-list_block {
    cursor: pointer;
  }

  .shop-list_image {
    border-radius: 2rem;
  }

  .work_image-wrap {
    border-radius: 1.5rem;
  }

  .work_component, .work_list {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .blog-header_image-wrap {
    border-radius: 1.5rem;
  }

  .product_details-wrap {
    padding: 3rem 1rem 3rem 3rem;
  }

  .button-text:hover {
    color: #000;
  }

  .label {
    font-size: 1rem;
  }

  .image-3 {
    width: 115px;
  }
}

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

  h1 {
    font-size: 2.25rem;
    line-height: 1;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6, blockquote {
    font-size: 1.25rem;
  }

  .resources_heading {
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.5rem;
  }

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

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

  .template-style-heading-split, .template-style-heading-split.margin-small {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .heading-style-h6 {
    font-size: 1.25rem;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
    font-size: 2rem;
  }

  .heading-style-h1 {
    font-size: 2.25rem;
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
    font-size: 1.75rem;
  }

  .heading-style-h4.is-tablet-big {
    font-size: 2.5rem;
  }

  .ecommerce_block-head {
    padding: 1rem;
  }

  .resources_item-content {
    padding: 1.5rem;
  }

  .resources_license-wrap {
    border-radius: .75rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-section-small {
    padding-top: 3rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
  }

  .spacer-xxlarge, .spacer-huge {
    padding-top: 3rem;
  }

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

  .ecommerce_component {
    padding: 1rem;
  }

  .ecommerce_section {
    border-radius: .5rem;
  }

  .padding-section-xlarge {
    padding-top: 6rem;
  }

  .blog_rich-text {
    font-size: 1.125rem;
  }

  .blog_rich-text blockquote, .blog_rich-text h5 {
    font-size: 1.25rem;
  }

  .blog_rich-text h1 {
    margin-bottom: 1.5rem;
  }

  .blog_rich-text h6 {
    font-size: 1.125rem;
  }

  .blog_rich-text h4 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
  }

  .blog_rich-text h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .blog_rich-text h3 {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
  }

  .section_home-header {
    padding-top: 4rem;
  }

  .navbar_link {
    font-size: 1.5rem;
  }

  .home-header_title-wrap {
    padding-bottom: .5rem;
  }

  .home-intro_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home-intro_service {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
  }

  .home-intro_services {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .work-list_all-wrap {
    padding-top: 2rem;
  }

  .home-cta_wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-cta_word {
    font-size: 2rem;
  }

  .home-cta_email {
    padding: 3vw 6vw;
    font-size: 6vw;
  }

  .footer_links-column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer_link {
    font-size: 1rem;
  }

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

  .footer_links {
    grid-column-gap: 3rem;
  }

  .footer_component {
    border-radius: 2rem;
    padding: 2.5rem;
  }

  .navbar_title {
    display: none;
  }

  .menu_component {
    padding: 4rem 1.5rem;
    display: none;
  }

  .menu_link {
    font-size: 1.5rem;
  }

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

  .about-header_images {
    width: 60vw;
    height: auto;
  }

  .about-header_image {
    border-radius: 2rem;
  }

  .about-brands_heading-wrap {
    width: 60%;
  }

  .process-stages_graphic-wrap {
    aspect-ratio: 2.39;
  }

  .about-process_content {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }

  .icon-big {
    width: 4rem;
  }

  .about-process_item {
    border-radius: 1rem;
  }

  .process-stages_graphic-wrapper {
    aspect-ratio: auto;
  }

  .about-brands_item {
    width: 9rem;
  }

  .about-brands_logo {
    height: 3rem;
  }

  .blog-list_list {
    grid-row-gap: 3rem;
  }

  .blog-list_image {
    border-radius: 1rem;
  }

  .contact-header_text {
    font-size: 4rem;
  }

  .contact-form_field {
    height: 3.25rem;
  }

  .contact-form_field.is-message {
    height: 9rem;
  }

  .contact-form_label-wrap {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .contact-form_button {
    width: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .footer_logo {
    width: 5rem;
  }

  .shop-list_block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .shop-list_image {
    border-radius: 1rem;
  }

  .work_image-wrap {
    border-radius: .5rem;
  }

  .work_component, .work_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .blog-header_image-wrap {
    border-radius: .5rem;
  }

  .product_image {
    border-radius: 1rem;
  }

  .button {
    font-size: 1.125rem;
  }

  .navbar_cart-menu {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .cart {
    margin-top: 2px;
  }

  .cart-container {
    border-radius: 1rem;
    margin: 1.5rem;
  }

  .image {
    border-radius: .35rem;
  }

  .image-3 {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .resources_items, .resources_items.more-columns {
    grid-template-columns: 1fr;
  }

  .heading-style-h6 {
    letter-spacing: .02em;
  }

  .heading-style-h4.is-tablet-big {
    margin-right: 0;
    font-size: 2rem;
  }

  .ecommerce_order-product-pic {
    width: 4rem;
  }

  .resources_font-1 {
    font-size: 6rem;
  }

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

  .padding-global.mobile-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .ecommerce_order-item {
    flex-flow: column;
    margin-bottom: 2rem;
  }

  .ecommerce_order-item-texts {
    margin: .5rem 0;
  }

  .ecommerce_order-item-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ecommerce_order-item-infos {
    margin-left: 0;
    margin-right: 0;
  }

  .section_home-header {
    height: 100vh;
  }

  .home-header_infos {
    justify-content: center;
    align-items: flex-start;
  }

  .home-header_location {
    justify-content: flex-start;
    align-items: center;
  }

  .home-header_title-wrap {
    overflow: visible;
  }

  .home-header_images-wrap {
    width: 90vw;
    height: 50vh;
  }

  .home-header_images-wrapper {
    flex: 1;
    margin-top: auto;
  }

  .home-cta_wrap {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .home-cta_email {
    font-size: 8vw;
  }

  .footer_legal-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer_legal-links {
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer_legal-text, .footer_legal-link {
    font-size: .75rem;
  }

  .footer_links-group {
    width: 100%;
  }

  .footer_links {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .footer_links-list {
    width: 100%;
  }

  .footer_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    border-radius: 1.5rem;
    padding: 2.5rem 1.5rem;
  }

  .navbar_menu-toggle {
    letter-spacing: 0;
    padding-right: 0;
  }

  .about-brands_heading-wrap {
    width: 100%;
  }

  .process-stages_graphic-wrap {
    aspect-ratio: 2;
  }

  .about-process_item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-stages_graphic-wrapper {
    order: -1;
    width: 100%;
  }

  .blog-list_list {
    flex-flow: column;
    display: flex;
  }

  .blog-list_block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .contact-form_actions {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .contact-form_input.border-right {
    border-right-style: none;
  }

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

  .footer_logo {
    width: 6rem;
  }

  .shop-list_list {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .product_details-wrap {
    width: 100%;
    margin-top: 2rem;
    padding: 0;
  }

  .product_item-infos {
    margin-top: 1rem;
  }

  .product_component {
    flex-direction: column;
  }

  .product_image-wrap {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .image-3 {
    width: 80px;
  }

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

#w-node-_090bf418-e91e-c421-d2ab-3453ff45b7db-6e041eeb, #w-node-_090bf418-e91e-c421-d2ab-3453ff45b7e0-6e041eeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_090bf418-e91e-c421-d2ab-3453ff45b7e5-6e041eeb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_090bf418-e91e-c421-d2ab-3453ff45b7e5-6e041eeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans.woff') format('woff');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}