:root {
  --white: white;
  --black: black;
  --_green---conx-green: #54b043;
  --_green---light-green: #77c569;
  --_green---dark-green: #2f6a25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

strong {
  font-weight: bold;
}

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

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

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

.divider {
  color: #77c569;
  background-color: #77c569;
  border: 3px solid #77c569;
  border-radius: 0;
  width: 68em;
  height: .1em;
  margin-left: 200px;
  margin-right: 0;
  font-size: 1em;
  line-height: .5em;
  position: relative;
  right: -32px;
}

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

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.section.cc-store-home-wrap {
  max-width: 100vw;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8em;
  line-height: .8em;
}

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

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

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

.section.cc-store-home-wrap-copy.text-block-3 {
  outline-offset: 0px;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  --_green---conx-green: #54b043;
  --_green---light-green: #77c569;
  --_green---dark-green: #2f6a25;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  outline: 3px #fff;
}

.container {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  max-width: 1300px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.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;
  color: #262629;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Anton, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  text-align: center;
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  font-size: 2em;
  font-style: italic;
  font-weight: 600;
  display: flex;
}

.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-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-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 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--white);
  text-align: left;
  text-transform: none;
  overflow-wrap: normal;
  object-fit: fill;
  flex: none;
  order: -1;
  align-self: flex-start;
  width: 12em;
  min-width: auto;
  height: auto;
  margin: 20px 0 1em;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  display: block;
  position: relative;
  left: auto;
}

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

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

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

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

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

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

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

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

.navigation {
  background-color: #000;
  align-items: center;
  padding: 30px 50px;
  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-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;
}

.navigation-item {
  opacity: 1;
  color: #17bbea;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #1dcdff;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #17bbea;
  -webkit-text-stroke-width: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  text-decoration: underline;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #17bbea;
}

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

.logo-image {
  display: block;
}

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

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

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

.main-heading-wrap {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70em;
  margin: -13px -17px 0 128px;
  font-size: 1em;
  line-height: 28;
  display: flex;
}

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

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

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

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

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

.body {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: radial-gradient(circle, #111, #222);
  background-clip: border-box;
  border: 1px #000;
  outline: 3px #1a1b1f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  font-size: 100%;
  line-height: 100;
  display: flex;
}

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

.text-span-2 {
  color: var(--black);
  -webkit-text-stroke-color: var(--white);
}

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

.heading {
  color: #fff;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  margin-bottom: 0;
  font-family: Racing Sans One, sans-serif;
  font-size: 5em;
  display: flex;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80em;
  max-width: 100vw;
  font-size: .8em;
  line-height: .8em;
  display: flex;
}

.heading2 {
  color: #fff;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Racing Sans One, sans-serif;
  font-size: 4em;
  display: flex;
}

.text-span-5 {
  color: #54b043;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.paragraph-2 {
  color: #fff;
  font-family: Racing Sans One, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.text-span-6, .text-span-7 {
  color: #54b043;
  font-size: 1em;
  line-height: 1em;
}

.paragraph-2-1 {
  color: #fff;
  font-family: Racing Sans One, sans-serif;
  font-size: 3em;
  line-height: 28px;
}

.bold-text {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-size: .8em;
  font-weight: 400;
  line-height: .8em;
}

.text-span-8, .text-span-9 {
  color: #54b043;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 9em;
  margin-left: 500px;
  margin-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 2% 1% auto 0%;
}

.paragraph-5 {
  color: #000;
  -webkit-text-stroke-color: black;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 14em;
  margin-top: 23px;
  margin-bottom: 0;
  margin-left: .5em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.paragraph-6 {
  color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 8em;
  margin-top: -171px;
  margin-bottom: 0;
  margin-left: .5em;
  font-size: 1.8em;
  line-height: 1em;
  display: block;
}

.paragraph-6-1 {
  color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 8.7em;
  margin-top: -13px;
  margin-bottom: 0;
  margin-left: .5em;
  font-size: 1.6em;
  line-height: 1em;
  display: block;
}

.paragraph-6-1-copy {
  color: #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 4.9em;
  margin-top: 9px;
  margin-left: .5em;
  font-size: 1.6em;
  line-height: 1em;
  display: block;
  overflow: visible;
}

.subscriptions {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin: 0 0 0 -200px;
  display: flex;
  position: static;
}

.text-span-11 {
  font-size: 1.3em;
}

.paragraph-bigger-copy-copy {
  opacity: 1;
  color: #77c569;
  text-align: center;
  opacity: 1;
  -webkit-text-stroke-color: #77c569;
  justify-content: center;
  align-items: flex-start;
  width: 50em;
  margin-bottom: 10px;
  margin-left: 86px;
  margin-right: 65px;
  padding-top: 0;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  display: block;
  position: relative;
  right: -95px;
}

.paragraph-bigger-copy-copy-copy {
  opacity: 1;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: -11px;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  display: block;
  position: relative;
  inset: 0% -10% 0% auto;
}

.alliinclude {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin: 56px 0 0 -200px;
  display: flex;
  position: static;
}

.allinclude {
  opacity: 1;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #54b043;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.subscriptionstext {
  opacity: 1;
  color: #262629;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Exo, sans-serif;
  font-size: 2.8em;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
  display: block;
}

.grid-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-columns: 1.25fr 2fr 1.25fr;
  place-items: center;
  width: 120em;
  margin-left: -5px;
  margin-right: 0;
  font-size: .6em;
}

.container-2 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 75em;
  max-width: 1300px;
  margin-top: -154px;
  margin-left: 146px;
  margin-right: -17px;
  display: block;
  position: static;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1em;
}

.section-3 {
  align-self: center;
  margin-top: .125rem;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Racing Sans One, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.text-span-12, .text-span-13 {
  color: #54b043;
}

.choosefromheading {
  color: #54b043;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

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

.investor-grid.contained {
  grid-column-gap: .85rem;
  grid-row-gap: 1.15rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-self: center;
  justify-items: center;
  width: auto;
  max-width: 90rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.card {
  overflow-wrap: normal;
  cursor: auto;
  background-color: #ffffff0d;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border: 1px solid #757575;
  border-radius: .63rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32rem;
  height: 46.6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-content {
  opacity: .85;
  justify-content: center;
  align-items: center;
  position: relative;
}

.card-heading {
  color: #54b043;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.image {
  display: block;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 6px;
  padding-right: 6px;
}

.specs {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
}

.featureslink {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;
  display: inline-flex;
}

.bold-text-3 {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  text-decoration: none;
  transition: color .5s, opacity .2s, transform .5s;
}

.bold-text-3:hover {
  color: #54b043;
}

.button-2 {
  color: #fff;
  background-color: #54b043;
  background-image: linear-gradient(#54b043, #54b043);
  border: 1px solid #2f6a25;
  border-radius: 0;
  margin-top: 35px;
  padding: 5px 140px;
  font-size: 30px;
  font-weight: 700;
  transition: opacity .3s, transform .3s, border-color .3s, color .3s, background-color .3s;
}

.button-2:hover {
  color: #fff;
  background-color: #77c569;
  background-image: none;
  border-color: #54b043;
}

.content-wrapper-copy {
  z-index: 2;
  outline-offset: 0px;
  color: #c2cadd;
  text-align: center;
  border: 0 #777;
  outline: 3px #c2cadd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 34rem;
  max-width: 100%;
  height: 46.6rem;
  padding: 2rem;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.text-span-14 {
  color: #fff;
}

.superscript-2 {
  font-size: 2.7rem;
}

.text-span-15 {
  color: #54b043;
  -webkit-text-stroke-color: #54b043;
}

.text-span-16 {
  color: #54b043;
}

.superscript-3 {
  color: #fff;
  font-size: 2.7rem;
}

.content-wrapper-copy-copy {
  z-index: 2;
  outline-offset: 0px;
  color: #c2cadd;
  text-align: center;
  z-index: 2;
  outline-offset: 0px;
  text-align: center;
  border: 0 #777;
  outline: 3px #c2cadd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 34rem;
  max-width: 100%;
  height: 46.6rem;
  padding: 2rem;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.container-13 {
  text-align: center;
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 14;
  display: block;
  position: static;
  left: 0;
  right: 0;
  overflow: hidden;
}

.nav-menu {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #000;
  outline: 3px #1a1b1f;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  line-height: 1em;
  display: block;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  transition: color .5s, transform .5s;
  display: inline-flex;
}

.nav-link-3:hover {
  color: #77c569;
  font-weight: 600;
}

.nav-link-3.w--current {
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-3.w--current:lang(en) {
  color: #54b043;
}

.image-19 {
  vertical-align: middle;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: block;
}

.navbar {
  z-index: 99999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  min-width: 99.9vw;
  max-width: 100vw;
  margin-bottom: 10px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.navbar.navigation-item {
  color: #77c569;
}

.footer-dark {
  background-color: #111;
  border-top: 1px solid #fff;
  border-bottom: 1px #e4ebf3;
  width: 100vw;
  margin-top: 4em;
  padding: 50px 30px 15px;
  position: relative;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two-copy {
  color: #0000;
  text-align: left;
  margin-right: 0;
  position: relative;
  left: auto;
  right: auto;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #54b043;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  line-height: 16px;
}

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

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

.nav-link-3-copy {
  color: #fff;
  border: 1px solid #2f6a25;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  transition-property: none;
  display: inline-flex;
}

.nav-link-3-copy:hover {
  color: #54b043;
  border-color: #54b043;
  font-weight: 700;
  box-shadow: 0 0 5px 3px #54b043;
}

.nav-link-3-copy.w--current {
  color: #17bbea;
  text-decoration: underline;
}

.phoneheader {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f400;
  background-image: url('../images/ConX-GPS-main-image2.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  min-width: 0;
  max-width: 1200px;
  height: 950px;
  max-height: 950px;
  margin-top: 36px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.link-2, .link-3 {
  text-decoration: none;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.supporters2 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 30px;
  display: flex;
  position: relative;
}

.column {
  text-align: right;
  border-right: 1px solid green;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  overflow: visible;
}

.text-span-38 {
  font-size: 1.6em;
}

.bold-text-36 {
  color: #54b043;
  font-size: 1.6em;
  line-height: 1em;
}

.text-span-39, .text-span-41, .text-span-42 {
  font-size: 1.6em;
}

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

.column-3 {
  text-align: left;
  border-left: 1px solid green;
  padding-left: 0;
  font-size: 50px;
  display: block;
  position: relative;
}

.termsconditions-2 {
  text-align: left;
  margin-top: 4em;
  margin-bottom: 1px;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.nav-link-3-copy-copy {
  color: #fff;
  background-color: #54b043;
  border: 1px solid #2f6a25;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition-property: none;
  display: inline-flex;
}

.nav-link-3-copy-copy:hover {
  color: #fff;
  border: 1px solid #2f6a25;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link-3-copy-copy.w--current {
  color: #17bbea;
  text-decoration: underline;
}

.section-6 {
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  height: 600px;
  margin-top: 100px;
  display: flex;
}

.howitworks-copy {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #f4f4f400;
  background-image: url('../images/gpsexpresshowitworks.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40em;
  min-width: 0;
  max-width: none;
  height: 48em;
  max-height: none;
  margin-top: 36px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.supporters {
  text-align: center;
  background-color: #0000;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.container-17 {
  max-width: 95vw;
}

.section-9 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  display: block;
}

.image-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  line-height: 1em;
  display: inline-flex;
  overflow: visible;
}

.headingsupporters {
  color: #fff;
  margin-top: .5em;
  font-family: Lato, sans-serif;
  font-size: 1.8em;
}

.italic-text-2 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.charityofchoice {
  color: #54b043;
  text-align: center;
  margin-top: .5em;
  font-size: 2em;
  line-height: 1em;
}

.paragraph-25 {
  text-align: center;
  margin-top: 10px;
  font-size: 1em;
}

.text-span-30 {
  color: #54b043;
  font-size: 1.5em;
}

.image-23 {
  margin-top: 4em;
  display: inline-block;
}

.paragraph-24 {
  text-align: center;
  margin-top: 20px;
}

.supporters2-2 {
  text-align: center;
  background-color: #0000;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 30px;
  display: flex;
  position: relative;
}

.section-10 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  display: block;
}

.quick-stack-2 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  width: 70em;
  padding-top: 0;
}

.bold-text-16 {
  color: #54b043;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.italic-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.text-span-31 {
  color: #54b043;
  font-size: 1.5em;
}

.bold-text-17 {
  color: #54b043;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
}

.bold-text-20 {
  color: #54b043;
  font-weight: 900;
}

.cell-5 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.bold-text-19 {
  color: #54b043;
}

.heading-15 {
  color: #54b043;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1em;
  display: flex;
}

.bold-text-18 {
  color: #fff;
}

.heading-16 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: .125em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.paragraph-27 {
  color: #fff;
  margin-top: .5em;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.image-22 {
  margin-top: 1em;
  margin-left: 40px;
}

.quick-stack-3 {
  margin-top: 4em;
  padding-bottom: 20px;
}

.text-span-50 {
  color: #fff;
}

.image-24 {
  width: 43em;
  font-size: .7em;
  line-height: .7em;
}

.image-25, .image-26 {
  width: 30em;
}

.hero-heading-right {
  cursor: auto;
  background-color: #0000;
  border: 4px #000;
  border-bottom: 4px solid #77c569;
  border-radius: 0;
  padding: 10px 0;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-19 {
  color: #54b043;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1em;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 4px solid #77c569;
  padding: 10px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.heading-20 {
  color: #54b043;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1em;
}

.bold-text-50 {
  font-size: .9em;
  line-height: 1em;
}

.headernavigate {
  background-color: #54b043;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.header-navigate {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.headersubtext {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  font-size: 1em;
  font-weight: 400;
  line-height: 2em;
  display: flex;
}

.bold-text-51 {
  color: #000;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: auto;
  font-size: 2.5em;
  line-height: 1em;
  display: flex;
}

.bold-text-52 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 500;
}

.buttonbrochure-copy {
  color: #fff;
  background-color: #54b043;
  border: 1px solid #54b043;
  border-radius: 5px;
  margin-top: 35px;
  padding: 20px 100px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  transition: color .5s, opacity .5s, opacity .2s;
}

.buttonbrochure-copy:hover {
  color: #151516;
}

.whyus {
  text-align: left;
  margin-top: 4em;
  margin-bottom: 1px;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.bold-text-copy {
  color: #54b043;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-color: white;
  font-size: .8em;
  font-weight: 400;
  line-height: .8em;
}

.bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-58 {
  color: #54b043;
}

.navbox {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #54b043;
  background-clip: border-box;
  border: 1px solid #2f6a25;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .5s, box-shadow .5s, opacity .5s;
  display: inline-flex;
}

.navbox:hover {
  color: #fff;
  border: 1px solid #2f6a25;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 5px 3px #77c569;
}

.navbox.w--current {
  color: #17bbea;
  text-decoration: underline;
}

.loginbutton {
  color: #fff;
  border: 1px solid #2f6a25;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .5s, opacity .5s, box-shadow .5s;
  display: inline-flex;
}

.loginbutton:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
  border-color: #54b043;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 5px 3px #54b043;
}

.loginbutton.w--current {
  color: #17bbea;
  text-decoration: underline;
}

.image-27 {
  outline-offset: 0px;
  border: 1px solid #000;
  outline: 3px #fff;
}

.dash {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  text-decoration: none;
  transition: color .5s, opacity .2s, transform .5s;
}

.dash:hover {
  color: #fff;
}

.dash2 {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  text-decoration: none;
  transition: color .5s, opacity .2s, transform .5s;
}

.dash2:hover {
  color: #fff;
}

.dash-3 {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  text-decoration: none;
  transition: color .5s, opacity .2s, transform .5s;
}

.dash-3:hover {
  color: #fff;
}

.dash-4 {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  text-decoration: none;
  transition: color .5s, opacity .2s, transform .5s;
}

.dash-4:hover {
  color: #fff;
}

.dash-5 {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  text-decoration: none;
  transition: color .5s, opacity .2s, transform .5s;
}

.dash-5:hover {
  color: #fff;
}

.dash-6 {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  text-decoration: none;
  transition: color .5s, opacity .2s, transform .5s;
}

.dash-6:hover {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .body {
    font-size: 1em;
  }

  .heading, .text-span-5 {
    line-height: 1em;
  }

  .featureslink {
    margin-left: 50px;
    margin-right: 10px;
    display: inline-flex;
  }

  .bold-text-3 {
    color: #fff;
    padding-right: 20px;
    text-decoration: none;
  }

  .bold-text-3:hover {
    color: #54b043;
  }

  .container-13 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 1400px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .nav-link-3 {
    outline-offset: 0px;
    outline: 3px #17bbea;
  }

  .navbar {
    width: auto;
    min-width: 100vw;
    max-width: 100vw;
    left: 15%;
    right: 15%;
    overflow: visible;
  }

  .footer-dark {
    margin-top: 4em;
  }

  .nav-link-3-copy {
    opacity: 1;
    outline-offset: 0px;
    border: 1px solid #000;
    outline: 1px #17bbea;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: 700;
    box-shadow: 0 0 5px #67baee;
  }

  .nav-link-3-copy:hover {
    border-style: solid;
    border-color: #67baee;
    font-weight: 700;
  }

  .phoneheader {
    background-image: url('../images/headerbackground3.9.png');
    background-position: 50%;
    width: 1600px;
    height: 1250px;
  }

  .link-2, .link-3 {
    text-decoration: none;
  }

  .div-block {
    color: #fff;
  }

  .text-span-43 {
    color: #67baee;
  }

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

  .text-span-44 {
    color: #67baee;
    line-height: 1em;
  }

  .nav-link-3-copy-copy {
    opacity: 1;
    outline-offset: 0px;
    border: 1px solid #000;
    outline: 1px #17bbea;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: 700;
    box-shadow: 0 0 5px #67baee;
  }

  .nav-link-3-copy-copy:hover {
    border-style: solid;
    border-color: #67baee;
    font-weight: 700;
  }

  .howitworks-copy {
    background-image: url('../images/gpsexpresshowitworks.png');
    background-position: 50%;
    width: 1050px;
    height: 1200px;
  }

  .headingsupporters, .italic-text-2 {
    color: #fff;
  }

  .charityofchoice {
    color: #67baee;
  }

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

  .bold-text-16 {
    color: #67baee;
  }

  .italic-text {
    color: #fff;
  }

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

  .bold-text-17, .bold-text-20 {
    color: #67baee;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .bold-text-19, .heading-15 {
    color: #67baee;
  }

  .heading-16 {
    color: #fff;
  }

  .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-27 {
    color: #fff;
  }

  .whyus {
    color: #fff;
    vertical-align: middle;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 1250px;
    display: inline-block;
  }

  .navbox {
    opacity: 1;
    outline-offset: 0px;
    border: 1px solid #54b043;
    outline: 1px #77c569;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: 700;
    transition: border .5s, box-shadow .5s, opacity .5s;
    box-shadow: 0 0 5px #77c569;
  }

  .navbox:hover {
    border-style: solid;
    border-color: #77c569;
    font-weight: 700;
    box-shadow: 0 0 5px 3px #77c569;
  }

  .loginbutton {
    opacity: 1;
    outline-offset: 0px;
    border: 1px solid #54b043;
    outline: 1px #77c569;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: 700;
    transition: border .5s, box-shadow .5s, opacity .5s;
    box-shadow: 0 0 5px #77c569;
  }

  .loginbutton:hover {
    color: #fff;
    border-style: solid;
    border-color: #77c569;
    font-weight: 700;
  }

  .dash {
    color: #fff;
    padding-right: 20px;
    text-decoration: none;
  }

  .dash:hover {
    color: #fff;
  }

  .dash2 {
    color: #fff;
    padding-right: 20px;
    text-decoration: none;
  }

  .dash2:hover {
    color: #54b043;
  }

  .dash-3 {
    color: #fff;
    padding-right: 20px;
    text-decoration: none;
  }

  .dash-3:hover {
    color: #54b043;
  }

  .dash-4 {
    color: #fff;
    padding-right: 20px;
    text-decoration: none;
  }

  .dash-4:hover {
    color: #54b043;
  }

  .dash-5 {
    color: #fff;
    padding-right: 20px;
    text-decoration: none;
  }

  .dash-5:hover {
    color: #54b043;
  }

  .dash-6 {
    color: #fff;
    padding-right: 20px;
    text-decoration: none;
  }

  .dash-6:hover {
    color: #54b043;
  }
}

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

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

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

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

  .menu-button {
    padding: 0;
  }

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

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

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

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

  .investor-grid.contained {
    grid-template-columns: 1fr 1fr;
  }

  .card {
    height: 10rem;
  }

  .menu-button-3 {
    background-color: #000;
  }

  .menu-button-3.w--open {
    background-color: #54b043;
  }

  .nav-menu {
    background-color: #000;
  }

  .icon-2 {
    color: #fff;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-11, .container-14, .container-20 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-21 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2, .headernavigate {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.cc-store-home-wrap, .section.cc-store-home-wrap-copy {
    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;
  }

  .navigation {
    padding: 20px 30px;
  }

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

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

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

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

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

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

  .paragraph-bigger-copy-copy, .paragraph-bigger-copy-copy-copy, .allinclude, .subscriptionstext {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .supporters2, .supporters, .supporters2-2, .hero-heading-right, .hero-heading-left {
    padding: 60px 15px;
  }
}

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

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

  .divider {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: fill;
    border-style: solid;
    border-width: 2px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 25em;
    max-width: 99vw;
    height: .08em;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
    display: inline-block;
    position: static;
    right: auto;
  }

  .section.cc-store-home-wrap {
    max-width: 95vw;
    height: auto;
  }

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

  .container {
    align-self: center;
    max-width: 95vw;
  }

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

  .paragraph-bigger {
    color: #fff;
    align-self: center;
    font-size: 2em;
    line-height: 1.2em;
  }

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

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

  .heading-jumbo {
    color: #fff;
    text-align: center;
    align-self: auto;
    width: 111em;
    max-width: 95vw;
    padding-left: 0;
    font-size: 25px;
    line-height: 1em;
  }

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

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

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

  .main-heading-wrap {
    max-width: 95vw;
    margin-top: -52px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-span, .text-span-2, .text-span-3 {
    color: #54b043;
  }

  .heading {
    margin-bottom: 0;
  }

  .section-2 {
    max-width: 98vw;
    font-size: .5em;
  }

  .heading2 {
    font-size: 3em;
    line-height: 1em;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: 8px;
    font-size: 1.8em;
    line-height: 1em;
  }

  .paragraph-2-1 {
    text-align: center;
    font-size: .7em;
    line-height: 2em;
  }

  .bold-text {
    font-size: 2em;
  }

  .paragraph-3 {
    color: #fff;
    align-self: auto;
    max-width: 95vw;
    margin-top: -1px;
    font-size: 1.2em;
    display: flex;
    top: 40%;
  }

  .paragraph-5 {
    color: #fff;
    text-align: center;
    align-self: center;
    width: 20em;
    max-width: 95vw;
    margin-top: -1px;
    margin-left: 0;
    font-size: 1.2em;
  }

  .paragraph-6 {
    color: #fff;
    text-align: center;
    align-self: auto;
    width: 15em;
    max-width: 95vw;
    margin-top: -121px;
    margin-left: 0;
    font-size: 1.2em;
  }

  .paragraph-6-1 {
    color: #fff;
    text-align: center;
    align-self: auto;
    width: 20em;
    max-width: 95vw;
    margin-top: 26px;
    margin-left: 0;
    font-size: 1.2em;
  }

  .paragraph-6-1-copy {
    color: #fff;
    text-align: center;
    align-self: center;
    width: 18em;
    max-width: 100em;
    margin-top: 20px;
    font-size: 1em;
  }

  .subscriptions {
    align-self: auto;
    max-width: 95vw;
    height: 50em;
    margin-top: -4px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 167px;
  }

  .paragraph-bigger-copy-copy {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 40em;
    max-width: 95vw;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    font-size: .65em;
    line-height: 1em;
    display: flex;
    right: 0;
  }

  .paragraph-bigger-copy-copy-copy {
    align-self: auto;
    width: auto;
    max-width: 95vw;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
    font-size: .7em;
    line-height: 1em;
    right: auto;
  }

  .alliinclude {
    margin-top: 0;
    margin-left: 0;
  }

  .allinclude {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .8em;
    line-height: 1em;
    display: flex;
  }

  .subscriptionstext {
    color: #fff;
    align-self: center;
    margin-top: 40px;
    font-size: 2em;
  }

  .grid-2 {
    grid-auto-flow: row;
    max-width: 95vw;
    margin-left: 0;
    margin-right: 0;
  }

  .container-2 {
    align-self: auto;
    max-width: 95vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: .8em;
    line-height: 1em;
  }

  .section-3 {
    max-width: 100vw;
    margin-top: 0;
  }

  .heading-2 {
    margin-top: 200px;
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: .8em;
  }

  .choosefromheading {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 8em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    display: flex;
  }

  .investor-grid.contained {
    grid-row-gap: 1.15em;
    grid-template-columns: 1fr;
    max-width: 100vw;
    margin-top: 8px;
    margin-bottom: 0;
    display: block;
  }

  .card {
    width: 95vw;
    max-width: 95vw;
    height: auto;
    margin-top: 1px;
    margin-bottom: 20px;
  }

  .card-content {
    align-self: center;
    max-width: 100vw;
  }

  .card-heading {
    font-size: 2rem;
  }

  .image {
    align-self: auto;
    width: 20em;
    max-width: none;
    margin: 0 2em 1px;
  }

  .text-block {
    margin-bottom: 5px;
    font-size: .8em;
  }

  .text-block-2 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .8em;
  }

  .specs {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .7em;
  }

  .featureslink {
    text-align: left;
    font-size: .8em;
  }

  .bold-text-3 {
    font-size: 1.2em;
  }

  .button-2 {
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 1.2em;
  }

  .content-wrapper-copy {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    margin-bottom: 0;
  }

  .content-wrapper-copy-copy {
    height: auto;
  }

  .container-13 {
    outline-offset: 0px;
    outline: 3px #77c569;
    padding-left: 4em;
    padding-right: 4em;
  }

  .menu-button-3 {
    background-color: #000;
    border: 1px #000;
    padding-right: 18px;
    transition: background-color .5s, transform .5s;
  }

  .menu-button-3.w--open {
    transition: background-color .5s, transform .4s;
  }

  .nav-menu {
    z-index: 2147483647;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link-3 {
    font-size: 1em;
    display: flex;
  }

  .image-19 {
    max-width: 80%;
  }

  .navbar {
    z-index: 99999;
    align-self: center;
    width: 100vw;
    max-width: 100vw;
    display: block;
    overflow: visible;
  }

  .footer-dark {
    width: 95vw;
    margin-top: 40px;
    padding-top: 20px;
  }

  .footer-link-2:hover {
    color: #77c569;
  }

  .footer-copyright-center {
    font-size: .7em;
  }

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

  .nav-link-3-copy {
    font-size: 5em;
    display: flex;
  }

  .phoneheader {
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    width: 480px;
    max-width: 95vw;
    height: 500px;
    max-height: none;
  }

  .hero-wrapper-two {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 99vw;
    max-width: 99vw;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
  }

  .supporters2 {
    max-width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100vw;
    overflow: visible;
  }

  .column {
    font-size: 1em;
    line-height: 1em;
  }

  .container-14 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    max-width: 90vw;
    display: flex;
  }

  .column-3 {
    object-fit: contain;
    font-size: 1em;
    line-height: 1em;
  }

  .termsconditions-2 {
    font-size: 12px;
  }

  .nav-link-3-copy-copy {
    font-size: 5em;
    display: flex;
  }

  .section-6 {
    max-width: 100vw;
    height: 200px;
    max-height: none;
  }

  .howitworks-copy {
    width: 20em;
    height: 24em;
  }

  .supporters {
    max-width: 100vw;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100vw;
  }

  .container-17 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: .125em;
    margin-right: .125em;
    display: flex;
  }

  .section-9 {
    width: 100vw;
    max-width: 95vw;
    margin-top: .125em;
    display: flex;
  }

  .headingsupporters {
    margin-top: .125em;
    margin-bottom: 40px;
    font-size: .08em;
    line-height: 1em;
  }

  .italic-text-2 {
    font-size: 2.5em;
  }

  .cell-6 {
    justify-content: flex-start;
    align-items: center;
    font-size: 1em;
    line-height: 1em;
  }

  .charityofchoice {
    font-size: .06em;
  }

  .paragraph-25 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: .02em;
    line-height: 1em;
    display: flex;
  }

  .text-span-30 {
    display: flex;
  }

  .image-23 {
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: .05em;
    padding-right: .05em;
    overflow: visible;
  }

  .paragraph-24 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    line-height: .02em;
    display: flex;
  }

  .supporters2-2 {
    max-width: 100vw;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100vw;
    overflow: visible;
  }

  .section-10 {
    width: 100vw;
    max-width: 95vw;
    margin-top: .125em;
    display: flex;
  }

  .quick-stack-2 {
    max-width: 100em;
  }

  .bold-text-16 {
    justify-content: center;
    align-items: flex-start;
    font-size: .05em;
    display: flex;
  }

  .italic-text {
    margin-top: 0;
    font-size: .05em;
  }

  .container-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    max-height: none;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1em;
    line-height: 1em;
    display: flex;
    position: relative;
  }

  .bold-text-17 {
    justify-content: center;
    align-items: flex-start;
    font-size: 2.5em;
    display: flex;
  }

  .heading-15 {
    font-size: .09em;
  }

  .heading-16 {
    font-size: .1em;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-27 {
    font-size: .05em;
  }

  .image-22 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    display: inline-flex;
    position: relative;
  }

  .quick-stack-3 {
    margin-top: .125em;
  }

  .image-24 {
    width: 8em;
    font-size: 1em;
    line-height: 1em;
  }

  .image-25, .image-26 {
    width: 8em;
  }

  .container-19 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 100vw;
    display: flex;
  }

  .heading-17 {
    font-size: 18px;
    line-height: 1.5em;
  }

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

  .hero-wrapper {
    margin-bottom: -79px;
  }

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

  .headernavigate {
    object-fit: fill;
    width: 22em;
    min-width: 0%;
    height: 7em;
  }

  .bold-text-51 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: .9em;
    line-height: 1em;
  }

  .bold-text-52 {
    margin-top: -19px;
    font-size: .8em;
  }

  .buttonbrochure-copy {
    text-align: center;
    max-width: 95vw;
    padding: .25em 1em;
    font-size: 2em;
  }

  .whyus {
    font-size: 12px;
  }

  .bold-text-copy {
    font-size: 2em;
  }

  .navbox {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 1em;
    display: flex;
  }

  .loginbutton {
    margin: 10px 40px 20px;
    font-size: 1em;
    display: flex;
  }

  .dash, .dash2, .dash-3, .dash-4, .dash-5, .dash-6 {
    font-size: 1.2em;
  }
}

#w-node-d2b776b2-b2f1-2b58-138c-4fd0dc6e5d80-e3592c62, #w-node-_18f5df14-feda-1a8a-689b-13fc6843de3d-6843de36, #w-node-_18f5df14-feda-1a8a-689b-13fc6843de48-6843de36, #w-node-_18f5df14-feda-1a8a-689b-13fc6843de4f-6843de36, #w-node-_18f5df14-feda-1a8a-689b-13fc6843de5e-6843de36 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

#w-node-c1dc924a-8e5f-8fca-9f1f-8475b462f772-e3592c70 {
  grid-template-rows: 1fr;
  grid-template-columns: 1.5fr 1.5fr;
}

#w-node-a8f0cfdb-5b61-7a2e-c2aa-35c8a362de38-e3592c70 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-d2b776b2-b2f1-2b58-138c-4fd0dc6e5d80-e3592c62 {
    place-self: auto;
  }

  #w-node-c1dc924a-8e5f-8fca-9f1f-8475b462f772-e3592c70 {
    grid-template-rows: 1fr auto;
    grid-template-columns: 2fr;
  }

  #w-node-a8f0cfdb-5b61-7a2e-c2aa-35c8a362de38-e3592c70 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}


