:root {
  --color--dark: #070708;
  --font--body: Inter, sans-serif;
  --color--light: white;
  --type--body-regular: 20px;
  --font--headings: Sora, sans-serif;
  --type--h1: 86px;
  --type--h2: 40px;
  --type--h3: 26px;
  --color--accent: #a9ff5d;
  --color--elevation: black;
  --white: white;
  --type--subtitle: 28px;
  --black: black;
  --type--body-small: 18px;
  --accent-tile-challenge: #f77fbf;
  --accent-pink: #ffcaeb;
  --faq-background: #1e2b14;
  --accent-opacity-1: #131c0b;
  --accent-tile: #e1ffc7;
}

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

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

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

.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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--color--dark);
  font-family: var(--font--body);
  color: var(--color--light);
  font-size: var(--type--body-regular);
  font-weight: 500;
  line-height: 130%;
}

h1 {
  font-family: var(--font--headings);
  font-size: var(--type--h1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  font-family: var(--font--headings);
  font-size: var(--type--h2);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  font-family: var(--font--headings);
  font-size: var(--type--h3);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

a {
  color: var(--color--light);
  text-decoration: underline;
}

blockquote {
  background-color: var(--color--accent);
  font-family: var(--font--headings);
  text-transform: uppercase;
  border-left: 5px #e2e2e2;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 52px;
  font-size: 24px;
  line-height: 120%;
}

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

.section.hero-template {
  background-color: var(--color--elevation);
  padding-top: 160px;
}

.section.hero-home {
  background-image: linear-gradient(to right, #070708, rgba(7, 7, 8, .15) 56%, rgba(7, 7, 8, 0)), url('../images/Hero-Image-Fit-Trainer-Webflow-Template_1Hero Image Fit Trainer Webflow Template.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 280px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section.padding-top-120 {
  padding-top: 120px;
}

.section.cta-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-about {
  padding-top: 160px;
}

.section.padding-bottom-120 {
  padding-bottom: 120px;
}

.section.paddings-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-services, .section.hero-general {
  padding-top: 180px;
}

.section.hero-blog-template {
  padding-top: 180px;
  padding-bottom: 120px;
}

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

.section.hero-sales {
  padding-top: 220px;
  padding-bottom: 180px;
}

.section._404-section {
  padding-top: 180px;
  padding-bottom: 140px;
}

.section.workoutcontainer {
  padding-left: 24px;
}

.section.nutritionsectionmobile {
  display: none;
}

.grid-buttons {
  grid-template-rows: auto;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wrap-template-ui {
  grid-row-gap: 24px;
  background-color: rgba(0, 0, 0, .06);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.left-column-template-details {
  padding: 0;
}

.main-container {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.main-container.footercontainer {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.main-container.herocontainer {
  max-width: 1400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.main-container.videocontainer {
  height: auto;
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.main-container.workoutcontainer {
  max-width: 1400px;
}

.main-container.nutritioncontainerweb {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.link-template-navigation {
  color: #f3f9ff;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: var(--color--light);
  font-weight: 500;
}

.columns-template-details {
  display: flex;
}

.divider-typography {
  width: 100%;
  height: 1px;
  background-color: rgba(231, 231, 231, .3);
}

.block-quote {
  background-color: var(--color--accent);
  color: var(--color--light);
  border-left-style: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  font-size: 24px;
  line-height: 130%;
}

.subtitle {
  font-family: var(--font--headings);
  color: var(--white);
  font-size: var(--type--subtitle);
  font-weight: 700;
  line-height: 127%;
}

.subtitle.subtitlev1 {
  color: var(--black);
}

.template-h2 {
  margin-top: 0;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--color--elevation);
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.paragraph-small {
  font-size: var(--type--body-small);
  line-height: 130%;
}

.grid-colors {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color {
  background-color: #faebe3;
  border: 1px solid rgba(255, 255, 255, .24);
  padding-top: 100%;
}

.color.color-four {
  background-color: var(--color--elevation);
}

.color.color-one {
  background-color: var(--color--dark);
}

.color.color-three {
  background-color: var(--color--accent);
}

.color.color-two {
  background-color: var(--color--light);
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--color--elevation);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.cta {
  height: 54px;
  border: 1px solid var(--color--accent);
  background-color: var(--color--accent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px 32px;
  transition: background-color .4s;
  display: flex;
}

.cta:hover {
  background-color: rgba(24, 75, 205, .15);
}

.cta.big {
  height: 68px;
  border-color: var(--accent-tile-challenge);
  background-color: var(--accent-tile-challenge);
  color: var(--black);
  padding-left: 44px;
  padding-right: 44px;
  font-size: 22px;
}

.cta.outline {
  background-color: rgba(24, 75, 205, 0);
}

.cta.outline:hover {
  background-color: rgba(24, 75, 205, .2);
}

.cta.outline.nav-cta {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.title-wrap-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.limit-subtitle-template {
  max-width: 840px;
}

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

.flex-cta-center.mg-top-24 {
  margin-top: 24px;
}

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  color: #e7e7e7;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-chevron-dropdown {
  width: 24px;
  height: 24px;
}

.dropdown {
  font-size: 16px;
}

.navbar {
  height: 100px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(20, 20, 20, 0);
  margin-top: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-dropdown {
  color: rgba(243, 249, 255, .9);
  text-align: left;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
}

.link-dropdown:hover {
  background-color: rgba(231, 231, 231, .04);
}

.link-dropdown.w--current {
  color: var(--color--light);
  font-weight: 700;
}

.dropdown-list.w--open {
  background-color: var(--color--elevation);
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}

.brand-navbar {
  height: 100%;
  max-width: none;
}

.container-navbar {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-brand-navbar {
  height: 80px;
  align-items: center;
  display: flex;
}

.link-brand-navbar.w--current {
  height: 68px;
}

.nav-link {
  color: #e7e7e7;
  padding: 12px 18px 12px 16px;
  font-size: 18px;
  text-decoration: none;
}

.title-wrap-home {
  z-index: 10;
  max-width: 694px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.overlay-top-bottom-gradient {
  z-index: 1;
  width: 100%;
  height: 102%;
  background-image: linear-gradient(#070708, rgba(7, 7, 8, 0) 25%, rgba(7, 7, 8, 0) 79%, #070708);
  display: block;
  position: absolute;
  top: -1%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-title-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-top-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: var(--font--headings);
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.circle-top-title {
  width: 10px;
  height: 10px;
  background-color: var(--color--accent);
  border-radius: 50%;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-24 {
  margin-top: 24px;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.center-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: block;
}

.center-heading.mg-bottom-72 {
  margin-bottom: 72px;
}

.center-heading.centerheadingv1 {
  color: var(--black);
}

.tag-heading {
  height: 32px;
  border: 1px solid var(--accent-tile-challenge);
  text-transform: lowercase;
  background-color: rgba(247, 127, 192, .15);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
  box-shadow: 0 2px 16px #f77fc0;
}

.tag-heading.price-tag {
  background-color: var(--color--accent);
  text-transform: uppercase;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

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

.tile-service {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-color: var(--color--elevation);
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.tile-service:hover {
  transform: translate(0, -4px);
}

.icon-service-tile {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.bottom-service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-combo-halves {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.single-icon-list {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.top-combo-halves {
  max-width: 592px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

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

.paragraph-big {
  font-size: 22px;
  line-height: 130%;
}

.wrap-image-combo-halves {
  position: relative;
  overflow: hidden;
}

.icon-icons-list {
  width: 28px;
  height: 28px;
}

.master-icons-list {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-combo-halves {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.abstract-stars-vertical {
  height: 24px;
}

.master-testimonial-slider {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mask {
  height: auto;
  position: static;
}

.text-testimonial {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

.wrap-testimonial-content {
  max-width: 710px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider {
  width: 85%;
  height: auto;
  max-width: 894px;
  background-color: rgba(255, 247, 227, 0);
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-testimonial {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
}

.icon-slider-arrow {
  width: 100%;
  height: 100%;
}

.tile-testimonial-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--elevation);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px;
  display: flex;
}

.slide-nav-hidden {
  display: none;
}

.arrow-testimonial-slider {
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.arrow-testimonial-slider:hover {
  transform: scale(1.1);
}

.slide-testimonials {
  height: auto;
}

.wrap-cta-content {
  z-index: 10;
  width: 100%;
  max-width: 710px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-cta-section {
  height: auto;
  background-image: linear-gradient(rgba(7, 7, 8, .3), rgba(7, 7, 8, .3));
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
}

.flex-heading-text {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-heading-text {
  max-width: 546px;
}

.right-heading-text {
  max-width: 404px;
}

.marquee-relative {
  position: relative;
}

.master-gallery-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 105px;
  overflow: hidden;
}

.single-gallery-images {
  height: auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.gallery-images-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.image-gallery-moving {
  width: 453px;
  object-fit: cover;
  display: block;
}

.fill-line {
  width: 100%;
  height: 100%;
  background-color: var(--color--accent);
  transform-origin: 50% 0;
}

.single-process {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

.line-process {
  width: 5px;
  height: 100%;
  background-color: #404042;
}

.master-process {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.left-process {
  width: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.process-circle {
  width: 29px;
  height: 29px;
  background-color: #404042;
  border-radius: 50%;
  flex: none;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fill-circle {
  width: 100%;
  height: 100%;
  background-color: var(--color--accent);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-process {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 64px;
  display: flex;
}

.right-process.last-process {
  padding-bottom: 0;
}

.left-values-sticky-halves {
  max-width: 530px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.gird-sticky-halves {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.icon-check-in-circle {
  width: 40px;
  height: 40px;
}

.tile-value-sticky {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--accent-tile-challenge);
  flex-direction: column;
  align-items: center;
  padding: 50px 32px;
  display: flex;
  box-shadow: 0 2px 30px rgba(29, 52, 51, .05);
}

.bottom-values-halves {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-small-2 {
  font-size: 16px;
  font-weight: 200;
  line-height: 140%;
}

.sticky-sticky-halves {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.left-sticky-halves {
  position: relative;
}

.column-values-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-values-halves.move-down-collumn {
  padding-top: 80px;
}

.circle-check-values-sticky {
  width: 80px;
  height: 80px;
  background-color: var(--accent-pink);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tile-pricing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--elevation);
  flex-direction: column;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.master-top-pricing-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-pricing-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-pricing-tile {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
}

.wrap-pricing-checklist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-checklist {
  grid-column-gap: 12px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-checklist {
  width: 24px;
  height: 24px;
}

.text-check-list {
  font-size: 18px;
  line-height: 140%;
}

.footer {
  float: none;
  clear: none;
  background-color: var(--accent-tile-challenge);
  color: #f9f5e8;
  border-radius: 12px;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.divider-footer {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-social-footer {
  width: 44px;
  height: 44px;
  padding: 6px;
  display: flex;
}

.text-legal-footer {
  color: var(--color--light);
  font-size: 14px;
  font-weight: 200;
}

.brand-link-footer {
  height: 54px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brand-link-footer.w--current {
  height: 64px;
}

.single-contact-list-footer {
  grid-column-gap: 8px;
  color: var(--color--light);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.brand-footer {
  height: 100%;
  max-width: none;
  display: block;
}

.left-top-footer {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.flex-socials-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--accent-pink);
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--color--light);
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.master-contact-list-footer {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-legal-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-contact-list-footer {
  width: 24px;
  height: 24px;
}

.icon-social-footer {
  width: 100%;
  object-fit: contain;
}

.divider-footer-left {
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #fffbf0;
}

.grid-footer-links {
  max-width: 760px;
  grid-column-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-footer-links {
  color: var(--color--light);
  font-size: 16px;
}

.title-wrap-about {
  width: 100%;
  max-width: 930px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-about {
  max-width: 800px;
}

.moving-images-master-about {
  width: 100vw;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.moving-images-inside-about {
  width: 160vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.moving-image-about {
  width: 32%;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 0%;
  right: 0%;
}

.grid-stats-fourths-center {
  max-width: 1130px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  margin-left: auto;
  margin-right: auto;
}

.wrap-stat {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-stat {
  font-family: var(--font--headings);
  font-size: 68px;
  font-weight: 500;
  line-height: 110%;
}

.divider-stats {
  width: 1px;
  height: 70%;
  background-color: rgba(255, 255, 255, .23);
}

.grid-gallery-rotate {
  width: 100%;
  max-width: 1122px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
}

.column-gallery-rotate {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.image-galery-rotate.left-image {
  transform-origin: 100% 100%;
}

.wrap-big-quote {
  max-width: 1090px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-quote-big {
  height: 56px;
}

.text-quote-big {
  font-family: var(--font--headings);
  text-transform: uppercase;
  font-size: 77px;
  font-weight: 600;
  line-height: 120%;
}

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

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.expandable-bottom {
  width: 90%;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-expandable-faq-halves {
  width: 100%;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
}

.faq-paragraph {
  aspect-ratio: auto;
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 200;
  overflow: visible;
}

.expandable-single-faq {
  background-color: var(--faq-background);
  cursor: pointer;
  padding: 32px 40px;
}

.grid-faq-halves {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-faq-halves {
  max-width: 420px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.plus-expand-master {
  width: 40px;
  height: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.plus-line {
  width: 18px;
  height: 2px;
  background-color: var(--color--light);
  border-radius: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

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

.flex-heading-cta.mg-bottom-64 {
  margin-bottom: 64px;
}

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

.link-blog {
  height: 100%;
  background-color: var(--color--elevation);
  text-align: center;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.wrap-image-blog {
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

.image-blog {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-blog {
  z-index: 10;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.bottom-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.right-contact-one {
  width: 100%;
  max-width: 606px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.single-contact-list-icon-one {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-contact-one {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.image-abstract-contact {
  height: 56px;
}

.image-contact-one {
  width: 100%;
  max-width: 590px;
  object-fit: cover;
}

.tile-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--elevation);
  flex-direction: column;
  align-items: flex-start;
  padding: 64px 56px;
  display: flex;
}

.top-contact-one {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-contact-list-one {
  width: 32px;
  height: 32px;
}

.bottom-contact-one {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-contact-tile {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .24);
}

.image-expertises-under {
  width: 90%;
}

.grid-hero-expertises {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .52fr .48fr;
}

.title-wrap-hero-expertises {
  max-width: 635px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-hero-expertises {
  width: 100%;
  max-width: 550px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.image-expertises-above {
  width: 50%;
  margin-top: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.link-scroll-down-services {
  margin-top: 16px;
  transition: transform .2s;
}

.link-scroll-down-services:hover {
  transform: scale(1.1);
}

.icon-scroll-down-services {
  width: 40px;
}

.text-heading-3 {
  font-family: var(--font--headings);
  font-size: var(--type--h3);
  text-transform: uppercase;
  line-height: 120%;
}

.space-40 {
  height: 40px;
}

.title-wrap-service {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-service {
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin-bottom: 32px;
}

.limit-subtitle-service {
  max-width: 804px;
}

.link-scroll-down-service {
  margin-top: 32px;
  transition: transform .2s;
}

.link-scroll-down-service:hover {
  transform: scale(1.1);
}

.icon-scroll-down-service {
  width: 64px;
}

.container-medium {
  max-width: 894px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-general {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-wrap-general.mg-bottom-80 {
  margin-bottom: 80px;
}

.limit-subtitle-800 {
  max-width: 800px;
}

.grid-highlighted-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color--elevation);
  grid-template-rows: auto;
}

.wrap-highlighted-blog {
  padding-top: 100%;
  position: relative;
}

.image-highlighted-blog {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-highlighted-blog {
  width: 85%;
  max-width: 470px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper-highlighted-blog {
  margin-bottom: 40px;
}

.section-big-image {
  height: 100vh;
  max-height: 1100px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.image-big-section {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.divider-blog-tempalte {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  margin-top: 140px;
  margin-bottom: 140px;
}

.title-wrap-product {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrap-horizontal-checklist {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-to-cart {
  justify-content: center;
  align-items: center;
  display: flex;
}

.default-state-add-to-cart {
  align-items: center;
  display: flex;
}

.field-label-hidden {
  display: none;
}

.text-field-quantity {
  height: 54px;
  min-width: 90px;
  border-color: var(--color--accent);
  background-color: rgba(250, 250, 250, 0);
  border-right-style: none;
  border-radius: 0;
  margin-bottom: 0;
}

.text-field-quantity:focus {
  border-style: solid none solid solid;
  border-color: var(--color--accent);
}

.divider-product {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  margin-top: 120px;
  margin-bottom: 0;
}

.wrap-brand-checkout {
  height: 80px;
  background-color: var(--color--elevation);
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-brand-checkout {
  height: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-checkout {
  height: 100%;
  max-width: none;
}

.shipping-method {
  background-color: #171718;
}

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

.apple-pay {
  height: 48px;
  border-radius: 80px;
}

.block-header {
  background-color: var(--color--elevation);
  border-color: rgba(255, 255, 255, .15);
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.icon-product-checkout {
  max-width: 60px;
}

.text-field-checkout {
  height: 44px;
  color: var(--color--light);
  background-color: #1f1f1f;
  border: 1px solid #f3f9ff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  display: flex;
}

.text-field-checkout:focus, .text-field-checkout.-wfp-focus {
  border-color: var(--color--accent);
  color: #fff;
}

.text-field-checkout.cart-field {
  color: var(--color--light);
  padding-left: 8px;
  padding-right: 8px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.block-content {
  background-color: var(--color--elevation);
  border-bottom-color: rgba(255, 255, 255, .15);
  border-left-color: rgba(255, 255, 255, .15);
  border-right-color: rgba(255, 255, 255, .15);
}

.checkout-form {
  background-color: var(--color--dark);
  padding: 64px 0;
}

.utility-page-wrap {
  width: 100vw;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 140px;
  display: flex;
}

.utility-page-content {
  width: 90%;
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.tile-changelog {
  width: 100%;
  max-width: 562px;
  background-color: var(--color--elevation);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
}

.title-wrap-sales {
  max-width: 1060px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-sales {
  max-width: 810px;
  font-family: var(--font--body);
  margin-top: 20px;
}

.flex-cta-sales {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.flex-cta-sales.transformationcta {
  margin-top: 40px;
}

.grid-thirds-mokckups {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-mock-image {
  width: 100%;
  -webkit-text-stroke-width: 0px;
  border: 18px solid #f77fc0;
  border-radius: 3px;
  margin-bottom: 0;
}

.section-sales-mockups {
  height: 95vh;
  max-height: 1400px;
  min-height: 1000px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: var(--color--dark);
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  overflow: hidden;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.container-sales-mockups {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-included {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.included-card {
  width: auto;
  height: 100%;
  min-height: 340px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--elevation);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  min-height: 0;
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  padding: 32px;
}

.included-card.videocard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.included-padding-wrap {
  width: 100%;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.center-tablet {
  color: var(--white);
}

.center-tablet.centertabletv1 {
  color: var(--black);
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-card {
  height: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--elevation);
  color: #e7e7e7;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  width: 100%;
  border: 1px solid rgba(231, 231, 231, .11);
  border-radius: 8px;
}

.grid-fourths-sales-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.more-power-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color--elevation);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.space-contact-hero {
  height: 120px;
}

.cart-header {
  border-bottom-color: rgba(231, 231, 231, .6);
  padding-bottom: 16px;
}

.cart-footer {
  border-top-color: rgba(231, 231, 231, .3);
}

.cart-button {
  width: 56px;
  height: 56px;
  background-color: var(--color--accent);
  border-radius: 50%;
  justify-content: center;
}

.cart-container {
  background-color: var(--color--dark);
}

.icon-cart-product {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}

.remove-button {
  color: #1c3533;
}

.remove-link {
  color: var(--color--accent);
  margin-top: 8px;
  text-decoration: none;
}

.fixed-cart {
  z-index: 10000;
  position: fixed;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.home-subtitle {
  font-weight: 300;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  overflow: scroll;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.container {
  max-width: 540px;
}

.heading {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  font-weight: 700;
}

.heading.headingsmall {
  display: none;
}

.heading.headingv1 {
  color: var(--black);
  margin-top: 0;
}

.bold-text {
  color: var(--white);
  text-align: left;
  font-weight: 700;
}

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

.memberareabutton {
  margin-top: 0;
  margin-right: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block {
  margin-top: 0;
}

.text-span {
  color: var(--accent-pink);
  background-image: url('../images/underline.svg');
  background-position: 50% 102%;
  background-repeat: no-repeat;
  background-size: auto;
}

.body {
  background-color: var(--black);
  color: var(--black);
  padding-bottom: 20px;
}

.body.bodyv1 {
  background-color: var(--accent-pink);
  color: var(--black);
}

.youtube {
  width: 50%;
  height: auto;
}

.video {
  display: block;
}

.columns {
  width: 1400px;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.column {
  align-self: flex-start;
}

.youtube-2 {
  margin: 10px 20px 10px 0;
}

.column-2 {
  background-image: url('../images/video-border-v4.svg');
  background-position: 0 0;
  background-size: auto;
}

.typeform-wrapper-iraorrog {
  height: 600px;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--accent-tile-challenge);
}

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

.text-span-6 {
  font-family: var(--font--headings);
  color: var(--accent-tile-challenge);
}

.image {
  max-width: 26%;
  display: inline-block;
}

.typeform-wrapper-cjsg3hpp {
  height: 600px;
}

.image-2 {
  width: 600px;
  height: 800px;
  object-fit: cover;
}

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

  .section {
    padding-top: 40px;
  }

  .section.hero-home {
    background-image: linear-gradient(to right, #070708, rgba(7, 7, 8, .58) 56%, rgba(7, 7, 8, 0)), url('../images/Hero-Image-Fit-Trainer-Webflow-Template_1Hero Image Fit Trainer Webflow Template.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .section.hero-general, .section.hero-blog-template {
    padding-top: 160px;
  }

  .section.hero-sales {
    background-color: rgba(0, 0, 0, .65);
    background-image: url('../images/tom-background.webp');
    background-position: 0 0;
    background-size: auto;
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .section._404-section {
    padding-top: 160px;
  }

  .section.nutritionsectionweb {
    display: none;
  }

  .section.nutritionsectionmobile {
    display: block;
  }

  .left-column-template-details {
    display: none;
  }

  .main-container.footercontainer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .main-container.herocontainer {
    background-position: 97% 98%, 3% 95%;
    background-size: 110px, 110px;
  }

  .main-container.videocontainer {
    padding-top: 0;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .subtitle {
    font-size: 26px;
  }

  .right-column-template-details {
    padding: 0;
  }

  .cta.outline.nav-cta {
    height: 64px;
    font-size: 24px;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
  }

  .nav-menu {
    width: 90%;
    max-height: 90vh;
    max-width: 500px;
    background-color: #1d1d1d;
    border: 1px solid #141414;
    border-radius: 24px;
    flex-direction: column;
    padding: 40px;
    top: 80px;
    left: auto;
    right: 16px;
    overflow: scroll;
  }

  .line-menu {
    width: 32px;
    height: 2px;
    background-color: var(--color--accent);
    padding: 0;
  }

  .line-menu.second-line {
    width: 20px;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    background-color: var(--color--elevation);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--color--accent);
  }

  .dropdown {
    display: block;
  }

  .navbar {
    margin-top: 0;
  }

  .link-dropdown {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 21px;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-menu-button {
    width: 100%;
    height: 100%;
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .link-brand-navbar.w--current {
    height: 56px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    display: block;
  }

  .title-wrap-home {
    max-width: 580px;
  }

  .grid-services-thirds {
    width: 100%;
    max-width: 560px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-combo-halves {
    grid-template-columns: 1fr;
  }

  .top-combo-halves {
    align-items: center;
  }

  .wrap-image-combo-halves {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-icons-list {
    text-align: left;
  }

  .right-combo-halves {
    text-align: center;
    align-items: center;
  }

  .wrap-testimonial-content {
    align-items: center;
  }

  .slider {
    width: 80%;
  }

  .video-cta-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .flex-heading-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .master-process {
    width: 90%;
  }

  .left-values-sticky-halves {
    max-width: 590px;
    text-align: center;
    align-items: center;
  }

  .gird-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-pricing-thirds {
    width: 100%;
    max-width: 520px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-top-footer {
    grid-column-gap: 40px;
  }

  .grid-footer-links {
    grid-column-gap: 24px;
  }

  .moving-images-inside-about {
    width: 180vw;
  }

  .text-stat {
    font-size: 48px;
  }

  .divider-stats {
    height: 110px;
  }

  .grid-gallery-rotate {
    grid-column-gap: 24px;
  }

  .column-gallery-rotate {
    grid-row-gap: 24px;
  }

  .text-quote-big {
    font-size: 52px;
  }

  .master-expandable-faq-halves {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-heading-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-blog-thirds {
    width: 100%;
    max-width: 500px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .right-contact-one {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-contact-one {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .image-contact-one {
    max-width: 500px;
  }

  .grid-hero-expertises {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .title-wrap-hero-expertises {
    max-width: 610px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .right-hero-expertises {
    max-width: 480px;
  }

  .grid-highlighted-blog {
    grid-template-columns: 1fr;
  }

  .wrap-highlighted-blog {
    padding-top: 64%;
  }

  .section-big-image {
    height: 70vw;
    max-height: none;
    min-height: 0;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .grid-thirds-mokckups {
    grid-template-columns: 1fr;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .sales-mock-image {
    border-width: 9px;
  }

  .container-sales-mockups {
    display: block;
  }

  .grid-included {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .included-card {
    min-height: 260px;
  }

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

  .grid-thirds-sales-page {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds-all-features {
    width: 100%;
    max-width: 600px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    display: grid;
    overflow: hidden;
  }

  .heading {
    display: none;
  }

  .heading.headingsmall {
    color: var(--black);
    margin-top: 0;
    display: block;
  }

  .div-block {
    margin-top: 0;
  }

  .text-span {
    background-position: 50% 105%;
  }

  .columns {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .column {
    align-self: center;
  }

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

  .div-block-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
  }

  .section.hero-home {
    background-image: linear-gradient(rgba(7, 7, 8, .4), rgba(7, 7, 8, .4)), url('../images/Hero-Image-Fit-Trainer-Webflow-Template_1Hero Image Fit Trainer Webflow Template.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 140px;
  }

  .section.hero-general {
    padding-top: 140px;
  }

  .section.hero-blog-template {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.testimonials-slider-section {
    padding-bottom: 140px;
  }

  .section.hero-sales {
    background-position: 50% 0;
  }

  .section._404-section {
    padding-top: 140px;
  }

  .left-column-template-details {
    display: none;
  }

  .main-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-container.footercontainer {
    display: block;
  }

  .main-container.herocontainer {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .main-container.nutritioncontainerweb {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .subtitle {
    font-size: 24px;
  }

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

  .right-column-template-details {
    padding: 0;
  }

  .tile-template-details {
    padding: 24px;
  }

  .cta.big {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    align-self: center;
    font-size: 19px;
  }

  .nav-menu {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .navbar {
    height: 80px;
  }

  .link-brand-navbar {
    height: 96px;
    margin-top: 16px;
    padding-top: 0;
  }

  .link-brand-navbar.w--current {
    flex-direction: row;
    justify-content: center;
  }

  .title-wrap-home {
    text-align: center;
    align-items: center;
  }

  .top-title-home {
    align-items: center;
  }

  .slider {
    width: 100%;
  }

  .arrow-testimonial-slider {
    top: auto;
    bottom: -80px;
    left: 0%;
    right: 0%;
  }

  .arrow-testimonial-slider.left-arrow {
    left: -60px;
  }

  .arrow-testimonial-slider.right-arrow {
    right: -60px;
  }

  .master-gallery-marquee {
    margin-top: 64px;
  }

  .left-top-footer {
    align-items: center;
  }

  .flex-top-footer {
    grid-row-gap: 64px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .wrap-footer-links {
    text-align: center;
    align-items: center;
  }

  .wrap-legal-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-footer-links {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .moving-images-inside-about {
    width: 1280px;
  }

  .grid-stats-fourths-center {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .divider-stats {
    width: 60%;
    height: 1px;
  }

  .text-quote-big {
    font-size: 40px;
  }

  .grid-space-left {
    grid-template-columns: 1fr;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .grid-faq-halves {
    grid-template-columns: 1fr;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
  }

  .flex-heading-cta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .image-contact-one {
    width: 90%;
    max-width: 420px;
  }

  .tile-contact, .right-highlighted-blog {
    text-align: center;
    align-items: center;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .flex-cta-sales {
    width: 90%;
    max-width: 320px;
    flex-direction: row;
    align-items: center;
  }

  .flex-cta-sales.transformationcta {
    width: 90%;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-included {
    width: 100%;
    max-width: 460px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .text-span {
    background-position: 50% 105%;
    background-size: 260px;
  }

  .columns {
    flex-direction: column;
  }

  .column {
    margin-bottom: 40px;
  }

  .typeform-wrapper-iraorrog, .typeform-wrapper-cjsg3hpp {
    height: 620px;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

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

  .section.hero-about {
    padding-top: 120px;
  }

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

  .section.hero-services, .section.hero-general {
    padding-top: 120px;
  }

  .section.hero-blog-template {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.hero-product {
    padding-top: 140px;
  }

  .section.hero-sales {
    background-position: 64% 0;
  }

  .section._404-section {
    padding-top: 120px;
  }

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

  .wrap-template-ui {
    padding: 16px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtitle {
    font-size: 22px;
  }

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

  .cta.big {
    height: 56px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-menu {
    width: 96%;
  }

  .navbar {
    height: 72px;
  }

  .left-navbar {
    width: 50%;
    max-width: 200px;
  }

  .brand-navbar {
    width: 100%;
  }

  .container-navbar {
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .link-brand-navbar {
    width: auto;
    height: auto;
    padding-left: 0;
  }

  .link-brand-navbar.w--current {
    width: auto;
    height: 58px;
    min-width: 80px;
  }

  .tile-service {
    padding: 32px;
  }

  .paragraph-big {
    font-size: 22px;
  }

  .text-testimonial {
    font-size: 20px;
  }

  .image-testimonial {
    width: 180px;
    height: 180px;
    flex: none;
  }

  .tile-testimonial-slider {
    padding: 40px;
  }

  .single-gallery-images {
    height: 240px;
  }

  .single-process {
    grid-column-gap: 16px;
  }

  .line-process {
    width: 3px;
  }

  .master-process {
    width: 100%;
  }

  .left-process {
    width: 28px;
  }

  .process-circle {
    width: 25px;
    height: 25px;
  }

  .grid-values-halves {
    grid-template-columns: 1fr;
  }

  .column-values-halves.move-down-collumn {
    padding-top: 0;
  }

  .tile-pricing {
    padding: 40px 32px;
  }

  .footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .brand-link-footer.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .flex-top-footer {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .flex-socials-footer {
    width: 45px;
    flex-flow: wrap;
    align-content: stretch;
    justify-content: center;
  }

  .moving-images-inside-about {
    width: 1070px;
  }

  .grid-gallery-rotate {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .text-quote-big {
    font-size: 28px;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .expandable-single-faq {
    padding: 24px;
  }

  .single-contact-list-icon-one {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-contact-one {
    grid-row-gap: 40px;
  }

  .tile-contact {
    padding: 44px 32px;
  }

  .top-contact-one {
    text-align: center;
    align-items: center;
  }

  .bottom-contact-one {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-service {
    width: 60%;
    height: auto;
    max-width: 320px;
  }

  .container-medium {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-big-image {
    height: 90vw;
  }

  .default-state-add-to-cart {
    flex-direction: column;
    align-items: stretch;
  }

  .text-field-quantity {
    width: 100%;
    border-right-style: solid;
  }

  .order-item {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .sales-mockups-column.second-column, .sales-mockups-column.first-column {
    display: none;
  }

  .section-sales-mockups {
    max-height: 800px;
  }

  .container-sales-mockups {
    padding-left: 16px;
    padding-right: 16px;
  }

  .included-card.figma-card {
    overflow-wrap: anywhere;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .div-block {
    width: auto;
    max-width: 50px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-span {
    background-position: 50% 105%;
    background-size: 200px;
  }
}

#w-node-_11308f98-44ff-3c9a-e0d4-3797086cb874-086cb851, #w-node-_11308f98-44ff-3c9a-e0d4-3797086cb882-086cb851, #w-node-_11308f98-44ff-3c9a-e0d4-3797086cb88e-086cb851, #w-node-_11308f98-44ff-3c9a-e0d4-3797086cb89c-086cb851 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c24e8be6-d47e-1028-3b2d-5d2b818bf1f3-6de57fa8 {
  align-self: stretch;
}

#w-node-_7e20315b-31eb-bab4-dcd3-440a863bba09-863bba06, #w-node-_7c1b9385-ed22-bd7b-83e5-19393620faf6-3620faf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c1b9385-ed22-bd7b-83e5-19393620faf7-3620faf3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_7c1b9385-ed22-bd7b-83e5-19393620faf6-3620faf3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e20315b-31eb-bab4-dcd3-440a863bba09-863bba06 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Bold.ttf') format('truetype'), url('../fonts/Sora-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora Variablefont Wght';
  src: url('../fonts/Sora-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}