@font-face {
  font-family: Questrial;
  src: url('../fonts/Questrial-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Questrial;
  src: url('../fonts/Questrial-Regular.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Questrial;
  src: url('../fonts/Questrial-Regular.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Questrial;
  src: url('../fonts/Questrial-Regular.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Questrial;
  src: url('../fonts/Questrial-Regular.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@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;
  --floral-white: #eaeae2;
  --tomato-light: #ff43380f;
  --alice-blue: #e7edf0;
  --dim-grey: #666;
  --black: black;
  --crimson: #d3362d;
  --white-smoke: whitesmoke;
  --input-hover: #2472f3;
  --misty-rose-2: #ffd9d7;
  --indian-red: #ee6262;
  --white-smoke-2: #eaeaea;
  --lavender-blush: #fff0ef;
  --misty-rose: #ffdede;
  --light-coral: #fa9c97;
  --lavender-blush-2: #ffeceb;
  --bg: #1f3c4b;
  --light-purple: #f8c5c3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  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;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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, Verdana, 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, Verdana, 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, Verdana, 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, Verdana, 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, Verdana, 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, Verdana, 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 {
  width: 70%;
  color: var(--headings-font);
  border-left: 5px solid #ff4338cc;
  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;
}

.logo {
  width: 45px;
}

.brand {
  z-index: 99;
  height: 110px;
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  font-family: EB Garamond;
  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);
}

.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-left: 0;
  margin-right: -2px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-inner-wrapper.show-overflow {
  align-items: stretch;
  width: 100%;
  overflow: visible;
}

.menu-scroll-bg {
  z-index: 1;
  background-color: #fff;
  border-radius: 0;
  align-self: auto;
  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);
}

.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.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.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.white.wiidth2 {
  width: 70px;
}

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

.separator.dark {
  background-color: #3a3636;
  width: 75px;
}

.separator.dark.colored {
  background-color: #2d978b;
}

.separator.orange-5 {
  background-color: #e7a68d;
  width: 75px;
}

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

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

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

.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 none var(--white);
  text-align: left;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.heading-h1.white.size2 {
  border-left-style: none;
  padding-left: 0;
  font-size: 4rem;
}

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

.paragraph {
  width: 100%;
  max-width: 670px;
  color: var(--white);
  text-align: center;
  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 {
  z-index: 50;
  color: #3a3636;
  text-align: left;
  max-width: 40rem;
  margin-top: 0;
  margin-right: 3rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
}

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

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

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

.paragraph.dark.is-1 {
  z-index: 50;
  max-width: 40rem;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
}

.paragraph.dark.is-1.green {
  z-index: 30;
  color: #222f30;
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
}

.paragraph.dark.is-1.green.with-margin {
  margin-top: 1rem;
}

.paragraph.dark.medium-width {
  max-width: 60rem;
  margin-right: 0;
  font-family: Questrial, Verdana, sans-serif;
}

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

.paragraph.full-width {
  max-width: 100%;
  color: var(--headings-font);
  text-align: left;
  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, Verdana, sans-serif;
}

.paragraph.left.white {
  opacity: 1;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph.left.white.opacity {
  opacity: .75;
  max-width: 40rem;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.paragraph.left.dark {
  color: #181c2b;
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 1.3;
}

.paragraph.left.dark-brown {
  color: #3a3636;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6rem;
  line-height: 1.3;
}

.paragraph.left.dark-brown.no-padding {
  margin-top: 0;
}

.paragraph.white {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}

.paragraph.white.is-1 {
  z-index: 10;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
}

.paragraph.white.is-2 {
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.paragraph.white.is-3 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.paragraph.white.is-6 {
  z-index: 3;
  max-width: none;
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
}

.paragraph.white.is-6.with-margin {
  margin-top: 2rem;
}

.paragraph.white2 {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.paragraph.white3 {
  text-align: left;
  letter-spacing: .01em;
  flex: 0 auto;
  max-width: none;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.8rem;
}

.paragraph.white3.small-margin {
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.3;
}

.paragraph.dark-blue {
  color: #234352;
  text-align: left;
  max-width: 40rem;
  margin-top: 0;
  margin-right: 3rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.dark-blue-3 {
  color: #264654;
  text-align: left;
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Questrial, Verdana, sans-serif;
  line-height: 1.3;
}

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

.scroll-wrapper.hero {
  height: 40%;
  bottom: 1px;
  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: 100%;
  position: relative;
  top: auto;
  bottom: auto;
}

.scroll-line-overlay {
  background-color: #ca8452;
  width: 100%;
  height: 100%;
}

.scroll-line-overlay.orange {
  background-color: #d67247;
}

.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.post-page {
  padding-top: 100px;
}

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

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

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

.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: block;
  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-link {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  font-family: Questrial, Verdana, 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;
  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;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 70px 70px auto auto;
}

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

.nav-wrapper.relative2 {
  z-index: 10;
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
}

.nav-wrapper._2 {
  right: 2rem;
}

.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: Questrial, Verdana, 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.white.with-margin {
  margin-left: 4rem;
  padding-left: 0;
}

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

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

.title.light.white {
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
}

.title.light.white.show-mobile {
  display: none;
}

.title.light.dark {
  color: #3a3636;
  line-height: 1.3;
}

.title.light.dark.is-1.with-margin-left {
  padding-left: 4rem;
}

.title.light.blue {
  color: #b9e6e1;
  font-weight: 800;
}

.title.light.blue.color-2 {
  color: #2d978b;
}

.title.light.is-light-green-2 {
  color: #cde5bc;
}

.title.light.dark-green {
  color: #2d978b;
}

.title.light.is-light-blue {
  color: #b1e6e0;
  font-family: Questrial, Verdana, sans-serif;
}

.title.light.green-3 {
  color: #2d978b;
}

.title.is-dark-green {
  color: #327a6c;
  font-weight: 800;
}

.title.bold {
  font-weight: 800;
}

.title.bold.green {
  color: #779a6c;
}

.title.bold.dark-blue {
  color: #234352;
}

.title.medium {
  font-family: Questrial, Verdana, sans-serif;
  font-weight: 400;
}

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

.title.orange {
  color: #f79167;
  margin-bottom: 0;
  line-height: 1.3;
}

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

.title.no-padding.is-dark-green-6 {
  color: #006d77;
}

.title.no-padding.is-dark-blue-2 {
  color: #264654;
}

.title.no-padding.is-dark-blue-2.no-cap {
  text-transform: none;
  font-size: 1.3rem;
}

.title.no-padding.is-dark-beige {
  color: #686562;
}

.title.no-padding.is-orange-1 {
  color: #e7a68d;
}

.title.no-padding.is-white {
  color: var(--white);
}

.title.no-padding.is-white.no-cap {
  color: var(--white);
  text-transform: none;
  font-size: 1.3rem;
}

.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: 3rem;
  line-height: 1.1;
}

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

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

.info-wrapper._4rem-bottom {
  margin-bottom: 0;
}

.info-wrapper.vertical {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-left: 0;
}

.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;
  width: 40px;
  height: 40px;
  color: var(--terracota);
  background-color: #0000;
  border-radius: 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.footer {
  z-index: 100;
  background-color: #3a3636;
  background-image: url('../images/app-cellum6-lef-banner.png');
  background-repeat: no-repeat;
  background-size: auto 85%;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  bottom: auto;
}

.footer.grey {
  background-color: #333;
  background-image: none;
}

.footer.dark {
  background-color: #181c2b;
  background-image: none;
}

.footer-block {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.footer-block.widtht-2 {
  max-width: none;
}

.footer-block.widtht-2.with-margins {
  margin-left: 1rem;
  margin-right: 1rem;
}

.footer-block.widht-1 {
  max-width: 10rem;
}

.footer-block.width-3 {
  max-width: 16rem;
}

.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.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.hero._100rem-width {
  margin-top: 15vh;
}

.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.flex-horizontal {
  z-index: 10;
  justify-content: space-between;
  margin-left: auto;
  display: flex;
}

.content-wrapper.absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.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._45px {
  font-size: 30px;
}

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

.heading-h4.white {
  color: var(--white);
  font-size: 3rem;
  line-height: 1.3;
}

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

.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 {
  height: 50px;
  color: var(--headings-font);
  text-align: center;
  background-color: #0000000d;
  border-radius: 2px;
  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 {
  height: 48px;
  color: var(--headings-font);
  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;
}

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

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

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

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

.info-block.with-margin {
  margin-top: 1rem;
}

.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-image: linear-gradient(to bottom, null, null), url('../images/app-cellum6-lef-banner.png');
  background-position: 0 0, 5% 100%;
  overflow: visible;
}

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

.video-section.no-padding {
  z-index: 30;
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 0;
  overflow: visible;
}

.video-section.no-padding.terra {
  background-color: #0000;
  background-image: linear-gradient(#ca8452, #ca8452);
}

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

.newsletter-info-block.white-line {
  border-top-color: var(--white-smoke);
  margin-bottom: 0;
}

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

.newsletter-info {
  width: 100%;
  max-width: none;
  color: var(--headings-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  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 {
  width: 100%;
  color: var(--headings-font);
  flex-direction: column;
  font-family: Open Sans, sans-serif;
}

.input {
  height: 60px;
  color: var(--headings-font);
  background-color: #e7edf0b3;
  border-radius: 3px;
  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.margin-bottom {
  background-color: #fff;
  margin-bottom: 15px;
}

.button {
  background-color: var(--terracota);
  height: 60px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 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: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.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.dark-green-2 {
  background-color: #222f30;
}

.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 {
  z-index: 30;
  padding: 120px 30px;
  position: relative;
}

.content-section.bg-color {
  z-index: 30;
  background-color: #e7edf0;
  margin-left: 0;
  padding: 10rem 0;
  position: relative;
}

.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.transparent {
  padding: 10rem 0;
}

.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.show-overlay {
  overflow: visible;
}

.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 {
  width: 50%;
  max-width: 620px;
  min-height: 800px;
  color: var(--terracota);
}

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

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

.video-block.absolute._30rem-height {
  width: 60%;
  max-width: 750px;
}

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

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

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

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

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

.video-block._3 {
  cursor: default;
  border-radius: .5rem;
  min-height: 75rem;
  display: flex;
  overflow: hidden;
}

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

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

.play-icon-wrapper.delete-play-icon {
  background-image: none;
}

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

.video-image.index-5 {
  z-index: 30;
}

.testimonial {
  letter-spacing: 0;
  text-transform: none;
  font-family: Questrial, Verdana, sans-serif;
  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: .5rem;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 35px;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-wrapper.relative {
  border-radius: .5rem;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.testimonial-wrapper.relative.size-2 {
  background-color: #0000;
  width: 25rem;
  max-width: 25rem;
  min-height: 13rem;
}

.testimonial-wrapper.relative.blue {
  background-color: #bee1e6;
}

.testimonial-wrapper.width-is-max-40rem {
  max-width: 40rem;
}

.testimonial-wrapper.width-is-max-40rem.green-2 {
  background-color: #2d978b99;
  background-image: linear-gradient(0deg, #2d978b, #0000);
}

.testimonial-wrapper.width-is-max-40rem.pink-2 {
  background-color: #0000;
  background-image: linear-gradient(0deg, #c57775, #0000);
}

.testimonial-wrapper.width-is-max-40rem.transparent {
  border-radius: .5rem;
  overflow: hidden;
}

.testimonial-wrapper.width-is-max-40rem.terra {
  background-color: #0000;
  background-image: linear-gradient(0deg, #ca8452, #0000);
  justify-content: center;
  display: block;
  left: auto;
  right: auto;
}

.testimonial-wrapper.width-is-max-40rem.white-overlay {
  background-color: #0000;
  background-image: linear-gradient(0deg, #fff, #0000);
}

.testimonial-wrapper.widht-is-mas-33em {
  align-self: auto;
  width: 100%;
  max-width: 32em;
  margin-left: 0;
  margin-right: 0;
  display: block;
  left: auto;
  right: auto;
}

.testimonial-wrapper.widht-is-mas-33em.is-green-3 {
  background-color: #006d77;
}

.testimonial-wrapper.transparent {
  background-color: #0000;
  overflow: hidden;
}

.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: #0003;
  display: block;
  position: absolute;
  inset: 0%;
}

.video-overlay.green-transparent {
  z-index: 10;
  background-image: linear-gradient(#327a6c, #0000);
}

.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 {
  width: 100%;
  color: var(--dim-grey);
  flex-wrap: wrap;
  align-items: center;
  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;
}

.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: 40rem;
  padding-left: 40px;
  display: flex;
}

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

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

.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);
  width: 100%;
  height: 80px;
  color: var(--dim-grey);
  white-space: normal;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Questrial, Verdana, 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;
}

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

.buttons-wrapper.height2 {
  justify-content: flex-start;
  margin-top: 2rem;
}

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

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

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

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

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

.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-links-wrapper._4-columns {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  max-width: 40rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.footer-address-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white-smoke);
  flex-flow: column;
  align-items: flex-start;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

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

.footer-address-text.bold {
  align-self: auto;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  line-height: 1.3;
  display: block;
}

.footer-title {
  color: var(--white-smoke);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  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;
}

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

.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;
  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: #fff;
  width: 100%;
  height: 1px;
  position: relative;
}

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

.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 {
  width: 100%;
  max-width: 50%;
  color: var(--headings-font);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  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%;
}

.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);
  width: 100%;
  color: var(--headings-font);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  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;
}

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

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

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

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

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

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

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

.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 {
  color: #3a3636;
  font-size: 3.1rem;
  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.white.delete-texts.mobile {
  border-left-style: none;
  margin-top: 0;
}

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

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

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

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

.h3-medium.white-2 {
  z-index: 10;
  color: var(--white);
  line-height: 1.3;
}

.h3-medium.dark {
  text-align: left;
  justify-content: center;
  align-self: auto;
  display: block;
}

.h3-medium.dark.center {
  color: #3a3636;
  text-align: center;
  align-self: center;
  line-height: 1.3;
}

.h3-medium.dark-blue {
  color: #234352;
}

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

.nav.auto {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.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.hide {
  display: none;
}

.content {
  position: relative;
}

.content.with-background {
  background-color: #fff9f2;
}

.on-load-1 {
  z-index: 100;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  position: relative;
  overflow: visible;
}

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

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

.on-load-3 {
  padding-left: 2rem;
  display: flex;
  overflow: hidden;
}

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

.on-load-3.with-margin {
  margin-bottom: .5rem;
  padding-left: 0;
  overflow: visible;
}

.on-load-3.with-margin.width-2 {
  max-width: 35rem;
}

.on-load-3.no-margin {
  padding-left: 0;
}

.on-load-4 {
  position: static;
  overflow: hidden;
}

.on-load-5 {
  overflow: hidden;
}

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

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

.div-block {
  z-index: 150;
  justify-content: center;
  align-items: stretch;
  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;
}

.info-block-padding.top {
  align-items: flex-start;
}

.info-block-padding.show-desktop {
  padding-right: 0%;
  display: block;
}

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

.paragraph-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
}

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

.paragraph-2.dark {
  color: #000;
}

.paragraph-2.dark-blue {
  color: #264654;
  font-weight: 500;
}

.text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--terracota);
  flex-flow: column;
  margin-top: .5rem;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.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.blue2 {
  color: #1a9bb8;
}

.title-2.light {
  opacity: 1;
  color: #c5936f;
}

.title-2.dark-blue {
  color: #264654;
}

.title-2.light-orange-1 {
  color: #e7a68d;
}

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

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

.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.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: #ca8452;
  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._20px-top {
  margin-top: 10px;
}

.paragraph-3.no-top {
  text-align: left;
  margin-top: 0;
}

.paragraph-3.white {
  text-align: left;
  margin-top: 0;
  font-size: 1.4rem;
}

.paragraph-3.white.with-padding {
  padding-left: 22px;
}

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

.separator-3 {
  background-color: #ca8452;
  width: 150px;
  height: 3px;
  margin-top: 17px;
  margin-right: 30px;
  display: block;
}

.separator-3.blue {
  color: #1a9bb8;
  background-color: #1a9bb8;
}

.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-4.terra {
  background-color: #ca8452;
  transition: transform .4s, background-color .35s cubic-bezier(.445, .05, .55, .95);
}

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

.instructor-description-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 50px;
  line-height: 30px;
}

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

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

.section-2 {
  padding: 10rem 0;
  display: flex;
}

.section-2.bg-image {
  z-index: 30;
  position: relative;
  overflow: hidden;
}

.header7_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.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.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.grey {
  color: #3a3636;
}

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

.separator-5.white {
  background-color: #fff;
}

.video-section-2 {
  z-index: 30;
  background-color: #e7edf0;
  margin-bottom: 0;
  padding: 10rem 0;
  position: relative;
}

.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 {
  z-index: 30;
  padding-bottom: 3rem;
}

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

.video-image-2 {
  cursor: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.div-block-2 {
  flex-flow: column;
  align-self: auto;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.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 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.icon-1x1-medium {
  width: 8rem;
  height: 8rem;
}

.hide {
  display: none;
}

.section-3 {
  z-index: 30;
  justify-content: center;
  display: flex;
  position: relative;
}

.section-3.hide {
  display: none;
}

.section-3.with-background {
  background-color: #f0eeed;
}

.hero-wrapper {
  color: #fff;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  max-height: none;
  padding: 120px 30px;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-wrapper.a-propos {
  background-image: none;
  align-items: stretch;
  height: 100vh;
  padding: 120px 30px;
  display: flex;
  position: relative;
}

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

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

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

.color-neutral-800 {
  color: #19213d;
}

.color-neutral-800.hover-color-accent-1:hover {
  color: #ff2d46;
}

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

.blue {
  color: #8bcddb;
}

.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: 80;
  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-content.absolute.with-radient {
  background-image: linear-gradient(0deg, #110c0bf0, #0000);
  border-radius: .5px;
  margin-bottom: 1px;
  padding: .5rem 1rem;
}

.hero-case-text {
  color: #fff;
  font-size: 1.3em;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: absolute;
  inset: 0%;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.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: 80;
  -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-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.button-text.orange-5 {
  color: #c07b65;
}

.button-text.dark-green-2 {
  color: #006d77;
}

.button-text.white {
  color: #fff;
}

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

.main-button.terra {
  opacity: 1;
  color: #fff;
  background-color: #ca8452;
}

.main-button.white {
  opacity: .8;
  color: #c57775;
  background-color: #fff;
}

.main-button.white:hover {
  opacity: 1;
}

.main-button.dark-green-2 {
  opacity: 1;
  background-color: #222f30;
}

.hero-case {
  z-index: 10;
  flex-direction: column;
  flex: 0 auto;
  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: hidden;
}

.hero-case:hover {
  width: 23em;
  min-width: 23em;
}

.hero-case.hide {
  overflow: hidden;
}

.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 {
  z-index: 155;
  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;
}

.section_hero.sticky {
  z-index: 15;
  background-color: #0000;
  position: sticky;
  top: 0;
}

.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_title_block.max-width-35-rem {
  width: auto;
  max-width: 35rem;
}

.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;
  display: block;
  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%;
}

.slider-image.is-1st {
  overflow: hidden;
}

.hero-case-icon {
  width: 1em;
  height: 1em;
  font-size: 1.4em;
}

.bg-for-animation {
  z-index: 20;
  background-color: #906c63;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-for-animation.blue {
  background-color: #1a9bb8;
}

.bg-for-animation.brown {
  background-color: #ac7147;
}

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

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

.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_card.dark {
  background-color: #0000;
  background-image: linear-gradient(#ac71478c, #ac71478c);
  border-radius: .5rem;
  position: relative;
}

.layout517_image-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.max-width-medium-2 {
  z-index: 50;
  width: 100%;
  max-width: 35rem;
  position: relative;
}

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

.section_layout517.transparent {
  z-index: 30;
  background-image: none;
}

.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: #0000;
  background-image: none;
  border-top-style: none;
  border-top-color: #fff;
  align-items: flex-start;
}

.layout419_card.is-2nd {
  z-index: 30;
  background-color: #0000;
  background-image: linear-gradient(#646966, #646966);
  border-top-style: none;
}

.layout419_card.is-4th {
  z-index: 40;
  background-color: #0000;
  background-image: linear-gradient(#c49b6c, #c49b6c), linear-gradient(#bba381, #bba381);
  border-top-style: none;
}

.layout419_card.is-5th {
  z-index: 50;
  background-color: #0000;
  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 {
  flex: none;
  max-width: none;
}

.layout419_image-wrapper, .layout419_image {
  width: 100%;
  height: 100%;
  position: relative;
}

.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-xsmall.absolute {
  z-index: 30;
  max-width: none;
  margin-left: 0;
  padding-left: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.margin-botttom.margin-xsmall.absolute.color1 {
  z-index: 20;
  background-image: none;
  padding-left: 1rem;
  bottom: 0;
}

.margin-botttom.margin-xsmall.absolute.color2 {
  background-image: linear-gradient(0deg, #443c36, #0000);
  padding-left: 1rem;
}

.margin-botttom.margin-xsmall.absolute.color3 {
  background-image: linear-gradient(0deg, #7b583f, #0000);
  padding-left: 1rem;
  padding-right: 1rem;
}

.margin-botttom.margin-xsmall.absolute.color4 {
  background-image: linear-gradient(0deg, #d6a47f, #0000);
  padding-left: 1rem;
}

.margin-botttom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-botttom.margin-medium {
  max-width: none;
  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;
}

.text-size-mediumm {
  color: var(--white);
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.3rem;
  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: 30;
  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(45deg, #000000c4, #0000), linear-gradient(#ac714773, #ac714773), linear-gradient(#00000045, #00000045);
}

.hero-overlay-on-hover.with-video.no-bg-image {
  z-index: 10;
  background-image: linear-gradient(45deg, #000000c4, #0000), linear-gradient(#ac714773, #ac714773), linear-gradient(#00000045, #00000045);
  display: block;
}

.paragraph-6 {
  font-size: 1.5rem;
  line-height: 1.3;
}

.paragraph-6.white {
  color: #fff;
  max-width: 35rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Questrial, Verdana, sans-serif;
}

.paragraph-6.light-orange-3 {
  color: #f0cab0;
  margin-bottom: 0;
  font-family: Questrial, Verdana, sans-serif;
  font-weight: 500;
}

.horizontal-overlay {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(90deg, #ac7147, #0000);
  display: block;
  position: absolute;
  inset: 0%;
}

.horizontal-overlay.terra {
  background-image: linear-gradient(90deg, #ca8452, #0000);
}

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

.image-11 {
  opacity: .64;
  position: absolute;
  inset: auto auto 0%;
}

.layout_presentation_component {
  height: 250vh;
  position: relative;
}

.layout_card-small-top {
  border: 1px solid #ca8452;
  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_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.colored {
  background-color: #ac7147;
  border-style: none;
}

.layout_card-small-bottom.terra {
  background-color: #ca8452;
  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;
}

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

.contentt-block-2 {
  padding-top: 1em;
  display: flex;
}

.section_ender {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section_ender._100vh {
  z-index: 50;
  min-height: 100vh;
}

.icon {
  z-index: 10;
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1em;
  position: relative;
}

.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.hero-title-11 {
  color: #3a3636d9;
  max-width: 11em;
  font-size: 4em;
}

.parallax_image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 140%;
  position: absolute;
}

.containerr {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.containerr.center {
  justify-content: center;
  width: auto;
  max-width: 65rem;
  margin-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.buttton-1.mr-4em {
  margin-right: 4em;
}

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

.gridd.mb-4em {
  width: 100%;
}

.gridd.mb-5em {
  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;
  display: grid;
}

.gridd.mb-5em.medium {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.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: #ca8452;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-animation-trigger {
  padding-top: .5em;
  padding-bottom: 1.3em;
  padding-left: 0;
  overflow: hidden;
}

.image_animation_trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image_height-30em {
  height: 40em;
  position: relative;
  overflow: hidden;
}

.home_header {
  z-index: 30;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.paragraph-10 {
  font-size: 1.125rem;
  line-height: 1.4;
}

.paragraph-10.white {
  color: #fff;
  white-space: normal;
  overflow-wrap: normal;
  align-self: center;
  max-width: 30rem;
}

.paragraph-10.white.no-padding {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-10.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.image-12 {
  z-index: 50;
  max-width: none;
  height: 75%;
  position: absolute;
  bottom: 0;
}

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

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

.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/femmes_banner3.avif');
  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/femmes_banner4.avif');
  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/femmes_banner2.avif');
  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;
}

.tab_icon.small {
  width: 20px;
  margin-right: 0;
}

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

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

.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 #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: .8rem;
  line-height: 1.4;
}

.blue-overlay {
  z-index: 100;
  background-color: #1a9bb8;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.layout353_content-itemm {
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-itemm.content-item-3 {
  top: 34%;
}

.layout353_content-itemm.content-item-3.grey {
  background-color: #646966;
  border-width: 5px;
  border-color: #fff;
  top: 34%;
}

.layout353_content-itemm.content-item-2 {
  border-width: 5px;
  border-color: #ca8452;
  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;
}

.section_layout353 {
  z-index: 30;
  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: #ca8452;
  border: 1px #df815f;
  outline: 2px solid #ca8452;
  width: .8rem;
  height: .8rem;
  margin-top: .6rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

.shecklist-icon._2.white {
  background-color: #fff;
  border-color: #fff;
  outline-width: 3px;
  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.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/man5.avif');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  display: block;
  position: absolute;
  inset: 0%;
}

.absolute_bg_image._2 {
  filter: none;
  background-image: url('../images/femme_banner1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.overlay_1 {
  z-index: -1;
  opacity: 1;
  background-color: #ca8452;
  position: absolute;
  inset: 0%;
}

.image {
  z-index: 1;
  filter: grayscale();
  background-image: url('../images/man4.avif'), linear-gradient(45deg, #7b7b7b, #979b99);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay_radient {
  z-index: 5;
  background-image: linear-gradient(#8f9792, #0000);
  border-radius: .5rem;
  position: absolute;
  inset: 0%;
}

.overlay_radient.bottom {
  background-image: linear-gradient(0deg, #595e5b, #0000);
  height: 30%;
  top: auto;
}

.overlay_radient.bottom_2 {
  background-image: linear-gradient(0deg, #8f9792, #0000);
}

.overlay_radient.white {
  background-image: linear-gradient(#fff, #fff);
  border-radius: .5rem;
  overflow: visible;
}

.overlay_radient.orange {
  z-index: 1;
  background-image: linear-gradient(#f4a96f, #0000);
  border-radius: .5rem;
}

.overlay_radient.pink-blue {
  z-index: auto;
  opacity: .75;
  background-image: linear-gradient(45deg, #894138, #7e9abe);
  border-radius: .5rem;
}

.button-textt {
  z-index: 20;
  color: #000;
  position: relative;
  transform: rotate(18deg);
}

.button-textt.light {
  color: #fff;
}

.link-hover-filll {
  background-color: #000;
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-hover-filll.lighht {
  background-color: #fff;
}

.heading-11.largee {
  color: var(--white);
  margin-top: 0;
  font-size: 3.5rem;
  line-height: 1.35;
}

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

.separation-section {
  z-index: 50;
  background-color: var(--alice-blue);
  height: 15rem;
  position: relative;
}

.separation-section.dark-brown {
  background-color: #181c2b;
}

.separation-section.dark-brown.medium {
  height: 8rem;
  position: relative;
}

.separation-section.dark-blue {
  background-color: #264654;
  height: 8rem;
}

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

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

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

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

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

.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;
  width: auto;
  min-width: auto;
  padding: 2rem;
  bottom: -10rem;
  right: -1.1rem;
}

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

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

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

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

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

.div-block-45 {
  margin-top: 4rem;
}

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

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

.section_header88 {
  position: relative;
  overflow: hidden;
}

.bottom-section-overlay {
  background-color: #ca8452;
  height: 33%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image_background {
  position: relative;
}

.gallery_thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

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

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

.text-span-5, .text-span-6 {
  color: #dfb2a7;
}

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

.slide-v1.testimonial-v1 {
  flex: none;
  max-width: 500px;
  margin-right: 30px;
}

.slide-v1.testimonial-v1.first {
  max-width: 500px;
}

.cloneable-container-default {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#faede3, #faede3);
  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);
}

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

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

.section-testi.testimonials-listing {
  z-index: 30;
  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;
}

.section-testi.testimonials-listing.beige-background {
  background-image: linear-gradient(#faede3, #faede3);
}

.testimonial-main-wrapper.hidden-overflow {
  margin-right: 0;
}

.mask {
  border-radius: 20px;
}

.mask.testimonial-v1 {
  max-width: 500px;
  overflow: visible;
}

.paragraph-v1.testimonial-v1 {
  margin-bottom: 28px;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

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

.slider-arrow {
  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:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px #0c04661a;
}

.slider-arrow:active {
  transform: scale(.94);
}

.slider-arrow.small {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow.small.left {
  z-index: 999;
  background-color: #ac7147;
  left: 5%;
  right: auto;
}

.slider-arrow.small.left:hover {
  color: #fff;
}

.slider-arrow.small.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.small.right---brix:hover {
  color: #fff;
}

.subtitle---brix {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

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

.slider-testimonials.testimonial-v1 {
  z-index: 10;
  clear: both;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.testimonial_wrapper {
  margin-right: 0;
  padding-right: 0;
}

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

.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: #ca8452;
  width: 70%;
  display: block;
  position: absolute;
  inset: 0%;
}

.big-overlay._70-width {
  background-color: #a53c11;
  width: 70%;
}

.big-overlay._70-width.is-blue {
  background-color: #0000;
  background-image: linear-gradient(#e1f8f6, #e1f8f6);
}

.big-overlay._70-width.transparent {
  background-color: #0000;
  background-image: none;
}

.big-overlay._70-width.light-orange-2, .big-overlay._70-width.light-orange-3 {
  background-color: #fff3ea;
}

.big_overlay {
  background-color: #ac7147;
  width: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.big_overlay.hide-mobile {
  background-color: #ca8452;
}

.content-image-2 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 45em;
  margin-top: 10rem;
  display: block;
  position: relative;
}

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

.side-overlay.brown {
  background-color: #ac7147;
}

.separation {
  z-index: 15;
  background-color: #fff;
  width: 100%;
  height: 10rem;
  position: relative;
  top: auto;
}

.separation.dark-blue {
  background-color: #181c2b;
  top: auto;
}

.separation.dark-blue.medium {
  height: 5rem;
}

.separation.transparent {
  z-index: 30;
  background-color: #0000;
}

.separation.transparent.hide-mobile {
  display: block;
}

.separation.dark {
  background-color: #181c2b;
}

.separation.medium {
  height: 5rem;
}

.separation.medium.dark {
  top: auto;
}

.separation.medium.grey {
  background-color: #333;
}

.separation.medium.brown {
  background-color: #333;
  top: auto;
}

.text-span-7 {
  font-family: Droid Sans, sans-serif;
  font-size: 3.5rem;
}

.hide-desktop, .overlay-mobile {
  display: none;
}

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

.text-block-13 {
  font-size: 1.1rem;
  line-height: 1.4;
}

.text-block-13.white {
  color: #fff;
  font-family: Questrial, Verdana, sans-serif;
  font-weight: 400;
}

.paragraph-blobk {
  max-width: 50rem;
  margin-top: 2rem;
  padding-bottom: 0;
}

.div-block-54 {
  display: none;
  position: relative;
}

.testimonials-track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.testimonials-marquee {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.marquee-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.container-8 {
  z-index: 10;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.brand-slogan-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.brand-slogan-block.hide {
  display: none;
}

.brand-link-block {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 2em;
  transition: background-color .2s;
  display: flex;
}

.brand-link-block:hover {
  background-color: #ffffff1a;
}

.dropdown-list {
  display: none;
  top: 8em;
}

.dropdown-list.w--open {
  background-color: #fff;
  top: 5.9em;
  left: 0;
  right: 0;
  box-shadow: 0 80px 100px -40px #0e131fb3;
}

.dropdown-list.is-contacts {
  width: 100vw;
  top: 8em;
  left: 0;
}

.dropdown-list.is-services {
  width: 100vw;
  top: 100%;
  left: 0;
  right: auto;
}

.brand-name {
  letter-spacing: .5em;
  text-indent: .5em;
  font-weight: 700;
}

.main-button-2 {
  z-index: 10;
  color: #fff;
  letter-spacing: .15em;
  background-color: #160f01;
  border: 1px solid #fff3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em 1em 2em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
  position: relative;
}

.main-button-2:hover {
  letter-spacing: .25em;
  background-color: #12042c;
}

.nav-contact-text {
  color: #3a3636;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
}

.brand-slogan {
  opacity: .8;
  color: #fff;
  letter-spacing: .25em;
  font-size: .7em;
  font-weight: 600;
  line-height: 1.1em;
}

.menu-link-3-desc {
  font-size: 1.1rem;
  line-height: 1.4;
}

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

.dropdown-toggle {
  z-index: 10;
  color: #fffc;
  border-top: 1px solid #0000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 0;
  padding: 0 1em;
  font-weight: 500;
  transition: color .2s, border-color .2s;
  display: flex;
  position: static;
  top: -1px;
}

.dropdown-toggle:hover {
  color: #fff;
  border-top-color: #fff;
}

.menu-buttons {
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-sublinks-1 {
  border-bottom: 1px solid #12042c33;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5em 5em;
  display: flex;
}

.nav-link-3 {
  z-index: 10;
  color: #fffc;
  border-top: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 1em;
  font-weight: 500;
  transition: border-color .2s, color .2s;
  display: flex;
  position: relative;
  top: -1px;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: #fff;
  border-top-color: #fff;
}

.nav-link-contact-grid {
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  margin-left: 0;
  margin-right: 0;
  padding: .5em;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.nav-link-contact-grid:hover {
  background-color: #fff3;
}

.brand-icon {
  object-fit: contain;
  width: 3em;
  height: 3em;
  margin-right: .3em;
  font-size: 1.5em;
}

.menu-share-icon {
  object-fit: contain;
  flex: none;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
  display: block;
}

.button-icon-2 {
  object-fit: contain;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1em;
}

.contact-menu-grid {
  z-index: 10;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  border-bottom: 1px solid #12042c26;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  display: grid;
  position: relative;
}

.contact-menu-grid.is-last {
  border-bottom-color: #0000;
}

.menu-link-3-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 10em;
}

.contact-menu-grid-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-link {
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.dropdown-link.is-contanct-menu-grid {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link.hide {
  display: none;
}

.menu-contacts {
  padding-top: 3em;
  padding-bottom: 3em;
}

.nav-block-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding-left: 1em;
  display: flex;
  position: static;
}

.mobile-menu-button {
  display: block;
}

.menu-links-3 {
  border-bottom: 1px solid #12042c33;
  width: 100%;
  padding: 3.5em 5em;
}

.nav-block-3 {
  z-index: 10;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.overview-link-icon {
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
}

.nav-contact-button {
  grid-column-gap: 1em;
  color: #3a3636;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 5px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 3.5em;
  padding: .4em 2em;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.nav-contact-button:hover {
  color: #fff;
  background-color: #3a3636;
  border-color: #ffffff80;
}

.menu-sublink {
  grid-column-gap: 1em;
  color: #12042cb3;
  border: 1px solid #0000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.5em;
  transition: color .2s, padding .6s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  display: flex;
}

.menu-sublink:hover {
  color: #fff;
  background-color: #0a0318cc;
  background-image: url('../images/arrow-icon-white-4.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: 1.8em;
  padding-right: 2.8em;
}

.fullscreen-menu-button {
  z-index: 30;
  grid-column-gap: 1em;
  color: #12042c;
  background-color: #ca8452;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 2rem;
  padding-left: 2.5em;
  padding-right: 2.5em;
  transition: background-color .2s, padding .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.fullscreen-menu-button:hover {
  padding-left: 3.3em;
  padding-right: 3.3em;
}

.menu-link-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.dropdown-icon {
  margin: 0 0 0 .5em;
  font-size: 1em;
  position: relative;
}

.menu-large-links {
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5em;
  display: flex;
}

.menu-link-3-item {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.menu-button-text {
  font-size: 1.2em;
  font-weight: 600;
  line-height: .9em;
}

.menu-link-3-title {
  color: #ca8452;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.menu-sublinks-1-flex-1 {
  grid-column-gap: 0em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-divider-2 {
  opacity: .25;
  background-color: #fff;
  flex: none;
  width: 1px;
  height: 2em;
  margin-left: 1em;
  margin-right: 1.5em;
}

.menu-links-3-list {
  grid-column-gap: 0em;
  grid-row-gap: 2.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-links-3-list.vertical {
  flex-flow: column;
}

.menu-dropdown-title {
  color: #1b243a;
  margin-right: 1em;
  font-size: 1.9em;
}

.menu-dropdown-title.is-contant-title {
  min-width: 8em;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
}

.menu-links-6 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.main-nav {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px #fff3;
  border-bottom: 1px #fff3;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  height: 8em;
  display: flex;
  position: relative;
}

.main-nav.transparent {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  justify-content: flex-end;
}

.menu-button-lines {
  z-index: 10;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  display: flex;
  position: relative;
}

.overview-link-name {
  font-size: 1.3em;
  line-height: 1.3em;
}

.navbar {
  z-index: 999;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.desktop {
  display: block;
}

.navbar.desktop.relative {
  background-color: #0000;
  position: static;
}

.navbar.mobile {
  display: none;
}

.button-text-2 {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
}

.menu-large-link {
  color: #14161bb3;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  padding-left: .9em;
  padding-right: .9em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), font-size .6s cubic-bezier(.075, .82, .165, 1);
}

.menu-large-link:hover {
  color: #14161b;
  letter-spacing: .15em;
}

.menu-large-link.w--current {
  color: #14161b;
}

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

.menu-link-6 {
  z-index: 1;
  color: #12042c;
  border: 1px solid #d2ccdd;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-height: 14em;
  margin-top: -1px;
  margin-left: -1px;
  padding: 2em;
  transition: border-color .2s, background-color .2s, width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: relative;
}

.menu-link-6:hover {
  z-index: 2;
  background-color: #12042c0d;
  border-color: #9e94b1;
  width: 120%;
  font-weight: 500;
}

.contact-menu-grid-subtitle {
  opacity: .9;
  color: #1b243a;
  max-width: 30em;
  font-size: 1.2em;
  line-height: 1.3em;
}

.menu-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.menu-link-3 {
  grid-row-gap: 1.25em;
  color: #12042c;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2em;
  transition: color .2s, transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  transform: translate(0);
  box-shadow: 0 0 #12042c00;
}

.menu-link-3:hover {
  color: #fff;
  background-color: #ca8452;
  transform: translate(0, -5px);
  box-shadow: 4px 40px 30px -30px #12042cab;
}

.logo-image-default {
  z-index: 10;
  object-fit: contain;
  object-position: 0% 50%;
  flex: none;
  width: 7em;
  height: 2.9em;
  display: none;
  position: relative;
}

.fullscreen-menu-column-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 65%;
  padding: 0 0 0 7.9em;
  display: flex;
  position: relative;
}

.socials-1-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fullscreen-main-link-text {
  color: var(--white);
  letter-spacing: -.02em;
  margin-right: 1em;
  font-size: 1.5em;
  line-height: 1.3;
}

.arrow-for-fullscreen-link {
  width: 1em;
  height: 1em;
  margin-left: auto;
  font-size: 1.5em;
}

.fullscreen-menu-contact-link {
  color: #fff;
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: background-color .2s, border-color .2s, color .2s;
}

.fullscreen-menu-contact-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.fullscreen-menu-contact-link.is-overview {
  color: #fff;
  border: 1px solid #fff;
  transition: transform .6s, background-color .2s, border-color .2s, color .2s;
}

.fullscreen-menu-contact-link.is-overview:hover {
  color: #020513;
  background-color: #ac7147;
  transform: scale(1.05);
}

.fullscreen-menu-contacts {
  z-index: 30;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #1c15208c;
  border: 1px solid #ffffff2e;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 5em 2.5em;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 0%;
  right: 0%;
}

.bg-color-for-column-2 {
  z-index: 10;
  background-color: #1b1724;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-animation-for-column-2 {
  z-index: 30;
  background-color: #1b1724;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-cover-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fullscreen-main-links {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border: 1px solid #342f3d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.fullscreen-menu {
  z-index: 9999;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.fullscreen-menu-bg {
  background-color: #1b1724;
  position: fixed;
  inset: 0%;
}

.fullscreen-main-link {
  z-index: 1;
  color: #fff;
  text-align: left;
  border: 1px solid #342f3d;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 1.2em 2.5em;
  font-weight: 500;
  line-height: 1em;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fullscreen-main-link:hover {
  z-index: 2;
  background-color: #ca8452;
  border-color: #0000;
}

.fullscreen-main-link.w--current {
  font-weight: 600;
}

.fullscreen-menu-contact-text {
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 600;
}

.fullscreen-menu-contact-text.no-margin {
  margin-bottom: 0;
  font-size: .85rem;
  line-height: 1.3;
}

.fullscreen-inner {
  z-index: 999;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.close-button-bg {
  z-index: 1;
  background-color: #1b1724;
  background-image: url('../images/close-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  position: absolute;
  inset: 0%;
}

.socials-3 {
  z-index: 10;
  align-self: center;
  margin-top: 2em;
  position: relative;
}

.socials-3:hover {
  border-bottom-color: #12042c66;
}

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

.close-button {
  z-index: 999;
  text-transform: uppercase;
  cursor: pointer;
  border-right: 1px solid #342f3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  line-height: 1.1em;
  transition: width .6s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.close-button:hover {
  width: 12em;
}

.menu-delay-for-animations {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 0%;
}

.fullscreen-menu-column-2 {
  z-index: 9;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-scroll-bg2 {
  z-index: 1;
  background-color: #fff;
  display: block;
  position: absolute;
  inset: 1px 0% 0%;
}

.nav-button-contact2 {
  grid-column-gap: 1em;
  color: #3a3636;
  background-color: #fff;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 3.5em;
  padding: .4em 2em;
  display: flex;
}

.mobile-navbar-wrapper {
  display: none;
}

.hero-bg-gradient-2 {
  z-index: 10;
  opacity: 0;
  background-image: linear-gradient(#000000b3, #000000b3);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.font-size-medium {
  font-size: 3rem;
}

.colored {
  color: #f3ab8c;
}

.colored.bold {
  font-weight: 700;
}

.colored.is-blue {
  color: #b1e6e0;
}

.colored.is-green {
  color: #cde5bc;
}

.colored.is-dark-green {
  color: #779a6c;
}

.colored.light-orange-1 {
  color: #e7a68d;
}

.bold {
  font-weight: 800;
}

.bold.light {
  color: #f79167;
  font-weight: 600;
}

.bold.light.is-blue {
  color: #b9e6e1;
}

.bold.light.is-blue.color-1 {
  color: #2d978b;
}

.bold.light.is-purple {
  color: #f8c5c3;
}

.bold.light.is-dark-blue {
  color: #264654;
}

.bold.light.orange-1 {
  color: #e7a68d;
}

.bold.ligjht-blue {
  color: #9bcdce;
}

.bold.dark-blue {
  color: #264654;
}

.bold.orange {
  color: #d67247;
}

.bold.dark-green, .bold.green-1 {
  color: #2d978b;
}

.bold.dark-orange {
  color: #f79167;
  font-weight: 600;
}

.bold.light-orange-1 {
  color: #e7a68d;
  font-weight: 600;
}

.bold.green-3 {
  color: #006d77;
}

.bold.orange-5 {
  color: #c07b65;
}

.description-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.bg-overlay {
  z-index: -1;
  background-color: #cc4b15;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0;
}

.bg-overlay.darker {
  background-color: #a53c11;
  background-image: none;
}

.bg-overlay.pink {
  background-color: #c57775;
}

.bg-overlay.is-green {
  background-color: #739d56;
}

.bg-overlay.blue {
  background-color: #47867a;
}

.bg-overlay.terra {
  background-color: #ca8452;
}

.bg-overlay.orange-5 {
  background-color: #c07b65;
}

.bg-square-3 {
  z-index: -1;
  outline-offset: 0px;
  border: 50px #dfb2a7;
  outline: 60px solid #d67247;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 3rem;
  bottom: auto;
  left: 0;
}

.bg-square-3.position3 {
  opacity: 1;
  outline-color: #d67247;
  width: 60px;
  height: 60px;
  top: 0;
}

.bg-square-3.position3.dark-blue {
  outline-color: #378994;
}

.bg-square-3.position3.is-pink {
  outline-color: #bd7f7d;
}

.bg-square-3.position3.orange-5 {
  outline-color: #c07b65;
}

.bg-square-3.is-blue {
  opacity: .5;
  outline-color: #68b9b0;
}

.bg-square-3.is-blue.position-1 {
  z-index: 0;
  display: none;
  top: 3.5rem;
  left: 4rem;
}

.bg-square-3.is-light {
  outline-color: #f2e7db;
}

.bg-square-3.is-light.green {
  outline-color: #2d978b36;
}

.bg-square-3.is-light.green.position-1 {
  z-index: 0;
  top: 1.5rem;
  left: -1rem;
}

.bg-square-3.is-light.pink.position-1 {
  outline-color: #f8c5c3;
  top: 1.5rem;
  left: -1rem;
}

.bg-square-3.is-green {
  opacity: .4;
  outline-color: #52a192;
}

.bg-square-3.is-green-2 {
  opacity: .4;
  outline-color: #779a6c;
}

.bg-square-3.position-6 {
  top: 0;
  left: 6rem;
}

.bg-square-3.position-6.blue {
  outline-color: #8bcddb;
}

.bg-square-3.is-light-2 {
  z-index: 0;
  opacity: .45;
  outline-color: #f79167;
  top: 3.5rem;
  left: 4rem;
}

.bg-square-3.is-light-2.position-1 {
  top: 1rem;
  bottom: auto;
}

.bg-square-3.is-light-2.position-4 {
  top: 1.5rem;
  left: 0;
}

.bg-square-3.is-light-2.green-3 {
  outline-color: #006d7769;
}

.bg-square-3.is-light-orange {
  opacity: .3;
  outline-color: #d67247;
}

.bg-square-3.is-green-3 {
  z-index: auto;
  outline-color: #2d978b59;
  display: block;
  top: 1.5rem;
  left: -1rem;
}

.bg-square-3.is-light-orange-2 {
  outline-color: #f79167;
  top: 1.5rem;
  left: 3rem;
}

.bg-square-3.is-light-pink {
  outline-color: #f8c5c3;
  top: 1.5rem;
  left: 3rem;
}

.bg-square-3.is-light-blue {
  outline-color: #b1e6e073;
  left: 4rem;
}

.bg-square-3.is-green-4 {
  outline-color: #006d7773;
  left: 4rem;
}

.bg-square-3.is-orange-5 {
  outline-color: #d672478c;
  top: 1.5rem;
  left: 4rem;
}

.bg-square-3.terra {
  opacity: .63;
  outline-color: #e2945c;
  top: 1.5rem;
  left: -1rem;
}

.title-block {
  white-space: normal;
  border-radius: .5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

.title-block.show-overflow {
  flex: none;
  align-items: flex-start;
  max-width: none;
  display: block;
  overflow: visible;
}

.title-block.show-overflow.with-margins {
  max-width: 40rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.title-block.show-overflow.center {
  align-self: center;
  align-items: center;
  display: flex;
}

.title-block.show-overflow.center.with-padding-left {
  padding-left: 4rem;
}

.title-block.show-overflow.with-padding {
  align-self: auto;
  align-items: center;
  padding-left: 4rem;
  display: block;
}

.title-block.with-circle {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  display: block;
}

.title-block.with-circle.show-overflow {
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.title-block.with-circle.show-overflow.absolute {
  z-index: 10;
  align-self: flex-start;
  align-items: flex-end;
  position: absolute;
  top: -3rem;
}

.title-block.with-circle.show-overflow.width-2 {
  border-radius: .5rem 0 0 .5rem;
  max-width: 30rem;
  overflow: hidden;
}

.title-block.medium-width {
  max-width: 35rem;
}

.title-block.comparison {
  align-self: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: 4rem;
  overflow: visible;
}

.title-block.comparison.orange {
  background-image: linear-gradient(90deg, #ca8452, #0000);
}

.title-block.max-w-30rem {
  max-width: 30rem;
}

.hero-2-block-1 {
  z-index: 50;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.hero-2-block-1:hover {
  background-color: #0000;
}

.list-content {
  padding-top: .3em;
}

.min-100vh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 4em;
  display: flex;
}

.title-center-uppercase {
  color: #fff9;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-size: .8em;
  font-weight: 500;
}

.title-center-uppercase.white {
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1.3;
}

.custom-list-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-list-block.is-last {
  padding-bottom: 0;
}

.section_ender-2 {
  z-index: 30;
  position: relative;
  overflow: hidden;
}

.section_ender-2.bg-white-smoke {
  background-color: #f5f5f5;
}

.section_ender-2.big-padding {
  padding-top: 10em;
  padding-bottom: 10em;
}

.section_ender-2.dark-blue {
  background-color: #264654;
}

.hero-2-block-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.custom-list {
  width: 100%;
}

.custom-list.with-margin-top {
  margin-top: 3rem;
}

.custom-list.with-margin-top.medium {
  margin-top: 15rem;
}

.company-title-block {
  max-width: 51em;
}

.company-title-block.hide {
  display: none;
}

.button-56 {
  z-index: 1;
  color: #070d22;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/navigate_next_black_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid #070d22;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.4em 0;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
  transition: padding .3s ease-out, background-position .3s;
  position: relative;
}

.button-56:hover {
  background-image: url('../images/navigate_next_black_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-bottom-color: #800f2f;
  padding-right: 2em;
}

.grid-block-6 {
  z-index: 5;
  background-color: #f2f4f5;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 3em;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.grid-block-6:hover {
  background-color: #fff;
}

.grid-block-6.vertical {
  flex-flow: column;
  align-items: flex-start;
}

.grid-block-6.vertical:hover {
  border-top: 5px #f1be98;
}

.grid-block-6.vertical.transparent {
  background-color: #0000;
  transition: box-shadow .2s, transform .2s, background-color .3s;
  transform: translate(0);
  box-shadow: 0 0 #0000;
}

.grid-block-6.vertical.transparent:hover {
  box-shadow: none;
  transform: translate(0, -5px);
}

.grid-block-6.vertical.transparent.border-right {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  transform: translate(0);
}

.grid-block-6.vertical.transparent.border-right:hover {
  box-shadow: none;
  transform: translate(0, -5px);
}

.grid-block-6.vertical.transparent.border-left {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.box-image {
  flex: 0 auto;
  width: 100%;
  height: 8em;
  margin-bottom: 2em;
  padding-bottom: 0;
}

.scale-animation.absolute-desktop {
  position: absolute;
  top: -5rem;
  bottom: auto;
}

.heading-13 {
  letter-spacing: -.0125em;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}

.heading-13.hero-title-4 {
  margin-bottom: .7em;
  font-size: 4.3em;
  font-weight: 400;
}

.heading-13.hero-title-4.white {
  color: var(--white);
  line-height: 1.3em;
}

.heading-13.hero-title-4.white.center {
  text-align: center;
  line-height: 1.2em;
}

.heading-13.hero-title-12 {
  color: #fff;
  text-align: center;
  max-width: 7.5em;
  margin-left: auto;
  margin-right: auto;
  font-size: 6.1em;
  line-height: 1em;
}

.heading-13.grid-title-1 {
  color: #2b2f3a;
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 500;
}

.heading-13.grid-title-1.white {
  z-index: 10;
  color: #fff;
}

.heading-13.grid-title-1.white.max-30rem {
  max-width: 30rem;
  line-height: 1.2em;
}

.heading-13.hero-title-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 500;
}

.circle-background {
  z-index: 2;
  background-color: #cc4b15;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.circle-background.light-blue {
  background-color: #cef2f3;
}

.circle-background.dark-blue {
  background-color: #264654;
}

.circle-background.orange-5 {
  background-color: #c07b65;
}

.content-3-grid-column {
  align-items: center;
  display: flex;
}

.content-3-grid-column.medium {
  min-width: 25rem;
  max-width: 25rem;
}

.box-heading {
  margin-bottom: .5em;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.1em;
}

.box-heading.bold {
  color: #3a3636;
  text-align: left;
  margin-top: 0;
  font-weight: 700;
}

.box-heading.bold.terra {
  color: #cc4b15;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
}

.box-heading.bold.dark-blue {
  color: #378994;
}

.list-title {
  margin-bottom: .7em;
  font-size: 1.3em;
  font-weight: 600;
}

.list-title.size-2 {
  font-size: 1.6rem;
  line-height: 1.3;
}

.list-title.size-2.white {
  color: var(--white);
}

.list-title.size-2.white.bold {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}

.list-title.size-2.light-green-2 {
  color: #cde5bc;
}

.list-title.size-2.light-green-2.bold {
  font-size: 1.7rem;
  font-weight: 800;
}

.list-title.size-2.light-green-2.bold.no-margin {
  margin-bottom: 0;
}

.list-title.size-2.light-yellow-1 {
  color: #f3cd8e;
}

.list-title.size-2.light-yellow-1.bold {
  color: #f7d8a7;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.1;
}

.list-title.size-2.light-yellow-1.bold.no-margin {
  margin-bottom: 0;
}

.list-title.size-2.light-purple.bold {
  color: #f8c5c3;
  font-size: 1.7rem;
  font-weight: 800;
}

.list-title.size-2.bold {
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.5;
}

.list-title.size-2.bold.dark-blue {
  color: #264654;
  font-family: Questrial, Verdana, sans-serif;
}

.list-title.size-2.bold.is-light-pink {
  color: #f8c5c3;
}

.list-title.size-2.no-margin {
  margin-bottom: 0;
}

.list-title.size-2.no-margin.bold.dark-green {
  color: #003f23;
  font-size: 1.8rem;
}

.list-title.size-2.no-margin.bold.dark-orange {
  color: #442315;
  font-size: 1.8rem;
}

.list-title.is-size-one {
  color: var(--white);
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
}

.list-title.is-size-one.light-green {
  color: #9eecdd;
}

.list-title.is-size-one.light-green.with-padding {
  margin-top: .5rem;
}

.list-title.size-3 {
  margin-bottom: 0;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.list-title.size-3.white {
  color: #fff;
  font-size: 2rem;
}

.box-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.circle-number {
  color: #6c757d;
  border: .1em solid #ced4da;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-right: 2.2em;
  font-size: .8em;
  display: flex;
}

.circle-number.white-bg {
  color: #ac7147;
  background-color: #fff;
  align-self: flex-start;
  width: 3em;
  height: 3em;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.5;
}

._3d-transform {
  z-index: 10;
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid-3-column {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-3-column.white {
  background-color: #fff;
  border: 1px solid #e2e0e0;
  border-radius: .5rem;
}

.list-paragraph {
  color: #373b47;
  letter-spacing: .01em;
}

.list-paragraph.white {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
}

.list-paragraph.dark-blue {
  color: #264654;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.box-paragraph {
  color: #3a3636;
  letter-spacing: .01em;
  margin-bottom: 1.6em;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}

.box-paragraph.no-margin {
  color: #3a3636;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.list-line {
  background-color: #ced4da;
  width: 1px;
  height: 100%;
  position: absolute;
  top: .1em;
  left: 1.5em;
}

.circle-asset {
  z-index: 5;
  color: #10131f;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.circle-asset.white {
  color: #fff;
}

.bg-video-color {
  z-index: 5;
  background-image: linear-gradient(#10131fe6, #10131fcc);
  position: absolute;
  inset: 0%;
}

.bg-video-color.opacity3 {
  background-image: linear-gradient(#6f55424d, #6f55424d), linear-gradient(#0a031863, #0a031863);
  height: auto;
  display: block;
}

.flex-4 {
  display: flex;
}

.flex-4.align-center {
  align-items: center;
}

.hero-grid-image-40 {
  z-index: 5;
  object-fit: cover;
  flex: none;
  width: 40%;
  height: 7em;
  margin-right: 2em;
  position: relative;
}

.hero-grid-image-40._100 {
  width: 100%;
  height: 10em;
}

.hero-2-background {
  background-color: #10131f;
  position: absolute;
  inset: 0%;
}

.box-block {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-bottom: 2px solid #e4e7eb;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 4em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
  position: relative;
}

.box-block.width2 {
  background-color: #fff;
  border: 1px #000;
  border-radius: .5em;
  justify-content: flex-start;
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  transition: transform .4s;
}

.box-block.width2:hover {
  color: var(--white);
  letter-spacing: normal;
  background-color: #0000;
  transform: scale(1.03);
}

.box-block.width2.with-bottom-margin:hover {
  background-color: #0000;
}

.box-block.width2.light-blue {
  background-color: #bee1e6;
}

.grid-block-inner-2 {
  color: #070d22;
}

.grid-block-inner-2.with-margin {
  margin-top: 2rem;
}

.circle-in-list {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 2.5em;
  display: flex;
  position: relative;
}

.bg-for-animation-3 {
  z-index: 20;
  background-color: #e4e7eb;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg-for-animation-3.is-dark-blue {
  background-color: #264654;
}

.bg-for-animation-3.orange-5 {
  background-color: #c07b65;
}

.main-button-3 {
  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;
  display: flex;
  position: relative;
  top: 2px;
}

.hero-4-grid {
  z-index: 50;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  position: relative;
}

.hero-4-content {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 5em;
}

.hero-4-content.medium-padding {
  max-width: 45em;
}

.number-with-circle {
  color: #6c757d;
  border: .1em solid #dde1e6;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-bottom: 3.6em;
  font-size: .7em;
  font-weight: 600;
  display: flex;
}

.number-with-circle.no-padding {
  margin-bottom: 0;
}

.number-with-circle.no-padding.white {
  color: #fff;
  width: 3em;
  height: 3em;
  margin-bottom: 0;
  font-size: 1.3em;
}

.paragraph-11 {
  letter-spacing: .01em;
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph-11.large {
  font-size: 1.2em;
}

.hero-4-column-1 {
  position: relative;
  overflow: hidden;
}

.hero-4-column-1.show-desktop {
  justify-content: center;
  overflow: hidden;
}

.hero-4-column-1.show-mobile {
  display: none;
}

.bg-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-listing-4-column {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.featurers-block {
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  display: block;
}

.light {
  color: #f79167;
}

.light.is-blue {
  color: #b1e6e0;
}

.light.is-purple, .light.is-pink {
  color: #f8c5c3;
}

.light.is-green {
  color: #cde5bc;
}

.light.is-orange-3 {
  color: #f7c8b6;
}

.light.is-green-2 {
  color: #78e7d2;
}

.light.is-green-3 {
  color: #2d978b;
}

.light.is-dark-pink {
  color: #c57775;
}

.light.terra {
  color: #ca8452;
}

.top-radient {
  position: absolute;
  inset: 10% 0% auto;
}

.top-radient.dark {
  z-index: 15;
  background-image: linear-gradient(#181c2b, #0000);
  height: 15%;
  display: none;
  top: 0%;
}

.top-radient.dark._2 {
  z-index: 7;
  background-image: linear-gradient(#0a0318, #0000);
}

.top-radient.dark {
  z-index: 15;
  background-image: linear-gradient(#ac7147, #0000);
  height: 15%;
  top: 0%;
}

.top-radient.dark._30 {
  background-image: linear-gradient(#181c2b, #0000);
  height: 30%;
  display: block;
}

.top-radient.dark._30.blue {
  background-image: linear-gradient(#264654, #0000);
}

.top-radient.dark-brown {
  z-index: 6;
  background-image: linear-gradient(#ac7147, #0000);
  height: 30%;
  top: 0%;
}

.top-radient.dark-blue {
  z-index: 6;
  background-image: linear-gradient(#264654, #0000);
  height: 30%;
  top: 0%;
}

.top-radient.light {
  background-image: linear-gradient(0deg, #f0eeed, #0000);
  width: 100%;
  height: 50%;
  display: block;
  top: 0%;
}

.top-radient.light-grey {
  background-image: linear-gradient(#f0eeed, #0000);
  height: 15%;
  top: 0%;
}

.top-radient.beige {
  z-index: 10;
  background-image: linear-gradient(#faede3, #0000);
  height: 30%;
  top: 0%;
}

.top-radient.beige._15 {
  background-image: linear-gradient(#faede3, #ccc1b9d1 0%, #0000);
  height: 15%;
}

.top-radient.grey {
  background-image: linear-gradient(#595e5b, #0000);
  height: 25%;
  top: 0%;
}

.bottom-radient {
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-radient.dark {
  z-index: 10;
  background-image: linear-gradient(0deg, #ac7147, #0000);
}

.bottom-radient.dark._10 {
  background-image: linear-gradient(0deg, #181c2b, #0000);
  height: 10%;
}

.bottom-radient.dark._10.blue {
  background-image: linear-gradient(0deg, #264654, #0000);
}

.bottom-radient._40 {
  z-index: 15;
  background-image: linear-gradient(0deg, #0a0318, #0000);
  height: 50%;
}

.bottom-radient._10 {
  z-index: 5;
  background-image: linear-gradient(0deg, #181c2b, #0000);
  height: 15%;
}

.bottom-radient.dark-brown {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(0deg, #181c2b, #0000);
}

.bottom-radient.dark-blue {
  z-index: 10;
  background-image: linear-gradient(0deg, #264654, #0000);
  display: block;
}

.bottom-radient.dark-blue.index5 {
  z-index: 5;
}

.bottom-radient.white {
  z-index: 10;
  background-image: linear-gradient(0deg, #fff, #0000);
}

.bg-square4 {
  z-index: 100;
  outline-offset: 0px;
  outline: 60px solid #ac7147;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 13rem;
  left: 10rem;
  right: auto;
}

.container-19 {
  z-index: 15;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.container-19.is-full-width {
  padding-left: 5em;
  padding-right: 5em;
}

.custom-list-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  position: absolute;
}

.padding {
  padding: 10em 0;
}

.padding.big-margin {
  padding-top: 13em;
  padding-bottom: 13em;
}

.parallax-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.min-100vh-sec {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.circle-background-1 {
  z-index: 2;
  background-color: #cc4b15;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.circle-background-1.dark-blue {
  background-color: #45b0be;
}

.circle-background-1.is-pink {
  background-color: #bd7f7d;
}

.circle-background-1.is-green-3 {
  background-color: #006d77;
}

.circle-background-1.orange-5 {
  background-color: #c07b65;
}

.circle-images {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-content-2 {
  z-index: 10;
  padding-top: 0;
  padding-right: .5em;
  position: relative;
}

.grid-6-image {
  z-index: 20;
  border-radius: .5rem;
  height: 33em;
  position: relative;
}

.grid-6-image.height-2 {
  height: 35em;
}

.content-block-1 {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-block-1.with-margin {
  align-self: auto;
  align-items: center;
  margin-bottom: 6rem;
}

.content-block-1.with-margin.medium-width {
  max-width: 50em;
}

.content-block-1.with-margin.small-width {
  max-width: 40rem;
}

.content-block-1.left {
  flex-flow: column;
  align-items: flex-start;
}

.content-block-1.medium-width {
  max-width: 50em;
}

.content-block-1.medium-width.with-padding {
  padding-top: 4rem;
}

.circle-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: .8em;
  height: .8em;
  font-size: 6.3em;
  position: relative;
}

.circle-image.is-2nd {
  z-index: 2;
  margin-left: -15%;
}

.circle-image.is-3rd {
  margin-left: -15%;
}

.hero-bg-gradient {
  z-index: 7;
  background-image: linear-gradient(#0000 35%, #0a0318e6);
  position: absolute;
  inset: 0%;
}

.bg-color-for-sticky-sec-1 {
  z-index: 15;
  mix-blend-mode: multiply;
  background-color: #0a0218bf;
  position: absolute;
  inset: 0%;
}

.bg-color-for-sticky-sec-1.brown-bg {
  z-index: 6;
  background-color: #ac7147;
  display: block;
}

.bg-color-for-sticky-sec-1.brown-bg._2 {
  z-index: 15;
  background-color: #ac71474d;
  height: 100%;
  bottom: auto;
}

.bg-color-for-sticky-sec-1.is-dark-blue {
  z-index: 6;
  background-color: #307b85a3;
}

.bg-color-for-sticky-sec-1.light-blue {
  background-color: #0a02184d;
  background-image: linear-gradient(#26465480, #26465480);
}

.bg-color-for-sticky-sec-1.is-pink {
  background-image: linear-gradient(#bd7f7d99, #bd7f7d99);
}

.bg-color-for-sticky-sec-1.is-dark-green {
  background-color: #0a02184d;
  background-image: linear-gradient(#222f30cc, #222f30cc);
}

.bg-color-for-sticky-sec-1.is-light-orange {
  background-image: linear-gradient(#e7a68d, #e7a68d);
}

.sticky-column-2-bg {
  z-index: 1;
  background-image: linear-gradient(to right, #0a0d1499, #0000);
  border-left: 1px solid #ffffff26;
  position: absolute;
  inset: 0%;
}

.sticky-column-2-bg.no-radient {
  background-image: none;
  top: 10%;
  bottom: 10%;
}

.section-4 {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-4.sticky-sec {
  z-index: 30;
  background-color: #0f0c16;
  overflow: visible;
}

.section-4.sticky-sec.brown-bg {
  z-index: 35;
  background-color: #ac7147;
}

.section-4.transparent {
  z-index: 30;
  background-color: #0000;
}

.cover-image-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover-image-2.is-parallax-large {
  height: 180%;
  top: auto;
  bottom: auto;
}

.cover-image-2.is-parallax-large.size-2 {
  height: 150%;
}

.cover-image-2.is-parallax-large.size-3 {
  height: 130%;
}

.cover-image-2.is-parallax-large.siez-1 {
  height: 100%;
}

.animation-color-bg {
  z-index: 15;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.animation-color-bg.is-black-light {
  background-color: #1b1724;
}

.animation-color-bg.is-dark-green {
  background-color: #222f30;
}

.image-animation-trigger-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-animation-trigger-2._3d-for-image {
  width: 110%;
  height: 115%;
  position: absolute;
}

.list-title-2 {
  color: #330b7e;
  margin-bottom: .7em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.list-title-2.is-black {
  color: #181c2b;
  -webkit-text-stroke-color: #181c2b;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}

.list-title-2.is-dark-blue-3 {
  color: #101828;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}

.list-title-2.is-dark-blue-3.no-padding {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.list-title-2.is-white {
  color: #fff;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}

.list-title-2.is-white.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.sticky-100vh-block-2 {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
}

.heading-14 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-14.is-title-15 {
  color: #fff;
  text-align: left;
  max-width: 9.4em;
  font-size: 3.7em;
  font-weight: 300;
  line-height: 1.3em;
}

.heading-14.max-30-rem {
  max-width: 30rem;
}

.sticky-column-3 {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 14em;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-column-3.left {
  align-items: flex-start;
  padding-right: 0;
}

.sticky-column-3.left.top {
  justify-content: flex-start;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sticky-column-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 80vh;
  padding-bottom: 80vh;
  padding-left: 6em;
  display: flex;
  position: relative;
}

.sticky-column-2.relative {
  align-self: auto;
  align-items: center;
}

.sticky-column-2.relative.with-padding {
  padding-bottom: 80vh;
}

.sticky-column-2.height-2 {
  padding-bottom: 40vh;
}

.center-block {
  grid-row-gap: 8em;
  color: #fff;
  background-color: #0f0c16;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 8em;
  display: flex;
}

.center-block.hide-overflow {
  overflow: hidden;
}

.center-block.hide-overflow.with-features {
  grid-row-gap: 0em;
  color: #3a3636;
  border-radius: .5rem;
  padding: 4em;
}

.custom-list-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33em;
  display: flex;
  position: relative;
}

.circle-in-list-2 {
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 1.5em;
  display: flex;
  position: relative;
}

.parallax-animation-large {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.absolute-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.flex-for-sticky {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.list-block {
  z-index: 10;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-block.with-animation {
  padding-bottom: 2em;
}

.list-block.with-animation.with-padding {
  border: 1px solid #ffffff2b;
  border-radius: .5em;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-left: 1rem;
  padding-right: 1rem;
}

.list-text {
  max-width: 26em;
  font-size: 1.1em;
  line-height: 1.5em;
}

.list-text.with-opacity {
  color: #ffffffb3;
}

.list-text.with-opacity.black {
  color: #181c2b;
}

.vertical-flex-with-gap-1 {
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.feature-card-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 2px solid #f2efec;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 288px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 42px;
  font-weight: 400;
  transition: all .25s;
  display: flex;
}

.text-h1-highlighted {
  letter-spacing: 0;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.text-h1-highlighted._1 {
  color: #493f3d;
  text-align: left;
  font-size: 4rem;
}

.text-h1-highlighted._1.white {
  color: #fff;
  font-family: Questrial, Verdana, sans-serif;
}

.text-h1-highlighted._2 {
  color: #fff;
  font-size: 4rem;
}

.text-h1-highlighted._2.dark {
  color: #493f3d;
  font-family: Questrial, Verdana, sans-serif;
}

.text-h1-highlighted._3 {
  color: #fff;
  max-width: 30rem;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 4rem;
}

.text-h1-highlighted.dark-green {
  color: #729490;
}

.text-h1-highlighted.big {
  font-size: 5rem;
}

.text-h1-highlighted.big.dark-blue-2 {
  color: #264654;
}

.text-h1-highlighted.big.dark-green-6 {
  color: #006d77;
}

.text-h1-highlighted.big.dark-beige {
  color: #686562;
}

.text-h1-highlighted.big.orange-1 {
  color: #e7a68d;
}

.text-h1-highlighted.dark-blue {
  color: #264654;
  width: auto;
  font-size: 3rem;
}

.text-h1-highlighted.dark-green-2 {
  color: #2d978b;
  font-size: 3rem;
}

.text-h1-highlighted.dark-blue-2 {
  color: #264654;
}

.body-m {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.1;
}

.body-m._1 {
  color: #493f3d;
  text-align: left;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.body-m._1.white {
  color: #fff;
}

.body-m._1.dark-blue {
  color: #234352;
  font-weight: 500;
}

.body-m._2 {
  color: var(--white);
  text-align: left;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
}

.body-m._2.medium {
  font-size: 1.6rem;
  line-height: 1.2;
}

.body-m._3 {
  max-width: none;
  color: var(--white);
  text-align: left;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
}

.body-m.left {
  text-align: left;
}

.body-m._4 {
  text-align: left;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
}

.body-m._4.dark-blue {
  color: #264654;
  font-weight: 500;
}

.label {
  color: #3a3636;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.label.white {
  color: #fff;
}

.label.medium {
  font-size: 1.3rem;
}

.label.small {
  color: #ac2b2b99;
  background-color: #ac2b2b0d;
  border: 2px solid #ac2b2b1a;
  border-radius: 0;
  align-self: center;
  padding: 7px 16px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1;
}

.label.small.light {
  color: #fceeeede;
  background-color: #d1c0c040;
  border-width: 1px;
  border-color: #b8965a4d;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-weight: 500;
  display: block;
}

.feature-card-home-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #b9caf8;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card-home-c.show-overflow {
  background-color: #0000;
  border-radius: .5rem;
  overflow: visible;
}

.feature-card-home-c.show-overflow.hide {
  display: none;
}

.feature-card-home-c.dark {
  background-color: #3a3636;
  border-radius: .5rem;
}

.feature-card-home-c.blue {
  z-index: 50;
  background-color: #94c1bc;
  border-radius: .5rem;
}

.feature-card-home-c.blue.dark {
  background-color: #729490;
}

.feature-card-home-c.jaune {
  background-color: #ce9230;
  border-radius: .5rem;
}

.feature-card-home-c.jaune:hover {
  box-shadow: 0 18px 40px -24px #8a245266;
}

.feature-card-home-c.light-blue {
  background-color: #97ccd0;
}

.feature-card-home-c.light-blue-3 {
  background-color: #b7e5e6;
  max-width: 30rem;
}

.feature-card-home-c.green-2 {
  background-color: #2d978b;
  border-radius: .5rem;
}

.feature-card-home-c.dark-green {
  background-color: #222f30;
}

.feature-grid-home-c {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.feature-grid-home-c._3-columns {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 6rem;
}

.feature-grid-home-c._2-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.feature-grid-home-c._2-columns.with-margin {
  margin-top: 2rem;
}

.feature-card-image {
  border-radius: .5rem;
  height: auto;
  overflow: hidden;
}

.features-video-home-c {
  border-radius: 16px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.section-divider {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.image-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-cover {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.feature-card-bottom-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.feature-card-bottom-tile.width-2 {
  max-width: 20rem;
}

.circle-feature-card {
  z-index: auto;
  border: 1px dashed #251e3499;
  border-radius: 100vw;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -172px;
  right: -122px;
}

.overlay-hero-home-b {
  z-index: 10;
  background-image: linear-gradient(0deg, #000, #0000 99%, #fff);
  border-top: 0 #000;
  width: 100%;
  height: 45%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-hero-home-b.hide {
  display: none;
}

.case-small-bottom-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.icon-button {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-circle-3 {
  z-index: 1;
  pointer-events: none;
  background-color: #e45a47;
  border-radius: 2px;
  flex: none;
  width: 8px;
  height: 8px;
  position: relative;
}

.button-circle-3.absolute {
  background-color: #a53c11;
  margin-bottom: 0;
  position: absolute;
  top: 1rem;
}

.button-circle-3.absolute.white {
  background-color: #fff;
  align-self: auto;
  top: auto;
}

.button-circle-3.absolute.is-blue {
  background-color: #94c1bc;
}

.button-circle-3.absolute.dark-blue {
  background-color: #264654;
}

.button-circle-3.absolute.is-orange, .button-circle-3.absolute.orange {
  background-color: #d67247;
}

.button-circle-3.absolute.is-dark-green {
  background-color: #2f4e3a;
}

.button-circle-3.absolute.is-light-pink {
  z-index: 10;
  background-color: #ffe8e3;
}

.button-circle-3.absolute.is-orange-2 {
  background-color: #e7a68d;
}

.button-circle-3.white {
  background-color: #fff;
}

.button-circle-3.white.with-margin {
  margin-bottom: .5rem;
}

.button-circle-3.terra {
  background-color: #ac7147;
}

.button-circle-3.terra.with-margin, .button-circle-3.with-padding {
  margin-bottom: .5rem;
}

.button-circle-3.with-padding.margin.green-3 {
  background-color: #739d56;
}

.content-case-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.label-small {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}

.label-small.big {
  font-size: 20px;
}

.image-wrap-book-button {
  pointer-events: none;
  position: relative;
}

.master-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #f6f3ece0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-small.absolute {
  z-index: 30;
  justify-content: center;
  transition: transform .4s;
  display: flex;
  position: absolute;
  inset: auto auto 2rem;
}

.case-small.absolute:hover {
  transform: scale(1.02)translate(0);
}

.headline-home-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 680px;
  display: flex;
}

.icon-case-small {
  color: #e45a47;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.image-wrap-case-small {
  border-radius: 8px;
  flex: none;
  width: 96px;
  height: 96px;
  min-height: 100%;
  display: flex;
  overflow: hidden;
}

.text-h1 {
  z-index: 1;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-h1.white {
  color: var(--white);
  font-size: 4rem;
  line-height: 1.1;
}

.text-h1.dark {
  color: #101828;
  font-size: 4rem;
  line-height: 1.1;
}

.text-h1.dark-brown {
  color: #3a3636;
}

.button-text-mask {
  pointer-events: none;
  flex: none;
  height: 24px;
  overflow: hidden;
}

.circle-label {
  background-color: #e45a47;
  border-radius: 2px;
  flex: none;
  align-self: auto;
  width: 8px;
  height: 8px;
}

.circle-label.absolute {
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  top: .5rem;
  bottom: auto;
  left: -1rem;
}

.circle-label.absolute.is-pink {
  background-color: #f8c5c3;
}

.circle-label.absolute.blue {
  background-color: #47867a;
}

.circle-label.absolute.is-light-green {
  background-color: #cde5bc;
}

.circle-label.absolute.orange-5 {
  background-color: #c07b65;
}

.circle-label.with-small-margin {
  align-self: auto;
  margin-right: .5rem;
}

.circle-label.with-small-margin.yellow {
  background-color: #f6d8a7;
}

.circle-label.with-small-margin.green {
  background-color: #cde5bc;
}

.circle-label.with-small-margin.dark-green {
  background-color: #003f23;
}

.circle-label.with-small-margin.dark-orange {
  background-color: #442315;
}

.circle-label.with-small-margin.light-green {
  background-color: #bee1e6;
}

.circle-label.with-padding-top {
  margin-top: .6rem;
}

.circle-label.with-padding-top.orange-1 {
  background-color: #e29578;
}

.circle-label.pink {
  background-color: #c57775;
}

.circle-label.orange-5 {
  background-color: #c07b65;
}

.circle-label.light-green-2 {
  background-color: #cde5bc;
}

.button-book-circle-outer {
  background-image: linear-gradient(#0a0a0b, #0000);
  border-radius: 2px;
  padding: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-book-circle {
  background-color: #2ad87f;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}

.image-cover-4 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.book-button-avatar {
  border-radius: 32px;
  flex: none;
  width: 32px;
  height: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #f6f3ec29;
}

.button-wrap-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.button-wrap-hero.with-margin {
  margin-top: 0;
}

.card-case-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #f6f3ece0;
  background-color: #f6f3ec14;
  border-radius: 8px;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  max-width: none;
  padding: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.video-home-b {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 64px;
  display: flex;
}

.main-container-3 {
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.main-container-3.absolute {
  z-index: 30;
  padding-left: 8vw;
  padding-right: 8vw;
  position: absolute;
  bottom: 0;
}

.section-7 {
  z-index: 2;
  color: #f6f3ece0;
  background-color: #0a0a0b;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-7.hero-home-b-section {
  z-index: 30;
  padding-top: 0;
  padding-bottom: 0;
}

.button-text-3 {
  z-index: 1;
  text-shadow: 0 1.5em #0a0a0b;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  position: relative;
}

.content-home-b {
  z-index: 30;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.button-book {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #f6f3ec;
  letter-spacing: 0;
  background-color: #f6f3ec14;
  border: 1px solid #f6f3ec14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
}

.button-book:hover {
  color: #0a0a0b;
  background-color: #f6f3ece0;
  border-color: #0a0a0b14;
}

.button-bg {
  background-color: #f6f3ec;
  border: 1px solid #0a0a0b14;
  border-radius: 8px;
  transition: background-color .65s;
  position: absolute;
  inset: 0%;
}

.button-bg:hover {
  background-color: #f6f3ece0;
  border-color: #0a0a0b14;
}

.button-bg.white {
  background-color: #fff;
  border-radius: .5rem;
}

.cta-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #0a0a0b;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .15s;
  display: flex;
  position: relative;
}

.cta-main:hover {
  color: #0a0a0b;
}

.cta-main.medium {
  padding: 1rem 1.5rem;
}

.text-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-small.bold {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.button-icon-wrap {
  pointer-events: none;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.button-icon-wrap.left {
  margin-left: -4px;
  display: flex;
}

.button-icon-wrap.right {
  margin-right: -4px;
}

.list-block-bg {
  box-shadow: none;
  filter: none;
  background-color: #fff;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.div-block-61 {
  position: relative;
}

.video-section-3 {
  z-index: 15;
  width: 100%;
  height: 100vh;
  position: relative;
  inset: auto;
}

.video-section-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-19 {
  z-index: 100;
  width: 30vw;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 4rem 0% auto;
}

.image-20 {
  z-index: 30;
  max-width: 25rem;
  position: absolute;
  bottom: -7.9rem;
  right: 5rem;
}

.div-block-62 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grey-overlay {
  z-index: 0;
  background-color: #0000;
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-color-brown {
  z-index: auto;
  background-color: #ac7147;
  position: absolute;
  inset: 0%;
}

.bg-color-grey {
  background-color: #e7edf0;
  position: absolute;
  inset: 0%;
}

.bg-color-dark {
  z-index: auto;
  background-color: #181c2b;
  position: absolute;
  inset: 0%;
}

.wrappper-color-layer {
  z-index: 30;
  position: absolute;
  inset: 0%;
}

.wrappper-color-layer.hide {
  z-index: 40;
}

.features-section {
  z-index: 30;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.features-section.padding-medium {
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.bg-square-light {
  outline-offset: 0px;
  outline: 60px solid #f1be98;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 6rem;
}

.image-hero-home {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  position: relative;
}

.master-hero-home-c {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.limit-subtitle-home-c {
  max-width: 485px;
}

.limit-subtitle-home-c.width-2 {
  max-width: 450px;
}

.inside-hero-home-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 545px;
  display: flex;
}

.inside-hero-home-c.width-2 {
  max-width: none;
}

.wrap-hero-home-image-c {
  border-radius: .5rem;
  justify-content: center;
  width: 43%;
  max-width: 542px;
  display: flex;
  position: absolute;
  inset: 0% 4rem 0% auto;
  overflow: hidden;
}

.block-hero-home-c {
  color: #efeadf;
  background-color: #cc4b15;
  background-image: linear-gradient(225deg, #501c07, #0000);
  border-radius: .5rem;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 64px;
}

.block-hero-home-c.dark-blue-1 {
  background-color: #395c65;
  background-image: linear-gradient(225deg, #628a91, #0000);
}

.block-hero-home-c.pink {
  background-color: #c57775;
  background-image: linear-gradient(225deg, #744d4c, #0000);
}

.block-hero-home-c.dark-green {
  background-color: #2f4e3a;
  background-image: none;
}

.block-hero-home-c.light-orange-1 {
  background-color: #fff3ea;
  background-image: none;
}

.block-hero-home-c.green-4 {
  background-color: #006d77;
  background-image: none;
}

.block-hero-home-c.terra {
  background-color: #ca8452;
  background-image: none;
}

.block-hero-home-c.alice-blue {
  background-color: #e7edf0;
  background-image: none;
}

.block-hero-home-c.orange-5 {
  background-color: #c07b65;
  background-image: none;
}

.block-hero-home-c.light-green-2 {
  background-color: #dbece5;
  background-image: none;
}

.abstract-hero-home-c {
  z-index: 5;
  width: 100%;
  position: absolute;
  inset: auto 0% 6%;
}

.section-8 {
  z-index: 100;
  color: #1c3433;
  background-color: #f4f1eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

.section-8.dark, .section-8.dark-brown {
  background-color: #181c2b;
}

.section-8.dark-blue {
  background-color: #264654;
}

.section-8.transparent {
  background-color: #0000;
}

.section-8.grey, .section-8.brown {
  background-color: #333;
}

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

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

.flex-cta-hero-left.with-margin {
  margin-top: 2rem;
}

.image_animation {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.medium-wiidth-block {
  min-width: 30rem;
  overflow: hidden;
}

.medium-wiidth-block._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  display: block;
}

.sections-with-colors-change {
  z-index: 30;
  position: relative;
}

.section-1 {
  z-index: 30;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}

.bg-color {
  z-index: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.body-2 {
  background-color: #0000;
}

.bold-light-3 {
  color: #f79167;
  font-weight: 500;
}

.top-radient-dark {
  z-index: 15;
  background-image: linear-gradient(#181c2b, #0000);
  width: 100%;
  height: 15%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-radient-dark.blue {
  background-image: linear-gradient(#264654, #0000);
}

.top-radient-dark.green {
  background-image: linear-gradient(#222f30, #0000);
}

.paragraph-block {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.paragraph-block.medium-width {
  max-width: 30rem;
}

.paragraph-block.height-3 {
  height: 1.5rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.paragraph-block.height-3.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-block.top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
}

.image-21 {
  max-width: 20rem;
  position: absolute;
  bottom: 30%;
  left: 0;
}

.hero-home-b_icon {
  color: #6beb7e;
  width: 3rem;
  height: 3rem;
}

.padding-global-2 {
  z-index: 10;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.padding-global-2.relative {
  z-index: 10;
  position: relative;
}

.contact-details-expand {
  transform-origin: 0 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.hero-home-b_gallery-grid_tile {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #f7f7f5;
  background-color: #222f30;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
  position: relative;
}

.hero-home-b_gallery-grid_tile.hide {
  display: none;
}

.hero-home-b_gallery-grid_tile.is-1, .hero-home-b_gallery-grid_tile.is-2 {
  flex: 1;
}

.hero-home-b_gallery-grid_tile.green-2 {
  background-color: #2d978b;
}

.hero-home-b_gallery-grid_tile.light-blue-1 {
  background-color: #bee1e6;
}

.hero-home-b_gallery-grid_tile.light-pink-2 {
  background-color: #fff3ea;
}

.hero-home-b_gallery-grid_tile.alice-blue {
  background-color: #e7edf0;
}

.container-large-2 {
  z-index: 2;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.width-medium {
  max-width: 80rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container-large-2.width-medium.footer-3 {
  flex-flow: row;
  justify-content: center;
  max-width: 90rem;
  display: flex;
}

.container-large-2.width-medium.left {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.animated-dot_master {
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  display: flex;
  position: relative;
}

.image_cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image_cover.is-parallax {
  height: 120%;
}

.image_cover.vertical {
  display: block;
}

.image_cover.horizontal {
  height: auto;
  display: none;
}

.image_cover.vertical {
  aspect-ratio: 2.39;
}

.contact-person-expand {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 2.375rem;
  display: flex;
}

.hero-home-b_gallery-grid_tile-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-home-b_gallery-grid_tile-bottom.with-margin {
  margin-top: 4rem;
}

.section_hero-home-b {
  background-color: #f7f7f5;
  padding-top: 10rem;
}

.section_hero-home-b.transparent {
  background-color: #0000;
  position: relative;
}

.hero-home-b_gallery-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 8fr 4fr;
  align-items: stretch;
}

.wrap_hero-2 {
  z-index: 50;
  padding-bottom: 7.5rem;
  position: relative;
}

.wrap_hero-2.white {
  background-color: #fff;
}

.hero-home-b_gallery-grid_image-wrap {
  border-radius: .5rem;
  align-items: flex-end;
  height: auto;
  display: block;
  position: relative;
  overflow: clip;
}

.hero-home-b_gallery-grid_image-wrap.height-2.show-mobile {
  display: none;
}

.hero-home-b_gallery-grid_image-wrap.hight-mobile {
  justify-content: center;
  display: block;
}

.hero-home-b_contact-tile {
  background-color: #eeefed;
  border-radius: 1rem;
  width: 100%;
  max-width: 13rem;
  padding: .75rem;
  position: relative;
}

.image-22 {
  z-index: 30;
  height: 10rem;
  position: absolute;
  inset: -8% 0% auto auto;
}

.grid_bento {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid_bento._2-col {
  grid-template-columns: 1.5fr 1.5fr;
}

.heading-style-h5-2 {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.card_bento-middle-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #322d32;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.card_bento-middle-bottom.is-dark-green {
  background-color: #222f30;
}

.logo_testimonial {
  display: flex;
}

.heading-style-h2-3 {
  letter-spacing: -.031rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.heading-style-h2-3.text-peach {
  color: #ffe1d6;
}

.heading-style-h2-3.margin-bottom-large {
  margin-top: 4rem;
  margin-bottom: 10rem;
}

.card_bento-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #231f23;
  background-image: url('../images/testimonial-bg_1testimonial-bg.avif');
  background-size: cover;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.card_bento-right.orange-bg {
  background-color: #fa735c;
  background-image: none;
}

.card_bento-right.orange-bg.height-2 {
  justify-content: flex-end;
  height: auto;
  overflow: visible;
}

.card_bento-left {
  background-image: url('../images/articlr-bg_1articlr-bg.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.25rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 37.5rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_bento-left.hide {
  display: none;
}

.text-wrap_bento-card {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-wrap_bento-card.right-padding {
  padding-right: 2rem;
  display: flex;
}

.text-wrap_bento-card.width-2 {
  max-width: 30rem;
}

.testimonial_top-tile {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.headline_bento {
  max-width: 42.5rem;
  margin-bottom: 4rem;
}

.text-wrap_testimonial-author {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text_body-bold {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1rem;
}

.text_body-bold.orange {
  color: #fa735c;
  font-weight: 700;
}

.card_testimonial {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 35.25rem;
  min-height: 20rem;
  padding: 2rem;
  display: flex;
}

.card_testimonial.bento-testimonial {
  z-index: 10;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  box-shadow: 32px 24px #f7f6f552, 16px 13px #f7f6f5;
}

.card_testimonial.bento-testimonial.is-light-orange {
  background-color: #fce4e0;
  box-shadow: 32px 24px #f7f6f552, 16px 13px #fae7e4;
}

.card_testimonial.bento-testimonial.is-light-orange.bottom {
  min-height: 20rem;
  overflow: visible;
}

.tone-medium {
  color: #3a3636;
  text-decoration: none;
}

.tone-medium.is-dark {
  color: #f7f6f5a3;
}

.overlay_bento-left {
  background-image: linear-gradient(0deg, #231f23a3, #f7f6f500);
  height: 45%;
  position: absolute;
  inset: auto 0% 0%;
}

.card_bento-middle-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #231f23;
  background-color: #322d32;
  background-image: none;
  background-size: auto;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_bento-middle-top.dark-green {
  background-color: #0000;
  background-image: linear-gradient(#47867a, #47867a);
  align-items: flex-start;
}

.card_bento-middle-top.dark-green.left {
  align-items: flex-start;
}

.card_bento-middle-top.height-1 {
  height: auto;
  min-height: 40rem;
  overflow: visible;
}

.card_bento-middle-top.height-1.transparent {
  background-color: #0000;
  background-image: none;
  justify-content: flex-end;
}

.section_bento {
  z-index: 20;
  color: #f7f6f5;
  background-color: #231f23;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section_bento.transparent {
  z-index: 40;
  background-color: #0000;
}

.testimonial_bottom-tile {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.card_bento-middle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.features-section-2 {
  z-index: 40;
  background-color: #0000;
  background-image: none;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}

.features-section-2.show-overflow {
  z-index: 1;
  overflow: visible;
}

.features-header {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 24px;
  margin-bottom: 72px;
  display: grid;
}

.features-header.top {
  align-items: start;
}

.features-eyebrow {
  color: #d94f1e;
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  display: inline-flex;
}

.features-headline {
  color: #1a1816;
  letter-spacing: -.04em;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.05;
}

.features-headline.no-margins {
  font-size: clamp(36px, 4.2vw, 58px);
}

.features-grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 18px;
  display: grid;
}

.feature-card-3 {
  cursor: default;
  border-radius: .5rem;
  flex-direction: column;
  gap: 0;
  padding: 36px 32px 32px;
  transition: all .4s;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #1a18160f, 0 0 0 1px #1a181617;
}

.feature-card-3:hover {
  transform: translateY(-14px);
  box-shadow: 0 28px 56px -8px #1a18162e, 0 8px 16px -4px #1a181614, 0 0 0 1px #1a18160f;
}

.feature-card-3.feature-card--accent {
  background-image: linear-gradient(#ce9230, #ce9230);
  justify-content: space-between;
}

.feature-card-3.feature-card--accent:hover {
  transform: translateY(-14px);
  box-shadow: 0 28px 56px -8px #1a181652, 0 8px 16px -4px #1a181629;
}

.feature-card-3.feature-card--accent.is-yellow.left {
  align-items: flex-start;
}

.feature-card-3.is-pink {
  background-color: #c57775;
  justify-content: space-between;
}

.feature-card-3.is-pink.left {
  align-items: flex-start;
}

.feature-card-3.is-green {
  background-color: #739d56;
  justify-content: space-between;
  align-items: flex-start;
}

.feature-card-3.is-yellow {
  background-color: #ce9230;
}

.feature-card-3.is-dark-green {
  background-color: #222f30;
  justify-content: space-between;
  align-items: flex-start;
}

.card-icon-wrap {
  z-index: 3;
  opacity: 1;
  border: 1px solid #1a181617;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-icon-wrap.absolute {
  position: absolute;
  top: 2rem;
}

.card-icon-wrap.green {
  width: 46px;
  height: 46px;
}

.features-footer {
  border-top: 1px solid #1a181617;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  padding-top: 32px;
  display: flex;
}

.features-footer.small-margin {
  margin-top: 0;
}

.features-footer-text {
  color: #3a3636;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.icon-bg {
  position: absolute;
  inset: 0%;
}

.icon-bg.is-white {
  opacity: .3;
  background-color: #fff;
}

.icon-bg.is-green {
  background-color: #739d5680;
  align-self: auto;
}

.icon-bg.is-dark-blue {
  background-color: #264654;
}

.icon-bg.is-light-green {
  background-color: #8ec2bb;
}

.icon-bg.is-green-2 {
  background-color: #2d978b;
}

.icon-bg.is-orange-1 {
  background-color: #e29578;
}

.icon-bg.is-white-2 {
  background-color: #fff;
}

.icon-bg.terra {
  background-color: #ca8452;
}

.light-green {
  color: #327a6c;
}

.home-c_columns {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.margin-0 {
  margin: 0;
}

.left_home-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36.88rem;
  display: flex;
}

.card_home-c-hero {
  z-index: 5;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #eee9e1;
  border-radius: .5rem;
  flex-flow: column;
  max-width: 20rem;
  padding: 24px;
  display: flex;
  position: relative;
}

.card_home-c-hero.max-40-rem {
  max-width: 40rem;
}

.card_home-c-hero.max-40-rem.transparent {
  background-color: #0000;
  justify-content: flex-start;
  align-self: auto;
  display: block;
  overflow: hidden;
}

.wrap_image-home-c {
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 34.69rem;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-c_top-tile {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.image_home-c-hero {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.right_home-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 1px solid #27241f29;
  flex-flow: column;
  padding-left: 32px;
  display: flex;
}

.home-c_p {
  max-width: 25.44rem;
}

.text-size-large {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.icon-block {
  z-index: 50;
  position: absolute;
  inset: 5rem 5rem auto auto;
}

.icon-block.with-bg-color {
  border-radius: .5rem;
  padding: .8rem .5rem;
}

.icon-block.with-bg-color.dark {
  background-color: #0006;
}

.icon-block.with-bg-color.dark.position-2 {
  top: 2rem;
  right: 2rem;
}

.icon-block.with-bg-color.terracota {
  background-image: linear-gradient(#ca8452b3, #ca8452b3);
}

.icon-block.with-bg-color.terracota.position-2 {
  top: 2rem;
  right: 2rem;
}

.icon-block.with-bg-color.dark-blue {
  background-color: #006d7780;
  top: 2rem;
  right: 2rem;
}

.icon-block.with-bg-color.dark-blue-2 {
  background-color: #26465480;
  top: 2rem;
  right: 2rem;
}

.icon-block.with-bg-color.dark-orange {
  background-color: #e7a68d;
  top: 2rem;
  right: 2rem;
}

.icon-block.with-bg-color.orange-5 {
  background-color: #c07b65;
  top: 2rem;
  right: 2rem;
}

.icon-block.with-bg-color.green-2 {
  background-color: #739d5680;
  top: 2rem;
  right: 2rem;
}

.icon-block.with-bg-color.dark-green-2 {
  background-color: #222f30a1;
}

.icon-block.with-bg-color.terra {
  background-color: #ca84528c;
  top: 2rem;
  right: 2rem;
}

.pink {
  color: #f8c5c3;
}

.light-green-2 {
  color: #cde5bc;
}

.light-orange {
  color: #e9ab92;
  font-weight: 500;
}

.about-c-absolute-image {
  position: absolute;
  inset: 0%;
}

.about-c-absolute-image.hide-overflow {
  overflow: hidden;
}

.testimonial-contain-image {
  border-radius: 8px;
  max-height: 560px;
  position: relative;
  overflow: hidden;
}

.testimonial-contain-image._2 {
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  display: flex;
}

.testimonial-contain-image._2.reverse {
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
  max-height: 600px;
}

.testimonial-contain-image._2.reverse.bottom {
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  min-height: 500px;
  max-height: none;
}

.testimonial-card-top-tile {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-testimonial {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 340px;
  height: 416px;
  padding: 24px;
  display: flex;
  position: relative;
}

.card-testimonial.about-c {
  height: 100%;
}

.card-testimonial.about-c.height-auto {
  z-index: 10;
  flex: 0 auto;
  align-items: flex-start;
  height: auto;
  left: auto;
}

.card-testimonial.about-c.height-auto.transparent {
  background-color: #0000;
}

.image-cover-5 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover-5.right {
  width: auto;
  max-width: none;
  height: 100%;
  position: relative;
  right: -13.9rem;
}

.image-cover-5.right.image2, .image-cover-5.right.image3 {
  right: auto;
}

.image-cover-5.right.image4 {
  height: 100%;
  right: -4.9rem;
}

.image-cover-5.right.image5 {
  height: auto;
  right: -2.6rem;
}

.image-cover-5.right.image6 {
  height: auto;
  right: -4.1rem;
}

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

.block-with-images {
  z-index: 1;
  border-radius: .5rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.block-with-images.fixed {
  align-items: flex-end;
  display: block;
  position: relative;
}

.block-with-images.light-green {
  background-color: #c8ddcd;
  justify-content: flex-end;
}

.block-with-images.light-green.no-radius-right {
  border-top-right-radius: 0;
}

.block-with-images.light-orange {
  background-color: #f7bda5;
  border-top-right-radius: 0;
  justify-content: flex-end;
}

.absolute-image {
  position: absolute;
  inset: 0%;
}

.absolute-image.lady {
  z-index: 10;
  display: none;
  top: auto;
}

.radient-yellow {
  background-image: linear-gradient(45deg, #ce9230, #0000);
  position: absolute;
  inset: 0%;
}

.radient-yellow.index2 {
  z-index: 2;
  background-image: linear-gradient(45deg, #ce9230a3, #0000);
}

.quote {
  display: none;
  position: absolute;
}

.quote.orange {
  width: 3rem;
  display: block;
  position: relative;
}

.image-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
}

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

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

.left-facts-sticky {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.right-sticky-facts {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky-sticky-halves {
  position: sticky;
  top: 64px;
}

.transparent-bg {
  position: absolute;
  inset: 0%;
}

.transparent-bg.dark-green {
  opacity: .48;
  background-color: #0000;
  background-image: linear-gradient(90deg, #222f30, #0000);
  border-radius: .5rem;
}

.green-radient {
  background-image: linear-gradient(45deg, #739d56, #0000);
  position: absolute;
  inset: 0%;
}

.green-radient.index5 {
  z-index: 5;
  background-image: linear-gradient(45deg, #739d5680, #0000);
}

.green-radient.darker.index5 {
  background-image: linear-gradient(45deg, #293a1d80, #0000);
}

.text-span-11 {
  font-size: 1rem;
  line-height: 1.1;
}

.text-span-11.white {
  color: #fff;
}

.light-green-overlay {
  z-index: -1;
  background-color: #dae7d3;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.man {
  opacity: .6;
  max-width: none;
  height: 100%;
  position: relative;
  left: 4rem;
}

.man.auto {
  height: 40%;
}

.f-content-list-wrapper {
  z-index: 10;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
  position: relative;
}

.f-content-list-wrapper.width-2 {
  align-self: auto;
  align-items: flex-start;
  max-width: 30rem;
  padding-left: 2rem;
  padding-right: 0;
}

.f-content-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #160042;
  align-items: center;
  display: flex;
}

.f-content-list-item.width-2 {
  width: 90%;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular.hide {
  display: none;
}

.feature-icon-11 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  display: flex;
}

.icon-7 {
  width: 1.2rem;
}

.woman {
  opacity: .25;
  max-width: none;
  height: 100%;
  position: relative;
  right: -14.7rem;
}

.curve-bg {
  z-index: 20;
  background-image: url('../images/Curve.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 464px;
  width: 32%;
  height: 66px;
  padding-top: 12px;
  padding-left: 10%;
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
}

.curve-bg.absolute {
  background-image: none;
  width: 60%;
  height: 4.5rem;
  padding-top: 0;
  top: -4.4rem;
  bottom: auto;
}

.curve_lightgreen {
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0 auto auto;
}

.curve_lightorange {
  height: 100%;
  position: absolute;
  right: 0;
}

.man-3 {
  opacity: .3;
  position: relative;
  right: -10.2rem;
}

.div-block-65 {
  flex: 1;
  align-items: center;
  min-height: 40rem;
  display: flex;
  overflow: hidden;
}

.infinity {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4.9rem;
}

.small-block {
  justify-content: flex-end;
  align-self: flex-end;
  width: 60%;
  display: flex;
}

.description-card {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 20rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
}

.description-card.transparent {
  background-color: #0000;
  border-radius: .5rem;
  position: absolute;
  top: 25%;
  left: auto;
  right: 5%;
}

.arrow-down {
  position: absolute;
  bottom: -1.9rem;
  left: -5.6rem;
}

.arrow-down-2 {
  display: none;
  position: absolute;
}

.image-23 {
  z-index: 50;
  width: 18rem;
  max-width: none;
  position: absolute;
  inset: -6.4rem auto auto -7.1rem;
}

.badge-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  display: flex;
}

.badge-row._w-layout-flex {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.badge {
  color: #fff9;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #b8965a4d;
  border-radius: 2px;
  padding: 7px 16px;
  font-size: 11px;
  font-weight: 500;
}

.hero-right {
  flex: 1;
  justify-content: center;
  padding-top: 50vh;
  animation: .9s cubic-bezier(.22, 1, .36, 1) .3s both heroFadeUp;
  display: flex;
}

.device-outer {
  background-color: #111;
  border-radius: 20px;
  width: 480px;
  padding: 16px 16px 24px;
  position: relative;
  box-shadow: 0 0 0 1px #2a2a2a, 0 50px 100px #000000b3, inset 0 1px #ffffff0d;
}

.device-top-bar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 10px;
  display: flex;
}

.device-camera-dot {
  background: #2a2a2a;
  border: 1px solid #333;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.device-model-label {
  color: #ffffffdb;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
}

.device-led {
  background: #0c6;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 2.5s ease-in-out infinite ledPulse;
  box-shadow: 0 0 6px #0c6;
}

.device-screen {
  aspect-ratio: 4 / 3.6;
  background: #e8e8e8;
  border: 1px solid #333;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.screen-header {
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  display: flex;
}

.screen-header-left {
  color: #1a1a1a;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}

.screen-header-right {
  flex-direction: row;
  align-items: center;
  gap: 5px;
  display: flex;
}

.screen-status-dot {
  background: #0c6;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  animation: 2.5s ease-in-out infinite ledPulse;
}

.screen-status-text {
  color: #888;
  font-size: 8px;
}

.screen-timer-row {
  background-color: #fffcfc;
  border-bottom: 1px solid #d0d0d0;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 14px 4rem 14px 3rem;
  display: flex;
}

.timer-ring-wrap {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  position: relative;
}

.timer-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  display: flex;
  position: absolute;
  inset: 0;
}

.timer-countdown {
  color: #1a1a1a;
  letter-spacing: -.02em;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.timer-label {
  color: #aaa;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 6px;
}

.phase-info {
  flex: 1;
}

.phase-name {
  color: #1a1a1a;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 10px;
  font-weight: 600;
}

.phase-bar-track {
  background: #e0e0e0;
  border-radius: 2px;
  height: 3px;
  margin-bottom: 6px;
  overflow: hidden;
}

.phase-bar-fill {
  background: #b8965a;
  border-radius: 2px;
  width: 0%;
  height: 100%;
  transition: width .5s;
}

.phase-step {
  color: #aaa;
  letter-spacing: .08em;
  font-size: 8px;
  font-weight: 400;
}

.screen-soins-list {
  scrollbar-color: #c8c8c8 #e8e8e8;
  scrollbar-width: thin;
  background-color: #fffcfc80;
  flex-flow: column;
  flex: 1;
  align-self: auto;
  align-items: stretch;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow-y: auto;
}

.soins-section-label {
  color: #999;
  letter-spacing: .25em;
  text-transform: uppercase;
  padding: 8px 14px 4px;
  font-size: 8px;
  font-weight: 700;
}

.soin-row {
  cursor: pointer;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 10px 0;
  padding: 20px 12px;
  display: flex;
}

.soin-row:hover {
  border-color: #b8965a;
  box-shadow: 0 2px 8px #b8965a26;
}

.soin-row.active {
  border-color: #b8965a;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 8px #b8965a33;
}

.soin-left {
  flex: 1;
}

.soin-name {
  color: #1a1a1a;
  margin-bottom: 2px;
  font-size: .8rem;
  font-weight: 600;
}

.soin-subtitle {
  color: #999;
  font-size: 8px;
  font-weight: 400;
}

.soin-right {
  text-align: right;
  margin-left: 8px;
}

.soin-duration {
  color: #b8965a;
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 700;
}

.soin-category {
  color: #bbb;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 400;
}

.screen-spacer {
  height: 8px;
}

.timer-ring-rotate {
  transform: rotate(0);
}

.cp-features {
  z-index: 30;
  color: #2a0f1c;
  padding: 120px 40px;
  position: relative;
  overflow: visible;
}

.cp-features.with-background {
  background-color: #fff9f2;
}

.cp-grid {
  grid-template-columns: 1.35fr 1fr;
  align-items: stretch;
  gap: 48px;
  display: grid;
}

.cp-visual {
  aspect-ratio: 4 / 5;
  border-radius: .5rem;
  align-self: start;
  position: sticky;
  top: 40px;
  overflow: hidden;
}

.cp-right {
  flex-direction: column;
  display: flex;
}

.cp-list {
  grid-auto-flow: dense;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1.15fr;
  gap: 12px 24px;
  display: grid;
}

.cp-list.block {
  flex-flow: column;
  display: flex;
}

.cp-card {
  border: 1px solid #8a24521f;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 24px 24px 28px;
  animation: .8s cubic-bezier(.2, .7, .2, 1) forwards cpReveal;
  display: flex;
  position: relative;
  left: 0;
}

.cp-card:hover {
  background-color: #edfae5;
  border-color: #e94f8a73;
  box-shadow: 0 18px 40px -24px #8a245266;
}

.cp-card.white {
  background-color: #fff;
  border-color: #2d978b;
  border-radius: .5rem;
  transition: all .4s;
}

.cp-card.white:hover {
  background-color: #eafdfb;
  left: .5rem;
}

.cp-card.white.with-light-blue-bg {
  max-width: 30rem;
}

.cp-card.white.with-light-blue-bg:hover {
  background-color: #e1f7f8;
}

.cp-card-body {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  width: 100%;
  min-width: 0;
  display: flex;
}

.cp-desc {
  color: #2a0f1ca6;
  font-size: 14px;
  line-height: 1.55;
}

.image-24 {
  aspect-ratio: auto;
  object-fit: cover;
  max-width: none;
  height: 100%;
}

.section-12 {
  z-index: 2;
  color: #191818e0;
  background-color: #f7f7f2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-12.home-c-insights-section {
  z-index: 30;
  background-color: #e1dcd5;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-12.home-c-insights-section.light-grey {
  z-index: 30;
  background-color: #f0eeed;
}

.section-12.home-c-insights-section.transparent {
  background-color: #0000;
}

.image-cover-7 {
  z-index: 1;
  object-fit: cover;
  color: gray;
  width: 100%;
  height: 100%;
}

.cellum6 {
  width: 80%;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 8rem auto 0%;
}

.hero-with-big-image {
  z-index: 30;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-big {
  z-index: 30;
  background-image: none;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.home-c-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home-c-right._1-row {
  grid-template-rows: auto;
}

.cta-with-icon {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: relative;
}

.main-container-9 {
  z-index: 15;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  overflow: visible;
}

.heading-home-c {
  max-width: 720px;
}

.hero-3-video {
  height: auto;
  min-height: 100svh;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.section-13 {
  z-index: 2;
  background-color: #f8f7f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-13.hero-3 {
  z-index: 30;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section-13.hide-overflow {
  z-index: 30;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.home-c-right-content {
  color: #181e25;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.home-c-right-content.center {
  align-items: flex-end;
}

.home-c-right-content.center.light-pink {
  background-color: #ffe8e3;
}

.home-c-right-content.center.dark-green {
  background-color: #222f30;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.home-c-hero-bottom-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-c-hero-bottom-grid.width-2 {
  width: 80rem;
}

.home-c-hero-bottom-grid.width-2.with-margin-top {
  margin-top: -23.3rem;
  position: relative;
  top: 11.7rem;
}

.hero-3-hero-master {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-3-hero-master.top {
  align-items: flex-start;
}

.home-c-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #181e25;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.home-c-left.pink {
  background-color: #c5777566;
  position: relative;
}

.home-c-left.green-2 {
  background-color: #2d978b8c;
  border-radius: .5rem;
}

.image-wrap-featured-c {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 412px;
  display: block;
  position: relative;
  overflow: hidden;
}

.master-insights {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-h4 {
  letter-spacing: -1px;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-h4.heading-strong-light.dark-blue {
  font-family: Questrial, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.headline-insights-home-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.headline-insights-home-c.small-padding {
  margin-bottom: 0;
  position: static;
}

.content-featured-c {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.content-featured-c.bottom {
  justify-content: flex-end;
}

.featured-article-c-top-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.featured-article-c-top-tile.bottom {
  justify-content: flex-end;
}

.card-featured-blog-c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f7f7f2;
  background-color: #1e1c1b;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: grid;
}

.card-featured-blog-c.light-mode {
  ---mode--collection-a49bdcac-9684-253e-f2a5-ec790ca24346: base;
  text-decoration: none;
}

.card-featured-blog-c.light-mode.white, .card-featured-blog-c.white {
  background-color: #fff;
}

.service-image-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fffdfa;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  height: 512px;
  padding: 16px;
  display: flex;
}

.service-image-tile.height-auto {
  border-radius: .5rem;
  height: auto;
  transition: transform .4s;
}

.service-image-tile.height-auto:hover {
  margin-left: 0;
  position: relative;
  left: auto;
  transform: scale(1.02);
}

.service-image-tile.height-auto.with-borders {
  border: 1px solid #c57775;
}

.image-wrap-slide-blog {
  border-radius: .5rem;
  flex: none;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

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

.grid-services-thirds._2-columns {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 4rem;
}

.image-cover-8 {
  object-fit: cover;
  border-top: 1px solid #24201f1c;
  border-left: 1px solid #24201f1c;
  border-right: 1px solid #24201f1c;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  height: 100%;
}

.text-h5 {
  text-align: left;
  letter-spacing: -.02em;
  align-self: flex-start;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.blog-card-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.bottom-radient-light {
  z-index: 5;
  background-color: #0000;
  background-image: linear-gradient(0deg, #f0eeed, #0000);
  height: 15%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-radient-light.hide-desktop {
  display: none;
}

.image_service-card {
  width: 100%;
  height: 100%;
  position: relative;
}

.card_services-marquee {
  color: #eee9e1;
  border-radius: 16px;
  width: 100%;
  height: 31.44rem;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.icon-wrap_button {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.prob-row {
  color: var(--black);
  background-color: #fff;
  border-radius: .5rem;
  align-self: auto;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.prob-row:hover {
  background-color: #fff;
  border-left: 4px #b8965a;
}

.prob-row.with-lines {
  border-top: 1px solid #f6d8a7;
  border-bottom: 1px solid #f6d8a7;
}

.prob-row.with-lines.light-green {
  border-top-color: #cde5bc;
  border-bottom-color: #cde5bc;
}

.prob-row.with-lines.light-pink {
  border-top-color: #f8c5c3;
  border-bottom-color: #f8c5c3;
}

.prob-row.with-lines.light-blue {
  border-top-color: #37899480;
  border-bottom-color: #37899480;
}

.prob-age {
  text-align: center;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: 96px;
  margin-right: 1rem;
  padding: 28px 0;
  display: block;
}

.prob-age-num {
  color: #b8965a;
  letter-spacing: -.04em;
  text-shadow: 0 1px #b8965a2e;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.prob-age-num.dark-pink {
  color: #c57775;
}

.prob-age-num.yellow {
  color: #ce9230;
}

.prob-age-num.dark-green {
  color: #739d56;
}

.prob-age-num.dark-blue {
  color: #378994;
}

.prob-vline {
  transform-origin: top;
  background-color: #7a7060;
  flex: none;
  width: 1px;
  height: 50%;
  display: flex;
  position: absolute;
  left: 0;
}

.prob-vline:hover {
  background-color: #b8965a;
  width: 100%;
  height: 4px;
  position: absolute;
}

.prob-vline.light-green {
  background-color: #cde5bc;
}

.prob-vline.light-yellow {
  background-color: #f6d8a7;
}

.prob-vline.light-pink {
  background-color: #f8c5c3;
}

.prob-vline.light-green-2 {
  background-color: #cde5bc;
}

.prob-content {
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 28px 0 28px 26px;
  display: flex;
  position: relative;
}

.prob-stage-title.with-margins {
  color: #161210;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
}

.prob-stage-title.with-margins.dark-blue {
  color: #378994;
}

.prob-stage-title.with-margins.dark-yellow {
  color: #ce9230;
}

.prob-stage-title.with-margins.green {
  color: #739d56;
}

.prob-stage-title.with-margins.dark-pink {
  color: #c57775;
}

.freq-section {
  z-index: 30;
  background-color: #f5f0e8;
  padding: 100px 0;
  position: relative;
}

.freq-section.transparent {
  z-index: 50;
  background-color: #0000;
}

.freq-panel {
  background-color: #e7edf0;
  background-image: none;
  border: 1px solid #b8965a26;
  border-radius: .5rem;
  justify-content: center;
  padding: 4rem;
  display: flex;
  position: relative;
}

.freq-panel-grid {
  z-index: 50;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  display: grid;
  position: relative;
}

.freq-list {
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}

._w-layout-flex.freq-right-col {
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  display: flex;
}

.freq-info-card {
  border-left: 3px solid #b8965a;
  border-radius: .5rem;
  max-width: 30rem;
  padding: 14px 20px;
}

.freq-info-card.white {
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 2px 9px #0003;
}

.freq-info-card.white.green-line {
  border-left-color: #739d56;
}

.freq-info-card.white.yellow-line {
  border-left-color: #ce9230;
}

.freq-info-card.white.pink-line {
  border-left-color: #c57775;
}

.freq-info-label {
  color: #493f3d;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
}

.freq-info-label.bold {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.1;
}

.freq-info-label.bold.green {
  color: #739d56;
  font-size: 1.2rem;
  line-height: 1.1;
}

.freq-info-label.bold.yellow {
  color: #ce9230;
}

.freq-info-label.bold.pink {
  color: #c57775;
}

.freq-info-desc {
  color: #493f3d;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.section_home-features {
  z-index: 30;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.home-features_halves {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.home-features_halves.with-margin {
  margin-top: 4rem;
}

.right_home-features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-wrap_about-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card_home-feature {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #f2ece5;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
}

.card_home-feature.blue-1 {
  background-color: #bee1e6;
  position: relative;
}

.card_home-feature.green-5 {
  background-color: #dbece5;
}

.card_home-feature.green-5.small-padding {
  justify-content: center;
  padding: 1.5rem;
}

.card_home-feature.light-orange-1 {
  background-color: #fff3ea;
}

.card_home-feature.light-orange-1.small-padding {
  justify-content: center;
  padding: 1.5rem;
}

.card_home-feature.green-4 {
  background-color: #006d77;
}

.card_home-feature.small-padding {
  justify-content: center;
  padding: 1.5rem;
}

.grid_home-features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.grid_home-features._3-columns {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.image-wrap_home-features {
  border-radius: .5rem;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.list-item-2 {
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}

.number-block {
  background-color: #fff;
  border-radius: .5rem;
  padding: 1rem;
  display: none;
}

.grid-faq-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  position: relative;
}

.section-15 {
  color: #22221f;
  background-color: #fffbf0;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.section-15.transparent {
  z-index: 30;
  background-color: #0000;
  background-image: url('../images/endermolift3.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.3;
}

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

.plus-expand-master.dark-1 {
  background-color: #181c2b;
}

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

.left-faq-halves.width-2 {
  max-width: 30rem;
}

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

.plus-line {
  background-color: #fff;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

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

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

.master-expandable-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.main-container-12 {
  width: 100%;
  max-width: 1396px;
  padding-left: 24px;
  padding-right: 24px;
}

.expandable-single-faq {
  cursor: pointer;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 40px;
}

.heading-expandable {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-expandable.dark-green {
  color: #006d77;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
}

.results-section {
  z-index: 30;
  padding: 120px 0 130px;
  position: relative;
  overflow: hidden;
}

.results-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  display: grid;
}

.results-grid.white {
  background-color: #fff;
  border-radius: .5rem;
  padding: 4rem;
  box-shadow: 0 2px 10px #0003;
}

.results-left {
  border-right: 1px solid #b8915a38;
  flex-flow: column;
  justify-content: flex-start;
  padding-right: 80px;
  display: block;
  position: relative;
}

.results-eyebrow {
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  display: flex;
}

.results-eyebrow-line {
  background: #b8915a38;
  flex: 1;
  max-width: 60px;
  height: 1px;
}

.results-body-1 {
  color: #181c2b;
  margin-bottom: 18px;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}

.results-right {
  padding-left: 72px;
}

.results-stat-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.stat-card {
  background-color: #fff;
  border: 1px solid #b8915a38;
  border-radius: .5rem;
  padding: 36px 28px 30px;
  position: relative;
  overflow: hidden;
}

.stat-card.yellow-1 {
  background-color: #ce9230;
}

.stat-card.green-2 {
  background-color: #2d978b;
}

.stat-card.green-4 {
  background-color: #222f30;
}

.stat-card.orange-1 {
  background-color: #d67247;
}

.stat-number {
  color: #b8915a;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: clamp(2.6rem, 3.5vw, 4rem);
  font-weight: 700;
  line-height: 1;
}

.stat-number.white {
  color: #fff;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 4rem;
}

.stat-label {
  color: #181c2b;
  letter-spacing: .02em;
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}

.stat-label.white {
  color: #fff;
}

.video-block-vertical {
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-block-vertical._120 {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 140%;
  display: block;
  top: auto;
  bottom: auto;
}

.section-with-2-blocks {
  z-index: 60;
  position: relative;
}

.lpg60 {
  position: absolute;
  inset: auto 0% auto auto;
}

.dark-blue {
  color: #264654;
  font-weight: 600;
}

.image-25 {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dark-green {
  color: #006d77;
}

.slider-image-background {
  z-index: 3;
  background-color: #181c2b;
  display: block;
  position: absolute;
  inset: 0%;
}

.services_layer-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
}

.tabs-menu_faq {
  background-color: #dbd4c9;
  border-radius: 100vw;
  margin-bottom: 64px;
  padding: 4px;
}

.tabs-menu_faq.medium {
  z-index: 40;
  background-color: #fff;
  padding: 1rem;
}

.headline_faq-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 60rem;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs_faq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs_faq.with-padding {
  padding-top: 6rem;
}

.tabs-content_services {
  width: 100%;
  overflow: visible;
}

.section_service-tabs {
  z-index: 30;
  background-color: #0000;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.tab-link_faq {
  color: #27241f;
  text-align: center;
  background-color: #bee1e6;
  border-radius: 100vw;
  min-width: 11.25rem;
  padding: 8px 16px;
  transition: color .3s, background-color .3s;
}

.tab-link_faq:hover {
  background-color: #006d77a1;
}

.tab-link_faq.w--current {
  color: #eee9e1;
  background-color: #006d77;
  display: inline-block;
}

.services_layer-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
}

.padding-global-7 {
  padding-left: 32px;
  padding-right: 32px;
}

.container-large-6 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.image-27 {
  max-width: 30rem;
  position: absolute;
  inset: -2.6rem 8rem auto auto;
}

.list-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 85%;
  display: flex;
}

.tab-wrapper {
  border-radius: .5rem;
}

.tab-wrapper.white {
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem;
  box-shadow: 0 4px 15px 1px #0003;
}

.text-block-14 {
  font-family: Questrial, Verdana, sans-serif;
  font-size: 1.4rem;
}

.section-cta {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-cta.dark-blue {
  z-index: 30;
  background-color: #181c2b;
  position: relative;
}

.compare-scroll-media-wrapper {
  z-index: 20;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.compare-scroll-media-wrapper.is-before {
  display: block;
  overflow: hidden;
}

.compare-scroll-inner {
  aspect-ratio: 16 / 9;
  border-radius: .5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-compare-desktop {
  z-index: 30;
  display: block;
  position: relative;
}

.compare-media-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.compare-scroll-animation-size {
  max-width: 100rem;
  height: 300vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.compare-scroll-before-media, .compare-scroll-after-media {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.compare-scroll-text-wrapper {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  min-width: 10rem;
  padding: 1rem;
  font-size: 3rem;
  position: absolute;
  top: auto;
  bottom: 2rem;
  right: auto;
}

.compare-scroll-text-wrapper.color-1 {
  z-index: 30;
  background-color: #0000;
  background-image: linear-gradient(0deg, #222f3099, #0000);
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  display: block;
  left: auto;
  right: auto;
}

.compare-scroll-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.title-block-3 {
  z-index: 50;
  justify-content: center;
  align-self: auto;
  width: 100%;
  display: flex;
  position: absolute;
  top: -5.6rem;
  left: auto;
}

.text-h1-highlighted.size-2 {
  font-size: 2.5rem;
}

.text-h1-highlighted.size-2.white {
  color: #fff;
}

.image-28 {
  height: 100%;
  position: static;
}

.before_after-block {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.before_after-block.absolute {
  position: absolute;
  right: auto;
}

.before_after-block.absolute.col-or-1 {
  background-image: linear-gradient(45deg, #332a25a3, #0000), linear-gradient(#ca8452, #ca8452);
}

.before_after-block.absolute.color-2 {
  background-image: linear-gradient(#bca482, #bca482);
}

.section-compare-mobile {
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: none;
}

.colored-section {
  z-index: 30;
  position: relative;
}

.image-29 {
  z-index: -1;
  opacity: .22;
  height: 85%;
  position: absolute;
  inset: auto auto 0% 2rem;
}

.hero-overlay-on-hover {
  background-image: linear-gradient(45deg, #000000c4, #0000), linear-gradient(#ac714773, #ac714773), linear-gradient(#00000045, #00000045);
}

.div-block-69 {
  flex-flow: column;
  width: 70%;
  display: flex;
  overflow: hidden;
}

.light-green-overlay-2 {
  background-image: linear-gradient(0deg, #c7fae7, #0000);
  position: absolute;
  inset: 0%;
}

.block-video {
  z-index: 150;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 750px;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.overlay-30 {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.overlay-30.beige {
  background-color: #faede3;
}

.overlay-10-opacity {
  z-index: 10;
  background-image: linear-gradient(0deg, #00000094, #0000);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-radient-brown {
  background-image: linear-gradient(90deg, #ac7147, #0000);
  position: absolute;
  inset: 0%;
}

.bold-text-5 {
  font-weight: 700;
}

.image-30 {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-infinity {
  z-index: 30;
  padding-top: 10rem;
  padding-bottom: 20rem;
  display: flex;
  position: relative;
}

.section-infinity.white {
  background-color: #fff;
}

.image-31 {
  opacity: .32;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.video-section-cellu-m6 {
  z-index: 30;
  padding-top: 4rem;
  padding-bottom: 10rem;
  position: relative;
}

.video-section-cellu-m6.dark-grey {
  background-color: #333;
}

.video-section-cellu-m6.grey {
  background-color: #e7edf0;
}

.div-block-71 {
  justify-content: space-between;
  display: flex;
}

.image-32 {
  width: 19rem;
  max-width: none;
  position: absolute;
  inset: auto 10% 15% auto;
}

.block-title {
  max-width: 35rem;
  margin-left: 4.5rem;
}

.section-endermologie {
  padding-top: 10rem;
  padding-bottom: 20rem;
  display: flex;
}

.section-endermologie.white {
  z-index: 30;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.block-video-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 620px;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-video-2.negatige-margin {
  margin-top: -9.3rem;
}

.image-33 {
  z-index: 50;
  max-width: 18rem;
  position: absolute;
  inset: auto 10% -9.4rem auto;
}

.section-with-absolute-image {
  position: relative;
}

.section-with-absolute-image.show-desktop {
  display: block;
}

.section-with-absolute-image.show-mobile {
  display: none;
}

.colored-text-block {
  border-radius: .5rem;
  max-width: 40rem;
  margin-left: 0;
  padding: 2rem;
}

.colored-text-block.white {
  background-color: #fff;
  max-width: 35rem;
  margin-left: 0;
  padding: 2rem;
}

.colored-text-block.grey {
  background-color: #333;
  max-width: 35rem;
}

.colored-text-block.terra {
  background-color: #ca8452;
  max-width: 35rem;
}

.quote-icon {
  z-index: 1;
  opacity: .65;
  object-fit: contain;
  width: 4em;
  display: none;
  position: relative;
}

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

.video-hover-block.padding-top {
  padding-top: 80px;
}

.video-hover-button {
  z-index: 35;
  cursor: pointer;
  background-color: #ca845261;
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.role-text-1 {
  color: #e4c6be;
  font-size: 1em;
  font-weight: 400;
  display: none;
}

.container-21 {
  z-index: 15;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
}

.section-visite-virtuelle {
  z-index: 10;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-visite-virtuelle.is-parallax-sec {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.background-gradient-2 {
  z-index: 7;
  background-image: linear-gradient(#0006, #0006);
  position: absolute;
  inset: 0%;
}

.parallax-trigger {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-icon {
  filter: none;
}

.parallax-background-2 {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.name-text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  text-transform: none;
  margin-bottom: .4em;
  padding-top: 0;
  font-size: 1.3em;
  font-weight: 600;
}

.video-icon-wrapper {
  background-color: #ca84528c;
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

._3d-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.heading-16.is-case-title-1 {
  z-index: 5;
  color: #ffffffd6;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .7em;
  font-family: PT Serif, serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 44px;
}

.padding-inner-4 {
  padding: 10em 0;
}

.radient-overlay {
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.radient-overlay.pink {
  background-color: #ec8a96;
  background-image: linear-gradient(90deg, #c57775, #0000);
}

.white-radient-overlay {
  background-image: linear-gradient(0deg, #fff, #0000);
  position: absolute;
  inset: 0%;
}

.white-radient-overlay.right {
  background-image: linear-gradient(90deg, #fff, #0000);
}

.white-radient-overlay.left {
  background-image: linear-gradient(270deg, #fff, #0000);
}

.light-orange-1 {
  color: #e7a68d;
}

.light-orange-2 {
  color: #fcc3b0;
}

.light-green-overlay-3 {
  background-image: linear-gradient(45deg, #dbece5, #0000);
  position: absolute;
  inset: 0%;
}

.light-green-overlay-3.right {
  background-image: linear-gradient(315deg, #dbece5, #0000);
}

.light-orange-bold {
  color: #e7a68d;
  font-weight: 600;
}

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

.applicateur {
  max-width: 15rem;
  position: absolute;
  inset: auto 0% -43% auto;
}

.image-banner {
  z-index: 50;
  max-width: none;
  height: 100%;
  position: relative;
}

.hero-mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .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);
  }

  .heading-h1 {
    border-left: 8px solid var(--white);
    margin-right: 0;
    padding-left: 9px;
    padding-right: 0;
  }

  .heading-h1.white {
    border-left: 8px none var(--white);
    padding-left: 9px;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-family: Questrial, Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
  }

  .paragraph.dark {
    font-size: 1.5rem;
    display: block;
  }

  .paragraph.dark.white {
    color: var(--floral-white);
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.align-left {
    border-left: 0px solid var(--white);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph.white3 {
    font-size: 1.5rem;
  }

  .scroll-wrapper {
    right: 100px;
  }

  .scroll-line-overlay {
    background-color: #a53c11;
  }

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

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

  .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-line {
    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/app-cellum6-lef-banner.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: 0;
    margin-left: auto;
  }

  .heading-h4 {
    margin-top: 0;
  }

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

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

  .content-section.bg-color {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

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

  .hero-info-block {
    max-width: 45rem;
  }

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

  .buttons-wrapper {
    clear: none;
    justify-content: center;
  }

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

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

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

  .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-9 {
    text-align: left;
    font-style: normal;
  }

  .heading-h2-2.white {
    border-left: 8px solid var(--white);
    border-radius: 0;
    padding-left: 7px;
  }

  .video-section-2 {
    padding-right: 30px;
  }

  .hero-wrapper, .hero-wrapper.a-propos {
    max-height: none;
  }

  .layout419_card.is-4th {
    background-color: #0000;
    background-image: linear-gradient(#bba381, #bba381);
  }

  .shecklist-icon._2 {
    outline-offset: 5px;
    background-color: #df815f;
    border: 1px #df815f;
    outline: 3px solid #df815f;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .shecklist-icon._2.white {
    outline-width: 3px;
  }

  .absolute_bg_image._2 {
    background-image: url('../images/femme_banner1.avif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .containner-large-2 {
    max-width: 1150px;
  }

  .bg-square-3 {
    outline-width: 70px;
  }

  .top-radient.dark {
    background-image: linear-gradient(#181c2b, #0000);
  }

  .container-large-2.width-medium {
    max-width: 80rem;
  }

  .absolute-image.lady {
    display: none;
  }

  .div-block-65 {
    flex: 1;
  }

  .infinity {
    left: -4.9rem;
  }

  .small-block {
    justify-content: flex-end;
    width: 60%;
  }

  .div-block-69 {
    width: 65%;
  }

  .image-banner {
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .heading-h1.white {
    border-left-style: none;
  }

  .paragraph.dark {
    display: block;
  }

  .paragraph.white.is-6 {
    font-size: 1.4rem;
  }

  .scroll-line-overlay {
    background-color: #a53c11;
  }

  .heading-h2.white {
    font-size: 3.3rem;
  }

  .footer {
    background-position: 15% 100%;
    background-size: auto 85%;
  }

  .content-wrapper {
    margin-left: auto;
  }

  .content-wrapper.hero {
    max-width: 80rem;
  }

  .video-section {
    margin-top: 0;
  }

  .video-section.transparent {
    background-image: none;
  }

  .video-overlay {
    z-index: 50;
  }

  .hero-info-block {
    max-width: 40rem;
  }

  .footer-links-wrapper._4-columns {
    max-width: 50rem;
  }

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

  .section_two.with-bg-light-brown2 {
    display: flex;
  }

  .layout517_card {
    align-items: center;
  }

  .layout517_content-bottom {
    max-width: 90rem;
  }

  .layout419_card.is-4th {
    background-color: #0000;
    background-image: linear-gradient(#bba381, #bba381);
  }

  .layout419_card-content {
    width: 100%;
    max-width: none;
  }

  .containerr.center {
    max-width: 70rem;
  }

  .image-12 {
    height: 75%;
  }

  .shecklist-icon._2.white {
    outline-width: 3px;
  }

  .absolute_bg_image._2 {
    background-image: url('../images/femme_banner1.avif');
    background-position: 90% 20%;
    background-repeat: no-repeat;
    background-size: auto 150%;
    background-attachment: fixed;
  }

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

  .paragraph-blobk {
    max-width: 40rem;
  }

  .nav-contact-text {
    font-size: .9rem;
    line-height: 1.2;
  }

  .menu-link-title {
    font-size: 1.1rem;
  }

  .bg-square-3 {
    outline-width: 75px;
    width: 70px;
    height: 70px;
    top: 2rem;
  }

  .bg-square-3.is-light-orange-2, .bg-square-3.is-light-pink {
    top: 1.3rem;
  }

  .bg-square4 {
    transform: scale(1);
  }

  .grid-6-image.height-2 {
    height: 37em;
  }

  .list-title-2.is-black {
    font-size: 1.4rem;
  }

  .center-block.hide-overflow.with-features {
    padding: 6em;
  }

  .feature-card-bottom-tile.width-2 {
    max-width: 23rem;
  }

  .bg-square-light {
    outline-width: 75px;
    width: 70px;
    height: 70px;
  }

  .container-large-2.width-medium {
    max-width: 80rem;
  }

  .image_cover.horizontal {
    display: block;
    position: relative;
    bottom: 4rem;
  }

  .image_cover.vertical {
    display: inline-block;
  }

  .card_bento-right.orange-bg.height-2 {
    height: 45rem;
    overflow: visible;
  }

  .text-wrap_bento-card.width-2 {
    align-self: auto;
    align-items: flex-start;
  }

  .wrap_image-home-c.height-2 {
    height: 40rem;
  }

  .image-cover-5.right.image4 {
    right: -9.4rem;
  }

  .block-with-images.light-green {
    justify-content: flex-end;
    align-self: auto;
    display: flex;
  }

  .block-with-images.light-orange {
    justify-content: flex-end;
    align-self: auto;
    display: flex;
    left: 0;
  }

  .absolute-image.lady {
    height: 100%;
    display: block;
    left: -9.4rem;
    right: auto;
    overflow: clip;
  }

  .quote {
    z-index: 10;
    max-width: 10%;
    display: block;
    top: 1.1rem;
    left: 6.4rem;
  }

  .quote.orange {
    display: none;
  }

  .left-facts-sticky {
    max-width: 40rem;
  }

  .man {
    left: 8rem;
  }

  .woman {
    opacity: 1;
    left: auto;
    right: -9.4rem;
  }

  .man-3 {
    opacity: 1;
  }

  .div-block-65 {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .infinity {
    left: -7.9rem;
  }

  .small-block {
    justify-content: flex-end;
    width: 60%;
    margin-right: 4rem;
    display: flex;
  }

  .description-card.transparent {
    top: 35%;
    left: 15%;
    right: auto;
  }

  .arrow-down {
    display: none;
  }

  .arrow-down-2 {
    display: block;
    position: absolute;
    bottom: -4.1rem;
    right: -4.9rem;
    transform: rotate(26deg);
  }

  .hero-right {
    padding-top: 60vh;
  }

  .cellum6 {
    max-width: none;
  }

  .hero-with-big-image {
    padding-top: 0;
  }

  .results-body-1 {
    font-size: 1.4rem;
  }

  .div-block-69 {
    width: 100%;
  }

  .image_cover_vertical {
    display: none;
  }

  .block-video.negative-margin {
    min-height: 850px;
  }

  .image-30 {
    right: 10%;
  }

  .image-32 {
    width: 25rem;
    position: absolute;
    inset: auto 5% 16% auto;
  }

  .image-33 {
    right: 15%;
  }

  .image-banner {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .heading-h1.white {
    border-left-style: none;
  }

  .paragraph.dark {
    flex-flow: column;
    max-width: 40rem;
    font-size: 1.6rem;
    display: block;
  }

  .paragraph.dark.with-margins {
    font-size: 1.6rem;
  }

  .paragraph.white {
    align-self: auto;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .paragraph.white.is-6 {
    max-width: none;
  }

  .paragraph.white3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .scroll-line-overlay {
    background-color: #a53c11;
  }

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

  .title.light.blue.color-2 {
    color: #2d978b;
  }

  .info-wrapper {
    display: flex;
  }

  .button-arrow {
    border-top-color: #fff;
    border-right-color: #fff;
  }

  .footer {
    background-position: 0 100%;
    background-size: auto 85%;
  }

  .footer-block {
    max-width: none;
  }

  .footer-block.width-3 {
    max-width: 16rem;
  }

  .content-wrapper, .content-wrapper.hero {
    max-width: 80rem;
  }

  .content-wrapper.hero._100rem-width {
    max-width: 100rem;
  }

  .content-wrapper.flex-horizontal {
    z-index: 800;
    justify-content: space-between;
    max-width: 90rem;
    display: flex;
  }

  .content-wrapper.absolute {
    left: 0;
    right: 0;
  }

  .info-block {
    width: auto;
    max-width: 50rem;
    display: block;
  }

  .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: linear-gradient(to bottom, null, null), url('../images/app-cellum6-lef-banner.png');
    background-position: 0 0, 15% 100%;
    top: auto;
    overflow: visible;
  }

  .video-section.transparent {
    background-image: none;
    flex-flow: column;
    justify-content: space-between;
    padding-bottom: 10rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
  }

  .newsletter-info {
    max-width: 95%;
  }

  .button.transparent {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .content-section.bg-color {
    padding-left: 0;
  }

  .testimonial-info-block.show-overlay {
    display: block;
  }

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

  .hero-info-block {
    max-width: 45rem;
  }

  .footer-links-wrapper._4-columns {
    flex: none;
    max-width: 50rem;
  }

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

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

  .heading-2.white {
    order: 0;
    margin-right: 0;
    display: block;
  }

  .content-wrapper-2 {
    max-width: 80rem;
  }

  .paragraph-3.dark {
    max-width: 670px;
  }

  .section-2.bg-image {
    background-image: url('../images/Banner134.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-3 {
    display: flex;
  }

  .section-instagram {
    z-index: 30;
  }

  .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;
    padding-left: 0%;
    padding-right: 0%;
    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;
  }

  .content-grid-3 {
    grid-column-gap: 15em;
    grid-row-gap: 15em;
  }

  .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-4th {
    background-color: #bba381;
    background-image: none;
  }

  .layout419_card.is-5th {
    background-color: #0000;
    justify-content: center;
  }

  .layout419_card-content {
    width: auto;
    max-width: none;
  }

  .layout419_image-wrapper {
    overflow: visible;
  }

  .layout419_image {
    display: inline-block;
  }

  .margin-botttom.margin-xsmall, .margin-botttom.margin-medium, .layout419_content-right {
    max-width: none;
  }

  .layout419_content-left {
    max-width: 40rem;
  }

  .text-size-mediumm {
    font-size: 1.3rem;
  }

  .paragraph-6.white {
    max-width: none;
    font-size: 1.7rem;
  }

  .containerr.center {
    max-width: 75rem;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-10.white {
    text-align: left;
    align-self: center;
    font-size: 1.3rem;
  }

  .paragraph-10.white.no-padding {
    flex: 1;
    max-width: none;
  }

  .image-12 {
    height: 75%;
    left: 8rem;
  }

  .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: 3px;
    width: .8rem;
    height: .8rem;
  }

  .checklist-item {
    align-items: flex-start;
  }

  .checklist._2rem {
    padding-top: 2rem;
  }

  .absolute_bg_image._2 {
    background-image: url('../images/femme_banner1.avif');
    background-position: 60% 15%;
    background-repeat: no-repeat;
    background-size: auto 160%;
    background-attachment: fixed;
  }

  .overlay_radient.orange {
    background-image: linear-gradient(#f4a96f, #0000);
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .body-displayy.lightt {
    font-size: 1.5rem;
  }

  .separation-section {
    top: 0;
  }

  .div-block-13 {
    position: relative;
  }

  .div-block-14 {
    position: static;
    top: 0;
  }

  .content-detail-wrapp {
    flex: none;
  }

  .section-infos-contacst {
    padding-left: 5%;
    padding-right: 5%;
  }

  .card-ui-graph.terracota {
    width: auto;
    min-width: auto;
  }

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

  .big-overlay {
    z-index: 0;
    width: 70%;
  }

  .big-overlay._70-width.transparent {
    z-index: -1;
  }

  .big_overlay {
    width: 35%;
  }

  .text-block-13 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .paragraph-blobk {
    max-width: 50rem;
  }

  .dropdown-list.is-services {
    left: 0;
    right: auto;
  }

  .nav-contact-text {
    font-size: .9rem;
    line-height: 1.2;
  }

  .menu-link-3-image {
    height: 13em;
  }

  .nav-block-2 {
    flex: 0 auto;
  }

  .menu-link-title {
    font-size: 1.3rem;
  }

  .main-nav.transparent {
    justify-content: flex-end;
    display: flex;
  }

  .navbar.desktop.relative {
    justify-content: flex-end;
    display: block;
  }

  .bold.light {
    color: #f79167;
  }

  .bold.light.is-blue.color-1 {
    color: #2d978b;
    -webkit-text-stroke-color: #37b8a9;
  }

  .bg-overlay.darker {
    background-image: linear-gradient(#e45a47, #e45a47);
  }

  .bg-square-3 {
    outline-width: 80px;
    outline-color: #d67247;
    width: 80px;
    height: 80px;
    display: block;
    top: 2rem;
  }

  .bg-square-3.position3 {
    top: 0;
  }

  .bg-square-3.is-blue {
    opacity: .5;
    outline-color: #68b9b0;
  }

  .bg-square-3.is-blue.position-1 {
    top: 3rem;
  }

  .bg-square-3.is-light.green.position-1, .bg-square-3.is-light.pink.position-1 {
    top: 1.3rem;
  }

  .bg-square-3.is-light-2 {
    top: 3rem;
  }

  .bg-square-3.is-light-orange-2, .bg-square-3.is-light-pink {
    top: 1rem;
  }

  .title-block {
    display: flex;
  }

  .title-block.show-overflow {
    max-width: none;
  }

  .title-block.with-circle.show-overflow {
    flex: 1;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-end;
  }

  .title-block.with-circle.show-overflow.absolute {
    align-self: flex-start;
  }

  .title-block.with-circle.show-overflow.width-2 {
    flex: 0 auto;
  }

  .title-block.medium-width {
    max-width: 35rem;
  }

  .section_ender-2.big-padding {
    padding-top: 10em;
  }

  .content-3-grid-column.medium {
    min-width: 30rem;
    max-width: 30rem;
  }

  .list-paragraph.white {
    min-width: 0;
    max-width: none;
  }

  .hero-4-content.medium-padding {
    max-width: 45em;
  }

  .hero-4-column-1.show-desktop {
    justify-content: center;
    display: flex;
  }

  .top-radient.light {
    width: 100%;
    height: 50%;
    top: 25%;
    right: 0;
  }

  .bg-square4 {
    transform: none;
  }

  .grid-6-image.height-2 {
    height: 40em;
  }

  .body-m._3 {
    max-width: 25rem;
  }

  .feature-card-home-c.light-blue-3 {
    justify-content: space-between;
  }

  .feature-card-home-c.green-2 {
    max-width: none;
  }

  .feature-card-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
    max-width: 30rem;
  }

  .feature-card-bottom-tile.width-2 {
    max-width: 25rem;
  }

  .circle-label.absolute {
    top: .5rem;
    bottom: auto;
  }

  .features-section.padding-medium {
    align-self: stretch;
  }

  .bg-square-light {
    outline-width: 80px;
    width: 80px;
    height: 80px;
  }

  .medium-wiidth-block {
    min-width: 50rem;
    max-width: 50rem;
  }

  .section-1, .bg-color {
    display: block;
  }

  .paragraph-block {
    align-items: center;
    min-width: 0;
    max-width: none;
  }

  .hero-home-b_gallery-grid_tile {
    flex: 1;
    align-items: stretch;
    display: flex;
  }

  .container-large-2.width-medium {
    justify-content: space-between;
    max-width: 90rem;
    padding-left: 0;
    display: block;
  }

  .container-large-2.width-medium.footer-3 {
    justify-content: center;
    max-width: 90rem;
  }

  .image_cover.vertical {
    display: none;
  }

  .image_cover.horizontal {
    bottom: 10rem;
  }

  .section_hero-home-b.transparent {
    position: static;
  }

  .hero-home-b_gallery-grid {
    align-content: stretch;
    align-items: stretch;
    max-height: none;
  }

  .hero-home-b_gallery-grid_image-wrap {
    align-items: flex-end;
    min-height: 0;
    max-height: none;
    display: block;
    overflow: hidden;
  }

  .hero-home-b_gallery-grid_image-wrap.height-2 {
    min-height: 0;
    overflow: clip;
  }

  .hero-home-b_gallery-grid_image-wrap.height-2.show-mobile {
    display: none;
  }

  .grid_bento._2-col {
    align-content: stretch;
  }

  .card_bento-right {
    align-items: flex-end;
  }

  .card_bento-right.orange-bg.height-2 {
    justify-content: flex-end;
    height: 45rem;
  }

  .card_testimonial.bento-testimonial.is-light-orange.bottom {
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    overflow: visible;
  }

  .card_bento-middle-top {
    justify-content: space-between;
  }

  .card_bento-middle-top.dark-green {
    align-items: flex-end;
  }

  .card_bento-middle-top.dark-green.left {
    align-items: flex-start;
  }

  .card_bento-middle-top.height-1 {
    justify-content: space-between;
  }

  .card_bento-middle {
    align-items: stretch;
  }

  .card-icon-wrap {
    align-self: auto;
  }

  .icon-bg.is-white {
    display: block;
  }

  .wrap_image-home-c.height-2 {
    height: 45rem;
  }

  .testimonial-contain-image._2.reverse {
    max-height: 700px;
  }

  .testimonial-card-top-tile {
    flex: 0 auto;
  }

  .card-testimonial.about-c.height-auto {
    flex: 0 auto;
    align-items: flex-start;
  }

  .image-cover-5.right.image4 {
    right: -7.9rem;
  }

  .block-with-images.fixed {
    position: fixed;
  }

  .block-with-images.light-green.no-radius-right {
    justify-content: flex-end;
  }

  .absolute-image.lady {
    z-index: 10;
    height: 100%;
    inset: 0% auto 0% -7.9rem;
  }

  .quote {
    z-index: 10;
    max-width: 10%;
    display: block;
    position: absolute;
    inset: 2rem auto auto 8.6rem;
  }

  .quote.orange {
    display: none;
  }

  .image-block {
    align-items: center;
  }

  .light-green-overlay {
    background-color: #dae7d3;
    height: 60%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .man {
    height: 130%;
  }

  .f-content-list-wrapper.width-2 {
    max-width: 30rem;
  }

  .icon-7 {
    width: 1.2rem;
  }

  .woman {
    opacity: 1;
    height: 110%;
    display: block;
    bottom: auto;
    right: -5rem;
  }

  .curve-bg.absolute {
    background-image: none;
    width: 60%;
  }

  .man-3 {
    opacity: 1;
    right: 0;
  }

  .div-block-65 {
    flex: 1;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .infinity {
    left: -1.1rem;
  }

  .small-block {
    justify-content: flex-end;
    align-self: flex-end;
    width: 55%;
    display: flex;
  }

  .description-card.transparent {
    top: 25%;
    left: 25%;
  }

  .device-outer {
    width: 480px;
  }

  .screen-timer-row {
    justify-content: center;
    padding-left: 2rem;
    padding-right: 3rem;
  }

  .soin-row.active {
    justify-content: space-between;
    align-self: auto;
    width: auto;
  }

  .soin-name {
    font-size: .9rem;
  }

  .timer-ring-rotate {
    transform: rotate(0);
  }

  .cp-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 8fr 4fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .cp-visual {
    aspect-ratio: 4 / 5;
    width: auto;
    height: auto;
    display: block;
  }

  .cp-list.block {
    align-self: auto;
  }

  .cp-card {
    flex: 1;
    justify-content: space-between;
  }

  .cp-card.white {
    aspect-ratio: auto;
    flex: 1;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .image-24 {
    object-fit: cover;
    width: auto;
    display: block;
  }

  .cellum6 {
    align-self: auto;
    width: 80%;
    max-width: none;
  }

  .hero-with-big-image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-big {
    align-items: center;
    position: relative;
  }

  .home-c-hero-bottom-grid.width-2 {
    flex: 0 auto;
    width: 90rem;
  }

  .hero-3-hero-master {
    justify-content: center;
  }

  .freq-panel {
    justify-content: center;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
  }

  .freq-panel-grid {
    place-items: start;
  }

  ._w-layout-flex.freq-right-col {
    align-items: flex-end;
  }

  .lpg60 {
    top: auto;
    bottom: -10.2rem;
  }

  .compare-scroll-inner {
    aspect-ratio: 16 / 9;
    flex: 0 auto;
  }

  .compare-scroll-sticky {
    height: 100vh;
  }

  .block-video.negative-margin {
    width: 60%;
  }

  .image-30 {
    right: 15%;
  }

  .div-block-71 {
    justify-content: space-between;
    align-items: stretch;
  }

  .image-33 {
    right: 20%;
  }

  .image-34 {
    width: 100%;
  }

  .image-banner {
    height: auto;
  }
}

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

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

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

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

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

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

  .section.bg-image {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-section.bg-color {
    padding-left: 30px;
  }

  .content-section.post-page {
    min-height: 1100px;
    position: relative;
  }

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

  .hero-info-block {
    position: relative;
    left: -114px;
  }

  .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-bg-video {
    height: 71vh;
  }

  .bg-square {
    top: -100px;
    right: -100px;
  }

  .instructor-info-content {
    max-width: 100%;
    margin-top: 50px;
    margin-left: 0%;
  }

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

  .pricing-plan-heding {
    font-size: 50px;
    line-height: 55px;
  }

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

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

  .paragraph-3 {
    margin-top: 20px;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color {
    margin-right: 0;
  }

  .video-section-2 {
    padding: 100px 30px;
  }

  .top-white-2 {
    display: none;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .fullscreen-hero {
    padding-bottom: 4em;
  }

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

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

  .containerr {
    padding-left: 6em;
    padding-right: 6em;
  }

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

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

  .heading-11.largee {
    font-size: 42px;
  }

  .circle-linkk {
    width: 160px;
    height: 160px;
  }

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

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

  .container-8 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .brand-link-block {
    border-right-width: 0;
    border-right-color: #0000;
    padding-left: 1.3em;
    padding-right: 1.8em;
  }

  .dropdown-list.w--open {
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #12042c26;
    border-bottom: 1px solid #12042c26;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-list.is-contacts {
    position: absolute;
    top: 5.7em;
    left: 0;
    right: 0;
    box-shadow: 0 100px 90px -30px #121827f0;
  }

  .main-button-2:hover {
    letter-spacing: .15em;
  }

  .nav-block-1 {
    min-width: auto;
  }

  .dropdown-toggle {
    color: #12042c;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 1.2em;
  }

  .dropdown-toggle:hover {
    color: #12042c;
  }

  .menu-buttons {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-wrap: wrap;
  }

  .menu-sublinks-1 {
    background-color: #dbdadf;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-link-3 {
    color: #12042c;
    border-left-width: 0;
    border-left-color: #0000;
    min-height: 4.5em;
    font-size: 1.3em;
  }

  .nav-link-3:hover {
    color: #12042c;
  }

  .menu-share-icon {
    flex: none;
    display: block;
  }

  .contact-menu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-menu-grid.is-last {
    grid-template-columns: .75fr 1fr;
  }

  .contact-menu-grid-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-mobile-text {
    letter-spacing: .3em;
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 600;
    line-height: 1.1em;
  }

  .dropdown-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-block-2 {
    z-index: 99;
    background-color: #fff;
    padding: 0;
    position: absolute;
    top: 6em;
    box-shadow: 0 100px 90px -30px #121827f0;
  }

  .mobile-menu-button {
    background-color: #fff;
    border-left: 1px solid #d4a0ff54;
    padding: 0;
  }

  .mobile-menu-button.w--open {
    color: #12042c;
    background-color: #e2e2e2;
  }

  .menu-links-3 {
    background-color: #12042c26;
    padding: 1.5em;
  }

  .nav-block-3 {
    grid-column-gap: 1.25em;
    grid-row-gap: 0em;
    margin-left: auto;
    padding-right: 1em;
  }

  .menu-mobile-button-flex {
    grid-column-gap: .5em;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: .5em 1.3em;
    display: flex;
  }

  .menu-mobile-dots {
    grid-column-gap: .15em;
    grid-row-gap: .15em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    display: flex;
  }

  .nav-contact-button {
    background-color: #fffc;
  }

  .menu-sublink {
    color: #fff;
    background-color: #12042c;
    background-image: url('../images/arrow-icon-white-4.svg');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 1.1em;
    padding-right: 2.5em;
  }

  .menu-sublink:hover {
    background-position: 90%;
    background-size: 1.1em;
    padding-left: 1.5em;
    padding-right: 2.5em;
  }

  .fullscreen-menu-button {
    display: none;
  }

  .fullscreen-menu-button:hover {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .dropdown-icon {
    font-size: 1em;
  }

  .menu-large-links {
    background-color: #dbdadf;
    padding: 3.5em;
  }

  .menu-link-3-item {
    flex: 0 auto;
    width: 33.3333%;
  }

  .menu-button-text {
    display: none;
  }

  .menu-sublinks-1-flex-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .menu-mobile-line {
    background-color: #12042c;
    flex: none;
    width: 100%;
    height: 1px;
    padding: 0;
    font-size: .175em;
  }

  .menu-links-3-list {
    grid-row-gap: 0em;
    border: 1px solid #12042c26;
    border-radius: 5px;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .menu-dropdown-title.is-contant-title {
    margin-right: 0;
  }

  .menu-links-6 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .main-nav {
    justify-content: space-between;
  }

  .menu-large-link:hover {
    letter-spacing: 0;
  }

  .menu-link-6 {
    width: 50%;
    min-height: 9em;
  }

  .menu-link-6:hover {
    width: 50%;
  }

  .contact-menu-grid-subtitle {
    font-size: 1.1em;
  }

  .menu-link-3 {
    border-radius: 0;
    flex: 0 auto;
    width: 100%;
  }

  .menu-link-3:hover {
    box-shadow: none;
    color: #12042c;
    background-color: #fff;
    transform: none;
  }

  .fullscreen-menu-column-1 {
    align-self: auto;
    width: 100%;
    padding-top: 4.9em;
    padding-left: 0;
  }

  .fullscreen-menu-contacts {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    inset: auto;
  }

  .fullscreen-main-link {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .fullscreen-main-link:hover {
    background-color: #0000;
  }

  .fullscreen-inner {
    flex-wrap: wrap;
    align-self: auto;
    overflow: auto;
  }

  .socials-3 {
    margin-top: 3em;
  }

  .close-button {
    opacity: 1;
    border-bottom: 1px solid #342f3d;
    border-right-width: 0;
    border-right-color: #0000;
    width: 100%;
    height: 6em;
    font-size: .9em;
    inset: 0% 0% auto;
  }

  .close-button:hover {
    width: 100%;
  }

  .fullscreen-menu-column-2 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    padding: 5em;
  }

  .hero-2-block-1 {
    padding-bottom: 8em;
  }

  .min-100vh {
    min-height: auto;
    max-height: none;
    padding-top: 15em;
  }

  .button-56, .button-56:hover {
    background-size: 1.6em;
    padding-right: 3em;
  }

  .heading-13.hero-title-4 {
    font-size: 3.2em;
  }

  .heading-13.hero-title-2 {
    font-size: 5em;
  }

  .list-title {
    font-size: 1.4em;
  }

  .circle-number {
    width: 3em;
    height: 3em;
    margin-right: 1.7em;
    font-size: 1em;
  }

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

  .list-paragraph {
    font-size: 1.1em;
  }

  .main-button-3 {
    flex-direction: row;
    font-size: .9em;
  }

  .number-with-circle {
    margin-bottom: 2.1em;
    font-size: .9em;
  }

  .paragraph-11 {
    font-size: 1.2em;
  }

  .paragraph-11.large {
    font-size: 1.4em;
  }

  .container-19 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .circle-image {
    font-size: 5.9em;
  }

  .sticky-column-2-bg {
    border: 1px solid #ffffff26;
    margin-top: 0;
  }

  .list-title-2 {
    font-size: 1.5em;
  }

  .heading-14.is-title-15 {
    font-size: 3.6em;
  }

  .sticky-column-3 {
    width: 100%;
    min-height: auto;
    padding-top: 8em;
    padding-bottom: 5em;
    position: relative;
  }

  .sticky-column-2 {
    flex: 0 auto;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 8em 6em;
  }

  .custom-list-2 {
    max-width: 28em;
  }

  .flex-for-sticky {
    flex-wrap: wrap;
    padding-bottom: 8em;
  }

  .list-text {
    max-width: none;
    font-size: 1.15em;
  }

  .vertical-flex-with-gap-1 {
    grid-row-gap: 6em;
  }

  .text-h1-highlighted {
    font-size: 64px;
  }

  .feature-grid-home-c {
    grid-template-columns: 1fr 1fr;
  }

  .overlay-hero-home-b {
    height: 65%;
  }

  .content-home-b {
    flex-flow: wrap;
  }

  .master-hero-home-c {
    padding-top: 0;
    padding-bottom: 0;
  }

  .inside-hero-home-c {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .wrap-hero-home-image-c {
    width: 100%;
    max-height: 660px;
    margin-top: -72px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .block-hero-home-c {
    padding: 90px 90px 120px;
  }

  .abstract-hero-home-c {
    bottom: 0%;
  }

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

  .contact-details-expand {
    display: flex;
  }

  .contact-person-expand {
    display: none;
  }

  .hero-home-b_gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-home-b_gallery-grid_image-wrap {
    height: 27rem;
  }

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

  .grid_bento._2-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .card_testimonial.bento-testimonial {
    max-width: none;
  }

  .features-header {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .features-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

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

  .left-facts-sticky {
    text-align: center;
    align-items: center;
    max-width: 500px;
  }

  .curve-bg {
    width: 41%;
    padding-left: 130px;
  }

  .hero-right {
    width: 100%;
  }

  .device-outer {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .cp-features {
    padding: 96px 32px;
  }

  .cp-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cp-visual {
    aspect-ratio: 16 / 11;
    position: relative;
    top: 0;
  }

  .service-image-tile {
    height: auto;
  }

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

  .prob-age {
    width: 82px;
  }

  .prob-age-num {
    font-size: 4.8rem;
  }

  .freq-panel {
    padding: 40px;
  }

  .freq-panel-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-features_halves {
    grid-template-columns: 1fr;
  }

  .image-wrap_home-features {
    height: 22.5rem;
    min-height: auto;
  }

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

  .left-faq-halves {
    text-align: center;
    align-items: center;
    max-width: 520px;
  }

  .results-section {
    padding: 90px 0 100px;
  }

  .results-left {
    padding-right: 52px;
  }

  .results-right {
    padding-left: 48px;
  }

  .stat-number {
    font-size: clamp(2.2rem, 3vw, 3.2rem);
  }

  .services_layer-2, .services_layer-1 {
    grid-template-columns: 1fr 1fr;
  }

  .compare-scroll-inner {
    aspect-ratio: auto;
    height: 75svh;
  }

  .compare-scroll-text-wrapper {
    padding: 1rem 1.3rem;
    font-size: 1.8rem;
    bottom: 1.3rem;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .container-21 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .section-visite-virtuelle.is-parallax-sec {
    min-height: 80vh;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .heading-16.is-case-title-1 {
    font-size: 3.7em;
  }

  .padding-inner-4 {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}

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

  .nav-inner-wrapper {
    overflow: visible;
  }

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

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

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

  .content-wrapper.instructor {
    padding-bottom: 0;
  }

  .pricing-table-card {
    max-width: 350px;
  }

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

  .benefits-card-wrapper {
    grid-template-columns: 1fr;
  }

  .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.post-page {
    min-height: 910px;
  }

  .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 {
    max-width: 100%;
  }

  .hero-info-block {
    margin-top: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 67px;
  }

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

  .instructor-image-large {
    min-height: 550px;
  }

  .bg-square {
    inset: -120px auto auto;
  }

  .insta-pic.large {
    height: 180px;
  }

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

  .cart-quantity {
    position: absolute;
    top: -10px;
    right: -7px;
  }

  .cart-text-block {
    display: none;
  }

  .category {
    justify-content: center;
  }

  .pricing-plan-heding {
    font-size: 45px;
    line-height: 50px;
  }

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

  .heading, .h3-medium {
    font-size: 50px;
    line-height: 60px;
  }

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

  .flex {
    width: 42%;
    margin-bottom: 25px;
  }

  .category-card {
    width: 45%;
    margin-bottom: 40px;
    margin-right: 5%;
  }

  .paragraph-3.dark {
    font-size: 16px;
    line-height: 32px;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color {
    margin-right: auto;
  }

  .video-section-2 {
    padding: 80px 15px;
  }

  .hero-wrapper {
    padding: 40px 20px;
  }

  .divider-vertical.horizontal-mbp {
    margin-left: 20px;
    margin-right: 20px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-2-columns {
    grid-template-columns: 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;
  }

  .hero_title_block {
    margin-bottom: 2.5em;
  }

  .fullscreen-hero {
    min-height: 88vh;
    padding-top: 15em;
  }

  .content-grid-3 {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .content-image-1 {
    min-height: 25em;
  }

  .layout517_card {
    grid-template-columns: 1fr;
    width: 90%;
    padding: 1.5rem;
  }

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

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

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

  .heading-10.hero-title-11 {
    font-size: 3.4em;
  }

  .containerr {
    padding-left: 7em;
    padding-right: 7em;
  }

  .buttton-1 {
    font-size: 1em;
  }

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

  .padding-_nner {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .header103_tab-link {
    min-width: 0;
  }

  .standard-tab, .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;
  }

  .heading-11.largee {
    font-size: 36px;
  }

  .circle-linkk {
    width: 160px;
    height: 160px;
  }

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

  .padding-section-mediumm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

  .slider-arrow {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .go-up-button {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }

  .brand-slogan-block {
    display: none;
  }

  .brand-link-block {
    padding-right: 1.3em;
  }

  .dropdown-list.is-contacts {
    top: 3.8em;
  }

  .brand-slogan {
    display: none;
  }

  .menu-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-link-contact-grid {
    width: 2.8em;
    height: 2.8em;
  }

  .contact-menu-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .contact-menu-grid.is-last {
    grid-template-columns: 1fr;
  }

  .contact-menu-grid-item {
    justify-content: center;
    align-items: center;
  }

  .menu-mobile-text {
    font-size: .45em;
  }

  .nav-block-2 {
    top: 4em;
  }

  .menu-mobile-button-flex {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-contact-button {
    grid-column-gap: .5em;
    height: 2.8em;
  }

  .menu-sublink {
    font-size: 1.1em;
  }

  .fullscreen-menu-button {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .brand-divider-2 {
    display: none;
  }

  .menu-dropdown-title.is-contant-title {
    margin-bottom: .4em;
    font-size: 1.6em;
  }

  .main-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 4em;
    display: flex;
  }

  .menu-button-lines {
    grid-row-gap: 2px;
  }

  .brand-logo-block {
    width: 100%;
  }

  .contact-menu-grid-subtitle {
    font-size: 1.2em;
  }

  .menu-link-3 {
    padding: 1.5em;
  }

  .socials-1-list {
    flex-direction: row;
  }

  .fullscreen-main-link-text {
    font-size: 1.5em;
  }

  .fullscreen-menu-contact-link {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .fullscreen-menu-contacts {
    background-color: #15172099;
  }

  .fullscreen-main-link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .fullscreen-menu-contact-text {
    font-size: 1em;
  }

  .socials-3 {
    margin-top: 2em;
  }

  .fullscreen-menu-column-2 {
    position: relative;
  }

  .title-center-uppercase, .button-56 {
    font-size: .9em;
  }

  .grid-block-6 {
    border-bottom: 1px solid #ced4da;
    padding: 2em;
  }

  .box-image {
    height: 13em;
  }

  .heading-13.hero-title-4 {
    margin-bottom: 1em;
  }

  .heading-13.hero-title-12 {
    font-size: 5em;
  }

  .content-3-grid-column {
    margin-bottom: 1.3em;
  }

  .box-heading {
    font-size: 1.9em;
  }

  .circle-number {
    width: 3em;
    height: 3em;
    margin-right: 1.6em;
  }

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

  .paragraph-11.large {
    font-size: 1.6em;
  }

  .hero-4-column-1 {
    height: 30em;
  }

  .container-19.is-full-width {
    padding-left: 4em;
    padding-right: 4em;
  }

  .padding {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .list-content-2 {
    padding-top: 0;
  }

  .list-title-2 {
    font-size: 1.6em;
  }

  .heading-14.is-title-15 {
    font-size: 3em;
  }

  .sticky-column-2 {
    padding-bottom: 10em;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .circle-in-list-2 {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .list-text {
    font-size: 1.2em;
  }

  .text-h1-highlighted {
    font-size: 52px;
  }

  .body-m {
    letter-spacing: -.03em;
    font-size: 18px;
  }

  .label {
    letter-spacing: .02em;
    font-size: 12px;
  }

  .case-small-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon-button {
    width: 12px;
  }

  .button-circle-3 {
    width: 8px;
    height: 8px;
  }

  .content-case-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .label-small {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .master-label {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .headline-home-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .icon-case-small {
    width: 12px;
    height: 12px;
  }

  .image-wrap-case-small {
    border-radius: 8px;
  }

  .text-h1 {
    letter-spacing: -2px;
    font-size: 44px;
    line-height: 44px;
  }

  .button-text-mask, .book-button-avatar {
    height: 20px;
  }

  .button-wrap-hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-case-small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 8px;
    padding: 10px;
  }

  .video-home-b {
    padding-top: 120px;
    padding-bottom: 48px;
  }

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

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

  .section-7.hero-home-b-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-text-3 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .content-home-b {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .button-book {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    padding: 8px 12px 8px 8px;
  }

  .cta-main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    padding: 8px 12px;
  }

  .text-small {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .button-icon-wrap {
    width: 12px;
    height: 12px;
  }

  .wrap-hero-home-image-c {
    width: 90%;
    max-height: 580px;
  }

  .block-hero-home-c {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-home-b_gallery-grid_tile {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    border-radius: 1.5rem;
  }

  .section_hero-home-b {
    padding-top: 6rem;
  }

  .hero-home-b_gallery-grid {
    grid-template-columns: 1fr;
  }

  .wrap_hero-2 {
    padding-bottom: 5rem;
  }

  .hero-home-b_gallery-grid_image-wrap {
    border-radius: 1.5rem;
  }

  .hero-home-b_contact-tile {
    padding: .5rem;
  }

  .grid_bento {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .heading-style-h5-2 {
    letter-spacing: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .card_bento-middle-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .heading-style-h2-3 {
    letter-spacing: -.031rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .card_bento-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-radius: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .card_bento-left {
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .text-wrap_bento-card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .text-wrap_bento-card.right-padding {
    padding-right: 1.5rem;
  }

  .testimonial_top-tile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .headline_bento {
    max-width: 42.5rem;
    margin-bottom: 8rem;
  }

  .text-wrap_testimonial-author {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .card_testimonial {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 1rem;
    max-width: 35.25rem;
    padding: 1.5rem;
  }

  .card_bento-middle-top {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 1rem;
    padding: 1.5rem;
  }

  .section_bento {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .testimonial_bottom-tile {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .card_bento-middle {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .features-section-2 {
    padding: 80px 0 100px;
  }

  .features-headline {
    font-size: clamp(30px, 8vw, 42px);
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-c_columns {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left_home-c {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 32px;
  }

  .card_home-c-hero {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 20px;
  }

  .wrap_image-home-c {
    height: auto;
    padding: 128px 20px 20px;
  }

  .home-c_top-tile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .right_home-c {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 24px;
  }

  .text-size-large {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .card-testimonial {
    height: 360px;
  }

  .left-facts-sticky {
    max-width: 430px;
  }

  .curve-bg {
    width: 56%;
  }

  .device-outer {
    max-width: 380px;
  }

  .cp-features {
    padding: 80px 24px;
  }

  .cp-card {
    padding: 20px 20px 20px 24px;
  }

  .section-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-12.home-c-insights-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .home-c-right {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-c-hero-bottom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-wrap-featured-c {
    border-radius: 16px;
    height: 264px;
  }

  .master-insights {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-h4 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 28px;
  }

  .headline-insights-home-c {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 48px;
  }

  .content-featured-c {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 12px;
  }

  .featured-article-c-top-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card-featured-blog-c {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 16px;
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .card_services-marquee {
    height: 24rem;
  }

  .icon-wrap_button {
    width: 12px;
    height: 12px;
  }

  .icon-wrap_button.right {
    margin-right: 0;
  }

  .icon-wrap_button.left {
    margin-left: 0;
  }

  .prob-age {
    width: 88px;
  }

  .prob-age-num {
    font-size: 5.2rem;
  }

  .freq-panel {
    padding: 36px 28px;
  }

  .section_home-features {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .home-features_halves, .right_home-features {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .text-wrap_about-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card_home-feature {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-radius: 1rem;
    padding: 2rem;
  }

  .grid_home-features {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .image-wrap_home-features {
    border-radius: 1.25rem;
  }

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

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

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

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

  .results-section {
    padding: 72px 0 80px;
  }

  .results-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .results-left {
    border-bottom: 1px solid #b8915a38;
    border-right-style: none;
    padding-bottom: 56px;
    padding-right: 0;
  }

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

  .stat-card {
    padding: 28px 22px 24px;
  }

  .stat-number {
    font-size: 3rem;
  }

  .services_layer-2 {
    grid-template-columns: 1fr;
  }

  .tabs-menu_faq {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 4px;
    display: flex;
    overflow: auto;
  }

  .headline_faq-tabs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 24px;
  }

  .section_service-tabs {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tab-link_faq {
    flex: none;
    padding: 8px 12px;
  }

  .services_layer-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .padding-global-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .container-21 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .heading-16.is-case-title-1 {
    font-size: 3.4em;
  }
}

@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-bar.last, .menu-bar.one, .menu-bar.two {
    display: block;
  }

  .menu-bars-wrapper {
    opacity: .01;
    display: block;
  }

  .menu-bars-wrapper.second {
    display: flex;
  }

  .menu-scroll-bg {
    background-color: #0000;
  }

  .nav-link.social, .separator, .separator.navbar {
    display: none;
  }

  .separator.number, .nav-link-wrapper {
    display: block;
  }

  .heading-h1 {
    text-align: left;
    padding-left: 9px;
    line-height: 45px;
  }

  .heading-h1.white {
    font-size: 3rem;
    line-height: 1;
  }

  .heading-h1.white.size2 {
    font-size: 3rem;
  }

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

  .paragraph.dark.is-1 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .paragraph.dark.is-1.green {
    flex: none;
    font-size: 1.4rem;
  }

  .paragraph.white, .paragraph.white.is-1 {
    font-size: 1.2rem;
  }

  .scroll-wrapper {
    display: none;
  }

  .scroll-wrapper.hero {
    height: 25%;
    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.padding-top {
    padding-top: 180px;
  }

  .menu-bg {
    opacity: 1;
    background-color: #ca8452;
    border: 1px #fff;
  }

  .menu {
    height: auto;
    display: block;
  }

  .menu.white {
    background-color: #fff;
  }

  .menu.white._100vh {
    opacity: 1;
    background-color: #333;
    height: auto;
    display: block;
    bottom: 0;
  }

  .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-bg-image.white {
    opacity: .01;
    background-image: url('../images/LPG1.jpg');
    background-position: 75% 85%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .menu-inner-wrapper {
    opacity: .01;
    background-color: #0000;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-links-divider.last, .menu-footer {
    display: none;
  }

  .menu-footer-link, .menu-footer-link.big {
    font-size: .8rem;
  }

  .title {
    margin-bottom: 20px;
  }

  .title.light.white {
    line-height: 1.3;
  }

  .title.light.white.show-desktop {
    display: none;
  }

  .title.light.white.show-mobile {
    display: block;
  }

  .title.light.dark.is-1.with-margin-left {
    padding-left: 0;
  }

  .heading-h2.white {
    text-align: left;
    font-size: 2rem;
  }

  .info-wrapper {
    margin-top: 30px;
    margin-bottom: 8rem;
  }

  .info-wrapper._4rem-bottom {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .info-wrapper.small-padding-mobile {
    margin-bottom: 4rem;
  }

  .footer {
    background-color: #3a3636;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 60px 0 30px;
  }

  .footer-block {
    max-width: 100%;
  }

  .footer-block.widtht-2.with-margins {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .footer-block.widht-1 {
    max-width: none;
  }

  .footer-block.width-3 {
    margin-top: 1rem;
  }

  .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.grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-wrapper.flex-horizontal.with-margin-mobile {
    padding-top: 8rem;
  }

  .heading-h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-h4.terracota {
    font-size: 2.6rem;
  }

  .heading-h4.white {
    line-height: 1;
  }

  .pricing-table-wrapper {
    align-items: stretch;
  }

  .utility-page-content {
    padding: 20px;
  }

  .block-header, .block-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-block {
    padding-left: 1rem;
  }

  .video-section {
    position: relative;
  }

  .video-section.padding-15.delete-texts.background {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .video-section.transparent {
    z-index: 150;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .video-section.transparent.big-margin {
    padding-bottom: 25rem;
  }

  .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 {
    align-self: flex-start;
    width: 20px;
    margin-right: 10px;
    font-size: 11px;
  }

  .newsletter-info {
    max-width: 100%;
  }

  .button.white {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }

  .button.transparent {
    margin-top: 30px;
    margin-left: 0;
  }

  .content-section.bg-color {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }

  .content-section.post-page {
    min-height: 970px;
  }

  .testimonial-info-block.instructor {
    margin-top: 60px;
    margin-left: auto;
    padding: 0;
  }

  .testimonial-info-block.width-2 {
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .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._30rem-height {
    min-height: 30rem;
  }

  .video-block.absolute {
    align-items: center;
    min-height: 315px;
    margin-top: 40px;
    padding-top: 0;
  }

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

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

  .play-icon-wrapper.delete-play-icon {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .testimonial {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .testimonial.center {
    margin-bottom: 33px;
    padding-top: 6px;
  }

  .testimonial-wrapper {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .testimonial-wrapper.relative.size-2 {
    width: auto;
    max-width: none;
    height: 15rem;
  }

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

  .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-bg-video {
    height: 66vh;
  }

  .instructor-image-large {
    min-height: 250px;
  }

  .bg-square {
    top: -99px;
  }

  .social-links-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-links-wrapper._4-columns {
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    flex-flow: column;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-self: auto;
    align-items: flex-start;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

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

  .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.max-39rem {
    max-width: 39rem;
    font-size: 2.6rem;
    line-height: 1.3;
  }

  .h3-medium.dark.is-1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .h3-medium.dark.is-5 {
    word-break: normal;
    overflow-wrap: normal;
  }

  .nav {
    display: block;
    position: absolute;
  }

  .nav.auto {
    display: none;
  }

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

  .info-block-padding.show-desktop, .clock {
    display: none;
  }

  .title-2 {
    margin-bottom: 20px;
  }

  .title-2.light {
    line-height: 1.4;
  }

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

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

  .paragraph-3.dark {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .paragraph-3.no-top {
    font-size: 20px;
  }

  .separator-3 {
    display: none;
  }

  .button-4.white {
    margin-left: 0;
    margin-right: 0;
  }

  .instructor-description-2 {
    margin-top: 16px;
    padding-top: 0;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color {
    margin-right: auto;
  }

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

  .hero-wrapper {
    align-items: center;
    padding: 0 0 0 1.5rem;
  }

  .hero-wrapper.a-propos {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-3 {
    margin-bottom: 4rem;
  }

  .div-block-3.no-margin-bottom {
    margin-top: 2rem;
    margin-bottom: 0;
    padding-left: 1rem;
  }

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

  .text-200.bold {
    color: #291a1a;
  }

  .flex-horizontal.vertical-mbp {
    flex-direction: column;
  }

  .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: none;
    justify-content: center;
    width: 6em;
    height: 6em;
    margin-bottom: 5rem;
    font-size: .7em;
    right: auto;
  }

  .hero-case-border {
    border-top-style: none;
  }

  .main-button {
    justify-content: space-between;
    min-height: 4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .hero-case {
    padding-right: 0;
    display: none;
    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;
    bottom: auto;
  }

  .hero-case-gradient {
    background-image: linear-gradient(#3a36364d, #110c0bf0);
    width: 100%;
    margin-bottom: 0;
    left: auto;
    right: auto;
  }

  .hero-case-gradient.mobile {
    background-image: linear-gradient(#0000, #110c0bf0);
  }

  .container_with_text {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .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 {
    min-height: 100vh;
    padding-bottom: 3em;
  }

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

  .layout517_content {
    height: 100vh;
    padding-bottom: 0;
  }

  .layout517_card {
    width: 100%;
    padding-right: 1rem;
  }

  .layout517_image-wrapper, .layout517_component, .layout517_content-bottom {
    padding-bottom: 0;
  }

  .section_layout517.transparent {
    padding-bottom: 0;
  }

  .layout419_card.is-first, .layout419_card.is-2nd, .layout419_card.is-4th, .layout419_card.is-5th {
    height: 100vh;
  }

  .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%;
    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 {
    background-color: #ca8452;
    display: block;
  }

  .layout_card-small-bottom.terra {
    display: none;
  }

  .heading-10.hero-title-11 {
    font-size: 2.6em;
    line-height: 1.2em;
  }

  .containerr {
    z-index: 100;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .containerr.center {
    padding-left: 2em;
    padding-right: 1.5em;
  }

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

  .gridd.mb-5em {
    display: block;
  }

  .gridd.mb-2em {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-animation-trigger {
    display: block;
  }

  .image-12 {
    display: none;
  }

  .header103_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider_background.background-03 {
    background-position: 0 0, 0 0, 50%;
  }

  .tabbs_content {
    padding-top: 0;
  }

  .slider_base {
    min-height: 100vh;
  }

  .slider_heading {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.5rem;
  }

  .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;
    font-size: 1.5rem;
    line-height: 1.3;
  }

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

  .checklist-item {
    align-items: flex-start;
  }

  .image {
    background-position: 70% 100%;
    background-size: auto 100%;
  }

  .overlay_radient.white {
    background-image: linear-gradient(90deg, #fff, #0000), linear-gradient(90deg, #fff, #0000);
  }

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

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

  .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 {
    margin-bottom: 8rem;
    padding-bottom: 2rem;
  }

  .card-ui-graph.terracota {
    margin-left: 0;
    bottom: -13.2rem;
    left: -2.6rem;
    right: auto;
  }

  .paragraph-regular-4._10-px-bottom-top {
    padding-left: 0;
  }

  .containner-large-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .cloneable-container-default {
    min-height: 624px;
  }

  .container_default, .container_default.adjust-container-max-w {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-testi.testimonials-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;
  }

  .slider-arrow.small.left {
    z-index: auto;
    margin-bottom: -70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: auto;
    right: 74px;
  }

  .slider-arrow.small.right---brix {
    margin-bottom: -70px;
    right: 0;
  }

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

  .author-detail-wrap {
    white-space: normal;
    border-right-style: none;
    flex: 0 auto;
  }

  .author-name-2 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .big-overlay {
    width: 100%;
  }

  .big-overlay._70-width.transparent._50-height {
    height: 55%;
    top: auto;
  }

  .big_overlay.hide-mobile {
    display: none;
    top: 15%;
    bottom: 58%;
  }

  .side-overlay {
    z-index: 1;
    height: 115%;
  }

  .separation {
    display: block;
  }

  .separation.transparent.hide-mobile {
    display: none;
  }

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

  .text-block-13.white {
    font-size: .8rem;
  }

  .container-8 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-8.with-image {
    background-image: linear-gradient(0deg, #000000b5, #0000), url('../images/femmes60.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 100vh;
  }

  .brand-slogan-block.hide {
    display: none;
  }

  .brand-link-block {
    padding-left: 3vw;
    padding-right: 1vw;
    font-size: .8em;
  }

  .dropdown-list {
    z-index: 100;
    display: none;
  }

  .brand-name {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .nav-block-1 {
    z-index: 50;
    position: relative;
  }

  .dropdown-toggle {
    color: #fff;
    border-top-style: none;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .menu-sublinks-1 {
    grid-row-gap: 2em;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: none;
  }

  .nav-link-3 {
    border-top-style: none;
    width: auto;
    min-height: 4em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.1em;
  }

  .contact-menu-grid {
    border-bottom-style: none;
  }

  .contact-menu-grid.is-last {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-menu-grid.is-last.hide, .contact-menu-grid.hide {
    display: none;
  }

  .dropdown-link {
    color: var(--white);
    display: block;
  }

  .dropdown-link.is-contanct-menu-grid {
    align-self: center;
    margin-top: 0;
  }

  .menu-contacts {
    align-items: flex-end;
    padding-bottom: 1em;
    display: block;
  }

  .menu-contacts.height-100-vh {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 100vh;
    max-height: none;
    padding-top: 0;
    padding-bottom: 25vh;
    display: flex;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .nav-block-2 {
    z-index: 10;
    height: auto;
    box-shadow: none;
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    top: 8.5em;
  }

  .nav-block-2.transparent {
    z-index: 500;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    width: 100vw;
    height: auto;
    display: flex;
    position: fixed;
    top: 9em;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }

  .mobile-menu-button {
    background-color: #0000;
    justify-content: flex-end;
    height: auto;
    padding: 0 1em;
    display: block;
  }

  .mobile-menu-button.w--open {
    background-color: #ac7147;
  }

  .mobile-menu-button.v2 {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-block-3 {
    grid-column-gap: .75em;
    flex-direction: row-reverse;
    height: auto;
    margin-top: 0;
  }

  .menu-mobile-button-flex {
    grid-column-gap: 3vw;
    height: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .menu-mobile-button-flex.hide {
    display: none;
  }

  .menu-mobile-dots {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    width: 8vw;
    font-size: .8em;
  }

  .overview-link-icon {
    z-index: 10;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
  }

  .nav-contact-button {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .8em;
    display: none;
  }

  .menu-sublink {
    background-color: #ca8452;
    border-radius: .5rem;
  }

  .menu-sublink:hover {
    background-color: #855634;
  }

  .fullscreen-menu-button {
    display: none;
  }

  .menu-link-title {
    color: var(--black);
  }

  .menu-link-title.white {
    z-index: 10;
    color: var(--white);
    align-self: auto;
    position: relative;
  }

  .dropdown-icon {
    z-index: 10;
  }

  .menu-large-links {
    grid-row-gap: 0em;
    padding: 2em;
  }

  .menu-link-3-item {
    flex-flow: column;
    width: 100%;
  }

  .menu-link-3-item.hide {
    display: none;
  }

  .menu-link-3-title {
    margin-bottom: 0;
  }

  .menu-sublinks-1-flex-1 {
    justify-content: center;
  }

  .menu-mobile-line {
    background-color: #fff;
    height: 1.5px;
  }

  .menu-dropdown-title.is-contant-title.white {
    color: #fff;
  }

  .menu-links-6 {
    position: relative;
  }

  .main-nav {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-color: #fff0;
    height: 8em;
    padding-right: .5rem;
  }

  .overview-link-name {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .overview-link-name.white {
    z-index: 10;
    color: var(--white);
    position: relative;
  }

  .navbar.desktop {
    background-color: #fff0;
    display: none;
    top: 0;
  }

  .navbar.mobile {
    background-color: #0000;
    display: block;
    position: absolute;
    top: 2%;
  }

  .menu-large-link {
    text-align: center;
    width: 100%;
    padding: .7em 0;
    font-size: 1.4em;
  }

  .menu-link-6 {
    border-radius: .5rem;
    padding: 1.5em;
    overflow: hidden;
  }

  .menu-link-6.hide {
    display: none;
  }

  .menu-link-6.width-100 {
    width: 100%;
    margin-top: .5rem;
    overflow: hidden;
  }

  .menu-link-6.first {
    width: 49%;
    margin-right: .5rem;
  }

  .menu-link-6.second {
    width: 49%;
  }

  .contact-menu-grid-subtitle.white {
    color: #fff;
  }

  .menu-link-3 {
    border: 1px solid #33333361;
    border-radius: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .menu-link-3.first, .menu-link-3.last {
    margin-top: 0;
  }

  .fullscreen-menu-column-1 {
    padding-top: 3.9em;
  }

  .fullscreen-main-link-text {
    font-size: 1.7em;
  }

  .fullscreen-menu-contacts {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 3em;
  }

  .fullscreen-main-links {
    grid-template-columns: 1fr;
  }

  .fullscreen-menu {
    display: none;
  }

  .fullscreen-main-link {
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .socials-3 {
    margin-top: 0;
  }

  .close-button {
    font-size: .7em;
  }

  .fullscreen-menu-column-2 {
    padding: 8vw;
  }

  .mobile-navbar-wrapper {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: fixed;
    inset: 0;
  }

  .button-8 {
    background-image: linear-gradient(#33333380, #33333380);
    border-radius: 10px;
    padding: 1em 1.5rem;
    display: flex;
    position: relative;
  }

  .hero-bg-gradient-2 {
    z-index: 0;
    display: none;
  }

  .description-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .bg-square-3 {
    top: -2.6rem;
    left: 2rem;
  }

  .bg-square-3.position3 {
    top: 0;
    left: 3rem;
  }

  .title-block {
    white-space: normal;
  }

  .title-block.show-overflow.with-padding {
    max-width: 80vw;
    padding-left: 0;
  }

  .title-block.comparison {
    bottom: 7rem;
    left: 1rem;
  }

  .title-block.comparison.orange {
    width: 90%;
    bottom: 7rem;
    left: 1rem;
  }

  .button-56 {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
  }

  .grid-block-6.vertical.transparent {
    border-bottom-style: none;
  }

  .grid-block-6.vertical.transparent:hover {
    box-shadow: none;
    transform: none;
  }

  .grid-block-6.vertical.transparent.border-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
  }

  .grid-block-6.vertical.transparent.border-right:hover {
    box-shadow: none;
    transform: none;
  }

  .grid-block-6.vertical.transparent.border-left {
    border-bottom-style: none;
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0;
  }

  .grid-block-6.vertical.transparent.border-left:hover {
    box-shadow: none;
    transform: none;
  }

  .scale-animation.absolute-desktop {
    display: block;
    position: absolute;
    top: -4.5rem;
  }

  .heading-13.hero-title-4 {
    font-size: 3em;
    line-height: 1.2em;
  }

  .heading-13.hero-title-4.white {
    text-align: center;
  }

  .heading-13.hero-title-12 {
    font-size: 3.8em;
  }

  .heading-13.hero-title-2 {
    font-size: 3.6em;
  }

  .circle-number {
    width: 3em;
    height: 3em;
    margin-right: 1.3em;
  }

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

  .box-block {
    padding-top: 3em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .box-block.width2 {
    justify-content: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 2em;
    display: flex;
  }

  .box-block.width2.with-bottom-margin {
    margin-bottom: 5rem;
    padding-top: 2em;
  }

  .circle-in-list {
    margin-right: 1.5em;
  }

  .main-button-3 {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .hero-4-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .hero-4-content.medium-padding {
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .paragraph-11.large {
    font-size: 1.5em;
  }

  .hero-4-column-1.show-desktop {
    display: none;
  }

  .hero-4-column-1.show-mobile {
    height: 80vh;
    display: block;
  }

  .grid-listing-4-column {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-listing-4-column.flex-mobile {
    display: flex;
  }

  .featurers-block {
    flex: 1;
  }

  .top-radient.dark {
    z-index: 10;
  }

  .top-radient.light {
    display: none;
    top: 0%;
  }

  .container-19 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-19.is-full-width {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .custom-list-icon {
    font-size: 1.1em;
  }

  .list-content-2 {
    padding-top: .1em;
  }

  .content-block-1 {
    align-items: flex-start;
    width: auto;
  }

  .circle-image {
    margin-right: .2em;
    font-size: 4.7em;
  }

  .sticky-column-2-bg.no-radient {
    border-style: none;
  }

  .heading-14.is-title-15 {
    font-size: 2.5em;
  }

  .sticky-column-3 {
    grid-row-gap: 2.25em;
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .sticky-column-2 {
    padding: 4em 0;
  }

  .sticky-column-2.relative {
    padding-bottom: 4em;
  }

  .sticky-column-2.relative.with-padding {
    padding-bottom: 40em;
  }

  .center-block.hide-overflow.with-features {
    padding: 2em 1em;
  }

  .circle-in-list-2 {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .list-block {
    padding-bottom: 3em;
  }

  .vertical-flex-with-gap-1 {
    grid-row-gap: 4em;
  }

  .feature-card-2 {
    height: 240px;
  }

  .text-h1-highlighted {
    font-size: 13vw;
  }

  .text-h1-highlighted._2 {
    font-size: 3rem;
  }

  .text-h1-highlighted.dark-green {
    word-break: normal;
    font-size: 10vw;
  }

  .label {
    font-size: 10px;
    line-height: 12px;
  }

  .feature-grid-home-c {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .feature-grid-home-c._3-columns {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .feature-grid-home-c._2-columns.with-margin {
    grid-template-columns: 1fr;
  }

  .feature-grid-home-c.negative-margin-mobile {
    margin-top: -1.5rem;
  }

  .features-video-home-c {
    height: 300px;
  }

  .circle-feature-card {
    width: 156px;
    height: 156px;
    bottom: -59px;
    right: -66px;
  }

  .image-wrap-case-small {
    width: 96px;
  }

  .image-wrap-case-small.hide-mobile {
    display: none;
  }

  .text-h1.white {
    text-align: left;
    font-size: 3.5rem;
  }

  .text-h1.dark-brown {
    text-align: left;
    font-size: 3rem;
    line-height: 1.1;
  }

  .image-cover-4 {
    width: auto;
    max-width: none;
    height: auto;
  }

  .card-case-small {
    width: auto;
    padding: 1rem 1.5rem;
  }

  .button-text-3 {
    font-size: 1.3px;
    line-height: 1.3;
  }

  .image-19 {
    width: 75vw;
    bottom: -10%;
  }

  .features-section.padding-medium {
    z-index: 40;
    margin-top: 0;
  }

  .wrap-hero-home-image-c {
    height: 100vh;
    max-height: none;
  }

  .block-hero-home-c {
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

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

  .section-8.dark {
    z-index: 30;
  }

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

  .flex-cta-hero-left {
    flex-direction: column;
    align-self: flex-start;
    align-items: stretch;
  }

  .section-1.with-large-padding {
    padding-top: 10em;
  }

  .padding-global-2 {
    width: auto;
    margin-top: 0;
    top: auto;
  }

  .padding-global-2.height-2 {
    flex-flow: column;
    display: flex;
  }

  .hero-home-b_gallery-grid_tile.is-1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-radius: .5rem;
    flex: 0 auto;
    justify-content: space-around;
  }

  .hero-home-b_gallery-grid_tile.is-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-radius: .5rem;
    flex: 0 auto;
  }

  .hero-home-b_gallery-grid_tile.green-2, .hero-home-b_gallery-grid_tile.dark-green {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-home-b_gallery-grid_tile.alice-blue {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    display: flex;
  }

  .container-large-2.width-medium {
    flex-flow: column;
    justify-content: flex-end;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-large-2.width-medium.footer-3 {
    flex-flow: column;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image_cover.vertical {
    width: auto;
  }

  .hero-home-b_gallery-grid_tile-bottom {
    flex: 0 auto;
  }

  .hero-home-b_gallery-grid {
    align-items: stretch;
  }

  .hero-home-b_gallery-grid_image-wrap {
    height: 21rem;
  }

  .hero-home-b_gallery-grid_image-wrap.height-2.show-mobile {
    justify-content: flex-end;
    height: 30rem;
    display: block;
  }

  .hero-home-b_gallery-grid_image-wrap.hight-mobile {
    height: 40rem;
  }

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

  .grid_bento._2-col {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
  }

  .card_bento-middle-bottom.is-dark-green {
    border-radius: .5rem;
  }

  .logo_testimonial {
    max-width: 6.25rem;
  }

  .card_bento-right.orange-bg.height-2 {
    border-radius: .5rem;
    justify-content: flex-end;
  }

  .card_bento-left {
    height: 22.5rem;
  }

  .card_testimonial {
    max-width: 20.75rem;
    min-height: 16rem;
  }

  .card_testimonial.bento-testimonial.is-light-orange.bottom {
    box-shadow: 32px 24px #f7f6f552, 16px 13px #fae7e4;
  }

  .card_bento-middle-top {
    height: 18.75rem;
  }

  .card_bento-middle-top.dark-green.left {
    border-radius: .5rem;
    flex: 1;
  }

  .card_bento-middle-top.height-1.transparent {
    align-items: flex-start;
    min-height: auto;
  }

  .card_bento-middle {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: flex-start;
    display: flex;
  }

  .features-section-2 {
    padding: 64px 0 80px;
  }

  .feature-card-3 {
    padding: 28px 24px 24px;
  }

  .card-icon-wrap.mobile {
    left: 1rem;
  }

  .card_home-c-hero {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
    max-width: none;
  }

  .wrap_image-home-c {
    padding-top: 240px;
  }

  .text-size-large {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .card-testimonial {
    width: 300px;
    height: 340px;
  }

  .card-testimonial.about-c {
    width: 100%;
  }

  .image-block {
    left: auto;
  }

  .image-block.hide-mobile {
    display: none;
  }

  .f-content-list-wrapper.width-2 {
    grid-row-gap: 8px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
  }

  .f-content-list-wrapper.width-2.mobile {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .f-content-list-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-self: auto;
  }

  .f-content-list-item.width-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .feature-icon-11 {
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .icon-7 {
    align-self: auto;
    margin-top: .25rem;
  }

  .curve-bg {
    width: 110%;
    left: 7px;
  }

  .curve-bg.absolute {
    width: 100%;
    padding-left: 1.5rem;
    left: auto;
  }

  .curve_lightgreen, .curve_lightorange {
    max-width: 60%;
  }

  .man-3 {
    max-width: none;
    height: 100%;
  }

  .infinity {
    opacity: .29;
    left: auto;
  }

  .small-block {
    width: 100%;
  }

  .description-card.transparent.hide-mobile {
    display: none;
  }

  .badge-row {
    gap: 8px;
  }

  .badge {
    padding: 6px 12px;
    font-size: 10px;
  }

  .hero-right {
    padding-top: 0;
  }

  .device-outer {
    max-width: 100%;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .screen-timer-row {
    background-color: #fffcfc;
  }

  .screen-soins-list {
    background-image: linear-gradient(#fffcfc80, #fffcfc80);
  }

  .cp-features {
    padding: 72px 0;
  }

  .cp-grid {
    flex-flow: column;
    display: flex;
  }

  .cp-visual {
    aspect-ratio: auto;
  }

  .cp-right {
    display: flex;
  }

  .cp-list {
    flex-flow: column;
    display: flex;
  }

  .image-24 {
    width: 100%;
    height: auto;
  }

  .cellum6 {
    width: 200%;
    max-width: none;
  }

  .hero-with-big-image {
    z-index: 30;
    padding-top: 40vh;
    padding-bottom: 20vh;
    overflow: hidden;
  }

  .section-big {
    padding-bottom: 0;
  }

  .home-c-right {
    grid-template-columns: 1fr;
  }

  .home-c-right-content, .home-c-left {
    padding: 24px;
  }

  .headline-insights-home-c {
    flex-flow: wrap;
  }

  .headline-insights-home-c.small-padding {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .service-image-tile {
    border-radius: 24px;
  }

  .image-wrap-slide-blog {
    border-radius: .5rem;
  }

  .grid-services-thirds._2-columns {
    border-radius: .5rem;
    grid-template-columns: 1fr;
  }

  .image-cover-8 {
    border-radius: 0;
  }

  .text-h5 {
    font-size: 22px;
  }

  .blog-card-text-wrap {
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-radient-light {
    background-color: #0000;
    background-image: linear-gradient(0deg, #f0eeedbf, #0000);
    height: 15%;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .bottom-radient-light.hide-desktop {
    display: block;
  }

  .card_services-marquee {
    height: 21rem;
  }

  .card_services-marquee.height-auto {
    height: auto;
    min-height: 0;
  }

  .prob-row {
    flex-flow: column;
  }

  .prob-row:hover {
    border-left-style: none;
  }

  .prob-age {
    width: 76px;
    padding-bottom: 0;
    padding-right: 14px;
  }

  .prob-age-num {
    font-size: 3rem;
  }

  .prob-age-num.dark-pink {
    font-size: 4rem;
  }

  .prob-content {
    padding-left: 20px;
  }

  .freq-section {
    padding: 72px 0;
  }

  .freq-panel {
    padding: 28px 20px;
  }

  .card_home-feature {
    flex-flow: column;
  }

  .card_home-feature.white {
    background-color: #fff;
  }

  .card_home-feature.white.with-border {
    border: 1px solid #e29578;
  }

  .card_home-feature.grey {
    background-color: #646966;
  }

  .grid_home-features {
    grid-template-columns: 1fr;
  }

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

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

  .heading-expandable {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .results-section {
    padding: 60px 0 68px;
  }

  .results-grid.white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .results-stat-grid {
    flex-flow: column;
    gap: 14px;
    display: flex;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .services_layer-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .services_layer-2.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tabs-menu_faq.mobile {
    flex: 1;
    padding: .5rem;
  }

  .tab-link_faq.orange {
    background-color: #fff;
    min-width: 10rem;
  }

  .tab-link_faq.orange:hover, .tab-link_faq.orange.w--current {
    background-color: #e29578;
  }

  .tab-link_faq.grey {
    background-color: #fff;
  }

  .tab-link_faq.grey:hover {
    background-color: #646966;
  }

  .tab-link_faq.grey.w--current {
    background-color: #646966;
    min-width: 10rem;
  }

  .services_layer-1.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .padding-global-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-27 {
    max-width: 50vw;
    position: relative;
  }

  .tab-wrapper.white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .compare-scroll-media-wrapper, .compare-scroll-media-wrapper.is-before {
    display: block;
  }

  .compare-scroll-inner {
    height: 85svh;
  }

  .section-compare-desktop {
    display: none;
  }

  .compare-scroll-after-media {
    justify-content: center;
  }

  .title-block-3 {
    top: -9.4rem;
  }

  .title-block-3.margin-2 {
    width: 90%;
    top: -6.4rem;
  }

  .image-28 {
    max-width: none;
    height: auto;
    position: relative;
    left: 28.9rem;
  }

  .image-28.after {
    left: 23.7rem;
  }

  .section-compare-mobile {
    z-index: 30;
    display: block;
    position: relative;
  }

  .image-29 {
    display: none;
  }

  .div-block-69 {
    width: 100%;
  }

  .light-green-overlay-2 {
    background-color: #c7fae7;
    background-image: none;
  }

  .block-video {
    width: 100%;
    min-height: 30rem;
    margin-top: 40px;
  }

  .block-video.negative-margin {
    margin-top: 0;
  }

  .overlay-30.beige {
    display: none;
  }

  .bold-text-5 {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .image-30 {
    opacity: .2;
    max-width: none;
    right: -64%;
  }

  .image-30.hide-mobile {
    display: none;
  }

  .section-infinity.white {
    flex-flow: column;
    padding-bottom: 4rem;
  }

  .section-infinity.white.height-2 {
    z-index: 35;
    padding-bottom: 8rem;
  }

  .image-31 {
    opacity: 1;
    max-width: 100%;
    height: auto;
    top: auto;
    right: -13%;
  }

  .video-section-cellu-m6.dark-grey.height-2 {
    padding-top: 8rem;
    padding-bottom: 25rem;
  }

  .video-section-cellu-m6.grey.height-2 {
    padding-top: 8rem;
  }

  .div-block-71 {
    flex-flow: column;
  }

  .image-32 {
    z-index: 30;
    bottom: -10%;
  }

  .block-title {
    max-width: none;
    margin-left: 0;
  }

  .section-endermologie {
    flex-flow: column;
  }

  .section-endermologie.white {
    z-index: 35;
    background-color: #fff;
    padding-bottom: 8rem;
    position: relative;
    overflow: visible;
  }

  .block-video-2 {
    width: 100%;
    max-width: 100%;
  }

  .block-video-2.negatige-margin {
    margin-top: 0;
  }

  .image-33 {
    max-width: 11rem;
  }

  .image-33.position-2 {
    bottom: -1.9rem;
    left: auto;
    right: auto;
  }

  .section-with-absolute-image {
    z-index: 30;
  }

  .section-with-absolute-image.show-desktop {
    display: none;
  }

  .section-with-absolute-image.show-mobile {
    z-index: 35;
    justify-content: center;
    height: auto;
    display: flex;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .container-21 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .video-icon {
    width: 12px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .heading-16.is-case-title-1 {
    font-size: 3em;
  }

  .padding-inner-4 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .image-banner.position-1 {
    display: none;
  }

  .hero-mobile {
    z-index: 30;
    max-width: none;
    height: 100%;
    display: block;
    position: relative;
  }
}

#w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8bbc-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8b98-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8ba0-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8b9c-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8bb0-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8ba4-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8ba8-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8bac-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8bb4-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8bb8-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8bc0-f0d3e13c, #w-node-_46238cfa-4bad-0f63-c27b-1f6e383c8bc4-f0d3e13c {
  align-self: auto;
}

#w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b404-e721b2f9, #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b408-e721b2f9, #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b40c-e721b2f9, #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b410-e721b2f9, #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b415-e721b2f9, #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b418-e721b2f9, #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b41a-e721b2f9, #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b420-e721b2f9, #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b423-e721b2f9, #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b425-e721b2f9, #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b429-e721b2f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b42e-e721b2f9 {
  justify-self: end;
}

#w-node-b48b5f16-3acc-088e-8841-a7cc40852105-d5c14027, #w-node-b48b5f16-3acc-088e-8841-a7cc4085210a-d5c14027, #w-node-b48b5f16-3acc-088e-8841-a7cc4085210f-d5c14027, #w-node-b48b5f16-3acc-088e-8841-a7cc40852114-d5c14027, #w-node-b48b5f16-3acc-088e-8841-a7cc40852119-d5c14027, #w-node-b48b5f16-3acc-088e-8841-a7cc4085211c-d5c14027, #w-node-b48b5f16-3acc-088e-8841-a7cc4085211e-d5c14027, #w-node-b48b5f16-3acc-088e-8841-a7cc40852124-d5c14027, #w-node-b48b5f16-3acc-088e-8841-a7cc40852127-d5c14027, #w-node-b48b5f16-3acc-088e-8841-a7cc40852129-d5c14027, #w-node-b48b5f16-3acc-088e-8841-a7cc4085212d-d5c14027 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b48b5f16-3acc-088e-8841-a7cc40852132-d5c14027 {
  justify-self: end;
}

#w-node-fab9f9c6-faf4-898c-51a5-185a7d0ab0d7-3564909a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-fab9f9c6-faf4-898c-51a5-185a7d0ab0e9-3564909a, #w-node-fab9f9c6-faf4-898c-51a5-185a7d0ab0eb-3564909a, #w-node-fab9f9c6-faf4-898c-51a5-185a7d0ab114-3564909a, #w-node-ba187dcd-5692-22db-b289-edaee461d2c2-3564909a, #w-node-ba187dcd-5692-22db-b289-edaee461d2cf-3564909a, #w-node-ba187dcd-5692-22db-b289-edaee461d2d6-3564909a, #w-node-ba187dcd-5692-22db-b289-edaee461d2d8-3564909a, #w-node-ba187dcd-5692-22db-b289-edaee461d2dd-3564909a, #w-node-ba187dcd-5692-22db-b289-edaee461d2e2-3564909a, #w-node-ba187dcd-5692-22db-b289-edaee461d2e7-3564909a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e603a844-bdf0-7ba6-d106-b89479b5c08c-3564909b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e603a844-bdf0-7ba6-d106-b89479b5c091-3564909b, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c096-3564909b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e603a844-bdf0-7ba6-d106-b89479b5c09b-3564909b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-e603a844-bdf0-7ba6-d106-b89479b5c0af-3564909b, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c0b3-3564909b, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c0b7-3564909b, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c0bb-3564909b, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c0bf-3564909b, #w-node-e603a844-bdf0-7ba6-d106-b89479b5c0c3-3564909b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d9dea1b-f2cd-10f1-c667-45f69db53d63-3564909c {
  place-self: auto;
}

#w-node-_4d9dea1b-f2cd-10f1-c667-45f69db53d73-3564909c {
  align-self: auto;
}

#w-node-_6d9f5d72-28e5-3bfe-566b-5093c8da9e31-3564909d, #w-node-b1bbe17a-80de-0a45-e3fc-2fc5fc3aa338-3564909d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298179e3-9308-12c2-dee3-c96a3d9148fc-356490a0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_298179e3-9308-12c2-dee3-c96a3d914900-356490a0 {
  grid-area: 1 / 9 / 2 / 15;
}

#w-node-_4ab3cb1b-6690-9c31-566f-262056634c57-1aed6ea0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_81d1adfd-343b-afe2-4014-630b89c10512-1aed6ea0 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-_3c6bc034-c846-a866-c6bc-865484b7006d-84b70063 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3c6bc034-c846-a866-c6bc-865484b7007b-84b70063 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b73fb783-59b7-3a47-1396-57abb9d206c9-70832272 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b73fb783-59b7-3a47-1396-57abb9d206d7-70832272 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c1ce2f2-1674-f19a-91ac-a7b1adb8403f-70832272, #w-node-_3c1ce2f2-1674-f19a-91ac-a7b1adb8404f-70832272 {
  align-self: auto;
}

#w-node-_5edc834b-6692-313d-bdb5-5fdebb215771-70832272 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_5edc834b-6692-313d-bdb5-5fdebb215776-70832272 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-bb44ad3c-1df3-1670-41e4-b2d4977d236f-70832272 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-bb44ad3c-1df3-1670-41e4-b2d4977d2374-70832272 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_81d1adfd-343b-afe2-4014-630b89c10512-70832272 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-b73fb783-59b7-3a47-1396-57abb9d206c9-78a40572 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b73fb783-59b7-3a47-1396-57abb9d206d7-78a40572 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dca9c461-ad5a-4e18-fbe1-be09294d1a0b-78a40572 {
  align-self: auto;
}

#w-node-ba6b1a03-7e6d-3874-c2e4-6f54863b8566-78a40572 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ba6b1a03-7e6d-3874-c2e4-6f54863b8569-78a40572 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_81d1adfd-343b-afe2-4014-630b89c10512-78a40572 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-_7859bc82-e0dd-f425-1722-347f9db7205a-35d60ccc {
  justify-self: center;
}

#w-node-_5a762167-608f-cc03-6b04-da9b3d827bd5-35d60ccc, #w-node-_5a762167-608f-cc03-6b04-da9b3d827be1-35d60ccc {
  align-self: stretch;
}

#w-node-b73fb783-59b7-3a47-1396-57abb9d206c9-35d60ccc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b73fb783-59b7-3a47-1396-57abb9d206d7-35d60ccc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dbbb0170-5919-6d52-d714-2df2b41e721d-35d60ccc, #w-node-dbbb0170-5919-6d52-d714-2df2b41e722b-35d60ccc {
  align-self: auto;
}

#w-node-_81d1adfd-343b-afe2-4014-630b89c10512-35d60ccc {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-b73fb783-59b7-3a47-1396-57abb9d206c9-e6e6d6cf {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b73fb783-59b7-3a47-1396-57abb9d206d7-e6e6d6cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_444d47d6-91d5-716a-f865-0ae795f3b60f-e6e6d6cf, #w-node-_1a3df9c1-d6cf-0b0c-d050-3b0deaa19fd0-e6e6d6cf {
  place-self: auto;
}

#w-node-_444d47d6-91d5-716a-f865-0ae795f3b61d-e6e6d6cf {
  align-self: auto;
}

#w-node-_81d1adfd-343b-afe2-4014-630b89c10512-e6e6d6cf {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-a303a543-93e0-8802-18a6-4b953112dcab-42a20741 {
  justify-self: auto;
}

#w-node-_1e2fa502-821a-6836-8a9c-90c51e5476e1-42a20741, #w-node-_1a0c4d7f-ce99-a279-86f8-8631cacfa267-42a20741 {
  align-self: stretch;
}

#w-node-_7d4985f7-2be8-6425-b8ba-782f71d58d2f-42a20741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_7d4985f7-2be8-6425-b8ba-782f71d58d39-42a20741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_444d47d6-91d5-716a-f865-0ae795f3b60f-42a20741, #w-node-_444d47d6-91d5-716a-f865-0ae795f3b61d-42a20741 {
  align-self: auto;
}

#w-node-_81d1adfd-343b-afe2-4014-630b89c10512-42a20741 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-ec672639-2349-beca-9545-fe47fcb55c13-682edfa3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-ec672639-2349-beca-9545-fe47fcb55c1e-682edfa3 {
  align-self: stretch;
}

#w-node-dfa459d7-de3d-a90c-38dc-0798f94afae6-682edfa3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec672639-2349-beca-9545-fe47fcb55c4e-682edfa3 {
  justify-self: auto;
}

#w-node-_4bb9c77a-8d87-ef56-875c-0f106c2e9f9b-682edfa3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bb9c77a-8d87-ef56-875c-0f106c2e9fa1-682edfa3, #w-node-_4bb9c77a-8d87-ef56-875c-0f106c2e9fa2-682edfa3 {
  align-self: auto;
}

#w-node-ec672639-2349-beca-9545-fe47fcb55c6d-682edfa3 {
  justify-self: auto;
}

#w-node-ec672639-2349-beca-9545-fe47fcb55c93-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55c94-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55c9c-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55ca5-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55ca6-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55cae-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55cb7-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55cb8-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55cc0-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55cc9-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55cca-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55cd2-682edfa3 {
  margin: 0;
}

#w-node-ec672639-2349-beca-9545-fe47fcb55cfb-682edfa3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec672639-2349-beca-9545-fe47fcb55d01-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d02-682edfa3 {
  align-self: auto;
}

#w-node-ec672639-2349-beca-9545-fe47fcb55d0d-682edfa3 {
  justify-self: auto;
}

#w-node-ec672639-2349-beca-9545-fe47fcb55d32-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d33-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d3b-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d45-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d46-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d4f-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d58-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d59-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d62-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d6c-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d6d-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d76-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d7f-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d80-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d89-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d93-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d94-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d9d-682edfa3 {
  margin: 0;
}

#w-node-_2e46bfc8-cd08-d7eb-2e59-bc59313d1a4f-682edfa3, #w-node-_2e46bfc8-cd08-d7eb-2e59-bc59313d1a62-682edfa3, #w-node-_2e46bfc8-cd08-d7eb-2e59-bc59313d1a75-682edfa3, #w-node-_2e46bfc8-cd08-d7eb-2e59-bc59313d1a87-682edfa3, #w-node-_40069885-27a6-1c15-09ca-f9be09b8e19a-35ad87a2, #w-node-_40069885-27a6-1c15-09ca-f9be09b8e1a8-35ad87a2 {
  align-self: auto;
}

#w-node-_1e87bcaf-dbdf-829b-182c-5bdae4baf56d-35ad87a2 {
  justify-self: auto;
}

#w-node-_1e87bcaf-dbdf-829b-182c-5bdae4baf592-35ad87a2, #w-node-_1e87bcaf-dbdf-829b-182c-5bdae4baf593-35ad87a2, #w-node-c5b1ac55-f953-f885-1080-353b2d94aefd-35ad87a2, #w-node-c5b1ac55-f953-f885-1080-353b2d94aefe-35ad87a2, #w-node-_5b7d0f25-6bac-047b-8db4-66549862fc76-35ad87a2, #w-node-_5b7d0f25-6bac-047b-8db4-66549862fc77-35ad87a2, #w-node-_170ce48c-8c63-2018-363a-107de77129d6-35ad87a2, #w-node-_291c0d26-bc51-2365-0785-ccb1e54631be-35ad87a2, #w-node-_6cac27da-d1e8-750d-b9a5-1b75d54b3bf1-35ad87a2, #w-node-_1efc40c4-3ee7-019a-d85f-a38223109824-35ad87a2, #w-node-ee42c2e7-b158-06b2-1564-8d03ee34c286-35ad87a2 {
  margin: 0;
}

#w-node-d8ee0899-0ff6-486d-d939-56fa99b2eadf-35ad87a2 {
  align-self: auto;
}

#w-node-_1857648e-57e6-18c6-d497-a40706c37a62-35ad87a2, #w-node-_1857648e-57e6-18c6-d497-a40706c37a6a-35ad87a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40069885-27a6-1c15-09ca-f9be09b8e19a-4ddfcf77, #w-node-_40069885-27a6-1c15-09ca-f9be09b8e1a8-4ddfcf77 {
  align-self: auto;
}

#w-node-cc668e3a-3756-c173-4563-9eb11ae5584d-4ddfcf77 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-c1732465-a0ba-63e0-41d6-d81b5169b632-5169b621 {
  justify-self: center;
}

#w-node-_14aaa86e-64b0-8d61-85c5-cb12fa34b09c-dace2c26 {
  justify-self: end;
}

#w-node-f39cad74-dd63-14d2-6c71-be01dbf95b85-e00ec54b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4d9dea1b-f2cd-10f1-c667-45f69db53d63-3564909c {
    align-self: auto;
  }

  #w-node-e0a035cd-87f3-c2b6-080c-a30cf08f73fd-1aed6ea0 {
    justify-self: auto;
  }

  #w-node-_3c1ce2f2-1674-f19a-91ac-a7b1adb8403f-70832272 {
    align-self: auto;
  }

  #w-node-_3c1ce2f2-1674-f19a-91ac-a7b1adb84047-70832272 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5edc834b-6692-313d-bdb5-5fdebb215776-70832272, #w-node-bb44ad3c-1df3-1670-41e4-b2d4977d2374-70832272 {
    grid-column-start: 5;
  }

  #w-node-ba6b1a03-7e6d-3874-c2e4-6f54863b8566-78a40572 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_7859bc82-e0dd-f425-1722-347f9db7205a-35d60ccc {
    justify-self: center;
  }

  #w-node-_5a762167-608f-cc03-6b04-da9b3d827bd5-35d60ccc, #w-node-_5a762167-608f-cc03-6b04-da9b3d827be1-35d60ccc, #w-node-_5a762167-608f-cc03-6b04-da9b3d827bed-35d60ccc {
    align-self: stretch;
  }

  #w-node-dbbb0170-5919-6d52-d714-2df2b41e7223-35d60ccc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47d6c3ec-7c82-e09f-e0ba-0e012399676f-e6e6d6cf, #w-node-_444d47d6-91d5-716a-f865-0ae795f3b60f-e6e6d6cf, #w-node-_1a3df9c1-d6cf-0b0c-d050-3b0deaa19fd0-e6e6d6cf {
    align-self: auto;
  }

  #w-node-_444d47d6-91d5-716a-f865-0ae795f3b615-e6e6d6cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a303a543-93e0-8802-18a6-4b953112dca6-42a20741, #w-node-a303a543-93e0-8802-18a6-4b953112dcab-42a20741 {
    align-self: stretch;
  }

  #w-node-_1e2fa502-821a-6836-8a9c-90c51e5476e1-42a20741, #w-node-_1a0c4d7f-ce99-a279-86f8-8631cacfa267-42a20741, #w-node-_444d47d6-91d5-716a-f865-0ae795f3b60f-42a20741 {
    align-self: auto;
  }

  #w-node-_444d47d6-91d5-716a-f865-0ae795f3b615-42a20741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec672639-2349-beca-9545-fe47fcb55c6d-682edfa3 {
    justify-self: auto;
  }

  #w-node-_40069885-27a6-1c15-09ca-f9be09b8e19a-35ad87a2 {
    align-self: auto;
  }

  #w-node-_40069885-27a6-1c15-09ca-f9be09b8e1a0-35ad87a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7fe135b8-bb11-40bf-8f33-07bfb1893b4e-35ad87a2, #w-node-_7fe135b8-bb11-40bf-8f33-07bfb1893b76-35ad87a2, #w-node-d8ee0899-0ff6-486d-d939-56fa99b2eadf-35ad87a2, #w-node-_40069885-27a6-1c15-09ca-f9be09b8e19a-4ddfcf77 {
    align-self: auto;
  }

  #w-node-_40069885-27a6-1c15-09ca-f9be09b8e1a0-4ddfcf77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1732465-a0ba-63e0-41d6-d81b5169b632-5169b621 {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-ba6b1a03-7e6d-3874-c2e4-6f54863b8566-78a40572 {
    grid-column: span 5 / span 5;
  }

  #w-node-_47d6c3ec-7c82-e09f-e0ba-0e012399676f-e6e6d6cf {
    align-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-ba6b1a03-7e6d-3874-c2e4-6f54863b8566-78a40572 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_030d9a64-2fec-20b8-0ea5-55a0d5c1402a-d5c14027 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_298179e3-9308-12c2-dee3-c96a3d9148fc-356490a0 {
    grid-column: span 10 / span 10;
  }

  #w-node-_298179e3-9308-12c2-dee3-c96a3d914900-356490a0 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_4ab3cb1b-6690-9c31-566f-262056634c57-1aed6ea0 {
    grid-column: span 5 / span 5;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-1aed6ea0 {
    grid-column: span 10 / span 10;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-1aed6ea0, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-1aed6ea0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5edc834b-6692-313d-bdb5-5fdebb215771-70832272 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5edc834b-6692-313d-bdb5-5fdebb215776-70832272 {
    grid-column-start: 6;
  }

  #w-node-bb44ad3c-1df3-1670-41e4-b2d4977d236f-70832272 {
    grid-column: span 4 / span 4;
  }

  #w-node-bb44ad3c-1df3-1670-41e4-b2d4977d2374-70832272 {
    grid-column-start: 6;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-70832272 {
    grid-column: span 10 / span 10;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-70832272, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-70832272, #w-node-_53a3270a-2093-4fef-715b-98d503abaebe-70832272 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ba6b1a03-7e6d-3874-c2e4-6f54863b8566-78a40572 {
    grid-column: span 4 / span 4;
  }

  #w-node-ba6b1a03-7e6d-3874-c2e4-6f54863b8569-78a40572 {
    grid-column-start: 6;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-78a40572 {
    grid-column: span 10 / span 10;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-78a40572, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-78a40572, #w-node-dbbb0170-5919-6d52-d714-2df2b41e724a-35d60ccc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-35d60ccc {
    grid-column: span 10 / span 10;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-35d60ccc, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-35d60ccc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47d6c3ec-7c82-e09f-e0ba-0e012399676f-e6e6d6cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_444d47d6-91d5-716a-f865-0ae795f3b63c-e6e6d6cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-e6e6d6cf {
    grid-column: span 10 / span 10;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-e6e6d6cf, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-e6e6d6cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d4985f7-2be8-6425-b8ba-782f71d58d2f-42a20741 {
    justify-self: center;
  }

  #w-node-_444d47d6-91d5-716a-f865-0ae795f3b63c-42a20741 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-42a20741 {
    grid-column: span 10 / span 10;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-42a20741, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-42a20741 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1857648e-57e6-18c6-d497-a40706c37a62-35ad87a2 {
    justify-self: center;
  }

  #w-node-cc668e3a-3756-c173-4563-9eb11ae5584d-4ddfcf77 {
    grid-column: span 10 / span 10;
  }

  #w-node-cc668e3a-3756-c173-4563-9eb11ae5586b-4ddfcf77, #w-node-cc668e3a-3756-c173-4563-9eb11ae55875-4ddfcf77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76e658a1-22f5-9e28-fbaa-ea0ce721b42e-e721b2f9, #w-node-b48b5f16-3acc-088e-8841-a7cc40852132-d5c14027 {
    justify-self: center;
  }

  #w-node-_298179e3-9308-12c2-dee3-c96a3d9148fc-356490a0 {
    grid-column: span 8 / span 8;
  }

  #w-node-_298179e3-9308-12c2-dee3-c96a3d914900-356490a0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4ab3cb1b-6690-9c31-566f-262056634c57-1aed6ea0 {
    grid-column: span 4 / span 4;
  }

  #w-node-e0a035cd-87f3-c2b6-080c-a30cf08f73fd-1aed6ea0, #w-node-_96ac2208-bbe7-de50-087b-809bb4eb1008-1aed6ea0, #w-node-_96ac2208-bbe7-de50-087b-809bb4eb1004-1aed6ea0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-1aed6ea0 {
    grid-column: span 8 / span 8;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-1aed6ea0, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-1aed6ea0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5edc834b-6692-313d-bdb5-5fdebb215771-70832272 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5edc834b-6692-313d-bdb5-5fdebb215776-70832272 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-bb44ad3c-1df3-1670-41e4-b2d4977d236f-70832272 {
    grid-column: span 8 / span 8;
  }

  #w-node-bb44ad3c-1df3-1670-41e4-b2d4977d2374-70832272 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-70832272 {
    grid-column: span 8 / span 8;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-70832272, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-70832272, #w-node-_53a3270a-2093-4fef-715b-98d503abaebe-70832272 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7a0bd7d9-7b1a-4951-6bec-b99031e5218e-78a40572, #w-node-_7a0bd7d9-7b1a-4951-6bec-b99031e52199-78a40572, #w-node-_7a0bd7d9-7b1a-4951-6bec-b99031e521c3-78a40572 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ba6b1a03-7e6d-3874-c2e4-6f54863b8566-78a40572 {
    grid-column: span 8 / span 8;
  }

  #w-node-ba6b1a03-7e6d-3874-c2e4-6f54863b8569-78a40572 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-78a40572 {
    grid-column: span 8 / span 8;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-78a40572, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-78a40572 {
    grid-column: span 1 / span 1;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-35d60ccc {
    grid-column: span 8 / span 8;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-35d60ccc, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-35d60ccc {
    grid-column: span 1 / span 1;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-e6e6d6cf {
    grid-column: span 8 / span 8;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-e6e6d6cf, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-e6e6d6cf {
    grid-column: span 1 / span 1;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-42a20741 {
    grid-column: span 8 / span 8;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10534-42a20741, #w-node-_81d1adfd-343b-afe2-4014-630b89c10541-42a20741 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4bb9c77a-8d87-ef56-875c-0f106c2e9f9b-682edfa3, #w-node-_4bb9c77a-8d87-ef56-875c-0f106c2e9fa1-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55cfb-682edfa3, #w-node-ec672639-2349-beca-9545-fe47fcb55d01-682edfa3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cc668e3a-3756-c173-4563-9eb11ae5584d-4ddfcf77 {
    grid-column: span 8 / span 8;
  }

  #w-node-cc668e3a-3756-c173-4563-9eb11ae5586b-4ddfcf77, #w-node-cc668e3a-3756-c173-4563-9eb11ae55875-4ddfcf77 {
    grid-column: span 1 / span 1;
  }
}

@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-ad5ed621-124e-38fd-a21d-776af513a10c-661dcebe, #w-node-_507e8feb-3ad5-30e0-46e0-8025c7169ad5-661dcebe {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fab9f9c6-faf4-898c-51a5-185a7d0ab0d7-3564909a {
    place-self: auto;
  }

  #w-node-_440952a0-efdc-eb48-d69d-bce90e4c5ba1-0e4c5b8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_440952a0-efdc-eb48-d69d-bce90e4c5bb0-0e4c5b8c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_440952a0-efdc-eb48-d69d-bce90e4c5bc7-0e4c5b8c, #w-node-_440952a0-efdc-eb48-d69d-bce90e4c5be6-0e4c5b8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_298179e3-9308-12c2-dee3-c96a3d9148fc-356490a0, #w-node-_298179e3-9308-12c2-dee3-c96a3d914900-356490a0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4ab3cb1b-6690-9c31-566f-262056634c57-1aed6ea0 {
    grid-column: span 3 / span 3;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-1aed6ea0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10519-1aed6ea0 {
    place-self: auto;
  }

  #w-node-_3c6bc034-c846-a866-c6bc-865484b70079-84b70063 {
    order: 9999;
  }

  #w-node-_3c6bc034-c846-a866-c6bc-865484b7007b-84b70063 {
    grid-column: span 1 / span 1;
  }

  #w-node-b73fb783-59b7-3a47-1396-57abb9d206d5-70832272 {
    order: 9999;
  }

  #w-node-b73fb783-59b7-3a47-1396-57abb9d206d7-70832272 {
    grid-column: span 1 / span 1;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-70832272 {
    grid-column: span 6 / span 6;
    justify-self: auto;
  }

  #w-node-b73fb783-59b7-3a47-1396-57abb9d206d5-78a40572 {
    order: 9999;
  }

  #w-node-b73fb783-59b7-3a47-1396-57abb9d206d7-78a40572 {
    grid-column: span 1 / span 1;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-78a40572 {
    grid-column: span 6 / span 6;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10519-78a40572 {
    place-self: auto;
  }

  #w-node-b73fb783-59b7-3a47-1396-57abb9d206d5-35d60ccc {
    order: 9999;
  }

  #w-node-b73fb783-59b7-3a47-1396-57abb9d206d7-35d60ccc, #w-node-dbbb0170-5919-6d52-d714-2df2b41e724a-35d60ccc {
    grid-column: span 1 / span 1;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-35d60ccc {
    grid-column: span 6 / span 6;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10519-35d60ccc {
    place-self: auto;
  }

  #w-node-_47d6c3ec-7c82-e09f-e0ba-0e012399676f-e6e6d6cf {
    grid-column: span 1 / span 1;
    align-self: auto;
  }

  #w-node-b73fb783-59b7-3a47-1396-57abb9d206d5-e6e6d6cf {
    order: 9999;
  }

  #w-node-b73fb783-59b7-3a47-1396-57abb9d206d7-e6e6d6cf {
    grid-column: span 1 / span 1;
  }

  #w-node-_444d47d6-91d5-716a-f865-0ae795f3b60f-e6e6d6cf, #w-node-_444d47d6-91d5-716a-f865-0ae795f3b61d-e6e6d6cf {
    justify-self: auto;
  }

  #w-node-_444d47d6-91d5-716a-f865-0ae795f3b63c-e6e6d6cf {
    grid-column: span 1 / span 1;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-e6e6d6cf {
    grid-column: span 6 / span 6;
  }

  #w-node-_444d47d6-91d5-716a-f865-0ae795f3b63c-42a20741 {
    grid-column: span 1 / span 1;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10512-42a20741 {
    grid-column: span 6 / span 6;
  }

  #w-node-_81d1adfd-343b-afe2-4014-630b89c10519-42a20741 {
    place-self: auto;
  }

  #w-node-ec672639-2349-beca-9545-fe47fcb55c20-682edfa3 {
    order: 9999;
  }

  #w-node-dfa459d7-de3d-a90c-38dc-0798f94afae6-682edfa3 {
    grid-column: span 1 / span 1;
  }

  #w-node-cc668e3a-3756-c173-4563-9eb11ae5584d-4ddfcf77 {
    grid-column: span 6 / span 6;
  }

  #w-node-c1732465-a0ba-63e0-41d6-d81b5169b626-5169b621 {
    justify-self: start;
  }

  #w-node-_14aaa86e-64b0-8d61-85c5-cb12fa34b098-dace2c26 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Questrial';
  src: url('../fonts/Questrial-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Questrial';
  src: url('../fonts/Questrial-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Questrial';
  src: url('../fonts/Questrial-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Questrial';
  src: url('../fonts/Questrial-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Questrial';
  src: url('../fonts/Questrial-Regular.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@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;
}