:root {
  --orange-red: #ff5e00;
  --white: white;
  --black-2: black;
  --black: #111;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-top: 110px;
}

h1 {
  color: #111;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6vw;
  font-weight: 900;
  line-height: 6vw;
}

h2 {
  color: #111;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 900;
  line-height: 60px;
}

h3 {
  color: #111;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

h4 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

p {
  color: #111;
  /* max-width: 720px; */
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

a {
  color: var(--orange-red);
  font-weight: 500;
  text-decoration: none;
  transition: color .4s;
}

ul {
  color: #111;
  margin-top: 12px;
  margin-bottom: 32px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

li {
  line-height: 32px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.navbar {
  z-index: 1000005;
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 0 24px #00000026;
}

.logo-container {
  z-index: 999999;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 160px;
  padding: 4px 12px;
  display: flex;
  position: relative;
}

.logo-container.w--current {
  z-index: 999999;
  filter: none;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.logo-container.footer-logo {
  background-color: #0000;
}

.logo-container.footer-logo.w--current {
  filter: none;
  background-color: #0000;
}

.navbar-menu {
  z-index: 999999;
  background-color: var(--white);
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-menu.menu-mobile {
  background-color: #0000;
  flex-direction: column;
}

.logo {
  filter: invert();
  max-width: 200px;
}

.nav-link {
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .8vw;
  font-weight: 700;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.nav-link:hover {
  color: var(--orange-red);
}

.nav-link.footer-link {
  color: #fff;
  height: auto;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.nav-link.navbar-cta {
  background-color: var(--orange-red);
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .4s, color .4s;
}

.nav-link.navbar-cta:hover {
  background-color: var(--black-2);
}

.nav-link.last-nav-link {
  margin-right: 12px;
}

.nav-link.mobile-nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.nav-link.mobile-nav-link:hover {
  color: #ffffff80;
}

.section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.section.hero {
  background-image: linear-gradient(#fffc, #fffc), url('../images/white-architectural-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.section.hero.slide-two {
  background-image: linear-gradient(#00000040, #00000040), url('../images/gym-gear-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.hero.nutrition-hero {
  background-image: linear-gradient(#00000040, #00000040), url('../images/nutrition-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

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

.section.classes {
  background-image: linear-gradient(#ff5e00f5, #ff5e00f5), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}
.section.begins {
  background-image: linear-gradient(#faf8edf5, #faf8edf5), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}
.section.leader {
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}
.section.benefits {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -3em;
}

.section.products-section {
  background-image: linear-gradient(#f2f2f2e6, #f2f2f2e6), url('../images/white-architectural-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.footer {
  background-color: var(--black);
  padding-top: 6em;
  padding-bottom: 16em;
  position: relative;
}

.section.testimonials {
  background-color: #111;
  padding-top: 4em;
  padding-bottom: 8em;
}

.section.faq-section {
  background-color: #f2f2f2;
}

.section.blog-post {
  padding-top: 8em;
}

.section.store {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Store-Hero-One.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 8em;
  display: flex;
}

.section.store-slide-two {
  background-image: linear-gradient(#00000080, #00000080), url('../images/compression-shirt.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 8em;
  display: flex;
}

.section.store-slide-three {
  background-image: linear-gradient(#00000080, #00000080), url('../images/womens-leggings.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 8em;
  display: flex;
}

.section.category-page {
  background-color: #f2f2f2;
  background-image: linear-gradient(#f2f2f2f2, #f2f2f2f2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 8em;
  padding-bottom: 6em;
}

.section.blog-author-page {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 12em;
  padding-bottom: 6em;
}

.section.internal-hero {
  background-image: url('../images/Nutrition-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-height: 95vh;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.section.personal-training-page {
  background-image: url('../images/personal-trainer-hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.section.group-class-page {
  background-image: url('../images/Group-class-hero-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 12em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.section.single-product-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 90vh;
  padding-top: 8em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
}

.section.featured-blog-one {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 95vh;
  display: flex;
  position: relative;
}

.section.trainers-page {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 5em;
  padding-bottom: 6em;
}

.section.success-story-page {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 12em;
}

.section.lead-generators-page {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 12em;
  padding-bottom: 8em;
}

.section.success-stories {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 12em;
}

.section.utility-page {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 12em;
}

.section.mobile-nav {
  z-index: 99999;
  background-color: var(--orange-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 0;
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.section.preloader {
  z-index: 99999999;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.container {
  z-index: 99999;
  flex: none;
  align-self: stretch;
  width: 94%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.cards-container {
  justify-content: space-between;
  width: auto;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.container.lead-gen-container {
  max-width: 980px;
}

.container.testimonials-container {
  max-width: 720px;
}

.container.blog-container {
  max-width: 800px;
}

.container.product-row {
  margin-bottom: 48px;
}

.container.products-container {
  z-index: 0;
}

.container.products-container.second-row {
  margin-top: 24px;
}

.container.nutrition-container {
  max-width: 720px;
}

.container.internal-grid-container {
  margin-top: 4em;
}

.container.group-class-details-container {
  justify-content: space-between;
  max-width: 900px;
}

.container.footer-container.footer-row-tablet {
  margin-bottom: 24px;
  display: none;
}

.container.contact-container {
  max-width: 800px;
}

.container.image-license-container {
  margin-top: 40px;
}

.container.mobile-nav-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.container.legal-container {
  justify-content: space-between;
  align-items: center;
}

.container.preloader-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.column {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.column.card {
  background-color: var(--white);
  border-radius: 4px;
  flex: 0 auto;
  /*justify-content: center;*/
  width: 100%;
  padding: 24px 32px 24px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #00000026;
}

.column.card.group-class-details {
  background-color: var(--black);
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 49%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.column.card.class-instructor-details {
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 49%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.column.hero-column {
  flex: none;
  align-self: center;
  width: 700px;
}

.column.footer-column {
  flex: 1;
}

.column.nutrition-hero {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column.single-product-column {
  text-align: center;
}

.column.single-testimonial-column {
  flex-direction: column;
  display: flex;
}

.column.lead-gen-single {
  display: flex;
}

.column.license-column {
  text-align: center;
  flex: none;
  width: 25%;
}

.column.button-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column.mobile-nav-column {
  flex: none;
}

.column.preloader-column {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100%;
  display: flex;
}

.hero-heading {
  border-left: 8px solid var(--orange-red);
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  position: relative;
  left: -32px;
}

.hero-heading.light-theme {
  color: #fff;
}

.subheading {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.subheading.light-theme {
  color: #fff;
}

.subheading.light-theme.price {
  margin-right: 16px;
}

.subheading.centered {
  max-width: 720px;
}

.subheading.blog-date {
  border-left: 1px solid #00000040;
  align-self: center;
  margin-bottom: 16px;
  padding-left: 12px;
}

.subheading.blog-author {
  align-self: center;
  margin-bottom: 16px;
  padding-right: 12px;
}

.subheading.blog-author:hover {
  color: #666;
}

.button {
  border: 2px solid var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 40px;
  padding: 16px 20px;
  font-size: 12px;
  font-weight: 600;
  transition: color .4s, border-color .4s, background-color .4s;
}

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

.button.transparent-button {
  border: 2px solid var(--orange-red);
  color: var(--black);
  background-color: #0000;
}

.button.transparent-button:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.button.transparent-button.light-theme {
  color: var(--white);
}

.button.transparent-button.left-hero-button {
  margin-right: 24px;
}

.button.submit-button {
  margin-top: 16px;
}

.button.add-to-cart {
  margin-top: 0;
}

.button.return-store {
  flex: none;
  margin-top: 0;
}

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

.button.checkout-button {
  margin-top: 12px;
}

.card-heading {
  color: #111;
  text-align: left;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

.flash-icon {
  opacity: 1;
  width: 32px;
  margin-right: 16px;
  position: static;
  bottom: auto;
  right: auto;
}

/*.hero-image {
  z-index: 9;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}*/
.hero-image{
/*   width:100%;
  max-width:420px; */
width: 125%;
    max-width: 70%;
    height: stretch;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-160px);
    /* margin-top: 8%; */
    margin-bottom: -7%;
}

/* KEEP SIGNUP FORM IN FRONT OF HERO MAN */
.track30-signup-form {
  position: relative;
  z-index: 10;
}

.track30-terms-check {
  position: relative;
  z-index: 11;
}
/* LEFT HERO COLUMN — ALLOW MAN TO PASS IN FRONT */
.section.hero .column.hero-column {
  position: relative;
  z-index: auto;
}

/* ONLY TERMS AGREEMENT IN FRONT OF MAN */
.track30-terms-check {
  position: relative;
  z-index: 10;
}
.intro-heading {
  text-align: center;
}

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

.centered.questions-cta {
  color: #666;
  margin-top: 16px;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
}

.cart-icon {
  color: #fff;
}

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

.cart-button {
  background-color: #0000;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

.hero-slide, .hero-mask {
  height: auto;
}

.hero-slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.slide-nav {
  color: var(--orange-red);
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  inset: 0 0 0 auto;
}

.slide-arrow-icon {
  color: #333;
}

.right-arrow, .left-arrow {
  display: none;
}

.grid-item {
  background-color: var(--white);
  width: 48%;
  height: 430px;
  overflow: hidden;
  box-shadow: 0 0 16px #00000040;
}

.grid-item.product-item {
  width: 32.33%;
}

.grid-list {
  justify-content: space-between;
  display: flex;
}

.grid-item-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 370px;
  position: relative;
}

.grid-item-image.product-image {
  width: 100%;
  height: 370px;
}

.grid-item-image.kcal {
  background-image: url('../images/kcal.png');
}

.grid-item-image.personal-training {
  background-image: url('../images/personal-trainer-hero.png');
}

.grid-item-image.protein {
  background-image: url('../images/protein.png');
}
.grid-item-image.deadline {
  background-image: url('../images/deadline.png');
}

.grid-item-details {
  flex-direction: column;
  padding: 16px 5% 20px;
  display: flex;
}

.grid-item-link {
  display: block;
}

.grid-item-heading {
  border-left: 4px solid var(--orange-red);
  height: 32px;
  padding-left: 16px;
}

.grid-item-heading.product-name {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
}

.grid-item-overlay {
  background-color: #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-heading-container {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.view-category-icon {
  filter: invert();
  height: 48px;
}

.platform-icons {
  opacity: .9;
  align-items: center;
  display: flex;
}

.platform-icon {
  width: 22px;
  margin-right: 8px;
  display: block;
}

.youtube-live {
  width: 28px;
  margin-right: 8px;
  display: block;
}

.live-icon {
  width: 60px;
  display: block;
}

.store-tag {
  width: 32px;
  margin-bottom: 20px;
}

.lead-gen-image {
  z-index: 1;
  border: 12px solid var(--white);
  transform-style: preserve-3d;
  align-self: center;
  width: 320px;
  position: relative;
  transform: skew(-10deg, 9deg)rotateX(0)rotateY(26deg)rotateZ(0);
  box-shadow: 11px 11px 24px #00000040;
}

.lead-gen-details {
  padding: 12px 24px 12px 40px;
}

.lead-gen-heading {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 56px;
  line-height: 60px;
}

.lead-gen-item {
  justify-content: space-between;
  display: flex;
}

.lead-gen-form {
  margin-top: 24px;
}

.text-field {
  color: #111;
  background-color: #f8f8f8;
  border: 1px #000;
  max-width: 480px;
  height: 40px;
  box-shadow: inset 0 0 12px #0000001a;
}

.text-field:active, .text-field:focus {
  border: 1px solid var(--orange-red);
}

.text-field.class-signup-input {
  max-width: none;
}

.text-field.text-area {
  height: 120px;
}

.questions-cta {
  color: #666;
  transition: color .4s;
}

.questions-cta:hover {
  color: #111;
}

.legal-footer {
  background-color: var(--black-2);
  justify-content: space-between;
  align-items: center;
  height: 120px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-pattern {
  z-index: 0;
  opacity: .75;
  width: 200px;
  position: absolute;
  top: 80px;
  left: 12px;
}

.cta-dot-pattern {
  z-index: 0;
  width: 160px;
  position: absolute;
  top: 8px;
  left: 24px;
}

.legal-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.legal-link {
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  display: inline-block;
}

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

.blog-item {
  width: 32.33%;
  height: 400px;
  position: relative;
  box-shadow: 0 0 16px #00000040;
}

.blog-list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}

.blog-title {
  color: #fff;
  height: 96px;
  font-weight: 700;
}

.blog-image-overlay {
  background-color: #00000080;
  padding: 56px 5% 16px;
  position: absolute;
  inset: 0%;
}

.read-blog-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 48px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.read-blog-link.blog-page-read-more {
  color: var(--orange-red);
}

.white-heading {
  color: #fff;
}

.thin-heading {
  font-weight: 400;
}

.section-heading {
  border-bottom: 1px solid #00000040;
  margin-bottom: 20px;
}

.section-heading.white-heading {
  border-bottom-color: var(--white);
  border-bottom-color: #fff;
}

.section-heading.category-heading {
  flex: 1;
  align-self: stretch;
}

.testimonial-item {
  width: auto;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-item.success-stories-item {
  margin-bottom: 40px;
}

.testimonial-list {
  justify-content: space-between;
  display: flex;
}

.testimonial-list.success-stories-list {
  flex-direction: column;
  margin-top: 40px;
}

.testimonial-image {
  z-index: 99;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -50px;
}

.testimonial-image.large-headshot {
  width: 140px;
  height: 140px;
  box-shadow: 0 0 12px #00000026;
}

.testimonial-details {
  text-align: center;
  padding: 60px 16px 12px;
}

.testimonial-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-text.customer-name {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
}

.testimonial-text.customer-name.dark-theme {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 900;
  line-height: 32px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-slide, .testimonial-mask {
  height: auto;
}

.testimonial-slide-nav {
  height: auto;
  font-size: 10px;
  line-height: 12px;
}

.faq-answer {
  margin-bottom: 24px;
}

.faq-container {
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.faq-content {
  background-color: var(--white);
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq {
  background-color: var(--orange-red);
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-answer-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-answer-content.w--open {
  background-color: #0000;
}

.faq-item {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 0 16px #00000026;
}

.faq-question {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.nav-dropdown {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.dropdown-toggle {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 16px 0 0;
  display: flex;
}

.dropdown-icon {
  margin-right: 8px;
}

.nav-dropdown-list.w--open {
  background-color: var(--black);
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
}
.nav-dropdown-list,
.w-dropdown-list,
.nav-dropdown.w--open {
  z-index: 1000006;
}
.dropdown-link {
  color: var(--white);
}

.dropdown-link:hover {
  color: var(--orange-red);
}

.cart {
  background-color: var(--black-2);
  align-self: stretch;
  padding-left: 8px;
  padding-right: 8px;
}

.hamburger-icon {
  width: 40px;
  margin-top: 6px;
  margin-left: 12px;
  margin-right: 12px;
  display: none;
}

.blog-heading {
  border-left: 8px solid var(--orange-red);
  padding-left: 24px;
  font-size: 56px;
  line-height: 60px;
  transform: translate(-24px);
}

.store-pattern {
  width: 180px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.add-to-cart-button {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.add-to-cart-button.store-add-to-cart {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
}

.add-to-cart-button.single-product-add-to-cart {
  flex-direction: column;
  justify-content: center;
}

.price-details {
  margin-bottom: 32px;
  display: flex;
}

.subcategory-link {
  background-color: var(--black-2);
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 2px 8px;
  font-size: 10px;
  transition: background-color .4s;
  display: inline-block;
}

.subcategory-link:hover {
  background-color: var(--orange-red);
}

.subcategory-link.blog-category {
  position: absolute;
  inset: 24px auto auto 5%;
}

.author-block {
  background-color: var(--white);
  margin-top: 24px;
  padding: 16px 12px;
  display: flex;
  box-shadow: 0 0 12px #0000001a;
}

.post-author-headshot {
  border-radius: 100%;
  align-self: center;
  width: 140px;
  height: 140px;
  margin-right: 24px;
}

.post-author-headshot.nutrition-trainer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
}

.author-details {
  flex-direction: column;
  display: flex;
}

.author-bio {
  font-size: 16px;
  line-height: 24px;
}

.author-social-link {
  color: #0000;
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  overflow: hidden;
}

.author-social-link.facebook-large {
  width: 28px;
  height: 28px;
}

.author-social-link.twitter-large {
  background-image: url('../images/twitter-1.svg');
  width: 28px;
  height: 28px;
}

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

.blog-byline {
  margin-top: 24px;
  margin-bottom: 12px;
  display: flex;
}

.cat-description {
  height: 56px;
  overflow: hidden;
}

.full-grid-item {
  background-color: var(--white);
  margin-bottom: 24px;
  display: flex;
  box-shadow: 0 0 16px #0000001a;
}

.product-image {
  width: 320px;
  display: block;
}

.product-details {
  flex: 1;
  padding: 24px;
}

.item-heading {
  color: var(--black-2);
  margin-bottom: 0;
}

.internal-heading {
  border-left: 8px solid var(--orange-red);
  margin-bottom: 0;
  padding-left: 24px;
  transform: translate(-24px);
}

.internal-heading.centered {
  border-left-style: none;
  margin-bottom: 8px;
  transform: none;
}

.full-grid-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 320px;
  min-height: 320px;
  position: relative;
}

.full-grid-overlay {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-icon {
  width: 40px;
  display: block;
}

.internal-heading-container {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 24px;
  display: flex;
}

.store-pagination {
  justify-content: flex-end;
  margin-top: 16px;
}

.pagination-button {
  background-color: var(--black);
  color: var(--white);
  margin-right: 0;
}

.empty-state {
  background-color: var(--black);
  color: #fff;
  background-image: linear-gradient(#111c, #111c), url('../images/empty.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 32px 32px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.empty-state.cat-empty {
  display: none;
}

.blog-author-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 12px #00000080;
}

.blog-author-image.single-trainer-headshot {
  border: 8px solid var(--white);
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}

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

.author-socials {
  opacity: .94;
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.personal-trainer-contact {
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 560px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  display: flex;
}

.trainer-link {
  text-align: center;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  font-weight: 600;
}

.nutrition-heading {
  color: var(--white);
  text-align: center;
}

.hero-overlay {
  z-index: 4;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.nutrition-trainer-details {
  justify-content: flex-start;
  padding: 12px 16px;
  display: flex;
  box-shadow: 0 0 12px #00000026;
}

.light-theme {
  color: #fff;
}

.team-member-bio {
  font-size: 16px;
  line-height: 24px;
}

.trainer-details {
  flex-direction: column;
  display: flex;
}

.trainer-details.blog-author-socials {
  flex-direction: row;
  margin-top: 12px;
}

.class-details {
  color: #fff;
  margin-right: 8px;
  font-size: 20px;
  line-height: 24px;
}

.class-instructor {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 72px;
  height: 72px;
  margin-right: 24px;
}

.instructor-contact {
  margin-bottom: 4px;
  font-weight: 600;
  display: block;
}

.group-classes-ctas {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 360px;
  display: flex;
}

.class-instructor-tag {
  background-color: var(--black);
  color: #ccc;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
}

.success {
  background-color: var(--orange-red);
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.success-logo {
  filter: invert();
  width: 160px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.error {
  background-color: var(--black-2);
  text-align: center;
  margin-top: 24px;
  padding: 24px 12px;
}

.form-message {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
}

.class-signup-heading {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.signup-class-name {
  margin-bottom: 0;
  margin-left: 12px;
}

.class-select {
  color: #999;
  border: 1px #000;
  border-radius: 0;
  height: 60px;
  box-shadow: inset 0 0 12px #0000001a;
}

.sign-up-heading {
  margin-bottom: 0;
}

.group-class-time {
  display: flex;
}

.single-product-heading {
  color: #fff;
  text-align: center;
  display: block;
}

.single-product-desc {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.single-product-price {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 12px;
  display: inline-block;
}

.option-list {
  display: block;
}

.store-add-to-cart {
  flex: none;
}

.product-option {
  color: #111;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  margin-right: 12px;
}

.product-quantity {
  color: #111;
  background-color: #f2f2f2;
  border-radius: 4px;
  margin-right: 8px;
}

.single-product-options {
  align-self: stretch;
  margin-bottom: 8px;
  display: flex;
}

.single-product-options.single-options {
  justify-content: center;
}

.product-grid-price {
  background-color: var(--black-2);
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.category-heading-container {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.store-category-link {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  inset: 40% 0% auto auto;
  transform: translate(0, -50%);
}

.add-to-cart-single {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.single-product-overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.blog-hero-overlay {
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.byline-container {
  border-bottom: 1px solid #999;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 4px 8px;
  display: flex;
}

.byline-container.instructor-container {
  border-bottom-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.byline-container.byline-hero {
  border-bottom-color: var(--white);
}

.byline-headshot {
  border-top: 1px solid #999;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.byline-author-name {
  border-right: 1px solid #999;
  margin-right: 12px;
  padding-right: 12px;
}

.byline-author-name.author-hero {
  border-right-color: var(--white);
}

.out-of-stock-state, .error-state {
  background-color: var(--black-2);
  color: #ddd;
}

.byline {
  flex: 1;
  display: flex;
}

.byline-date-hero {
  color: #fff;
}

.trainer-contact {
  margin-top: 0;
  margin-bottom: 4px;
}

.contact-form {
  margin-top: 24px;
}

.error-state-message {
  color: #fff;
}

.single-product-buttons {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-logo {
  align-self: center;
  width: 140px;
}

.image-license-link {
  margin-top: 8px;
  display: block;
}

.icon-license {
  width: 120px;
}

.lottie-license {
  filter: invert();
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.footer-icon {
  filter: invert();
  width: 24px;
  transition: opacity .4s;
}

.footer-icon:hover {
  opacity: .5;
}

.social-link-block {
  margin-right: 12px;
}

.checkout-form {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/geometric-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 12em;
  padding-bottom: 4em;
}

.checkout-heading {
  color: #fff;
  margin-top: 12px;
}

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

.required {
  color: #fff;
}

.order-summary {
  top: 12em;
}

.instructor-socials {
  flex: none;
  justify-content: space-around;
  align-self: auto;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructor-socials.group-class-socials {
  justify-content: flex-start;
  align-self: flex-start;
  margin-left: 0;
}

.instructor-social {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.instructor-social.instructor-facebook {
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.instructor-social.instructor-facebook.social-large {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.instructor-social.instructor-twitter {
  background-image: url('../images/twitter-1.svg');
  background-position: 50%;
  background-size: contain;
}

.instructor-social.instructor-twitter.social-large {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.instructor-social.instructor-instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.instructor-social.instructor-instagram.social-large {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.instructor-contact-details {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-instructor-contact {
  text-align: center;
  flex: 1;
  align-self: center;
  margin-top: 24px;
  margin-left: 20px;
}

.preloader-logo {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 40vh 0% 0%;
  transform: translate(0, -50%);
}

.lottie-preloader {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.paypal-logo {
  width: 72px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paypal-checkout-heading {
  text-align: center;
  margin-top: 8px;
  font-size: 40px;
  line-height: 44px;
}

.cart-empty-state {
  flex-direction: column;
}

.no-items-found-text {
  margin-bottom: 20px;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 8vw;
    line-height: 7.2vw;
  }

  h2 {
    font-size: 6.2vw;
    line-height: 5.6vw;
  }

  .logo-container {
    z-index: 9999999;
    position: relative;
  }

  .logo-container.footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-container.footer-logo.w--current {
    margin-left: 0;
  }

  .nav-link {
    font-size: 11px;
    display: none;
  }

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

  .nav-link.navbar-cta, .nav-link.mobile-nav-link {
    display: flex;
  }

  .section.hero {
    height: auto;
    min-height: 95vh;
    padding-top: 16em;
    padding-bottom: 12em;
  }

  .section.footer {
    padding-top: 4em;
    padding-bottom: 12em;
  }

  .section.category-page {
    padding-bottom: 6em;
  }

  .section.trainers-page {
    padding-bottom: 4em;
  }

  .container.cards-container {
    flex-direction: column;
    width: 94%;
  }

  .container.group-class-details-container {
    flex-direction: column;
    align-items: center;
  }

  .container.footer-container.footer-row-desktop {
    display: none;
  }

  .container.footer-container.footer-row-tablet {
    max-width: 600px;
    display: flex;
  }

  .column.card {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column.card.group-class-details {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .column.card.class-instructor-details {
    align-self: stretch;
    width: auto;
  }

  .column.hero-column {
    width: 100%;
    max-width: 100%;
  }

  .column.nutrition-hero {
    flex: none;
    max-width: 100%;
  }

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

  .column.hero-right-col {
    display: none;  
  }

  .column.footer-logo-col {
    text-align: center;
    align-self: center;
  }

  .card-heading {
    text-align: center;
    align-self: center;
    margin-top: 0;
    line-height: 24px;
  }

  .intro-heading {
    line-height: 6vw;
  }

  .grid-item {
    width: auto;
    margin-bottom: 24px;
  }

  .grid-item.product-item {
    width: 100%;
  }

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

  .grid-item-details {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lead-gen-image {
    width: 240px;
  }

  .lead-gen-heading {
    font-size: 6.2vw;
    line-height: 6vw;
  }

  .cta-dot-pattern {
    width: 80px;
    top: 20%;
  }

  .blog-item {
    width: auto;
    margin-bottom: 24px;
  }

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

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .dropdown-icon {
    display: none;
  }

  .hamburger-icon {
    filter: invert();
    display: block;
  }

  .blog-heading {
    font-size: 48px;
    line-height: 52px;
  }

  .trainer-details.group-class-instructor-details {
    align-items: flex-start;
  }

  .class-instructor-tag {
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .logo-container.footer-logo.w--current {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: auto;
  }

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

  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section.footer {
    padding-bottom: 12em;
  }

  .section.category-page {
    padding-bottom: 4em;
  }

  .section.trainers-page {
    padding-bottom: 2em;
  }

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

  .container.footer-container.footer-row-tablet {
    flex-direction: row;
  }

  .container.legal-container {
    flex-direction: column;
    justify-content: center;
  }

  .column {
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column.card {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column.card.group-class-details {
    padding-bottom: 24px;
    padding-right: 16px;
  }

  .column.card.class-instructor-details {
    padding-top: 62px;
  }

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

  .column.footer-column {
    text-align: center;
    flex: none;
    width: 50%;
  }

  .column.grid-list {
    padding-left: 0;
    padding-right: 0;
  }

  .column.footer-logo-col {
    width: 50%;
  }

  .column.lead-gen-single {
    flex-direction: column;
  }

  .hero-heading {
    border-left-style: none;
    left: auto;
  }

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

  .button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.transparent-button.left-hero-button {
    margin-left: auto;
    margin-right: auto;
  }

  .button.add-to-cart {
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .flash-icon {
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .flash-icon.flash-left {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 8px;
  }

  .intro-heading {
    line-height: 36px;
  }

  .slide-nav {
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    height: 24px;
    font-size: 8px;
    line-height: 16px;
    top: auto;
    bottom: 8em;
    left: 0;
  }

  .grid-item-details {
    align-items: center;
  }

  .grid-item-heading {
    border-left-style: none;
    padding-left: 0;
  }

  .grid-item-heading.product-name {
    text-align: center;
  }

  .platform-icons {
    justify-content: space-around;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .platform-icon, .youtube-live {
    margin-right: 0;
  }

  .lead-gen-image {
    z-index: 5;
  }

  .lead-gen-details {
    text-align: center;
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .lead-gen-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .lead-gen-item {
    flex-direction: column;
  }

  .text-field {
    margin-left: auto;
    margin-right: auto;
  }

  .class-signup-form {
    text-align: center;
  }

  .cta-dot-pattern {
    width: 120px;
    left: 12%;
  }

  .legal-text {
    text-align: center;
    width: 94%;
    max-width: 480px;
  }

  .hamburger-icon {
    filter: none;
    width: 32px;
  }

  .blog-heading {
    border-left-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 40px;
    line-height: 40px;
    transform: none;
  }

  .add-to-cart-button {
    justify-content: center;
  }

  .add-to-cart-button.store-add-to-cart {
    align-items: center;
  }

  .price-details {
    justify-content: center;
  }

  .subcategory-link {
    margin-left: auto;
    margin-right: auto;
  }

  .full-grid-item {
    flex-direction: column;
  }

  .internal-heading {
    text-align: center;
    border-left-style: none;
    margin-bottom: 24px;
    padding-left: 0;
    transform: none;
  }

  .full-grid-image {
    width: auto;
  }

  .internal-heading-container {
    flex-direction: column;
    align-items: center;
  }

  .trainer-details {
    align-self: stretch;
  }

  .trainer-details.group-class-instructor-details {
    align-items: center;
  }

  .class-details {
    margin-top: 0;
    margin-bottom: 0;
  }

  .class-instructor {
    margin-left: auto;
    margin-right: auto;
  }

  .class-instructor-tag {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
    left: 0;
  }

  .class-signup-heading {
    text-align: left;
    justify-content: flex-start;
  }

  .signup-class-name {
    flex: 1;
    margin-left: 8px;
  }

  .sign-up-heading {
    flex: 0 auto;
  }

  .group-class-time {
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .single-product-options, .byline-container.byline-hero {
    justify-content: center;
  }

  .footer-socials {
    margin-top: 24px;
  }

  .store-hero-item {
    text-align: center;
  }

  .instructor-socials.group-class-socials {
    justify-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .logo-container.footer-logo.w--current {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-link.footer-link {
    margin-left: auto;
    margin-right: auto;
    font-size: 9px;
    line-height: 16px;
  }

  .nav-link.navbar-cta {
    display: none;
  }

  .section.hero {
    padding-top: clamp(2.5em, 8vw, 4em);
    padding-bottom: 10em;
  }

  .section.category-page {
    padding-bottom: 2em;
  }

  .container.footer-container.footer-row-tablet {
    width: 88%;
  }

  .column.card.group-class-details {
    flex-direction: column;
  }

  .column.card.class-instructor-details {
    padding-top: 32px;
    padding-right: 16px;
  }

  .column.footer-column {
    padding-left: 12px;
  }

  .column.footer-logo-col {
    text-align: left;
  }

  .subheading.blog-date, .subheading.blog-author {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .subheading.back-link {
    font-size: 12px;
    line-height: 20px;
  }

  .card-heading {
    line-height: 24px;
  }

  .grid-item-heading {
    height: 24px;
    padding-left: 8px;
    font-size: 20px;
    line-height: 24px;
  }

  .legal-text {
    max-width: 320px;
  }

  .section-heading.category-heading {
    text-align: center;
  }

  .hamburger-icon {
    filter: none;
    width: 28px;
    margin-right: 24px;
  }

  .blog-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .price-details {
    flex-direction: column;
  }

  .author-block {
    flex-direction: column;
    align-items: center;
  }

  .post-author-headshot {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .author-details {
    align-items: center;
    margin-top: 12px;
  }

  .author-bio, .author-name {
    text-align: center;
  }

  .blog-byline {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    text-align: left;
    margin-right: auto;
    position: static;
    left: 0;
  }

  .nutrition-trainer-details {
    flex-direction: column;
    align-items: center;
  }

  .team-member-bio {
    align-self: center;
  }

  .trainer-details {
    text-align: center;
    margin-top: 16px;
  }

  .trainer-details.group-class-instructor-details {
    margin-top: 4px;
  }

  .trainer-details.blog-author-socials {
    justify-content: center;
  }

  .class-details {
    margin-top: 8px;
    margin-bottom: 12px;
    margin-right: 6px;
    font-size: 16px;
  }

  .group-classes-ctas {
    flex-direction: column;
  }

  .group-class-time {
    flex: none;
    justify-content: center;
    align-items: center;
  }

  .category-heading-container {
    flex-direction: column;
    align-items: center;
  }

  .store-category-link {
    position: relative;
  }

  .byline {
    flex: 0 auto;
    align-items: center;
  }
}


<style>
  .track30-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    background: #000;
    padding: 0 6px 0 0;
    overflow: visible;
    flex-shrink: 0;
  }

  .track30-logo {
    display: block;
    height: 30px;
    width: auto;
    max-width: none;
    object-fit: contain;
    object-position: left center;
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    transform: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
  }

  .track30-status-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1;
  }

  .begins-badge {
    background: #000;
    color: #fff;
    margin-left: 8px;
  }

  .track30-prize-badge {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 14px;
    background: #f26b2a;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-left: 0;
    line-height: 1;
  }

  .navbar-menu {
    display: flex;
    align-items: center;
    gap: 0;
  }

  @media screen and (max-width: 991px) {
    .track30-logo-wrap,
    .track30-logo,
    .track30-status-badge,
    .track30-prize-badge {
      height: 36px;
    }

    .track30-status-badge {
      padding: 0 14px;
      font-size: 14px;
    }

    .track30-prize-badge {
      padding: 0 12px;
      font-size: 12px;
    }
  }

@media screen and (max-width: 767px) {
  .track30-status-badge {
    display: flex !important;
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
    margin-left: 6px;
  }

  .track30-prize-badge {
    display: none !important;
  }
}
  
.track30-signup-form{
  display:flex;
  align-items:stretch;
  gap:12px;
  margin-top:20px;
  flex-wrap:wrap;
}

.track30-email-input{
  height:50px;
  padding:0 18px;
  font-size:16px;
  min-width:280px;
  border:2px solid #f26b2a;
  border-radius:3px;
  background:#ffffff;
  color:#000;
  outline:none;
  box-sizing:border-box;
  line-height:50px;
  margin:0;
}

.track30-email-input::placeholder{
  color:#666;
}

.track30-signup-form .button{
  height:50px;
  padding:0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  line-height:1;
  box-sizing:border-box;
}

@media screen and (max-width: 767px){
  .track30-signup-form{
    justify-content:center;
    align-items:center;
    text-align:center;
  }

  .track30-email-input{
    min-width:220px;
    width:220px;
  }

  .track30-signup-form .button{
    min-width:180px;
  }
}
.track30-hero-meta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:28px;
  margin:28px -18px 0;
  flex-wrap:wrap;
}

.track30-hero-pills{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.track30-hero-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:4px;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  box-sizing:border-box;
  white-space:nowrap;
}

.track30-hero-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:4px;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  box-sizing:border-box;
  white-space:nowrap;
  background:none;  
  /*background:#fff;*/
}
.track30-hero-pill{
  border-radius:999px;
}
/* Begins */
.track30-hero-pill.begins-pill{
  color:#000;
  border:none;  
  /*border:2px solid #000;*/
}

/* Prize */
.track30-hero-pill.prize-pill{
  color:#3e8143;
 /* border:2px solid #f26b2a;*/
  border:none;
}

.track30-buyin-circle{
  width:122px;
  height:122px;
  border-radius:50%;
  background:#9ac79d;
  border:4px solid rgba(255,255,255,0.85);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:0 10px 24px rgba(0,0,0,0.18);
  flex-shrink:0;
}

.track30-buyin-small{
  font-size:15px;
  font-weight:800;
  line-height:1;
  letter-spacing:.03em;
  color:#111;
  margin-bottom:6px;
}

.track30-buyin-big{
  font-size:34px;
  font-weight:900;
  line-height:1;
  color:#111;
}
@media screen and (max-width: 767px){
  .track30-hero-meta{
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 14px;
  }

  .track30-hero-pills{
    justify-content: center;
    gap: 10px;
  }
}

@media screen and (max-width: 767px){
  .track30-hero-meta{
    gap:18px;
  }

  .track30-buyin-circle{
    width:98px;
    height:98px;
  }

  .track30-buyin-small{
    font-size:12px;
  }

  .track30-buyin-big{
    font-size:28px;
  }

  .track30-hero-pill{
    min-height:38px;
    padding:0 14px;
    font-size:13px;
  }
}
.track30-hero-title{
  display:flex;
  flex-direction:column;
  line-height:0.95;
}

/* top row (logo + TRACK30) */
.track30-title-top{
  display:flex;
  align-items:center;
  gap:12px;
/*   color: #fff !important; */
}

/* logo next to TRACK30 */
.track30-title-logo{
  height:52px;
  width:auto;
  object-fit:contain;
}

/* bottom word */
.track30-title-bottom{
  display:block;
 /*  color: #fff !important; */
}

/* mobile adjustments */
@media screen and (max-width: 767px){
  .track30-title-logo{
    height:36px;
  }

  .track30-title-top{
    gap:8px;
  }
}



/* HERO TITLE */
.track30-hero-title{
  display:flex;
  flex-direction:column;
  line-height:0.88;
  margin-bottom:12px;
}

.track30-title-top{
  display:flex;
  align-items:center;
  gap:14px;
}

.track30-title-top span{
  display:inline-block;
}

.track30-title-logo{
  height:0.95em;
  width:auto;
  object-fit:contain;
  vertical-align:middle;
}

.track30-title-bottom{
  display:block;
  margin-left: 0;
}

/* HERO PILLS */
.track30-hero-meta{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:28px;
  margin:28px -18px 0;
  flex-wrap:wrap;
}

.track30-hero-pills{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.track30-hero-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  font-size:15px;
  font-weight:700;
  letter-spacing:.01em;
  box-sizing:border-box;
  white-space:nowrap;
  background:none;  
  /*background:#fff;*/
}

.track30-hero-pill.begins-pill{
  color:#000;
  border:none;  
  /*border:2px solid #000;*/
}

.track30-hero-pill.prize-pill{
  color:#3e8143;
  border: none;  
 /* border:2px solid #f26b2a;*/
}

/* FORM + BUY-IN OVERLAP */
.track30-form-wrap{
  position:relative;
  display:inline-block;
  margin-top:8px;
}

.track30-signup-form{
  display:flex;
  align-items:stretch;
  gap:12px;
  flex-wrap:wrap;
}

.track30-email-input{
  height:50px;
  padding:0 18px;
  font-size:16px;
  min-width:280px;
  border:2px solid #f26b2a;
  border-radius:3px;
  background:#ffffff;
  color:#000;
  outline:none;
  box-sizing:border-box;
  line-height:50px;
  margin:0;
}

.track30-email-input::placeholder{
  color:#666;
}

.track30-signup-form .button{
  height:50px;
  padding:0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0;
  line-height:1;
  box-sizing:border-box;
}

/* BUY-IN CIRCLE */
.track30-buyin-circle{
  position:absolute !important;
  right:-60px !important;
  top:-30px !important;
  transform:rotate(17deg) !important;
  width:88px;
  height:88px;
  border-radius:50%;
  background:#9ac79d;
  border:4px solid rgba(255,255,255,0.9);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:0 14px 30px rgba(0,0,0,0.25);
  z-index:2;
}

.track30-buyin-small{
  font-size:15px;
  font-weight:800;
  line-height:1;
  letter-spacing:.03em;
  color:#111;
  margin-bottom:6px;
}

.track30-buyin-big{
  font-size:24px;
  font-weight:900;
  line-height:1;
  color:#111;
}

/* MOBILE */
@media screen and (max-width: 767px){

  .track30-hero-title{
    align-items:center;
    text-align:center;
  }

  .track30-title-top{
    justify-content:center;
    gap:8px;
  }

  .track30-title-logo{
    height:0.9em;
  }

  .track30-title-bottom{
    margin-left:0;
  }

  .track30-hero-meta{
    justify-content:center;
    align-items:center;
    text-align:center;
    flex-direction:column;
    gap:14px;
  }

  .track30-hero-pills{
    justify-content:center;
    gap:10px;
  }

  .track30-form-wrap{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
  }

  .track30-signup-form{
    justify-content:center;
    align-items:center;
    text-align:center;
  }

  .track30-email-input{
    min-width:220px;
    width:220px;
  }

  .track30-signup-form .button{
    min-width:180px;
  }

/* .track30-buyin-circle{
  position:absolute;
  right:60px;
  top:30px;
  transform:rotate(17deg);
  width:88px;
  height:88px;
  border-radius:50%;
  background:#9ac79d;
  border:4px solid rgba(255,255,255,0.9);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  box-shadow:0 10px 24px rgba(0,0,0,0.18);
  z-index:2;
} */
@media screen and (max-width: 767px){
  .track30-buyin-circle{
    right: auto;
    left: 70%;
    top: 100px !important;
    transform: translateX(-70%) rotate(17deg);
	width:68px;
	height:68px;
  }
}
  .track30-buyin-small{
    font-size:12px;
  }

  .track30-buyin-big{
    font-size:18px;
  }
}


/* HOW IT WORKS — styled like Active Blog, but static */
.track30-how-header{
  align-items: center;
}

.track30-how-subtitle{
  color: #f26b2a;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .16em;
  font-size: 13px;
  margin-left: auto;
  text-decoration: none;
  cursor: default;
}

.track30-steps-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.track30-step-card{
  min-height: 255px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.track30-step-big-card{
 /*  min-height: 255px; */
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  padding: 5px 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.track30-step-big-card{
  position: relative;
}

.track30-step-big-card .track30-step-number{
  position: absolute;
  top: 16px;
  left: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #f26b2a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  z-index: 5;
}
.track30-step-number{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f26b2a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 18px;
}

.track30-step-title{
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
}

.track30-step-text{
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

/* tablet */
@media screen and (max-width: 991px){
  .track30-steps-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobile */
@media screen and (max-width: 767px){
  .track30-how-header{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .track30-how-subtitle{
    margin-left: 0;
    font-size: 12px;
    letter-spacing: .14em;
  }

  .track30-steps-grid{
    grid-template-columns: 1fr;
  }

  .track30-step-card{
    min-height: auto;
    padding: 20px 18px;
  }

  .track30-step-title{
    font-size: 20px;
  }

  .track30-step-text{
    font-size: 15px;
  }
}



#metrics .track30-steps-grid{
  grid-template-columns: repeat(2, 1fr);
gap: 28px;
}

@media screen and (max-width: 767px){
  #metrics .track30-steps-grid{
    grid-template-columns: 1fr;
  }
}

/* PRIZE BREAKDOWN CSS */
.track30-prize-feature-layout{
  display:grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items:center;
}

.track30-prize-visual{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.track30-prize-dots{
  position:absolute;
  top:8px;
  left:20px;
  width:170px;
  max-width:none;
  z-index:1;
}

.track30-prize-photo-frame{
  position:relative;
  z-index:2;
  width:285px;
  background:#fff;
  padding:12px;
  box-shadow:0 14px 30px rgba(0,0,0,0.18);
  transform:rotate(8deg);
}

.track30-prize-photo{
  display:block;
  width:100%;
  height:auto;
}

.track30-prize-copy{
  max-width:560px;
}

.track30-prize-heading{
  margin:8px 0 22px;
  font-size:78px;
  line-height:.9;
  font-weight:900;
  letter-spacing:-0.04em;
  text-transform:uppercase;
  color:#111;
}

.track30-prize-paragraph{
  font-size:18px;
  line-height:1.65;
  color:#222;
  margin-bottom:22px;
}

.track30-prize-detail-list{
  margin:0 0 18px;
}

.track30-prize-detail-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-bottom:1px solid rgba(0,0,0,0.10);
}

.track30-prize-label{
  font-size:16px;
  color:#222;
  line-height:1.5;
}

.track30-prize-value{
  font-size:18px;
  color:#f26b2a;
  font-weight:800;
}

.track30-prize-note{
  margin:18px 0 24px;
  font-size:14px;
  line-height:1.6;
  color:#555;
}
.track30-reward-note {
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}
/* tablet */
@media screen and (max-width: 991px){
  .track30-prize-feature-layout{
    grid-template-columns:1fr;
    gap:24px;
  }

  .track30-prize-visual{
    min-height:420px;
  }

  .track30-prize-dots{
    left:50%;
    transform:translateX(-50%);
    top:22px;
  }

  .track30-prize-photo-frame{
    width:250px;
  }

  .track30-prize-copy{
    max-width:none;
    text-align:center;
  }

  .track30-prize-heading{
    font-size:58px;
  }

  .track30-prize-detail-row{
    text-align:left;
  }
}

/* mobile */
@media screen and (max-width: 767px){
  .track30-prize-visual{
    min-height:340px;
  }

  .track30-prize-dots{
    width:130px;
    top:18px;
  }

  .track30-prize-photo-frame{
    width:200px;
    padding:10px;
    transform:rotate(7deg);
  }

  .track30-prize-heading{
    font-size:42px;
  }

  .track30-prize-paragraph{
    font-size:16px;
  }

  .track30-prize-detail-row{
    padding:9px 0;
  }

  .track30-prize-label{
    font-size:14px;
  }

  .track30-prize-value{
    font-size:15px;
  }
}

/* REWARD SECTION — START / FINISH TRANSFORMATION */

.track30-transformation-photo {
  position: relative;
  overflow: hidden;
}

/* BOTH IMAGES GET IDENTICAL POSITIONING */
.track30-transformation-photo .track30-prize-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Invisible sizing image keeps the original frame dimensions */
.track30-transformation-photo::before {
  content: "";
  display: block;
  padding-top: 150%;
}

/* SOFTER / START */
.track30-reward-start {
  animation: track30RewardStart 8s ease-in-out infinite;
}

/* LEANER / FINISH */
.track30-reward-finish {
  animation: track30RewardFinish 8s ease-in-out infinite;
}

@keyframes track30RewardStart {
  0%, 30% {
    opacity: 1;
  }

  45%, 80% {
    opacity: 0;
  }

  95%, 100% {
    opacity: 1;
  }
}

@keyframes track30RewardFinish {
  0%, 30% {
    opacity: 0;
  }

  45%, 80% {
    opacity: 1;
  }

  95%, 100% {
    opacity: 0;
  }
}
/* bullet list */
.track30-learning-list{
  margin: 14px 0 0;
  padding-left: 18px;
}

.track30-learning-list li{
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
}

.track30-learning-list li::marker{
  color: #f26b2a;
}
/* RULES SECTIONS */
.track30-rules-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 26px;
}

.track30-rule-card{
  position: relative;
  background:#ffffff;
  border:1px solid #e6e6e6;
  box-shadow:0 8px 22px rgba(0,0,0,0.08);
  padding:22px 20px 20px;
  min-height:220px;
}

.track30-rule-title{
  margin: 0 0 10px;
  font-size:20px;
  font-weight:800;
  text-transform:uppercase;
  color:#111;
}

.track30-rule-card p{
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:#333;
}

/* tablet */
@media screen and (max-width: 991px){
  .track30-rules-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobile */
@media screen and (max-width: 767px){
  .track30-rules-grid{
    grid-template-columns: 1fr;
  }
}
/* HOW TO WIN */
.track30-winner-alt{
  display:grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  margin-top: 30px;
}

/* LEFT SIDE */
.track30-winner-row{
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin-bottom:22px;
}

.track30-winner-num{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#f26b2a;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  flex-shrink:0;
}

.track30-winner-row h4{
  margin:0 0 6px;
  font-size:18px;
  font-weight:800;
  text-transform:uppercase;
}

.track30-winner-row p{
  margin:0;
  font-size:16px;
  color:#333;
  line-height:1.6;
}

/* RIGHT PANEL */
.track30-winner-panel{
  background-image: linear-gradient(#ff5e00f5, #ff5e00f5), url('../images/geometric-bg.jpg');
  color:#fff;
  padding:26px;
  box-shadow:0 12px 28px rgba(0,0,0,0.2);
}

.track30-winner-panel h3{
  margin:0 0 14px;
  text-transform:uppercase;
  font-weight:800;
  color:#fff;
}

.track30-winner-panel p{
  font-size:15px;
  line-height:1.6;
  color: #fff;
}

.track30-winner-strong{
  color:#fff;
  font-weight:800;
}

.track30-winner-divider{
  height:1px;
  background: #fff;
  margin:18px 0;
}

.track30-winner-summary{
  font-weight:600;
}

/* MOBILE */
@media screen and (max-width: 767px){
  .track30-winner-alt{
    grid-template-columns:1fr;
  }
}
/* BEFORE U START  */
.track30-before-layout{
  margin-top: 28px;
}

.track30-before-intro{
/*   max-width: 860px; */
  margin-bottom: 24px;
}

.track30-before-intro p{
  margin:0;
  font-size:18px;
  line-height:1.75;
}

.track30-before-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.track30-before-item{
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:20px 0;
  border-top:1px solid rgba(0,0,0,0.12);
}

.track30-before-item:last-child{
  border-bottom:1px solid rgba(0,0,0,0.12);
}

.track30-before-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#fff;
  color:#f26b2a;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:800;
  flex-shrink:0;
}

.track30-before-copy h4{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
}

.track30-before-copy p{
  margin:0 0 10px;
  font-size:16px;
  line-height:1.7;
}

.track30-before-copy ul{
  margin:0;
  padding-left:20px;
}

.track30-before-copy li{
  margin-bottom:8px;
  font-size:16px;
  line-height:1.6;
}

/* mobile */
@media screen and (max-width: 767px){
  .track30-before-intro p{
    font-size:16px;
  }

  .track30-before-item{
    gap:14px;
    padding:18px 0;
  }

  .track30-before-icon{
    width:34px;
    height:34px;
    font-size:14px;
  }

  .track30-before-copy h4{
    font-size:18px;
  }

  .track30-before-copy p,
  .track30-before-copy li{
    font-size:15px;
  }
}
/* WHO THIS IS FOR */
/* WHO THIS IS FOR */
.track30-who-header{
  margin-bottom: 28px;
}

.track30-who-subtitle{
  color:#fff;
  margin-left:auto;
}

.track30-who-slider{
  background: transparent;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.track30-who-slider .w-slider-mask,
.track30-who-slider .testimonial-mask{
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

.track30-who-slider .w-slide,
.track30-who-slider .testimonial-slide{
  width: 100% !important;
}

.track30-who-slide-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  width:100%;
  max-width:900px;
  min-height:420px;
  margin:0 auto;
  padding:20px 20px 50px;
  box-sizing:border-box;
}

.track30-who-circle{
  width:290px;
  height:290px;
  border-radius:50%;
  background:#fff;
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:34px;
  box-shadow:0 16px 34px rgba(0,0,0,0.18);
  margin:0 auto 26px;
  box-sizing:border-box;
}

.track30-who-circle span{
  font-size:28px;
  line-height:1.15;
  font-weight:400;
  text-transform:uppercase;
}

.track30-who-details{
  width:100%;
  max-width:760px;
  margin:0 auto;
}

.track30-who-text{
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:#fff;
}

.track30-who-footer{
  margin:18px auto 0;
  max-width:720px;
  text-align:center;
  font-size:18px;
  line-height:1.7;
  font-weight:700;
  color:#fff;
}

/* arrows */
.track30-who-slider .left-arrow,
.track30-who-slider .right-arrow{
  color:#fff;
  width:50px;
}

/* dots */
.track30-who-slider .testimonial-slide-nav{
  bottom:0;
  left:0;
  right:0;
  margin:0 auto;
}

/* tablet */
@media screen and (max-width: 991px){
  .track30-who-slide-inner{
    min-height:380px;
    max-width:100%;
  }

  .track30-who-circle{
    width:240px;
    height:240px;
    padding:28px;
  }

  .track30-who-circle span{
    font-size:22px;
  }

  .track30-who-text{
    font-size:16px;
  }
}

/* mobile */
@media screen and (max-width: 767px){
  .track30-who-header{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .track30-who-subtitle{
    margin-left:0;
  }

  .track30-who-slide-inner{
    min-height:320px;
    padding:10px 16px 42px;
  }

  .track30-who-circle{
    width:200px;
    height:200px;
    padding:22px;
    margin-bottom:18px;
  }

  .track30-who-circle span{
    font-size:18px;
    line-height:1.22;
  }

  .track30-who-text{
    font-size:15px;
    line-height:1.7;
  }

  .track30-who-footer{
    font-size:16px;
  }
}
/* WHATS APP SECTION */
.track30-community-layout{
  display:grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 38px;
  margin-top: 28px;
  align-items:stretch; /* KEY CHANGE */
}

.track30-community-panel{
  grid-column: 1;
  background-image: linear-gradient(#ff5e00f5, #ff5e00f5), url('../images/geometric-bg.jpg');
  color:#fff;
  padding:28px 24px;
  box-shadow:0 12px 28px rgba(0,0,0,0.18);
}

.track30-community-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:#25D366;
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
   gap:8px; /* space between icon + text */
}
.track30-whatsapp-icon{
  width:14px;
  height:14px;
    display:block;
  filter: brightness(0) invert(1); /* makes icon white if needed */
}
.track30-community-title{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.05;
  font-weight:900;
  text-transform:uppercase;
  color:#fff;
}

.track30-community-intro{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:#fff;
}

.track30-community-divider{
  height:1px;
  background:#fff;
  margin:18px 0;
}

.track30-community-note{
  margin:0;
  font-size:15px;
  line-height:1.65;
  color:#fff;
}

.track30-community-content{
  grid-column: 2;
  display:flex;
  flex-direction:column;
  height:100%; /* KEY */
}
.track30-community-content .track30-community-block{
  flex:1; /* makes it fill height */
}
.track30-community-block{
  background:#ffffff;
  border:1px solid #e6e6e6;
  box-shadow:0 8px 22px rgba(0,0,0,0.08);
  padding:24px 22px;
}

.track30-community-full{
  grid-column: 1 / -1;
  margin-top: 4px;
}

.track30-community-block h4{
  margin:0 0 12px;
  font-size:20px;
  line-height:1.2;
  font-weight:800;
  text-transform:uppercase;
  color:#111;
}

.track30-community-block p{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:#333;
}

.track30-community-block ul{
  margin:0;
  padding-left:20px;
}

.track30-community-block li{
  margin-bottom:8px;
  font-size:16px;
  line-height:1.6;
  color:#333;
}

.track30-community-block li:last-child{
  margin-bottom:0;
}

/* tablet */
@media screen and (max-width: 991px){
  .track30-community-layout{
    grid-template-columns:1fr;
  }

  .track30-community-panel,
  .track30-community-content,
  .track30-community-full{
    grid-column:auto;
  }

  .track30-community-full{
    margin-top:0;
  }
}

/* mobile */
@media screen and (max-width: 767px){
  .track30-community-panel{
    padding:22px 18px;
  }

  .track30-community-title{
    font-size:24px;
  }

  .track30-community-intro,
  .track30-community-note,
  .track30-community-block p,
  .track30-community-block li{
    font-size:15px;
  }

  .track30-community-block{
    padding:20px 18px;
  }

  .track30-community-block h4{
    font-size:18px;
  }
}
/* COUNTDOWN */
/* .track30-countdown-float{
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 999999;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 8px 20px rgba(0,0,0,0.14);
  border-radius: 4px;
  padding: 10px 12px;
  width: 180px;
  box-sizing: border-box;
}

.track30-countdown-title{
  text-align: center;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #111;
  margin-bottom: 8px;
}

.track30-countdown-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  align-items: start;
}

.track30-countdown-unit{
  text-align: center;
}

.track30-countdown-value{
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  margin-bottom: 4px;
}

.track30-countdown-label{
  font-size: 6px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111;
  line-height: 1;
} */

/* COUNTDOWN UNDER NAV*/
.track30-countdown-float{
  position: fixed;
  top: 37px;
  left: 0;
  width: 100%;
  background: rgba(17,17,17,0.92);
  backdrop-filter: blur(10px);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 1000001;
}

.track30-countdown-title{
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #fff;
  margin-bottom: 8px;
}

.track30-countdown-grid{
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.track30-countdown-unit{
  text-align: center;
  min-width: 52px;
}

.track30-countdown-value{
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin-bottom: 4px;
}

.track30-countdown-label{
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .track30-countdown-float {
    top: 60px;
  }
}
@media screen and (max-width: 767px){

 /*  .track30-countdown-float{
    padding: 8px 10px;
  } */

  .track30-countdown-grid{
    gap: 10px;
  }

  .track30-countdown-value{
    font-size: 14px;
  }

  .track30-countdown-unit{
    min-width: 44px;
  }
}

/* mobile */
.track30-mobile-join{
  display: none !important;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  background: #f26b2a;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

/* tablet + mobile */
@media screen and (max-width: 991px){
  #beginsBadge{
    display: none !important;
  }

  #prizeBadge{
    display: none !important;
  }

  .track30-mobile-join{
    display: inline-flex !important;
  }
}
/* TAG 
.track30-join-tag{
  position: absolute;
  top: 5px;
  right: 115px;
  transform: rotate(-5deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}*/

.track30-email-anchor,
.track30-button-anchor{
  position: relative;
}

.track30-button-anchor{
  display: inline-flex;
}

.track30-join-tag{
  position: absolute;
  top: -15px;
  right: -68px;
  transform: rotate(-5deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.track30-tag-icon{
  width: 80px;
  height: auto;
  display: block;
}

.track30-tag-text{
  position: absolute;
  text-align: center;
  transform: rotate(12deg);
}

.track30-tag-label{
  /* font-size: 12px; */
  font-size: 9px;  
  font-weight: 800;
  letter-spacing: .05em;
  color: #fff;
  line-height: 1;
}

.track30-tag-price{
 /*  font-size: 22px; */
  font-size: 18px;  
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-top: 4px;
}

@media screen and (max-width: 479px){
 .track30-join-tag{
    top: 35px !important;
    right: -55px !important;
    transform: rotate(5deg);
  }

  .track30-tag-icon{
    width: 65px;
  }

  .track30-tag-price{
    font-size: 12px;
  }
}

/* HERO */
.section.hero{
  position: relative;
  background-image: url("/images/nutrition-hero.jpg"); /* adjust if png/webp */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* overlay for readability */
.section.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0.85) 0%,
    rgba(255,255,255,0.75) 40%,
    rgba(255,255,255,0.6) 100%
  );
  z-index: 1;
}

/* make sure all hero content sits above background */
.section.hero .container,
.section.hero .column,
.section.hero .hero-column{
  position: relative;
  z-index: 2;
}
/*SMALL TABLET WHITE PANEL FIX*/
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  .section.mobile-nav {
    width: 100%;
  }

  .hero-image {
    width: 100% !important;
    max-width: 360px !important;
    transform: none !important;
  }

  .column.hero-right-col {
    max-width: 100% !important;
    overflow: hidden !important;
  }*/

  .section.hero,
  .hero-slider,
  .hero-mask,
  .hero-slide {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}
/* keep your man-cook image visible and above everything */
.hero-image{
  position: relative;
  z-index: 3;
}

/* mobile tweak */
@media screen and (max-width: 767px){
  .section.hero{
    background-position: center top;
  }
}

/* FIRE 7 / SILK */
/* JS ON INDEX*/


/* IPAD PRO LANDSCAPE */
@media screen and (min-width: 1150px) and (max-width: 1230px) {
  .hero-image {
    height: 114% !important;
  }
}

.whitetx{color:#fff !important;}

/* APPROVED METHODS */
.track30-method-section{
  margin-top: 24px;
}

.track30-method-heading{
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
}

.track30-method-carousel-wrap{
  width: 100%;
  overflow: hidden;
}

.track30-method-carousel{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}

.track30-method-card{
  width: 100%;
  min-width: 0;
}

.track30-method-image{
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

.track30-method-dots{
  display: none;
}

/* tablet */
@media screen and (max-width: 991px){
  .track30-method-heading{
    font-size: 22px;
  }

  .track30-method-image{
    height: 300px;
  }
}

/* mobile */
@media screen and (max-width: 767px){
  .track30-method-section{
    margin-top: 28px;
  }

  .track30-method-heading{
    font-size: 18px;
    line-height: 1.35;
  }

  .track30-method-carousel-wrap{
    overflow: hidden;
  }

  .track30-method-carousel{
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 18% 4px 0;
  }

  .track30-method-carousel::-webkit-scrollbar{
    display: none;
  }

  .track30-method-card{
    flex: 0 0 82%;
    max-width: 82%;
    min-width: 82%;
    scroll-snap-align: start;
  }

  .track30-method-image{
    height: 220px;
    border-radius: 4px;
  }

  .track30-method-dots{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }

  .track30-method-dot{
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 999px;
    background: rgba(0,0,0,0.18);
    padding: 0;
    cursor: pointer;
    transition: transform 180ms ease, background 180ms ease;
  }

  .track30-method-dot.is-active{
    background: #f26b2a;
    transform: scale(1.25);
  }
}
/* MENU TOGGLE CLOSE */
.section.mobile-nav{
  transition: all 0.3s ease;
}
html{
  scroll-behavior: auto;
}
</style>
/* CSS FOR WELCOME SCREEN */
 <style>
    .track30-welcome-hero{
      background:#000;
      padding:90px 20px 80px;
      text-align:center;
    }

    .track30-welcome-hero h1{
      margin:0;
      color:#fff;
      font-size:64px;
      line-height:0.95;
      font-weight:900;
      text-transform:uppercase;
    }

    .track30-welcome-wrap{
      max-width:980px;
      margin:0 auto;
      padding:0 20px 60px;
    }

    .track30-welcome-month{
      text-align:center;
      margin:36px 0 10px;
      font-size:58px;
      line-height:1;
      font-weight:900;
      text-transform:uppercase;
      color:#111;
    }

    .track30-welcome-sub{
      text-align:center;
      margin:0 0 38px;
      font-size:16px;
      line-height:1.7;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:#555;
    }

    .track30-welcome-card{
      background:#fff;
      box-shadow:0 6px 18px rgba(0,0,0,0.08);
      padding:22px 22px 18px;
      margin-bottom:18px;
	  width:100%;
    }

    .track30-mini-label{
      display:inline-block;
      background:#000;
      color:#fff;
      font-size:11px;
      font-weight:700;
      letter-spacing:.12em;
      text-transform:uppercase;
      padding:4px 8px;
      margin-bottom:18px;
    }

    .track30-card-title{
      margin:0 0 14px;
      font-size:24px;
      line-height:1.1;
      font-weight:900;
      text-transform:uppercase;
      color:#111;
    }

    .track30-meta-row{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      gap:10px;
      padding-bottom:12px;
      border-bottom:1px solid rgba(0,0,0,0.18);
    }

    .track30-step-chip{
      width:28px;
      height:28px;
      border-radius:50%;
      background:#f26b2a;
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:14px;
      font-weight:800;
      flex-shrink:0;
    }

    .track30-meta-label{
      font-size:14px;
      color:#111;
    }

    .track30-meta-value{
      font-size:14px;
      font-weight:700;
      color:#f26b2a;
    }

    .track30-card-text{
      margin:0;
      font-size:16px;
      line-height:1.7;
      color:#222;
    }

    .track30-card-text + .track30-card-text{
      margin-top:8px;
    }

    .track30-card-cta{
      display:inline-block;
      margin-top:18px;
      font-size:12px;
      font-weight:800;
      letter-spacing:.16em;
      text-transform:uppercase;
      color:#f26b2a;
      text-decoration:none;
    }

    .track30-card-cta:hover{
      text-decoration:underline;
    }

    .track30-download-links{
      margin-top:10px;
    }

    .track30-download-links a{
      display:block;
      margin:10px 0 0;
      color:#111;
      text-decoration:none;
      font-size:16px;
      line-height:1.6;
    }

    .track30-download-links a:hover{
      text-decoration:underline;
    }

    .track30-success-list{
      margin:0;
      padding-left:20px;
    }

    .track30-success-list li{
      margin:6px 0;
      font-size:16px;
      line-height:1.6;
      color:#222;
    }

    @media screen and (max-width: 767px){
      .track30-welcome-hero{
        padding:56px 16px 48px;
      }

      .track30-welcome-hero h1{
        font-size:38px;
      }

      .track30-welcome-wrap{
        padding:0 14px 40px;
      }

      .track30-welcome-month{
        font-size:38px;
        margin-top:26px;
      }

      .track30-welcome-sub{
        font-size:12px;
        margin-bottom:24px;
      }

      .track30-welcome-card{
        padding:18px 16px 16px;
      }

      .track30-card-title{
        font-size:18px;
      }

      .track30-card-text,
      .track30-download-links a,
      .track30-success-list li{
        font-size:15px;
      }
    }
/* 	weigh-in section */
.track30-upload-label{
  display:block;
  margin:12px 0 8px;
  font-size:14px;
  font-weight:700;
  color:#111;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.track30-file-input{
  display:block;
  width:480px;
  padding:12px;
  background:#fff;
  border:1px solid #f26b2a;
  border-radius:4px;
  box-sizing:border-box;
  font-size:14px;
  color:#111;
  margin-bottom:10px;
}

.track30-upload-note{
  margin:0 0 16px;
  font-size:13px;
  line-height:1.5;
  color:#555;
}
/* ANIMATE dots */

.dots::after {
  content: "...";
  animation: blink 1.4s infinite;
}

@keyframes blink {
  0%   { opacity: 0.2; }
  20%  { opacity: 1; }
  100% { opacity: 0.2; }
}
/* PRIZE POP */
.track30-prize-pop{
  animation: track30PrizePop 0.6s ease;
}

@keyframes track30PrizePop{
  0%{
    transform: scale(1);
  }
  35%{
    transform: scale(1.08);
  }
  100%{
    transform: scale(1);
  }
}
/* date */
.date-suffix {
  font-size: 0.6em;
  position: relative;
  top: -3px; /* adjust as needed */
  margin-left: 1px;
  display: inline-block;
}
  
  /* APPROVED METHODS CAROUSEL */
   .track30-method-section{
  margin-bottom: 56px;
}

.track30-method-heading{
  margin-bottom: 18px;
}

.track30-method-carousel-wrap{
  position: relative;
  width: 100%;
}

.track30-method-carousel{
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 18% 10px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.track30-method-carousel::-webkit-scrollbar{
  display: none;
}

.track30-method-card{
  flex: 0 0 260px;
  scroll-snap-align: start;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 10px 26px rgba(0,0,0,0.14);
  transform: scale(0.98);
  transition: transform 250ms ease, box-shadow 250ms ease, opacity 250ms ease;
  opacity: 0.92;
}

.track30-method-card:hover{
  transform: scale(1);
  box-shadow: 0 14px 34px rgba(0,0,0,0.18);
  opacity: 1;
}

.track30-method-image{
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.track30-method-dots{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.track30-method-dot{
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.28);
  padding: 0;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.track30-method-dot.is-active{
  background: #ffffff;
  transform: scale(1.25);
}

@media screen and (max-width: 991px){
  .track30-method-carousel{
    padding-right: 12%;
  }

  .track30-method-card{
    flex: 0 0 230px;
  }
}

@media screen and (max-width: 767px){
  .track30-method-section{
    margin-bottom: 42px;
  }

  .track30-method-carousel{
    gap: 12px;
    padding-right: 20%;
  }

  .track30-method-card{
    flex: 0 0 210px;
    border-radius: 16px;
  }
} 
/* DASHBOARD/SIGN UP TOGGLE */
.track30-hero-toggle-wrap{
  margin-top: 12px;
}

.track30-hero-toggle-link{
  font-size: 14px;
  line-height: 1.4;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 0.85;
  transition: opacity 180ms ease;
}

.track30-hero-toggle-link:hover{
  opacity: 1;
}

.track30-join-tag.is-hidden{
  display: none;
}
/* RESEND EMAIL */
.track30-resend-wrap{
  margin-top: 18px;
}

.track30-resend-btn{
  min-width: 220px;
	margin-top: 10px;
	margin-bottom: 35px;
	padding: 3px;
}

.track30-resend-message{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.track30-resend-message.is-success{
  color: #0f7b3a;
}

.track30-resend-message.is-error{
  color: #b42318;
}
/* INTAKE FORM */
.track30-info{
  margin-left: 6px;
  font-size: 12px;
  cursor: help;
  opacity: .65;
}

.track30-intake-form{
  margin-top: 14px;
}

.track30-intake-step{
  display: none;
}

.track30-intake-step.is-active{
  display: block;
}

.track30-intake-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.track30-field{
  display: flex;
  flex-direction: column;
}

.track30-field label{
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #111;
}

.track30-field-full{
  grid-column: 1 / -1;
}

.track30-height-wrap{
  display: flex;
  align-items: center;
  gap: 8px;
}

.track30-height-wrap input{
  width: 72px;
}

.track30-activity-box{
  margin-top: 4px;
  padding: 12px;
  background: #f26b2a;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  /* max-width: 1065px; */
}

.track30-intake-actions{
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.track30-intake-secondary{
  background: #eee;
  color: #111;
}

.track30-intake-message{
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
}

.track30-intake-message.is-error{
  color: #b42318;
}

.track30-targets-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.track30-target-box{
  background: #fff;
  border: 1px solid #ececec;
  padding: 16px 14px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.track30-target-label{
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #666;
  margin-bottom: 6px;
}

.track30-target-value{
  font-size: 28px;
  font-weight: 800;
  color: #111;
}

@media screen and (max-width: 767px){
  .track30-intake-grid{
    grid-template-columns: 1fr;
  }

  .track30-targets-grid{
    grid-template-columns: 1fr;
  }
}
input,
select,
textarea,
.w-input,
.w-select {
  font-size: 16px !important;
}
/*STEP VALIDATION FIX*/
.text-field.w-input,
.track30-field input,
.track30-field select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.track30-height-wrap {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .track30-height-wrap {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto;
    gap: 8px;
    width: 100%;
  }

  .track30-height-wrap input {
    width: 100%;
    min-width: 0;
  }

  #intakeDOB {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
/* //DOWNLLOAD links */
.track30-download-apps {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

/* Desktop layout */
@media (min-width: 768px) {
  .track30-download-apps {
    grid-template-columns: 1fr 1fr;
  }
}

.download-app {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.download-toggle {
  width: 100%;
  border: 0;
  background: #25D366;
  color: #fff;
  padding: 7px 8px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: 15px;
  font-weight: 700;
}

.download-app-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.download-app-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: cover;
}

.download-arrow {
  font-size: 20px;
  opacity: 0.7;
  transition: transform 0.2s ease;
}

.download-app.open .download-arrow {
  transform: rotate(180deg);
}

.download-options {
  display: none;
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.18);
}

.download-app.open .download-options {
  display: grid;
}

.download-options a {
  color: #000;
  text-decoration: none;
  padding: 13px 18px;
  font-size: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.download-options a:hover {
  background: rgba(255,255,255,0.06);
}
/* COLLAPSE + PHOTO CARD */
.track30-collapsible-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.collapsible-header {
  display: block;
}

.collapsible-body {
  display: none;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(0,0,0,0.14);
}

.collapsible-card.open .collapsible-body {
  display: block;
}

.collapsible-card:not(.open) .collapsible-body {
  border-top: 0;
}

.collapsible-toggle {
  border: 0;
  background: #ff5a1f;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 8px;
  margin-bottom: 18px;
}
#finalCheckInCard.complete .collapsible-toggle {
  display: inline-block;
  background: transparent;
  color: #111;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.track30-status-due {
  background: #cc0000 !important;
}

.track30-status-done {
  background: #168a3a !important;
}

.track30-photo-instructions {
  background: #faf8ed;
  border: 1px solid rgba(0,0,0,0.10);
  padding: 14px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.5;
}

.track30-photo-instructions strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #111;
}

.track30-photo-instructions p {
  margin: 0;
}

.track30-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.track30-photo-tile {
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.14);
  background: #fff;
  padding: 10px;
  text-align: center;
  display: block;
}

.track30-photo-image-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}

.track30-photo-image-wrap > img:not(.track30-photo-overlay-camera) {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #f1f1f1;
  display: block;
}

.track30-photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.42);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.78); /* transparent text */
  pointer-events: none;
}

.track30-photo-overlay-camera {
  width: 56px;
  height: 56px;
  object-fit: contain;
  opacity: 0.38; /* transparent camera */
  margin-bottom: 10px;
  filter:
    invert(1)
    drop-shadow(0 4px 10px rgba(0,0,0,0.18));
}

.track30-photo-overlay-text {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.track30-photo-overlay-text {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0.72; /* transparent text */
}

.track30-photo-tile.is-uploaded .track30-photo-overlay {
  display: none;
}

.track30-photo-tile.is-uploaded span::after {
  content: " ✓";
  color: #168a3a;
}

.track30-photo-submit-wrap {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.p1 {font-family: Montserrat, sans-serif; font-size:14px;}

@media screen and (max-width: 767px) {
  .track30-photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .track30-photo-submit-wrap {
    justify-content: center;
  }

  #initialProgressPhotosBtn,
  #initialPhotoContactBtn {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
/* FINAL CHECK-IN CARD */
.final-check-step {
  display: none;
}

.final-check-step.is-active {
  display: block;
}
/* OVERVIEW */
.track30-overview-wrap {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(0,0,0,0.14);
}

.track30-overview-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.track30-calavg-pill {
  background: #faf8ed;
  border: 1px solid rgba(0,0,0,0.14);
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
  white-space: nowrap;
}

.track30-overview-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.14);
  padding: 18px;
}

.track30-overview-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.track30-overview-title {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: #111;
  text-align: center;
}

.track30-overview-arrow {
  width: 34px;
  height: 34px;
  border: 0;
  background: #111;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.track30-overview-arrow:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.track30-overview-stats {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

/* 3-column stat row: left | center | right */
.track30-overview-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  font-size: 15px;
  color: #111;
}

.track30-col-label {
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
}

.track30-col-value {
  text-align: center;
  font-weight: 800;
}

.track30-col-status {
  display: grid;
  grid-template-columns: 24px 64px;
  justify-content: end;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-weight: 800;
  white-space: nowrap;
}

.track30-status-icon {
  width: 24px;
  text-align: center;
  line-height: 1;
}

.track30-status-label {
  width: 64px;
  text-align: left;
}

.track30-overview-summary {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  padding: 14px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
}

.track30-overview-summary strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f26b2a;
}

.track30-deadline-review {
  margin-top: 14px;
  background: #fff2f2;
  border: 1px solid #cc0000;
  color: #111;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
}

.track30-inline-help {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  background: none;
  border: none;
  color: #f26b2a;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .track30-overview-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  .track30-overview-header .track30-mini-label {
    margin-bottom: 0;
  }

  .track30-calavg-pill {
    font-size: 12px;
    white-space: nowrap;
    margin-left: auto;
  }

  .track30-overview-card {
    padding: 14px;
  }

  .track30-overview-row {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    font-size: 13px;
  }

  .track30-col-label {
    text-align: left;
  }

  .track30-col-value {
    text-align: center;
  }

  .track30-col-status {
    display: grid;
    grid-template-columns: 20px 52px;
    justify-content: end;
    align-items: center;
    gap: 5px;
    width: 100%;
  }

  .track30-status-icon {
    width: 20px;
    text-align: center;
  }

  .track30-status-label {
    width: 52px;
    text-align: left;
  }
}
/* MODAL */
.track30-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2147483647;
}

.track30-modal.is-open {
  display: block;
}

.track30-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 2147483647;
}

.track30-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 560px);
  max-height: 85vh;
  overflow-y: auto;
  background: #fff;
  padding: 28px;
  z-index: 2147483647;
}
/*download sheets and whatsapp line*/
.track30-download-card {
  padding: 0 !important;
  margin-bottom: 18px;
  box-shadow: none;
  background: #fff;
}

.track30-download-summary {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(0,0,0,0.14);
  background: transparent;
  padding: 8px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.track30-download-title,
#downloadStatus {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

#downloadStatus {
  justify-self: end;
}

.track30-download-expanded {
  padding: 18px 22px;
  border: 1px solid rgba(0,0,0,0.14);
  border-top: 0;
  background: #fff;
}
/* LOADING OVERLAY */

.track30-page-loader {
  position: fixed;
  inset: 0;
  background: rgba(251,248,236,0.96);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track30-page-loader-inner {
  text-align: center;
}

.track30-loader-spinner {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(0,0,0,0.12);
  border-top-color: #f26b2a;
  border-radius: 50%;
  animation: track30Spin 0.8s linear infinite;
  margin: 0 auto 18px;
}

.track30-loader-title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #111;
}

.track30-loader-sub {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

@keyframes track30Spin {
  to {
    transform: rotate(360deg);
  }
}
/* COMPLETE CARD  */
.initial-photos-complete-card {
  padding: 0 !important;
  box-shadow: none;
  background: transparent;
}

.initial-photos-complete-card .track30-collapsible-top {
  display: none;
}

.initial-photos-complete-card .collapsible-header {
  border: 1px solid rgba(0,0,0,0.14);
  background: #fff;
  padding: 12px 20px;
}

.initial-photos-complete-card .collapsible-header > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.initial-photos-complete-card .track30-card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.initial-photos-complete-card #initialPhotosToggle {
  display: inline-block;
  background: transparent;
  color: #111;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.initial-photos-complete-card .collapsible-body {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.14);
  border-top: 0;
  margin-top: 0;
  padding: 22px;
}
/* CONTACT MSG SENT MODAL */
.track30-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #111;
  color: #fff;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity .25s ease,
    transform .25s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.track30-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.track30-toast.is-error {
  background: #b42318;
}
/* TRANSFORMATION CARD */
.track30-transformation-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  gap: 24px;
  margin-top: 24px;
}

.track30-transformation-column {
  background: #faf8ed;
  border-radius: 14px;
  padding: 18px;
}

.track30-transformation-column h4 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.track30-transform-stat-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  font-size: 14px;
}

.track30-transform-stat-row span {
  font-weight: 600;
}

.track30-transform-stat-row strong {
  text-align: right;
  font-weight: 800;
}

.track30-transform-photo-stack {
  margin-top: 18px;
}

.track30-transform-photo-stack img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin-top: 16px;
  background: #ddd;
}

.track30-transform-photo-stack span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.track30-difference-column {
  background: #111;
  color: #fff;
}

.track30-difference-column .track30-transform-stat-row {
  border-bottom-color: rgba(255,255,255,0.2);
}

@media screen and (max-width: 900px) {
.track30-transformation-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) minmax(220px, 0.8fr);
  gap: 24px;
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}

.track30-transformation-column {
  min-width: 260px;
}

.track30-difference-column {
  min-width: 220px;
}

@media screen and (max-width: 900px) {
  .track30-transformation-layout {
    grid-template-columns: 260px 260px 220px;
  }
}
/* PROJECTED WEIGHT LOSS ROW */
.track30-collapse-card {
  width: 100%;
  margin-top: 12px;
  background: #f4f4f4;
  border: none;
}

.track30-collapse-toggle {
  width: 100%;
  border: none;
  background: #f4f4f4;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}

.track30-collapse-content {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 10px 14px 12px;
}

.track30-projection-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
}

.track30-projection-label {
  font-weight: 600;
}

.track30-projection-value {
  text-align: right;
  font-weight: 500;
}
/* LEADERBOARD */
#leaderboardWrap {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
}

.track30-leaderboard-row {
  display: grid;
  grid-template-columns: 70px 1.5fr 100px 130px 130px 130px 130px;
  gap: 16px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.track30-leaderboard-row.header {
  background: #111;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.track30-leaderboard-rank {
  font-weight: 900;
  font-size: 20px;
}

.track30-leaderboard-score {
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .track30-leaderboard-row {
    grid-template-columns: 1fr;
  }
}
/* TRANSFORMATION MONTH SWITCH */
.track30-transformation-selectors {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.track30-transformation-select-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.track30-transformation-select-group label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.track30-transformation-select-group select {
  min-width: 220px;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .navbar {
    background-color: #000 !important;
    align-items: stretch;
  }

  .navbar-menu {
    display: flex !important;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
  }

  .logo-container {
    background-color: #000 !important;
    align-self: stretch;
    height: 70px;
    width: 190px;
    min-width: 190px;
    padding: 0;
    overflow: hidden;
    flex-shrink: 0;
  }

  .logo-container img,
  .track30-logo {
    display: block;
    width: 170px !important;
    max-width: 170px !important;
    transform: translateX(1px) !important;
  }

  body.home-page .logo-container img,
  body.home-page .track30-logo {
    transform: translateX(3px) !important;
  }

  .hamburger-icon,
  .w-nav-button {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1000000;
    position: relative;
  }
}

/*   TERMS AND PRIVACY */
.track30-terms-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 520px;
  margin: 14px auto 18px;
  font-size: 12px;
  line-height: 1.35;
  color: #111;
  text-align: left;
}

.track30-terms-check input {
  margin-top: 3px;
  flex: 0 0 auto;
}

.track30-terms-check a {
  color: #111;
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .track30-terms-check {
    max-width: 100%;
    font-size: 11px;
    margin: 12px auto 16px;
  }
}
/* 
CONTACT US SECTION */
.track30-contact-section {
  padding: 130px 20px 100px;
  background: #f7f4ea;
}

.track30-contact-container {
  max-width: 900px;
  margin: 0 auto;
}

.track30-contact-card {
  background: #fff;
  padding: 48px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.track30-contact-heading {
  margin-bottom: 16px;
}

.track30-contact-intro {
  max-width: 650px;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.track30-contact-email {
  font-weight: 700;
  margin-bottom: 28px;
}

.track30-contact-email a {
  color: #ff5e00;
}

.track30-contact-message {
  margin-top: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .track30-contact-section {
    padding: 90px 16px 70px;
  }

  .track30-contact-card {
    padding: 28px 20px;
  }

  .track30-contact-intro {
    font-size: 15px;
  }
}
#contactStatusBox {
  display: none;
}

  </style>