@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

.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-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-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-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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-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 {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.divider {
  background-color: #e7e7e7;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: auto;
  padding-top: .5em;
  padding-bottom: .125em;
  display: flex;
}

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

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

.section {
  text-align: center;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 1em;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

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

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: .5em 0 0 0;
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
  position: static;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: auto;
  padding-bottom: 2em;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  background-color: #f2f2f2;
  padding-top: .5em;
  padding-bottom: 2em;
}

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

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

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  display: block;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 40px;
  width: 20em;
  margin-left: 0;
  padding: 12px 25px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

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

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

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

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

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

.heading-jumbo-home {
  text-align: center;
  text-transform: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 80px;
  display: block;
}

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

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

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

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

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

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

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

.logo-link.w--current {
  padding-right: 0;
  transition: opacity .2s, opacity .2s, opacity .2s;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 50px 0;
  display: flex;
}

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

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

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

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  border-radius: 40px;
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

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

.text-field.cc-contact-field {
  border-radius: 40px;
  width: 100%;
  margin-bottom: 25px;
}

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

.text-field.cc-textarea.cc-contact-field {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

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

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

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

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

.icon {
  display: block;
}

.logo-image {
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
  line-height: 0;
  display: block;
  overflow: clip;
  transform: translate(0);
}

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

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

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

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

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

.into-header-home {
  color: #fff;
  background-color: #1e3b8a;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 20rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 0 4rem;
  display: block;
}

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

.intro-content-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 1em;
  display: flex;
}

.intro-text {
  width: 100%;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 15%;
}

.main-heading-wrap {
  margin-bottom: 0;
}

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

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

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

.footer {
  grid-column-gap: 17px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  place-items: start;
  padding-top: 2em;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
  position: static;
}

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

.footer-link.w--current {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

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

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

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

.links-section-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
}

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

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

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

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

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

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

.nota01 {
  text-align: center;
  width: 80%;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

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

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

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

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

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

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

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

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

.get-in-touch-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.credentials-inputs-wrap {
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.submit-button {
  border-radius: 40px;
  align-self: center;
  padding: 1.2em 2em;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.text-field-2 {
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  text-indent: 0;
  overflow-wrap: normal;
  border: 10px #fff;
  border-radius: 40px;
  width: 60%;
  margin-top: 8px;
  margin-right: 18px;
  padding: 1.4em;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: flex;
}

.form {
  flex-flow: wrap;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  margin-top: 0;
  padding-top: 1em;
  display: flex;
}

.heading {
  float: none;
  clear: none;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: static;
}

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

.paragraph-bigger-post.cc-bigger-light {
  opacity: .6;
  text-align: left;
  margin-bottom: 0;
  padding-top: .25em;
  padding-bottom: .5em;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.bold-text, .bold-text-2 {
  color: #0047ed;
  font-size: 18px;
}

.heading-2 {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-3 {
  width: 100%;
  max-width: 100%;
  font-family: Inter Tight, sans-serif;
}

.field-label, .field-label-2 {
  font-family: PT Sans, sans-serif;
  font-size: 14px;
}

.field-label-3 {
  font-family: PT Sans, sans-serif;
}

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

.image, .image-2, .image-3, .image-4, .image-5 {
  width: 5em;
}

.header-block {
  color: #fff;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 80%;
  max-width: 100%;
  height: 15rem;
  margin: 0 auto auto 0%;
  padding: 4rem 0%;
  display: flex;
}

.image-6, .image-7 {
  width: 2em;
  margin-right: .5em;
}

.image-8 {
  pointer-events: auto;
  width: 2em;
  margin-top: 0;
  margin-right: .5em;
  padding-top: 0;
  padding-right: 0;
}

.image-9, .image-10 {
  width: 2em;
  margin-right: .5em;
}

.link, .link-2 {
  padding-bottom: 1em;
}

.heading-4 {
  color: #1e3b8a;
  flex-flow: wrap;
  order: 1;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 35px;
  display: block;
}

.container-2 {
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.link-3 {
  padding-bottom: 2em;
}

.section-footer {
  text-align: center;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-footer.cc-store-home-wrap {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 2em;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.section-footer.cc-subscribe-form {
  background-color: #f4f4f4;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.container-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 2em 0 0 0;
  padding-top: 0;
  padding-left: 4em;
  padding-right: 2em;
  display: flex;
  position: static;
}

.container-footer.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: auto;
  padding-bottom: 2em;
  display: flex;
}

.container-footer.cc-heading-wrap {
  text-align: center;
}

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

.section-copy {
  text-align: center;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.cc-store-home-wrap {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #efefef;
  flex-flow: wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 2em;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.section-copy.cc-subscribe-form {
  background-color: #f4f4f4;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.list-item-2, .list-item-3, .list-item-4 {
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.image-11 {
  width: 50%;
  margin-bottom: -20px;
}

.into-header-contacto {
  color: #fff;
  background-color: #1e3b8a;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 10rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 4rem;
  display: block;
}

.into-header-faq {
  color: #fff;
  background-color: #1e3b8a;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 12rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 0 4rem;
  display: block;
}

.list {
  margin-bottom: 20px;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 1em;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.text-block {
  background-color: #f5f5f5;
  display: block;
}

.text-block-2, .text-block-3, .text-block-4 {
  background-color: #e6e6e6;
}

.heading-5 {
  font-family: Inter Tight, sans-serif;
  font-size: 25px;
}

.paragraph {
  text-align: left;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.image-12 {
  width: 50%;
}

.image-13 {
  width: 50%;
  margin-top: -63px;
  margin-bottom: -56px;
}

.into-header-resultado {
  color: #fff;
  background-color: #1e3b8a;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 4rem;
  display: block;
}

.intro-text-resultado {
  width: 100%;
  margin-bottom: 0;
  margin-left: 3%;
  margin-right: 5%;
}

.component-card-badge-top {
  color: #454e66;
  background-color: #fff;
  border-radius: 32px;
  padding: 6px 12px;
  font-weight: 500;
  line-height: 1.286em;
}

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

.flex {
  display: flex;
}

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

.flex.align-center.gap-column-16px {
  outline-offset: 0px;
  outline: 3px #1a1b1f;
  justify-content: center;
  align-items: center;
}

.text-50 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.333em;
}

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

.color-badge {
  border-radius: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333em;
  display: inline-block;
}

.color-badge.red {
  color: #ff5a65;
  background-color: #ffeff0;
}

.color-badge.green {
  color: #14ca74;
  background-color: #def2e6;
}

.text-100 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.286em;
}

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

.text-100.bold.color-neutral-800 {
  text-align: left;
}

.text-100.medium {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.card {
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 12px;
  box-shadow: 0 2px 7px #14142b17;
}

.card.component-card {
  border-style: dashed;
  border-color: #aab1c6;
  padding: 40px;
}

.card.overflow-hidden.border-none {
  box-shadow: none;
  border-style: none;
}

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

.rows {
  text-align: left;
}

.user-table-row {
  grid-column-gap: 10px;
  border-top: 1px solid #eff1f6;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1.25fr .6fr .6fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-width: 640px;
  padding: 16px 24px;
  display: grid;
}

.user-table-row.table-header {
  z-index: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #f7f8fc;
  border-top-style: none;
  margin-bottom: -1px;
  position: relative;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._40px {
  object-fit: cover;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.component-card-badge-top-wrapper {
  background-image: linear-gradient(#3d7fff, #5465ff);
  border-radius: 32px;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 1px;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0 2px 7px #14142b0f;
}

.heading-6 {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter Tight, sans-serif;
}

.div-block {
  margin-top: 1em;
}

.user-table-row-02 {
  grid-column-gap: 10px;
  background-color: #e9e9e9;
  border-top: 1px solid #eff1f6;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-width: 25%;
  padding: 16px 24px;
  display: grid;
}

.user-table-row-02.table-header {
  z-index: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #f7f8fc;
  border-top-style: none;
  margin-bottom: -1px;
  position: relative;
}

.bold-text-3 {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
}

.bold-text-4 {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.image-14 {
  width: 2.5%;
  margin-top: 0;
  margin-bottom: 1em;
}

.paragraph-2 {
  margin-top: .25em;
  margin-bottom: auto;
  padding-bottom: .5em;
  padding-left: 1em;
  padding-right: .5em;
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
}

.image-15 {
  width: 2em;
}

.image-16 {
  width: 10%;
}

.image-17 {
  width: 3em;
  padding-top: .25em;
  padding-right: .75em;
}

.user-table-row-03 {
  grid-column-gap: 10px;
  outline-offset: 0px;
  background-color: #e9e9e9;
  border: 1px solid #000;
  outline: 0 solid #1a1b1f;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1.5fr .7fr .7fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-width: 25%;
  margin-top: 0;
  padding: 16px 24px;
  display: grid;
}

.user-table-row-03.table-header {
  z-index: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #f7f8fc;
  border-top-style: none;
  margin-bottom: -1px;
  position: relative;
}

.div-block-2 {
  width: auto;
  font-family: PT Sans, sans-serif;
  display: block;
}

.button {
  border-radius: 40px;
  font-family: Open Sans, sans-serif;
}

.bold-text-5 {
  font-family: PT Sans, sans-serif;
}

.div-block-3 {
  text-align: left;
}

.div-block-4, .div-block-5 {
  padding-left: .9em;
}

.image-18 {
  width: 10%;
  padding-top: .3em;
  padding-right: .2em;
}

.flex-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.image-19 {
  width: 8%;
  margin-right: .25em;
  padding-top: .5em;
  padding-right: 0;
}

.image-20 {
  width: 7%;
}

.image-21 {
  width: 10%;
  padding-top: .4em;
}

.image-6-email {
  width: 2em;
  margin-right: .5em;
  padding-top: .4em;
}

.user-table-row-02b {
  grid-column-gap: 10px;
  border-top: 1px solid #eff1f6;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-width: 640px;
  padding: 16px 24px;
  display: grid;
}

.user-table-row-02b.table-header {
  z-index: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #f7f8fc;
  border-top-style: none;
  margin-bottom: -1px;
  position: relative;
}

.user-table-row-b {
  grid-column-gap: 10px;
  background-color: #e9e9e9;
  border-top: 1px solid #eff1f6;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1.25fr .6fr .6fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  min-width: 25%;
  padding: 16px 24px;
  display: grid;
}

.user-table-row-b.table-header {
  z-index: 1;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #f7f8fc;
  border-top-style: none;
  margin-bottom: -1px;
  position: relative;
}

.into-header-policy {
  color: #fff;
  background-color: #1e3b8a;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 10rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 0 4rem;
  display: block;
}

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

.paragraph-bigger-policy.cc-bigger-light {
  opacity: .6;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  display: block;
}

.container-notas {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: .5em 0 0 0;
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: static;
}

.container-notas.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: auto;
  padding-bottom: 2em;
  display: flex;
}

.container-notas.cc-heading-wrap {
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 0;
}

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

.h1 {
  color: #fefefe;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: block;
}

.heading-7 {
  margin-bottom: 5px;
  font-family: Inter Tight, sans-serif;
}

.paragraph-3 {
  font-family: Inter Tight, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.h1-home {
  color: #1e3b8a;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.heading-resultado {
  text-align: center;
  text-transform: none;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 80px;
  display: block;
}

.header-resultado-02 {
  color: #fff;
  background-color: #1e3b8a;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 1rem 0 4rem;
  display: block;
}

@media screen and (max-width: 991px) {
  .divider {
    flex-flow: wrap;
    align-items: flex-start;
    padding-left: 1em;
    display: flex;
  }

  .section {
    padding-bottom: 0;
  }

  .section.cc-store-home-wrap {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
  }

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

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

  .container {
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.cc-heading-wrap {
    margin-top: 1em;
    padding-top: .5em;
    padding-bottom: 1em;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 18px;
  }

  .primary-button {
    justify-content: center;
  }

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

  .heading-jumbo-home {
    width: 100%;
    font-size: 45px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
    display: block;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
  }

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

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

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

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

  .into-header-home {
    height: 20em;
    margin-bottom: 0;
    padding: 1rem 2em .5rem;
    line-height: 33px;
  }

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

  .intro-content-home {
    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;
    width: 100%;
    max-width: 100%;
    margin-bottom: auto;
    padding-left: 0;
    display: flex;
  }

  .intro-text {
    width: 100%;
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .main-paragraph-wrap {
    margin-top: 20px;
  }

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

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

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

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

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

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

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

  .blog-item {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

  .text-field-2 {
    width: 75%;
    margin-right: 13px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .form-block-2 {
    width: 100%;
    max-width: 100%;
  }

  .heading-2 {
    line-height: 50px;
  }

  .header-block {
    height: auto;
    margin-bottom: 0;
    padding: 1rem 4em;
    line-height: 10px;
  }

  .heading-4 {
    width: 100%;
    font-size: 30px;
  }

  .section-footer {
    padding-bottom: 0;
  }

  .section-footer.cc-store-home-wrap {
    height: auto;
    padding-top: 0;
  }

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

  .container-footer {
    height: auto;
  }

  .section-copy {
    padding-bottom: 0;
  }

  .section-copy.cc-store-home-wrap {
    height: auto;
    padding-top: 0;
    padding-bottom: 4em;
    line-height: 30px;
  }

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

  .image-11 {
    width: 70%;
  }

  .into-header-contacto {
    height: 10em;
    margin-bottom: 0;
    padding: .5rem 2em 2rem;
    line-height: 33px;
  }

  .into-header-faq {
    height: 11em;
    margin-bottom: 0;
    padding: 1rem 2em 0;
    line-height: 33px;
  }

  .image-13 {
    width: 70%;
  }

  .into-header-resultado {
    height: 6em;
    margin-bottom: 0;
    padding: 0 2em 0 0;
    line-height: 25px;
  }

  .intro-text-resultado {
    width: 100%;
    max-width: 100%;
    margin-left: 4%;
    margin-right: 5%;
  }

  .rows {
    display: block;
    position: static;
  }

  .user-table-row {
    grid-template-columns: .6fr 1fr 1fr 1fr;
  }

  .user-table-row-02 {
    grid-template-columns: .6fr 1fr;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .image-14 {
    width: 5%;
    margin-right: 1em;
    padding-right: 0;
  }

  .paragraph-2 {
    padding-left: 0;
  }

  .user-table-row-03 {
    grid-template-columns: .6fr 1fr 1fr 1fr;
  }

  .image-18 {
    width: 15%;
  }

  .image-19 {
    width: 12%;
  }

  .user-table-row-02b {
    grid-template-columns: .6fr 1fr;
  }

  .user-table-row-b {
    grid-template-columns: .6fr 1fr 1fr 1fr;
  }

  .into-header-policy {
    height: 8em;
    margin-bottom: 0;
    padding: 1rem 0 0 2em;
    line-height: 33px;
  }

  .paragraph-bigger-policy.cc-bigger-light {
    font-size: 16px;
    line-height: 25px;
  }

  .container-notas {
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .heading-resultado {
    width: 100%;
    font-size: 45px;
    line-height: 70px;
  }

  .header-resultado-02 {
    height: 8em;
    margin-bottom: 0;
    padding: 0 2em 0 0;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .divider {
    align-items: center;
    padding-right: 1em;
    display: flex;
  }

  .section {
    margin-left: auto;
    margin-right: auto;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .container.cc-heading-wrap {
    margin-bottom: 0;
    margin-left: auto;
  }

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

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

  .paragraph-bigger.cc-bigger-light {
    font-size: 16px;
  }

  .label {
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

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

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

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

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

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

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

  .into-header-home {
    height: 18rem;
    margin-bottom: 0;
    padding: 1rem 2em 0;
    line-height: 30px;
  }

  .intro-content-home {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .intro-text {
    width: 5000em;
  }

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

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

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

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

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

  .product-image {
    height: 500px;
  }

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

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

  .submit-button {
    font-size: 15px;
  }

  .text-field-2 {
    width: 70%;
  }

  .form {
    flex: 1;
    align-self: auto;
    padding-top: 1em;
    display: flex;
  }

  .heading {
    line-height: 35px;
  }

  .paragraph-bigger-post {
    font-size: 16px;
    line-height: 28px;
  }

  .header-block {
    height: 30rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-6 {
    width: 1.5em;
    margin-left: auto;
    margin-right: .5em;
    padding-top: 0;
    padding-left: 0;
  }

  .image-7, .image-8, .image-9, .image-10 {
    width: 1.5em;
    margin-left: auto;
    margin-right: .5em;
  }

  .heading-4 {
    padding-top: 1em;
    font-size: 23px;
  }

  .link-3 {
    padding-bottom: 0;
  }

  .section-footer {
    margin-left: 0;
    margin-right: 15px;
  }

  .section-footer.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container-footer {
    text-align: center;
    padding-left: 2em;
  }

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

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

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

  .section-copy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-copy.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 2em;
  }

  .image-11 {
    width: 70%;
  }

  .into-header-contacto {
    height: 8rem;
    margin-bottom: 0;
    padding: 0 2em;
    line-height: 20px;
  }

  .into-header-faq {
    height: 10rem;
    margin-bottom: 0;
    padding: 1rem 2em 0;
    line-height: 30px;
  }

  .into-header-resultado {
    height: 5.5rem;
    margin-bottom: 0;
    padding: 0 2em;
    line-height: 30px;
  }

  .intro-text-resultado {
    width: 5000em;
  }

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

  .text-100.bold.color-neutral-800 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .card {
    box-shadow: 0 2px 12px #14142b0a;
  }

  .card.component-card {
    padding: 32px;
  }

  .rows {
    width: 100%;
  }

  .user-table-row {
    grid-template-columns: .75fr 1.75fr 1fr 1fr;
    min-width: auto;
  }

  .user-table-row-02 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.25fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: auto;
    display: grid;
  }

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

  .image-14 {
    width: 5%;
  }

  .image-17 {
    width: 1.5em;
    margin-right: .5em;
    padding-bottom: .25em;
    padding-right: 0;
  }

  .user-table-row-03 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .7fr 1.5fr .75fr .75fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: auto;
    display: grid;
  }

  .button {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-4, .div-block-5 {
    padding-left: 0;
  }

  .image-18 {
    width: 20%;
  }

  .image-19 {
    width: 15%;
  }

  .image-6-email {
    width: 2em;
    margin-left: auto;
    margin-right: .5em;
    padding-top: 0;
    padding-left: 0;
  }

  .user-table-row-02b {
    grid-template-columns: .75fr 1.25fr;
    min-width: auto;
  }

  .user-table-row-b {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.75fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    min-width: auto;
    display: grid;
  }

  .into-header-policy {
    height: 7rem;
    margin-bottom: 0;
    padding: 1rem 2em 0;
    line-height: 30px;
  }

  .paragraph-bigger-policy {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger-policy.cc-bigger-light {
    font-size: 14px;
  }

  .container-notas {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .container-notas.cc-heading-wrap {
    margin-bottom: 0;
    margin-left: auto;
  }

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

  .heading-resultado {
    font-size: 40px;
    line-height: 64px;
  }

  .header-resultado-02 {
    height: 8rem;
    margin-bottom: 0;
    padding: 0 2em;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .divider {
    justify-content: flex-start;
    align-items: center;
    padding-top: .25em;
    padding-left: .5em;
    padding-right: .5em;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    margin-top: .5em;
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .container.cc-heading-wrap {
    min-height: 15em;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .paragraph-bigger.cc-bigger-light {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .primary-button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .heading-jumbo-home {
    font-size: 28px;
    line-height: 48px;
  }

  .logo-link.w--current {
    z-index: 0;
    clear: none;
    text-align: left;
    order: 0;
    display: block;
    position: relative;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

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

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 80%;
  }

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

  .into-header-home {
    height: 19rem;
    padding-top: 1rem;
    padding-left: .75em;
    padding-right: .75em;
  }

  .intro-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-paragraph-wrap {
    margin-top: 10px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .nota01 {
    width: 100%;
    max-width: none;
    margin-top: 32px;
    padding-top: 0;
  }

  .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

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

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .submit-button {
    order: 0;
    padding-top: 1.2em;
    font-size: 16px;
  }

  .text-field-2 {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 18px;
    font-weight: 400;
  }

  .form {
    display: flex;
  }

  .heading {
    line-height: 35px;
  }

  .heading-2 {
    line-height: 40px;
  }

  .image-6, .image-7, .image-8, .image-9, .image-10 {
    width: 1em;
  }

  .heading-4 {
    width: 100%;
    padding: .5em .5em 1em;
    font-size: 22px;
    line-height: 35px;
  }

  .container-2 {
    width: 90%;
    display: flex;
  }

  .link-3 {
    padding-bottom: 0;
  }

  .section-footer {
    margin-left: 0;
  }

  .section-footer.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-footer {
    padding-left: 0;
  }

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

  .section-copy.cc-store-home-wrap {
    width: 100%;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 2em;
    display: block;
  }

  .section-copy.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-11 {
    width: 90%;
  }

  .into-header-contacto {
    height: 8rem;
    padding-top: 0;
    padding-left: .75em;
    padding-right: .75em;
    line-height: 20px;
  }

  .into-header-faq {
    height: 8rem;
    padding-top: 0;
    padding-left: .75em;
    padding-right: .75em;
  }

  .image-13 {
    width: 80%;
  }

  .into-header-resultado {
    height: 4rem;
    padding-top: 0;
    padding-left: .75em;
    padding-right: .75em;
  }

  .intro-text-resultado {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex.align-center.gap-column-16px {
    grid-column-gap: 12px;
  }

  .text-100.medium {
    font-size: 12px;
  }

  .card.component-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .user-table-row {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    display: grid;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 35px;
  }

  .user-table-row-02 {
    grid-template-columns: .5fr .5fr;
    padding-left: 5px;
    padding-right: 5px;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .bold-text-4 {
    font-size: 13px;
  }

  .image-14 {
    width: 10%;
  }

  .paragraph-2 {
    text-align: left;
    padding-left: 0;
    padding-right: .5em;
    font-size: 16px;
    line-height: 16px;
  }

  .image-17 {
    width: 1em;
  }

  .user-table-row-03 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button {
    text-align: center;
    border-radius: 40px;
  }

  .user-table-row-02b {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    display: grid;
  }

  .user-table-row-b {
    grid-template-columns: .5fr .5fr .5fr .5fr;
    padding-left: 5px;
    padding-right: 5px;
  }

  .into-header-policy {
    height: 4.5rem;
    padding-top: 0;
    padding-left: .75em;
    padding-right: .75em;
  }

  .paragraph-bigger-policy.cc-bigger-light {
    width: auto;
    font-size: 14px;
    line-height: 25px;
  }

  .container-notas {
    margin-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .container-notas.cc-heading-wrap {
    margin-bottom: 0;
  }

  .heading-resultado {
    font-size: 28px;
    line-height: 48px;
  }

  .header-resultado-02 {
    height: 10rem;
    padding-top: 0;
    padding-left: .75em;
    padding-right: .75em;
  }
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_09ca36a5-fae4-bce6-3492-250869e6e759-00cf8397 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09ca36a5-fae4-bce6-3492-250869e6e75b-00cf8397 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1426e1b5-b5b4-bde7-033c-09cec970d788-38a076a7, #w-node-c79a523d-8c60-6834-6b72-7e19ee0e9fa0-38a076a7, #w-node-ed33b44d-cd7b-d11e-6aae-b41e361c2a85-38a076a7, #w-node-_27896b21-32c3-0c6c-a205-5e2e4d2ac4f0-38a076a7, #w-node-e3d79476-a3e0-249a-9650-a18df4586a73-38a076a7, #w-node-_3855654c-9695-c7b6-f7ca-756b4fd82fc4-38a076a7, #w-node-e9b4c607-6225-2efc-59b6-d7a83faa4f67-38a076a7, #w-node-_92d1b813-53f2-5a80-b417-83ae600f74ef-38a076a7, #w-node-_9ae93a29-2dbd-50a8-a9d3-cab30709f877-38a076a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ca36a5-fae4-bce6-3492-250869e6e759-0439aea8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_09ca36a5-fae4-bce6-3492-250869e6e75b-0439aea8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ec500f57-4d98-b962-9605-5ba07a74e6f4-b27bdedc, #w-node-ec500f57-4d98-b962-9605-5ba07a74e6f9-b27bdedc, #w-node-_900491e0-fcaa-4e03-b6de-c543f73cc097-b27bdedc, #w-node-_900491e0-fcaa-4e03-b6de-c543f73cc09c-b27bdedc, #w-node-_2404e359-6bac-0f4c-27c5-e7ef58253917-b27bdedc, #w-node-_2404e359-6bac-0f4c-27c5-e7ef5825391c-b27bdedc, #w-node-_1fe02fce-b4e9-049e-619f-42834f12cce8-b27bdedc, #w-node-_1fe02fce-b4e9-049e-619f-42834f12cceb-b27bdedc, #w-node-_2f91ceab-dce8-b57b-63ae-ad84323e4883-b27bdedc, #w-node-_2f91ceab-dce8-b57b-63ae-ad84323e4886-b27bdedc, #w-node-_265efe9c-d43d-e554-f6d6-95707fe0a6a4-b27bdedc, #w-node-_265efe9c-d43d-e554-f6d6-95707fe0a6a7-b27bdedc, #w-node-_8e04a056-6bcc-1841-58d8-530c937c8f1d-b27bdedc, #w-node-_8e04a056-6bcc-1841-58d8-530c937c8f20-b27bdedc, #w-node-acf06890-c15d-8935-ad9c-8f885740a758-b27bdedc, #w-node-acf06890-c15d-8935-ad9c-8f885740a75b-b27bdedc, #w-node-_496041a7-00b3-68f9-dbd2-f1e4651df15f-b27bdedc, #w-node-_496041a7-00b3-68f9-dbd2-f1e4651df162-b27bdedc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec500f57-4d98-b962-9605-5ba07a74e6ed-6599ce41 {
  justify-self: start;
}

#w-node-ec500f57-4d98-b962-9605-5ba07a74e6f4-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec500f57-4d98-b962-9605-5ba07a74e6f9-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-f08f0f95-6aa3-cddb-d891-7ca57b072cb5-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_85b99554-3cf7-3091-b150-a4fa6986edc8-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85b99554-3cf7-3091-b150-a4fa6986edcb-6599ce41, #w-node-_85b99554-3cf7-3091-b150-a4fa6986edce-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_496041a7-00b3-68f9-dbd2-f1e4651df15f-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_496041a7-00b3-68f9-dbd2-f1e4651df162-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_657b0e29-e063-9741-3a9f-b4eabcc963fd-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_59a66170-9db9-b384-feae-db6b0b290d10-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59a66170-9db9-b384-feae-db6b0b290d13-6599ce41, #w-node-_59a66170-9db9-b384-feae-db6b0b290d16-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cd7c18d8-2e74-bc2a-ce31-8c2628e3f445-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd7c18d8-2e74-bc2a-ce31-8c2628e3f448-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-cd7c18d8-2e74-bc2a-ce31-8c2628e3f44b-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_900491e0-fcaa-4e03-b6de-c543f73cc097-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_900491e0-fcaa-4e03-b6de-c543f73cc09c-6599ce41, #w-node-_974f31db-96ff-6600-0e6e-79c15a34f798-6599ce41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718 {
    order: 9999;
    place-self: auto;
  }

  #w-node-_09ca36a5-fae4-bce6-3492-250869e6e75b-00cf8397, #w-node-_09ca36a5-fae4-bce6-3492-250869e6e75b-0439aea8 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}