@font-face {
  font-family: "Font awesome 5 free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --headings-font: #3a3636;
  --tomato: #ff4338;
  --dark-grey: #999;
  --white: white;
  --terracota: #ac7147;
  --black: black;
  --white-smoke: whitesmoke;
  --floral-white: #eaeae2;
  --tomato-light: #ff43380f;
  --alice-blue: #e7edf0;
  --lavender-blush: #fff0ef;
  --dim-grey: #666;
  --crimson: #d3362d;
  --input-hover: #2472f3;
  --misty-rose-2: #ffd9d7;
  --indian-red: #ee6262;
  --white-smoke-2: #eaeaea;
  --misty-rose: #ffdede;
  --light-coral: #fa9c97;
  --lavender-blush-2: #ffeceb;
  --bg: #1f3c4b;
}

.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-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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(--headings-font);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--headings-font);
  font-family: Questrial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

h2 {
  color: var(--headings-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 80px;
}

h3 {
  color: var(--headings-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  position: relative;
}

h4 {
  color: var(--headings-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

h5 {
  color: var(--headings-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

h6 {
  color: var(--headings-font);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

p {
  color: var(--headings-font);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

a {
  color: var(--tomato);
  cursor: pointer;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

a:hover {
  color: #fffc;
}

ul {
  color: var(--headings-font);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  color: var(--headings-font);
  border-left: 5px solid #ff4338cc;
  width: 70%;
  margin: 40px auto;
  padding: 0 0 0 6%;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 46px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 5px;
}

.hero-section {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo {
  width: 45px;
}

.brand {
  z-index: 99;
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110px;
  font-family: EB Garamond, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: relative;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.07);
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100vh;
}

.slide-nav {
  width: auto;
  display: none;
  position: absolute;
  inset: auto auto 150px 70px;
}

.left-arrow {
  align-items: center;
  width: 50px;
  display: flex;
  inset: auto 320px 50px auto;
}

.right-arrow {
  align-items: center;
  width: 50px;
  display: flex;
  inset: auto 250px 50px auto;
}

.image_slider {
  background-image: linear-gradient(#0009, #0009), url('../images/anant-sharma-ApX7UaSSf3A-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.image_slider._1 {
  background-image: linear-gradient(#0009, #0009), url('../images/endermobanner2-1.jpg');
}

.image_slider._4 {
  background-image: linear-gradient(#0009, #0009), url('../images/LPG-endermologie-beaute-traintement-header-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image_slider._2 {
  background-image: linear-gradient(#0009, #0009), url('../images/LPG-endermologie-beaute-traintement-header-01.jpg');
}

.image_slider._3 {
  background-image: linear-gradient(#0009, #0009), url('../images/endermobanner2-1.jpg');
}

.menu-icon {
  z-index: 999;
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 111px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-bar {
  background-color: var(--white);
  width: 45px;
  height: 2px;
  margin-bottom: 5px;
}

.menu-bar.last {
  margin-bottom: 0;
}

.menu-bars-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.menu-bars-wrapper.second {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.nav-inner-wrapper {
  align-items: center;
  height: 110px;
  margin-right: -2px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-scroll-bg {
  z-index: 1;
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 1px 0% 0%;
}

.nav-link {
  z-index: 2;
  color: var(--headings-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.nav-link.social {
  color: var(--headings-font);
  margin-right: 0;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 25px;
}

.nav-link.social:hover {
  color: var(--tomato);
}

.nav-link.nav-link-hide {
  font-size: 1rem;
  line-height: 1.3;
  transition: font-size .4s;
}

.nav-link.nav-link-hide:hover {
  border-bottom: 2px solid var(--terracota);
  padding-bottom: 0;
  font-size: 1.05rem;
  display: flex;
}

.nav-link.nav-link-hide.w--current {
  transition: font-size .4s;
}

.nav-link.nav-link-hide.w--current:hover {
  font-size: 1.05rem;
}

.nav-link.nav-link-hide.blue:hover, .nav-link.nav-link-hide.blue.w--current:hover {
  border-bottom-color: #1a9bb8;
}

.nav-link.nav-link-hide.blue-bottom-line.w--current {
  z-index: 999;
  color: var(--black);
}

.nav-link.nav-link-hide.blue-bottom-line.w--current:hover {
  color: var(--black);
  border-bottom-color: #19a3c0;
}

.social-icon-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.separator {
  background-color: var(--terracota);
  width: 150px;
  height: 3px;
  margin-top: 17px;
  margin-right: 30px;
}

.separator.class {
  margin-top: 40px;
  position: static;
}

.separator.navbar {
  z-index: 2;
  background-color: var(--headings-font);
  width: 2px;
  height: 30px;
  margin-top: 0;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  position: relative;
  top: auto;
  left: auto;
}

.separator.price {
  background-color: #ffffff4d;
  width: 70px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
}

.separator.width-increased {
  background-color: var(--white-smoke);
  width: 25%;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 15px;
}

.separator.width-increased.dark {
  background-color: var(--terracota);
}

.separator.scroll {
  background-color: #0000004d;
  width: 1px;
  height: 150px;
  margin-top: 0;
  margin-right: 0;
}

.separator.number {
  background-color: var(--headings-font);
  width: 80px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.separator.social-share {
  background-color: #0003;
  flex: 1;
  width: auto;
  margin-top: 0;
  margin-right: 15px;
}

.separator.white {
  background-color: var(--white);
  color: var(--white);
}

.separator._2 {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.nav-link-wrapper {
  margin-right: 2vw;
  overflow: hidden;
}

.nav-link-wrapper.menu-nav {
  margin-bottom: 20px;
  margin-right: 0;
}

.nav-link-wrapper.no-margin-right {
  margin-right: 0;
}

.nav-link-wrapper.margin-left {
  margin-left: 2rem;
}

.nav-link-wrapper.margin-left.no-margin {
  margin-left: 0;
}

.nav-underline {
  z-index: 1;
  background-color: var(--terracota);
  width: 100%;
  height: 1px;
  display: none;
  position: relative;
}

.hero-content-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.heading-h1 {
  border-left: 8px solid var(--white);
  color: #fff;
  text-align: left;
  padding-left: 9px;
}

.heading-h1.white {
  z-index: 15;
  border-left: 8px solid var(--white);
  text-align: left;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.heading-h1.white.m6 {
  margin-right: -3px;
}

.heading-h1.post-page {
  text-align: left;
  margin-top: 20px;
  font-size: 100px;
  line-height: 110px;
}

.heading-h1.dark {
  color: var(--headings-font);
}

.paragraph {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 670px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.5rem;
  line-height: 1.4rem;
}

.paragraph.session {
  max-width: 1050px;
  margin-top: 20px;
  font-size: 17px;
}

.paragraph.dark {
  color: var(--headings-font);
  text-align: left;
  max-width: 670px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.paragraph.dark.margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph.dark.white {
  color: var(--floral-white);
  max-width: 670px;
}

.paragraph.dark.with-margins {
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.paragraph.align-left {
  text-align: left;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph.full-width {
  color: var(--headings-font);
  text-align: left;
  max-width: 100%;
  margin-top: 0;
  font-size: 18px;
  line-height: 35px;
}

.paragraph.petit-paragraphe {
  font-size: 22px;
}

.paragraph.petit-paragraphe.left {
  max-width: 40rem;
  margin-top: .5rem;
  padding-left: 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

.paragraph.left {
  color: #dfb2a7;
  text-align: left;
  padding-left: 1.5rem;
  font-family: Questrial, sans-serif;
}

.paragraph.left.white {
  opacity: 1;
  color: #fff;
}

.paragraph.left.white.opacity {
  opacity: .75;
  max-width: 40rem;
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.3;
}

.paragraph.white {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6rem;
  line-height: 1.1;
}

.paragraph.white2 {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.footer-wrapper {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  max-width: 1234px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.scroll-wrapper {
  z-index: 60;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 100px 0 auto;
}

.scroll-wrapper.hero {
  bottom: 4.5rem;
  right: auto;
}

.scroll-line {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.scroll-line.big {
  height: 3rem;
  position: relative;
  top: auto;
  bottom: auto;
}

.scroll-line-overlay {
  background-color: var(--terracota);
  width: 100%;
  height: 100%;
}

.scroll-line-overlay.blue {
  background-color: #19a3c0;
}

.section {
  padding: 120px 30px;
}

.section.pricing {
  background-color: var(--tomato-light);
}

.section.bg-color {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#00000080, #00000080), url('../images/LPG1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.padding-top {
  background-color: var(--dark-grey);
  padding-top: 245px;
}

.section.blog-categories {
  background-color: var(--alice-blue);
  padding-top: 245px;
  padding-left: 70px;
  padding-right: 70px;
}

.section.categories {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 70px;
  display: flex;
}

.section.padding-bottom {
  background-color: var(--alice-blue);
  padding-bottom: 200px;
}

.section.pink {
  background-color: var(--lavender-blush);
}

.section.post-page {
  padding-top: 100px;
}

.section.separation {
  background-color: var(--alice-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-color {
  background-color: #e7edf0;
}

.section.pink {
  background-color: var(--alice-blue);
  background-image: url('../images/app-cellum6-lef-banner.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  display: block;
}

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

.menu-bg {
  background-color: #ac7147;
  border: 1px solid #fff;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.menu-bg.blue {
  background-color: #19a3c0;
}

.cross-bar {
  background-color: var(--white);
  width: 45px;
  height: 2px;
  margin-bottom: 5px;
}

.cross-bar.first {
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.cross-bar.second {
  margin-bottom: 0;
  position: absolute;
  transform: rotate(-45deg);
}

.cross-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.menu {
  z-index: 9;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-bg-image {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#ac71478c, #ac71478c), url('../images/LPG1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu-inner-wrapper {
  background-color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nav-wrapper {
  z-index: 9;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.menu-nav-wrapper.first {
  margin-bottom: 30px;
}

.menu-nav-wrapper.no-margin-bottom {
  margin-bottom: 0;
}

.menu-nav-wrapper.show-mobile {
  display: none;
}

.menu-nav-link {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  font-family: Questrial, sans-serif;
  font-size: 4.2vw;
  font-weight: 400;
  line-height: 5vw;
  text-decoration: none;
  transition: font-size .4s;
  display: flex;
  position: relative;
}

.menu-nav-link:hover {
  border-bottom: 3px solid var(--terracota);
  color: #fff;
}

.menu-links-divider {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  font-family: EB Garamond, sans-serif;
  font-size: 4.2vw;
  line-height: 5vw;
}

.menu-links-divider.last {
  margin-right: 0;
}

.menu-nav-outer {
  flex-direction: column;
  align-items: center;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
}

.menu-footer {
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 20vh;
}

.menu-footer-wrapper {
  align-items: flex-end;
  display: flex;
}

.scroll-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  transform: rotate(-90deg);
}

.menu-footer-link {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
}

.menu-footer-link:hover {
  color: #fff;
}

.menu-footer-link.big {
  font-size: 1.3rem;
  line-height: 1.1;
}

.nav-wrapper {
  z-index: 99;
  border: 1px #fff;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 70px 70px auto auto;
}

.nav-wrapper.not-fixed {
  position: static;
}

.logo-wrapper {
  z-index: 9;
  align-items: center;
  height: 110px;
  display: flex;
}

.title {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
}

.title.white {
  color: #fff;
  margin-bottom: 10px;
}

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

.title.light {
  color: #dfb2a7;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.1;
}

.heading-h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-h2.password {
  letter-spacing: 0;
  font-size: 25px;
  line-height: 35px;
}

.heading-h2.white {
  color: var(--white);
  font-size: 3.3rem;
  line-height: 1.1;
}

.info-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: 50px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.info-wrapper.full-width {
  max-width: 100%;
}

.info-wrapper.no-padding-top {
  margin-top: 0;
}

.classes-cotent-wrapper {
  width: 400vw;
  display: flex;
}

.classes-sticky-wrapper {
  background-color: #ffffff82;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.classes-block {
  cursor: grab;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.classes-block._1, .classes-block._2, .classes-block._3, .classes-block._4 {
  display: flex;
}

.classes-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.classes-scrollable {
  flex-wrap: wrap;
  align-items: center;
  width: 400vw;
  height: 100vh;
  display: flex;
}

.classes-section {
  background-color: #fff;
  border-top: 60px #24242417;
  justify-content: center;
  align-items: center;
  height: 400vh;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.classes-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.class-content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  margin-right: 50px;
  display: flex;
}

.class-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60vw;
  height: 60vh;
  position: relative;
}

.button-block {
  color: var(--tomato);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% 0 auto;
}

.button-block.w--current {
  color: var(--terracota);
}

.button-block.terracotta {
  color: var(--terracota);
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  bottom: auto;
  right: auto;
}

.button-arrow {
  color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  align-self: center;
  width: 5px;
  height: 5px;
  margin-left: -6px;
  transform: rotate(45deg);
}

.button-circle {
  z-index: 2;
  color: var(--terracota);
  background-color: #0000;
  border-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.button-circle.terracota-color {
  color: var(--terracota);
}

.button-circle.white {
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-self: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  left: auto;
}

.button-line {
  background-color: var(--terracota);
  width: 40px;
  height: 1px;
  position: relative;
}

.button-line.white {
  background-color: #fff;
  align-self: center;
}

.button-bg-circle {
  z-index: 1;
  border: 1px solid var(--terracota);
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: auto;
}

.button-bg-circle.white {
  outline-offset: 0px;
  border: 2px #fff;
  border-radius: 100%;
  outline: 2px #fff;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  inset: 0%;
}

.button-bg-overlay {
  background-color: var(--terracota);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  display: flex;
  position: relative;
  inset: auto;
}

.button-bg-overlay.white {
  background-color: #fff;
}

.footer {
  z-index: 100;
  background-color: var(--headings-font);
  background-image: url('../images/infinity_right_bg_removed.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: auto 75%;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  bottom: auto;
}

.footer.black {
  background-color: var(--black);
  display: none;
}

.footer.grey {
  background-color: #363a38;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 260px;
  display: flex;
}

.content-wrapper {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.content-wrapper.gallery {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  max-width: 100%;
  padding-left: 1vh;
  padding-right: 1vh;
  display: grid;
}

.content-wrapper.instructor {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding-bottom: 50px;
  display: flex;
}

.content-wrapper.hero {
  z-index: 100;
  align-items: center;
  max-width: 70rem;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content-wrapper.negtive-margin-top {
  margin-top: -81px;
  margin-left: auto;
  padding-left: 100px;
}

.content-wrapper.negtive-margin-bottom {
  margin-bottom: 0;
  margin-left: auto;
}

.content-wrapper.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding: 40px;
  display: grid;
}

.content-wrapper.template {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.content-wrapper.style-guide {
  margin-top: 100px;
  padding: 40px;
}

.content-wrapper.flex-horizontal {
  justify-content: space-between;
  margin-left: auto;
  display: flex;
}

.content-wrapper.grid-item {
  z-index: 0;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding: 40px;
  display: grid;
}

.heading-h4 {
  color: var(--headings-font);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.heading-h4.template {
  margin-bottom: 0;
}

.heading-h4.top-margin {
  margin-top: 15px;
}

.heading-h4.titre-contact {
  color: var(--white);
  margin-top: 35px;
  margin-bottom: 30px;
  margin-left: 116px;
  font-size: 60px;
}

.heading-h4.titre-contact.border-terracotta {
  border-left: 8px solid var(--terracota);
  padding-left: 12px;
}

.heading-h4._45px {
  font-size: 30px;
}

.heading-h4._60pix {
  font-size: 60px;
  font-weight: 400;
}

.heading-h4._50pix {
  font-size: 50px;
}

.heading-h4.terracota {
  color: #ac7147;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.pricing-table-card {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 50px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 16px 13px 30px 10px #0000004d;
}

.pricing-plan-title {
  color: var(--headings-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.pricing-plan-title.dark {
  color: var(--headings-font);
  margin-bottom: 80px;
  font-size: 12px;
}

.pricing-plan-title.white {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 12px;
}

.pricing-plan-title.no-margin-bottom {
  margin-bottom: 0;
}

.scroll-block {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 150px;
  margin-top: 30px;
  display: flex;
}

.scroll-circle {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.header {
  z-index: 99;
  justify-content: space-between;
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.table-content {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 45px;
  display: flex;
  position: relative;
}

.table-bg {
  opacity: .08;
  background-image: url('../images/23img_pricing_table_top.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: absolute;
  inset: -24px auto auto 0%;
}

.table-bg.second {
  opacity: 1;
  background-image: url('../images/23img_pricing_table_top.png');
  width: 100%;
  height: 250px;
}

.price {
  color: var(--white);
  margin-right: 4px;
  font-family: Questrial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 20px;
}

.price.big {
  margin-right: 6px;
  font-size: 50px;
  line-height: 40px;
}

.price.big.dark {
  font-weight: 400;
}

.price.light {
  color: #ffffffb3;
}

.price.dark {
  color: var(--headings-font);
}

.table-price-wrapper {
  align-items: flex-start;
  margin-bottom: 90px;
  display: flex;
}

.pricing-table-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 50px;
  display: grid;
}

.pricing-table-content {
  flex: none;
  width: 100%;
  max-width: 460px;
}

.pricing-link {
  color: var(--tomato);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.button-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.button-inner-wrapper {
  align-self: center;
  align-items: center;
  margin-right: 13px;
  display: flex;
}

.pricing-plan-features {
  color: #00000080;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.category-collection-list {
  display: flex;
}

.footer-icon {
  font-family: "Font awesome 5 free solid 900", sans-serif;
}

.slider-arrow-icon {
  width: 100%;
  max-width: 10px;
}

.slider-arrow-icon.rotated {
  transform: rotate(180deg);
}

.utility-page-wrap {
  background-color: var(--alice-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
  box-shadow: 4px 4px 20px 6px #0000000f;
}

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

.circle-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
  position: relative;
}

.circle {
  z-index: 3;
  border: 2px solid var(--tomato);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.password-input {
  color: var(--headings-font);
  text-align: center;
  background-color: #0000000d;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 20px;
  padding: 15px 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.password-submit-button {
  background-color: var(--tomato);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 15px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 700;
  transition: background-color .35s cubic-bezier(.445, .05, .55, .95);
}

.password-submit-button:hover {
  background-color: var(--crimson);
}

.checkout-heading {
  color: var(--headings-font);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}

.checkout-section {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.checkout-wrapper {
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.order-content {
  margin-right: 40px;
}

.container {
  width: 100%;
  max-width: 1234px;
}

.block-header {
  padding: 15px 40px;
}

.checkout-text {
  color: var(--headings-font);
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.checkout-text.bold {
  font-weight: 800;
}

.block-content {
  padding: 32px 40px;
}

.checkout-field-label {
  color: var(--headings-font);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.checkout-input {
  color: var(--headings-font);
  height: 48px;
  margin-bottom: 24px;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.cart-total-text, .cart-total-price {
  color: var(--headings-font);
  font-family: Open Sans, sans-serif;
}

.inline, .no-left-margin {
  margin-left: 0;
}

.cart-item-name {
  color: var(--headings-font);
  margin-bottom: 2px;
  font-family: Open Sans, sans-serif;
}

.cart-item-price {
  color: var(--headings-font);
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.check-out-wrapper {
  background-color: var(--alice-blue);
  padding-top: 150px;
}

.arrow-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: opacity .2s;
  display: flex;
}

.arrow-wrapper:hover {
  opacity: .85;
}

.page-wrapper {
  width: 100%;
  position: relative;
}

.paragraph.class {
  color: #0009;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 35px;
}

.password-paragraph {
  color: var(--headings-font);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.benefits-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.benefits-card-wrapper.remove-bg-img {
  background-image: none;
}

.benefit-card {
  background-color: var(--white);
  background-image: url('../images/23img_pricing_table_top.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #0000001a;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px 35px 80px;
  display: flex;
  position: relative;
}

.underline {
  background-color: var(--tomato);
  height: 1px;
  margin-top: 2px;
}

.card-icon {
  width: 60px;
  margin-bottom: 20px;
}

.info-block {
  align-self: auto;
  width: 100%;
  max-width: 550px;
  padding-bottom: 0;
}

.info-block.small-maring {
  padding-bottom: 0;
}

.video-section {
  z-index: 15;
  background-color: #666;
  background-image: linear-gradient(#00000080, #00000080), url('../images/app-cellum6-lef-banner.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  margin-top: 0;
  padding: 6rem 30px 9rem;
  position: relative;
  overflow: hidden;
  transform: none;
}

.video-section.padding-15.delete-texts.background {
  background-color: #333;
  background-image: url('../images/LPG_infinity4.png');
  background-position: 5% 100%;
  background-repeat: no-repeat;
  background-size: auto 65%;
  overflow: visible;
}

.video-section.remove-bg-img {
  background-image: linear-gradient(#00000080, #00000080);
  margin-top: 0;
}

.video-section.sticky {
  z-index: 10;
  height: auto;
  position: relative;
  overflow: hidden;
}

.video-section.transparent {
  background-color: #0000;
  background-image: none;
  padding: 10rem 1.5rem;
  overflow: hidden;
}

.video-section.no-padding {
  padding-top: 0;
  overflow: visible;
}

.section.bg-image {
  background-image: url('../images/endermobanner2-1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 800px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.newsletter-block {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: #0000001a #0000001a #0000001a var(--terracota);
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  padding: 60px;
  display: flex;
  position: relative;
}

.newsletter-info-block {
  border-top: 1px solid var(--terracota);
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  display: flex;
}

.newsletter-info-block.no-padding {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0;
}

.tick-icon {
  width: 50px;
  margin-right: 20px;
}

.newsletter-info {
  color: var(--headings-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.newsletter-info._60 {
  max-width: 70%;
}

.newsletter-info._65px {
  max-width: 62%;
}

.newsletter-form-block {
  color: var(--headings-font);
  flex-direction: column;
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.input {
  color: var(--headings-font);
  background-color: #e7edf0b3;
  border-radius: 3px;
  height: 60px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  transition: border .2s;
}

.input:hover {
  border: 1px solid var(--input-hover);
}

.input::placeholder {
  color: var(--headings-font);
}

.input.message {
  height: 120px;
  margin-bottom: 0;
}

.input.margin-bottom {
  background-color: #fff;
  margin-bottom: 15px;
}

.button {
  background-color: var(--terracota);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .35s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button:hover {
  background-color: var(--crimson);
  color: #fff;
}

.button.white {
  color: var(--headings-font);
  background-color: #fff;
  border: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: .9rem;
  line-height: 1.1;
  transition: transform .4s ease-in-out;
}

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

.button.contact {
  width: 135px;
}

.button.transparent {
  z-index: 300;
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff;
  margin-left: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  line-height: 1.3;
  transition: transform .4s ease-in-out;
  position: relative;
}

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

.button.margin-top {
  margin-top: 30px;
}

.button.style-guide {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
  transition: transform .2s ease-in-out;
}

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

.button.blue {
  color: #fff;
  background-color: #19a3c0;
  padding-left: 30px;
  padding-right: 30px;
}

.button.blue:hover {
  color: #1a9bb8;
  background-color: #fff;
}

.newsletter-form {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.newsletter-text {
  color: var(--headings-font);
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.content-section {
  padding: 120px 30px;
}

.content-section.bg-color {
  z-index: 30;
  background-color: var(--alice-blue);
  margin-left: 0;
  padding: 10rem 0;
  position: relative;
}

.content-section.about {
  text-align: center;
  background-image: url('../images/Formeetsante_LPG.jpg');
  background-position: 0 0;
  background-size: cover;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.content-section.about.bg-img-3 {
  background-image: none;
}

.content-section.packages {
  text-align: center;
  background-image: url('../images/Forme-et-santé-10.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: stretch;
  height: 100vh;
  min-height: 0;
  display: flex;
}

.content-section.post-page {
  text-align: center;
  background-image: url('../images/dane-wetton-kh0jOHmZp0E-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: stretch;
  height: 100vh;
  min-height: 1140px;
  display: flex;
}

.content-section.instructor-template {
  background-image: linear-gradient(#00000080, #00000080), url('../images/LPG1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  align-items: flex-end;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.content-section.instructor-template.image {
  z-index: 50;
  background-color: #0000;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/LPG-Ghansoren.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
  margin-right: 0;
  padding: 60px 40px;
  position: sticky;
}

.content-section.instructor-template.image-2 {
  z-index: 50;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/LPG1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.content-section.instructor-template {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 0;
  display: flex;
}

.content-section.bg-img3 {
  background-image: url('../images/Formeetsante_LPG.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
}

.content-section.photos {
  background-image: url('../images/Formeetsante_LPG.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  display: flex;
}

.testimonial-info-block {
  width: 100%;
  max-width: 620px;
  overflow: hidden;
}

.testimonial-info-block.instructor {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 570px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 35px;
  position: relative;
}

.testimonial-info-block.margin-top {
  max-width: none;
  margin-top: 4rem;
  padding-left: 0;
}

.video-block {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 700px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-block.absolute {
  color: var(--terracota);
  width: 50%;
  max-width: 620px;
  min-height: 800px;
}

.video-block.absolute.delete-hover {
  z-index: 150;
}

.video-block.absolute.negative-margin {
  top: -5rem;
}

.video-block.absolute.negative-margin.xl {
  width: 65%;
}

.video-block.absolute._4rem {
  top: -6rem;
}

.video-block.absolute {
  width: 50%;
  max-width: 620px;
  min-height: 800px;
}

.video-block.absolute._120px-desktop {
  min-height: 800px;
  margin-top: -120px;
}

.video-block.absolute._100 {
  height: 100%;
  min-height: auto;
  top: -4.9rem;
}

.video-block.absolute._100.with-borders {
  border: 10px solid #ac7147;
}

.video-block.negative-margin-top {
  z-index: 150;
  top: -5rem;
  overflow: hidden;
}

.video-block._2 {
  width: 50%;
}

.video-block._3 {
  min-height: 75rem;
}

.author-image {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.play-icon-wrapper {
  z-index: 100;
  color: var(--white);
  border: 1px solid #ffffffb3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
}

.video-image {
  color: var(--terracota);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial.center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-wrapper {
  z-index: 100;
  color: var(--headings-font);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 35px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.author-info {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.author-info.blog-card-author {
  background-color: var(--white);
  border-radius: 5px;
  margin-top: 0;
  padding: 10px 4%;
  position: absolute;
  inset: auto 20px 20px auto;
}

.author-info.no-margin-top {
  margin-top: 0;
}

.author-name {
  font-family: Open Sans, sans-serif;
}

.author-name.bold {
  font-weight: 700;
}

.author-name.bold-white {
  color: #fff;
  font-weight: 700;
}

.author-name.white {
  color: #fff;
  text-align: left;
}

.author-name-block {
  color: var(--headings-font);
  align-self: center;
}

.video-overlay {
  z-index: 50;
  color: var(--terracota);
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.blog-card {
  background-color: var(--alice-blue);
  border: 1px solid #0000000f;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.blog-card.full-width {
  justify-content: flex-start;
  max-width: 100%;
}

.category-link {
  background-color: var(--tomato);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .35s ease-in-out;
}

.category-link:hover {
  background-color: var(--crimson);
  color: #fff;
}

.blog-post-info {
  color: var(--dim-grey);
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.dot {
  background-color: var(--tomato);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.fb-icon {
  margin-right: 8px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
}

.blog-card-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.blog-image-wrapper {
  width: 100%;
  position: relative;
}

.blog-card-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.blog-section-content {
  width: 100%;
  max-width: 420px;
}

.recent-posts-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-snippet {
  color: var(--headings-font);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.empty-state {
  background-color: #ff433833;
  border: 1px solid #ff43384d;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.hero-info-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  padding-left: 40px;
  display: flex;
}

.hero-info-block.large {
  max-width: 850px;
}

.download-link {
  color: #fff;
  border-bottom: 1px solid #ffffff4d;
  align-items: center;
  margin-left: 70px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.download-link:hover {
  color: #fff;
}

.download-icon {
  width: 20px;
  margin-left: 10px;
}

.mission-vision-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.mission-vision-card {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.mission-vision-card.one {
  border: 1px solid #000;
  border-radius: 0;
}

.mission-vision-card.three {
  border-right: 1px solid #0000001a;
}

.mission-vision-card.two {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #0000001a;
  border-left: 1px #fff;
  border-right: 1px solid #fff;
}

.mission-vision-card.one {
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

.team-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 80px;
  display: grid;
}

.team-card {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
}

.card-top-bg {
  background-image: url('../images/Bg_post.jpg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #0000001a;
  border-radius: 0;
  align-self: stretch;
  min-height: 150px;
}

.instructor-image {
  background-image: url('../images/51img_instructor_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: -75px auto 20px;
}

.instructor-image.negtive-margin-bottom {
  z-index: 1;
  border: 8px solid var(--white);
  background-image: url('../images/eric2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 195px;
  height: 195px;
  margin-top: -102px;
  margin-bottom: 38px;
  position: static;
}

.instructor-image.negtive-margin-bottom.image-b-n-dicte {
  background-image: url('../images/52img_instructor_2.jpg');
}

.instructor-image.image-eric {
  border: 8px solid var(--white);
  background-image: url('../images/eric2.jpg');
  width: 190px;
  height: 190px;
}

.instructor-info {
  color: var(--headings-font);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.card-content-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.instructor-stats-wrapper {
  color: var(--headings-font);
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  margin-top: 10px;
  padding: 20px 30px;
  display: flex;
}

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

.stats-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.stats-text.light {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.instructor-social-link {
  color: var(--dark-grey);
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: color .35s ease-in-out;
}

.instructor-social-link:hover {
  color: var(--tomato);
}

.card-social-links {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.accordian-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-item {
  z-index: 9;
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  background-color: var(--alice-blue);
  color: var(--dim-grey);
  white-space: normal;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Questrial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  transition: color .35s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.accordion-toggle:hover {
  color: var(--tomato);
}

.accordion-icon {
  color: #555;
  margin-left: 20px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.accordion-dropdown {
  background-color: #0000;
  display: block;
  position: static;
}

.accordion-content {
  color: var(--headings-font);
  margin-bottom: 0;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 24px;
}

.accordian-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.accordian-wrapper.second {
  margin-bottom: 0;
}

.accordian-wrapper.less-top-margin {
  margin-top: 40px;
}

.instructor-info-wrapper {
  background-color: var(--alice-blue);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 10px;
  display: flex;
}

.table-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.table-heading-wrapper {
  background-color: var(--misty-rose-2);
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.table-heading {
  color: var(--indian-red);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.table-cell {
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.table-cell.bg-color {
  background-color: var(--white-smoke);
  background-color: #f5f5f5;
}

.time-text {
  color: var(--headings-font);
  margin-bottom: 3px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.time-text.bold {
  color: #000;
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-slider-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 3%;
}

.rating-wrapper {
  margin-top: 10px;
  margin-bottom: 30px;
}

.rating-wrapper.no-top-margin {
  margin-top: 0;
}

.rating-text {
  color: var(--dark-grey);
  margin-top: 3px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.tabs {
  display: flex;
}

.tabs-menu {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}

.tabs-content {
  width: 100%;
  max-width: 57%;
}

.tab {
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  max-width: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: background-color .2s;
}

.tab:hover {
  color: var(--black);
  background-color: #dae4e9;
}

.tab.w--current {
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 5px;
}

.buttons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.gallery-section {
  background-color: var(--alice-blue);
  padding-bottom: 120px;
}

.gallery-block {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.gallery-image._81vh {
  object-fit: fill;
  background-image: url('../images/Forme-et-santé-5.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: none;
  height: 81vh;
}

.gallery-image._81vh.image2 {
  background-image: url('../images/Forme-et-santé-1.jpg');
  background-size: cover;
}

.gallery-bg-video {
  z-index: 1;
  width: 100%;
  height: 81vh;
  position: relative;
}

.lightbox-link {
  width: 100%;
  position: relative;
}

.lightbox-overlay {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.zoom-icon {
  width: 28px;
}

.tab-number-wrapper {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.tab-number {
  color: var(--headings-font);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.gallery-slider {
  width: 100%;
  height: 40vh;
  position: relative;
  overflow: hidden;
}

.heading-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-h3.white {
  color: var(--white-smoke);
}

.heading-h3.dark {
  line-height: 60px;
}

.instructor-image-large {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-height: 700px;
  position: relative;
}

.bg-square {
  border: 30px solid var(--terracota);
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -125px -125px auto auto;
}

.instructor-info-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  margin-left: 3%;
  display: flex;
  position: relative;
}

.block-quote {
  border-left-style: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
}

.star-icon {
  flex: 0 auto;
  margin-right: 3px;
}

.contact-section {
  z-index: 50;
  background-color: #e7edf0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.contact-section.second {
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-form-wrapper {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #0000001a #0000001a #0000001a var(--dim-grey);
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: relative;
  left: -73px;
  overflow: hidden;
}

.contact-form-wrapper.terracota {
  background-image: linear-gradient(#ac7147, #ac7147);
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.select-field {
  background-color: var(--white-smoke);
  color: var(--headings-font);
  border: 1px #000;
  padding-left: 0;
}

.contact-info {
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: relative;
  right: auto;
}

.contact-info.terracota {
  background-color: #ac7147;
}

.contact-icon {
  width: 40px;
  margin-bottom: 20px;
}

.contact-text {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
}

.contact-text:hover {
  text-decoration: none;
}

.contact-text.bold {
  color: var(--black);
  font-weight: 700;
}

.contact-text.white {
  color: var(--white-smoke);
}

.contact-info-block {
  text-align: center;
  border-right: 1px solid #0000001a;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.contact-info-block.last {
  border-right-style: none;
}

.social-icon {
  width: 22px;
}

.social-link {
  margin-bottom: 10px;
  margin-left: 8%;
  margin-right: 8%;
  text-decoration: none;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .85;
}

.social-link.footer-icon {
  margin-left: 0;
}

.contact-newsletter-bg {
  background-color: var(--alice-blue);
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  padding-bottom: 0;
  display: flex;
}

.newsletter-contact {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-top: 50px;
  display: flex;
}

.input-contact {
  background-color: var(--white-smoke);
  color: var(--headings-font);
  border-radius: 3px;
  max-width: 450px;
  height: 60px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  transition: border .2s;
}

.input-contact:hover {
  border: 1px solid var(--input-hover);
}

.form-contact {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.newsletter-text-white {
  color: var(--white-smoke);
  text-align: center;
  max-width: 450px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.contact-heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 530px;
  display: grid;
}

.footer-address-text {
  color: var(--white-smoke);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.footer-address-text.margin-top {
  margin-top: 20px;
}

.footer-title {
  color: var(--white-smoke);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.footer-title:hover {
  text-decoration: none;
}

.instagram-feeds {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-feed {
  transition: opacity .2s;
}

.instagram-feed:hover {
  opacity: .9;
}

.footer-text-span {
  font-weight: 600;
}

.newsletter-title {
  color: var(--white-smoke);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.newsletter-title:hover {
  text-decoration: none;
}

.footer-newsletter {
  max-width: 400px;
}

.insta-pic {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.insta-pic.large {
  width: 100%;
  height: 230px;
}

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

.footer-social-icon {
  width: 18px;
}

.footer-logo {
  z-index: 99;
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: EB Garamond, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  position: relative;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(1.07);
}

.footer-nav-wrapper {
  color: var(--white-smoke);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
}

.footer-nav-wrapper:hover {
  color: var(--white-smoke);
}

.footer-nav-underline {
  z-index: 1;
  background-color: var(--terracota);
  width: 100%;
  height: 1px;
  position: relative;
}

.footer-nav-underline.blue {
  background-color: #1a9bb8;
}

.featured-post {
  position: sticky;
  top: 120px;
}

.featured-category-link {
  background-color: var(--tomato);
  color: var(--white-smoke);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 30px 50px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.featured-category-link:hover {
  color: #fff;
}

.post-info-block {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 12px;
  padding-left: 1%;
  display: flex;
}

.share-icon-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.share-icon {
  cursor: pointer;
  width: 16px;
}

.share-icon-link {
  margin-left: 25px;
}

.share-icon-link.margin-bottom {
  margin-bottom: 20px;
  margin-left: 0;
}

.post-share-block {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.post {
  color: var(--headings-font);
}

.post p {
  color: var(--headings-font);
  font-size: 16px;
  line-height: 25px;
}

.post h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.post-arrow-wrapper {
  opacity: .3;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.arrow-separator {
  background-color: var(--black);
  flex: 1;
  height: 1px;
}

.arrow-icon-down {
  width: 50px;
  transform: rotate(90deg);
}

.insta-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.insta-info {
  color: var(--headings-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.social-share-wrapper {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.insta-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  display: grid;
  position: relative;
}

.insta-link-block {
  z-index: 5;
  position: relative;
}

.insta-ovelay {
  z-index: 9;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-icon {
  width: 20px;
}

.product-image-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.product-tabs-menu {
  justify-content: space-between;
  display: flex;
}

.product-tab {
  border-bottom: 2px solid var(--white-smoke-2);
  color: var(--headings-font);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  flex: 1;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.product-tab.w--current {
  border-bottom-color: var(--tomato);
  color: var(--tomato);
  background-color: #0000;
}

.tab-content-wrapper {
  padding-top: 20px;
  padding-right: 20px;
}

.quantity, .buy-now-button {
  display: none;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.product-name {
  border-bottom: 1px solid #0000001a;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.product-title-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.product-features-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.product-feature {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.category-icon {
  width: 15px;
  margin-right: 10px;
}

.product-category {
  background-color: var(--tomato);
  color: #fff;
  border-radius: 3px;
  align-items: center;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  inset: 30px 30px auto auto;
}

.product-category:hover {
  background-color: var(--crimson);
  color: #fff;
}

.plan-card {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding: 80px 30px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 15px 15px 30px 10px #0000004d;
}

.plan-bg-circle {
  background-color: var(--tomato);
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  top: -610px;
}

.plan-bg-circle.dark {
  background-color: var(--tomato);
}

.plan-card-wrapper {
  z-index: 5;
  width: 100%;
  position: relative;
}

.plan-pricing-wrapper {
  background-color: var(--lavender-blush);
  border: 1px solid #ff433880;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 70px 20px 30px;
  display: flex;
  position: relative;
}

.plan-table-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.plan-icon-wrapper {
  background-color: var(--white);
  border: 1px solid #ff433880;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  top: -35px;
}

.plan-icon {
  width: 30px;
}

.button-plan {
  background-color: var(--tomato);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .35s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button-plan:hover {
  background-color: var(--crimson);
  color: #fff;
}

.features-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 80px;
  display: grid;
}

.feature-card-content {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.feature-card-content p {
  color: var(--headings-font);
  font-size: 14px;
  line-height: 20px;
}

.feature-content {
  display: flex;
  position: relative;
}

.feature-image {
  object-fit: cover;
  width: 100%;
  max-width: 450px;
  min-height: 700px;
  margin-left: auto;
  margin-right: 0;
}

.feature-image.two {
  min-height: 550px;
}

.feature-image.three {
  min-height: 350px;
}

.feature-card {
  background-color: #fff;
  border: 1px solid #0000001a;
  width: 100%;
  max-width: 450px;
  padding: 30px;
  position: absolute;
  inset: auto auto -80px 0%;
}

.contact-hero-bg {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/LPG1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 70vh;
  display: flex;
}

.instructor-description {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 50px;
  line-height: 30px;
}

.add-to-cart {
  border-top: 1px solid #0000001a;
  margin-top: 10px;
  padding-top: 20px;
}

.dropdown-label {
  color: var(--headings-font);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.feature-icon {
  width: 40px;
  margin-bottom: 10px;
}

.title-span {
  color: var(--headings-font);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
}

.product-info-text {
  color: var(--headings-font);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.pricing-plan-description {
  color: var(--headings-font);
  font-size: 16px;
  line-height: 25px;
}

.pricing-table-info {
  color: var(--headings-font);
  font-size: 14px;
  line-height: 20px;
}

.single-sessions-pricing {
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.single-sessions-pricing.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

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

.monthly-plans-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .94fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 80px;
  display: grid;
}

.promo-block {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 650px;
  padding: 80px 30px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 15px 15px 30px 10px #0000004d;
}

.promo-block-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
}

.promo-block-content {
  z-index: 5;
  position: relative;
}

.heading-h5 {
  margin-bottom: 20px;
}

.promo-block-bg {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-image-one {
  object-fit: cover;
  min-height: 550px;
}

.more-images-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  display: grid;
}

.blog-categories-wrapper {
  z-index: 20;
  background-color: #fff;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.blog-link {
  border-bottom: 2px solid var(--white-smoke-2);
  color: var(--headings-font);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 30px 15px;
  font-size: 12px;
  font-weight: 600;
  transition: color .35s ease-in-out;
}

.blog-link:hover {
  color: var(--crimson);
}

.blog-link.w--current {
  border-bottom-color: var(--tomato);
  color: var(--tomato);
}

.categories-collection-list {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.category-list-wrapper {
  text-transform: uppercase;
  width: 75%;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.category-item {
  justify-content: space-around;
  width: 100%;
}

.category-link-wrapper {
  width: 25%;
  display: flex;
}

.featured-image-wrapper {
  display: flex;
}

.post-image {
  width: 100%;
}

.side-links-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 5%;
  display: flex;
}

.scroll-down-wrapper {
  flex-direction: column;
  align-items: center;
  width: 30px;
  margin-bottom: 60px;
  display: flex;
}

.mouse-icon {
  width: 20px;
}

.scroll-down-text {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 120px;
  margin-top: 65px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transform: rotate(90deg);
}

.scroll-down {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.featured-post-image {
  width: 95%;
  position: relative;
}

.featured-post-info {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cart {
  z-index: 5;
}

.cart-button {
  color: var(--headings-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-weight: 700;
  position: relative;
}

.cart-button:hover {
  color: var(--headings-font);
}

.cart-quantity {
  background-color: var(--tomato);
  color: #fff;
  width: 18px;
  margin-left: 10px;
}

.cart-text-block {
  margin-left: 10px;
}

.cart-icon-white {
  width: 20px;
  position: relative;
}

.cart-icon-black {
  width: 20px;
  position: absolute;
}

.cart-item {
  font-family: Open Sans, sans-serif;
}

.cart-item-info {
  color: var(--headings-font);
  font-size: 15px;
}

.option {
  color: var(--headings-font);
  margin-bottom: 0;
}

.option-list {
  margin-top: 10px;
}

.cart-line-item {
  color: var(--headings-font);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.option-list-2 {
  margin-top: 10px;
}

.option-2, .option-3 {
  margin-bottom: 0;
}

.option-list-3, .option-list-4 {
  margin-top: 10px;
}

.option-4 {
  margin-bottom: 0;
}

.error-message {
  background-color: var(--misty-rose);
  color: var(--headings-font);
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.success-message {
  background-color: var(--white-smoke);
  color: var(--headings-font);
  font-family: Open Sans, sans-serif;
}

.post-image-link {
  width: 100%;
  margin-top: 10px;
}

.details {
  color: var(--tomato);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.details.w--current {
  margin-bottom: 10px;
}

.details.absolute {
  margin-top: 30px;
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.details.pricing {
  margin-top: 30px;
}

.style-guide-colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.utility-page-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 577px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-header.margin-bottom {
  width: 100%;
  margin-bottom: 50px;
}

.utility-page-header.large {
  max-width: 900px;
}

.style-guide-color {
  background-color: #fff;
  height: 160px;
}

.style-guide-color.twelve {
  background-color: var(--dim-grey);
}

.style-guide-color.third {
  background-color: var(--tomato);
}

.style-guide-color.nine {
  background-color: var(--light-coral);
}

.style-guide-color.seventh {
  background-color: var(--floral-white);
}

.style-guide-color.eleven {
  background-color: var(--white-smoke-2);
}

.style-guide-color.second {
  background-color: var(--black);
}

.style-guide-color.fourth {
  background-color: var(--headings-font);
}

.style-guide-color.fourteen {
  background-color: var(--tomato-light);
}

.style-guide-color.ten {
  background-color: var(--lavender-blush);
}

.style-guide-color.fifth {
  background-color: var(--alice-blue);
}

.style-guide-color.thirteen {
  background-color: var(--misty-rose);
}

.style-guide-color.fifteen {
  background-color: var(--dark-grey);
}

.style-guide-color.sixth {
  background-color: var(--white-smoke);
}

.style-guide-color.eight {
  background-color: var(--crimson);
}

.style-guide-color.sixteen {
  background-color: var(--indian-red);
}

.style-guide-color.seventeen {
  background-color: var(--misty-rose-2);
}

.style-guide-color.eighteen {
  background-color: var(--lavender-blush-2);
}

.guide-color {
  color: var(--headings-font);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.color-card {
  border: 1px solid #0000001a;
  border-radius: 8px;
  padding: 12px;
}

.style-guide-wrapper {
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

.style-guide-wrapper.bg-colored {
  background-color: var(--dark-grey);
}

.sg-text-style {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
}

.style-guide-paragraph {
  margin-top: 30px;
}

.link-block {
  color: var(--terracota);
  overflow: hidden;
}

.license-image {
  width: 100%;
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.licence-paragraph {
  text-align: center;
  max-width: 750px;
  margin-top: 20px;
}

.licenses {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-image {
  object-fit: cover;
  width: 100%;
  height: 144px;
}

.licence {
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.licence-photos {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog {
  background-color: var(--alice-blue);
  border: 1px solid #0000001a;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.change-icon {
  width: 100%;
  max-width: 50px;
  margin-right: 30px;
}

.change-text {
  color: var(--headings-font);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.insta-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.cart-image {
  object-fit: cover;
  min-height: 80px;
}

.cart-option-bold {
  font-weight: 600;
}

.cart-item-remove {
  margin-top: 10px;
}

.cart-empty-text {
  color: var(--headings-font);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

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

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

.menu-empty-state {
  background-color: var(--white);
  color: var(--headings-font);
  border: 1px solid #ff43384d;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
}

.pricing-plan-heding {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 65px;
}

.contact-form-block {
  color: var(--headings-font);
  flex-direction: column;
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.contact-newsletter-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.share-icon-wrapper.vertical {
  flex-direction: column;
}

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

.instructore-name {
  color: var(--headings-font);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.instructore-name.bold {
  color: #000;
  margin-bottom: 2px;
  font-weight: 600;
}

.instructore-more-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 620px;
  display: flex;
  position: relative;
}

.insta-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.title-wrapper {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.title-wrapper.class {
  margin-bottom: 0;
}

.scroll-text-rotated {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transform: rotate(-20deg);
}

.product-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.feature-text {
  color: var(--headings-font);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.feature-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-content-wrapper p {
  color: var(--headings-font);
  font-size: 14px;
  line-height: 20px;
}

.table-wrapper-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.gallery-bg {
  background-image: url('../images/Forme-et-santé-10.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.gallery-bg._3 {
  background-image: url('../images/Forme-et-santé-11.jpg');
}

.gallery-bg._4 {
  background-image: url('../images/patrick-malleret-kycv_tIsaO8-unsplash.jpg');
}

.gallery-bg._5 {
  background-image: url('../images/patrick-malleret-L5o5ainVP_I-unsplash.jpg');
}

.gallery-bg._8 {
  background-image: url('../images/madison-lavern-4gcqRf3-f2I-unsplash.jpg');
}

.gallery-bg._5 {
  background-image: url('../images/Forme-et-santé-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-bg._6 {
  background-image: none;
}

.gallery-bg._1 {
  background-image: url('../images/Forme-et-santé-10.jpg');
}

.gallery-bg._2 {
  background-image: url('../images/Forme-et-santé-12.jpg');
}

.gallery-bg._3 {
  background-image: url('../images/Forme-et-santé-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-bg._8 {
  background-image: url('../images/Forme-et-santé-8.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.gallery-bg._4 {
  background-image: url('../images/Forme-et-santé-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-bg._7 {
  background-image: none;
}

.gallery-bg._7a {
  background-image: url('../images/Forme-et-santé-7.jpg');
  background-position: 50%;
  background-size: cover;
}

.post-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.notice {
  max-width: 1234px;
  min-height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
  display: none;
}

.notice-text {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
}

.footer-notice-link {
  color: var(--tomato);
  text-decoration: underline;
  transition: color .2s;
}

.footer-notice-link:hover {
  opacity: .85;
  color: #ee6962;
}

.footer-notice-link.w--current {
  color: #2472f3;
}

.overlay {
  background-color: #0009;
  height: 100vh;
  min-height: 600px;
  position: absolute;
  inset: 0%;
}

.overlay._22 {
  display: flex;
}

.heading {
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 90px;
}

.rich-text-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.preview-link {
  color: var(--black);
  margin-top: 10px;
  font-size: 25px;
  line-height: 35px;
  transition: color .2s;
}

.preview-link:hover {
  color: var(--tomato);
}

.h3-medium {
  font-size: 3.3rem;
  line-height: 1.1;
}

.h3-medium.white {
  color: var(--floral-white);
  margin-top: 20px;
  font-size: 3.1rem;
}

.h3-medium.white.delete-texts {
  border-left: 8px solid var(--white);
  text-align: left;
  margin-top: 132px;
  padding-top: 0;
  padding-left: 19px;
}

.h3-medium.paragraph-4.black {
  color: #3a3636;
  text-align: left;
}

.h3-medium.paragraph-4.no-margins {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.h3-medium.max-450px {
  max-width: 700px;
}

.h3-medium.max-450px.white {
  opacity: .6;
  color: var(--white);
}

.h3-medium.max-15rem {
  color: #3a3636d9;
  max-width: 39rem;
}

.h3-medium.white2 {
  color: #fff;
}

.preview-link-large {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 75px;
  line-height: 85px;
  transition: color .2s;
}

.preview-link-large:hover {
  color: var(--tomato);
}

.nav {
  z-index: 999;
  justify-content: space-between;
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader {
  z-index: 2147483647;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.top-white {
  background-color: #fff;
  height: 100px;
  display: block;
  position: absolute;
  inset: 0% 0% -6px;
}

.top-white.top-grey {
  background-color: var(--alice-blue);
  display: block;
  top: 0;
}

.top-white.top-grey.grey {
  background-color: var(--alice-blue);
}

.top-white.top-grey.hide {
  display: none;
}

.top-white.relative {
  position: relative;
  inset: auto;
}

.content {
  position: relative;
}

.on-load-1 {
  z-index: 100;
  position: relative;
}

.on-load-2 {
  z-index: auto;
  padding: .5rem 1rem;
  font-family: Questrial, sans-serif;
  line-height: 1.1;
  position: relative;
}

.on-load-2.with-margin-bottom {
  margin-bottom: 1rem;
}

.on-load-3 {
  padding-left: 0;
  display: flex;
}

.blog-bg {
  background-image: linear-gradient(to bottom, transparent, var(--alice-blue)), url('../images/hans-vivek-UiMkBvDQSAA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 440px;
  position: absolute;
  inset: 0%;
}

.general-testimonial {
  border-left-style: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  font-size: 18px;
  line-height: 35px;
}

.min-to-read {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
  font-style: italic;
}

.flex {
  border-right: 1px solid #0000001a;
  margin-right: 6%;
  padding-right: 6%;
}

.flex.last {
  border-right-style: none;
  margin-right: 0%;
}

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

.pagination {
  justify-content: flex-end;
}

.category-card {
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-bottom: 60px;
  margin-right: 3%;
  padding: 35px 3% 40px;
  display: flex;
  position: relative;
}

.category-collection {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-wrapper {
  margin-top: 60px;
}

.details-copy {
  color: var(--tomato);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.details-copy.w--current {
  margin-bottom: 10px;
}

.div-block {
  z-index: 150;
  justify-content: center;
  display: flex;
  position: relative;
}

.info-block-padding {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 70rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 8% 3% 8% 0;
  display: flex;
}

.info-block-padding.max-60rem {
  max-width: 40rem;
}

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

.min-read, .date {
  margin-left: 0;
  display: inline;
}

.clock {
  margin-right: 8px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  display: inline-block;
}

.social-links-wrapper-copy {
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}

.paragraph-2 {
  color: var(--dim-grey);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}

.text-block, .link {
  color: var(--terracota);
}

.text-block-2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-3, .text-block-4, .text-block-5 {
  color: var(--terracota);
}

.heading-2 {
  font-size: 2.5rem;
  line-height: 1.1;
}

.heading-2.white {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-left: 0;
}

.separator-2 {
  background-color: var(--terracota);
  width: 150px;
  height: 1px;
  margin-top: 17px;
  margin-right: 30px;
}

.title-2 {
  color: #3a3636;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
}

.title-2.white {
  color: #fff;
  margin-bottom: 10px;
}

.title-2.dark {
  color: #646966;
}

.title-2.blue2 {
  color: #1a9bb8;
}

.title-2.light {
  color: #dfb2a7;
}

.heading-h2-2 {
  color: #3a3636;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 1.1;
}

.heading-h2-2.white {
  border-left: 8px solid var(--white);
  color: #fff;
  padding-left: 7px;
}

.underline-2 {
  background-color: #ff4338;
  height: 1px;
  margin-top: 2px;
}

.details-2 {
  color: #ff4338;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.details-2.w--current {
  margin-bottom: 10px;
}

.details-2.absolute {
  margin-top: 30px;
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.heading-h4-2 {
  color: #3a3636;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

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

.content-wrapper-2 {
  z-index: 50;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-wrapper-2.flex-horizontal {
  justify-content: space-between;
  display: flex;
}

.content-wrapper-2.instructor {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.content-wrapper-2.padding-right {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
}

.content-wrapper-2.padding-right._2 {
  margin-bottom: 0;
  margin-left: 65px;
}

.content-wrapper-2.padding-right._2._60px-margin-bottom {
  margin-bottom: 60px;
  margin-left: auto;
}

.content-wrapper-2.padding-right._80 {
  width: 80%;
  max-width: 70rem;
}

.content-wrapper-2.gallery {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  max-width: 100%;
  padding-left: 1vh;
  padding-right: 1vh;
  display: grid;
}

.content-wrapper-2._80 {
  width: 80%;
}

.content-wrapper-2.with-image {
  max-width: 70rem;
}

.benefit-card-2 {
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #0000001a #0000001a #0000001a var(--terracota);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  height: 500px;
  padding: 35px 35px 80px;
  display: flex;
  position: relative;
}

.benefit-card-2.small-height {
  height: 380px;
}

.benefit-card-2.small-height.min-height {
  background-color: var(--headings-font);
  border-left-width: 1px;
  border-left-color: #0000001a;
  height: 260px;
}

.benefit-card-2.small-height2 {
  height: 310px;
}

.benefit-card-2.min-height {
  background-color: var(--headings-font);
  border-left-width: 1px;
  border-left-color: #0000001a;
  height: 260px;
}

.benefit-card-2.small-height-3 {
  height: 450px;
}

.benefit-card-2.height-auto {
  height: auto;
  padding: 2rem 1.5rem;
}

.benefit-card-2.height-auto.dark {
  background-color: #646966;
  border-left-color: #fff;
}

.benefit-card-2.height-auto.terracota {
  background-color: #ac7147;
  border: 1px #000;
  border-left: 4px solid #fff;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 670px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.5;
}

.paragraph-3.dark {
  color: #3a3636;
  text-align: left;
  object-fit: fill;
  flex: 0 auto;
  margin-top: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
}

.paragraph-3.dark.margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.paragraph-3.dark._20px-top {
  margin-top: 10px;
}

.paragraph-3.no-top, .paragraph-3.white {
  text-align: left;
  margin-top: 0;
}

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

.team-card-2.remove {
  opacity: .95;
}

.separator-3 {
  background-color: #ac7147;
  width: 150px;
  height: 3px;
  margin-top: 17px;
  margin-right: 30px;
  display: block;
}

.separator-3.number {
  background-color: #3a3636;
  width: 80px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.separator-3.navbar {
  z-index: 2;
  background-color: #3a3636;
  width: 2px;
  height: 30px;
  margin-top: 0;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  position: relative;
  top: auto;
  left: auto;
}

.separator-3.blue {
  color: #1a9bb8;
  background-color: #1a9bb8;
}

.error-message-2 {
  color: #3a3636;
  text-align: center;
  background-color: #ffdede;
  font-family: Open Sans, sans-serif;
}

.notice-text-2 {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
}

.footer-nav-underline-2 {
  z-index: 1;
  background-color: #ff4338;
  width: 100%;
  height: 1px;
  position: relative;
}

.button-arrow-2 {
  border-top: 1px solid #ff4338;
  border-right: 1px solid #ff4338;
  width: 5px;
  height: 5px;
  margin-left: -6px;
  transform: rotate(45deg);
}

.cart-quantity-2 {
  color: #fff;
  background-color: #ff4338;
  width: 18px;
  margin-left: 10px;
}

.footer-logo-2 {
  z-index: 99;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  font-family: EB Garamond, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  position: relative;
}

.footer-logo-2:hover {
  opacity: .85;
  transform: scale(1.07);
}

.menu-bar-2 {
  background-color: #fff;
  width: 45px;
  height: 2px;
  margin-bottom: 5px;
}

.menu-bar-2.last {
  margin-bottom: 0;
}

.cart-empty-text-2 {
  color: #3a3636;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.footer-address-text-2 {
  color: #f5f5f5;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.footer-address-text-2.margin-top {
  margin-top: 20px;
}

.button-inner-wrapper-2 {
  align-items: center;
  margin-right: 13px;
  display: flex;
}

.option-5 {
  color: #3a3636;
  margin-bottom: 0;
}

.nav-link-2 {
  z-index: 2;
  color: #3a3636;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.nav-link-2.social {
  color: #3a3636;
  margin-right: 0;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 25px;
}

.nav-link-2.social:hover {
  color: #ff4338;
}

.button-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff4338;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .35s cubic-bezier(.445, .05, .55, .95);
  display: flex;
}

.button-4:hover {
  color: #fff;
  background-color: #d3362d;
}

.button-4.white {
  color: #3a3636;
  background-color: #fff;
  border: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
  transition: transform .4s ease-in-out;
}

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

.button-4.brown {
  background-color: #ac7147;
  transition: transform .4s ease-in-out, background-color .35s cubic-bezier(.445, .05, .55, .95);
}

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

.button-bg-circle-2 {
  z-index: 1;
  border: 1px solid #ff4338;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: auto;
}

.cart-item-price-2 {
  color: #3a3636;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.rating-text-2 {
  color: #999;
  margin-top: 3px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.input-2 {
  color: #3a3636;
  background-color: #e7edf0b3;
  border-radius: 3px;
  height: 60px;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  transition: border .2s;
}

.input-2:hover {
  border: 1px solid #2472f3;
}

.input-2::placeholder {
  color: #3a3636;
}

.input-2.margin-bottom {
  background-color: #fff;
  margin-bottom: 15px;
}

.footer-notice-link-2 {
  color: #ff4338;
  text-decoration: underline;
  transition: color .2s;
}

.footer-notice-link-2:hover {
  opacity: .85;
  color: #ee6962;
}

.footer-notice-link-2.w--current {
  color: #2472f3;
}

.nav-underline-2 {
  z-index: 1;
  background-color: #ff4338;
  width: 100%;
  height: 1px;
  position: relative;
}

.instructor-info-wrapper-2 {
  background-color: var(--terracota);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 10px;
  display: flex;
}

.menu-scroll-bg-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  inset: 1px 0% 0%;
}

.success-message-2 {
  color: #3a3636;
  background-color: #f5f5f5;
  font-family: Open Sans, sans-serif;
}

.instructore-name-2 {
  color: #3a3636;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.instructore-name-2.bold {
  color: #000;
  margin-bottom: 2px;
  font-weight: 600;
}

.cart-item-info-2 {
  color: #3a3636;
  font-size: 15px;
}

.bg-square-2 {
  border: 30px solid #ffeceb;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -125px -125px auto auto;
}

.cart-button-2 {
  color: #3a3636;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-weight: 700;
  position: relative;
}

.cart-button-2:hover {
  color: #3a3636;
}

.footer-nav-wrapper-2 {
  color: #f5f5f5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
}

.footer-nav-wrapper-2:hover {
  color: #f5f5f5;
}

.table-heading-2 {
  color: #ee6262;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.instructor-description-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 50px;
  line-height: 30px;
}

.time-text-2 {
  color: #3a3636;
  margin-bottom: 3px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.time-text-2.bold {
  color: #000;
  margin-bottom: 2px;
  font-weight: 600;
}

.menu-inner-wrapper-2 {
  background-color: #1f3c4b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.notice-2 {
  max-width: 1234px;
  min-height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.footer-title-2 {
  color: #f5f5f5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.footer-title-2:hover {
  text-decoration: none;
}

.menu-links-divider-2 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-family: EB Garamond, sans-serif;
  font-size: 4.2vw;
  line-height: 5vw;
}

.menu-links-divider-2.last {
  margin-right: 0;
}

.table-heading-wrapper-2 {
  background-color: #ffd9d7;
  border-bottom: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.menu-bg-image-2 {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/pexels-koolshooters-6246486.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brand-2 {
  z-index: 99;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 110px;
  font-family: EB Garamond, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: relative;
}

.brand-2:hover {
  opacity: .85;
  transform: scale(1.07);
}

.menu-empty-state-2 {
  color: #3a3636;
  background-color: #fff;
  border: 1px solid #ff43384d;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
}

.newsletter-title-2 {
  color: #f5f5f5;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.newsletter-title-2:hover {
  text-decoration: none;
}

.button-line-2 {
  background-color: #ff4338;
  width: 40px;
  height: 1px;
}

.cross-bar-2 {
  background-color: #fff;
  width: 45px;
  height: 2px;
  margin-bottom: 5px;
}

.cross-bar-2.second {
  margin-bottom: 0;
  position: absolute;
  transform: rotate(-45deg);
}

.cross-bar-2.first {
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.menu-bg-2 {
  background-color: #ff4338;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.button-circle-2 {
  z-index: 2;
  border-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.button-block-2 {
  color: #ff4338;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% 0 auto;
}

.button-bg-overlay-2 {
  background-color: #ff4338;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cart-line-item-2 {
  color: #3a3636;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.tab-2 {
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  max-width: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: background-color .2s;
}

.tab-2:hover {
  color: #000;
  background-color: #dae4e9;
}

.tab-2.w--current {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 5px;
}

.tab-number-2 {
  color: #3a3636;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.footer-2 {
  background-color: #1f3c4b;
  padding-top: 80px;
  padding-bottom: 50px;
}

.testimonial-wrapper-2 {
  z-index: 1;
  color: #3a3636;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 35px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-section-2 {
  background-color: #e7edf0;
  margin-top: 79px;
  padding-bottom: 120px;
}

.author-name-block-2 {
  color: #3a3636;
  align-self: center;
}

.gallery-slider-2 {
  width: 100%;
  height: 40vh;
  position: relative;
  overflow: hidden;
}

.gallery-image-2 {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.lightbox-link-2 {
  width: 100%;
  position: relative;
}

.lightbox-overlay-2 {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.gallery-section-3 {
  z-index: 15;
  background-color: #e7edf0;
  padding-bottom: 0;
  position: relative;
}

.gallery-bg-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.gallery-bg-2.gallery-image-2 {
  background-image: url('../images/Formeetsante_LPG.jpg');
}

.gallery-bg-2.gallery-image-6 {
  background-image: url('../images/Forme-et-santé-12.jpg');
}

.gallery-bg-2.image-8 {
  background-image: url('../images/Forme-et-santé-6.jpg');
}

.gallery-bg-2.gallery-image-7 {
  background-image: url('../images/Forme-et-santé-7.jpg');
}

.gallery-bg-2.gallery-image-5 {
  background-image: url('../images/Forme-et-santé-8.jpg');
}

.gallery-bg-2.gallery-image-4 {
  background-image: url('../images/Forme-et-santé-9.jpg');
}

.gallery-bg-2.gallery-image-3 {
  background-image: url('../images/Forme-et-santé-4.jpg');
}

.gallery-bg-2.gallery-image-1 {
  background-image: url('../images/Forme-et-santé-10.jpg');
}

.empty-state-2 {
  background-color: #ff433833;
  border: 1px solid #ff43384d;
  border-radius: 5px;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
}

.team-cards-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.section-2 {
  padding: 10rem 0;
  display: flex;
}

.section-2.white {
  z-index: 15;
  background-color: var(--white);
  background-image: url('../images/LPG_infinity_isolated_right.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  display: flex;
  position: relative;
}

.section-2.white.cellu-bg2 {
  background-image: url('../images/cryomachine.jpg');
  background-position: 85% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  padding-top: 10rem;
  padding-left: 5%;
  padding-right: 5%;
}

.section-2.white.cellu-bg2.img-bg {
  background-image: none;
  min-height: 0;
}

.section-2.white.cellu-bg2.img3 {
  background-image: url('../images/Epilation-laser-diode.png');
  background-position: 100%;
  justify-content: center;
}

.section-2.bg-color {
  background-color: var(--dim-grey);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hero_banner_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section-2.bg-color.aliceblue {
  background-color: var(--alice-blue);
}

.section-2.bg-color.aliceblue.remove-acid-blue {
  z-index: 15;
  background-image: none;
}

.section-2.bg-image {
  position: relative;
  overflow: hidden;
}

.section-2.colored {
  z-index: 30;
  background-color: #fff;
  position: relative;
}

.section-2.with-image {
  z-index: 15;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.heading-4 {
  font-size: 22px;
}

.heading-4._18px {
  font-size: 20px;
}

.header7_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-secondary {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-secondary.is-alternate {
  color: #0000;
  border-color: #0000;
}

.button-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.page-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.max-width-medium {
  z-index: 50;
  width: 100%;
  max-width: 35rem;
  margin-top: 7rem;
  display: block;
  position: relative;
}

.section-header7 {
  background-color: #0000;
  position: sticky;
  top: 0;
}

.text-size-medium {
  font-size: 22px;
}

.video-overlay-layer {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#ac714773, #ac714773);
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-overlay-layer.blue {
  background-color: #19a3c033;
}

.video-overlay-layer.with-bg-image {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(#ac714773, #ac714773), url('../images/Formeetsante_LPG.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  overflow: hidden;
}

.text-color {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.text-color.dark {
  color: #3a3636;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.text-color.grey {
  color: #3a3636;
}

.header7_background-video-wrapper {
  z-index: 15;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header7_background-video-wrapper.hide-color-overlay {
  background-image: none;
}

.header-100vh {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.button-5 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-5.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

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

.button-wrapper-2 {
  margin-top: 1rem;
  margin-right: 1rem;
}

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

.layout351_column-horiztonal-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

.layout351_component {
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  border-left: 1px solid #0000;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_image {
  object-fit: cover;
  width: 100%;
  height: 25rem;
}

.layout351_column-vertical-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transform: rotate(180deg);
}

.layout351_column {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.layout351_column-content {
  min-width: 200vw;
  height: 100%;
  overflow: auto;
}

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

.layout351_image-wrapper {
  margin-bottom: 4rem;
}

.layout351_content-wrapper {
  flex-direction: column;
  flex: none;
  width: 40rem;
  height: 100%;
  padding: 4rem 3rem;
  display: flex;
}

.layout351_accordion {
  border-right: 1px solid #0000;
  flex-direction: row;
  justify-content: flex-start;
  width: 5rem;
  min-width: 5rem;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.layout351_accordion.active {
  width: 100%;
}

.layout351_column-text {
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.section-layout28 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: relative;
}

.layout28_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout28_lightbox-image {
  object-fit: cover;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  border-left-width: 5px;
  border-left-color: var(--terracota);
  opacity: 1;
  background-color: #0000;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.body {
  margin-bottom: 0;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
}

.gallery2_lightbox-link {
  width: 100%;
  height: 100%;
}

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

.gallery2_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery2_image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-wrapper-3 {
  width: 100%;
  max-width: 1234px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 670px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 30px;
  line-height: 30px;
}

.paragraph-4.dark {
  color: #3a3636;
  text-align: left;
  max-width: 670px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  line-height: 35px;
}

.info-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: 50px;
  display: flex;
}

.separator-4 {
  background-color: #ac7147;
  width: 150px;
  height: 1px;
  margin-top: 17px;
  margin-right: 30px;
}

.separator-5 {
  background-color: var(--terracota);
  width: 50px;
  height: 3px;
  margin-top: 17px;
  margin-right: 15px;
}

.separator-5.blue {
  background-color: #1a9bb8;
}

.separator-5.white {
  background-color: #fff;
}

.video-section-2 {
  background-color: var(--alice-blue);
  margin-bottom: 0;
  padding: 10rem 0;
  position: relative;
}

.video-section-2.whitesmoke {
  background-color: #f5f5f5;
}

.video-section-2.blue {
  z-index: 50;
  background-color: #1a9bb8;
  padding-bottom: 140px;
}

.video-section-2.blue.no-padding-top {
  padding-top: 0;
  padding-bottom: 2rem;
}

.video-section-2.no-margin-top {
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.video-section-2.no-margin-top._5-rem-bottom {
  padding-bottom: 3rem;
}

.top-white-2 {
  background-color: #fff;
  height: 100px;
  display: block;
  position: absolute;
  inset: 0% 0% -6px;
}

.top-white-2.grey {
  background-color: var(--alice-blue);
}

.top-white-2.whitesmoke {
  display: block;
}

.video-image-2 {
  cursor: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.play-icon-wrapper-2 {
  z-index: 1;
  color: #fff;
  border: 1px solid #ffffffb3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
}

.video-overlay-2 {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  flex-flow: column;
  margin-left: 45px;
  display: flex;
}

.product-header9_item {
  display: flex;
}

.product-header9_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header9_list-wrapper {
  border: 1px solid #000;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

.product-header9_lightbox-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-header9_rating-icon {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  display: flex;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.text-size-small {
  font-size: .875rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.product-header9_content-right {
  position: sticky;
  top: 8rem;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.product-header9_heading {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.product-header9_accordion-wrapper {
  border-bottom: 1px solid #000;
}

.text-size-tiny {
  font-size: .75rem;
}

.product-header9_content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
}

.product-header9_reviews-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-header9_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing4_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.product-header9_rating-wrapper {
  margin-bottom: .25rem;
  display: flex;
}

.product-header9_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  margin-right: 1rem;
}

.product-header9_price-wrapper {
  display: flex;
}

.product-header9_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.video-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.product-header9_lightbox-thumbnail {
  object-fit: cover;
  width: 100%;
}

.product-header9_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-header9_separator {
  background-color: #0000;
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.breadcrumb-link {
  color: #0000;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.section-product-header9 {
  position: relative;
}

.product-header9_details {
  overflow: hidden;
}

.layout208_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

.button-row-2.is-button-row-center {
  justify-content: center;
}

.layout208_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout208_item-icon-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 1rem;
  display: block;
}

.layout208_item-icon-wrapper._0-9rem {
  background-color: #1a9bb8;
  border-radius: 100px;
  flex-direction: row;
  align-self: center;
  width: .7rem;
  height: .7rem;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.layout208_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -309px;
  display: flex;
  position: relative;
}

.layout208_lightbox-image {
  object-fit: cover;
}

.button-link {
  color: #0000;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout208_item {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.layout208_item._10-px-top {
  margin-top: 10px;
}

.heading-5 {
  font-size: 60px;
  line-height: 75px;
}

.layout224_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout224_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout224_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.layout224_item {
  display: flex;
}

.layout224_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-1x1-medium {
  width: 8rem;
  height: 8rem;
}

.layout224_lightbox-image {
  object-fit: cover;
}

.layout283_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-layout283 {
  position: relative;
}

.layout283_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

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

.layout283_item {
  width: 100%;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.text-color-white-2 {
  color: #0000;
}

.layout283_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout283_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.layout352_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout352_instructions-list {
  padding-left: 1.25rem;
}

.layout-352-instructions-delete {
  text-align: left;
  background-color: #0000;
  padding: 2rem;
}

.rl-styleguide_class-label {
  color: #0000;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.section-layout352 {
  z-index: -3;
  position: relative;
}

.layout352_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#0000, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.layout352_date-text {
  text-align: right;
}

.layout352_image-wrapper {
  overflow: hidden;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.layout352_circle {
  background-color: #0000;
  border-radius: 100%;
  width: .9375rem;
  height: .9375rem;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0000;
}

.layout352_progress {
  z-index: -2;
  background-color: #b3b3b3;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline-on-page {
  z-index: 0;
  position: relative;
}

.layout352_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

.layout352_progress-bar {
  z-index: -1;
  background-color: #0000;
  width: 3px;
  height: 50vh;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.layout352_heading {
  background-color: #0000;
}

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

.layout352_instructions-list-item {
  padding-left: .5rem;
}

.layout352_timeline {
  z-index: -3;
}

.layout352_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(to top, #0000, #fff0);
  width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.hide {
  display: none;
}

.layout221_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout221_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout221_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout221_lightbox-image {
  object-fit: cover;
}

.layout225_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout225_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1.5rem;
}

.layout225_item {
  display: flex;
}

.layout225_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout107_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

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

.layout107_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout107_item {
  display: flex;
}

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

.layout107_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-3 {
  display: flex;
}

.content-section-a-propos {
  background-image: url('../images/Formeetsante_LPG.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  padding: 120px 30px;
  display: flex;
}

.hero-wrapper {
  color: #fff;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  max-height: none;
  padding: 120px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrapper.a-propos {
  background-image: none;
  align-items: stretch;
  height: 100vh;
  padding: 120px 30px;
  display: flex;
  position: relative;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.hero-overlay-2 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/Forme-et-santé-10.jpg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  max-height: none;
  padding: 120px 30px;
  display: flex;
}

.lightbox-link-3 {
  width: 100%;
  height: auto;
}

.lightbox-link-4 {
  width: 100%;
}

.div-block-3 {
  padding-top: 0;
}

.div-block-4 {
  margin-top: 40px;
}

.divider-vertical {
  background-color: #dcddeb;
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #ff2d46;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 4px 8px #ff2d4666;
}

.btn-primary:hover {
  color: #fff;
  transform: scale(.95);
}

.btn-primary.pd-14px---24px {
  box-shadow: none;
  background-color: #ac7147;
  background-image: url('../images/instagram-2.svg');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 14px 24px 14px 60px;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.btn-social-icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
}

.section-insta {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: visible;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  color: #fff;
  margin-right: 5px;
  font-weight: 500;
}

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

.flex-horizontal.vertical-mbp.mg-bottomm-64px {
  z-index: 500;
  margin-bottom: 20px;
  position: relative;
}

.flex-2 {
  display: flex;
}

.flex-2.align-center {
  align-items: center;
}

.flex-2.align-center.gap-column-12px {
  grid-column-gap: 12px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.grid-2-columns._1-col-tablet.gap-24px {
  max-width: 80rem;
}

.empty-state-3 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebeff6;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.color-neutral-800 {
  color: #19213d;
}

.color-neutral-800.hover-color-accent-1:hover {
  color: #ff2d46;
}

.logo-instagram {
  border-radius: 100px;
  max-width: 40px;
  box-shadow: 0 2px 6px #14142b14;
}

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

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  max-height: 379px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-wrapper.height-auto {
  max-height: none;
}

.flex-3 {
  display: flex;
}

.flex-3.align-center {
  align-items: center;
}

.flex-3.align-center.gap-column-12px {
  grid-column-gap: 12px;
}

.container-insta {
  max-width: 80rem;
  padding-left: 0;
  padding-right: 0;
}

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

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

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-instagram {
  z-index: 100;
  background-color: #0000;
  padding: 4rem 5% 8rem;
  position: relative;
  overflow: hidden;
}

.div-block-5 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.blue {
  color: #8bcddb;
}

.text-span {
  color: #1a9bb8;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-span-2 {
  color: #1a9bb8;
  font-weight: 700;
}

.text-span-2.white {
  opacity: .49;
  color: #fff;
}

.image-9 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.image-10 {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_content_block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-in-hero {
  margin-top: 4rem;
}

.hero-case-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 2.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-case-text {
  color: #fff;
  font-size: 1.3em;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  width: auto;
  height: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.opacity-80 {
  opacity: .8;
}

.slider-image-block-2 {
  z-index: 2;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-backgrounds {
  z-index: 1;
  width: 100vw;
  height: 100%;
  position: relative;
}

.hero-case-circle {
  z-index: 10;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid #fdd7cd;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.custom-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-arrow-3 {
  object-fit: contain;
  width: 1.1em;
  position: absolute;
}

.slider-inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.button-text {
  z-index: 10;
  letter-spacing: .2em;
  text-indent: .2em;
  white-space: nowrap;
  font-weight: 700;
  position: relative;
}

.hero-case-border {
  border: 1px solid #c99b8f59;
  position: absolute;
  inset: 0%;
}

.button-hexagon {
  object-fit: contain;
  width: 2.2em;
}

.absolute-block-200vh {
  z-index: 1;
  width: 100%;
  height: 200vh;
  position: absolute;
  inset: 0% 0% 0;
}

.main-button {
  z-index: 10;
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #d1ada3;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f5ecea59;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 15em;
  min-height: 5em;
  padding: .5em 2em;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  opacity: 1;
  color: #f8cabf;
  background-color: #f5ecea12;
  border-color: #f5ecea80;
}

.hero-case {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 20em;
  min-width: 20em;
  min-height: 20em;
  transition: min-width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
  bottom: -12rem;
  overflow: visible;
}

.hero-case:hover {
  width: 23em;
  min-width: 23em;
}

.hero-case-gradient {
  z-index: 3;
  text-align: center;
  background-image: linear-gradient(#22181600, #110c0bf0);
  height: 50%;
  margin: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-case-title-1 {
  color: #f0dfda;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: .85em;
  font-weight: 600;
}

.slider-image-block-1 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container_with_text {
  z-index: 10;
  justify-content: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.container_with_text.no-padding {
  justify-content: flex-start;
  width: 100%;
  max-width: 70rem;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.section_hero {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section_hero.with-hero-styles {
  background-color: #070504;
  overflow: hidden;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading-6.is-hero-1-title {
  color: #fff;
  max-width: 9.2em;
  margin-bottom: .9em;
  font-size: 4.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.sticky-100vh {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.hero-case-image {
  z-index: 1;
  padding: 1px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
  display: flex;
  overflow: hidden;
}

.slider-image-last {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_title_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.hero-bg-gradient-1 {
  z-index: 6;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#0006, #07050400 15%), linear-gradient(45deg, #000000e6, #000000f2 20%, #00000003 69%);
  height: auto;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.fullscreen-hero {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slider-image {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-case-icon {
  width: 1em;
  height: 1em;
  font-size: 1.4em;
}

.team-circles {
  z-index: 10;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  overflow: hidden;
}

.container-6 {
  z-index: 10;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.bg-for-animation {
  z-index: 20;
  background-color: #906c63;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-for-animation.blue {
  background-color: #1a9bb8;
}

.image-animation-trigger {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-grid-3 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  display: grid;
}

.content-grid-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  display: flex;
}

.content-image-1 {
  height: 100%;
  min-height: 38em;
}

.content-image-1.blue {
  background-color: #1a9bb8;
}

.padding-inner {
  flex-flow: row;
  justify-content: center;
  max-width: 70rem;
  padding: 10em 0;
  display: flex;
}

.section_two {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section_two.with-bg-light-brown2 {
  background-color: #f5ecea;
  background-image: linear-gradient(#fff, #fff);
  border-top: 1px #e4c6be;
  border-bottom: 1px #e4c6be;
  justify-content: center;
  display: flex;
}

.uppercase-text-1 {
  color: #906c63;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  margin-right: 1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading-7.is-content-title-1 {
  margin-bottom: 1em;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.content-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 28.2em;
  display: flex;
}

.content-block-2.no-width-limit {
  max-width: none;
}

.content-text-2 {
  opacity: .8;
  line-height: 1.7em;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-6.is-secondary {
  color: #000;
  background-color: #0000;
}

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

.text-size-medium-3 {
  font-size: 1.125rem;
}

.layout517_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.layout517_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.layout517_card {
  z-index: 1;
  background-color: #fff;
  border: 1px #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 3rem;
  display: flex;
}

.layout517_image-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.margin-bottomm, .margin-bottomm.margin-xsmall, .margin-bottomm.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-topp, .margin-topp.margin-mediumm {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-topp.margin-mediumm {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.layout517_component {
  flex-direction: column;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.layout517_content-bottom {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_layout517 {
  z-index: 15;
  background-image: linear-gradient(#d6a47f, #d6a47f), linear-gradient(34deg, #926142, #d6a47f);
  position: relative;
  overflow: visible;
}

.text-weight-semibold {
  font-weight: 600;
}

.layout419_card {
  background-color: #eee;
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.layout419_card.is-first {
  z-index: 10;
  background-color: #eee;
  background-image: linear-gradient(#333, #333);
  border-top-style: none;
  border-top-color: #fff;
}

.layout419_card.is-2nd {
  z-index: 30;
  background-color: #dad6d6;
  background-image: linear-gradient(#443c36, #443c36);
  border-top-style: none;
}

.layout419_card.is-4th {
  z-index: 40;
  background-color: #7b583f;
  border-top-style: none;
}

.layout419_card.is-5th {
  z-index: 50;
  background-image: linear-gradient(#d6a47f, #d6a47f), linear-gradient(#999, #999);
  border-top-style: none;
}

.layout419_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout419_card-content {
  max-width: none;
}

.layout419_image-wrapper {
  width: 100%;
  height: 100%;
}

.heading-style-h55 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout419_image {
  width: 100%;
}

.text-weight-semmibold {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.margin-botttom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-botttom.margin-xsmall {
  max-width: 35rem;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.margin-botttom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-botttom.margin-medium {
  max-width: 35rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-botttom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout419_content-left {
  flex-direction: column;
  justify-content: center;
  max-width: 35rem;
  height: 100vh;
  margin-left: 5vw;
  margin-right: 5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.bbutton-5 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.bbutton-5.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.bbutton-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.bbutton-5.is-secondary {
  color: #000;
  background-color: #0000;
}

.bbutton-5.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.text-size-mediumm {
  color: var(--white);
  font-size: 1.125rem;
  line-height: 1.5;
}

.bbutton-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.bbutton-group.is-center {
  justify-content: center;
}

.section_layout419 {
  z-index: 15;
  position: relative;
}

.mmargin-top, .mmargin-top.mmargin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero-overlay-on-hover {
  z-index: 10;
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Formeetsante1234.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-overlay-on-hover.with-video {
  background-image: linear-gradient(#ac714773, #ac714773), linear-gradient(#0000004d, #0000004d), url('../images/Formeetsante1234.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.hero-overlay-on-hover.blue {
  background-color: #19a3c033;
  background-image: linear-gradient(#19a3c033, #19a3c033), linear-gradient(#0006, #0006), url('../images/Img_154.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  overflow: hidden;
}

.hero-overlay-on-hover._3 {
  background-image: linear-gradient(#0006, #0006), url('../images/Forme-et-santé-10.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.div-block-6 {
  z-index: 888;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.paragraph-6 {
  font-size: 1.5rem;
  line-height: 1.3;
}

.paragraph-6.white {
  color: #fff;
  max-width: 35rem;
}

.div-block-7 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.terracota-bg {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(90deg, #ac7147, #0000);
  display: block;
  position: absolute;
  inset: 0%;
}

.terracota-bg.transparent {
  opacity: .55;
}

.heading-8 {
  z-index: 50;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  line-height: 1;
  position: relative;
}

.heading-9 {
  color: var(--white);
  font-size: 3rem;
  line-height: 1;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  color: var(--white);
}

.image-11 {
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.layout_presentation_component {
  height: 250vh;
  position: relative;
}

.layout_card-small-top {
  border: 1px solid #ac7147;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: calc(35vw - 2rem);
  height: 100%;
  padding: 2rem;
  display: flex;
}

.layout_card-small-top.left {
  width: calc(35vw - 1rem);
}

.layout_card-small-top.with-borders {
  border-width: 5px;
  border-color: #ac7147;
}

.layout_card-small-top.dark {
  background-color: #333;
}

.layout_cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding-left: 2rem;
  display: grid;
}

.layout_card-small-bottom {
  border: 1px solid #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: calc(35vw - 2rem);
  height: 100%;
  padding: 2rem;
  display: flex;
}

.layout_card-small-bottom.left {
  width: calc(35vw - 1rem);
}

.layout_card-small-bottom.colored {
  background-color: #ac7147;
  border-style: none;
}

.layout_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_presentation {
  z-index: 50;
  background-color: #fff;
  position: relative;
}

.max-width-medium_3 {
  width: 100%;
  max-width: 35rem;
}

.text-weight-semmibold {
  font-weight: 600;
}

.layout_presentation_ix-trigger {
  z-index: -1;
  padding-top: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-align-center_2 {
  z-index: 999;
  text-align: center;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.text-size-mediumm-2 {
  font-size: 1.125rem;
}

.layout_grid-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  height: 90vh;
  display: grid;
}

.layout_card-large {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 3rem;
  display: flex;
  position: relative;
}

.layout_presentation_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #00000080;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.white {
  color: #fff;
}

.heading-style-h3.light {
  color: #3a3636;
}

.content-1-image-2 {
  height: 100%;
  min-height: 40em;
}

.contentt-block-2 {
  padding-top: 1em;
  display: flex;
}

.section_ender {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section_ender._100vh {
  min-height: 100vh;
}

.content-1-name {
  color: #adb5bd;
  margin-bottom: 1.5em;
}

.icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: relative;
}

.icon.extra-x-large {
  font-size: 2em;
}

.icon.extra-x-large.mb-1em {
  margin-bottom: 1em;
}

.icon.in-gallery {
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.parallax_background {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-10 {
  letter-spacing: -.0125em;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}

.heading-10.extra-large {
  font-size: 4em;
  line-height: 1.1em;
}

.heading-10.hero-title-11 {
  color: #3a3636d9;
  max-width: 11em;
  font-size: 4em;
}

.heading-10.hero-title-11.brown {
  color: #3a3636;
}

.contentt-1-image {
  height: 100%;
  min-height: 30em;
}

.parallax_image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 140%;
  position: absolute;
}

.content-1-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.containerr {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.containerr.with-margin-bottom {
  padding-bottom: 2rem;
}

.cover-imag {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.buttton-1 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #202330;
  border: 1px solid #3a3f44;
  border-radius: 10em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.4em 2.5em;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
  transition: transform .3s ease-out, background-color .3s, box-shadow .4s;
  position: relative;
}

.buttton-1:hover {
  z-index: 99;
  background-color: #2b2f3a;
  background-image: none;
  border-color: #484e53;
  transform: scale(1.03)translate(0, -.4em);
  box-shadow: 0 22px 27px -10px #070d2282;
}

.buttton-1:focus {
  background-color: #10131f;
  box-shadow: 1px 1px 20px #27bdab;
}

.gridd {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.content-1-toptitle {
  opacity: .7;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: .8em;
  font-weight: 500;
}

.content-1-toptitle.mb-4em {
  margin-bottom: 4em;
}

.content-1-title-2 {
  text-align: center;
  letter-spacing: -.03em;
  margin-bottom: 1.2em;
  font-size: 1.7em;
  font-weight: 400;
}

.padding-_nner {
  z-index: 10;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.padding-_nner.pb-4em {
  padding-bottom: 4em;
}

.bg-for-animation-2 {
  z-index: 20;
  background-color: #ac7147;
  display: none;
  position: absolute;
  inset: 0%;
}

.content-1-title {
  text-align: center;
  letter-spacing: .01em;
  max-width: 18em;
  margin-bottom: 1.9em;
  font-size: 1.6em;
}

.heading-animation-trigger {
  padding-top: .5em;
  padding-bottom: 1.3em;
  overflow: hidden;
}

.image_animation_trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image_height-30em {
  height: 40em;
  position: relative;
  overflow: hidden;
}

.home_header {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout_card_large_right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 3rem;
  display: flex;
  position: relative;
}

.layout_cards_wrapper_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 2rem;
  display: grid;
}

.layout_card-small-bottom2 {
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 4rem;
  padding: 2rem;
  display: flex;
}

.paragraph-10 {
  font-size: 1.125rem;
  line-height: 1.4;
}

.paragraph-10.white {
  color: #fff;
  align-self: center;
  max-width: 30rem;
}

.image-12 {
  z-index: 50;
  height: 60%;
  position: absolute;
  bottom: 0;
}

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

.hero_header {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header103_tab-load {
  background-color: #fff;
  width: 0%;
  height: .25rem;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-7.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.header103_tab-pane {
  position: absolute;
  inset: 0%;
}

.header103_content-wrapper {
  text-align: center;
}

.padding-global {
  z-index: auto;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.text-color-white-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2em;
}

.header103_tabs-menu {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 5rem;
}

.header103_tab-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header103_tab-change {
  display: none;
}

.portfolio21_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.header-103-instructions-delete {
  text-align: left;
  background-color: #eee;
  padding: 2rem;
}

.header103_tab-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header103_auto-change {
  margin-bottom: 0;
  display: none;
}

.header103_tab-link {
  color: #fffc;
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding: 1rem 2rem;
}

.header103_tab-link.w--current {
  color: #fff;
  background-color: #0000;
}

.header103_tabs-content {
  min-height: 100vh;
  max-height: 60rem;
  overflow: visible;
}

.header103_tab-load-base {
  background-color: #fff3;
  width: 100%;
  height: .25rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.rl-styleguide_label-10 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #dee3f4;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.text-size-medium-4 {
  color: #fff;
  font-size: 1.6rem;
}

.header103_tab-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.portfolio21_instructions-callout-image {
  margin-top: 1.5rem;
}

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

.button-group.is-center {
  justify-content: center;
}

.header103_tabs {
  min-height: 100vh;
}

.content-section-copy {
  z-index: 100;
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-10 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-10:hover {
  text-decoration-color: #fffc;
}

.tabs-content-2 {
  overflow: visible;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/jaimie-phillips-KamSS2euCzA-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.tabs-2 {
  width: 100%;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-span-3 {
  color: #fff9;
}

.standard-tab {
  opacity: .6;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.standard-tab:hover {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  flex-flow: column;
  position: relative;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.text-block-11 {
  text-decoration-color: #fffc;
}

.text-block-11:hover {
  color: #fffc;
  text-decoration-color: #fffc;
}

.tabs_menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.slider_section {
  z-index: 100;
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider_background {
  background-image: linear-gradient(#ac7147, #0000 49%), linear-gradient(#0000004d, #0009), url('../images/Banner148.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0%;
}

.slider_background.background-02 {
  background-image: linear-gradient(#595e5b, #0000), linear-gradient(#0000001a, #0009), url('../images/Banner149.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slider_background.background-03 {
  background-image: linear-gradient(#595e5b, #0000), linear-gradient(#0000001a, #0009), url('../images/Banner147.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slider_background.grey {
  background-image: linear-gradient(#646966, #0000 49%), linear-gradient(#0000004d, #0009), url('../images/Banner148.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.slider_tabbs {
  width: 100%;
}

.tabbs_content {
  overflow: visible;
}

.tab_button {
  opacity: .7;
  color: #fffc;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.tab_button:hover {
  -webkit-text-decoration-color: var(--white-smoke);
  text-decoration-color: var(--white-smoke);
}

.tab_button.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.tab_icon {
  width: 34px;
  margin-right: 12px;
}

.slider_base {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider_heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  margin-bottom: 13rem;
  font-size: 4rem;
  line-height: 1.1;
  position: relative;
}

.slider_heading.medium {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 2.5rem;
}

.load_bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.text_span {
  color: #fff9;
}

.load_bar_base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.text_block {
  font-size: 1rem;
  line-height: 1.1;
  text-decoration-style: solid;
}

.text_block:hover {
  color: #fffc;
  text-decoration-color: #fffc;
}

.image_block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4rem;
}

.image_block.trois {
  z-index: 50;
}

.image-13 {
  max-width: 70%;
}

.text-span-4 {
  opacity: 1;
  color: #dfb2a7;
}

.slider-sub-title {
  z-index: 9;
  color: #dfb2a7;
  text-align: center;
  max-width: 650px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.8rem;
  line-height: 1.1;
  position: relative;
}

.slider-sub-title.with-bg {
  color: #fff;
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(90deg, #685e5c, #0000);
  border-left: 3px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.slider-texts-box {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 13rem;
  display: flex;
}

.text-block-12 {
  font-size: .7rem;
}

.div-block-9 {
  z-index: 50;
  position: relative;
}

.blue-overlay {
  z-index: 100;
  background-color: #1a9bb8;
  display: none;
  position: absolute;
  inset: 0%;
}

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
}

.containner-large {
  border-radius: 0;
  align-self: auto;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .2rem;
  padding-right: .3rem;
  display: block;
  position: relative;
  right: auto;
}

.layout353_content-left {
  position: sticky;
  top: 30%;
}

.margiin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.margiin-bottom.margin-small {
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margiin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margiin-bottom.margin-xsmall.with-margin-bottom {
  margin-bottom: 1rem;
  padding-top: .5rem;
}

.padding-globall {
  z-index: 50;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.button-55 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-55.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-55.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-55.is-secondary {
  color: #000;
  background-color: #0000;
}

.text-weight-semiboldd {
  font-weight: 600;
}

.layout353_content-itemm {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-itemm.content-item-4 {
  top: 36%;
}

.layout353_content-itemm.content-item-3 {
  top: 34%;
}

.layout353_content-itemm.content-item-3.dark {
  background-color: #3a3636;
}

.layout353_content-itemm.content-item-3.grey {
  background-color: #646966;
  border-width: 5px;
  border-color: #fff;
}

.layout353_content-itemm.content-item-2 {
  border-width: 5px;
  border-color: #ac7147;
  top: 30%;
}

.layout353_content-itemm.contentt-item-1 {
  top: 30%;
}

.layout353_content-itemm.contentt-item-1.terracota {
  opacity: 1;
  background-color: #0000;
  border-style: none;
  border-color: #fff;
}

.paddding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.text-size-mediumm-3 {
  color: #000;
  font-size: 1.6rem;
}

.section_layout353 {
  background-color: #fff;
  display: block;
  position: relative;
  overflow: visible;
}

.shecklist-icon {
  background-color: #df815f;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.shecklist-icon._2 {
  outline-offset: 5px;
  background-color: #ac7147;
  border: 1px #df815f;
  outline: 2px solid #ac7147;
  width: .8rem;
  height: .8rem;
  margin-top: .6rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.shecklist-icon._2.white {
  background-color: #fff;
  border-color: #fff;
  outline-color: #fff;
}

.text-size-regular {
  color: #3a3636;
  max-width: 45rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

.text-size-regular.olive {
  color: #81848a;
}

.text-size-regular.olive.medium {
  font-size: 1.5rem;
}

.text-size-regular.olive.medium.dark-green {
  color: #668077;
  align-self: auto;
  font-family: Varela Round, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.text-size-regular.dark {
  color: #3a3636;
}

.text-size-regular.white {
  color: #fff;
}

.checklist-item {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: flex-start;
  display: flex;
}

.checklist {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.checklist._2rem {
  padding: 2rem 0 2rem 1rem;
}

.absolute_bg_image {
  filter: grayscale();
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Banner136.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.absolute_bg_image._2 {
  filter: none;
  background-image: url('../images/Banner150.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.overlay_1 {
  z-index: -1;
  opacity: 1;
  background-color: #ac7147;
  position: absolute;
  inset: 0%;
}

.image-14 {
  position: relative;
}

.image {
  z-index: 1;
  filter: grayscale();
  background-image: url('../images/Banner134.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.overlay_radient {
  z-index: 5;
  background-image: linear-gradient(#8f9792, #0000);
  position: absolute;
  inset: 0%;
}

.overlay_radient.terracota {
  background-image: linear-gradient(0deg, #ac7147, #0000 61%);
}

.overlay_radient.bottom {
  background-image: linear-gradient(0deg, #5c635e, #0000);
}

.overlay_radient.bottom_2 {
  background-image: linear-gradient(0deg, #8f9792, #0000);
}

.banner-conttentt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 600px;
  padding: 170px 0 60px;
  display: grid;
}

.button-textt {
  z-index: 20;
  color: #000;
  position: relative;
  transform: rotate(18deg);
}

.button-textt.light {
  color: #fff;
}

.stacked-titlee {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-hover-filll {
  background-color: #000;
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-hover-filll.lighht {
  background-color: #fff;
}

.background-imagge {
  background-image: url('../images/Image010.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-imagge.action-bannerr {
  background-image: url('../images/Hero_banner_45.jpg');
}

.heading-11.largee {
  color: var(--white);
  margin-top: 0;
  font-size: 3.5rem;
  line-height: 1.35;
}

.overlay_call_section {
  background-color: #060b1180;
  position: absolute;
  inset: 0%;
}

.section_call {
  justify-content: center;
  align-items: stretch;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_call.no-paddingg {
  z-index: 100;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grdid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1500px;
  margin-top: 0;
  padding-top: 0;
  display: grid;
  position: relative;
}

.stacked-contentt {
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 72px;
  padding-right: 72px;
  display: grid;
  position: relative;
}

.large-widthh {
  max-width: 800px;
}

.banner-image-wrappper {
  z-index: 10;
  justify-content: center;
  max-width: 1500px;
  margin-top: 0;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle-link-wrapperr {
  margin: -48px;
  padding: 48px;
}

.circle-link-wrapperr.absolute {
  z-index: 50;
  align-self: auto;
  margin: 0 2rem 4rem 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.small-widthh {
  max-width: 450px;
}

.body-displayy {
  color: #616670;
  font-size: 17px;
  line-height: 1.6em;
}

.body-displayy.lightt {
  color: #ffffffe6;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}

.circle-linkk {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #8c9fac66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-linkk.llight {
  z-index: 150;
  border-color: #fff9;
}

.content-wrapperr {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.separation-section {
  z-index: 50;
  background-color: var(--alice-blue);
  height: 8rem;
  position: relative;
}

.div-block-13 {
  z-index: 150;
  background-color: var(--alice-blue);
  position: relative;
  overflow: visible;
}

.div-block-14 {
  position: relative;
  overflow: hidden;
}

.margin-bottomm-64 {
  margin-bottom: 64px;
}

.margin-bottomm-64.borders {
  opacity: 1;
  background-color: #fff;
  border: 4px solid #646966;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  box-shadow: 0 2px 20px 1px #0003;
}

.main-button-title-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
  text-decoration: none;
}

.main-button-title-2.xl {
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.text-weight-mediumm {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-weight-mediumm.left-line {
  border-left: 2px #cab981;
  padding-bottom: 20px;
  padding-left: 0;
}

.text-weight-mediumm.left-line.no-padding-bottom {
  margin-bottom: 2rem;
  padding-bottom: 0;
  padding-left: 2rem;
}

.content-column-tumbb {
  background-color: #e9eced;
  border: 4px #cab981;
  border-radius: 5px;
  width: 100%;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

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

.margin-bottomm-32.colored {
  background-color: #0000;
  margin-bottom: 1.5rem;
  padding: 4rem 1rem 2rem 2rem;
}

.content-detail-wrapp {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.scroll-down-line {
  background-color: #10131f;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down-line.rdv {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  display: block;
}

.sub-heading-large {
  letter-spacing: -.01em;
  font-size: 30px;
  line-height: 32px;
}

.m-subheading-regular {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.m-subheading-regular.m-text-color-gray-50 {
  color: #333;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.section-infos-contacst {
  background-color: #f0f3f7;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  padding: 8rem 5% 4rem;
  position: relative;
  overflow: visible;
}

.section-infos-contacst.white3 {
  background-color: #e7edf0;
  padding-left: 80px;
  padding-right: 80px;
}

.card-text {
  color: #67718e;
  letter-spacing: -.02em;
  white-space: nowrap;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.scroll-down-icon {
  width: 1.5em;
  height: 1.5em;
  font-size: 1.2em;
  display: none;
  position: absolute;
}

.a-content-icon-smalll {
  background-color: #ac7147;
  background-image: linear-gradient(#646966, #646966);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.card-heading {
  color: #1355ff;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.html-embed-2 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.main-buttonn {
  z-index: 20;
  color: #10131f;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 2px;
}

.main-buttonn.rdv {
  align-items: center;
}

.image-cover-3 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.m-content-info-blockk {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #9c9eab;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  padding: 0 1rem;
  display: flex;
}

.m-content-info-blockk.with-margin-top {
  margin-top: .5rem;
  padding: 1rem 1rem 0;
}

.content-colummn-card {
  grid-row-gap: 48px;
  border: 1px solid #e9eced;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0 5% 50px;
  display: flex;
  box-shadow: 0 2px 4px #94a5a840;
}

.content-colummn-card.white-bg5 {
  background-color: #fafafa;
}

.content-colummn-card.white-bg5.white-borders {
  background-color: #fff;
  border: 4px solid #646966;
  margin-bottom: 100px;
  box-shadow: 0 19px 20px -2px #94a5a866;
}

.content-colummn-card.white-bg4 {
  background-color: #fcfcfc;
  margin-bottom: 60px;
  box-shadow: 0 2px 20px 6px #94a5a866;
}

.content-colummn-card.white-bg4.gold-borders {
  border-width: 4px;
  border-color: #646966;
  border-radius: 5px;
  margin-bottom: 0;
  padding-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.card-ui-graph {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 300px;
  min-height: 140px;
  padding: 10px 20px 20px;
  display: flex;
  position: absolute;
  inset: auto -2% -10% auto;
  box-shadow: 58px 58px 95px -24px #06123714;
}

.card-ui-graph.terracota {
  background-color: #646966;
  justify-content: center;
  padding: 2rem;
}

.flower-block {
  flex-direction: row;
  justify-content: flex-end;
  min-width: 0;
  min-height: 0;
  display: flex;
}

.m-paragraph-extra-small {
  color: #696969;
  max-width: 23rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration-color: #696969;
}

.m-paragraph-extra-small:hover {
  color: #696969;
}

.m-paragraph-extra-small.with-maring-botom {
  color: #696969;
  margin-bottom: .5rem;
}

.image-block-smalll {
  height: auto;
  position: relative;
}

.paragraph-regular-4 {
  opacity: 1;
  color: #fff;
  align-self: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}

.paragraph-regular-4._10-px-bottom-top {
  color: #696969;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  padding: 1rem 1rem 1rem 4rem;
  font-size: 1.4rem;
  line-height: 1.1;
  display: block;
}

.paragraph-regular-4.dark-grey {
  color: #696969;
}

.paragraph-regular-4.white2, .paragraph-regular-4.white {
  color: #fff;
}

.paragraph-regular-4.big {
  color: #fff;
  font-size: 1.5rem;
}

.paragraph-regular-4.big.bold {
  font-weight: 700;
}

.paragraph-regular-4.with-margin-bottom {
  margin-bottom: .5rem;
}

.paragraph-regular-4.with-margin-bottom._80-opacity, .paragraph-regular-4._80-opacity {
  opacity: .8;
}

.h2_divider {
  background-color: #646966;
  width: 80px;
  height: 4px;
  margin-top: 0;
}

.h2_divider.dark {
  background-color: #696969;
}

.contentt-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.icon3 {
  align-self: center;
  display: block;
}

.main-buttonn-rdv {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.containner-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
}

.icon-blockk {
  color: #e72b3b;
  background-color: #fceff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 16px;
  display: flex;
}

.icon-blockk.gold {
  background-color: #cab981;
  border-radius: 5px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 0;
}

.icon-blockk.gold.xl {
  background-color: #ac7147;
  background-image: linear-gradient(#646966, #646966);
  border-radius: 0;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  position: relative;
  top: auto;
}

.div-block-15 {
  align-self: center;
}

.blocck-text-wrappper {
  align-items: center;
  margin-top: -47px;
  padding-bottom: 20px;
  display: flex;
}

.blocck-text-wrappper.left-top-position {
  align-self: auto;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  position: absolute;
  top: -2.5rem;
  bottom: auto;
}

.blocck-text-wrappper.left-top-position._3 {
  margin-top: -84px;
}

.blocck-text-wrappper.left-top-position.hide {
  display: none;
}

.blocck-text-wrappper.contact-right-position {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-end;
  margin-top: -2.5rem;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-flower-image {
  z-index: 150;
  opacity: .27;
  min-width: 100px;
  max-width: none;
  min-height: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-16 {
  flex: 1;
  align-self: center;
  display: block;
}

.content-info-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.divider2 {
  background-color: #696969;
  min-width: 0;
  max-width: 50px;
  min-height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0;
}

.m-content-title-blockk {
  color: #9c9eab;
  flex-flow: column;
  display: flex;
}

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

.textt-span-4 {
  font-weight: 700;
}

.content-heading-wrappper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
  display: flex;
  position: sticky;
  top: 50px;
}

.content-heading-wrappper.bg-white {
  background-color: #0000;
  margin-top: 4rem;
}

.contentt-heading {
  letter-spacing: -.04em;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
}

.contentt-heading.dark-grey {
  color: #535252;
  margin-top: 0;
}

.contentt-heading.white {
  color: #fff;
  background-color: #0000;
  font-size: 3rem;
}

.div-block-45 {
  margin-top: 4rem;
}

.text-color-white-6 {
  color: #fff;
}

.header88_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.imaage-overlay-layer {
  z-index: 1;
  background-color: #0000004d;
  background-image: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.header88_card {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margiin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margiin-bottom-2.margin-small {
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.padding-globall-2 {
  z-index: auto;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.header88_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.buttton-groupp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.marginn-topp {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.marginn-topp.margin-mediumm {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.buttonn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.buttonn.is-secondary {
  color: #000;
  background-color: #0000;
}

.buttonn.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.header88_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.containner-largee {
  z-index: 500;
  border-radius: 0;
  align-self: auto;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .2rem;
  padding-right: .3rem;
  display: block;
  position: relative;
  right: auto;
}

.padding-section-mediumm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.max-width-mediumm {
  width: 100%;
  max-width: 35rem;
  position: static;
}

.max-width-mediumm.with-vertical-bar {
  border-left: 5px solid #fff;
  padding-left: 1rem;
}

.text-size-mediumm-4 {
  color: #000;
  font-size: 1.6rem;
}

.section_header88 {
  position: relative;
  overflow: hidden;
}

.bottom-section-overlay {
  background-color: #ac7147;
  height: 33%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image_background {
  position: relative;
}

.div-block-46 {
  position: static;
}

.gallery_thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-text-2 {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.7em;
}

.gallery_lightboxx {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery_lightboxx.is-large-image {
  height: 43em;
}

.gallery_lightboxx.in-tabs {
  height: 100%;
}

.tab_2_link {
  z-index: 10;
  opacity: .5;
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid #12042c00;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 6em;
  padding: 1em 0;
  font-weight: 500;
  line-height: 1.1em;
  transition: padding .4s cubic-bezier(.075, .82, .165, 1), background-position .2s, opacity .2s;
  display: flex;
  top: 1px;
}

.tab_2_link:hover {
  opacity: .65;
  text-decoration-color: #3f1b1bcc;
}

.tab_2_link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  background-image: url('../images/down-chevron.svg');
  background-repeat: no-repeat;
  background-size: 1.4em;
  border-bottom-color: #fff;
  padding-left: 1em;
  padding-right: 3em;
  font-weight: 600;
  text-decoration-color: #12042c;
}

.icon_for_border_button {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: 2.1em;
  font-size: 1em;
}

.tabs-gallery {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab_2_content {
  z-index: 5;
  width: 100%;
  overflow: visible;
}

.tab_content_block2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  display: flex;
}

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

.tab-2-link-text {
  font-size: 1.3rem;
  line-height: 1.1;
}

.heading-12 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-12.is-gallery-title {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  font-family: Questrial, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.gallery_padding {
  padding: 14em 0 8em;
}

.tabs_2_links {
  grid-column-gap: 3.75em;
  background-image: linear-gradient(#646966, #646966);
  border-bottom: 1px solid #fff3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs_2_links.with-magin {
  margin-bottom: 4rem;
}

.gallery_grid_1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tab_text-1 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.7em;
}

.gallery_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery_flex.with-margin {
  margin-bottom: 2.5em;
}

.container_gallery {
  z-index: 10;
  background-image: linear-gradient(#646966, #646966);
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.border-button {
  z-index: 10;
  color: #330b7e;
  letter-spacing: .2em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1.5em 0;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.static-gallery-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.max-width-70 {
  width: 100%;
  max-width: 70em;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
}

.tab_image {
  height: 27em;
  position: relative;
}

.tab_content_block_1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 42em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: none;
}

.gallery_background {
  z-index: 3;
  background-color: #ac7147;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.section_galllery {
  z-index: 10;
  background-color: #646966;
  position: relative;
  overflow: hidden;
}

.tab_2_pane {
  width: 100%;
  height: 100%;
}

.border_button_line {
  background-color: #330b7e;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery_grid_2 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-47 {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-15 {
  position: absolute;
  inset: auto 0% -10.1rem auto;
}

.image-15.hide {
  right: 0;
}

.image-15.hide-mobile {
  height: 65%;
}

.image-16 {
  position: absolute;
  bottom: 0;
  right: 5%;
}

.text-span-5, .text-span-6 {
  color: #dfb2a7;
}

.image-17 {
  max-width: none;
  max-height: 110%;
  position: absolute;
  inset: auto 5% 0% auto;
}

.div-block-48 {
  z-index: 10;
  background-color: #fff;
  height: 5rem;
  position: relative;
  bottom: -5px;
}

.bold-text-2 {
  color: #3a3636d9;
}

.image-18 {
  z-index: 5;
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.div-block-49 {
  z-index: 15;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  height: 100px;
  position: relative;
  top: auto;
}

.div-block-50 {
  z-index: 10;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  height: 50px;
  position: relative;
  top: -2px;
}

.page_background {
  background-color: #fff;
  position: relative;
}

.top-content---brix.testimonial-v1--brix {
  margin-bottom: 42px;
}

.slide-v1.testimonial-v1 {
  max-width: 500px;
  margin-right: 30px;
}

.slide-v1.testimonial-v1.first {
  max-width: 500px;
}

.title-3 {
  white-space: break-spaces;
}

.title-3.testimonial-v1---brix {
  margin-bottom: 13px;
}

.title-3.avatar-name-v1---brix {
  margin-bottom: 0;
  font-weight: 400;
}

.title-3.testimonial---brix {
  margin-bottom: 0;
}

.cloneable-container-default {
  background-color: var(--alice-blue);
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  transform: translate(0);
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.container_default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container_default.adjust-container-max-w {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.image---brix.avatar---brix.testimonial-v1---brix {
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

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

.section-testi.cloneables-listing {
  z-index: 15;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.testimonial-main-wrapper.hidden-overflow {
  margin-right: 0;
}

.mask {
  border-radius: 20px;
}

.mask.testimonial-v1 {
  max-width: 500px;
  overflow: visible;
}

.image-wrapper---brix {
  overflow: hidden;
}

.image-wrapper---brix.testimonial-v1---brix {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px #2427291a;
}

.paragraph-v1.testimonial-v1 {
  margin-bottom: 28px;
}

.display-none {
  display: none;
}

.card {
  background-color: #fff;
  border: 1px solid #f7f7fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 14px #080f340a;
}

.card.testimonial-v1, .card.testimonial-v1.first {
  padding: 4rem 2.5rem;
}

.split-content.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.split-content.testimonials-client-info---brix {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-secondary-2 {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary-2:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary-2.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.slider-arrow---brix {
  background-color: #4a3aff;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  box-shadow: 0 4px 4px #0c046633;
}

.slider-arrow---brix:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px #0c04661a;
}

.slider-arrow---brix:active {
  transform: scale(.94);
}

.slider-arrow---brix.small---brix {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow---brix.small---brix.left---brix {
  z-index: 999;
  background-color: #ac7147;
  left: 5%;
  right: auto;
}

.slider-arrow---brix.small---brix.left---brix:hover {
  color: #fff;
}

.slider-arrow---brix.small---brix.right---brix {
  z-index: 999;
  background-color: #ac7147;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  left: auto;
  right: 5%;
}

.slider-arrow---brix.small---brix.right---brix:hover {
  color: #fff;
}

.subtitle---brix {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

.slider---brix {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider---brix.testimonial-v1 {
  z-index: 10;
  margin-right: 0;
  padding-right: 0;
}

.testimonial_wrapper {
  margin-right: 0;
  padding-right: 0;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.testi-overlay {
  z-index: 15;
  background-image: linear-gradient(90deg, var(--alice-blue), transparent);
  width: 10rem;
  height: 100%;
  position: absolute;
  inset: auto auto 0 0%;
}

.testi-overlay.right {
  z-index: 15;
  background-image: linear-gradient(270deg, var(--alice-blue), transparent);
  display: block;
  bottom: 0;
  left: auto;
  right: 0;
}

.client-block {
  border-radius: 0%;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.client-image {
  border-radius: 100%;
  flex: 0 auto;
  align-self: center;
  width: 60px;
  height: auto;
  margin-right: 14px;
  overflow: clip;
  box-shadow: 1px 1px 3px #00000024;
}

.author-detail-wrap {
  border-right: 2px solid #615c5b;
  flex: none;
  align-self: auto;
  padding-right: .5rem;
}

.author-name-2 {
  color: #363333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.author-job {
  color: #151c3480;
}

._21-title-div {
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  display: flex;
}

._21-title {
  color: #615c5b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 140%;
}

.big-overlay {
  z-index: -1;
  background-color: #ac7147;
  width: 55%;
  position: absolute;
  inset: 0%;
}

.big_overlay {
  background-color: #ac7147;
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.content-image-2 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 45em;
  margin-top: 10rem;
  display: block;
  position: relative;
}

.blue_overlay {
  object-fit: fill;
  background-color: #1a9bb8;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 70%;
  height: 130%;
  display: flex;
  position: absolute;
  inset: -3rem auto auto -11%;
}

.separation {
  z-index: 15;
  background-color: #fff;
  height: 10rem;
  position: relative;
  top: -1px;
}

.text-span-7 {
  font-family: Droid Sans, sans-serif;
  font-size: 3.5rem;
}

.text-span-8, .text-span-9, .text-span-10 {
  color: #1a9bb8;
  font-weight: 700;
}

.hide-desktop, .overlay-mobile {
  display: none;
}

.div-block-53 {
  background-color: #ac7147;
  margin-left: 0;
  padding: 2rem 1rem 2rem 2rem;
}

.go-up-button {
  z-index: 999;
  background-color: #212121;
  background-image: url('../images/drop-up-icon-gold.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 15%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 48;
}

.go-up-button.gold {
  background-color: #f4f4f4;
  background-image: url('../images/go-up.svg');
  border: 2px #ac7147;
}

.go-top {
  position: absolute;
  inset: 0% 0% auto;
}

.u-img-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  inset: 0%;
}

.bold-text-3 {
  font-weight: 400;
}

.pop-up-cover {
  z-index: 999;
  background-image: linear-gradient(#ffffff40, #ffffff40);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-block {
  z-index: 100;
  background-color: #404040;
  background-image: linear-gradient(#ac7147, #ac7147);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.marquee-content.scroll.hide {
  display: none;
}

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

.text-span-11 {
  font-style: normal;
  font-weight: 800;
}

.popup-items {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 2.5rem 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.popup-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 30rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.taglline-text {
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
}

.pop-up-taglines {
  color: #3a3636;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.layout520_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.buttton4_circle {
  z-index: 1;
  background-color: #ac7147;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 100%;
  display: flex;
  position: relative;
}

.layout520_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: static;
  inset: 0%;
}

.pop-up-section {
  z-index: 9999;
  display: block;
  position: fixed;
  inset: 0%;
}

.marquee-title {
  color: #fff;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}

.button2_icon {
  width: 2rem;
  max-width: none;
}

.layout520_row56 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button4_text {
  z-index: 1;
  font-size: 1.3rem;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.popup-closebutton {
  z-index: 300;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#404040, #404040);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.layout520_component56 {
  height: auto;
}

.button4 {
  z-index: 1;
  grid-column-gap: 1em;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  height: 4em;
  padding-right: 1.75em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infinity_bg {
  z-index: 300;
  width: 15rem;
  position: relative;
  inset: auto 0% 0% auto;
}

.button4_bg {
  z-index: 0;
  background-color: #ac7147;
  border-radius: 99px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.white_cross {
  max-width: 50%;
}

.div-block-54 {
  z-index: -1;
  background-image: linear-gradient(#404040b8, #404040b8);
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tickk-icon {
  width: 2rem;
  margin-right: 20px;
}

.image-4 {
  opacity: 1;
  position: absolute;
  top: 0;
  left: .5rem;
}

.padding-global56 {
  z-index: auto;
  height: auto;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.newsletter-info-block-2 {
  border-top: 1px #ac7147;
  flex-wrap: wrap;
  max-width: 45rem;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 0;
  display: flex;
}

.white_bgg {
  z-index: auto;
  background-color: #fff;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.popup-subheading {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.layout520_grid-list56 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.dark-overlay {
  z-index: -1;
  background-color: #404040b8;
  position: absolute;
  inset: 0%;
}

.marquee-section {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.popup-card {
  background-color: #0000;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 50rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 11px 11px 32px #0003, 6px 6px 16px #0000001f, 3px 3px 8px #00000024;
}

.container-large56 {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
  right: auto;
}

.layout520_card {
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout520_card.text-color-alternate {
  height: 100vh;
}

._3-images-section {
  color: #000;
  background-color: #fff;
  height: auto;
  display: block;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #0000;
  flex-flow: row;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  inset: auto 0%;
  overflow: hidden;
}

.small-tagline {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 1280px) {
  .slide-nav {
    display: none;
  }

  .image_slider._1 {
    background-image: linear-gradient(#0009, #0009), url('../images/endermobanner2-1.jpg');
  }

  .image_slider._4 {
    background-color: #0000;
    background-image: linear-gradient(#0009, #0009), url('../images/LPG-endermologie-beaute-traintement-header-01.jpg');
  }

  .image_slider._2 {
    background-image: linear-gradient(#0009, #0009), url('../images/LPG-endermologie-beaute-traintement-header-01.jpg');
  }

  .image_slider._3 {
    background-image: linear-gradient(#0009, #0009), url('../images/endermobanner2-1.jpg');
  }

  .menu-scroll-bg {
    display: flex;
  }

  .separator {
    background-color: var(--terracota);
  }

  .separator.white {
    background-color: var(--floral-white);
    color: var(--white);
  }

  .nav-underline {
    background-color: var(--terracota);
  }

  .hero-content-wrapper {
    margin-left: 0;
  }

  .heading-h1 {
    border-left: 8px solid var(--white);
    margin-right: 0;
    padding-left: 9px;
    padding-right: 0;
  }

  .heading-h1.white {
    border-left: 8px solid var(--white);
    padding-left: 9px;
  }

  .heading-h1.white.m6 {
    margin-right: -16px;
    padding-left: 9px;
    padding-right: 0;
  }

  .heading-h1.petit {
    font-size: 55px;
  }

  .heading-h1.no-left-line {
    border-left-style: none;
    padding-left: 15px;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 30px;
  }

  .paragraph.dark {
    font-size: 22px;
    display: flex;
  }

  .paragraph.dark.white {
    color: var(--floral-white);
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.dark._670size {
    max-width: 670px;
    font-size: 18px;
  }

  .paragraph.align-left {
    border-left: 0px solid var(--white);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.petit-paragraphe {
    font-size: 22px;
  }

  .scroll-wrapper {
    right: 100px;
  }

  .scroll-line-overlay {
    background-color: var(--terracota);
  }

  .section.bg-color {
    background-image: linear-gradient(#00000080, #00000080), url('../images/LPG1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding-bottom: 120px;
  }

  .section.pink {
    background-color: var(--alice-blue);
    background-image: url('../images/app-cellum6-lef-banner.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto 90%;
  }

  .menu-bg {
    background-color: var(--terracota);
  }

  .menu {
    display: none;
  }

  .menu-bg-image {
    background-image: linear-gradient(#0000008c, #0000008c), linear-gradient(#ac71478c, #ac71478c), url('../images/LPG1.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    display: block;
  }

  .menu-inner-wrapper {
    background-color: var(--dim-grey);
  }

  .classes-block._1, .classes-block._2, .classes-block._3, .classes-block._4, .classes-section, .class-content-block {
    display: flex;
  }

  .class-image {
    background-image: none;
  }

  .button-block.terracotta {
    color: var(--terracota);
  }

  .button-arrow {
    border-top-color: var(--terracota);
    border-right-color: var(--terracota);
  }

  .button-circle {
    color: var(--terracota);
    border-radius: 50%;
  }

  .button-circle.terracota-color {
    color: var(--terracota);
    background-color: #0000;
  }

  .button-line, .button-line.terracotta {
    background-color: var(--terracota);
  }

  .button-bg-circle {
    border-color: var(--terracota);
  }

  .button-bg-overlay {
    background-color: var(--terracota);
  }

  .footer {
    background-color: var(--headings-font);
    background-image: url('../images/infinity_right_bg_removed.png');
    background-position: 15% 100%;
    background-repeat: no-repeat;
    background-size: auto 85%;
    background-attachment: scroll;
  }

  .content-wrapper {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.hero {
    margin-top: 44px;
    margin-left: auto;
  }

  .content-wrapper.negtive-margin-top {
    margin-top: 0;
    margin-left: auto;
    padding-left: 140px;
    padding-right: 0;
  }

  .content-wrapper.negtive-margin-bottom {
    margin-left: auto;
  }

  .heading-h4 {
    margin-top: 0;
  }

  .heading-h4.titre-contact {
    color: var(--white);
    text-align: left;
    margin-top: 35px;
    margin-bottom: 30px;
    margin-left: 116px;
    font-size: 60px;
    display: block;
  }

  .heading-h4._45px {
    color: var(--headings-font);
    font-size: 30px;
  }

  .button-inner-wrapper {
    color: var(--terracota);
  }

  .page-wrapper {
    display: block;
  }

  .video-section {
    background-color: var(--dim-grey);
    background-image: linear-gradient(#00000080, #00000080), url('../images/app-cellum6-lef-banner.png');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    margin-top: 0;
    padding-bottom: 47px;
  }

  .video-section.padding-15 {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 120px;
    padding-left: 30px;
  }

  .video-section.padding-15.delete-texts.background {
    opacity: 1;
    background-color: #333;
    background-image: url('../images/LPG_infinity4.png');
    background-size: auto 65%;
  }

  .section.bg-image {
    background-image: url('../images/endermobanner2-1.jpg');
    background-position: 0%;
  }

  .newsletter-block {
    flex-wrap: nowrap;
    max-width: 600px;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 60px;
  }

  .newsletter-info-block {
    border-top-color: var(--terracota);
    flex-wrap: wrap;
    align-content: stretch;
    margin-bottom: 0;
  }

  .newsletter-info {
    flex-wrap: nowrap;
    max-width: 80%;
  }

  .newsletter-info._60 {
    max-width: 70%;
  }

  .newsletter-info._40pix {
    max-width: 60%;
  }

  .newsletter-info._50pix {
    max-width: 50%;
  }

  .newsletter-info._60pix {
    max-width: 60%;
  }

  .newsletter-info._70pix {
    max-width: 70%;
  }

  .newsletter-info._55pix {
    max-width: 55%;
  }

  .newsletter-info._65px {
    max-width: 62%;
  }

  .button.white {
    clear: none;
    text-align: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
  }

  .button.contact {
    flex: 0 auto;
  }

  .content-section.bg-color {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .content-section.about {
    background-image: url('../images/LPG1.jpg');
  }

  .content-section.instructor-template.image {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/LPG-Ghansoren.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-right: 0;
    display: flex;
  }

  .content-section.instructor-template.image-2 {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/LPG1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .testimonial-info-block.instructor {
    margin-left: 0;
    margin-right: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .video-block.absolute {
    max-width: 620px;
  }

  .testimonial.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mission-vision-card.one {
    border-color: var(--white);
  }

  .mission-vision-card.two {
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: var(--white);
  }

  .card-top-bg {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  }

  .instructor-image {
    background-image: url('../images/eric2.jpg');
  }

  .instructor-image.negtive-margin-bottom {
    border-width: 8px;
    border-color: var(--white);
    background-image: url('../images/52img_instructor_2.jpg');
    width: 195px;
    height: 195px;
    margin-top: -108px;
    margin-bottom: 40px;
    position: static;
  }

  .instructor-image.image-eric {
    border: 8px solid var(--white);
    width: 190px;
    height: 190px;
  }

  .buttons-wrapper {
    clear: none;
    justify-content: center;
  }

  .gallery-image {
    max-width: 100%;
  }

  .gallery-image._81vh {
    background-image: url('../images/Forme-et-santé-5.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 81vh;
  }

  .gallery-image._81vh.image-salle {
    background-image: url('../images/Forme-et-santé-1.jpg');
    background-size: cover;
  }

  .gallery-image._81vh.image2 {
    background-image: url('../images/Forme-et-santé-1.jpg');
  }

  .lightbox-link {
    background-color: #0000;
    display: inline-block;
  }

  .lightbox-overlay {
    display: none;
  }

  .gallery-slider {
    display: block;
  }

  .contact-form-wrapper {
    margin-top: -72px;
  }

  .contact-hero-bg {
    background-color: #0000;
    background-image: linear-gradient(#0009, #0009), url('../images/LPG1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .gallery-bg._1 {
    background-image: url('../images/Forme-et-santé-10.jpg');
  }

  .gallery-bg._2 {
    background-image: url('../images/Forme-et-santé-12.jpg');
    background-size: cover;
    display: block;
  }

  .gallery-bg._3 {
    background-image: url('../images/Forme-et-santé-11.jpg');
  }

  .gallery-bg._4 {
    background-image: url('../images/Forme-et-santé-7.jpg');
  }

  .gallery-bg._5 {
    background-image: url('../images/Forme-et-santé-3.jpg');
  }

  .gallery-bg._6 {
    background-image: url('../images/Forme-et-santé-10.jpg');
  }

  .gallery-bg._7 {
    background-image: url('../images/Forme-et-santé-12.jpg');
  }

  .gallery-bg._8 {
    background-image: url('../images/Forme-et-santé-11.jpg');
  }

  .gallery-bg._8._81vh {
    object-fit: cover;
    width: 100%;
    height: 81vh;
    overflow: hidden;
  }

  .notice-text {
    display: none;
  }

  .overlay {
    background-color: #000000b3;
    background-image: linear-gradient(#00000080, #00000080), url('../images/Forme-et-santé-10.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .overlay._22 {
    background-color: #0000008c;
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/Forme-et-santé-12.jpg');
  }

  .h3-medium.white {
    color: var(--floral-white);
  }

  .top-white {
    background-color: var(--white);
    margin-top: -5px;
  }

  .top-white.top-grey, .content {
    background-color: var(--alice-blue);
  }

  .on-load-2 {
    border-radius: 2px;
  }

  .container-2 {
    max-width: 250px;
    margin-top: 48px;
  }

  .button-2 {
    position: static;
  }

  .container-3 {
    margin-top: 44px;
  }

  .button-3 {
    margin-left: 438px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

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

  .text-block-3, .text-block-4, .text-block-5 {
    color: var(--terracota);
  }

  .container-4 {
    margin-top: 29px;
    padding-left: 58px;
  }

  .heading-2 {
    color: var(--white);
    text-align: left;
    margin-bottom: 99px;
    margin-left: 84px;
    margin-right: auto;
  }

  .heading-2.white {
    margin-bottom: 10px;
  }

  .text-block-6 {
    flex: 0 auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-7 {
    order: 1;
  }

  .text-block-8 {
    align-self: auto;
  }

  .text-block-9 {
    text-align: left;
    font-style: normal;
  }

  .separator-2 {
    background-color: var(--terracota);
  }

  .heading-h2-2.white {
    border-left: 8px solid var(--white);
    border-radius: 0;
    padding-left: 7px;
  }

  .content-wrapper-2.padding-right {
    max-width: 70rem;
    margin-left: auto;
  }

  .content-wrapper-2.padding-right._2 {
    width: 100%;
    max-width: 1234px;
    margin-left: 140px;
  }

  .content-wrapper-2.padding-right._2._60px-margin-bottom {
    max-width: 70rem;
  }

  .nav-link-2 {
    display: none;
  }

  .container-5 {
    min-height: 150px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-section-2 {
    margin-top: 79px;
  }

  .section-2.white {
    background-color: var(--white);
    background-image: url('../images/LPG_infinity_isolated_right.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-attachment: scroll;
  }

  .section-2.bg-color {
    margin-top: 0;
  }

  .layout351_column, .layout351_column-content {
    border: 1px solid var(--terracota);
  }

  .layout351_column-text {
    color: var(--terracota);
  }

  .content-wrapper-3 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 30px;
  }

  .paragraph-4.dark {
    font-size: 22px;
    display: flex;
  }

  .info-wrapper-2 {
    padding-left: 86px;
  }

  .separator-4 {
    background-color: #ac7147;
  }

  .separator-5.blue {
    color: #1a9bb8;
    background-color: #1a9bb8;
  }

  .video-section-2 {
    padding-right: 30px;
  }

  .hero-wrapper, .hero-wrapper.a-propos, .hero-overlay-2 {
    max-height: none;
  }

  .image-11 {
    height: 50%;
    margin-left: 60px;
  }

  .image-12 {
    height: 70%;
    margin-left: 40px;
  }

  .shecklist-icon._2 {
    outline-offset: 8px;
    background-color: #df815f;
    border: 1px #df815f;
    outline: 3px solid #df815f;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .absolute_bg_image._2 {
    background-image: url('../images/Banner150.jpg'), linear-gradient(to bottom, null, null);
    background-position: 50% 100%, 0 0;
  }

  .main-button-title-2.xl {
    color: #696969;
  }

  .scroll-down-line.rdv {
    background-color: #696969;
  }

  .containner-large-2 {
    max-width: 1150px;
  }

  .pop-up-taglines {
    flex-wrap: nowrap;
    max-width: 80%;
  }

  .newsletter-info-block-2 {
    border-top-color: #ac7147;
    flex-wrap: wrap;
    align-content: stretch;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link.nav-link-hide, .nav-link.nav-link-hide.w--current:hover {
    font-size: 1.1rem;
  }

  .footer {
    background-image: url('../images/infinity_right_bg_removed.png');
    background-position: 20% 100%;
    background-size: auto 85%;
  }

  .content-wrapper {
    margin-left: auto;
  }

  .content-wrapper.hero {
    max-width: 80rem;
  }

  .video-section {
    margin-top: 0;
  }

  .video-section.padding-15.delete-texts.background {
    background-color: #333;
    background-image: url('../images/LPG_infinity4.png');
    background-size: auto 65%;
  }

  .video-section.transparent {
    background-image: none;
  }

  .video-overlay {
    z-index: 50;
  }

  .notice {
    display: block;
  }

  .top-white.relative {
    margin-top: -5px;
  }

  .content-wrapper-2.padding-right {
    margin-left: auto;
  }

  .section-2.white {
    background-image: url('../images/LPG_infinity_isolated_right.png');
    background-position: 95% 100%;
  }

  .section_hero.with-hero-styles {
    z-index: 10;
    align-items: flex-end;
    display: block;
    bottom: auto;
  }

  .hero-bg-gradient-1 {
    align-items: flex-end;
    height: 100%;
    display: flex;
    bottom: 0;
  }

  .fullscreen-hero {
    justify-content: center;
    height: auto;
    min-height: 100vh;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .section_two.with-bg-light-brown2 {
    display: flex;
  }

  .layout517_card {
    align-items: center;
  }

  .layout419_card-content {
    width: 100%;
    max-width: none;
  }

  .image-11 {
    height: 50%;
    margin-left: 100px;
    position: absolute;
    right: auto;
  }

  .image-12 {
    height: 70%;
    margin-left: 60px;
  }

  .content-detail-wrapp {
    flex: 1;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .containner-large-2 {
    max-width: 1280px;
    padding-left: 0;
  }

  .div-block-15 {
    flex: 0 auto;
  }

  .blocck-text-wrappper.left-top-position {
    margin-top: 0;
    display: flex;
  }

  .image-16 {
    right: 10%;
  }

  .popup-items {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .infinity_bg {
    width: 18rem;
  }

  .newsletter-info-block-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 0;
  }

  .popup-subheading {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link.nav-link-hide {
    font-size: 1.3rem;
  }

  .nav-link.nav-link-hide:hover {
    font-size: 1.35rem;
  }

  .nav-link.nav-link-hide.w--current {
    transition: font-size .4s;
  }

  .nav-link.nav-link-hide.w--current:hover {
    font-size: 1.35rem;
  }

  .paragraph.dark, .paragraph.dark.with-margins {
    font-size: 1.6rem;
  }

  .paragraph.white {
    font-size: 1.7rem;
  }

  .menu-bg-image {
    background-image: linear-gradient(#0000008c, #0000008c), linear-gradient(#ac71478c, #ac71478c), url('../images/LPG1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .button-arrow {
    border-top-color: #fff;
    border-right-color: #fff;
  }

  .footer {
    background-image: url('../images/infinity_right_bg_removed.png');
    background-position: 0 100%;
    background-size: auto 85%;
  }

  .content-wrapper {
    max-width: 80rem;
  }

  .content-wrapper.flex-horizontal {
    z-index: 800;
    justify-content: space-between;
    max-width: 90rem;
  }

  .info-block {
    width: auto;
    max-width: 50rem;
  }

  .video-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/app-cellum6-lef-banner.png');
    background-position: 0 0, 15% 100%;
  }

  .video-section.padding-15.delete-texts.background {
    z-index: 30;
    background-image: url('../images/LPG_infinity4.png');
    background-size: auto 65%;
    top: auto;
    overflow: visible;
  }

  .video-section.transparent {
    background-image: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .newsletter-info {
    max-width: 95%;
  }

  .button.transparent {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .content-section.bg-color {
    padding-left: 0;
  }

  .video-block.absolute.delete-hover {
    z-index: 100;
  }

  .top-white {
    z-index: 5;
    top: 0%;
    bottom: 0;
  }

  .top-white.top-grey.hide {
    display: none;
  }

  .on-load-2.with-margin-bottom {
    margin-bottom: 1rem;
  }

  .div-block {
    justify-content: center;
  }

  .info-block-padding {
    width: auto;
    max-width: 90rem;
  }

  .info-block-padding.max-60rem {
    max-width: 60rem;
  }

  .heading-2.white {
    order: 0;
    margin-right: 0;
    display: block;
  }

  .content-wrapper-2, .content-wrapper-2.padding-right._2._60px-margin-bottom, .content-wrapper-2.with-image {
    max-width: 80rem;
  }

  .section-2.white {
    background-image: url('../images/LPG_infinity_isolated_right.png');
    background-position: 78% 100%;
    margin-bottom: 0;
  }

  .section-2.white.cellu-bg2 {
    background-position: 75% 100%;
  }

  .section-2.bg-image {
    background-image: url('../images/Banner134.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-instagram {
    z-index: 30;
  }

  .cover-image {
    height: 100%;
  }

  .slider-image-block-2 {
    aspect-ratio: auto;
    object-fit: cover;
  }

  .absolute-block-200vh {
    bottom: 0;
  }

  .slider-image-block-1 {
    object-fit: cover;
  }

  .container_with_text {
    width: auto;
    display: flex;
  }

  .container_with_text.no-padding {
    justify-content: flex-start;
    max-width: 80rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slider-image-last {
    object-fit: cover;
    display: inline-flex;
  }

  .fullscreen-hero {
    justify-content: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-image.is-2nd {
    max-width: none;
  }

  .padding-inner {
    max-width: 80rem;
  }

  .section_two.with-bg-light-brown2 {
    display: flex;
  }

  .section_layout517 {
    margin-top: -5px;
  }

  .layout419_card.is-first {
    border-top-style: none;
    border-top-color: var(--dim-grey);
  }

  .layout419_card.is-5th {
    background-color: #0000;
    background-image: linear-gradient(#d6a47f, #d6a47f);
  }

  .layout419_card-content {
    width: auto;
    max-width: 40rem;
  }

  .margin-botttom.margin-xsmall, .margin-botttom.margin-medium, .layout419_content-right {
    max-width: none;
  }

  .text-size-mediumm {
    font-size: 1.3rem;
  }

  .paragraph-6.white {
    max-width: none;
  }

  .image-11 {
    margin-left: 220px;
  }

  .paragraph-10.white {
    text-align: left;
    align-self: center;
    font-size: 1.3rem;
  }

  .image-12 {
    height: 70%;
    margin-bottom: 50px;
    margin-left: 300px;
  }

  .text-color-white-5 {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
  }

  .containner-large {
    max-width: 80rem;
    right: auto;
  }

  .margiin-bottom.margin-xsmall {
    justify-content: flex-start;
    margin-right: 0;
    display: flex;
  }

  .layout353_content-itemm.contentt-item-1.terracota {
    display: block;
  }

  .paddding-section-large {
    padding-top: 7rem;
  }

  .shecklist-icon._2.white {
    outline-offset: 5px;
    outline-width: 2px;
    width: .8rem;
    height: .8rem;
  }

  .text-size-regular.olive.medium.dark-green {
    line-height: 1.6;
  }

  .checklist-item {
    align-items: flex-start;
  }

  .checklist._2rem {
    padding-top: 2rem;
  }

  .absolute_bg_image._2 {
    background-image: url('../images/Banner150.jpg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
  }

  .section_call.no-paddingg {
    align-items: stretch;
    display: flex;
    top: 0;
  }

  .grdid-wrapper {
    align-self: auto;
  }

  .banner-image-wrappper {
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .body-displayy.lightt {
    font-size: 1.5rem;
  }

  .separation-section {
    top: 0;
  }

  .div-block-13 {
    position: relative;
  }

  .div-block-14 {
    position: static;
    top: 0;
  }

  .section-infos-contacst {
    padding-left: 5%;
    padding-right: 5%;
  }

  .containner-large-2 {
    width: 100%;
    max-width: 80rem;
    padding-left: 0;
  }

  .blocck-text-wrappper.left-top-position {
    align-self: flex-start;
    margin-top: 0;
    display: flex;
  }

  .containner-largee {
    max-width: 80rem;
    right: auto;
  }

  .image-16 {
    right: 20%;
  }

  .image-17 {
    right: 15%;
  }

  .div-block-48 {
    bottom: -5px;
  }

  .div-block-49 {
    top: -1px;
  }

  .page_background {
    z-index: 100;
    position: relative;
  }

  .big-overlay {
    z-index: 0;
    width: 70%;
  }

  .div-block-51 {
    position: relative;
  }

  .big_overlay {
    width: 35%;
  }

  .text-block-13 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .popup-items {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .taglline-text {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .pop-up-taglines {
    max-width: 95%;
  }

  .infinity_bg {
    width: 25rem;
  }

  .newsletter-info-block-2 {
    max-width: 50rem;
    padding-top: 0;
  }

  .popup-card {
    width: 60rem;
  }

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

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

  h2 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 50px;
    line-height: 60px;
  }

  h4 {
    font-size: 40px;
    line-height: 50px;
  }

  h5 {
    font-size: 30px;
    line-height: 40px;
  }

  h6 {
    font-size: 25px;
    line-height: 35px;
  }

  blockquote {
    font-size: 28px;
    line-height: 42px;
  }

  .hero-section, .hero-slider {
    height: 800px;
  }

  .image_slider {
    height: 100%;
  }

  .nav-link.nav-link-hide {
    display: none;
  }

  .separator.width-increased {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .separator.scroll {
    display: none;
  }

  .hero-content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-h1 {
    line-height: 100px;
  }

  .heading-h1.white {
    border-left-width: 6px;
  }

  .heading-h1.post-page {
    font-size: 90px;
    line-height: 100px;
  }

  .paragraph {
    margin-top: 20px;
  }

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

  .scroll-wrapper {
    right: -13px;
  }

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

  .section.blog-categories {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.categories {
    height: 850px;
  }

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

  .section.separation {
    padding: 50px;
  }

  .menu-bg-image {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/LPG1.jpg');
  }

  .menu-links-divider {
    font-size: 40px;
    line-height: 50px;
  }

  .menu-footer {
    width: 100%;
  }

  .nav-wrapper {
    top: 40px;
    right: 30px;
  }

  .title {
    margin-bottom: 10px;
  }

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

  .classes-cotent-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

  .classes-sticky-wrapper {
    height: auto;
  }

  .classes-block {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .classes-hidden-mask {
    height: auto;
    overflow: visible;
  }

  .classes-scrollable {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .classes-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .class-content-block {
    max-width: none;
    margin-bottom: 50px;
  }

  .class-image {
    width: 100%;
    height: 450px;
  }

  .footer {
    padding: 70px 30px 40px;
  }

  .content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-wrapper.pricing {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-wrapper.gallery {
    grid-template-columns: 1fr 1fr;
  }

  .content-wrapper.instructor {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.hero {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.negtive-margin-top {
    max-width: 90%;
  }

  .content-wrapper.negtive-margin-bottom {
    grid-column-gap: 0px;
  }

  .content-wrapper.grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.template {
    grid-row-gap: 50px;
    grid-template-columns: 1.25fr;
  }

  .content-wrapper.flex-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-wrapper.grid-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-table-card {
    max-width: 100%;
  }

  .pricing-plan-title {
    margin-bottom: 40px;
  }

  .header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-table-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }

  .checkout-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .benefits-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .info-block {
    padding-bottom: 0;
  }

  .video-section {
    background-image: none;
    margin-top: 0;
    padding: 100px 30px;
  }

  .video-section.padding-15.delete-texts.background {
    background-image: linear-gradient(to bottom, null, null), url('../images/Infiniti_2.png');
  }

  .section.bg-image {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-section.bg-color {
    padding-left: 30px;
  }

  .content-section.about {
    min-height: 600px;
  }

  .content-section.packages {
    min-height: 1010px;
    position: relative;
  }

  .content-section.post-page {
    min-height: 1100px;
    position: relative;
  }

  .content-section.instructor-template {
    min-height: auto;
    padding-top: 245px;
  }

  .testimonial-info-block {
    max-width: 100%;
    margin-top: 80px;
  }

  .testimonial-info-block.instructor {
    margin-left: auto;
    margin-right: auto;
  }

  .video-block.absolute {
    width: 100%;
    max-width: 100%;
    margin-top: 80px;
    position: relative;
  }

  .recent-posts-list {
    margin-top: 80px;
  }

  .hero-info-block {
    position: relative;
    left: -114px;
  }

  .mission-vision-wrapper {
    margin-top: 70px;
  }

  .team-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .instructor-image {
    width: 130px;
    height: 130px;
  }

  .accordion-toggle {
    font-size: 24px;
    line-height: 34px;
  }

  .accordion-text {
    font-size: 18px;
    line-height: 28px;
  }

  .accordion-content {
    font-size: 14px;
    line-height: 22px;
  }

  .accordian-wrapper {
    grid-template-columns: 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .table-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tab {
    max-width: 300px;
  }

  .gallery-image {
    height: 35vh;
  }

  .gallery-bg-video {
    height: 71vh;
  }

  .gallery-slider {
    height: 35vh;
  }

  .bg-square {
    top: -100px;
    right: -100px;
  }

  .instructor-info-content {
    max-width: 100%;
    margin-top: 50px;
    margin-left: 0%;
  }

  .contact-form-wrapper {
    margin-left: -25px;
    left: -25px;
  }

  .contact-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95%;
    max-width: 90%;
    margin-left: auto;
    margin-right: 200px;
    display: grid;
    left: -63px;
  }

  .contact-info-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-info-block.second {
    border-bottom: 1px solid #0000001a;
    border-right-style: none;
  }

  .contact-info-block.first {
    border-bottom: 1px solid #0000001a;
  }

  .contact-newsletter-bg {
    min-height: 730px;
  }

  .contact-heading-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .featured-category-link {
    padding: 15px 30px;
  }

  .insta-block {
    margin-top: 50px;
  }

  .features-block {
    grid-row-gap: 160px;
    grid-template-columns: 1fr;
  }

  .monthly-plans-wrapper {
    grid-template-columns: .94fr;
  }

  .promo-block {
    max-width: 310px;
  }

  .promo-block-heading {
    font-size: 55px;
    line-height: 65px;
  }

  .promo-block-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .featured-post-info {
    flex-direction: column;
    margin-bottom: 30px;
  }

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

  .style-guide-color {
    height: 100px;
  }

  .sg-text-style {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-heding {
    font-size: 50px;
    line-height: 55px;
  }

  .contact-newsletter-content {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .insta-content, .row {
    flex-direction: column;
  }

  .heading {
    font-size: 60px;
    line-height: 80px;
  }

  .rich-text-block {
    width: 85%;
  }

  .h3-medium {
    font-size: 60px;
    line-height: 70px;
  }

  .preview-link-large {
    margin-bottom: 0;
    font-size: 70px;
    line-height: 80px;
  }

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

  .top-white {
    display: none;
  }

  .div-block {
    flex-direction: column;
  }

  .info-block-padding {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 0;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    color: var(--terracota);
  }

  .title-2 {
    margin-bottom: 10px;
  }

  .content-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content-wrapper-2.flex-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-wrapper-2.instructor {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper-2.padding-right {
    margin-left: 18px;
  }

  .content-wrapper-2.gallery {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-3 {
    margin-top: 20px;
  }

  .bg-square-2 {
    top: -100px;
    right: -100px;
  }

  .menu-links-divider-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .tab-2 {
    max-width: 300px;
  }

  .footer-2 {
    padding: 70px 30px 40px;
  }

  .gallery-slider-2, .gallery-image-2 {
    height: 35vh;
  }

  .team-cards-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color {
    margin-right: 0;
  }

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

  .layout351_column-horiztonal-text {
    display: block;
  }

  .layout351_component {
    border-top: 0 #0000;
    border-right: 1px solid #0000;
    flex-direction: column;
    height: auto;
  }

  .layout351_column-vertical-text {
    display: none;
  }

  .layout351_column {
    border-top: 1px solid #0000;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 5rem;
  }

  .layout351_column-content {
    width: 100%;
    min-width: auto;
  }

  .layout351_image-wrapper {
    margin-bottom: 0;
  }

  .layout351_content-wrapper {
    width: auto;
    padding: 3rem 2.5rem;
  }

  .layout351_accordion {
    border-right-style: none;
    flex-direction: column;
    width: 100%;
    min-width: auto;
    height: 5rem;
  }

  .layout351_accordion.active {
    height: auto;
  }

  .layout351_column-text {
    position: absolute;
    left: 2.5rem;
  }

  .layout28_component {
    grid-column-gap: 3rem;
  }

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

  .heading-medium {
    font-size: 1.75rem;
  }

  .content-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-4 {
    margin-top: 20px;
  }

  .info-wrapper-2 {
    margin-top: 40px;
  }

  .video-section-2 {
    padding: 100px 30px;
  }

  .top-white-2 {
    display: none;
  }

  .product-header9_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header9_content-right {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .product-header9_lightbox-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .layout208_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout224_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout283_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout283_list {
    grid-column-gap: 2rem;
  }

  .layout352_date-text {
    text-align: right;
  }

  .layout352_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .layout221_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout225_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .layout107_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-insta {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .grid-2-columns, .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

  .section-instagram {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .main-button {
    min-height: 4em;
  }

  .hero-case, .hero-case:hover {
    width: 18em;
    min-width: 18em;
  }

  .container_with_text {
    padding-left: 4em;
    padding-right: 4em;
  }

  .heading-6.is-hero-1-title {
    font-size: 3.9em;
  }

  .fullscreen-hero {
    padding-bottom: 4em;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .content-grid-3 {
    grid-column-gap: 2.75em;
    grid-row-gap: 6em;
  }

  .content-grid-1 {
    margin-bottom: 2em;
  }

  .content-image-1 {
    min-height: 30em;
  }

  .padding-inner {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .heading-7.is-content-title-1 {
    font-size: 1.8em;
  }

  .margin-bottomm {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-topp {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout419_card {
    height: 100svh;
  }

  .margin-botttom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout419_content-left {
    height: 100svh;
    margin-right: 3rem;
  }

  .mmargin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout_presentation_component {
    height: auto;
  }

  .layout_card-small-top {
    width: 100%;
  }

  .layout_cards-wrapper {
    padding-left: 0;
  }

  .layout_card-small-bottom {
    width: 100%;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .layout_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .layout_card-large {
    width: 100%;
    padding: 6rem 2rem;
  }

  .layout_presentation_content {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .contentt-block-2 {
    padding-top: 0;
  }

  .heading-10.extra-large {
    font-size: 3.5em;
  }

  .containerr {
    padding-left: 6em;
    padding-right: 6em;
  }

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

  .content-1-title {
    font-size: 1.5em;
  }

  .image-12 {
    display: none;
  }

  .header103_tabs-menu {
    max-width: none;
    bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header103_tab-link {
    min-width: 8rem;
  }

  .margiin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paddding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout353_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .banner-conttentt {
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .heading-11.largee {
    font-size: 42px;
  }

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

  .stacked-contentt {
    padding-left: 48px;
    padding-right: 48px;
  }

  .circle-linkk {
    width: 160px;
    height: 160px;
  }

  .content-wrapperr {
    grid-template-columns: 1fr;
  }

  .main-button-title-2 {
    margin-right: 1.5em;
    font-size: .9em;
  }

  .scroll-down-icon {
    display: block;
    position: relative;
    top: -.05em;
  }

  .main-buttonn {
    flex-direction: row;
    font-size: .9em;
  }

  .card-ui-graph {
    right: 5%;
  }

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

  .content-heading-wrappper {
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .margiin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .marginn-topp {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-mediumm {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery_lightboxx {
    height: 15em;
  }

  .gallery_lightboxx.is-large-image {
    height: 33em;
  }

  .tab_2_link.w--current {
    padding-right: 2.5em;
  }

  .gallery_padding {
    padding-top: 12em;
  }

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

  .container_gallery {
    padding-left: 4em;
    padding-right: 4em;
  }

  .static-gallery-grid, .gallery_grid_2 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .cloneable-container-default {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .mask {
    margin-left: 20px;
  }

  .mask.testimonial-v1 {
    margin-left: 0;
  }

  .card.testimonial-v1 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .go-up-button {
    background-size: 20px;
    width: 45px;
    height: 45px;
  }

  .pop-up-cover {
    display: flex;
  }

  .padding-section-large56 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .popup-card {
    width: 70%;
  }
}

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

  h2 {
    font-size: 50px;
    line-height: 60px;
  }

  h3 {
    font-size: 40px;
    line-height: 50px;
  }

  h4, h5 {
    font-size: 30px;
    line-height: 40px;
  }

  h6 {
    font-size: 24px;
    line-height: 34px;
  }

  p {
    font-size: 18px;
    line-height: 28px;
  }

  blockquote {
    width: 80%;
    font-size: 26px;
    line-height: 40px;
  }

  .hero-section {
    z-index: 9;
  }

  .hero-slider {
    height: 800px;
  }

  .left-arrow {
    right: 110px;
  }

  .right-arrow {
    right: 50px;
  }

  .image_slider {
    height: 100%;
  }

  .nav-inner-wrapper {
    overflow: visible;
  }

  .separator.class {
    margin-top: 30px;
  }

  .separator.navbar {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-wrapper {
    display: none;
  }

  .nav-link-wrapper.menu-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    display: block;
  }

  .nav-underline {
    display: none;
  }

  .hero-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-h1 {
    line-height: 80px;
  }

  .heading-h1.white {
    line-height: 70px;
  }

  .heading-h1.post-page {
    font-size: 70px;
    line-height: 80px;
  }

  .paragraph.session {
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph.dark {
    font-size: 16px;
    line-height: 32px;
  }

  .paragraph.full-width {
    font-size: 14px;
    line-height: 31px;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .scroll-wrapper {
    display: none;
  }

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

  .section.blog-categories {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.categories {
    height: 800px;
    padding-bottom: 80px;
  }

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

  .section.post-page {
    padding-top: 80px;
  }

  .section.separation {
    padding: 40px;
  }

  .section.bg-color {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .menu-bg-image {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/LPG1.jpg');
  }

  .menu-inner-wrapper {
    padding-top: 80px;
  }

  .menu-nav-wrapper, .menu-nav-wrapper.first {
    margin-bottom: 0;
  }

  .menu-nav-wrapper.no-margin-bottom {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .menu-nav-link {
    font-size: 5.2vw;
    line-height: 6vw;
  }

  .menu-links-divider {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .menu-nav-outer {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .menu-footer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    bottom: 10vh;
  }

  .nav-wrapper {
    top: 30px;
    right: 15px;
  }

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

  .info-wrapper {
    margin-top: 30px;
  }

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

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

  .class-image {
    height: 350px;
  }

  .content-wrapper.gallery {
    grid-template-columns: 1fr;
  }

  .content-wrapper.instructor {
    padding-bottom: 0;
  }

  .content-wrapper.style-guide {
    padding: 20px;
  }

  .pricing-table-card {
    max-width: 350px;
  }

  .pricing-table-card.mobile-reduced-padding {
    padding-bottom: 20px;
  }

  .header {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-bg.second {
    height: 269px;
  }

  .price.big.dark {
    font-size: 40px;
    line-height: 30px;
  }

  .price.dark {
    font-size: 20px;
    line-height: 15px;
  }

  .pricing-table-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .password-input {
    background-color: #0000000d;
  }

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

  .checkout-wrapper {
    flex-direction: column;
  }

  .order-content {
    width: 100%;
  }

  .order-sidebar {
    width: 100%;
    position: relative;
  }

  .paragraph.class {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 32px;
  }

  .benefits-card-wrapper {
    grid-template-columns: 1fr;
  }

  .card-icon {
    width: 50px;
  }

  .video-section {
    padding: 80px 15px;
  }

  .section.bg-image {
    padding-left: 15px;
    padding-right: 15px;
  }

  .newsletter-block {
    max-width: 450px;
    padding: 30px;
  }

  .content-section {
    padding: 80px 15px;
  }

  .content-section.about {
    padding-top: 0;
  }

  .content-section.packages, .content-section.post-page {
    min-height: 910px;
  }

  .content-section.instructor-template {
    background-position: 50%;
    min-height: auto;
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .testimonial-info-block.instructor {
    width: 90%;
    margin-top: 60px;
  }

  .video-block.absolute {
    min-height: 700px;
  }

  .author-image.testimonial {
    margin-right: 0;
  }

  .author-name.desktop-only {
    display: none;
  }

  .blog-card, .blog-section-content {
    max-width: 100%;
  }

  .recent-posts-list {
    grid-template-columns: 1fr;
  }

  .hero-info-block {
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 67px;
  }

  .mission-vision-wrapper {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .mission-vision-card {
    padding: 20px;
  }

  .mission-vision-card.three {
    border-bottom: 1px solid #0000001a;
    border-right-style: none;
  }

  .mission-vision-card.one {
    border-right-style: none;
  }

  .team-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .instructor-info {
    font-size: 14px;
    line-height: 22px;
  }

  .accordian-block {
    max-width: 100%;
  }

  .accordion-toggle {
    font-size: 18px;
    line-height: 28px;
  }

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

  .accordian-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-wrapper {
    margin-top: 60px;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .tabs-content {
    max-width: 100%;
  }

  .tab {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 20px 10px;
    display: flex;
  }

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

  .instructor-image-large {
    min-height: 550px;
  }

  .bg-square {
    inset: -120px auto auto;
  }

  .contact-form-wrapper {
    margin-top: 39px;
    padding: 30px;
  }

  .contact-info {
    padding: 30px;
  }

  .insta-pic.large {
    height: 180px;
  }

  .featured-category-link {
    padding: 10px 20px;
    font-size: 10px;
  }

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

  .product-category {
    top: 15px;
    right: 15px;
  }

  .monthly-pricing {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    max-width: 350px;
  }

  .monthly-plans-wrapper {
    grid-template-columns: 1.69fr;
    justify-items: center;
  }

  .promo-block {
    max-width: 350px;
  }

  .promo-block-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .product-image-one {
    min-height: 380px;
  }

  .blog-categories-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
  }

  .categories-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .category-list-wrapper, .category-link-wrapper {
    width: 100%;
  }

  .featured-image-wrapper {
    flex-direction: column;
  }

  .side-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .featured-post-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .cart-quantity {
    position: absolute;
    top: -10px;
    right: -7px;
  }

  .cart-text-block {
    display: none;
  }

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

  .sg-text-style {
    grid-template-columns: 1fr;
  }

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

  .category {
    justify-content: center;
  }

  .pricing-plan-heding {
    font-size: 45px;
    line-height: 50px;
  }

  .contact-newsletter-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .share-icon-wrapper.vertical {
    flex-direction: row;
  }

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

  .client-info-block {
    margin-top: 10px;
  }

  .instructore-more-info {
    align-items: center;
  }

  .title-wrapper.class {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 30px;
    display: flex;
  }

  .notice {
    margin-top: 0;
  }

  .heading, .h3-medium {
    font-size: 50px;
    line-height: 60px;
  }

  .preview-link-large {
    font-size: 60px;
    line-height: 70px;
  }

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

  .flex {
    width: 42%;
    margin-bottom: 25px;
  }

  .pagination {
    margin-top: 10px;
  }

  .category-card {
    width: 45%;
    margin-bottom: 40px;
    margin-right: 5%;
  }

  .content-wrapper-2.instructor {
    padding-bottom: 0;
  }

  .content-wrapper-2.gallery {
    grid-template-columns: 1fr;
  }

  .paragraph-3.dark {
    font-size: 16px;
    line-height: 32px;
  }

  .separator-3.navbar {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cart-quantity-2 {
    position: absolute;
    top: -10px;
    right: -7px;
  }

  .nav-underline-2 {
    display: none;
  }

  .bg-square-2 {
    inset: -120px auto auto;
  }

  .menu-inner-wrapper-2 {
    padding-top: 80px;
  }

  .notice-2 {
    margin-top: 0;
  }

  .menu-links-divider-2 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .tab-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 20px 10px;
    display: flex;
  }

  .gallery-section-2, .gallery-section-3 {
    padding-bottom: 80px;
  }

  .team-cards-wrapper-2 {
    grid-template-columns: 1fr;
  }

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

  .section-2.white.cellu-bg2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-2.bg-color {
    padding-left: 15px;
    padding-right: 15px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-color {
    margin-right: auto;
  }

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

  .layout351_column-horiztonal-text {
    font-size: 1.25rem;
  }

  .layout351_image {
    height: 20rem;
  }

  .layout351_column-vertical-text {
    font-size: 1.25rem;
  }

  .layout351_column {
    height: 4rem;
  }

  .layout351_content-wrapper {
    padding: 1rem 1.5rem 2rem;
  }

  .layout351_accordion {
    height: 4rem;
  }

  .layout351_column-text {
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .gallery2_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-4.dark {
    font-size: 16px;
    line-height: 32px;
  }

  .info-wrapper-2 {
    margin-top: 30px;
  }

  .video-section-2 {
    padding: 80px 15px;
  }

  .product-header9_content {
    grid-row-gap: 3rem;
  }

  .product-header9_list-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-header9_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header9_content-left, .product-header9_list {
    grid-template-columns: 1fr;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .product-header9_accordion-icon {
    width: 1.75rem;
  }

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

  .layout208_component, .layout224_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

  .layout352_date-text {
    text-align: left;
  }

  .layout352_progress {
    left: .375rem;
  }

  .layout352_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
  }

  .layout352_centre {
    justify-content: flex-start;
  }

  .layout221_component, .layout225_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .hero-wrapper, .hero-overlay-2 {
    padding: 40px 20px;
  }

  .divider-vertical.horizontal-mbp {
    margin-left: 20px;
    margin-right: 20px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

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

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .instagram-feed---image-wrapper.height-auto {
    max-height: 379px;
  }

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

  .hero_content_block {
    flex-wrap: wrap;
  }

  .hero-case-content {
    text-align: left;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2.5em;
  }

  .hero-case-circle {
    width: 4em;
    height: 4em;
    position: absolute;
    right: 2em;
  }

  .hero-case {
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    min-height: 10em;
    padding-right: 7.6em;
  }

  .hero-case:hover {
    width: 100%;
    min-width: auto;
  }

  .hero-case-gradient {
    background-image: linear-gradient(270deg, #22181600, #110c0bf0);
    align-items: flex-start;
    width: 50%;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .container_with_text {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .heading-6.is-hero-1-title {
    font-size: 4.2em;
  }

  .hero_title_block {
    margin-bottom: 2.5em;
  }

  .fullscreen-hero {
    min-height: 88vh;
    padding-top: 15em;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .content-grid-3 {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .content-image-1 {
    min-height: 25em;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .layout517_card {
    grid-template-columns: 1fr;
    width: 90%;
    padding: 1.5rem;
  }

  .margin-bottomm {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-topp {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout419_card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .layout419_card.is-first {
    border-left-style: none;
  }

  .layout419_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .heading-style-h55 {
    font-size: 1.25rem;
  }

  .margin-botttom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout419_content-right {
    position: sticky;
    top: 0;
  }

  .layout419_content-left {
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    position: static;
  }

  .text-size-mediumm {
    font-size: 1rem;
  }

  .mmargin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout_card-small-top {
    grid-template-columns: 1fr;
  }

  .layout_cards-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout_card-small-bottom {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-mediumm-2 {
    font-size: 1rem;
  }

  .layout_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout_card-large {
    padding: 4rem 1.5rem;
  }

  .layout_presentation_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .content-1-image-2 {
    height: 30em;
    min-height: auto;
  }

  .heading-10.hero-title-11 {
    font-size: 3.4em;
  }

  .contentt-1-image {
    height: 30em;
    min-height: auto;
  }

  .containerr {
    padding-left: 7em;
    padding-right: 7em;
  }

  .buttton-1 {
    font-size: 1em;
  }

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

  .content-1-title-2 {
    font-size: 2em;
  }

  .padding-_nner {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .content-1-title {
    font-size: 2em;
  }

  .image-12 {
    display: none;
  }

  .header103_tabs-menu {
    bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header103_tab-link {
    min-width: 0;
  }

  .header103_tab-load-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tabs-menu-2, .tabs_menu {
    flex-wrap: wrap;
  }

  .tab_button {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .load_bar_base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .layout353_content-left {
    position: static;
  }

  .margiin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paddding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .text-size-mediumm-3 {
    font-size: 1rem;
  }

  .heading-11.largee {
    font-size: 36px;
  }

  .stacked-contentt {
    padding-left: 36px;
    padding-right: 36px;
  }

  .circle-linkk {
    width: 160px;
    height: 160px;
  }

  .main-button-title-2 {
    font-size: 1em;
  }

  .section-infos-contacst {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .contentt-heading {
    font-size: 64px;
  }

  .header88_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .margiin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header88_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .marginn-topp {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-mediumm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-mediumm-4 {
    font-size: 1rem;
  }

  .gallery_padding {
    padding-top: 10em;
  }

  .tabs_2_links {
    grid-column-gap: 3em;
  }

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

  .tab_image {
    height: 14em;
  }

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

  .slide-v1.testimonial-v1 {
    max-width: none;
  }

  .slide-v1.testimonial-v1.first {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .cloneable-container-default {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mask {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask.testimonial-v1 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper---brix.testimonial-v1---brix {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .card {
    border-radius: 12px;
  }

  .card.testimonial-v1 {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .card.testimonial-v1.first {
    margin-left: 0;
  }

  .split-content.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .slider-arrow---brix {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }

  .go-up-button {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }

  .padding-section-large56 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .popup-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout520_row56 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .popup-subheading {
    font-size: 1.5em;
  }

  .layout520_grid-list56 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .popup-card {
    width: 80%;
  }

  .layout520_card {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 46px;
  }

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

  h3 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  h4 {
    font-size: 30px;
    line-height: 40px;
  }

  h5 {
    font-size: 28px;
    line-height: 38px;
  }

  h6 {
    font-size: 26px;
    line-height: 36px;
  }

  p {
    font-size: 15px;
    line-height: 25px;
  }

  blockquote {
    width: 85%;
    font-size: 24px;
    line-height: 38px;
  }

  .menu-icon {
    z-index: 99;
    border-style: none;
  }

  .menu-scroll-bg {
    background-color: #0000;
  }

  .nav-link.social, .nav-link.nav-link-hide, .separator {
    display: none;
  }

  .separator.class {
    margin-top: 20px;
    display: block;
  }

  .separator.navbar {
    display: none;
  }

  .separator.number, .nav-link-wrapper {
    display: block;
  }

  .nav-link-wrapper.menu-nav.hide, .nav-link-wrapper.menu-nav.hide-mobile, .nav-link-wrapper.margin-left {
    display: none;
  }

  .heading-h1 {
    text-align: left;
    padding-left: 9px;
    line-height: 45px;
  }

  .heading-h1.white {
    font-size: 3rem;
    line-height: 1;
  }

  .heading-h1.post-page {
    font-size: 50px;
    line-height: 60px;
  }

  .paragraph.session {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.dark {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .paragraph.dark.with-margins {
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .scroll-wrapper {
    display: none;
  }

  .scroll-wrapper.hero {
    display: block;
    bottom: 0;
  }

  .scroll-line.big {
    height: 4.6rem;
  }

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

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

  .section.post-page {
    padding-top: 60px;
  }

  .section.separation {
    padding: 30px;
  }

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

  .menu-bg {
    border: 1px solid #fff;
  }

  .menu {
    display: none;
  }

  .menu-bg-image {
    background-image: linear-gradient(#0000008c, #0000008c), linear-gradient(#ac71478c, #ac71478c), url('../images/LPG1.jpg');
    background-position: 0 0, 0 0, 75% 85%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .menu-inner-wrapper {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-nav-wrapper.show-mobile {
    display: block;
  }

  .menu-footer {
    display: none;
  }

  .menu-footer-link, .menu-footer-link.big {
    font-size: .8rem;
  }

  .title {
    margin-bottom: 20px;
  }

  .heading-h2.white {
    text-align: left;
    font-size: 2.8rem;
  }

  .info-wrapper {
    margin-top: 30px;
    margin-bottom: 8rem;
  }

  .info-wrapper.with-margin-bottom {
    margin-bottom: 4rem;
  }

  .info-wrapper._4rem-bottom {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .classes-block {
    width: 100%;
    height: auto;
  }

  .classes-section {
    margin-left: 0;
  }

  .class-image {
    height: 220px;
  }

  .footer {
    background-color: #3a3636;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 60px 0 30px;
  }

  .footer-block {
    max-width: 100%;
  }

  .content-wrapper {
    margin-left: auto;
  }

  .content-wrapper.hero {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .content-wrapper.negtive-margin-top {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    padding-left: 0;
    display: grid;
  }

  .content-wrapper.grid, .content-wrapper.grid-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-h4.terracota {
    font-size: 2.6rem;
  }

  .pricing-table-wrapper {
    align-items: stretch;
  }

  .utility-page-content {
    padding: 20px;
  }

  .block-header, .block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.class {
    max-width: 100%;
  }

  .benefit-card {
    padding: 20px 20px 70px;
  }

  .info-block {
    padding-left: 1rem;
  }

  .video-section {
    position: relative;
  }

  .video-section.padding-15.delete-texts.background {
    background-color: #333;
    background-image: none;
  }

  .video-section.remove-bg-img {
    padding-top: 60px;
  }

  .video-section.transparent {
    z-index: 150;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

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

  .newsletter-block {
    padding: 20px;
  }

  .newsletter-info-block {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tick-icon {
    width: 40px;
    margin-right: 10px;
  }

  .newsletter-info {
    max-width: 100%;
  }

  .button.white {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }

  .button.contact {
    width: 100%;
    margin-top: 20px;
  }

  .button.transparent {
    margin-top: 30px;
    margin-left: 0;
  }

  .button.style-guide {
    margin-top: 50px;
    margin-left: 0;
  }

  .content-section.bg-color {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .content-section.packages, .content-section.post-page {
    min-height: 970px;
  }

  .content-section.instructor-template.image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section.instructor-template.image-2 {
    padding-top: 51px;
  }

  .testimonial-info-block.instructor {
    margin-top: 60px;
    margin-left: auto;
    padding: 0;
  }

  .video-block {
    align-items: flex-start;
    min-height: 550px;
    padding-top: 100px;
  }

  .video-block.absolute {
    align-items: center;
    min-height: 450px;
    padding-top: 0;
  }

  .video-block.absolute.negative-margin {
    top: 0;
  }

  .video-block.absolute.negative-margin.xl {
    min-height: 700px;
  }

  .video-block.absolute._30rem-height {
    min-height: 30rem;
  }

  .video-block.absolute {
    align-items: center;
    min-height: 315px;
    margin-top: 40px;
    padding-top: 0;
  }

  .video-block.absolute._120px-desktop {
    min-height: 450px;
    margin-top: 4rem;
  }

  .video-block.negative-margin-top {
    align-items: center;
    padding-top: 0;
    top: 0;
  }

  .video-block._2.mobile {
    width: 100%;
    min-height: 0;
    padding-top: 0;
  }

  .testimonial {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .testimonial.center {
    margin-bottom: 33px;
    padding-top: 6px;
  }

  .testimonial.center.padding-n-dicte {
    margin-top: 65px;
  }

  .testimonial-wrapper {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .blog-post-info {
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .dot, .fb-icon {
    display: none;
  }

  .blog-card-content {
    padding: 20px;
  }

  .post-snippet {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-info-block {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    left: auto;
  }

  .download-link {
    margin-top: 30px;
    margin-left: 0;
  }

  .mission-vision-wrapper {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .card-top-bg {
    min-height: 90px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .instructor-image {
    width: 120px;
    height: 120px;
  }

  .instructor-image.negtive-margin-bottom {
    border-width: 6px;
    width: 100px;
    height: 100px;
    margin-top: -60px;
    margin-bottom: -50px;
    position: static;
  }

  .accordion-toggle {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .accordion-text {
    white-space: normal;
    font-size: 16px;
    line-height: 30px;
  }

  .accordion-content {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 23px;
  }

  .accordian-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .instructor-info-wrapper {
    padding-top: 70px;
  }

  .table-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .table-heading {
    font-size: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 0;
    bottom: 0%;
  }

  .tab {
    padding: 10px;
  }

  .tab.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .buttons-wrapper {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-image {
    height: 30vh;
  }

  .gallery-bg-video {
    height: 66vh;
  }

  .gallery-slider {
    height: 30vh;
  }

  .instructor-image-large {
    min-height: 250px;
  }

  .bg-square {
    top: -99px;
  }

  .contact-form-wrapper {
    margin-left: auto;
    padding: 20px;
    left: auto;
  }

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

  .contact-info {
    grid-template-columns: 1fr;
    margin-right: auto;
    padding: 20px;
    left: auto;
    right: auto;
  }

  .contact-info-block {
    border-bottom: 1px solid #0000001a;
    border-right-style: none;
  }

  .contact-info-block.last {
    border-bottom-style: none;
  }

  .contact-info-block.first {
    border-right-style: none;
  }

  .social-links-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .contact-newsletter-bg {
    min-height: 850px;
    margin-bottom: 0;
    padding-bottom: 209px;
  }

  .form-contact {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .insta-pic.large {
    height: 100px;
  }

  .post-share-block {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .product-features-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .features-block {
    grid-row-gap: 100px;
  }

  .feature-content {
    flex-direction: column;
  }

  .feature-image {
    min-height: 450px;
  }

  .feature-image.two {
    min-height: 400px;
  }

  .feature-image.three {
    min-height: 300px;
  }

  .feature-card {
    position: static;
  }

  .product-info-text {
    font-size: 12px;
    line-height: 20px;
  }

  .pricing-plan-description {
    font-size: 14px;
    line-height: 22px;
  }

  .monthly-pricing {
    max-width: 100%;
  }

  .monthly-plans-wrapper {
    grid-template-columns: 1.44fr;
  }

  .promo-block {
    max-width: 100%;
  }

  .promo-block-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .product-image-one {
    min-height: 250px;
  }

  .details.absolute {
    bottom: 20px;
    left: 20px;
  }

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

  .style-guide-color {
    height: 130px;
  }

  .licence-photos {
    grid-template-columns: 1fr;
  }

  .changelog {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .change-icon {
    margin-bottom: 30px;
    margin-right: 0;
  }

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

  .pricing-plan-heding {
    font-size: 40px;
    line-height: 40px;
  }

  .title-wrapper.class {
    grid-row-gap: 25px;
  }

  .feature-content-wrapper {
    grid-row-gap: 100px;
  }

  .cart-header {
    justify-content: flex-start;
  }

  .cart-close-button {
    margin-left: 30px;
  }

  .gallery-bg._1, .gallery-bg._3, .gallery-bg._4 {
    background-image: none;
  }

  .gallery-bg._6 {
    background-image: none;
    width: 100%;
    height: 66vh;
  }

  .overlay {
    min-height: 450px;
  }

  .heading {
    font-size: 45px;
    line-height: 55px;
  }

  .rich-text-block {
    width: 100%;
  }

  .h3-medium {
    font-size: 40px;
    line-height: 50px;
  }

  .h3-medium.white {
    font-size: 2.6rem;
  }

  .h3-medium.white.delete-texts.mobile {
    margin-top: 1px;
  }

  .h3-medium.paragraph-4.black {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-medium.max-15rem {
    max-width: 39rem;
    font-size: 2.6rem;
    line-height: 1.3;
  }

  .preview-link-large {
    font-size: 45px;
    line-height: 55px;
  }

  .nav {
    position: absolute;
  }

  .nav.static {
    margin-top: 220px;
    position: static;
  }

  .on-load-1 {
    align-self: flex-start;
  }

  .on-load-2 {
    align-self: flex-start;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }

  .on-load-2.with-margin-bottom {
    padding-left: .5rem;
  }

  .on-load-4 {
    align-self: flex-start;
  }

  .flex {
    border-bottom: 1px solid #0000001a;
    border-right-style: none;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0%;
    padding-bottom: 20px;
  }

  .category-card {
    width: 100%;
    margin-right: 0%;
    padding: 25px 6%;
  }

  .div-block {
    align-items: stretch;
  }

  .info-block-padding {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0%;
  }

  .info-block-padding.margin-top-on-mobile {
    margin-top: 80px;
  }

  .clock {
    display: none;
  }

  .social-links-wrapper-copy {
    width: 100%;
    margin-top: 20px;
  }

  .bold-text {
    padding-left: 0;
  }

  .separator-2 {
    display: none;
  }

  .title-2 {
    margin-bottom: 20px;
  }

  .heading-h2-2.white {
    text-align: left;
    white-space: normal;
    overflow-wrap: normal;
    margin-left: auto;
    margin-right: auto;
    padding-left: 7px;
    padding-right: 0;
    font-size: 2.9rem;
  }

  .details-2.absolute {
    bottom: 20px;
    left: 20px;
  }

  .heading-h4-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .content-wrapper-2.instructor {
    align-items: center;
  }

  .content-wrapper-2.padding-right {
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper-2.padding-right._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper-2.padding-right._80.mobile {
    width: 100%;
  }

  .content-wrapper-2._5 {
    flex-flow: column;
    flex: none;
    align-self: auto;
    place-items: flex-start start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .benefit-card-2 {
    padding: 20px 20px 70px;
  }

  .benefit-card-2.small-height.min-height {
    height: 205px;
  }

  .benefit-card-2.small-height.min-height._180 {
    height: 180px;
  }

  .benefit-card-2.small-height._360, .benefit-card-2.small-height._340 {
    height: 340px;
  }

  .benefit-card-2.min-height {
    height: 205px;
  }

  .benefit-card-2.min-height._180 {
    height: 180px;
  }

  .benefit-card-2.small-height-3 {
    height: 350px;
  }

  .paragraph-3.dark {
    font-size: 20px;
    line-height: 30px;
  }

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

  .paragraph-3.no-top {
    font-size: 20px;
  }

  .separator-3 {
    display: none;
  }

  .separator-3.number {
    display: block;
  }

  .separator-3.navbar, .nav-link-2.social {
    display: none;
  }

  .button-4.white {
    margin-left: 0;
    margin-right: 0;
  }

  .instructor-info-wrapper-2 {
    padding-top: 70px;
  }

  .bg-square-2 {
    top: -99px;
  }

  .table-heading-2 {
    font-size: 10px;
  }

  .instructor-description-2 {
    margin-top: 16px;
    padding-top: 0;
  }

  .instructor-description-2.padding-description-2 {
    margin-top: -28px;
    padding-left: 0;
    padding-right: 53px;
  }

  .menu-inner-wrapper-2 {
    align-items: center;
    padding-bottom: 0;
  }

  .tab-2 {
    padding: 10px;
  }

  .tab-2.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-2 {
    padding: 60px 0 30px;
  }

  .testimonial-wrapper-2 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .gallery-slider-2, .gallery-image-2 {
    height: 30vh;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.white {
    background-image: linear-gradient(#ffffffba, #ffffffba), url('../images/Capture-d’écran-2025-05-30-à-14.00.21.png');
    background-position: 0 0, 50% 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 45%;
  }

  .section-2.white.cellu-bg2 {
    background-image: linear-gradient(#0000, #0000);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    position: relative;
  }

  .section-2.white.cellu-bg2.img-bg {
    background-image: linear-gradient(#fffc, #fffc), url('../images/app-cellum6-profil-right2.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, repeat;
    background-size: auto, auto 95%;
    padding-top: 40px;
  }

  .section-2.white.cellu-bg2.img3 {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/Epilation-laser-diode.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .section-2.bg-image {
    background-color: var(--white);
    background-image: linear-gradient(#ffffff9c, #ffffff9c), url('../images/endermo10-1.jpg');
    background-position: 0 0, 100%;
    padding-right: 0;
  }

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

  .heading-4.border-mobile {
    border-left: 4px solid var(--terracota);
    padding-left: 6px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color {
    margin-right: auto;
  }

  .header-100vh {
    flex-direction: row;
  }

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

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

  .paragraph-4.dark {
    font-size: 14px;
    line-height: 30px;
  }

  .info-wrapper-2 {
    margin-top: 30px;
  }

  .separator-4, .separator-5 {
    display: none;
  }

  .video-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-section-2.blue {
    padding-bottom: 100px;
  }

  .video-section-2.no-margin-top {
    padding-top: 0;
  }

  .video-image-2 {
    object-fit: cover;
    width: auto;
    height: auto;
    position: static;
  }

  .div-block-2 {
    margin-left: 0;
    padding-top: 2rem;
  }

  .div-block-2.no-margin-top {
    padding-top: 0;
  }

  .product-header9_content {
    grid-template-columns: 1fr;
  }

  .product-header9_price-wrapper {
    flex-direction: column;
  }

  .layout208_component, .layout224_item-list, .layout224_component, .layout283_content, .layout283_list {
    grid-template-columns: 1fr;
  }

  .layout352_item {
    grid-template-columns: 3rem 1fr;
  }

  .layout221_item-list, .layout221_component, .layout225_component, .layout225_item-list, .layout107_component {
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    align-items: center;
    padding: 0 0 0 1.5rem;
  }

  .hero-wrapper.a-propos {
    padding-top: 0;
    padding-bottom: 0;
  }

  .centered-container {
    text-align: left;
  }

  .hero-overlay-2 {
    padding-bottom: 200px;
  }

  .div-block-3 {
    margin-bottom: 4rem;
  }

  .div-block-3.no-margin-bottom {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .divider-vertical.horizontal-mbp {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
    max-height: 1px;
    margin: 24px 0;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.pd-14px---24px {
    flex: none;
  }

  .section-insta {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .flex-horizontal.vertical-mbp {
    flex-direction: column;
  }

  .container-default, .container-insta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .section-instagram {
    padding-top: 40px;
    padding-bottom: 96px;
  }

  .hero-case-content {
    margin-left: 0;
  }

  .cover-image {
    object-fit: cover;
    width: auto;
    height: 100%;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .hero-case-circle {
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 5rem;
    font-size: .7em;
    right: auto;
  }

  .main-button {
    justify-content: space-between;
    min-height: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .hero-case {
    padding-right: 0;
    bottom: 0;
  }

  .hero-case.hide {
    display: none;
  }

  .hero-case.mobile {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 20rem;
    margin-bottom: 0;
  }

  .hero-case-gradient {
    background-image: linear-gradient(#3a36364d, #110c0bf0);
    width: 100%;
    margin-bottom: 0;
    left: auto;
    right: auto;
  }

  .container_with_text {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .heading-6.is-hero-1-title {
    font-size: 3.4em;
  }

  .hero-case-image {
    align-self: auto;
    padding: 0;
    left: auto;
    right: auto;
  }

  .button-icon {
    margin-left: .7em;
  }

  .hero_title_block {
    margin-bottom: 1em;
    margin-left: 1.5rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .fullscreen-hero {
    padding-bottom: 3em;
  }

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

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

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

  .content-grid-1 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .content-image-1 {
    min-height: 20em;
  }

  .padding-inner {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section_two.with-bg-light-brown2 {
    overflow: visible;
  }

  .heading-7.is-content-title-1 {
    font-size: 1.8em;
  }

  .layout517_card {
    width: 100%;
    padding-right: 1rem;
  }

  .margin-bottomm {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-topp {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-botttom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-botttom.margin-xsmall {
    margin-top: .5rem;
  }

  .text-size-mediumm {
    font-size: 1.2rem;
  }

  .mmargin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8 {
    font-size: 4rem;
  }

  .heading-9 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .image-11 {
    opacity: .3;
    max-width: 80%;
    height: 25%;
    left: auto;
  }

  .layout_card-small-top {
    display: none;
  }

  .layout_card-small-top.hide-desktop {
    display: block;
  }

  .layout_card-small-bottom.colored {
    display: none;
  }

  .layout_card-small-bottom.colored.hide-desktop {
    display: block;
  }

  .heading-10.extra-large {
    font-size: 3em;
  }

  .heading-10.hero-title-11 {
    font-size: 2.6em;
    line-height: 1.2em;
  }

  .containerr {
    padding-left: 8vw;
    padding-right: 8vw;
  }

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

  .content-1-title-2, .content-1-title {
    font-size: 1.8em;
  }

  .image-12 {
    display: none;
  }

  .header103_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs-content-2 {
    padding-top: 20px;
  }

  .tabs-menu-2, .tabs_menu {
    flex-flow: wrap;
  }

  .tabbs_content {
    padding-top: 0;
  }

  .slider_base {
    min-height: 100vh;
  }

  .slider_heading {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 3.4rem;
  }

  .image_block.un {
    bottom: 5rem;
  }

  .image_block.trois {
    bottom: 10rem;
  }

  .image_block.deux {
    bottom: 7.5rem;
  }

  .image-13 {
    max-width: 45%;
  }

  .slider-sub-title.with-bg {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .slider-texts-box {
    margin-bottom: 25rem;
    padding-top: 4rem;
  }

  .margiin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margiin-bottom.margin-small {
    white-space: normal;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
  }

  .padding-globall.with-overlay {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .layout353_content-itemm.content-item-3.grey {
    top: 24%;
  }

  .layout353_content-itemm.content-item-2, .layout353_content-itemm.contentt-item-1.terracota {
    top: 5%;
  }

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

  .shecklist-icon._2 {
    justify-content: center;
    align-items: flex-start;
    width: .3rem;
    height: .3rem;
    margin-top: 15px;
  }

  .text-size-regular.olive {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .checklist-item {
    align-items: flex-start;
  }

  .image {
    background-position: 70% 100%;
    background-size: auto 100%;
  }

  .banner-conttentt {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-textt.light {
    text-align: center;
    align-self: center;
    font-size: .8rem;
    line-height: 1.1;
  }

  .link-hover-filll.lighht {
    display: none;
  }

  .heading-11.largee {
    font-size: 34px;
  }

  .section_call.no-paddingg {
    margin-top: 0;
    padding-top: 0;
  }

  .stacked-contentt {
    grid-row-gap: 36px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .banner-image-wrappper {
    margin-top: 0;
  }

  .circle-link-wrapperr {
    margin-left: -48px;
  }

  .circle-link-wrapperr.absolute {
    margin-bottom: 0;
    margin-right: 0;
  }

  .circle-linkk {
    width: 140px;
    height: 140px;
    font-size: 10px;
  }

  .text-weight-mediumm.left-line.no-padding-bottom {
    padding-left: 1rem;
  }

  .section-infos-contacst.white3 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-buttonn {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .m-content-info-blockk {
    margin-top: 0;
    padding-right: 0;
  }

  .content-colummn-card.white-bg4.gold-borders {
    padding-bottom: 140px;
  }

  .card-ui-graph.terracota {
    margin-left: 0;
    bottom: -11.7rem;
    left: -3.4rem;
    right: auto;
  }

  .paragraph-regular-4._10-px-bottom-top {
    padding-left: 0;
  }

  .containner-large-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-flower-image {
    width: 50%;
  }

  .content-info-details {
    flex-wrap: wrap;
  }

  .content-heading-wrappper.bg-white {
    max-width: none;
    margin-bottom: 80px;
    display: block;
  }

  .contentt-heading {
    font-size: 52px;
  }

  .contentt-heading.dark-grey {
    margin-top: 0;
    display: block;
  }

  .header88_card {
    justify-content: flex-start;
    min-height: 40rem;
  }

  .margiin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .marginn-topp {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-mediumm {
    margin-top: 4rem;
  }

  .gallery_lightboxx {
    height: 10em;
  }

  .gallery_lightboxx.is-large-image {
    height: 21em;
  }

  .tab_2_link.w--current {
    background-position: 100%;
    padding-left: 0;
    padding-right: 2em;
  }

  .tabs-gallery {
    max-width: 95%;
    display: flex;
  }

  .heading-12.is-gallery-title {
    text-align: left;
    font-size: 4rem;
  }

  .gallery_padding {
    flex-flow: column;
    align-items: center;
    width: auto;
    max-width: 100%;
    display: flex;
    position: relative;
  }

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

  .gallery_grid_1 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .container_gallery {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .static-gallery-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column;
    display: flex;
  }

  .tab_image {
    height: 11em;
  }

  .gallery_grid_2 {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .image-15.hide-mobile {
    display: none;
  }

  .bold-text-2 {
    color: #3a3636d9;
  }

  .slide-v1.testimonial-v1 {
    max-width: 400px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-v1.testimonial-v1.first {
    max-width: 20rem;
    margin-left: 1rem;
    margin-right: 30px;
  }

  .title-3.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .cloneable-container-default {
    min-height: 624px;
  }

  .container_default, .container_default.adjust-container-max-w {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-testi.cloneables-listing {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .mask {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-v1.testimonial-v1 {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .card.testimonial-v1 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    min-height: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .card.testimonial-v1.first {
    min-height: 300px;
    margin-left: 0;
  }

  .split-content.avatar-content---brix {
    margin-bottom: 16px;
  }

  .split-content.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-arrow---brix.small---brix.left---brix {
    z-index: auto;
    margin-bottom: -70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
    right: 74px;
  }

  .slider-arrow---brix.small---brix.right---brix {
    margin-bottom: -70px;
    right: 0;
  }

  .slider---brix.testimonial-v1 {
    justify-content: flex-start;
    margin-bottom: 6rem;
    display: block;
  }

  .testi-overlay, .testi-overlay.right {
    display: none;
  }

  .client-block {
    white-space: normal;
    align-self: auto;
    margin-top: 15px;
    margin-left: 0;
    margin-right: auto;
  }

  .client-block.vertical {
    flex-flow: column;
    align-items: flex-start;
  }

  .author-detail-wrap {
    white-space: normal;
    border-right-style: none;
    flex: 0 auto;
  }

  .author-detail-wrap.vertical {
    flex-flow: column;
    display: flex;
  }

  .author-name-2, .author-name-2.wrap {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .big-overlay {
    width: 100%;
  }

  .big_overlay.hide-mobile {
    display: none;
    top: 15%;
    bottom: 58%;
  }

  .blue_overlay {
    z-index: 1;
    height: 115%;
  }

  .separation {
    display: block;
  }

  .separation.small {
    z-index: auto;
    height: 10rem;
  }

  .text-span-7 {
    font-size: 3rem;
  }

  .div-block-52 {
    background-color: #ac7147;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-desktop {
    display: block;
  }

  .overlay-mobile {
    background-color: #ac7147;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .overlay-mobile._2 {
    height: 20%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

  .go-up-button.w--current {
    z-index: 8;
  }

  .pop-up-cover {
    height: 100%;
    min-height: 100%;
    display: flex;
    bottom: auto;
  }

  .title-block {
    padding: 2rem 1rem 0;
  }

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

  .popup-items {
    height: auto;
    padding: 1.5rem 1rem 0;
  }

  .popup-heading {
    width: 15rem;
    font-size: .7rem;
  }

  .taglline-text {
    font-size: .8rem;
  }

  .pop-up-taglines {
    max-width: 100%;
    padding-bottom: 0;
  }

  .buttton4_circle {
    width: 3em;
  }

  .pop-up-section {
    display: block;
    position: fixed;
  }

  .marquee-title {
    font-size: 6rem;
  }

  .button2_icon {
    width: 1.5rem;
  }

  .layout520_row56 {
    grid-auto-flow: column;
  }

  .button4_text {
    color: #1a1919;
    font-size: 1.1rem;
  }

  .popup-closebutton {
    width: 2rem;
    height: 2rem;
    top: auto;
    bottom: auto;
  }

  .button4 {
    height: 3em;
  }

  .infinity_bg {
    display: none;
  }

  .div-block-54 {
    width: 100%;
    height: 50%;
    top: auto;
    right: auto;
  }

  .tickk-icon {
    width: 1.3rem;
    margin-right: 10px;
  }

  .image-4 {
    opacity: .5;
    max-width: none;
    height: 85%;
  }

  .newsletter-info-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .popup-subheading {
    flex-flow: column wrap;
    width: 100%;
  }

  .marquee-section {
    height: 100%;
    top: auto;
    bottom: auto;
  }

  .popup-card {
    border-width: 10px;
    width: 90%;
    padding-bottom: 1.5rem;
    overflow: hidden;
  }

  .layout520_card.text-color-alternate {
    display: flex;
  }

  .layout520_card.text-color-alternate.hide-mobile {
    display: none;
  }

  .small-tagline {
    font-size: 1.5rem;
  }
}

#w-node-caad949c-2a97-6741-c749-2bd7c35a7444-9ca8d822, #w-node-caad949c-2a97-6741-c749-2bd7c35a7445-9ca8d822, #w-node-caad949c-2a97-6741-c749-2bd7c35a7449-9ca8d822, #w-node-caad949c-2a97-6741-c749-2bd7c35a744d-9ca8d822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bad61c02-1123-4fe5-3f41-5f07b3052615-9ca8d822 {
  justify-self: end;
}

#w-node-fab9f9c6-faf4-898c-51a5-185a7d0ab0d7-9ca8d8ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-fab9f9c6-faf4-898c-51a5-185a7d0ab0e9-9ca8d8ab, #w-node-fab9f9c6-faf4-898c-51a5-185a7d0ab0eb-9ca8d8ab, #w-node-fab9f9c6-faf4-898c-51a5-185a7d0ab114-9ca8d8ab, #w-node-ba187dcd-5692-22db-b289-edaee461d2c2-9ca8d8ab, #w-node-ba187dcd-5692-22db-b289-edaee461d2cf-9ca8d8ab, #w-node-ba187dcd-5692-22db-b289-edaee461d2d6-9ca8d8ab, #w-node-ba187dcd-5692-22db-b289-edaee461d2d8-9ca8d8ab, #w-node-ba187dcd-5692-22db-b289-edaee461d2dd-9ca8d8ab, #w-node-ba187dcd-5692-22db-b289-edaee461d2e2-9ca8d8ab, #w-node-ba187dcd-5692-22db-b289-edaee461d2e7-9ca8d8ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e603a844-bdf0-7ba6-d106-b89479b5c08c-9ca8d8ac {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e603a844-bdf0-7ba6-d106-b89479b5c091-9ca8d8ac, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c096-9ca8d8ac {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e603a844-bdf0-7ba6-d106-b89479b5c09b-9ca8d8ac {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e603a844-bdf0-7ba6-d106-b89479b5c0af-9ca8d8ac, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c0b3-9ca8d8ac, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c0b7-9ca8d8ac, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c0bb-9ca8d8ac, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c0bf-9ca8d8ac, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c0c3-9ca8d8ac, #w-node-_6d9f5d72-28e5-3bfe-566b-5093c8da9e31-9ca8d8ae, #w-node-b1bbe17a-80de-0a45-e3fc-2fc5fc3aa338-9ca8d8ae, #w-node-_83c8eb84-e761-f2e2-3da5-15298550c704-9ca8d8c3, #w-node-_5ea264e6-9aff-3d89-ee84-27b0eece7f65-9ca8d8c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_908361e3-4e83-23fe-1db9-352414ef5da4-9ca8d8c4 {
  place-self: auto;
}

#w-node-_5ea264e6-9aff-3d89-ee84-27b0eece7f78-9ca8d8c4 {
  align-self: end;
}

#w-node-_5ea264e6-9aff-3d89-ee84-27b0eece7f7c-9ca8d8c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298179e3-9308-12c2-dee3-c96a3d9148fc-9ca8d8c5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_298179e3-9308-12c2-dee3-c96a3d914900-9ca8d8c5 {
  grid-area: 1 / 9 / 2 / 15;
}

@media screen and (min-width: 1920px) {
  #w-node-caad949c-2a97-6741-c749-2bd7c35a7444-9ca8d822, #w-node-caad949c-2a97-6741-c749-2bd7c35a7445-9ca8d822 {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_298179e3-9308-12c2-dee3-c96a3d9148fc-9ca8d8c5 {
    grid-column: span 10 / span 10;
  }

  #w-node-_298179e3-9308-12c2-dee3-c96a3d914900-9ca8d8c5 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ea264e6-9aff-3d89-ee84-27b0eece7f78-9ca8d8c4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_298179e3-9308-12c2-dee3-c96a3d9148fc-9ca8d8c5 {
    grid-column: span 8 / span 8;
  }

  #w-node-_298179e3-9308-12c2-dee3-c96a3d914900-9ca8d8c5 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48d0ac3e-9a69-1785-01b6-a949661dced0-661dcebe {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_48d0ac3e-9a69-1785-01b6-a949661dcee3-661dcebe {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fab9f9c6-faf4-898c-51a5-185a7d0ab0d7-9ca8d8ab {
    place-self: auto;
  }

  #w-node-_59e437a3-17a3-b290-33ba-71687802afd4-9ca8d8c4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_59e437a3-17a3-b290-33ba-71687802afe3-9ca8d8c4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_298179e3-9308-12c2-dee3-c96a3d9148fc-9ca8d8c5, #w-node-_298179e3-9308-12c2-dee3-c96a3d914900-9ca8d8c5 {
    grid-column: span 6 / span 6;
  }
}


@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}