:root {
  --dark: #111;
  --haze: #f8f8f8;
  --color-1: #a5c926;
  --royal-blue: #2e52c6;
  --grey-4: #e5e5e5;
  --grey-1: #999;
  --color-4: #fb416b;
  --grey-3: #bbb;
  --white: white;
  --lynx-grey: #797c83;
  --lynx-black: #1f2022;
  --lynx-white: white;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-500: #6b7094;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --grey-2: #a5a5a5;
  --color-2: #009bfa;
  --color-3: #ffc12c;
  --combine-library-grey-600: #5f6570;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-secondary-600: #00a1c1;
  --combine-library-primary-600: #6157f8;
  --combine-library-grey-050: #f2f3f7;
  --combine-library-white: white;
}

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

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

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

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

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

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

.w-commerce-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}

.body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
}

.section {
  background-color: var(--haze);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.section.color {
  background-color: var(--color-1);
}

.section.color.no-padding-vertical {
  background-color: var(--royal-blue);
}

.section.hero-section {
  background-image: url('../images/_DSC8863.JPG');
  background-position: 50% 94%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.section.video-section {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/tim-gouw-165547-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 112px;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.wrapper.nav-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #2e52c6;
  border-radius: 24px;
  justify-content: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px #a5c92680;
}

.button.small {
  border-radius: 20px;
  height: 80px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 8px 24px;
  font-size: 13px;
  line-height: 24px;
}

.button.small.white.home, .button.small.white.home.w--current {
  height: 40px;
}

.button.small.top {
  height: 60px;
}

.button.white {
  color: var(--dark);
  background-color: #fff;
}

.button.white:hover {
  box-shadow: 0 8px 8px -4px #1113;
}

.button.ghost {
  box-shadow: inset 0 0 0 2px var(--grey-4);
  color: var(--dark);
  background-color: #0000;
}

.button.ghost-bg {
  color: #fff;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff6;
}

.button.big {
  border-radius: 28px;
  height: 56px;
  padding: 16px 32px;
  font-size: 17px;
  line-height: 24px;
}

.button.add-to-cart-button {
  margin-bottom: 12px;
  margin-right: 8px;
}

.button.buy-now-button {
  box-shadow: inset 0 0 0 2px var(--grey-4);
  color: var(--dark);
  background-color: #0000;
  margin-top: 0;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 25%;
  padding: 24px 4%;
  display: flex;
}

.button-style-wrapper.dark-bg {
  background-color: var(--color-1);
  color: var(--grey-4);
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 15px #0000001f;
}

.nav-link {
  color: var(--dark);
  border-radius: 16px;
  padding: 12px 18px;
  transition: color .3s, background-color .3s, box-shadow .3s;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--dark);
}

.text-white {
  color: #fff;
}

.utility-page-wrap {
  background-image: url('../images/li-tzuni-507346-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 48px 16px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 370px;
  padding: 48px;
  display: flex;
}

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

.haze {
  background-color: var(--haze);
}

.text-grey {
  color: var(--grey-1);
}

.no-margin {
  margin: 0;
}

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

.text-green {
  color: var(--color-1);
}

.intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro.no-margin {
  margin: 0;
}

.intro.wide {
  max-width: 800px;
}

.title {
  color: #000;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.title.white {
  color: #fff;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 48px;
  display: flex;
  position: relative;
}

.footer-nav {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #ffffff40;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.nav-menu {
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.full-width {
  width: 100%;
}

.page-wrapper {
  padding-top: 0;
  overflow: hidden;
}

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

.hero-intro {
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 56px 48px;
  display: flex;
}

.nav-top {
  color: #fff;
  background-color: #2e52c6;
  flex-direction: column;
  align-items: center;
  height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.nav-main {
  flex-direction: column;
  align-items: center;
  height: 72px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.nav-top-info {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-top-text {
  margin-right: 16px;
}

.link-white {
  color: #fff;
  text-decoration: underline;
}

.footer-brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.footer-left {
  align-items: center;
  width: 200px;
  display: flex;
}

.footer-social {
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
}

.footer-bottom-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-bottom-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-bottom-divider {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.instagram {
  width: 100%;
  margin-bottom: 72px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.instagram-link {
  border-radius: 16px;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.instagram-link:hover {
  z-index: 1;
  transform: scale(1.05)translate(0);
  box-shadow: 0 8px 20px -4px #00000029;
}

.home-categories {
  justify-content: center;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.home-category-card {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.home-category-card.red {
  background-color: var(--royal-blue);
  justify-content: flex-end;
}

.home-category-image-1 {
  width: 220px;
  position: absolute;
  bottom: auto;
  left: 15px;
}

.home-category-info-1 {
  margin-left: 224px;
}

.home-category-image-2 {
  width: 220px;
  position: absolute;
  bottom: auto;
  right: 21px;
}

.home-category-info-2 {
  text-align: right;
  margin-right: 224px;
}

.shop-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.shop-header-line {
  background-color: var(--grey-4);
  width: 100%;
  height: 2px;
  margin-top: 32px;
}

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

.product-card-wrapper {
  flex-direction: column;
  width: 25%;
  padding: 15px;
  display: flex;
}

.product-card {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: 24px 24px 32px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.product-card:hover {
  transform: scale(1.05)translate(0, -2px);
  box-shadow: 0 8px 20px -4px #00000026;
}

.product-card-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
  padding: 20px;
  display: flex;
}

.product-card-heading {
  color: var(--dark);
  margin-bottom: 12px;
}

.product-card-price {
  background-color: var(--color-1);
  color: #fff;
  border-radius: 16px;
  height: 24px;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.shop-header-color {
  background-color: var(--royal-blue);
  width: 136px;
  height: 100%;
}

.shop-header-color.green {
  background-color: var(--color-1);
}

.link {
  color: var(--dark);
  border-bottom: 2px solid #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-block;
}

.link:hover {
  border-bottom-color: var(--color-1);
}

.link.arrow-link {
  background-image: url('../images/arrow-right-mini-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-top: 4px;
  padding-right: 20px;
}

.play-button {
  background-color: var(--color-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 20px;
  transition: transform .3s;
  display: flex;
}

.play-button:hover {
  transform: scale(1.1);
}

.subscribe {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.subscribe-form-wrapper {
  width: 50%;
  margin-bottom: 0;
  padding-left: 15px;
}

.subscribe-info {
  flex: 1;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

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

.input {
  border: 2px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  background-color: #fff;
}

.input:focus, .input.-wfp-focus {
  border-color: var(--color-1);
  background-color: #fff;
}

.input.subscribe-input {
  margin-bottom: 0;
  margin-right: 16px;
}

.input.subscribe-input:focus {
  border-color: var(--color-1);
  background-color: #fff;
}

.input.quantity-input {
  width: 80px;
  margin-bottom: 12px;
  margin-right: 8px;
}

.input.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.input.no-margin-bottom {
  margin-bottom: 0;
}

.input.small {
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.subscribe-icon {
  background-color: var(--color-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  padding: 18px 16px 16px;
  display: flex;
}

.form-success {
  background-color: #0000;
}

.form-error {
  color: var(--color-4);
  background-color: #fb416b1a;
  border-radius: 16px;
  margin-top: 12px;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
}

.form-error.product-error {
  margin-top: 0;
  display: inline-block;
}

.nav-top-social {
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
}

.social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 5px;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #00000014;
}

.cart-icon {
  width: 32px;
  margin-left: 10px;
}

.heading {
  font-size: 36px;
  line-height: 44px;
}

.footer-social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  transition: background-color .3s;
  display: flex;
}

.footer-social-link:hover {
  background-color: #00000014;
}

.breadcrumbs {
  border: 2px solid var(--grey-4);
  color: var(--grey-1);
  border-radius: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 48px;
  margin-bottom: -8px;
  padding: 8px 28px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.link-grey {
  color: var(--grey-1);
  text-decoration: none;
}

.link-grey:hover {
  text-decoration: underline;
}

.breadcrumbs-arrow {
  opacity: .2;
  width: 9px;
  margin-left: 10px;
  margin-right: 10px;
}

.product {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 56px;
  padding: 80px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.product-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.product-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 10%;
  display: flex;
}

.add-to-cart {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.product-price {
  color: var(--color-1);
  margin-bottom: 32px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.product-details-wrapper {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  display: flex;
}

.product-details {
  flex: 1;
  margin-top: 24px;
  margin-left: 15px;
}

.scroll-mouse-link {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px #00000026;
}

.mouse-icon {
  border: 2px solid var(--grey-3);
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 30px;
  display: flex;
}

.mouse-wheel-icon {
  background-color: var(--grey-3);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 6px;
}

.cart-button {
  color: var(--dark);
  background-color: #0000;
}

.item-count {
  background-color: var(--color-1);
  color: #fff;
  border-radius: 10px;
  min-width: 20px;
  height: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
  font-weight: 600;
}

.contacts {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  padding: 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.map {
  border-radius: 12px;
  width: 100%;
  height: 440px;
  margin-bottom: 64px;
}

.contact-form-wrapper {
  width: 66.66%;
  padding-right: 16.66%;
}

.label {
  color: var(--dark);
  width: 100%;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

.contact-info {
  flex: 1;
  font-size: 12px;
}

.contact-social {
  flex-flow: wrap;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.contact-social-link {
  background-color: var(--dark);
  color: var(--dark);
  border-radius: 50%;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.contact-social-link:hover {
  text-decoration: underline;
  transform: scale(1.12);
}

.contact-social-link.twitter {
  background-color: #2aa3f0;
}

.contact-social-link.facebook {
  background-color: #3b5998;
}

.contact-social-link.insta {
  background-color: var(--color-4);
}

.contact-social-link.youtube {
  background-color: #fc0d1c;
}

.contact-social-link.pinterest {
  background-color: #bd081c;
}

.contact-heading {
  margin-bottom: 28px;
}

.contact-social-heading {
  width: 100%;
  margin-bottom: 20px;
}

.shop-categories-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.shop-category-link {
  color: var(--dark);
  border-radius: 16px;
  height: 32px;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.shop-category-link:hover {
  text-decoration: underline;
}

.shop-category-link.w--current {
  background-color: var(--color-1);
  color: #fff;
}

.shop-category-link.w--current:hover {
  text-decoration: none;
}

.shop-categories {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-image {
  border-radius: 16px;
  width: 100%;
  margin-top: 64px;
}

.divider {
  background-color: var(--royal-blue);
  width: 70px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 23px;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.no-padding-left {
  padding-left: 0%;
}

.side-block.small-padding-side {
  padding-left: 15px;
  padding-right: 15px;
}

.side-block.no-padding-right {
  padding-right: 0%;
}

.side-blocks {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-blocks.mobile-reverse {
  margin-top: 15px;
  margin-bottom: 15px;
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-image {
  border-radius: 16px;
  width: 100%;
}

.delivery {
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  padding: 80px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.body-info {
  flex: 1;
  width: 66.66%;
  padding-right: 8.33%;
}

.quick-links {
  border: 2px solid var(--grey-4);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 270px;
  padding: 40px;
  font-size: 12px;
  display: flex;
}

.quick-links.pool {
  width: 400px;
}

.question-heading {
  margin-bottom: 16px;
}

.licence-items {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.licence-item {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.licence-link-divider {
  background-color: var(--grey-3);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.password-heading {
  margin-bottom: 24px;
}

.product-table {
  border: 2px solid var(--grey-4);
  border-radius: 16px;
  width: 270px;
  margin-top: 24px;
  margin-left: 60px;
  margin-right: 15px;
  padding: 16px 32px;
}

.product-table-cell {
  border-bottom: 1px solid var(--grey-4);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.product-table-cell.no-border-bottom {
  border-bottom-style: none;
}

.product-table-info {
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.sku {
  color: var(--grey-1);
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.out-of-stock {
  color: var(--color-4);
  background-color: #0000;
  margin-top: 0;
  padding: 15px 15px 15px 0;
  display: inline-block;
}

.cart-container {
  border-radius: 16px;
}

.cart-header {
  padding: 24px 32px;
}

.cart-footer {
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-list {
  padding: 16px 32px;
}

.cart-remove-link {
  color: var(--color-4);
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

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

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  z-index: 1;
  width: 48px;
  position: relative;
}

.order-confirmation-container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  display: flex;
}

.order-block-content {
  border-style: none;
  padding: 40px 0 48px;
}

.checkout-form {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  padding: 0 15px;
  display: flex;
}

.order-block-header {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--grey-4);
  padding: 28px 0;
  font-size: 12px;
}

.order-block {
  border-top: 1px dashed var(--grey-4);
  background-color: #fff;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 24px 10%;
  overflow: hidden;
}

.select {
  background-color: #0000;
  border-style: none;
  border-radius: 24px;
  height: 100%;
}

.select-wrapper {
  border: 2px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.select-wrapper.no-margin-bottom {
  margin-bottom: 0;
}

.shipping-methods-list {
  border: 1px solid var(--grey-4);
  border-radius: 8px;
  margin-top: 48px;
  margin-bottom: 48px;
  overflow: hidden;
}

.shipping-method-item {
  margin-top: 1px;
  margin-bottom: -1px;
  padding: 24px 32px;
}

.shipping-method-radio-button {
  margin-top: 5px;
  margin-right: 6px;
}

.checkbox {
  margin-right: 2px;
  font-size: 20px;
}

.order-main-column {
  background-color: #fff;
  border-radius: 16px;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.order-sidebar {
  flex: 0 auto;
  width: 33.33%;
  max-width: 370px;
  margin-left: 30px;
}

.order-block-side {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000026;
}

.order-block-side.discount-block {
  border-style: none;
  padding: 20px 32px 4px;
}

.order-block-side-header {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--grey-4);
  padding: 24px 32px;
  font-size: 12px;
}

.order-block-side-content {
  border-style: none;
  padding: 32px;
}

.order-block-heading {
  margin-bottom: 0;
}

.order-confirmation {
  width: 100%;
  max-width: none;
}

.cart-pay-button {
  border-radius: 24px;
  height: 45px;
  margin-bottom: 12px;
}

.pay-buttons {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.payment-method {
  z-index: 1;
  flex: 1;
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
}

.pay-button {
  border-radius: 24px;
  height: 35px;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.change-icon {
  color: #fff;
  cursor: pointer;
  background-color: #2c3340;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.change-text {
  color: var(--dark);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.buy-buttons {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.image {
  flex: none;
  width: 80px;
}

.heading-2 {
  color: #2e52c6;
}

.div-block {
  max-width: 95%;
}

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

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

.div-block-3 {
  border: 2px solid var(--grey-4);
  align-items: center;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2, .image-3 {
  margin-top: 0;
}

.div-block-5 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.dd-menu {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  display: block;
}

.div-block-6 {
  margin-top: 23px;
}

.div-block-7 {
  text-align: center;
  width: 250px;
}

.div-block-8 {
  width: 110%;
}

.div-block-8.staff {
  margin-top: 10px;
  margin-bottom: 10px;
}

.column {
  display: block;
}

.div-block-9 {
  margin-top: 10px;
}

.div-block-10 {
  background-color: var(--royal-blue);
  border-radius: 20px;
  width: 180px;
  height: 60px;
  position: relative;
}

.html-embed {
  border-radius: 20px;
  width: 180px;
  height: 60px;
}

.link-2 {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.div-block-11 {
  background-color: var(--royal-blue);
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-11.ptbutton {
  display: none;
}

.text-block {
  color: var(--white);
  padding-top: 5px;
  font-size: 13px;
  font-weight: 600;
}

.ptbutton {
  width: 180px;
  height: 60px;
}

.heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .image-4, .div-block-12 {
  text-align: center;
}

.paragraph {
  font-size: 10px;
}

.div-block-13 {
  text-align: center;
}

.birthday {
  background-color: var(--royal-blue);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-2 {
  color: var(--white);
  border-radius: 20px;
  font-weight: 600;
}

.icon {
  color: var(--white);
}

.dropdown-toggle {
  border-radius: 20px;
}

.birthday-drop {
  display: inline-block;
}

.div-block-14 {
  width: 60px;
  height: 200px;
  display: inline;
}

.div-block-15 {
  margin-top: 17px;
  margin-bottom: 17px;
}

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

.div-block-16 {
  background-color: var(--royal-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.div-block-17 {
  border: 3px solid var(--royal-blue);
  background-color: #0000;
  border-radius: 20px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.heading-23 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.heading-24 {
  padding: 15px;
}

.div-block-18 {
  padding-right: 0;
}

.image-5 {
  padding-left: 0;
  padding-right: 0;
}

.button-2 {
  background-color: #2e52c6;
  border-radius: 20px;
}

.div-block-20 {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 28px;
}

.div-block-21 {
  width: 80%;
}

.div-block-22 {
  text-align: center;
}

.slide {
  background-image: url('../images/VF-equipment-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/VF-facility-leroy-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/VF-equipment-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/VF-equipment-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/VF-equipment-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/VF-youth-soccer.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider {
  background-color: var(--royal-blue);
}

.heading-25, .heading-26 {
  text-align: center;
}

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

.text-span, .italic-text, .italic-text-2, .italic-text-3, .italic-text-4 {
  color: var(--royal-blue);
}

.slide-7 {
  background-image: url('../images/VF-water-aerobics.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/VF-pool.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/VF-senior-fit.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-27 {
  text-align: center;
  font-weight: 400;
}

.div-block-23 {
  color: var(--dark);
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.column-2, .div-block-24, .columns {
  align-items: center;
  display: flex;
}

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

.text-span-2 {
  color: red;
}

.dropdown-list {
  left: -16px;
}

.dropdown-list.w--open {
  top: 16px;
  left: 196px;
}

.icon-2 {
  transform-style: preserve-3d;
  transform: rotateX(91deg)rotateY(0)rotateZ(0);
}

.icon-3 {
  transform: rotate(-90deg);
}

.icon-3.fitness {
  transform: none;
}

.dropdown-toggle-2 {
  width: 200%;
  display: flex;
}

.div-block-25 {
  text-align: center;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

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

.margin-bottom-24px {
  flex: 1;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.lynx-text-check {
  color: var(--lynx-grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Varela Round, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-paragraph-features {
  color: var(--lynx-grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx-white);
  border-radius: 30px;
  padding: 14px 35px;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-button-neutral {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #2e52c6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.f-section-regular {
  padding: 0 0% 72px;
  position: relative;
}

.text-span-3 {
  text-decoration: underline;
}

.bold-text-2 {
  color: var(--dark);
  font-weight: 600;
}

.bold-text-3 {
  font-size: 10px;
  line-height: 12px;
}

.text-span-4 {
  text-decoration: underline;
}

.f-content-image-wrapper-mobile {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  display: none;
  overflow: hidden;
}

.lynx-client-info {
  color: var(--lynx-grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-client {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

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

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-heading-reviews-large {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.lynx-block-reviews-large {
  margin-top: 18px;
}

.lynx-icon-reviews {
  width: 72px;
  height: 50px;
  margin-right: 30px;
}

.lynx-reviews-large {
  background-color: #f4f3f3;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-top: 9px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui-gray400);
  color: var(--untitled-ui-gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq02_icon-wrapper {
  color: var(--untitled-ui-gray400);
}

.uui-faq02_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq02_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-faq02_accordion {
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.faq-p {
  z-index: 80;
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-blue {
  color: #fff;
  white-space: break-spaces;
  background-color: #2e52c6;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

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

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

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

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

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

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.list-5 {
  color: #000;
  text-align: left;
}

.text-block-3 {
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.brand-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-size: 20px;
}

.navbar {
  color: var(--white);
  background-color: #2d52c6;
  padding-top: 20px;
  padding-bottom: 10px;
}

.menu_bar {
  justify-content: center;
  max-width: 1200px;
  min-height: 40px;
  padding: 8px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.menu_bar.frosted {
  align-items: center;
  min-height: 0;
  display: flex;
}

.menu_bar.frosted.dark.rounded_bar.soft_shadow {
  background-color: #1f1f1fcc;
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu_bar.frosted.dark.rounded_bar.soft_shadow.light {
  background-color: #f5f5f5cc;
}

.menu_bar.full_width {
  flex: 1;
  display: flex;
}

.menu_btn {
  color: #333;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 12px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  transition: background-color .225s, color .5s, border-color .75s;
}

.menu_btn:hover {
  color: #6f4368;
  border-color: #ddd;
}

.menu_btn:active {
  background-color: #fafafa;
}

.menu_btn:focus {
  border-color: #b6d1ff;
}

.menu_btn.background {
  color: #6f4368;
  background-color: #f1eff1;
}

.menu_btn.background:hover {
  border-color: #d9c0d5;
}

.menu_btn.background:active {
  background-color: #f6f0f5;
}

.menu_btn.background.dark {
  color: #f6f0f5;
  background-color: #2d52c6;
}

.menu_btn.dark {
  color: #fff;
  margin-top: 46px;
}

.icon_btn {
  display: none;
}

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

.menu_brand_container {
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.company_name {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 700;
}

.company_name.dark {
  color: #fff;
}

.menu_bar_wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 100vw;
  display: flex;
  position: sticky;
  top: 0;
}

.menu_bar_wrapper.padded_0_16.frosted.dark {
  color: var(--dark);
  background-color: #2d52c6;
  border-radius: 0;
  position: static;
}

.image-6 {
  border-radius: 10px;
}

.text-block-4 {
  text-align: left;
  border-radius: 0;
  flex: 0 auto;
  min-width: 600px;
  padding-right: 0;
  font-size: 20px;
}

.text-block-4.tbadd {
  font-size: 14px;
  display: block;
  position: static;
}

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

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

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    padding: 88px 8px;
  }

  .section.hero-section {
    height: auto;
    padding: 184px 16px;
  }

  .section.video-section {
    padding-bottom: 80px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .wrapper.nav-bar-wrapper {
    height: auto;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button:hover {
    transform: none;
  }

  .button-style-wrapper {
    width: 50%;
    padding: 48px 8%;
  }

  .nav-bar {
    position: absolute;
  }

  .nav-link {
    border-bottom: 1px solid var(--grey-4);
    border-radius: 0;
    padding: 16px 24px;
  }

  .no-margin {
    margin: 0;
  }

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

  .intro {
    margin-bottom: 56px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-nav {
    justify-content: flex-end;
    padding-left: 2px;
    padding-right: 2px;
  }

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

  .brand {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .nav-menu {
    border-top: 1px solid var(--grey-4);
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .page-wrapper {
    padding-top: 96px;
  }

  .navigation {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .hero-intro {
    max-width: 480px;
    padding: 40px;
  }

  .nav-top {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-main {
    height: 64px;
    padding-left: 8px;
    padding-right: 0;
  }

  .nav-top-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-left {
    flex: none;
    width: auto;
  }

  .footer-social {
    width: 100%;
    margin-top: 24px;
  }

  .instagram {
    flex-wrap: wrap;
    width: 75%;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-link {
    flex: 25%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .instagram-link:hover {
    transform: none;
  }

  .home-categories {
    flex-direction: column;
    max-width: 480px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-category-card {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
  }

  .home-category-card.red {
    margin-top: 64px;
  }

  .home-category-image-1 {
    width: 176px;
    left: 10px;
  }

  .home-category-info-1 {
    margin-left: 176px;
  }

  .home-category-image-2 {
    width: 176px;
  }

  .home-category-info-2 {
    margin-right: 182px;
  }

  .shop-header {
    padding-left: 8px;
    padding-right: 8px;
  }

  .products {
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-card-wrapper {
    width: 50%;
    padding: 20px;
  }

  .product-card:hover {
    transform: none;
  }

  .product-card-image-wrapper {
    height: 284px;
    padding: 32px;
  }

  .subscribe {
    flex-direction: column;
    justify-content: flex-start;
    width: 66.66%;
    padding: 64px;
  }

  .subscribe-form-wrapper {
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }

  .subscribe-info {
    text-align: center;
    flex-direction: column;
    padding-right: 0;
  }

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

  .input.subscribe-input {
    text-align: center;
    margin-bottom: 20px;
  }

  .input.no-margin-bottom {
    margin-bottom: 0;
  }

  .subscribe-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .nav-top-social {
    padding-left: 8px;
    padding-right: 8px;
  }

  .breadcrumbs {
    height: 40px;
    margin-top: 20px;
  }

  .product {
    padding: 56px;
  }

  .product-image-wrapper {
    order: -1;
    padding: 48px;
  }

  .product-info {
    width: 100%;
    margin-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-details {
    flex: 0 auto;
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .contacts {
    padding: 64px;
  }

  .map {
    height: 400px;
  }

  .menu-button {
    border-left: 1px solid var(--grey-4);
    height: 100%;
    padding: 20px;
  }

  .menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
  }

  .contact-form-wrapper {
    width: 100%;
    padding-right: 0%;
  }

  .contact-info {
    margin-top: 48px;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.no-padding-left {
    padding-left: 8.33%;
  }

  .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-block.no-padding-right {
    padding-right: 8.33%;
  }

  .side-blocks {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .side-info {
    text-align: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-image {
    width: 83.33%;
  }

  .delivery {
    flex-direction: column;
    padding: 64px;
  }

  .body-info {
    flex: 0 auto;
    width: 100%;
    padding-right: 0%;
  }

  .quick-links {
    text-align: left;
    flex-direction: row;
    width: 100%;
  }

  .question-heading {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-table {
    width: 50%;
    margin-top: -32px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .order-confirmation-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .checkout-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 8px;
    padding-right: 8px;
  }

  .order-block-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .order-block {
    padding: 0 32px;
  }

  .select-wrapper.no-margin-bottom {
    margin-bottom: 0;
  }

  .order-sidebar {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-top: 24px;
  }

  .order-block-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .order-confirmation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pay-buttons {
    padding: 32px 48px;
  }

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

  .container {
    max-width: 728px;
  }

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

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

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .f-content-image-wrapper {
    max-width: 100%;
    display: none;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-mobile {
    max-width: 100%;
    height: 300px;
    display: block;
  }

  .lynx-heading-reviews-large {
    font-size: 25px;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .menu_bar {
    flex: 1;
    align-items: center;
    max-width: 1200px;
    min-height: 40px;
    padding: 8px 16px;
    font-family: Open Sans, sans-serif;
    display: flex;
  }

  .menu_btn_wrapper {
    flex: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

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

  .section.hero-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.video-section {
    padding-bottom: 72px;
  }

  .button-style-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .no-margin {
    margin: 0;
  }

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

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 32px;
  }

  .footer-nav {
    padding-left: 24px;
    padding-right: 0;
  }

  .footer-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-bottom {
    margin-top: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .footer-brand {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-social {
    margin-top: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .instagram {
    width: 100%;
  }

  .products {
    padding-left: 0;
    padding-right: 0;
  }

  .product-card-wrapper {
    padding: 8px;
  }

  .product-card-image-wrapper {
    height: 224px;
    padding: 24px;
  }

  .link.arrow-link {
    margin-top: 0;
  }

  .subscribe {
    width: 83.33%;
  }

  .subscribe-form-wrapper {
    margin-top: 16px;
  }

  .input.no-margin-bottom {
    margin-bottom: 0;
  }

  .nav-top-social {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs {
    border-width: 1px;
    height: 32px;
    margin-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
  }

  .product {
    padding: 32px 32px 48px;
  }

  .product-image-wrapper {
    width: 100%;
  }

  .scroll-mouse-link {
    display: none;
  }

  .contacts {
    padding: 40px;
  }

  .map {
    height: 280px;
  }

  .shop-categories-wrapper {
    justify-content: center;
    width: 100%;
  }

  .delivery {
    padding: 40px;
  }

  .quick-links {
    text-align: center;
    flex-direction: column;
  }

  .question-heading {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .licence-items {
    width: 100%;
  }

  .product-table {
    width: 66.66%;
  }

  .order-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .select-wrapper.no-margin-bottom {
    margin-bottom: 0;
  }

  .shipping-method-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .shipping-method-radio-button {
    margin-right: 2px;
  }

  .form-columns {
    flex-flow: column wrap;
  }

  .order-block-side-header, .order-block-side-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pay-buttons {
    padding-left: 11px;
    padding-right: 11px;
  }

  .changelog {
    width: 100%;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    display: none;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-content-image-wrapper-mobile {
    height: 300px;
    display: block;
  }

  .lynx-heading-reviews-large {
    font-size: 22px;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-faq02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu_btn.background.dark {
    color: #f6f0f5;
    background-color: #362137;
  }

  .menu_btn.dark {
    color: #fff;
  }

  .icon_btn {
    margin-right: 8px;
    text-decoration: none;
    display: block;
  }

  .icon_btn.cancel {
    display: none;
  }

  .icon_btn_image {
    max-width: 24px;
  }

  .icon_btn_image.small {
    max-width: 20px;
  }

  .icon_btn_image.dark {
    filter: invert();
  }

  .menu_btn_wrapper {
    flex: 0 auto;
    justify-content: flex-end;
    display: none;
  }

  .menu_bar_wrapper.padded_0_16 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .button-style-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .utility-page-content {
    width: 100%;
    padding: 32px;
  }

  .no-margin {
    margin: 0;
  }

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

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .page-wrapper {
    padding-top: 0;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 16px;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-bottom-left {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-bottom-right {
    justify-content: flex-start;
    width: 100%;
  }

  .instagram-link {
    margin: 4px;
  }

  .home-categories {
    flex: 0 auto;
  }

  .home-category-card {
    flex-direction: column;
    flex: 1;
    margin-top: auto;
    padding-top: 60px;
  }

  .home-category-card.red {
    margin-top: 20px;
  }

  .home-category-image-1 {
    width: 80%;
    margin-top: -48px;
    margin-bottom: 16px;
    margin-left: -8px;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .home-category-info-1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .home-category-image-2 {
    margin-top: -48px;
    margin-bottom: 12px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .home-category-info-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .product-card-wrapper {
    width: 100%;
  }

  .product-card-image-wrapper {
    height: 76vw;
  }

  .subscribe {
    width: 100%;
    padding: 40px 32px;
  }

  .input.no-margin-bottom {
    margin-bottom: 0;
  }

  .product {
    padding: 16px 16px 40px;
  }

  .product-image-wrapper {
    padding: 8px;
  }

  .product-info {
    margin-top: 40px;
  }

  .contacts {
    padding: 24px;
  }

  .contact-info {
    margin-bottom: 16px;
  }

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

  .shop-category-link {
    margin-bottom: 8px;
  }

  .shop-categories {
    flex-direction: column;
    justify-content: center;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.no-padding-left {
    padding-left: 0;
    padding-right: 0;
  }

  .side-image {
    width: 100%;
  }

  .delivery {
    padding: 24px;
    display: flex;
  }

  .delivery.youth {
    display: block;
  }

  .quick-links {
    padding: 32px 12%;
  }

  .quick-links.pool {
    display: inline;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .product-table {
    width: 100%;
  }

  .cart-container {
    border-radius: 0;
  }

  .order-block {
    padding: 0 32px;
  }

  .select-wrapper.no-margin-bottom {
    margin-bottom: 0;
  }

  .shipping-method-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shipping-method-radio-button {
    margin-top: 0;
    margin-bottom: 13px;
    margin-right: 0;
  }

  .order-block-side-header, .order-block-side-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pay-buttons {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .payment-method {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .birthday {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-19 {
    display: block;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .f-content-image-wrapper {
    display: none;
  }

  .f-grid-two-column {
    grid-auto-flow: row;
  }

  .f-section-regular {
    padding-top: 13px;
  }

  .f-content-image-wrapper-mobile {
    display: block;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .lynx-heading-reviews-large {
    font-size: 14px;
  }

  .lynx-icon-reviews {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

  .list-5 {
    color: #000;
  }

  .menu_bar.full_width {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu_btn.background.dark {
    color: #f6f0f5;
    background-color: #6f4368;
  }

  .menu_btn_wrapper {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
  }

  .menu_brand_container {
    padding-left: 0;
  }

  .company_name {
    padding-left: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-4 {
    min-width: 300px;
  }
}

#w-node-_76cbf6d2-8264-e6fd-7daf-2be8cbdaefa2-09f5ea51 {
  align-self: start;
}

#w-node-_76cbf6d2-8264-e6fd-7daf-2be8cbdaefb3-09f5ea51 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_76cbf6d2-8264-e6fd-7daf-2be8cbdaefa2-09f5ea51 {
    order: -9999;
  }
}


