:root {
  --basic-dark-colour: #1d1f2e;
  --brown-main: #a25f4b;
  --line-colour: #ececed;
  --bv_black: #231f10;
  --white: white;
  --black: black;
  --b_black: #333;
  --graxe_backg: #f5f3f0;
  --bv_gold: #736635;
  --color--bv-pink: #ecc5c0;
  --light-grey: #fafafa;
  --elements-webflow-library-general--shadow-01: #14142b00;
  --color--bv-pink-fade: #ecc5c0cf;
  --color--bv-copper: #ad8680;
  --bv-text-test: #ad8680;
  --color--bv-trans: #fff0;
  --color--bv-compl: #edd5c063;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--300: #eff0f6;
  --tiffany: #fffc;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --walsh--black: #2c2c2c;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray400: #98a2b3;
  --gb_blue: #94d6d0;
  --gb_footer_text: #1d1f2eb3;
  --gb_blue-2: #4d616e;
}

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

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

.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 {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@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;
    inset: 0;
  }

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

body {
  color: var(--basic-dark-colour);
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

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

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

p {
  color: #1d1f2eb3;
  margin-bottom: 15px;
}

a {
  color: var(--brown-main);
  border-bottom: 1px #a25f4b4d;
  text-decoration: none;
  transition: color .4s, border .4s;
  display: inline-block;
}

a:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bcc;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: none;
}

img {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

label {
  color: #1d1f2e99;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

blockquote {
  border-top: 1px none var(--line-colour);
  color: var(--brown-main);
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #a25f4b33;
  border-left: 2px solid #a25f4b33;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

figcaption {
  color: #1d1f2e80;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.cart-button {
  opacity: .6;
  color: var(--basic-dark-colour);
  background-color: #0000;
  padding: 4px 0;
  line-height: 100%;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cart-button:hover {
  opacity: 1;
  color: var(--basic-dark-colour);
}

.item-count {
  color: #fff;
  background-color: #1d1f2e;
  height: auto;
}

.cart-wrapper {
  background-color: #1d1f2e26;
}

.cart-container {
  color: #fff;
  background-color: #1d1f2e;
  min-width: 440px;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.cart-heading {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.cart-header {
  border-bottom-color: #d2d2d51a;
  padding: 30px 40px;
}

.cart-icon {
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 10px;
}

.close-button {
  opacity: .7;
  align-items: center;
  width: auto;
  height: auto;
  transition: opacity .4s;
  display: flex;
}

.close-button:hover {
  opacity: 1;
}

.cart-close-icon {
  margin-top: 2px;
  margin-bottom: 4px;
}

.cart-list {
  color: #fff;
  padding: 30px 40px 0;
}

.white-button {
  z-index: 50;
  color: var(--basic-dark-colour);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 20px;
  justify-content: center;
  margin-left: 45px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button:hover {
  background-color: var(--bv_black);
  opacity: .96;
  color: var(--white);
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: .96;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.cart-item {
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-item-info {
  padding: 0 25px;
}

.cart-product-name {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.cart-item-remove-link {
  color: #ffffff4d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .4s;
}

.cart-item-remove-link:hover {
  color: #fff9;
}

.cart-product-price {
  color: #fff;
  margin-bottom: 5px;
  line-height: 28px;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #d2d2d51a;
  padding: 30px 40px 40px;
}

.cart-line-item {
  color: #fff;
  margin-bottom: 20px;
}

.cart-total {
  font-size: 20px;
  line-height: 32px;
}

.cart-order-value {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.text-field-dark {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-color: #2f303e;
  border-radius: 0;
  width: auto;
  height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-field-dark.cc-subscribe-input {
  text-align: left;
  width: 350px;
  margin-right: 10px;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-subscribe-input:active {
  border-color: #fff9;
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: #ffffff80;
}

.text-field-dark.cc-quantity {
  width: 60px;
  height: 42px;
  margin-top: 19px;
  transition: border .4s;
}

.text-field-dark.cc-quantity:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-quantity:active {
  border-color: #fff9;
}

.text-field-dark.cc-quantity:focus {
  border-color: #ffffff80;
}

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

.uppercase-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.cc-subheadline {
  margin-left: 15px;
  margin-right: 15px;
}

.label.cc-footer-section-headline {
  color: var(--black);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.label.cc-product-details {
  margin-bottom: 20px;
}

.label.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label.cc-blog-date {
  margin-bottom: 0;
}

.label.cc-breadcrumb-divider {
  opacity: 1;
  color: #1d1f2e33;
  border-bottom: 2px solid #0000;
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}

.label.cc-breadcrumb-divider:hover {
  opacity: .8;
}

.label.cc-breadcrumb-link {
  cursor: pointer;
  border-bottom: 2px solid #a25f4b4d;
  margin-bottom: 0;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-breadcrumb-link:hover {
  opacity: 1;
  border-bottom: 2px solid #a25f4b4d;
}

.label.cc-breadcrumb-link.w--current {
  opacity: .6;
  border-bottom-color: #0000;
  margin-left: 0;
}

.label.cc-breadcrumb-link.w--current:hover {
  opacity: 1;
  border-bottom-color: #a25f4b4d;
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: #0000;
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: #a25f4b4d;
}

.label.cc-category-link {
  border: 1px solid var(--line-colour);
  opacity: 1;
  color: #a25f4b99;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 16px;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-category-link:hover {
  opacity: 1;
  color: var(--brown-main);
  border: 1px solid #a25f4b4d;
}

.label.cc-category-link.w--current {
  opacity: 1;
  color: var(--brown-main);
  border-color: #a25f4b66;
  margin-left: 5px;
}

.paragraph {
  background-color: var(--white);
  color: var(--b_black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 10px;
}

.paragraph.cc-empty-cart {
  color: #ffffffb3;
  margin-bottom: 30px;
  line-height: 16px;
}

.paragraph.cc-premium-block-paragraph {
  color: #ffffffb3;
}

.paragraph.wht {
  color: var(--white);
}

.small-paragraph {
  color: var(--b_black);
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: var(--basic-dark-colour);
  align-self: end;
  margin-bottom: 10px;
}

.small-paragraph.cc-copyright-footer:hover {
  color: var(--basic-dark-colour);
  align-self: end;
}

.menu-item {
  color: var(--basic-dark-colour);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-wrap {
  opacity: .6;
  cursor: pointer;
  align-items: center;
  margin-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: opacity .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover, .menu-item-wrap.w--current {
  opacity: 1;
}

.menu-item-deco-line {
  opacity: 0;
  background-color: #a25f4b4d;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-field {
  height: 54px;
  color: var(--b_black);
  letter-spacing: 2px;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active {
  border-color: #1d1f2e;
}

.text-field:focus {
  border-color: var(--basic-dark-colour);
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-product-quantity {
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.text-field.cc-textarea {
  height: 100px;
}

.content {
  display: block;
  position: static;
  overflow: hidden;
}

.content.cc-subscribe-form, .content.cc-deco-block-wrap, .content.cc-blog-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.wrap {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.wrap.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.wrap.cc-subscribe-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap.cc-blog-detail {
  width: 100%;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}

.menu {
  background-color: var(--graxe_backg);
  box-shadow: none;
  line-height: 10px;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.brand {
  border-bottom-style: none;
  transition: opacity .4s;
}

.brand:hover {
  opacity: .8;
}

.page-headline-wrap {
  text-align: center;
  width: 70%;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 100px;
}

.page-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-headline-wrap.cc-category-blog-headline {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 80px 0 70px;
  display: block;
}

.page-headline-wrap.cc-category-headline {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-paragraph {
  color: #1d1f2eb3;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: var(--black);
  align-self: start;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.content-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrap.wide {
  width: 95%;
}

.content-wrap.treat {
  width: 80%;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 100px;
}

.subheadline-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  display: inline-block;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.product-pic-wrap {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 33%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.products-grid {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-item-no {
  z-index: 0;
  color: #1d1f2e0d;
  font-size: 40px;
  line-height: 56px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}

.timeline-event-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

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

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  place-items: start;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-link {
  color: var(--b_black);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: var(--b_black);
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-email-link {
  color: var(--b_black);
  -webkit-text-stroke-color: var(--b_black);
  align-self: auto;
  font-size: 14px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: var(--basic-dark-colour);
}

.subscribe-wrap {
  background-color: var(--basic-dark-colour);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 880px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 85px;
  display: flex;
}

.category-list {
  display: flex;
}

.product-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 380px;
  display: block;
}

.pic-description {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pic-description.cc-product-category {
  color: var(--basic-dark-colour);
  margin-bottom: 5px;
  display: inline-block;
}

.product-price-category {
  color: #1d1f2eb3;
  display: inline-block;
}

.product-price-category.older-price-category {
  color: #1d1f2e66;
  text-decoration: line-through;
}

.category-tag {
  z-index: 80;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.category-tag-text {
  color: var(--brown-main);
  font-weight: 700;
}

.category-tag-text.cc-new {
  color: var(--basic-dark-colour);
}

.discounted-price-category {
  color: var(--brown-main);
  margin-right: 10px;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
}

.category-price-wrap {
  justify-content: center;
  align-items: baseline;
  min-height: 42px;
  display: inline-block;
}

.product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 460px;
  margin-right: 20px;
  position: relative;
}

.product-head-section {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.link-wrap-category {
  margin-bottom: 25px;
  position: relative;
}

.link-wrap-category.cc-blog-feed-wrap {
  margin-bottom: 0;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.discounted-price-product {
  color: var(--brown-main);
  margin-right: 10px;
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.product-price-detail {
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.empty-cart-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.empty-cart-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.empty-cart-icon {
  margin: 0 auto;
  display: block;
}

.error-state {
  text-align: center;
  background-color: #a25f4b;
  margin: -30px 40px 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.newsletter-success-text {
  text-align: left;
  line-height: 24px;
  display: inline-block;
}

.newsletter-success-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.success-message-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-image {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-image.cc-blog-about {
  margin-bottom: 15px;
}

.premium-block {
  background-color: var(--basic-dark-colour);
  align-items: stretch;
  height: auto;
  margin-bottom: 150px;
  display: flex;
}

.premium-block-wrap {
  background-image: none;
  background-size: auto;
  width: 50%;
  padding-right: 10px;
  display: inline-block;
}

.premium-block-content-wrap {
  color: #fff;
  width: 470px;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  display: inline-block;
}

.premium-image {
  background-image: url('../images/Section-Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.premium-content-span {
  font-weight: 400;
}

.premium-content-item {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.premium-content-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  margin-right: 20px;
  display: flex;
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.details-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-dimensions-list {
  list-style-type: disc;
}

.product-dimension-text-value {
  display: inline-block;
}

.product-dimension-text {
  opacity: .7;
  margin-right: 5px;
  display: inline-block;
}

.underlined-link {
  border-bottom: 2px solid #a25f4b33;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bb3;
}

.underlined-link.cc-author-link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 300px;
  display: block;
}

.blog-picture.cc-feed-blog-pic {
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 210px;
}

.blog-thumbnail-subheadline {
  color: var(--basic-dark-colour);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

.footer-subheadline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-section {
  background-color: var(--bv_gold);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-content {
  color: #fff;
  background-image: url('../images/istockphoto-1391905869-1024x1024.jpg'), linear-gradient(#73663533, #73663533), url('../images/istockphoto-914478746-1024x1024.jpg'), url('../images/istockphoto-623425336-1024x1024.jpg');
  background-position: 50%, 0 0, 50% 44%, 50% 23%;
  background-size: cover, auto, cover, cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-content.new {
  background-image: url('../images/iStock-1391905869-removebg-preview.png'), linear-gradient(to bottom, var(--color--bv-pink), var(--color--bv-pink));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 75vh;
}

.header-content.new:hover {
  color: var(--white);
}

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

.header-headline {
  color: var(--bv_gold);
  background-color: #ffffff8c;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 45px;
  font-size: 66px;
  font-weight: 600;
  line-height: 80px;
}

.header-headline-wrap {
  background-color: #ffffff4d;
  margin-bottom: 20px;
  margin-left: -585px;
  padding: 55px;
  display: inline-block;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.form-wrap {
  border-right: 1px solid #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.message-form {
  margin-bottom: 0;
}

.subscribe-form-deco-line {
  background-color: #d2d2d51a;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.deco-block {
  z-index: 0;
  background-color: #f6f6f6;
  min-width: 940px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.deco-block.styleguide-deco-block {
  background-color: #060628;
  background-image: url('../images/Header-Pic.jpg');
  background-position: 50%;
  background-size: cover;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#1d1f2e1a, #1d1f2e1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.empty-message {
  color: #1d1f2e4d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.empty-message.cc-zero-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.you-might-also-like-items {
  text-align: center;
}

.dark-button {
  z-index: 50;
  background-color: var(--basic-dark-colour);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.dark-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2f3247;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.dark-button.expand {
  display: block;
}

.contact-form-success-message {
  border: 1px solid var(--line-colour);
  background-color: var(--light-grey);
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.related-blog-detail-post-wrap {
  float: left;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.further-reading-wrap {
  margin-bottom: 40px;
}

.view-all-articles-wrap {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.blog-category-headline {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
}

.blog-post-headline {
  width: 60%;
  margin-top: 80px;
}

.blog-post-cover-pic {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 1440px;
  height: 650px;
  margin-bottom: -80px;
  position: relative;
  bottom: 150px;
  right: 1px;
}

.blog-content-wrap {
  border: 1px solid var(--line-colour);
  max-width: 1200px;
  margin: 250px auto 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.blog-detail-content-deco-line {
  background-color: var(--line-colour);
  flex: 1;
  width: 100%;
  height: 1px;
  margin-left: 20px;
}

.blog-detail-date-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.blog-detail-right-column {
  padding-left: 40px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  position: relative;
}

.blog-detail-left-column {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -150px;
}

.author-wrap-blog-detail {
  border: 1px solid var(--line-colour);
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.breadcrumb-wrap {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.author-avatar-blog-detail {
  background-image: url('../images/Avatar-38.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 15px;
}

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

.blog-post-feed-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-feed-right-column {
  width: 600px;
  margin-right: 40px;
}

.blog-feed-content {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-feed-wrap {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.blog-feed-left-column {
  text-align: left;
  width: 300px;
}

.blog-home-headline-wrap {
  border-bottom: 1px solid var(--line-colour);
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
  margin-bottom: 30px;
}

.author-avatar-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}

.home-blog-item {
  color: #1d1f2eb3;
  border-left: 2px solid #a25f4b33;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.home-blog-item:hover {
  border-left-color: var(--brown-main);
  color: var(--basic-dark-colour);
  background-color: #a25f4b0a;
}

.home-blog-item.w--current {
  color: #1d1f2ed9;
  border-left-color: #a25f4b66;
}

.out-of-stock-message {
  background-color: var(--basic-dark-colour);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.default-state {
  margin-bottom: 10px;
}

.blog-secondary-headline {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
}

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

.category-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-right: 20px;
  display: inline-block;
}

.category-deco-line-right {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-left: 20px;
  display: inline-block;
}

.breadcrumb-wrapper {
  border-top: 1px none var(--line-colour);
  border-bottom: 1px none var(--line-colour);
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header-Pic.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 20vh;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

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

.password-field {
  border: 1px solid var(--line-colour);
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

.paypal {
  margin-bottom: 8px;
}

.item-image {
  margin-top: 0;
}

.add-to-cart {
  margin-top: 20px;
}

.image-12 {
  overflow: hidden;
}

.column-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.column-7 {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  overflow: visible;
}

.front_panel {
  background-color: var(--bv_gold);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.column-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.columns-2 {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.column-9 {
  padding-left: 5px;
  padding-right: 5px;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-10---image-left {
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

.column-10---text-right {
  background-color: var(--elements-webflow-library-general--shadow-01);
  height: 80vh;
  padding-left: 0;
  padding-right: 0;
}

.div-block---image-left {
  background-image: url('../images/Vicky.jpg'), url('../images/istockphoto-1389555356-1024x1024.jpg'), url('../images/istockphoto-623425336-1024x1024.jpg');
  background-position: 50% 33%, 50%, 0 0;
  background-size: cover, cover, auto;
  height: 100%;
}

.div-block---image-left.fp {
  background-image: url('../images/Fat-Dissolving_.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block---image-left.grace {
  background-image: url('../images/Grace.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block---image-left.vicky {
  background-image: url('../images/Vicky.jpg');
  background-position: 50% 33%;
  background-size: cover;
}

.columns-3---bio {
  flex-direction: row;
  height: auto;
  display: flex;
}

.columns-3---bio.v {
  flex-direction: row-reverse;
}

.div-block---bio-right {
  background-color: var(--color--bv-pink);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.body {
  color: #333;
  height: auto;
  font-family: Maven Pro, sans-serif;
}

.menu_wrapper {
  width: auto;
  position: relative;
}

.menu_wrapper._2222 {
  border-radius: 20px;
}

.menu-trigger {
  background-color: #f2f2f2;
}

.menu-trigger._222 {
  background-color: var(--light-grey);
  background-color: var(--color--bv-pink-fade);
  border-radius: 12px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact1 {
  color: var(--b_black);
  text-transform: capitalize;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 600;
}

.contact1.contacts {
  color: var(--b_black);
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.contact1.contacts.hh {
  font-weight: 600;
}

.contact1.contacts.hh.y {
  font-size: 18px;
}

.menu_content {
  background-color: var(--light-grey);
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.menu_section {
  padding: 10px;
}

.menu_section._22 {
  margin-top: 40px;
}

.menu_container {
  padding: 10px;
}

.menu_container._222 {
  border-radius: 20px;
}

.columns-6 {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-6._222222 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.gbplus {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.gbminus {
  color: var(--white);
  text-align: center;
  padding-top: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.text_menu_content {
  width: 100%;
  color: var(--color--bv-copper);
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

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

.menu_sub_content_text {
  background-color: #0000;
  padding: 10px;
}

.column-13 {
  padding: 0;
}

.columns-7 {
  margin-left: 0;
  margin-right: 0;
}

.button-2 {
  background-color: var(--bv_gold);
  min-width: 137px;
  color: var(--white);
  text-align: center;
  border-bottom-color: #0000;
  border-radius: 20px;
  margin: 20px 10px 40px 20px;
}

.button-2:hover {
  border: 1px solid var(--bv_black);
  background-color: var(--graxe_backg);
  color: #333;
}

.button-2:active {
  border-width: 1px;
}

.button-2.info {
  border: 1px solid var(--bv_black);
  color: #333;
  background-color: #0000;
  min-width: 137px;
}

.button-2.info:hover {
  background-color: var(--bv_black);
  color: var(--white);
}

.button-2.left {
  margin-left: 0;
}

.text-block-10 {
  width: 100%;
  color: var(--bv-text-test);
  padding: 10px 10px 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.div-block-4, .div-block-5 {
  padding: 10px;
}

.column-14 {
  padding: 0;
}

.mole-tag {
  background-image: url('../images/microneedle.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.column-15 {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.book-a-treatment-banner {
  background-color: var(--bv_gold);
  height: 50px;
  color: var(--bv_black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: var(--bv_black);
  -webkit-text-stroke-color: var(--bv_black);
  font-weight: 300;
}

.heading {
  color: var(--white);
  margin-top: 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 4rem;
}

.navbar-no-shadow {
  z-index: 999;
  background-color: var(--bv_black);
  margin-top: 185px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--bv_gold);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--bv_gold);
  font-size: 20px;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--bv_gold);
  color: var(--bv_black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.tt {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.button-primary.tt.pl_button {
  background-color: var(--bv_gold);
  margin-top: 20px;
  margin-left: 10px;
}

.button-primary.tt.pl_button.vouchers {
  background-color: var(--bv_gold);
  color: var(--bv_black);
  margin-top: 10px;
}

.button-primary.tt.pl_button.vouchers.whoa {
  background-color: var(--bv_black);
  color: var(--bv_gold);
}

.button-primary.pp {
  border: 1px solid var(--bv_gold);
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.button-primary.pp:hover {
  background-color: var(--bv_black);
  border-width: 0;
}

.section-9 {
  margin: 179px 40px 10px;
  padding: 10px;
}

.section-9.wide {
  background-color: var(--bv_gold);
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section-9.introo {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.section-9.about {
  margin-top: 172px;
  margin-bottom: 60px;
}

.section-9.treat {
  margin-top: 1rem;
}

.image-15 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.container-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-10 {
  margin-top: 150px;
  margin-bottom: 40px;
  padding: 10px;
}

.body-2 {
  font-family: Open Sans, sans-serif;
}

.text-block-12 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 300;
  display: flex;
}

.section-11 {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 10px;
}

.about_grace {
  flex-direction: column;
  height: auto;
  margin-top: 0;
  display: flex;
}

.about_grace.fp {
  margin-top: 2rem;
  margin-bottom: 0;
}

.paragraph-2 {
  width: 80%;
  color: var(--white);
  padding: 20px 40px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.other_inject {
  background-image: url('../images/microneedle2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.radio_image {
  background-image: url('../images/istockphoto-1312113047-1024x1024.jpg'), url('../images/istockphoto-491713766-1024x1024.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.smart_para_light {
  color: #1a1b1fcc;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 60px;
  font-family: Montserrat, sans-serif;
}

.text-block-13 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.image-16 {
  width: 100%;
  height: 100%;
}

.mum_tum {
  background-image: url('../images/Mum_Tum2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.platinum {
  background-image: url('../images/Sculpture2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.diamond {
  background-image: url('../images/Sculpture.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.hydro {
  background-image: url('../images/istockphoto-491713766-1024x1024.jpg'), url('../images/Hydro.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.radio {
  background-image: url('../images/microneedle.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.cellulite {
  background-image: url('../images/Cellulite.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.hifu {
  background-image: url('../images/HIFU.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.fat_freeze {
  background-image: url('../images/FatFreeze2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.fat_dissolve {
  background-image: url('../images/FatF.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.mesotherapy {
  background-image: url('../images/Meso.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.tattoo {
  background-image: url('../images/Hair.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.plasma {
  background-image: url('../images/Ageing.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 5px;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  padding: 2rem 30px;
  position: relative;
}

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

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

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

.bv-text {
  color: var(--color--bv-copper);
  text-align: left;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

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

.bv-text.small {
  text-align: center;
  font-size: 1.25rem;
}

.bv-text.small.leftt {
  text-align: left;
}

.bv-text.title2 {
  font-weight: 700;
}

.bv-text.indented {
  padding-left: 40px;
  padding-right: 20px;
}

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

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.logos-title-large {
  background-color: var(--elements-webflow-library-general--shadow-01);
  border-bottom: 0 solid #e4ebf3;
  padding: 1rem 30px;
  position: relative;
}

.logos-title-large.pink {
  background-color: var(--color--bv-pink-fade);
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #4d616e;
  border-bottom-color: #0000;
  border-radius: 20px;
  min-width: 137px;
  margin: 20px 10px 40px 20px;
}

.button-3:hover {
  color: #333;
  background-color: #f5f3f0;
  border: 1px solid #4d616e;
}

.button-3:active {
  border-width: 1px;
}

.button-3.info {
  color: #333;
  background-color: #0000;
  border: 1px solid #4d616e;
  min-width: 137px;
}

.button-3.info:hover {
  color: #fff;
  background-color: #4d616e;
}

.bv-header {
  color: var(--color--bv-copper);
  text-transform: capitalize;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}

.bv-header.contacts {
  color: #333;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.bv-header.contacts.hh {
  font-weight: 600;
}

.bv-header.contacts.hh.y {
  font-size: 18px;
}

.bv-header.pink {
  color: var(--bv-text-test);
  margin-bottom: 0;
}

.bv-header.pink.noindent {
  color: var(--color--bv-copper);
  padding-left: 0;
  font-size: 2rem;
  line-height: 2.25rem;
}

.bv-header.pink.noindent.centre {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
}

.bv-header.pink.noindent.added {
  padding-left: 40px;
}

.bv-header.noindent {
  text-align: center;
  padding-left: 0;
  font-weight: 600;
}

.menu_sub_content_text-2 {
  background-color: var(--color--bv-pink-fade);
  border-radius: 12px;
  margin-top: 10px;
  padding: 10px;
}

.column-17 {
  padding: 0;
}

.hydro-2 {
  background-image: url('../images/istockphoto-491713766-1024x1024.jpg'), url('../images/Hydro.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.menu_content-2 {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.column-19 {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.columns-8 {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-8._222222 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.column-20 {
  padding: 0;
}

.columns-9 {
  margin-left: 0;
  margin-right: 0;
}

.section-12 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4d616e;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.text-field-2 {
  color: #333;
  letter-spacing: 2px;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-2:hover {
  border-color: #1d1f2e80;
}

.text-field-2:active, .text-field-2:focus {
  border-color: #1d1f2e;
}

.text-field-2::placeholder {
  color: #1d1f2e4d;
}

.text-field-2.cc-textarea {
  height: 100px;
}

.contact-form-success-message-2 {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.section-13 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 10px;
  display: flex;
}

.image-17 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2 {
  margin-bottom: 0;
}

.container-4 {
  margin-top: 172px;
  padding-top: 20px;
}

.div-block-7 {
  border-top: 1px solid var(--bv_black);
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.container-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  color: var(--bv_gold);
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 55px;
  line-height: 60px;
  display: flex;
}

.section-14 {
  padding: 10px;
}

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

.section-15 {
  background-color: var(--color--bv-pink);
  height: auto;
  margin-top: 0;
  padding: 3rem 10px;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: var(--bv_gold);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.section-16 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 140px;
  padding-left: 0;
  display: flex;
}

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

.icon {
  padding: 10px;
}

.mum_tum-2 {
  background-image: url('../images/Facials.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #4d616e;
  border-bottom-color: #0000;
  border-radius: 20px;
  min-width: 137px;
  margin: 20px 10px 40px 20px;
}

.button-5:hover {
  color: #333;
  background-color: #f5f3f0;
  border: 1px solid #4d616e;
}

.button-5:active {
  border-width: 1px;
}

.button-5.info {
  color: #333;
  background-color: #0000;
  border: 1px solid #4d616e;
  min-width: 137px;
}

.button-5.info:hover {
  color: #fff;
  background-color: #4d616e;
}

.column-21 {
  padding: 0;
}

.column-23 {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.columns-10 {
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-10._222222 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 20px;
  display: flex;
}

.column-24 {
  padding: 0;
}

.columns-11 {
  margin-left: 0;
  margin-right: 0;
}

.navbar-no-shadow-2 {
  z-index: 999;
  background-color: var(--bv_black);
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--bv_gold);
  letter-spacing: .25px;
  border-bottom-width: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
}

.nav-link-2:hover {
  box-shadow: 0 2px 0 0 var(--bv_gold);
  color: var(--bv_gold);
  border-bottom-color: #0000;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2.w--current:hover {
  box-shadow: 0 2px 0 0 var(--bv_gold);
  color: var(--bv_gold);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.image-18 {
  width: 12rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.section-17 {
  padding: 10px;
}

.navbar-no-shadow-3 {
  z-index: 99;
  background-color: var(--color--bv-trans);
  opacity: 1;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
}

.container-regular-3 {
  width: 100%;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: var(--bv_gold);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  box-shadow: 0 3px 0 0 var(--bv_gold);
  color: var(--bv_gold);
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3.w--current {
  font-size: 18px;
}

.nav-link-3.w--current:hover {
  color: var(--bv_gold);
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: var(--bv_gold);
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-3 {
  margin-left: 50px;
}

.button-primary-5 {
  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-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.list-item {
  color: var(--bv_gold);
}

.text-block-15 {
  color: var(--bv_gold);
  font-size: 18px;
}

.section-18, .section-19 {
  padding: 10px;
}

.section-20, .section-21 {
  padding: 0 10px;
}

.treatment_heading {
  padding: 10px;
}

.heading-3 {
  color: var(--white);
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  display: flex;
}

.heading-3.right {
  justify-content: flex-end;
  padding-right: 10px;
  font-weight: 600;
}

.heading-3.left {
  justify-content: flex-start;
  font-weight: 600;
}

.heading-3.diff {
  color: var(--bv_black);
}

.treatment_h1 {
  margin-bottom: 20px;
  padding: 10px;
}

.cell, .cell-2, .cell-3 {
  align-items: flex-end;
}

.quick-stack {
  background-color: var(--color--bv-compl);
  padding-top: 5px;
  padding-bottom: 5px;
}

.quick-stack-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-7 {
  background-color: var(--color--bv-pink);
  color: var(--color--bv-pink);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-22 {
  padding: 10px;
}

._1ap {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.pricelist_banner {
  background-color: var(--bv_black);
  height: 50px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.brown_text {
  color: var(--bv_gold);
  -webkit-text-stroke-color: var(--bv_black);
  font-weight: 300;
}

.section-222 {
  padding: 10px;
}

.container-8 {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.section-223 {
  flex-direction: row;
  justify-content: space-between;
  display: block;
}

.div-block-18 {
  justify-content: flex-start;
  display: flex;
}

.paragraph-5 {
  justify-content: flex-end;
  padding-right: 20px;
  display: flex;
}

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

.price_headline {
  padding: 40px 10px;
}

.italic-text {
  color: var(--bv_gold);
  padding-left: 10px;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  color: var(--bv_gold);
}

.italic-text-2 {
  color: var(--white);
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.italic-text-3 {
  padding-left: 10px;
}

.paragraph-9 {
  color: var(--bv_gold);
}

.italic-text-4, .italic-text-5 {
  padding-left: 10px;
}

.body_pricelist {
  color: #333;
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/base_icon_transparent_background.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  font-family: Maven Pro, sans-serif;
}

.cell-4, .cell-5 {
  color: var(--bv_black);
}

.anti-wrinkle {
  background-image: url('../images/Anti-Wrinkle.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.facials {
  background-image: url('../images/Facials.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.fillers {
  background-image: url('../images/Dermal.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.skin-boost {
  background-image: url('../images/skin-booster_.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.hair-extensions {
  background-image: url('../images/Hair-Extensions.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.fat-dissolve {
  background-image: url('../images/Fat-Dissolving_.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.b12 {
  background-image: url('../images/b12-pic_.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.filler_dissolve {
  background-image: url('../images/lip-injections_.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.spray_tan {
  background-image: url('../images/Hair-Extensions.jpg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.brows {
  background-image: url('../images/eye-brows.jpeg'), url('../images/Facials.jpeg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.spray-tan {
  background-image: url('../images/tan.jpeg'), url('../images/Facials.jpeg');
  background-position: 50% 100%, 50%;
  background-size: cover, cover;
  width: 300px;
  height: 250px;
  padding-top: 0;
  padding-left: 5px;
}

.paragraph-10 {
  color: var(--bv_gold);
  margin-left: 10px;
}

.section-224 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.italic-text-6, .paragraph-11 {
  color: var(--bv_gold);
}

.italic-text-7 {
  padding-left: 10px;
}

.bold-text, .bold-text-2 {
  color: var(--bv_black);
}

.promo-text {
  color: var(--color--bv-copper);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.promo-text.top {
  text-align: center;
  text-transform: none;
  font-weight: 500;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---paragraph-default {
  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: 18px;
  line-height: 30px;
}

.brix---heading-h3-size {
  color: var(--color--bv-copper);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--tiffany);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  color: var(--b_black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Maven Pro, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-top: 40px;
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-bottom: 21px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 600;
}

.link, .link-2 {
  color: var(--bv_gold);
  font-weight: 600;
}

.section-225 {
  height: auto;
  margin-top: 0;
  padding-left: 0;
}

.section-226 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 25vh;
}

.div-block-21 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-227 {
  background-image: url('../images/TR_Xmas.jpeg');
  background-position: 0 0;
  background-size: cover;
  height: 30vh;
}

.div-block-22 {
  height: auto;
  margin-top: 0;
  margin-bottom: 2px;
}

.section-228 {
  height: 45vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  position: relative;
}

.div-block-23 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-23.tl {
  inset: 0% auto auto 0%;
}

.div-block-23.br {
  margin-top: 0;
  padding-top: 0;
  inset: auto 0% 0% auto;
}

.heading-4 {
  font-family: Merriweather, serif;
  font-size: 4rem;
  line-height: 4.25rem;
}

.section-229 {
  padding: 10px;
}

.section-230 {
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  margin-bottom: 10px;
  padding: 7px;
  text-decoration: none;
}

.text-block-2 {
  color: var(--bv_gold);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.image-19 {
  margin-top: 10px;
}

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

.section-231 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library-neutral--100);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library-accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-2 {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding: 10px 24px;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.brix---cta-section {
  background-color: var(--elements-webflow-library-accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.container-9, .container-9.news {
  background-color: var(--color--bv-pink);
}

.section-232 {
  position: relative;
}

.section-233 {
  background-image: linear-gradient(to bottom, var(--color--bv-pink-fade), var(--color--bv-pink-fade)), url('../images/BV-Banner-June2024-.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
}

.section-233.price-list {
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-bottom: 2rem;
}

.list-item-2 {
  color: #e7e2bb;
  text-align: center;
  min-width: 125px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-menu-wrapper-4 {
  margin-right: 40px;
}

.navbar-wrapper-4 {
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.navbar-no-shadow-container-4 {
  z-index: 5;
  background-color: #fff0;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  position: absolute;
}

.cs_button1 {
  color: #333;
  text-align: center;
  width: auto;
  min-width: 200px;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.cs_button1:hover {
  color: #261c26;
  background-color: #f2f1ff;
  transform: translate3d(0, -3px, .01px);
}

.cs_button1.new {
  color: #f2f1ff;
  background-color: #ffffff73;
  border: 1px solid #ececed;
  margin-left: 20px;
}

.cs_button1.new:hover {
  color: #333;
  background-color: #f2f1ff;
}

.cs_button1.new.purple {
  background-color: var(--color--bv-pink);
  color: #fff;
  border-width: 0;
  border-color: #e7e2bb;
  min-width: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.cs_button1.new.purple:hover {
  background-color: var(--color--bv-pink);
  transform: none;
}

.list-item-3 {
  min-width: 125px;
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-4 {
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: var(--color--bv-pink);
  border-bottom-width: 0;
  font-weight: 500;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--color--bv-pink);
  border: 0 solid #000;
  border-radius: 0;
  outline-width: 0;
  outline-style: solid;
}

.nav-link-4:lang(en) {
  font-weight: 300;
}

.nav-link-4.w--current {
  min-width: 100px;
}

.nav-link-4.w--current:hover {
  color: var(--color--bv-pink);
  font-weight: 300;
}

.nav-link-4.w--current:active {
  font-weight: 400;
}

.nav-link-4.w--current:lang(en) {
  font-weight: 300;
}

.bold-text-7 {
  color: var(--color--bv-copper);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.bold-text-7.w--current {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.nav-menu-5 {
  background-color: #fffc;
  border-radius: 48px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 5px 5px 20px;
  display: flex;
}

.section-234 {
  background-color: var(--color--bv-pink);
  height: 50vh;
}

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

.section-235 {
  margin-bottom: 2rem;
}

.button-6 {
  background-color: var(--color--bv-pink);
  padding-left: 25px;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.button-6:hover {
  border: 1px solid var(--color--bv-pink);
  background-color: var(--white);
  color: var(--color--bv-pink);
}

.bv_pink-button {
  border: 1px solid var(--white);
  background-color: var(--color--bv-pink);
  text-align: center;
  border-radius: 48px;
  min-width: auto;
  margin-left: 0;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.bv_pink-button:hover {
  border: 1px solid var(--color--bv-pink);
  background-color: var(--white);
  color: var(--color--bv-copper);
  font-weight: 300;
}

.bv_pink-button.white {
  border-color: var(--color--bv-pink);
  background-color: var(--white);
  min-width: auto;
  color: var(--color--bv-copper);
  text-align: center;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.bv_pink-button.white:hover {
  background-color: var(--color--bv-pink);
  color: var(--white);
}

.bv_pink-button.margin {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.section-236 {
  background-image: linear-gradient(to bottom, var(--color--bv-pink-fade), var(--color--bv-pink-fade)), url('../images/bella-vista-aesthetics.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 40vh;
}

.promotion-section {
  background-color: var(--color--bv-pink);
  background-image: linear-gradient(to bottom, var(--color--bv-pink-fade), var(--color--bv-pink-fade)), url('../images/xmas-background-large.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.promotion-section.template {
  display: none;
}

.promotion-section.summer {
  background-image: linear-gradient(to bottom, var(--color--bv-pink-fade), var(--color--bv-pink-fade)), url('../images/beach-summer-1.jpg');
  display: block;
}

.promotion-section.xmas {
  background-image: linear-gradient(to bottom, var(--color--bv-pink-fade), var(--color--bv-pink-fade)), url('../images/xmas-banner-2-2025.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.promotion-section.xma-2025 {
  background-color: var(--line-colour);
  background-image: linear-gradient(to bottom, var(--color--bv-trans), var(--color--bv-trans));
  position: relative;
  overflow: hidden;
}

.heading-5 {
  color: var(--white);
  font-family: Great Vibes, cursive;
  font-size: 6rem;
  font-weight: 400;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-10 {
  margin-top: 4rem;
}

.promo-header {
  color: var(--bv-text-test);
  font-size: 1.5rem;
  font-weight: 400;
}

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

.section-238 {
  margin-top: 2rem;
}

.container-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: var(--color--bv-copper);
  text-align: center;
  letter-spacing: normal;
  -webkit-text-stroke-width: 1px;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-left: auto;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 7rem;
  font-weight: 300;
  line-height: 7.25rem;
  display: flex;
}

.heading-6.pl1 {
  margin-left: 0;
  padding-top: 7rem;
}

.heading-6.pl1.treatments {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 6rem;
  display: flex;
}

.section {
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 0;
}

.quick-stack-3 {
  grid-column-gap: 9px;
  grid-row-gap: 10px;
  margin-left: 2rem;
  margin-right: 2rem;
}

.div-block-28 {
  width: 100%;
  height: 95%;
  line-height: 50px;
  overflow: hidden;
}

.link-block-10 {
  background-image: url('../images/imageBAA_BV1_.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.image-34 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-16 {
  background-color: var(--color--bv-pink-fade);
  min-width: 180px;
  color: var(--color--bv-copper);
  text-align: center;
  border-radius: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
  position: absolute;
  inset: 2% 2% auto auto;
}

.cell-7 {
  display: flex;
}

.heading-7, .heading-8, .heading-9 {
  font-family: Montserrat, sans-serif;
}

.list-item-4 {
  min-width: 125px;
  padding-left: 10px;
  padding-right: 10px;
}

.link-3 {
  font-weight: 300;
}

.image-35 {
  margin-top: 0;
  margin-bottom: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  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.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-bottom: 5em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.bv-wrapper {
  background-image: url('../images/Anti-Wrinkle.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.bv-wrapper.one {
  background-image: url('../images/Anti-Wrinkle.jpeg');
  width: 325px;
  height: 400px;
}

.bv-wrapper.two {
  background-image: url('../images/Dermal.jpeg');
  height: 400px;
}

.bv-wrapper.four {
  background-image: url('../images/Facials.jpeg');
  height: 400px;
}

.bv-wrapper.three {
  background-image: url('../images/skin-booster_.jpeg');
  height: 400px;
}

.bv-wrapper.five {
  background-image: url('../images/b12-pic_.jpeg');
  height: 400px;
}

.bv-wrapper.six {
  background-image: url('../images/Fat-Dissolving_.jpeg');
  height: 400px;
}

.bv-wrapper.seven {
  background-image: url('../images/Cellulite-Reduction-.jpg');
  height: 400px;
}

.bv-wrapper.eight {
  background-image: url('../images/lip-injections_.jpeg');
  height: 400px;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.section-239 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px;
}

.section-240 {
  padding: 11px;
}

.bv-before-after-1 {
  background-image: url('../images/imageBAA_BV1_.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-2 {
  background-image: url('../images/BV-BAA-NF1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-3 {
  background-image: url('../images/BVA-1-.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-4 {
  background-image: url('../images/BVA-2-.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.container-13 {
  padding: 10px;
}

.link-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.image-36 {
  margin-top: 0;
  margin-bottom: 0;
}

.bv-before-after-5 {
  background-image: url('../images/1-Lips-Before.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-6 {
  background-image: url('../images/1-Lips-After.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-7 {
  background-image: url('../images/2-Lips-Before.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-8 {
  background-image: url('../images/2-Lips-After.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-9 {
  background-image: url('../images/3-Eyes-Before.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-10 {
  background-image: url('../images/3-Eyes-After.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-11 {
  background-image: url('../images/4-Lips-Before.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-12 {
  background-image: url('../images/4-Lips-After.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.section-241 {
  height: auto;
  padding: 10px;
}

.section-242, .section-243 {
  padding: 10px;
}

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

.section-244 {
  padding: 10px;
}

.quick-stack-4 {
  background-color: var(--color--bv-pink);
}

.xmas-mobile {
  display: none;
}

.three-services {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.three-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.text-block-17 {
  width: 175px;
  color: var(--color--bv-copper);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
}

.uui-text-size-medium {
  color: var(--color--bv-copper);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

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

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

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

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

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.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: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  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.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.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-button-row.button-row-center {
  justify-content: center;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-faq01_cta {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

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

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

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

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

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

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

.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-faq01_heading {
  color: var(--color--bv-copper);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-heading-large {
  color: var(--color--bv-copper);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-main-paragraph-2 {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-link-wrapper-2 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow-2 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-rounded-block {
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.walsh-cover-image-2 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: auto;
}

.walsh-title-tag {
  color: var(--walsh--black);
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.walsh-bullet-tag {
  background-color: var(--walsh--black);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.walsh-col-image-wrapper {
  flex: 0 auto;
  width: 50%;
  max-width: none;
}

.walsh-content-wrap-50 {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 1em 4em 8em;
  display: flex;
}

.text_menu_content-copy {
  width: 100%;
  color: var(--color--bv-copper);
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.text_menu_content-copy.p {
  text-align: center;
}

.walsh-heading-large-2 {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  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: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.bold-text-9 {
  color: var(--color--bv-copper);
}

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

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

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

.bv-before-after-13 {
  background-image: url('../images/PRP-Before-Photo.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.bv-before-after-14 {
  background-image: url('../images/PRP-After-Photo.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

.text-span-2 {
  color: var(--color--bv-copper);
  font-weight: 500;
}

.cell-8 {
  border-right: 0px solid var(--color--bv-copper);
  justify-content: flex-start;
  align-items: center;
}

.cell-9 {
  border-right: 1px solid var(--color--bv-copper);
  border-left: 1px solid var(--color--bv-copper);
  justify-content: flex-start;
  align-items: center;
}

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

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

.bv-3-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.snow {
  background-image: url('../images/BV-Snowfall.svg');
  background-position: 50%;
  background-size: cover;
  height: 200vh;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

@media screen and (min-width: 1440px) {
  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .cart-button {
    margin-right: 30px;
  }

  .item-count {
    margin-left: 0;
  }

  .cart-heading {
    font-weight: 700;
  }

  .cart-icon {
    margin-right: 4px;
  }

  .white-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cart-item-remove-link {
    transition: color .4s;
  }

  .cart-item-remove-link:hover {
    color: #fffc;
  }

  .uppercase-text.cc-cart-label {
    display: none;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .paragraph {
    align-self: center;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-item-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .menu-item-deco-line {
    display: none;
  }

  .content.cc-subscribe-form, .content.cc-deco-block-wrap, .content.cc-blog-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-menu {
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-button {
    opacity: .6;
    padding: 0;
    transition: opacity .4s;
  }

  .menu-button:hover {
    opacity: 1;
  }

  .menu-button:active {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: #0000;
    align-items: center;
    display: block;
  }

  .brand {
    flex: 1;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }

  .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-icon {
    margin-top: -4px;
    margin-bottom: 0;
    display: inline-block;
  }

  .content-wrap {
    width: 80%;
  }

  .product-pic-wrap {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .products-grid {
    text-align: center;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subscribe-wrap {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .category-list {
    margin-right: -20px;
  }

  .category-item {
    margin-left: 0;
  }

  .product-picture {
    width: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .product-head-section {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 80px;
  }

  .product-main-details {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .link-wrap-category {
    width: 100%;
  }

  .link-wrap-category.cc-blog-feed-wrap, .error-message {
    width: auto;
  }

  .logo-image.cc-footer-logo {
    margin-bottom: 10px;
  }

  .premium-block {
    flex-direction: column;
  }

  .premium-block-wrap {
    width: 100%;
    padding-right: 0;
  }

  .premium-block-content-wrap {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    padding-left: 0;
    display: block;
  }

  .premium-image {
    height: auto;
    min-height: 280px;
  }

  .premium-content-item {
    flex-direction: column;
    align-items: center;
  }

  .premium-content-icon-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .details-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-details-wrap {
    width: 70%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0;
  }

  .product-dimensions-list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }

  .blog-picture {
    width: 100%;
  }

  .header-section {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-content {
    text-align: center;
    flex-direction: row;
    width: auto;
    position: relative;
  }

  .header-content.new {
    height: auto;
  }

  .header-text {
    z-index: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .contact-form-headline {
    margin-bottom: 40px;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .deco-block {
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-overlayed {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .related-blog-detail-post-wrap {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .blog-post-headline {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post-cover-pic {
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
    position: static;
    left: -30px;
    right: -30px;
  }

  .blog-content-wrap {
    border-style: none;
    border-width: 0;
    width: auto;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .blog-detail-right-column {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-detail-left-column {
    position: static;
  }

  .author-wrap-blog-detail {
    text-align: center;
  }

  .breadcrumb-wrap {
    text-align: center;
    justify-content: center;
  }

  .author-avatar-blog-detail {
    background-position: 50%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-feed-right-column {
    width: 100%;
  }

  .blog-feed-wrap {
    flex-direction: column;
  }

  .blog-feed-left-column {
    width: 100%;
  }

  .out-of-stock-message {
    width: auto;
  }

  .category-wrap {
    justify-content: center;
    width: 100%;
  }

  .category-deco-line, .category-deco-line-right {
    display: none;
  }

  .breadcrumb-wrapper {
    text-align: center;
    justify-content: center;
  }

  .div-block---bio-right {
    justify-content: center;
    align-items: center;
  }

  .mole-tag {
    height: 250px;
  }

  .heading {
    padding-top: 10px;
    padding-left: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: var(--bv_black);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 10px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .about_grace {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-2 {
    margin-bottom: 0;
    padding: 10px 10px 10px 0;
    font-size: 14px;
  }

  .other_inject, .radio_image, .mum_tum, .platinum, .diamond, .hydro, .radio, .cellulite, .hifu, .fat_freeze, .fat_dissolve, .mesotherapy, .tattoo, .plasma {
    height: 250px;
  }

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

  .bv-text.small, .bv-text.small.leftt {
    text-align: center;
  }

  .bv-text.indented {
    padding-left: 20px;
    padding-right: 10px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .bv-header.pink.noindent.added {
    padding-left: 20px;
  }

  .hydro-2 {
    height: 250px;
  }

  .section-16 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .icon {
    color: var(--bv_gold);
    font-size: 30px;
  }

  .mum_tum-2 {
    height: 250px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: var(--bv_black);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3 {
    background-color: var(--bv_black);
    padding: 12px;
  }

  .menu-button-3.w--open {
    background-color: var(--bv_black);
    color: #fff;
  }

  .image-18 {
    width: 10rem;
    margin-left: 0;
  }

  .icon-2 {
    color: var(--bv_gold);
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-4 {
    background-color: var(--bv_black);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-3 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    background-color: var(--bv_black);
    color: #fff;
  }

  .icon-3 {
    color: var(--bv_gold);
  }

  .anti-wrinkle, .facials, .fillers, .skin-boost, .hair-extensions, .fat-dissolve, .b12, .filler_dissolve, .spray_tan, .brows, .spray-tan {
    height: 250px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-225 {
    height: auto;
    margin-top: 9px;
  }

  .div-block-22 {
    margin-top: -223px;
    padding-top: 28px;
  }

  .section-228 {
    height: 30vh;
    margin-top: 0;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .section-233 {
    justify-content: center;
    align-items: center;
  }

  .section-233.price-list {
    height: 80vh;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    background-color: var(--color--bv-pink);
    color: #fff;
    border-radius: 48px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
    margin-right: 0;
  }

  .navbar-no-shadow-container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-4 {
    color: var(--color--bv-copper);
    font-size: 44px;
  }

  .cs_button1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .list-item-3 {
    margin-right: 0;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-5 {
    background-color: #fff;
    border-radius: 48px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .heading-6 {
    margin-left: 0;
  }

  .heading-6.pl1.treatments {
    margin-top: 8rem;
    font-size: 5rem;
  }

  .link-block-10 {
    height: 40vh;
  }

  .text-block-16 {
    color: var(--color--bv-copper);
    font-size: 2rem;
    font-weight: 600;
  }

  .bv-wrapper.one {
    width: 750px;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .bv-before-after-1, .bv-before-after-2, .bv-before-after-3, .bv-before-after-4, .bv-before-after-5, .bv-before-after-6, .bv-before-after-7, .bv-before-after-8, .bv-before-after-9, .bv-before-after-10, .bv-before-after-11, .bv-before-after-12 {
    height: 40vh;
  }

  .three-services {
    flex: 0 auto;
    width: auto;
  }

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

  .text-block-17 {
    width: 175px;
  }

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

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-content-wrap-50 {
    order: -1;
    width: 100%;
    padding: 4em 40px;
  }

  .walsh-heading-large-2 {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .bv-before-after-13, .bv-before-after-14 {
    height: 40vh;
  }

  .bv-3-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  form {
    flex-direction: column;
    display: flex;
  }

  .cart-button {
    margin-right: 15px;
  }

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

  .label.cc-category-link, .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }

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

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

  .text-field.cc-product-quantity {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline, .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .content-wrap {
    width: 90%;
  }

  .content-wrap.treat {
    width: 100%;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .product-pic-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .timeline-event-wrap {
    width: 100%;
  }

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

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-list {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .category-item {
    margin-right: 0;
  }

  .product-main-details, .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }

  .product-details-wrap, .product-dimensions-wrap {
    width: 100%;
  }

  .blog-picture.cc-feed-blog-pic {
    width: 100%;
    height: 300px;
  }

  .header-section {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content {
    justify-content: center;
  }

  .header-headline {
    font-size: 55px;
  }

  .deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .related-blog-detail-post-wrap {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }

  .blog-post-headline {
    width: 100%;
  }

  .blog-post-feed-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog-feed-content {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-home-headline-wrap, .blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
    text-align: center;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

  .category-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .column-5, .column-7, .column-6 {
    display: none;
  }

  .column-10---image-left {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .column-10---text-right {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .columns-3---bio {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-3---bio.v {
    flex-direction: column;
  }

  .div-block---bio-right {
    padding-top: 2rem;
  }

  .columns-6._222222 {
    flex-direction: column;
  }

  .text_menu_content {
    width: auto;
  }

  .heading {
    margin-bottom: 0;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section-9.treat {
    margin-top: 1rem;
  }

  .about_grace {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about_grace._2 {
    flex-direction: column-reverse;
  }

  .paragraph-2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .smart_para_light {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-left, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bv-header.noindent {
    text-align: center;
  }

  .columns-8._222222 {
    flex-direction: column;
  }

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

  .text-field-2::placeholder {
    text-align: center;
  }

  .text-field-2.cc-textarea {
    margin-bottom: 20px;
  }

  .section-16 {
    margin-left: 0;
    padding-left: 0;
  }

  .columns-10._222222 {
    flex-direction: column;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-3 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .image-18 {
    width: 8rem;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-4 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .quick-stack {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-5 {
    padding-top: 0;
    padding-right: 10px;
  }

  .div-block-20 {
    padding-top: 10px;
  }

  .promo-text.top {
    font-weight: 400;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

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

  .section-228 {
    height: 30vh;
    margin-top: 83px;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-233.price-list {
    height: 70vh;
  }

  .cs_button1 {
    padding: 20px 32px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-5 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .heading-6 {
    font-size: 5rem;
    line-height: 6rem;
  }

  .heading-6.pl1.treatments {
    font-size: 4rem;
    line-height: 4rem;
  }

  .section {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .link-block-10 {
    height: 35vh;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-inner-card-bottom {
    justify-content: center;
    align-items: center;
  }

  .walsh-cover-image {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bv-wrapper.one {
    width: 500px;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .bv-before-after-1, .bv-before-after-2, .bv-before-after-3, .bv-before-after-4 {
    height: 35vh;
  }

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

  .bv-before-after-5, .bv-before-after-6, .bv-before-after-7, .bv-before-after-8, .bv-before-after-9, .bv-before-after-10, .bv-before-after-11, .bv-before-after-12 {
    height: 35vh;
  }

  .three-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .text-block-17 {
    width: 150px;
  }

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

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

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

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

  .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-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

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

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

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

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-content-wrap-50 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .text_menu_content-copy {
    width: auto;
  }

  .walsh-heading-large-2 {
    font-size: 2em;
  }

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

  .bv-before-after-13, .bv-before-after-14 {
    height: 35vh;
  }

  .bv-3-grid {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .cart-container {
    min-width: 320px;
  }

  .white-button {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .cart-product-price {
    font-size: 14px;
  }

  .paragraph {
    text-align: justify;
  }

  .text-field {
    text-align: left;
    align-self: auto;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .content-wrap {
    width: 100%;
  }

  .footer {
    margin-top: 60px;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    height: 360px;
  }

  .error-state {
    font-size: 14px;
    line-height: 22px;
  }

  .header-content {
    background-image: linear-gradient(#4d616e26, #4d616e26), url('../images/istockphoto-623425336-1024x1024.jpg');
    background-position: 0 0, 35%;
    background-size: auto, cover;
    height: 70vh;
  }

  .header-content.new {
    background-image: url('../images/bella-vista-aesthetics.jpeg');
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .header-text {
    width: 90%;
    padding-bottom: 10px;
  }

  .header-headline {
    padding: 20px;
    font-size: 45px;
    line-height: 60px;
  }

  .header-headline-wrap {
    margin-top: 30px;
    padding: 5px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

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

  .deco-block.styleguide-deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-overlayed.checkout {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }

  .front_panel {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-3---bio {
    flex-direction: column;
    display: flex;
  }

  .contact1 {
    text-align: left;
    padding-left: 0;
  }

  .menu_container._222 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-6._222222 {
    flex-direction: column;
  }

  .div-block-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text_menu_content {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .menu_sub_content_text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-2 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    display: block;
  }

  .text-block-10 {
    text-align: justify;
    padding-left: 0;
  }

  .div-block-4, .div-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .mole-tag {
    padding-top: 0;
    padding-left: 10px;
  }

  .column-15 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-16 {
    padding-left: 0;
  }

  .heading {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.tt {
    margin-left: 0;
  }

  .button-primary.tt.pl_button.vouchers {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-primary.pp {
    margin-left: 0;
  }

  .section-9 {
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .paragraph-2 {
    text-align: justify;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .other_inject, .radio_image {
    padding-top: 0;
    padding-left: 10px;
  }

  .smart_para_light {
    padding-left: 10px;
  }

  .mum_tum, .platinum, .diamond, .hydro, .radio, .cellulite, .hifu, .fat_freeze, .fat_dissolve, .mesotherapy, .tattoo, .plasma {
    padding-top: 0;
    padding-left: 10px;
  }

  .hero-heading-left {
    padding-top: 0;
  }

  .container {
    max-width: none;
  }

  .hero-split {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .bv-text {
    color: var(--color--bv-copper);
    text-align: justify;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }

  .bv-text.small {
    text-align: center;
    font-size: 1.2rem;
  }

  .bv-text.small.leftt {
    text-align: center;
  }

  .logos-title-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-3 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    display: block;
  }

  .bv-header {
    text-align: center;
    padding-left: 0;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .bv-header.pink.noindent {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .bv-header.pink.noindent.centre {
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .bv-header.noindent {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .menu_sub_content_text-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hydro-2 {
    padding-top: 0;
    padding-left: 10px;
  }

  .column-18 {
    padding-left: 0;
  }

  .column-19 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-8._222222 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-field-2 {
    text-align: left;
    align-self: auto;
  }

  .section-13 {
    background-image: url('../images/TR_Xmas.jpeg');
    background-position: 0 0;
    background-size: cover;
    margin-top: 20px;
  }

  .paragraph-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-16 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mum_tum-2 {
    padding-top: 0;
    padding-left: 10px;
  }

  .button-5 {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    display: block;
  }

  .column-22 {
    padding-left: 0;
  }

  .column-23 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-10._222222 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .nav-menu-3 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .nav-menu-4 {
    flex-direction: column;
  }

  .nav-button-wrapper-3 {
    width: auto;
  }

  .heading-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container-7 {
    align-items: center;
  }

  .div-block-9 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17 {
    text-align: center;
  }

  .paragraph-5 {
    padding-right: 10px;
  }

  .div-block-19 {
    padding-top: 5px;
  }

  .italic-text-2 {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .anti-wrinkle, .facials, .fillers, .skin-boost, .hair-extensions, .fat-dissolve, .b12, .filler_dissolve, .spray_tan, .brows, .spray-tan {
    padding-top: 0;
    padding-left: 10px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---grid-3-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    margin-top: 84px;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---inner-container-600px---center {
    max-width: 100%;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-225 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-22 {
    margin-top: -99px;
    margin-left: -138px;
    margin-right: 0;
  }

  .section-228 {
    height: 20vh;
    margin-top: 0;
    margin-bottom: 32px;
  }

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

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-233 {
    height: 90vh;
  }

  .section-233.price-list {
    height: 70vh;
    margin-bottom: 1rem;
  }

  .menu-button-5.w--open {
    border-radius: 48px;
  }

  .navbar-wrapper-4 {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navbar-no-shadow-container-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cs_button1 {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .cs_button1.new {
    margin-top: 10px;
    margin-left: 0;
  }

  .nav-menu-5 {
    background-color: #fffffff0;
    flex-direction: column;
    margin-left: 5px;
    margin-right: 6px;
  }

  .bv_pink-button {
    min-width: 200px;
  }

  .bv_pink-button.white {
    min-width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-27 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-6 {
    margin-top: 6rem;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2.75rem;
    line-height: 4rem;
  }

  .heading-6.pl1.treatments {
    margin-top: 8rem;
    font-size: 2.75rem;
    line-height: 2.75rem;
  }

  .section {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .quick-stack-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-block-10 {
    height: 25vh;
  }

  .text-block-16 {
    min-width: 125px;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 2rem;
    line-height: 2.2rem;
    inset: 2% 2% auto;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding-bottom: 1em;
  }

  .walsh-cover-image {
    object-fit: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .bv-wrapper {
    align-items: flex-end;
  }

  .bv-wrapper.one {
    width: 300px;
  }

  .walsh-rounded-card {
    border-radius: 0;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-240 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .bv-before-after-1, .bv-before-after-2, .bv-before-after-3, .bv-before-after-4 {
    height: 25vh;
  }

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

  .bv-before-after-5, .bv-before-after-6, .bv-before-after-7, .bv-before-after-8, .bv-before-after-9, .bv-before-after-10, .bv-before-after-11, .bv-before-after-12 {
    height: 25vh;
  }

  .section-244 {
    display: none;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .xmas-mobile {
    display: none;
  }

  .three-services {
    flex: 0 auto;
    width: 100%;
  }

  .text-block-17 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-link-wrapper-2 {
    font-size: 16px;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-col-image-wrapper {
    width: 100%;
  }

  .walsh-content-wrap-50 {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding: 30px 0;
    font-size: 18px;
  }

  .text_menu_content-copy {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .bv-before-after-13, .bv-before-after-14 {
    height: 25vh;
  }

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

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

  .quick-stack-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .bv-3-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_2522b5f9-473e-46cd-9977-f8f71ccf417c-44851d0b, #w-node-e8a89fce-98a0-b95f-d5e8-54c58df3fa92-44851d0b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cda38828-2cda-f44f-56c5-26b5f32add9f-44851d0b, #w-node-cda38828-2cda-f44f-56c5-26b5f32addae-44851d0b {
  align-self: stretch;
}

#w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a20-44851d0b, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a2c-44851d0b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd62-44851d0b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d697-50f9fcff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d698-50f9fcff {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d69c-50f9fcff {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d69e-50f9fcff {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start stretch;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d6a9-50f9fcff {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d6ab-50f9fcff {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d6b4-50f9fcff {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_4c625f5d-597c-b93b-cc62-5e4ebf27d6b6-50f9fcff {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start stretch;
}

#w-node-e88a0756-985d-3e65-9a57-c269a2f6ad2b-a2f6ad2b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851d88, #w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851d89 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4a7-44851d8b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-44851d8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02c6fa02-536e-0a14-eeb0-52df59cdabaf-44851d8c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa14e540-6c2e-cee6-006a-dac2477ee653-44851d8c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3cf1c697-02ba-51ef-02ed-4b6eebfd9844-44851da6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851da9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bafaebdb-dbda-6233-ac54-1f83f838f4f5-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bafaebdb-dbda-6233-ac54-1f83f838f4f6-44851da9, #w-node-bafaebdb-dbda-6233-ac54-1f83f838f502-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8f014e9-12e8-c664-6314-d61b8a2f6248-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d8f014e9-12e8-c664-6314-d61b8a2f6249-44851da9, #w-node-d8f014e9-12e8-c664-6314-d61b8a2f6251-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc071854-4c6a-af07-8d1f-5970802b7407-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dc071854-4c6a-af07-8d1f-5970802b7408-44851da9, #w-node-dc071854-4c6a-af07-8d1f-5970802b7410-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_615e1cae-66a3-7535-4759-8f2bcd99b3b5-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_615e1cae-66a3-7535-4759-8f2bcd99b3b6-44851da9, #w-node-_615e1cae-66a3-7535-4759-8f2bcd99b3ba-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e745b714-3cb2-7144-559a-69e93fe328f0-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e745b714-3cb2-7144-559a-69e93fe328f1-44851da9, #w-node-e745b714-3cb2-7144-559a-69e93fe328f5-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ec7330c-81d8-665b-e443-fc9103b1fb7a-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9ec7330c-81d8-665b-e443-fc9103b1fb7b-44851da9, #w-node-_9ec7330c-81d8-665b-e443-fc9103b1fb7f-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b71596a-e2ff-354f-3657-fd7fdabd4fb6-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7b71596a-e2ff-354f-3657-fd7fdabd4fb7-44851da9, #w-node-_7b71596a-e2ff-354f-3657-fd7fdabd4fbb-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56dc1aab-16e3-c935-002c-5a3f82939ae4-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_56dc1aab-16e3-c935-002c-5a3f82939ae5-44851da9, #w-node-_56dc1aab-16e3-c935-002c-5a3f82939ae9-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daa9c83e-7f7f-0d54-823e-c2240cffcdc5-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-daa9c83e-7f7f-0d54-823e-c2240cffcdc6-44851da9, #w-node-daa9c83e-7f7f-0d54-823e-c2240cffcdca-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20638ac3-d52d-126a-3bd5-2542be314830-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_20638ac3-d52d-126a-3bd5-2542be314831-44851da9, #w-node-_20638ac3-d52d-126a-3bd5-2542be314835-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1f25ed9-194a-d966-0e01-a0deefaae6e8-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f1f25ed9-194a-d966-0e01-a0deefaae6e9-44851da9, #w-node-f1f25ed9-194a-d966-0e01-a0deefaae6ed-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c67cf9b-0146-571c-0b35-6c1a3bf31730-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9c67cf9b-0146-571c-0b35-6c1a3bf31731-44851da9, #w-node-_9c67cf9b-0146-571c-0b35-6c1a3bf31735-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1756c97b-3857-dbb0-fe99-bd46aaf7b489-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1756c97b-3857-dbb0-fe99-bd46aaf7b48a-44851da9, #w-node-_1756c97b-3857-dbb0-fe99-bd46aaf7b48e-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5a2b746-6104-b31e-8155-4605d8350e0c-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f5a2b746-6104-b31e-8155-4605d8350e0d-44851da9, #w-node-f5a2b746-6104-b31e-8155-4605d8350e11-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1462a7c-c92c-0fb8-e901-b4a03af97efd-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e1462a7c-c92c-0fb8-e901-b4a03af97efe-44851da9, #w-node-e1462a7c-c92c-0fb8-e901-b4a03af97f02-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8676ce8e-8ed1-96bf-7c73-6f4ad273fca4-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8676ce8e-8ed1-96bf-7c73-6f4ad273fca5-44851da9, #w-node-_8676ce8e-8ed1-96bf-7c73-6f4ad273fca9-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6f61c36-67aa-ada6-a1b2-7fadc09142e5-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d6f61c36-67aa-ada6-a1b2-7fadc09142e6-44851da9, #w-node-d6f61c36-67aa-ada6-a1b2-7fadc09142ea-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5919bdac-9a44-657c-ed1f-39ef8245fdae-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5919bdac-9a44-657c-ed1f-39ef8245fdaf-44851da9, #w-node-_5919bdac-9a44-657c-ed1f-39ef8245fdb3-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55394c0b-c5e2-ea85-0886-649a4ee9c18a-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_55394c0b-c5e2-ea85-0886-649a4ee9c18b-44851da9, #w-node-_55394c0b-c5e2-ea85-0886-649a4ee9c18f-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e0fbd75-412a-0f9f-0d08-497064e9754a-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4e0fbd75-412a-0f9f-0d08-497064e9754b-44851da9, #w-node-_4e0fbd75-412a-0f9f-0d08-497064e9754f-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_396af6d1-199e-134b-5892-fe9584b84653-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_396af6d1-199e-134b-5892-fe9584b84654-44851da9, #w-node-_396af6d1-199e-134b-5892-fe9584b84658-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbb5f823-16ba-03d2-0b99-45d119773a0e-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fbb5f823-16ba-03d2-0b99-45d119773a0f-44851da9, #w-node-fbb5f823-16ba-03d2-0b99-45d119773a13-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d62f0a-caa2-8c10-7cbd-89164da13e96-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_51d62f0a-caa2-8c10-7cbd-89164da13e97-44851da9, #w-node-_51d62f0a-caa2-8c10-7cbd-89164da13e9b-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fff13bd7-30b1-6dbb-fc24-e5d8c2bf95e3-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fff13bd7-30b1-6dbb-fc24-e5d8c2bf95e4-44851da9, #w-node-fff13bd7-30b1-6dbb-fc24-e5d8c2bf95e8-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b15b75cc-e775-fb98-1279-600c927b5bb9-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b15b75cc-e775-fb98-1279-600c927b5bba-44851da9, #w-node-b15b75cc-e775-fb98-1279-600c927b5bbe-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f233e05a-4f6b-676c-c414-cd87985b481f-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f233e05a-4f6b-676c-c414-cd87985b4820-44851da9, #w-node-f233e05a-4f6b-676c-c414-cd87985b4824-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12077b52-5349-b9a5-64cd-71b751e69382-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_12077b52-5349-b9a5-64cd-71b751e69383-44851da9, #w-node-_12077b52-5349-b9a5-64cd-71b751e69387-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_657681eb-49f8-bf67-c92b-d190bfd91202-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_657681eb-49f8-bf67-c92b-d190bfd91203-44851da9, #w-node-_657681eb-49f8-bf67-c92b-d190bfd91207-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03ab64d2-6510-30dc-739e-3e75fb4e012b-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_03ab64d2-6510-30dc-739e-3e75fb4e012c-44851da9, #w-node-_03ab64d2-6510-30dc-739e-3e75fb4e0130-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e5399b8-b6cb-0027-0346-a947c9169d3b-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8e5399b8-b6cb-0027-0346-a947c9169d3c-44851da9, #w-node-_8e5399b8-b6cb-0027-0346-a947c9169d40-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b5a1c8a-1f4d-3292-ce9f-7b1f096f4af3-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3b5a1c8a-1f4d-3292-ce9f-7b1f096f4af4-44851da9, #w-node-_3b5a1c8a-1f4d-3292-ce9f-7b1f096f4af8-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fea2095-d977-3e50-f5f5-054e2d69033e-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2fea2095-d977-3e50-f5f5-054e2d69033f-44851da9, #w-node-_2fea2095-d977-3e50-f5f5-054e2d690343-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de05ce98-4853-e38b-c411-0f6aac263228-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-de05ce98-4853-e38b-c411-0f6aac263229-44851da9, #w-node-de05ce98-4853-e38b-c411-0f6aac26322d-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50047bc9-6b3e-560e-d3ac-197d33de73d5-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_50047bc9-6b3e-560e-d3ac-197d33de73d6-44851da9, #w-node-_50047bc9-6b3e-560e-d3ac-197d33de73da-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6798e60d-cbd0-8988-a2ee-1048107d84c1-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6798e60d-cbd0-8988-a2ee-1048107d84c2-44851da9, #w-node-_6798e60d-cbd0-8988-a2ee-1048107d84c6-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab5f1c2e-f69d-d35a-0354-8e8b1a0560c2-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab5f1c2e-f69d-d35a-0354-8e8b1a0560c3-44851da9, #w-node-ab5f1c2e-f69d-d35a-0354-8e8b1a0560c7-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddd80664-5824-c644-c41b-eac1a4f34e3a-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ddd80664-5824-c644-c41b-eac1a4f34e3b-44851da9, #w-node-ddd80664-5824-c644-c41b-eac1a4f34e3f-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e0a2be6-979c-7a85-93ad-ff9a6452e3b1-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2e0a2be6-979c-7a85-93ad-ff9a6452e3b2-44851da9, #w-node-_2e0a2be6-979c-7a85-93ad-ff9a6452e3b6-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57d6bee1-5a31-267d-adab-26ff6997f1f7-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_57d6bee1-5a31-267d-adab-26ff6997f1f8-44851da9, #w-node-_57d6bee1-5a31-267d-adab-26ff6997f1fc-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37b7ad0d-fb85-50bd-c53c-89655d73cf84-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_37b7ad0d-fb85-50bd-c53c-89655d73cf85-44851da9, #w-node-_37b7ad0d-fb85-50bd-c53c-89655d73cf89-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_943b029b-04ec-9b5e-7087-74ef2b954339-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_943b029b-04ec-9b5e-7087-74ef2b95433a-44851da9, #w-node-_943b029b-04ec-9b5e-7087-74ef2b95433e-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f201ac07-da8c-5c9e-e8ba-2ad78af3c213-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f201ac07-da8c-5c9e-e8ba-2ad78af3c214-44851da9, #w-node-f201ac07-da8c-5c9e-e8ba-2ad78af3c218-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d512c2f-e050-19c6-7b20-f0d2b602a392-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5d512c2f-e050-19c6-7b20-f0d2b602a393-44851da9, #w-node-_5d512c2f-e050-19c6-7b20-f0d2b602a397-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_359ebdd5-5849-8ef0-4559-960b3b525064-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_359ebdd5-5849-8ef0-4559-960b3b525065-44851da9, #w-node-_359ebdd5-5849-8ef0-4559-960b3b525069-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_574c2328-a6f1-0fdb-96a1-1f84604c5048-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_574c2328-a6f1-0fdb-96a1-1f84604c5049-44851da9, #w-node-_574c2328-a6f1-0fdb-96a1-1f84604c504d-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f199d9b-56e0-e362-0d11-d721d72cc574-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2f199d9b-56e0-e362-0d11-d721d72cc575-44851da9, #w-node-_2f199d9b-56e0-e362-0d11-d721d72cc579-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ec4af8b-df65-f597-e670-689d49d1e2b5-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7ec4af8b-df65-f597-e670-689d49d1e2b6-44851da9, #w-node-_7ec4af8b-df65-f597-e670-689d49d1e2ba-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5eeda3a-d9d1-fc41-34af-9a35a12cb898-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e5eeda3a-d9d1-fc41-34af-9a35a12cb899-44851da9, #w-node-e5eeda3a-d9d1-fc41-34af-9a35a12cb89d-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf24954c-132c-0484-88c1-5abe715120c3-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf24954c-132c-0484-88c1-5abe715120c4-44851da9, #w-node-bf24954c-132c-0484-88c1-5abe715120c8-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9eef72-3ff8-0711-3aa9-c145b013ff0c-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7f9eef72-3ff8-0711-3aa9-c145b013ff0d-44851da9, #w-node-_7f9eef72-3ff8-0711-3aa9-c145b013ff11-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b232827-823b-56ec-4b8d-26377e31c74f-44851da9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9b232827-823b-56ec-4b8d-26377e31c750-44851da9, #w-node-_9b232827-823b-56ec-4b8d-26377e31c754-44851da9, #w-node-_988979ca-1777-5bab-6346-946d225c8578-44851da9, #w-node-_879adbf5-3545-7b3f-4a7f-d176cedd4ac7-44851da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851dac, #w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851dad, #w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851dae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9be1d25-1b48-4824-44f9-5c35821f5ee6-44851daf, #w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-44851daf, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-44851daf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a14-44851daf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a20-44851daf, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a2c-44851daf {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd62-44851daf {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd6f-44851daf, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd7c-44851daf {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851db0, #w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851db1, #w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851db2, #w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851db3, #w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-44851db4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a14-44851db5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a20-44851db5, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a2c-44851db5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd62-44851db5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd6f-44851db5, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd7c-44851db5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-c3d0d06c-27ea-93dd-d0ff-825606171611-44851db5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c3d0d06c-27ea-93dd-d0ff-82560617161e-44851db5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-44851db5, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-44851db5, #w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-44851db6, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-44851db6, #w-node-_0971497e-f9af-23a2-14b5-d7bd90688695-44851db6, #w-node-_44eae654-276a-d0f9-32de-936be8a10c40-44851db6, #w-node-_1464626b-0bde-5d9d-1270-53f5d0e6405c-44851db6, #w-node-_1e2dab22-af6b-f1c5-0988-296ef609ad05-44851db6, #w-node-_2c18df96-db48-7022-d394-3a8a86f6ce99-44851db6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c1554a4f-a7a5-4975-3799-bec5a7bcc2d4-4bf4ec38, #w-node-c1554a4f-a7a5-4975-3799-bec5a7bcc2e3-4bf4ec38 {
  align-self: stretch;
}

#w-node-c03312d1-0273-cedb-0466-5a73b1cd7f0d-4bf4ec38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a14-4bf4ec38, #w-node-_6b5ff2c1-1922-1153-1d06-f53f5e232a14-4bf4ec38 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a20-4bf4ec38, #w-node-_94ed268f-5d43-d5ba-f865-37ebd4a21b74-4bf4ec38, #w-node-_8b68c2e1-ec25-6732-4861-57e86bde68bb-4bf4ec38, #w-node-_94bf4086-f65c-7b89-c971-78b0976f883c-4bf4ec38, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a2c-4bf4ec38 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-b84139e1-9a3f-6689-befb-92baea747ec9-4bf4ec38, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd62-4bf4ec38 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-4bf4ec38, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-4bf4ec38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-2207f844 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0fd18a73-70d5-18ec-5f67-6b7d6af5d5f7-2207f844, #w-node-c56766a2-1827-e60c-5cea-0dc9448845a9-2207f844 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_8c403446-3370-875b-811e-213bd460561d-2207f844 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c1554a4f-a7a5-4975-3799-bec5a7bcc2d4-8e147081, #w-node-c1554a4f-a7a5-4975-3799-bec5a7bcc2e3-8e147081 {
  align-self: stretch;
}

#w-node-c03312d1-0273-cedb-0466-5a73b1cd7f0d-8e147081 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c1554a4f-a7a5-4975-3799-bec5a7bcc2d4-20afc06b, #w-node-c1554a4f-a7a5-4975-3799-bec5a7bcc2e3-20afc06b {
  align-self: stretch;
}

#w-node-c03312d1-0273-cedb-0466-5a73b1cd7f0d-20afc06b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_94bf4086-f65c-7b89-c971-78b0976f883c-20afc06b, #w-node-_8820a43f-c2ff-92e3-b7f1-ac43cf25567d-20afc06b, #w-node-ad11b993-2ec0-d056-4c01-e7ffa9b48203-20afc06b {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a20-44851d0b, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a2c-44851d0b, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd62-44851d0b, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a14-44851daf, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a20-44851daf, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a2c-44851daf, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd62-44851daf, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd6f-44851daf, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd7c-44851daf, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a14-44851db5, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a20-44851db5, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a2c-44851db5, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd62-44851db5, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd6f-44851db5, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd7c-44851db5, #w-node-c3d0d06c-27ea-93dd-d0ff-825606171611-44851db5, #w-node-c3d0d06c-27ea-93dd-d0ff-82560617161e-44851db5, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a14-4bf4ec38, #w-node-_6b5ff2c1-1922-1153-1d06-f53f5e232a14-4bf4ec38, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a20-4bf4ec38, #w-node-_94ed268f-5d43-d5ba-f865-37ebd4a21b74-4bf4ec38, #w-node-_8b68c2e1-ec25-6732-4861-57e86bde68bb-4bf4ec38, #w-node-_94bf4086-f65c-7b89-c971-78b0976f883c-4bf4ec38, #w-node-e3535fa0-0abe-a31e-10f6-e3949c8d0a2c-4bf4ec38, #w-node-b84139e1-9a3f-6689-befb-92baea747ec9-4bf4ec38, #w-node-e18e5e0f-7095-4acf-1a70-66d10e70fd62-4bf4ec38 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0fd18a73-70d5-18ec-5f67-6b7d6af5d5f7-2207f844, #w-node-c56766a2-1827-e60c-5cea-0dc9448845a9-2207f844 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_94bf4086-f65c-7b89-c971-78b0976f883c-20afc06b, #w-node-_8820a43f-c2ff-92e3-b7f1-ac43cf25567d-20afc06b, #w-node-ad11b993-2ec0-d056-4c01-e7ffa9b48203-20afc06b {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-44851daf, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-44851daf, #w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-44851db5, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-44851db5, #w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-44851db6, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-44851db6, #w-node-_0971497e-f9af-23a2-14b5-d7bd90688695-44851db6, #w-node-_44eae654-276a-d0f9-32de-936be8a10c40-44851db6, #w-node-_1464626b-0bde-5d9d-1270-53f5d0e6405c-44851db6, #w-node-_1e2dab22-af6b-f1c5-0988-296ef609ad05-44851db6, #w-node-_2c18df96-db48-7022-d394-3a8a86f6ce99-44851db6, #w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-4bf4ec38, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-4bf4ec38, #w-node-_8c403446-3370-875b-811e-213bd460561d-2207f844 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e8a89fce-98a0-b95f-d5e8-54c58df3fa92-44851d0b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-44851daf, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-44851daf, #w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-44851db5, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-44851db5, #w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-44851db6, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-44851db6, #w-node-_0971497e-f9af-23a2-14b5-d7bd90688695-44851db6, #w-node-_44eae654-276a-d0f9-32de-936be8a10c40-44851db6, #w-node-_1464626b-0bde-5d9d-1270-53f5d0e6405c-44851db6, #w-node-_1e2dab22-af6b-f1c5-0988-296ef609ad05-44851db6, #w-node-_2c18df96-db48-7022-d394-3a8a86f6ce99-44851db6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c03312d1-0273-cedb-0466-5a73b1cd7f0d-4bf4ec38 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_48d39f45-251d-9190-a7ba-f1fd95423b6b-4bf4ec38, #w-node-_2b774c8d-5989-33aa-8236-c0bf31e824f5-4bf4ec38 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0fd18a73-70d5-18ec-5f67-6b7d6af5d5f7-2207f844, #w-node-c56766a2-1827-e60c-5cea-0dc9448845a9-2207f844 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_8c403446-3370-875b-811e-213bd460561d-2207f844 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c03312d1-0273-cedb-0466-5a73b1cd7f0d-8e147081, #w-node-c03312d1-0273-cedb-0466-5a73b1cd7f0d-20afc06b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


