:root {
  --indian-red-2: #cb1f6d;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
}

.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-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  background-color: #b40a0b;
  width: 100%;
  display: block;
}

.hamburger-button {
  margin-top: 0;
  margin-right: 15px;
}

.hamburger-button.w--open {
  background-color: #0000;
  margin-top: -213px;
}

.brand-text {
  color: #b40a0b;
  letter-spacing: 1px;
  margin-top: 1px;
  margin-bottom: 68px;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.section {
  background-color: #fff;
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/Fichier-12.png');
  background-position: 0 0, -85px;
  background-size: auto, cover;
  border-right: 5px solid #020202;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 741px;
  padding: 63px 40px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.section.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.section.section-gray.kj {
  background-image: linear-gradient(#000000ed, #000000ed), url('../images/JAL12.png');
  background-position: 0 0, -85px;
  background-size: auto, cover;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
  align-items: stretch;
  height: auto;
  padding: 132px 0 40px;
  display: block;
}

.section.service {
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/wide-black-wooden-background-old-wooden-planks-texture.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-right-style: none;
  height: auto;
  padding-top: 145px;
  padding-bottom: 59px;
  display: block;
}

.section.oiu {
  text-shadow: none;
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/low-angle-shot-of-sagano-bamboo-forest.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding: 107px 0 80px;
}

.section.oiu.lkk {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: auto;
  padding-top: 147px;
  padding-bottom: 88px;
  display: block;
}

.section.oiu.certifications {
  padding-top: 0;
}

.call-to-action-section {
  color: #fff;
  background-color: #cf404d;
  padding: 44px 40px;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 19px;
  font-size: 50px;
  font-weight: 400;
}

.hero-subheading {
  color: #a70b09;
  margin-bottom: 25px;
  font-size: 19px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
  transition-property: border, color;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  background-color: #cf404d;
  border-color: #cf404d;
}

.hollow-button.red:hover {
  background-color: #0000;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #272727;
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.section-heading.centered.kjhg {
  color: #fff;
  text-align: center;
}

.section-heading.centered.jgfd {
  margin-top: 0;
  font-size: 30px;
}

.section-heading.centered.jgfd.vccc {
  text-align: center;
  margin-top: 67px;
  font-size: 21px;
}

.section-heading.centered.jgfd.nfhs {
  text-align: center;
}

.section-subheading.center {
  color: #131313;
  text-align: left;
  margin-bottom: 12px;
  padding-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.section-subheading.center.jhfd {
  color: #fff;
  text-align: center;
  margin-bottom: -42px;
}

.section-subheading.center.jhfd.njj {
  font-size: 19px;
}

.section-subheading.center.sfj {
  margin-top: 18px;
}

.section-subheading.center.fhsjs {
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-title-group.lkhg {
  margin-bottom: 51px;
}

.section-title-group.utrt {
  margin-bottom: 76px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 0%;
  padding-right: 0%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #000;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  color: #ffffffbd;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 200;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: center;
  margin-bottom: 155px;
  position: relative;
  top: 40%;
}

.left-navigation {
  background-color: #0000;
  background-image: linear-gradient(#ffffff96, #ffffff96), url('../images/JAL18.png');
  background-position: 0 0, -3px;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 408px;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: #555;
  text-align: left;
  text-transform: uppercase;
  margin-left: 37px;
  padding: 11px 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.nav-link:hover, .nav-link.w--current {
  color: #cf404d;
}

.nav-link.uyr {
  margin-top: 336px;
}

.nav-link.uyr.w--current {
  margin-top: 228px;
}

.nav-link.aa {
  margin-top: 271px;
}

.nav-link.aa.w--current {
  margin-top: 281px;
}

.nav-menu {
  float: none;
  background-color: #0000;
  flex: 1;
  padding-top: 49px;
  padding-right: 69px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  overflow: auto;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: -73px;
  margin-bottom: 0;
  margin-left: 28px;
  display: block;
}

.logo-link.w--current {
  flex-direction: column;
  margin-top: -62px;
  margin-bottom: 3px;
  display: flex;
}

.social-footer {
  text-align: center;
  background-color: #000;
  margin-bottom: 16px;
  padding-bottom: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.banner {
  background-image: linear-gradient(#000000ed, #000000ed);
  background-position: 0 0;
  height: 100%;
  padding-top: 0;
}

.content {
  height: 100%;
}

.success-message {
  text-align: center;
}

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

.image {
  margin-top: 21px;
  margin-bottom: 16px;
  margin-left: 0;
}

.body {
  background-color: #000;
  background-image: linear-gradient(#ffffff4f, #ffffff4f);
  background-position: 0 0;
  height: auto;
  padding-left: 0;
}

.container {
  align-items: center;
  padding-top: 69px;
  display: flex;
}

.image-2 {
  margin-top: -89px;
  margin-bottom: 34px;
}

.text-block {
  color: #a31958;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.container-2 {
  background-color: #fff;
  border-radius: 13px;
  margin-top: 0;
  padding: 26px 41px 29px 32px;
}

.section-2 {
  background-image: linear-gradient(#8f244fa1, #8f244fa1), linear-gradient(#fff0, #fff0), url('../images/IMG_3583.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  padding-top: 110px;
  padding-bottom: 73px;
  padding-left: 25px;
  display: flex;
}

.section-2.vie-priv-e {
  background-image: linear-gradient(#ffffffdb, #ffffffdb), linear-gradient(#fff0, #fff0), url('../images/woman-receiving-relaxing-facial-massage.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: auto;
  padding-top: 158px;
}

.text-block-2 {
  color: #0e0e0e;
  margin-top: 19px;
  margin-left: 31px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-2.uu {
  margin-top: 0;
}

.link-block {
  color: #3d3d3d;
  border-left: 1px solid #a50202;
  width: 174.813px;
  margin-left: 28px;
  padding-bottom: 0;
  text-decoration: none;
}

.link-block.w--current {
  color: #303030;
  border-left: 1px solid #af0000;
  margin-left: 28px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -40px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 27px;
  display: flex;
}

.tab-pane {
  color: #020202bd;
  background-image: linear-gradient(#fff, #fff);
  height: auto;
  padding: 24px 25px 26px 24px;
}

.tab-pane.top {
  background-color: #000;
  background-image: linear-gradient(#fff, #fff);
  margin-bottom: 29px;
}

.container-4 {
  margin-top: 1px;
  padding-top: 73px;
}

.heading {
  color: #ffffffbd;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 400;
}

.heading.kgh {
  text-align: center;
  margin-top: 34px;
  font-size: 32px;
}

.heading.kiyh {
  text-align: center;
  margin-top: -50px;
}

.heading.kiyh.titre-bloc {
  text-align: right;
  font-size: 86px;
  line-height: 84px;
}

.row {
  background-color: #0000005e;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.row.ew {
  height: 500px;
  margin-top: 11px;
}

.row.ww {
  margin-top: 9px;
}

.row.mn {
  margin-top: 11px;
}

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

.text-block-3 {
  color: #000;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 45px;
  margin-left: 0;
  padding-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block-3.df {
  margin-top: 0;
}

.text-block-3.lo {
  margin-top: 6px;
}

._1 {
  background-image: url('../images/massage-2768833_960_720.jpg');
  background-position: 50%;
  background-size: cover;
  height: 184px;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 184px;
  display: flex;
}

.column-2 {
  background-image: url('../images/massage-2277449_960_720.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 184px;
  display: flex;
}

.column-4 {
  background-image: url('../images/Sports-massage-large1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 184px;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 184px;
  display: flex;
}

.column-6 {
  background-image: url('../images/3344142642_c4d3bfa042_b.jpg');
  background-position: 50%;
  background-size: cover;
  height: 184px;
}

.column-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 184px;
  display: flex;
}

.column-8 {
  background-image: url('../images/belly-1434852_960_720.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 184px;
  display: flex;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 184px;
  display: flex;
}

.column-10 {
  background-image: url('../images/3272.jpg');
  background-position: 50%;
  background-size: cover;
  height: 184px;
}

.column-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 184px;
  display: flex;
}

.heading-2 {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 500;
}

.heading-2.tyeuw {
  text-align: center;
  font-family: Lato, sans-serif;
  line-height: 45px;
}

.heading-3 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
}

.heading-4, .heading-5, .heading-6 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
}

.heading-7 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
}

.heading-7.fh {
  font-size: 32px;
  font-weight: 500;
}

.heading-7.social-icon-link {
  text-align: center;
  margin-top: 20px;
}

.heading-8, .heading-9, .heading-10, .heading-11 {
  color: #ca1f6d;
  font-size: 40px;
}

.heading-12, .heading-13 {
  color: #ca1f6d;
}

.image-4 {
  margin-bottom: 50px;
}

.column-12 {
  background-color: #ffffff8f;
  background-image: url('../images/IMG_2750-copy.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding-top: 12px;
  padding-bottom: 15px;
  display: flex;
}

.column-12:hover {
  background-image: url('../images/IMG_2750-copy.jpg');
}

.column-12.hgfd {
  background-color: #0000;
  background-image: linear-gradient(#b11d60ad, #b11d60ad), url('../images/young-woman-receiving-back-massage-in-spa-center.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column-12.hgfd:hover {
  background-image: url('../images/young-woman-receiving-back-massage-in-spa-center.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-12.hgfd.bgg {
  background-image: linear-gradient(#a81a5a57, #a81a5a57), linear-gradient(#0000, #0000), url('../images/IMG_3740.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.column-12.kd {
  height: 475px;
}

.column-12.kd.bbg {
  background-image: url('../images/IMG_2775-copy.jpg');
  background-position: 100% 100%;
  background-attachment: scroll;
}

.column-13 {
  background-image: linear-gradient(#c21d6842, #c21d6842), url('../images/IMG_3440.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.column-13:hover {
  background-image: linear-gradient(#c21d6845, #c21d6845), url('../images/IMG_3440.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column-13.g {
  background-image: url('../images/IMG_3300.jpg'), linear-gradient(#ffffffb3, #ffffffb3);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.column-13.wea {
  background-image: linear-gradient(#aa1d5d59, #aa1d5d59), url('../images/IMG-3262.jpg');
  background-position: 0 0, 60%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 475px;
}

.column-13.wea:hover {
  background-image: linear-gradient(#aa1d5d4f, #aa1d5d4f), url('../images/IMG-3262.jpg');
  background-position: 0 0, 60%;
  background-size: auto, cover;
}

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

.row-2 {
  background-color: #ffffffe3;
  margin-bottom: 29px;
}

.row-2.jbg {
  margin-bottom: 25px;
}

.heading-14 {
  font-size: 24px;
}

.heading-14.ka {
  margin-bottom: -4px;
}

.text-block-4 {
  text-align: justify;
  font-size: 14px;
}

.tab-link {
  background-color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
}

.tab-link.w--current {
  color: #fff;
  background-color: #a1196b;
}

.tab-link-2 {
  background-color: #fff;
  padding-left: 17px;
  padding-right: 16px;
}

.tab-link-2.w--current {
  color: #fff;
  background-color: #d40a0a;
}

.tab-link-3 {
  background-color: #fff;
  padding-left: 18px;
  padding-right: 18px;
}

.tab-link-3.w--current {
  color: #fff;
  background-color: #ad185c;
}

.tab-link-4 {
  background-color: #fff;
  padding-left: 17px;
  padding-right: 17px;
}

.tab-link-4.w--current {
  color: #fff;
  background-color: #ad185c;
}

.tab-link-5 {
  background-color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

.tab-link-5.w--current {
  color: #fff;
  background-color: #a1196b;
}

.tab-link-6 {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link-6.w--current {
  color: #fff;
  background-color: #a1196b;
  padding-left: 15px;
  padding-right: 15px;
}

.row-3 {
  margin-bottom: 4px;
}

.container-6 {
  margin-bottom: 6px;
}

.row-4 {
  margin-bottom: 8px;
}

.row-5 {
  margin-bottom: 10px;
}

.jj {
  margin-bottom: 7px;
}

.image-5 {
  margin-bottom: 10px;
}

.image-6 {
  margin-top: 15px;
}

.image-7 {
  margin-top: 14px;
}

.image-8 {
  margin-top: 15px;
}

.image-9 {
  margin-top: 16px;
}

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

.image-11 {
  margin-top: 15px;
}

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

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

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

.select-field {
  margin-bottom: 16px;
}

.form {
  background-color: #ffffff54;
  padding: 13px 10px 14px;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-9, .text-block-10, .text-block-11, .text-block-13 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.image-30 {
  margin-bottom: 26px;
}

.link-2 {
  color: #d31069;
  font-size: 20px;
  text-decoration: none;
}

.c-map_dot {
  z-index: 20;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4.8em;
  margin-left: 4.9em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-map_dot.is--hidden {
  display: none;
}

.c-map_contain {
  position: relative;
}

.section-3 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 59px;
}

.section-3.is--hero {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  padding-top: 114px;
  padding-right: 0;
  display: flex;
}

.c-map_fill {
  z-index: -1;
  background-color: #ff8ad8;
  border-radius: 100vw;
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  min-height: 2.5em;
  position: relative;
}

.collection-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.collection-wrapper {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.c-hero_map {
  width: 560px;
}

.button-2 {
  color: #0d0d36;
  background-color: #ff8ad8;
  border-radius: 18px;
  margin-top: 39px;
  padding: 22px 52px;
  font-weight: 500;
}

.c-map_image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.c-map_circle {
  background-color: #fffffb;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
  position: relative;
}

.c-map_location {
  text-align: right;
  white-space: nowrap;
  margin-right: 2.9em;
  font-size: 1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.collection-item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-14 {
  color: #fff;
  text-transform: capitalize;
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
}

.image-32 {
  width: 36px;
}

.link-3 {
  color: #fff;
  margin-top: -283px;
  font-family: Montserrat, sans-serif;
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 2.8vw;
  text-decoration: none;
  display: block;
}

.nav__list-item {
  margin-right: 3vw;
  display: inline-block;
  position: relative;
}

.nav__list-item.last {
  margin-right: 0;
}

.div-block {
  z-index: 9996;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding-top: 0;
  padding-left: 95px;
  display: flex;
  position: absolute;
}

.div-block.combo {
  align-items: flex-end;
  max-width: 50px;
  padding-top: 43px;
  padding-bottom: 0;
  padding-left: 0;
  left: 550px;
}

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

.text-block-15 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.nav_bar_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.line {
  background-color: #1c1e1f;
  border: 1px solid #fff;
  width: 100%;
  height: 1px;
}

.nav {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/pexels-aleksandar-pasaric-5686514.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.link-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s linear;
}

.link-4:hover {
  color: #fff;
  transform: scale(1.2);
}

.nav__list {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.text-block-16 {
  color: #fff;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-block-3 {
  cursor: pointer;
  display: flex;
}

.frosted_block_parent {
  background-color: #ffffff14;
  width: 100%;
  height: 100%;
}

.horizontal {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button-3 {
  z-index: 9997;
  color: #111;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 20px;
  padding: 25px 45px;
  font-size: 24px;
  font-weight: 500;
  transition: background-color .4s linear;
  position: relative;
}

.button-3:hover {
  color: #fff;
  background-color: #e17263;
}

.hero_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/pexels-aleksandar-pasaric-5686514.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

.nav_bar_section {
  z-index: 9999;
  width: 100vw;
  height: 10vh;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  overflow: hidden;
}

.nav__content {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 50%;
}

.nav-bg {
  background-color: #e17263b5;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.nav-wrap {
  z-index: 9998;
  background-color: #0000;
  width: 100vw;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.line-wrap-2 {
  width: 100%;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.block_right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center end;
  display: grid;
}

.hero_section-2 {
  background-image: linear-gradient(#ffffff3b, #ffffff3b);
  background-position: 0 0;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
}

.hero_section_content_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  height: 60vh;
  padding-left: 34px;
  display: flex;
}

.heading-15 {
  color: #3f3f3f;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 58px;
}

.text-block-17 {
  color: #222;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#ad1a73, #ad1a73);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 35px;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-label {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.navbar-1 {
  background-color: #000000f2;
  justify-content: center;
  align-items: center;
  padding: 15px 39px 15px 32px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar-wrap {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-4 {
  height: 100%;
}

.image-33 {
  width: auto;
  max-width: 300px;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.nav-link-8 {
  color: #4f5e78;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
}

.nav-link-8.hvr-pop {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.nav-btn {
  letter-spacing: 1px;
  background-color: #fff;
  background-image: linear-gradient(#ad1a73, #ad1a73);
  border-radius: 4px;
  margin-left: 25px;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.section-4 {
  background-image: linear-gradient(108deg, #000, #0000), url('../images/woman-receiving-relaxing-facial-massage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 600px;
  display: block;
}

.section-4._2-sec {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/IMG_3165.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4._3-sec {
  background-image: linear-gradient(231deg, #000 7%, #0000 65%), url('../images/IMG_3254.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-4._3-sec.section-masso {
  background-image: linear-gradient(231deg, #000 7%, #0000 65%), url('../images/IMG_3932.jpg');
}

.section-4.hza {
  background-image: linear-gradient(108deg, #000, #0000), url('../images/IMG_3921.jpg');
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: 181px;
  display: flex;
}

.column-14 {
  padding-top: 0;
  padding-left: 0;
}

.slider {
  height: 900px;
  margin-top: 91px;
}

.slide {
  background-image: linear-gradient(250deg, #0000, #fff 77%), url('../images/masseur-doing-neck-massage-on-man-in-the-spa-salon.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 110px;
  padding-left: 45px;
}

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

.slide-2 {
  background-image: linear-gradient(257deg, #0000, #fff 70%), url('../images/young-woman-receiving-back-massage-in-spa-center.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 113px;
  padding-left: 54px;
}

.slide-3 {
  background-image: linear-gradient(275deg, #0000, #fff 82%), url('../images/woman-massages-her-shoulder-and-neck-pain-points-trigger-point-massage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 105px;
  padding-left: 58px;
}

.slide-4 {
  background-image: linear-gradient(266deg, #0000, #fff 68%), url('../images/man-holds-his-back-due-to-pain-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 79px;
  padding-left: 78px;
}

.image-34 {
  margin-top: 9px;
}

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

.column-15 {
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 78px;
  display: flex;
}

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

.bold-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bold-text.bh {
  font-size: 16px;
  font-weight: 500;
}

.bold-text-2 {
  font-size: 26px;
}

.coul {
  color: #b91962;
}

.column-16 {
  padding-left: 0;
}

.column-17 {
  padding-right: 0;
}

.column-18 {
  padding-top: 0;
}

.coo {
  color: #ad2161;
}

.container-8 {
  background-color: #b6206400;
  margin-top: 23px;
  padding-top: 7px;
  padding-bottom: 5px;
}

.html-embed {
  height: auto;
}

.text-block-18 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.purp {
  color: #8d176e;
}

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

.column-21 {
  padding-right: 29px;
}

.section-5 {
  background-color: #ac1e5e;
  padding-top: 123px;
  padding-bottom: 49px;
  display: none;
}

.image-35 {
  margin-bottom: 32px;
}

.slide-5 {
  background-image: linear-gradient(265deg, #0000, #fff 82%), url('../images/IMG_3123.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 106px;
  padding-left: 50px;
}

.container-9, .div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: #fff;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 31px;
}

.petit {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.button-4 {
  background-color: #696969;
  border-radius: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.html-embed-2 {
  height: 1250px;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.link-6 {
  color: #c91b6a;
  font-size: 21px;
  text-decoration: none;
}

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

.container-11.cours {
  margin-top: 76px;
}

.heading-17.uij {
  font-size: 44px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-bottom: 47px;
  display: flex;
}

.div-block-6._2div {
  display: none;
}

.column-25 {
  padding-top: 0;
  padding-left: 0;
}

.column-26 {
  padding-top: 20px;
}

.text-block-20 {
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.image-39 {
  margin-top: 36px;
}

.image-40 {
  display: block;
}

.image-40.iuu {
  margin-top: 185px;
}

.columns-2 {
  height: auto;
}

.container-13 {
  padding-bottom: 113px;
}

.heading-18 {
  text-align: center;
  margin-bottom: 52px;
}

.text-block-26 {
  text-align: center;
  margin-bottom: 52px;
  font-size: 15px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.link-7 {
  color: #000;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  display: block;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_description {
  font-family: Montserrat, sans-serif;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #a1196b;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_button_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.bold-text-8 {
  font-family: Montserrat, sans-serif;
}

.columns-3, .columns-4, .columns-5, .columns-6 {
  margin-bottom: 25px;
}

.column-74 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 28px;
  display: flex;
}

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

.column-73 {
  background-image: url('../images/maderotherapy-anti-cellulite-massage-with-wooden-roller-massager.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 1267px;
}

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

.f-paragraph-large.tyr {
  text-align: left;
}

.f-h1-heading {
  color: #fff;
  text-align: right;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-h1-heading.ttt {
  text-align: left;
}

.f-h1-heading.ttt.titre {
  color: #000;
}

.waves---cta-white {
  color: #13131300;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  color: #000;
  min-width: 200px;
}

.waves---cta-white.wide-cta.tuu {
  border: 1px solid #000;
}

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

.div-block-63.fgd {
  justify-content: center;
  align-items: flex-start;
}

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

.f-heading-detail-small {
  color: #6b7094;
  text-align: right;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small.fhds {
  text-align: left;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.section-6 {
  margin-bottom: 32px;
}

.bold-text-9 {
  font-size: 19px;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads-2"], html.w-mod-js [data-ix="fade-in-bottom-page-loads-3"] {
  opacity: 0;
  transform: translate(-52px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

@media screen and (min-width: 1280px) {
  .section-heading.centered {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .section-4 {
    background-image: linear-gradient(79deg, #000, #0000), url('../images/woman-receiving-relaxing-facial-massage.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 600px;
  }

  .section-4.hza {
    height: 600px;
    margin-top: 121px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex;
  }

  .column-24 {
    padding-top: 105px;
    padding-left: 166px;
  }

  .image-40 {
    display: block;
  }

  .column-73 {
    height: 1267px;
  }
}

@media screen and (min-width: 1440px) {
  .section.section-gray.kj {
    background-image: linear-gradient(#000c, #000c), url('../images/portrait-of-young-pretty.jpg');
    background-position: 0 0, -85px;
    background-size: auto, cover;
    height: auto;
    padding-bottom: 67px;
  }

  .section-heading.centered {
    font-family: Montserrat, sans-serif;
    font-size: 21px;
  }

  .footer.center {
    padding-top: 48px;
  }

  .section-2.vie-priv-e {
    background-image: linear-gradient(#ffffffe8, #ffffffe8), linear-gradient(#fff0, #fff0), url('../images/woman-receiving-relaxing-facial-massage.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    height: auto;
    padding-top: 163px;
  }

  .section-4 {
    background-image: linear-gradient(141deg, #000 8%, #0000), url('../images/woman-receiving-relaxing-facial-massage.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 600px;
  }

  .section-4._3-sec {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: 600px;
    display: flex;
  }

  .section-4.hza {
    height: auto;
    margin-top: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-15 {
    padding-top: 24px;
  }

  .bold-text.bh {
    color: #000;
    text-decoration: none;
  }

  .link-5 {
    text-decoration: none;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
    display: flex;
  }

  .column-24 {
    padding-top: 107px;
    padding-left: 205px;
  }

  .link-7 {
    color: #000;
  }

  .cookie-popup_component {
    display: block;
  }

  .cookie-modal_button {
    background-color: #000;
  }

  .cookie-modal_button-wrap.is-small {
    background-color: #ad1a72;
  }

  .column-73 {
    height: 1267px;
  }
}

@media screen and (min-width: 1920px) {
  .section.section-gray.kj {
    background-image: linear-gradient(#000000ba, #000000ba), url('../images/portrait-of-young-pretty.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
    padding-bottom: 72px;
  }

  .section.oiu {
    height: auto;
    padding-top: 139px;
    padding-bottom: 175px;
  }

  .section-heading.centered {
    font-family: Droid Sans, sans-serif;
    font-weight: 500;
  }

  .section-title-group.lkhg {
    margin-bottom: 57px;
  }

  .footer.center {
    padding-top: 47px;
  }

  .section-2.vie-priv-e {
    background-image: linear-gradient(#ffffffc7, #ffffffc7), linear-gradient(#fff0, #fff0), url('../images/woman-receiving-relaxing-facial-massage.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    height: auto;
  }

  .tab-pane {
    margin-bottom: 45px;
  }

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

  .hero_section-2 {
    height: auto;
  }

  .section-4 {
    background-image: linear-gradient(104deg, #000, #0000), url('../images/woman-receiving-relaxing-facial-massage.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: 650px;
  }

  .section-4._2-sec {
    background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/the-young-man-on-spa-treatment-recreation-rest-relaxation-and-massage-hygh-angle-view.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .section-4.hza {
    margin-top: 0;
  }

  .column-14 {
    padding-left: 224px;
  }

  .slider {
    background-color: #000;
  }

  .container-8 {
    background-color: #fff;
  }

  .text-block-18 {
    margin-bottom: 10px;
  }

  .bold-text-3 {
    font-size: 21px;
  }

  .link-5 {
    color: #000;
    text-decoration: none;
  }

  .column-23 {
    font-size: 10px;
    overflow: hidden;
  }

  .link-6 {
    color: #c91e6c;
    text-align: center;
    font-size: 21px;
    text-decoration: none;
  }

  .image-37 {
    margin-top: 25px;
  }

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

  .div-block-6 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
    display: flex;
  }

  .column-24 {
    justify-content: center;
    align-items: center;
    padding-top: 146px;
    display: flex;
  }

  .column-25 {
    padding-top: 116px;
  }

  .text-block-19 {
    font-family: Montserrat, sans-serif;
  }

  .column-26 {
    padding-top: 33px;
  }

  .text-block-20 {
    margin-bottom: 13px;
  }

  .column-73 {
    height: 1267px;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-button {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .section.section-gray.kj {
    height: auto;
    padding-top: 149px;
    padding-bottom: 53px;
  }

  .section.oiu {
    height: auto;
    padding-top: 152px;
    padding-bottom: 108px;
  }

  .section-heading.centered {
    text-align: center;
    font-size: 25px;
  }

  .section-heading.centered.jgfd {
    text-align: center;
  }

  .section-subheading.center {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
  }

  .section-subheading.center.jhfd.njj {
    font-size: 16px;
  }

  .section-subheading.center.sfj {
    font-weight: 400;
  }

  .section-title-group {
    margin-top: -21px;
    margin-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-title-group.lkhg {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-group.utrt {
    margin-bottom: 76px;
    padding-left: 55px;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    float: none;
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    inset: 0 0 auto;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #49647b;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    height: 500px;
  }

  .body {
    background-color: #000;
    max-width: 100%;
    max-height: 100%;
    padding-left: 0;
  }

  .image-2 {
    margin-top: -117px;
  }

  .text-block {
    font-size: 17px;
  }

  .container-2 {
    background-color: #ffffffd1;
    padding-top: 0;
  }

  .section-2 {
    height: auto;
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .container-4 {
    padding-top: 53px;
  }

  .heading.kgh {
    margin-top: 62px;
  }

  .heading.kiyh {
    margin-top: 4px;
  }

  .heading.kiyh.titre-bloc {
    font-size: 81px;
    line-height: 76px;
  }

  .text-block-3 {
    margin-bottom: 22px;
    font-size: 15px;
  }

  .column-12 {
    background-attachment: scroll;
    height: 450px;
    padding: 34px 24px 28px 23px;
  }

  .column-12.hgfd {
    background-image: linear-gradient(to bottom, null, null);
    display: block;
  }

  .column-12.hgfd.bgg {
    height: 450px;
  }

  .column-12.kd {
    height: auto;
  }

  .column-12.kd.bbg {
    background-position: 0%;
    background-attachment: scroll;
    height: 450px;
  }

  .column-13 {
    height: 450px;
    margin-top: 22px;
  }

  .column-13.g {
    background-image: url('../images/female-model-having-massage-at-spa.jpg'), linear-gradient(to bottom, null, null);
    background-attachment: scroll, scroll;
    margin-top: -1px;
    margin-bottom: 27px;
  }

  .column-13.wea {
    height: 450px;
  }

  .row-2 {
    flex-direction: column;
    display: flex;
  }

  .row-2.jbg {
    background-color: #000000e3;
    margin-top: 26px;
  }

  .row-2.hh {
    background-color: #000000e3;
    flex-direction: column-reverse;
  }

  .row-2.hh.jk {
    margin-bottom: -3px;
  }

  .heading-14 {
    margin-bottom: -1px;
  }

  .tab-link-2, .tab-link-3, .tab-link-4, .tab-link-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar {
    background-color: #000;
    display: block;
  }

  .menu-button {
    color: #ffffffbd;
    background-color: #fff3;
    margin-top: 23px;
  }

  .container-7 {
    padding-bottom: 9px;
    padding-left: 300px;
  }

  .image-13 {
    margin-left: 10px;
  }

  .nav-menu-2 {
    background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/JAL06.png');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    height: 600px;
    padding-top: 36px;
    padding-bottom: 45px;
    inset: 0;
  }

  .nav-link-2, .nav-link-3 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-4 {
    text-align: center;
    margin-bottom: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-5, .nav-link-6, .nav-link-7 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-7.w--current {
    margin-top: -20px;
  }

  .link-block-2 {
    color: #000;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .image-26 {
    opacity: .85;
    margin-right: 6px;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-9, .text-block-10, .text-block-11, .text-block-13 {
    text-align: center;
  }

  .image-31 {
    margin-bottom: 34px;
  }

  .section-3.is--hero {
    flex-direction: column;
    padding-top: 171px;
    padding-bottom: 96px;
    padding-left: 0;
    display: block;
  }

  .c-hero_text {
    text-align: center;
    padding-left: 59px;
    padding-right: 59px;
  }

  .c-hero_map {
    width: 100%;
    margin-top: 75px;
  }

  .link-3 {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .div-block.combo {
    padding-right: 20px;
    inset: 0% 0% 0% auto;
  }

  .nav {
    display: none;
  }

  .frosted_block_parent {
    height: 50vh;
  }

  .hero_section {
    flex-direction: column;
    display: flex;
  }

  .nav_bar_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bg {
    display: none;
  }

  .empty_block {
    background-image: url('../images/pexels-aleksandar-pasaric-5686514.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    height: 50vh;
  }

  .hero_section-2 {
    width: auto;
    height: auto;
  }

  .hero_section_content_block {
    padding-right: 0;
  }

  .heading-15 {
    padding-right: 0;
    font-size: 43px;
    line-height: 54px;
  }

  .text-block-17 {
    font-size: 21px;
  }

  .nav-menu-3 {
    background-color: #272727;
    background-image: linear-gradient(#00000080, #00000080), url('../images/wide-black-wooden-background-old-wooden-planks-texture.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 22px;
  }

  .nav-link-8.hvr-pop {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
  }

  .nav-btn {
    margin-left: 0;
  }

  .section-4 {
    background-position: 0 0, 100%;
  }

  .section-4.hza {
    margin-top: 0;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 44px;
  }

  .slider {
    height: 750px;
  }

  .slide {
    padding-top: 73px;
    padding-left: 32px;
  }

  .slide-2 {
    padding-top: 72px;
    padding-left: 37px;
  }

  .slide-3 {
    padding-top: 74px;
    padding-left: 36px;
  }

  .image-34 {
    margin-top: 31px;
  }

  .column-15 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 43px;
  }

  .bold-text-2 {
    font-size: 23px;
  }

  .column-18 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .icon {
    color: #fff;
  }

  .menu-button-2 {
    border: 1px solid #d3186d;
    border-radius: 9px;
  }

  .menu-button-2.w--open {
    background-color: #940e67;
  }

  .columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .html-embed {
    margin-bottom: 33px;
  }

  .column-19 {
    padding-top: 15px;
  }

  .text-block-18 {
    padding-left: 81px;
    padding-right: 81px;
  }

  .slide-5 {
    padding-top: 76px;
    padding-left: 0;
  }

  .html-embed-2 {
    height: 1250px;
  }

  .slide-nav {
    background-color: #7c7c7c78;
  }

  .link-5 {
    color: #000;
    text-decoration: none;
  }

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

  .div-block-6._2div {
    display: block;
  }

  .column-24 {
    padding-top: 156px;
    padding-left: 58px;
  }

  .text-block-19 {
    text-align: center;
    line-height: 27px;
  }

  .image-40 {
    display: block;
  }

  .image-40.iuu {
    margin-top: 0;
  }

  .container-13 {
    padding-bottom: 96px;
  }

  .features-right {
    max-width: 100%;
  }

  .column-74 {
    height: auto;
  }

  .column-73 {
    height: 400px;
  }

  .f-paragraph-large {
    text-align: left;
  }

  .f-h1-heading.ttt.titre {
    font-size: 42px;
    line-height: 1;
  }

  .f-heading-detail-small {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.section-gray.kj {
    height: auto;
    padding-top: 0;
  }

  .section.oiu {
    height: auto;
    padding-top: 95px;
  }

  .section.oiu.lkk {
    align-items: center;
    display: flex;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

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

  .hero-heading {
    font-size: 37px;
  }

  .section-heading.centered {
    font-size: 20px;
  }

  .section-heading.centered.kjhg {
    margin-top: 73px;
    font-weight: 500;
  }

  .section-heading.centered.jgfd {
    font-weight: 400;
  }

  .section-subheading.center {
    text-align: justify;
    padding-right: 12px;
    font-weight: 300;
  }

  .section-subheading.center.jhfd {
    font-size: 16px;
    font-weight: 300;
  }

  .section-title-group {
    margin-top: 11px;
  }

  .section-title-group.lkhg {
    margin-top: 65px;
    padding-left: 12px;
  }

  .section-title-group.utrt {
    margin-top: 6px;
    margin-bottom: 91px;
  }

  .footer-text {
    margin-top: 31px;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    font-size: 15px;
  }

  .container-2 {
    background-color: #ffffffe0;
    padding-right: 32px;
  }

  .section-2 {
    background-image: linear-gradient(#9b1e60, #9b1e60), url('../images/JAL03.png');
    background-position: 0 0, 50%;
    padding-top: 123px;
  }

  .container-4 {
    padding-top: 14px;
  }

  .heading.kgh {
    margin-top: 85px;
  }

  .heading.kiyh {
    margin-top: -1px;
  }

  .heading.kiyh.titre-bloc {
    text-align: center;
    font-size: 73px;
  }

  .heading-2.tyeuw {
    font-size: 27px;
    line-height: 44px;
  }

  .heading-5 {
    font-size: 28px;
  }

  .heading-7 {
    padding-left: 11px;
  }

  .heading-7.fh {
    padding-left: 0;
  }

  .heading-8 {
    text-align: right;
    margin-top: -84px;
    font-size: 29px;
  }

  .heading-9 {
    text-align: right;
    margin-top: -57px;
    font-size: 29px;
  }

  .heading-10 {
    text-align: right;
    margin-top: -44px;
    font-size: 29px;
  }

  .heading-11 {
    text-align: right;
    margin-top: -61px;
    font-size: 29px;
  }

  .column-12 {
    background-attachment: scroll;
  }

  .column-12.hgfd {
    background-position: 100%;
  }

  .column-12.kd.bbg {
    background-attachment: scroll;
  }

  .column-13.g {
    background-image: url('../images/female-model-having-massage-at-spa.jpg'), linear-gradient(to bottom, null, null);
    background-attachment: scroll, scroll;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .menu-button {
    margin-top: 31px;
  }

  .container-7 {
    padding-left: 218px;
    padding-right: 24px;
  }

  .image-14, .image-15 {
    margin-bottom: 8px;
  }

  .image-16 {
    margin-bottom: 1px;
  }

  .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
    margin-bottom: 8px;
  }

  .nav-menu-2 {
    height: 625px;
    inset: 0;
  }

  .zsdfg {
    margin-top: -39px;
  }

  .image-27 {
    margin-bottom: 14px;
  }

  .image-29 {
    margin-top: -56px;
  }

  .image-30 {
    margin-bottom: -23px;
  }

  .image-31 {
    margin-bottom: 27px;
  }

  .section-3, .c-hero_text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-3 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .nav__list-item {
    margin-bottom: 5vh;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10vw;
  }

  .nav__content {
    top: 35%;
  }

  .hero_section-2 {
    width: auto;
    height: auto;
  }

  .hero_section_content_block {
    padding-right: 6px;
  }

  .heading-15 {
    font-size: 32px;
    line-height: 47px;
  }

  .text-block-17 {
    font-size: 18px;
  }

  .button-label {
    font-size: 16px;
  }

  .nav-menu-3 {
    padding-top: 18px;
    padding-bottom: 41px;
  }

  .nav-btn {
    margin-top: 24px;
  }

  .section-4._3-sec {
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .section-4._3-sec.section-masso {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-14 {
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-right: 0;
    display: flex;
  }

  .slider {
    height: 700px;
  }

  .slide {
    padding-top: 94px;
    padding-left: 19px;
  }

  .slide-2 {
    padding-top: 77px;
    padding-left: 19px;
  }

  .slide-3 {
    padding-top: 80px;
    padding-left: 17px;
  }

  .column-15 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .bold-text-2 {
    line-height: 32px;
  }

  .slide-5 {
    background-image: linear-gradient(265deg, #0000, #fff 72%), url('../images/IMG_3123.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 74px;
    padding-left: 24px;
  }

  .heading-16 {
    font-size: 20px;
  }

  .button-4.w--current {
    font-size: 14px;
  }

  .column-22 {
    padding-top: 12px;
  }

  .html-embed-2 {
    width: 400px;
    height: 1400px;
  }

  .slide-nav {
    background-color: #dbd7d778;
  }

  .bold-text-4 {
    font-size: 21px;
    line-height: 36px;
  }

  .bold-text-5, .bold-text-6 {
    font-size: 29px;
  }

  .container-11 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .container-12 {
    padding-top: 66px;
  }

  .column-24 {
    justify-content: center;
    align-items: center;
    padding-top: 113px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-19 {
    font-family: Montserrat, sans-serif;
  }

  .image-40.iuu {
    margin-top: 0;
  }

  .container-13 {
    padding-bottom: 74px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .column-74 {
    height: auto;
  }

  .column-73 {
    flex: 0 auto;
    height: 300px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .columns-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section.section-gray.kj {
    height: auto;
  }

  .section.oiu {
    padding-top: 18px;
    padding-bottom: 79px;
  }

  .section.oiu.lkk {
    padding-top: 147px;
    padding-bottom: 162px;
  }

  .hero-heading {
    margin-top: -14px;
    line-height: 40px;
  }

  .hero-subheading {
    color: #ee0704;
  }

  .section-heading.centered {
    margin-top: 18px;
    font-size: 22px;
    line-height: 32px;
  }

  .section-subheading.center {
    text-align: center;
    padding-right: 0;
    font-size: 15px;
  }

  .section-subheading.center.jhfd.njj {
    margin-bottom: 7px;
    font-size: 18px;
  }

  .section-title-group.lkhg {
    padding-left: 0;
  }

  .section-title-group.utrt {
    margin-top: -7px;
    margin-bottom: 44px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer.center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-text {
    padding-left: 0;
    font-size: 14px;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .banner {
    height: 450px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .content {
    height: auto;
  }

  .body {
    max-width: 100%;
    max-height: 100%;
    padding-right: 0;
  }

  .container-2 {
    background-color: #fffffff0;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-2 {
    background-image: linear-gradient(#ac2864, #ac2864), url('../images/JAL03.png');
    background-position: 0 0, 50% 0;
    height: auto;
    padding-top: 41px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading.kgh {
    margin-top: 55px;
    margin-bottom: 6px;
  }

  .heading.kiyh {
    margin-top: -3px;
  }

  .heading.kiyh.titre-bloc {
    font-size: 56px;
    line-height: 56px;
  }

  .heading-2.tyeuw {
    font-size: 26px;
    line-height: 37px;
  }

  .heading-3 {
    font-size: 27px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .heading-7.fh {
    padding-left: 0;
  }

  .heading-8 {
    color: var(--indian-red-2);
    text-align: right;
    margin-top: -73px;
    font-size: 27px;
    line-height: 31px;
  }

  .heading-9 {
    text-align: right;
    margin-top: -54px;
    font-size: 26px;
    line-height: 31px;
  }

  .heading-10 {
    text-align: right;
    margin-top: -50px;
    font-size: 26px;
    line-height: 31px;
  }

  .heading-11 {
    text-align: right;
    margin-top: -49px;
    font-size: 27px;
    line-height: 31px;
  }

  .column-12 {
    background-image: url('../images/IMG_3254.jpg');
    background-attachment: scroll;
    height: 450px;
    padding-top: 55px;
  }

  .column-12:hover {
    background-image: url('../images/IMG_3254.jpg');
  }

  .column-12.hgfd {
    background-position: 50%;
    background-size: cover;
  }

  .column-12.kd {
    height: 550px;
    padding-top: 133px;
    padding-bottom: 16px;
  }

  .column-12.kd.bbg {
    background-position: 50%;
    background-attachment: scroll;
  }

  .column-13.g {
    background-image: url('../images/IMG_3300.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-attachment: scroll, scroll;
  }

  .container-5.djs {
    margin-top: -100px;
  }

  .tab-link, .tab-link-6 {
    padding-left: 25px;
  }

  .tab-link-6.w--current {
    padding-left: 25px;
    font-size: 17px;
  }

  .navbar {
    height: 126.328px;
  }

  .menu-button.w--open {
    background-color: #ffffff4f;
    border-radius: 4px;
  }

  .container-7 {
    height: 700px;
    padding-left: 14px;
  }

  .image-13 {
    margin-left: 0;
  }

  .nav-menu-2 {
    height: 600px;
    padding-top: 33px;
    position: absolute;
    inset: 0;
  }

  .image-27 {
    opacity: .69;
    margin-top: 1px;
    margin-bottom: 18px;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    font-size: 17px;
  }

  .image-28 {
    margin-bottom: -5px;
  }

  .image-30 {
    margin-bottom: -16px;
  }

  .image-31 {
    margin-top: -20px;
    margin-bottom: 29px;
  }

  .link-2 {
    font-size: 18px;
  }

  .section-3, .c-hero_text {
    padding-left: 29px;
    padding-right: 29px;
  }

  .text-block-14 {
    width: 80%;
    font-size: 28px;
    line-height: 34px;
  }

  .link-3 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .div-block {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.combo {
    padding-top: 0;
    display: none;
    top: -88%;
  }

  .link-4 {
    display: none;
  }

  .text-block-16 {
    width: 80%;
  }

  .button-3 {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    padding-left: 55px;
    padding-right: 55px;
    font-size: 18px;
    display: block;
  }

  .block_right {
    flex-direction: row;
    display: flex;
  }

  .hero_section_content_block {
    padding-left: 22px;
  }

  .heading-15 {
    margin-bottom: 25px;
    padding-right: 105px;
    font-size: 26px;
    line-height: 28px;
  }

  .text-block-17 {
    padding-right: 81px;
    font-size: 15px;
    line-height: 23px;
  }

  .button-small {
    flex: none;
    align-self: stretch;
    margin-top: 28px;
    margin-right: 0;
  }

  .image-33 {
    width: 225px;
    max-width: none;
  }

  .nav-menu-3 {
    padding-top: 14px;
    padding-bottom: 32px;
  }

  .section-4 {
    height: 500px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .section-4._3-sec {
    background-image: linear-gradient(312deg, #000 21%, #0000 65%), url('../images/IMG_3687.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: center;
    height: 400px;
    display: flex;
  }

  .section-4._3-sec.section-masso {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 400px;
    display: flex;
  }

  .section-4.hza {
    height: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slide {
    background-position: 0 0, 50%;
    padding-top: 113px;
    padding-left: 0;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .slide-2 {
    background-image: linear-gradient(257deg, #0000, #fff 70%), url('../images/detail-of-hands-massaging-human-calf-muscle.jpg');
    background-position: 0 0, 50%;
    padding-top: 150px;
    padding-left: 0;
  }

  .slide-3 {
    padding-top: 160px;
    padding-left: 0;
  }

  .div-block-3 {
    flex-direction: row;
  }

  .bold-text.bh {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
  }

  .bold-text-2 {
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    line-height: 22px;
  }

  .column-16 {
    padding-right: 0;
  }

  .column-17 {
    padding-left: 0;
  }

  .column-18 {
    margin-bottom: 29px;
  }

  .container-8 {
    background-color: #000;
    height: auto;
    margin-bottom: -111px;
  }

  .html-embed {
    margin-bottom: 29px;
  }

  .column-19 {
    padding-top: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-18 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .slide-5 {
    background-image: linear-gradient(265deg, #0000, #fff 64%), url('../images/IMG_3124.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 99px;
    padding-left: 0;
  }

  .heading-16 {
    margin-top: 41px;
    font-size: 17px;
    line-height: 25px;
  }

  .petit {
    font-size: 15px;
  }

  .html-embed-2 {
    width: 300px;
    height: auto;
  }

  .html-embed-2.mobile {
    width: 325px;
  }

  .slide-nav {
    background-color: #0000;
  }

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

  .bold-text-4 {
    font-size: 16px;
    line-height: 27px;
  }

  .bold-text-5 {
    font-size: 26px;
  }

  .bold-text-6 {
    font-size: 25px;
  }

  .container-11 {
    padding-top: 58px;
  }

  .container-11.cours {
    margin-top: 0;
  }

  .heading-17 {
    text-align: center;
    font-size: 27px;
    line-height: 37px;
  }

  .image-38 {
    max-width: none;
    margin-left: 8px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
    display: flex;
  }

  .dot {
    display: none;
  }

  .container-12 {
    padding-top: 94px;
  }

  .column-24 {
    padding-top: 109px;
    padding-right: 0;
  }

  .bold-text-7 {
    font-size: 26px;
  }

  .image-40.iuu {
    margin-top: 0;
  }

  .container-13 {
    padding-bottom: 70px;
  }

  .text-block-26 {
    font-size: 17px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-span, .text-span-2, .text-span-3, .text-span-4 {
    font-size: 17px;
    line-height: 25px;
  }

  .column-74 {
    height: auto;
    padding: 45px 20px;
  }

  .f-paragraph-large.tyr {
    text-align: left;
    font-size: 17px;
  }

  .f-heading-detail-small {
    margin-bottom: 16px;
  }

  .f-heading-detail-small.fhds {
    margin-bottom: 15px;
  }

  .f-margin-bottom-08 {
    margin-bottom: 0;
    line-height: 12px;
  }
}


