:root {
  --_base---background--priamry: #fff9de;
  --_base---text-color--primary: #998675;
  --text-link--light-color: #e1e1e1;
  --_base---background--secondary: #265392;
  --white: white;
  --_base---text-color--secondary: white;
  --_base---background--alternate: #998675cc;
  --_base---text-color--alternate: #265392;
  --_base---other--green-dark: #114e0b99;
  --_base---other--green-light: #cef5cab3;
  --black: black;
  --_base---text-color--black: black;
  --_base---other--red-light: #f8e4e4;
  --_base---other--red-dark: #3b0b0b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.w-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: 767px) {
  .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 {
  background-color: var(--_base---background--priamry);
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: var(--_base---text-color--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  color: var(--_base---text-color--primary);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--_base---text-color--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  color: var(--_base---text-color--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  color: var(--_base---text-color--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 34px;
}

h6 {
  color: var(--_base---text-color--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--_base---text-color--primary);
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.225rem;
  line-height: 1.5;
}

a {
  border-right: 2px solid var(--_base---background--priamry);
  color: var(--text-link--light-color);
  text-underline-offset: 2px;
  margin-right: 5px;
  padding-right: 5px;
  font-family: Barlow, sans-serif;
  font-size: .8rem;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: .8px;
  transition: opacity .2s;
  display: block;
}

a:hover {
  text-decoration: none;
}

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

li {
  color: var(--_base---text-color--primary);
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.225rem;
  line-height: 1.5;
  list-style-type: disc;
}

img {
  display: block;
}

label {
  color: var(--_base---text-color--primary);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 16px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

blockquote {
  color: var(--_base---text-color--primary);
  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: #eee;
  height: 1px;
}

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

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

.section {
  background-color: var(--_base---background--secondary);
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  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: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

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

.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;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  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;
  font-size: 12px;
  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;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

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

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  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;
  border-right-style: none;
}

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

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

.logo-link.w--current {
  border-right-style: none;
  transition-property: none;
}

.logo-link.w--current:hover {
  border-bottom: 1px solid var(--white);
  opacity: 1;
}

.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;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: var(--_base---background--secondary);
  align-items: center;
  padding: 2.25rem 1.6rem;
  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 {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

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

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.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: 1;
  color: var(--_base---text-color--secondary);
  letter-spacing: 0;
  text-transform: capitalize;
  border-right-style: none;
  padding: 0;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1;
  transition-property: none;
}

.navigation-item:hover {
  border-bottom: 1px solid var(--white);
  opacity: 1;
  color: var(--_base---text-color--secondary);
}

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

.navigation-item.w--current {
  opacity: 1;
  color: var(--_base---text-color--secondary);
}

.navigation-item.w--current:hover {
  opacity: 1;
  color: var(--white);
}

.navigation-item.w--current:active {
  opacity: .7;
}

.icon, .logo-image {
  display: block;
}

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

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

.navigation-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  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;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

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

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

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

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

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

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

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

.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 {
  margin-top: 40px;
}

.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;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.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;
  display: flex;
}

.credentials-inputs-wrap {
  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;
}

.margin-vertical-small {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.padding-horizontal-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.display-inline {
  display: inline;
}

.margin-bottom-large {
  margin-bottom: 3rem;
}

.text-area-vertical {
  resize: vertical;
}

.fs-styleguide_grids-type-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.padding-left-xhuge {
  padding-left: 8rem;
}

.margin-tiny {
  margin: .75rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.5rem;
}

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

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

.text-size-tiny.text-color-secondary {
  line-height: 1.5;
}

.margin-left-xsmall {
  margin-left: 1.25rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-left: 0;
  display: flex;
}

.padding-bottom-xhuge {
  padding-bottom: 8rem;
}

.gap-none {
  grid-column-gap: 0 !important;
  grid-row-gap: 0 !important;
}

.margin-right-large {
  margin-right: 3rem;
}

.margin-left-xxhuge {
  margin-left: 12rem;
}

.grid-autofit {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.padding-medium {
  padding: 2rem;
}

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

.icon-height-large {
  height: 2.5rem;
}

.padding-vertical-xxhuge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.padding-right-xxlarge {
  padding-right: 5rem;
}

.global-styles_custom {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-left: 0;
  display: flex;
}

.margin-small {
  margin: 1.5rem;
}

.heading-style-h5 {
  color: var(--_base---text-color--primary);
  letter-spacing: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.225rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.background-color-secondary {
  background-color: var(--_base---background--secondary);
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-right-xxtiny {
  padding-right: .25rem;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d62ff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

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

.margin-right-huge {
  margin-right: 6rem;
}

.padding-bottom-xlarge {
  padding-bottom: 4rem;
}

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.padding-right-xlarge {
  padding-right: 4rem;
}

.margin-0 {
  margin: 0 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.padding-xhuge {
  padding: 8rem;
}

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

.margin-top-huge {
  margin-top: 6rem;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: 1rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

.padding-left-xxsmall {
  padding-left: 1rem;
}

.margin-vertical-huge {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.fs-styleguide_row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: 1rem 1.25rem;
  font-size: .875rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.margin-horizontal-medium {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

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

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

.margin-vertical-xxsmall {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fs-styleguide_grids-type-label {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-alternate {
  color: #fff;
}

.margin-large {
  margin: 3rem;
}

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

.padding-left-xsmall {
  padding-left: 1.25rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-left-0 {
  padding-left: 0 !important;
}

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

.border-radius-inherit {
  border-radius: inherit;
}

.margin-right-tiny {
  margin-right: .75rem;
}

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

.margin-custom1 {
  margin: 1.5rem;
}

.gap-xhuge {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
}

.margin-right-0 {
  margin-right: 0 !important;
}

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

.margin-left-small {
  margin-left: 1.5rem;
}

.margin-right-xhuge {
  margin-right: 8rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-horizontal-xhuge {
  margin-left: 8rem;
  margin-right: 8rem;
}

.padding-left-xlarge {
  padding-left: 4rem;
}

.margin-vertical-tiny {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.padding-right-huge {
  padding-right: 6rem;
}

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

.hide {
  display: none !important;
}

.padding-horizontal-xxlarge {
  padding-left: 5rem;
  padding-right: 5rem;
}

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

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

.padding-right-xsmall {
  padding-right: 1.25rem;
}

.heading-style-h1 {
  color: var(--_base---text-color--primary);
  letter-spacing: 0;
  font-family: Barlow, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.margin-left-tiny {
  margin-left: .75rem;
}

.margin-horizontal-large {
  margin-left: 3rem;
  margin-right: 3rem;
}

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

.margin-left-0 {
  margin-left: 0 !important;
}

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

.padding-bottom-tiny {
  padding-bottom: .75rem;
}

.fs-styleguide_spacing {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-image: linear-gradient(0deg, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-vertical-xxlarge {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.overflow-clip {
  overflow: clip;
}

.margin-left-xtiny {
  margin-left: .5rem;
}

.padding-right-xxhuge {
  padding-right: 12rem;
}

.icon-1x1-medium {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: 1.5rem;
  padding: 1.25rem;
}

.margin-horizontal-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-horizontal-xlarge {
  margin-left: 4rem;
  margin-right: 4rem;
}

.heading-style-h4 {
  color: var(--_base---text-color--primary);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 1.225rem;
  font-weight: 700;
  line-height: 1.125;
}

.heading-style-h4.text-align-center.text-color-secondary {
  color: var(--_base---text-color--secondary);
}

.overflow-scroll {
  overflow: scroll;
}

.padding-vertical-xxtiny {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.padding-horizontal-huge {
  padding-left: 6rem;
  padding-right: 6rem;
}

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

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

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

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

.padding-right-xtiny {
  padding-right: .5rem;
}

.padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.margin-top-tiny {
  margin-top: .75rem;
}

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

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

.icon-height-small {
  height: 1rem;
}

.padding-bottom-xsmall {
  padding-bottom: 1.25rem;
}

.padding-bottom-xxtiny {
  padding-bottom: .25rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-xsmall {
  padding: 1.25rem;
}

.text-color-secondary {
  color: var(--_base---text-color--secondary);
}

.fs-styleguide_section-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  display: grid;
}

.disable-select {
  -webkit-user-select: none;
  user-select: none;
}

.text-color-primary {
  color: #000;
}

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

.text-size-inherit {
  font-size: inherit;
}

.grid-span-full {
  grid-column: 1 / -1;
}

.margin-left-large {
  margin-left: 2rem;
}

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

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

.padding-right-0 {
  padding-right: 0 !important;
}

.margin-top-xxhuge {
  margin-top: 12rem;
}

.padding-vertical-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.margin-vertical-xhuge {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.padding-right-medium {
  padding-right: 2rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

.padding-0 {
  padding: 0 !important;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.padding-top-xtiny {
  padding-top: .5rem;
}

.margin-horizontal-small {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.heading-style-h3 {
  color: var(--_base---text-color--primary);
  letter-spacing: 0;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.grid-autofill-css {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 25rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.padding-xxsmall {
  padding: 1rem;
}

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

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

.padding-bottom-small {
  padding-bottom: 1.5rem;
}

.padding-section-bottom-medium {
  padding-bottom: 5rem;
}

.padding-top-tiny {
  padding-top: .75rem;
}

.padding-vertical-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-vertical-xhuge {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-horizontal-small {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.padding-section-bottom-large {
  padding-bottom: 8rem;
}

.margin-horizontal-huge {
  margin-left: 6rem;
  margin-right: 6rem;
}

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

.gap-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.margin-horizontal-xsmall {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.margin-horizontal-xxtiny {
  margin-left: .25rem;
  margin-right: .25rem;
}

.global-styles_default {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.text-color-inherit {
  color: inherit;
}

.margin-left-xxlarge {
  margin-left: 5rem;
}

.heading-style-h6 {
  color: var(--_base---text-color--primary);
  letter-spacing: 0;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-left-xtiny {
  padding-left: .5rem;
}

.margin-top-xlarge {
  margin-top: 4rem;
}

.margin-right-xxlarge {
  margin-right: 5rem;
}

.overflow-auto {
  overflow: auto;
}

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

.padding-bottom-xxsmall {
  padding-bottom: 1rem;
}

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

.padding-horizontal-xhuge {
  padding-left: 8rem;
  padding-right: 8rem;
}

.padding-left-huge {
  padding-left: 6rem;
}

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

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

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

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

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-custom2 {
  padding: 2.5rem;
}

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

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

.margin-right-xxhuge {
  margin-right: 12rem;
}

.grid-autofill-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 30rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.grid-autofit-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.icon-1x1-large {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.padding-left-xxlarge {
  padding-left: 5rem;
}

.fs-styleguide_empty-box {
  pointer-events: none;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-horizontal-tiny {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.padding-horizontal-xxtiny {
  padding-left: .25rem;
  padding-right: .25rem;
}

.padding-horizontal-medium {
  padding-left: 2rem;
  padding-right: 2rem;
}

.grid-autofill-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.margin-top-xhuge {
  margin-top: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_3-col.is-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.margin-right-xxtiny {
  margin-right: .25rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-left-tiny {
  padding-left: .75rem;
}

.padding-vertical-xxsmall {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.margin-top-xsmall {
  margin-top: 1.5rem;
}

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

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

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

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

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

.padding-top-xhuge {
  padding-top: 8rem;
}

.margin-bottom-xsmall, .margin-bottom-small {
  margin-bottom: 1.5rem;
}

.padding-left-xxtiny {
  padding-left: .25rem;
}

.margin-vertical-xsmall {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.form_checkbox-icon {
  border-radius: .25rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .25rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #2d62ff;
  border-radius: .25rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .25rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .25rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .25rem 0 0;
  box-shadow: 0 0 .25rem 0 #2d62ff;
}

.form_checkbox-icon.w--redirected-focus-visible {
  margin: 0 .25rem 0 0;
}

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

.padding-right-small {
  padding-right: 1.5rem;
}

.grid-autofit-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 40rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

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

.padding-top-xlarge {
  padding-top: 4rem;
}

.button {
  background-color: var(--_base---background--secondary);
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 19.2px;
  text-decoration: none;
  transition-property: none;
}

.button:hover {
  color: var(--_base---text-color--secondary);
}

.button.is-secondary {
  color: #000;
  background-color: #fff;
}

.button.is-secondary:hover {
  background-color: #eee;
}

.button.is-form-submit {
  background-color: #066aab;
}

.button.is-form-submit:hover {
  background-color: var(--_base---background--secondary);
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  padding: .25rem .75rem;
}

.margin-horizontal-tiny {
  margin-left: .75rem;
  margin-right: .75rem;
}

.margin-vertical-large {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.padding-bottom-xxlarge {
  padding-bottom: 5rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.padding-horizontal-xsmall {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.background-color-alternate {
  background-color: var(--_base---background--alternate);
}

.grid-autofit-xsmall {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.margin-horizontal-xxlarge {
  margin-left: 5rem;
  margin-right: 5rem;
}

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

.padding-left-small {
  padding-left: 1.5rem;
}

.fs-styleguide_dummy-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .75rem 1rem;
}

.form_input::placeholder {
  color: #444;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: 1.25rem;
}

.form_input.is-select-input {
  color: #444;
}

.padding-bottom-xtiny {
  padding-bottom: .5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-top-large {
  margin-top: 3rem;
}

.margin-horizontal-xxhuge {
  margin-left: 12rem;
  margin-right: 12rem;
}

.margin-right-xsmall {
  margin-right: 1.25rem;
}

.padding-top-xxlarge {
  padding-top: 5rem;
}

.text-weight-inherit {
  font-weight: inherit;
}

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

.gap-huge {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.margin-vertical-xtiny {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

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

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

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

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-style-h2 {
  color: var(--_base---text-color--primary);
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-color-alternate {
  color: var(--_base---text-color--alternate);
}

.fs-styleguide_class-collection {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: center stretch;
  display: grid;
}

.margin-xxhuge {
  margin: 12rem;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

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

.margin-horizontal-xxsmall {
  margin-left: 1rem;
  margin-right: 1rem;
}

.grid-autofill-xsmall {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.padding-horizontal-large {
  padding-left: 3rem;
  padding-right: 3rem;
}

.grid-autofill-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 40rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

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

.margin-bottom-tiny {
  margin-bottom: .75rem;
}

.margin-vertical-xxtiny {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

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

.grid-autofit-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 30rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-bottom-xxhuge {
  padding-bottom: 12rem;
}

.padding-right-xhuge {
  padding-right: 8rem;
}

.text-size-small {
  letter-spacing: .8px;
  font-family: Barlow, sans-serif;
  font-size: .8rem;
}

.text-size-small.text-color-secondary {
  line-height: 1.5;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-right-xxsmall {
  padding-right: 1rem;
}

.display-contents {
  display: contents;
}

.padding-horizontal-xtiny {
  padding-left: .5rem;
  padding-right: .5rem;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

.padding-vertical-xxlarge {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.margin-top-small {
  margin-top: 1.5rem;
}

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

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

.text-style-pretty {
  text-wrap: pretty;
}

.fs-styleguide_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin: 0 .25rem 0 0;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-style-quote {
  border-left: .25rem solid #eee;
  margin-bottom: 0;
  padding: 0 1.5rem;
  font-size: 1.25rem;
}

.padding-vertical-small {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.margin-left-huge {
  margin-left: 6rem;
}

.text-decoration-inherit {
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

.padding-right-tiny {
  padding-right: .75rem;
}

.margin-xxsmall {
  margin: 1rem;
}

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

.margin-top-xxsmall {
  margin-top: 1rem;
}

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

.margin-horizontal-xtiny {
  margin-left: .5rem;
  margin-right: .5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-vertical-xsmall {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.margin-left-xlarge {
  margin-left: 4rem;
}

.margin-left-xxtiny {
  margin-left: .25rem;
}

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

.margin-right-xtiny {
  margin-right: .5rem;
}

.gap-xxhuge {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
}

.padding-horizontal-xlarge {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-vertical-tiny {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.padding-small {
  padding: 1.5rem;
}

.margin-xsmall {
  margin: 1.25rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.fs-styleguide_grid-auto-fits {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.margin-left-xxsmall {
  margin-left: 1rem;
}

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

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

.grid-autofit-css {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 25rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

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

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-small {
  padding-top: 1.5rem;
}

.margin-bottom-xxhuge {
  margin-bottom: 12rem;
}

.margin-xxtiny {
  margin: .25rem;
}

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

.margin-top-0 {
  margin-top: 0 !important;
}

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

.margin-right-xlarge {
  margin-right: 4rem;
}

.margin-right-xxsmall {
  margin-right: 1rem;
}

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

.gap-xxtiny {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

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

.margin-vertical-xxhuge {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.padding-left-medium {
  padding-left: 2rem;
}

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

.margin-left-xhuge {
  margin-left: 8rem;
}

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

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

.padding-horizontal-xxsmall {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.padding-top-xsmall {
  padding-top: 1.25rem;
}

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

.padding-vertical-xtiny {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.background-color-primary {
  background-color: var(--_base---background--priamry);
  color: #fff;
}

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

.padding-left-xxhuge {
  padding-left: 12rem;
}

.padding-top-xxtiny {
  padding-top: .25rem;
}

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

.fs-styleguide_label-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

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

.fs-styleguide_inherit-wrapper {
  background-color: #e8ebff;
  border-radius: .5rem;
  padding: 2rem;
}

.margin-top-xxtiny {
  margin-top: .25rem;
}

.margin-right-small {
  margin-right: 1.5rem;
}

.text-style-balance {
  text-wrap: balance;
}

.margin-vertical-xlarge {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.padding-horizontal-xxhuge {
  padding-left: 12rem;
  padding-right: 12rem;
}

.icon-height-medium {
  height: 2rem;
}

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

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

.body {
  background-color: var(--_base---background--priamry);
}

.logo-text {
  color: var(--_base---text-color--secondary);
  letter-spacing: .025rem;
  text-transform: uppercase;
  direction: ltr;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
}

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

.image_cover {
  width: 364px;
}

.div_cfwf_egahna {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  font-variation-settings: normal;
  column-rule-width: 3px;
  text-underline-offset: auto;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  background-color: #265392;
  border: 3px #000;
  outline-width: 3px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 28px;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 19.6px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: relative;
}

.div_cfwf_nhjoit {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  font-variation-settings: normal;
  column-rule-width: 3px;
  text-underline-offset: auto;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #000;
  outline-width: 3px;
  gap: 8px 21px;
  width: auto;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 19.6px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.div_cfwf_rytvqb {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #000;
  font-variation-settings: normal;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: auto;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #000;
  outline-width: 3px;
  flex-grow: 1;
  flex-basis: 0;
  align-self: center;
  width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 19.6px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.div_cfwf_ivrhsn {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #000;
  font-variation-settings: normal;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: auto;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #000;
  outline-width: 3px;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 19.6px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.h1_cfwf_thutjh {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #fff;
  font-variation-settings: normal;
  letter-spacing: .4px;
  text-transform: uppercase;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: auto;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  text-wrap-style: balance;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 12.8px;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  display: block;
}

.a_cfwf_loiwsn {
  visibility: visible;
  box-sizing: content-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #fff;
  font-variation-settings: normal;
  letter-spacing: .4px;
  text-transform: uppercase;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: 1.92px;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  text-wrap-style: balance;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: .8px;
  text-emphasis-color: #fff;
  display: inline;
}

.div_cfwf_qvtkct {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #000;
  font-variation-settings: normal;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: auto;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #000;
  outline-width: 3px;
  flex-grow: 1;
  flex-basis: 0;
  align-self: center;
  width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 19.6px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.nav_cfwf_jpmzwv {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #fff;
  font-variation-settings: normal;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: auto;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 21px;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  display: flex;
  position: relative;
}

.ul_cfwf_iczwws {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #fff;
  font-variation-settings: normal;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: auto;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 21px;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  display: flex;
  position: relative;
}

.li_cfwf_nlhimu {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #fff;
  font-variation-settings: normal;
  text-align: start;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: auto;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  display: flex;
  position: relative;
}

.a_cfwf_hjashx {
  z-index: 1;
  visibility: visible;
  box-sizing: content-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #fff;
  font-variation-settings: normal;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: 2.28px;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: .95px;
  text-emphasis-color: #fff;
  list-style-type: none;
  display: block;
}

.span_cfwf_kpgwkg {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #fff;
  font-variation-settings: normal;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: 2.28px;
  cursor: pointer;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  display: inline;
}

.li_cfwf_rxdqnk {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #fff;
  font-variation-settings: normal;
  text-align: start;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: auto;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  display: flex;
  position: relative;
}

.a_cfwf_rlfsvy {
  z-index: 1;
  visibility: visible;
  box-sizing: content-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #fff;
  font-variation-settings: normal;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: 2.28px;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: .95px;
  text-emphasis-color: #fff;
  list-style-type: none;
  display: block;
}

.span_cfwf_rumcnq {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #fff;
  font-variation-settings: normal;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: 2.28px;
  cursor: pointer;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  display: inline;
}

.li_cfwf_ooklot {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #fff;
  font-variation-settings: normal;
  text-align: start;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: auto;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  display: flex;
  position: relative;
}

.a_cfwf_nbijrf {
  z-index: 1;
  visibility: visible;
  box-sizing: content-box;
  aspect-ratio: auto;
  transform-origin: 50%;
  color: #fff;
  font-variation-settings: normal;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: 2.28px;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: .95px;
  text-emphasis-color: #fff;
  list-style-type: none;
  display: block;
}

.span_cfwf_bsliue {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #fff;
  font-variation-settings: normal;
  column-rule-color: white;
  column-rule-width: 3px;
  word-break: break-word;
  overflow-wrap: break-word;
  text-underline-offset: 2.28px;
  cursor: pointer;
  caret-color: #fff;
  caret-shape: auto;
  color-scheme: normal;
  column-fill: balance;
  contain: none;
  content-visibility: visible;
  counter-increment: none;
  counter-reset: none;
  counter-set: none;
  font-feature-settings: normal;
  font-language-override: normal;
  forced-color-adjust: auto;
  overscroll-behavior-x: auto;
  overscroll-behavior-y: auto;
  position-anchor: none;
  position-visibility: anchors-visible;
  quotes: auto;
  scroll-snap-align: none;
  scroll-snap-stop: normal;
  scroll-snap-type: none;
  text-combine-upright: none;
  text-justify: auto;
  text-orientation: mixed;
  transform-box: view-box;
  border: 3px #fff;
  outline-width: 3px;
  outline-color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  scroll-margin: 0;
  scroll-padding: auto;
  font-family: Barlow, sans-serif, system-font;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #fff;
  list-style-type: none;
  display: inline;
}

.info_cards-wrapper {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  flex-flow: column;
  display: flex;
}

.card {
  background-color: var(--_base---background--alternate);
  padding: 1.25rem 1.3125rem;
}

.heading-highlighter {
  background-color: var(--_base---background--secondary);
  padding: 1.5625rem 2.9375rem;
}

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

.instagram-image-wrapper {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.footer-info {
  justify-content: space-between;
  display: flex;
}

.footer-about-info {
  max-width: 600px;
}

.footer-divider {
  background-color: var(--_base---background--priamry);
  width: 100%;
  height: 1px;
}

.legal-info-wrapper {
  justify-content: space-between;
  display: flex;
}

.legal-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icons-wrapper {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  display: flex;
}

.circle {
  border-radius: 2000px;
  width: 36px;
  height: 36px;
}

.social-media-icon {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .2s;
}

.social-media-icon:hover {
  transform: scale(1.1);
}

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

.no-point {
  padding-left: 0;
  list-style-type: none;
  transform: translate(-20px);
}

.service_layout-hero, .service_layout-hero-copy, .service_layout-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.input-field {
  border: 1px solid #00000040;
  border-radius: 3px;
}

.input-field:focus {
  border: 2px solid var(--_base---background--secondary);
}

.input-field:focus-visible, .input-field[data-wf-focus-visible] {
  color: var(--_base---text-color--primary);
}

.input-field.is-big {
  height: 120px;
}

.text-size-xsmall {
  color: var(--_base---text-color--primary);
  letter-spacing: .8px;
  font-family: Barlow, sans-serif;
  font-size: .875rem;
  line-height: 17px;
}

.text-size-xsmall.text-color-secondary {
  line-height: 1.5;
}

.is-red {
  color: red;
}

.success-message {
  border: 1px solid var(--_base---other--green-dark);
  background-color: var(--_base---other--green-light);
}

.success-text {
  font-family: Barlow, sans-serif;
}

.code-embed {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

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

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

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

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

  .menu-icon {
    display: block;
  }

  .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: 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .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;
  }

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

  .intro-text {
    width: auto;
  }

  .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;
  }

  .fs-styleguide_section {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_2-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none !important;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_class-collection {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 767px) {
  a {
    border-right-style: none;
  }

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

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

  .container {
    text-align: center;
  }

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

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

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

  .paragraph-bigger, .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 {
    font-size: 50px;
    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;
  }

  .navigation-item {
    padding-right: 0;
  }

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

  .intro-content {
    width: 80%;
  }

  .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;
  }

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

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

  .about-quote {
    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;
  }

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

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

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

  .hero_layout, .about_layout {
    grid-template-columns: 2fr;
  }

  .footer-info, .legal-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .legal-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service_layout {
    grid-template-columns: 2fr;
  }

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

  .contact_layout {
    grid-template-columns: 2fr;
  }
}

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

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

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

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

  .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 {
    font-size: 36px;
    line-height: 48px;
  }

  .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;
  }

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

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

  .form-block, .about-quote, .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;
  }

  .grid-autofit {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .grid-autofill-css {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

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

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

  .grid-autofit-css {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .instagram-image-wrapper {
    flex-flow: column;
  }

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

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f80c9-7ef305a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f80e8-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f80ed-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f80f2-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f80f7-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f80fd-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8103-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8109-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f810f-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8115-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f811b-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8121-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8127-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f812d-7ef305a6 {
  justify-self: start;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f820f-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8217-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f821f-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8242-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f825b-7ef305a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f825e-7ef305a6 {
  justify-self: start;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8260-7ef305a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8263-7ef305a6 {
  justify-self: start;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f82ab-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f82b5-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f82b6-7ef305a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8322-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8327-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f832c-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8331-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8336-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f833b-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8340-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8345-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f834a-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f834f-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8354-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8359-7ef305a6 {
  justify-self: start;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f835d-7ef305a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f835e-7ef305a6 {
  justify-self: start;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f836e-7ef305a6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8370-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f838d-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f83aa-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f83c7-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f83e4-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8401-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f841e-7ef305a6 {
  justify-self: start;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8446-7ef305a6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8448-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8465-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8482-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f849f-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f84bc-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f84d9-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f84f6-7ef305a6 {
  justify-self: start;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f851a-7ef305a6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f851c-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f874a-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f874f-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8754-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8759-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f875e-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8763-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8768-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f876d-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8772-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8777-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f877c-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8781-7ef305a6 {
  justify-self: start;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8785-7ef305a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8786-7ef305a6 {
  justify-self: start;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f8789-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f87dd-7ef305a6, #w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f880f-7ef305a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_564a9a34-54bc-f7c2-b4a3-2fb5169f887d-7ef305a6 {
  justify-self: start;
}

#w-node-eecce150-a195-6c29-8c3f-c1911532f574-7ef305a9, #w-node-_3db6ca6c-01b8-b890-ffde-f2ee8047378d-7ef305a9 {
  justify-self: center;
}

#w-node-_4510509a-0028-597b-3c92-dcf456d8e65e-7ef305a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cdf447cb-e15c-8e23-6be7-86c0c7443663-7ef305aa {
  align-self: end;
}

#w-node-_051cf63e-ad94-2638-7f6e-fcdebf9ce435-7ef305aa {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_4ad59946-9f05-18c0-2be4-fc61f6672078-7ef305aa {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_205ac41a-4792-f9dd-d723-dd214e491476-7ef305aa {
  justify-self: start;
}

#w-node-d9c78b6d-8532-123c-ee51-85438805f656-7ef305aa {
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_4ad59946-9f05-18c0-2be4-fc61f6672078-7ef305aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


