:root {
  --text-paragraphs: #647078;
  --green-2: #b4d7d9;
  --titles-lines: #5d7a7c;
  --background: #acd8d9;
  --links: #8bb9bb;
  --green-5: #a2cfd0;
  --green-1: #98b8ba;
  --green-3: #86b3b7;
  --green-6: #a7d2d3;
  --green-4: #95cfd1;
  --green-7: #a1cdce;
  --white: white;
  --black: black;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--text-paragraphs);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 45px;
}

h2 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  margin-top: 8px;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h3 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
}

h4 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  color: var(--text-paragraphs);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

h6 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--text-paragraphs);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: var(--text-paragraphs);
  cursor: pointer;
}

blockquote {
  border-left: 5px solid var(--green-2);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}

.button {
  min-height: 38px;
  min-width: 125px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b4d7d9;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

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

.paragraph.medium {
  font-size: 15px;
  line-height: 23px;
}

.top-border {
  margin-top: 20px;
}

.top-border.medium {
  margin-top: 30px;
}

.top-border.custom-2 {
  margin-top: 85px;
}

.top-border.mini {
  margin-top: 5px;
}

.top-border.custom-3 {
  margin-top: 10px;
}

.style-box {
  margin-bottom: 60px;
}

.bottom-border {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.bottom-border.large {
  margin-bottom: 50px;
}

.content-section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: visible;
}

.content-section.inner-pages {
  padding-top: 40px;
}

.content-section.bg-gration {
  background-color: rgba(241, 213, 216, .4);
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.border {
  background-color: rgba(241, 213, 216, .4);
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-section.hidden {
  margin-top: 70px;
  display: block;
}

.title {
  color: var(--titles-lines);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 17px;
}

.title.white {
  color: #fff;
}

.content-wrapper {
  max-width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.content-wrapper._100 {
  height: 100%;
}

.inner-hero-text {
  margin-bottom: 90px;
}

.inner-hero {
  width: 100%;
  background-color: var(--background);
  padding-top: 160px;
  overflow: hidden;
}

.scroll-down {
  z-index: 10;
  width: 32.6px;
  height: 30px;
  background-color: var(--links);
  background-image: url('../images/angulo-de-flecha-hacia-abajo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 20px;
  transition: background-color .2s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.scroll-down:hover {
  background-color: #88b4b6;
}

.body {
  color: var(--text-paragraphs);
  background-color: #fdfdfe;
}

.title-2 {
  color: var(--titles-lines);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

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

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

.text-link.mini {
  font-size: 14px;
}

.center-box {
  text-align: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center-box.no-border {
  margin-bottom: 0;
}

.center-box.less-border {
  margin-bottom: 20px;
}

.subtitle-box {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subtitule {
  color: var(--text-paragraphs);
  font-size: 17px;
  line-height: 25px;
}

.subtitule.white {
  color: #fff;
}

.underline {
  width: 25%;
  height: 1px;
  max-width: 144px;
  background-color: var(--titles-lines);
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.underline.white {
  background-color: #fff;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature-box-2 {
  width: 30%;
  max-width: 310px;
  margin-bottom: 40px;
}

.feature-box-2._3, .feature-box-2._4, .feature-box-2._5 {
  margin-bottom: 0;
}

.top-intro-box {
  border-bottom: 1px solid var(--titles-lines);
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.top-intro-box.no-line {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-circular {
  width: 75px;
  height: 75px;
  background-color: #bfdfe1;
  background-image: url('../images/spa-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 41px;
  border-radius: 50%;
}

.icon-circular._2 {
  background-image: url('../images/spa-2.svg');
  background-size: 41px;
}

.icon-circular._3 {
  background-image: url('../images/olor-1.svg');
  background-size: 36px;
}

.icon-circular._4 {
  background-image: url('../images/zapatillas-1.svg');
  background-size: 36px;
}

.icon-circular._5 {
  background-image: url('../images/piedras-1.svg');
  background-size: 36px;
}

.icon-circular._6 {
  background-image: url('../images/cera-2.svg');
  background-size: 35px;
}

.intro-text-box {
  text-align: center;
  padding: 25px 25px 15px;
}

.link-block {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.link-block-2 {
  color: var(--text-paragraphs);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  display: inline-block;
}

.mini-arrow {
  color: var(--text-paragraphs);
  font-size: 9px;
  line-height: 9px;
  display: inline-block;
}

.inner-wrapper {
  padding-left: 33px;
  padding-right: 33px;
}

.flex {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

._50-column {
  width: 50%;
  position: relative;
}

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

._50-column.flex-mobile {
  justify-content: center;
  display: flex;
}

.subtitle-box-2 {
  display: block;
}

.title-3 {
  border: 1px solid var(--titles-lines);
  color: var(--titles-lines);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 45px;
  margin-bottom: 10px;
  padding: 9px 15px 7px;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: inline-block;
}

.underline-2 {
  width: 33%;
  height: 1px;
  max-width: 175px;
  background-color: var(--titles-lines);
  margin-top: 16px;
  margin-bottom: 25px;
  display: block;
}

.underline-2.less-border {
  margin-top: 5px;
  margin-bottom: 15px;
}

.feature-box {
  width: 88%;
  max-width: 450px;
  border: 1px solid var(--titles-lines);
  border-radius: 5px 5px 25px;
  flex-wrap: wrap;
  margin-bottom: 22px;
  display: flex;
}

.feature-icon-box {
  width: 22%;
  max-width: 95px;
  min-height: 100px;
  min-width: 80px;
  border-right: 1px solid var(--titles-lines);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-text-box {
  width: 78%;
  flex: 1;
  padding: 23px 20px 8px;
}

.image-item {
  width: 95%;
  height: 100%;
  max-width: 490px;
  min-height: 615px;
  background-image: url('../images/beautiful-young-woman-holding-cucumber-slice_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
}

.bottom-line {
  border-bottom: 1px solid var(--titles-lines);
  padding-bottom: 40px;
}

.image-item-2 {
  width: 95%;
  height: 100%;
  max-width: 540px;
  min-height: 370px;
  background-image: url('../images/makeup-application-for-natural-look.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
}

._55-column {
  width: 55%;
}

._45-column {
  width: 45%;
}

._45-column.center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bottom-line-2 {
  border-bottom: 1px solid var(--titles-lines);
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-text-box {
  height: 100%;
  padding-left: 20px;
}

.left-text-box.top {
  padding-top: 20px;
}

.service-item {
  width: 30%;
  max-width: 310px;
  border-bottom-right-radius: 25px;
  margin-bottom: 45px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  transition: box-shadow .3s, transform .3s;
  overflow: hidden;
}

.service-item:hover {
  transform: translate(0, -5px);
  box-shadow: 16px 16px 35px -7px rgba(93, 122, 124, .45);
}

.service-image {
  width: 100%;
  height: 295px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.service-text-box {
  background-color: var(--background);
  text-align: center;
  padding: 22px 22px 20px;
}

.heading-link-box {
  color: var(--text-paragraphs);
  text-decoration: none;
}

.content-section-2 {
  background-color: var(--background);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.line-box {
  border-bottom: 1px solid var(--titles-lines);
  margin-bottom: 20px;
}

.tabs-menu {
  width: 45%;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 42px;
}

.tabs {
  border-bottom: 1px solid var(--titles-lines);
  flex-wrap: wrap;
  padding-bottom: 20px;
  display: flex;
}

.tabs-content {
  border-left: 1px solid var(--titles-lines);
  flex: 1;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 42px;
}

.tab-link {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding: 25px 26px 20px;
  display: flex;
}

.tab-link:hover {
  background-color: var(--green-5);
}

.tab-link.w--current {
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: var(--links);
  background-color: var(--green-5);
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 19px;
  padding-left: 22px;
  display: flex;
}

.tab-link.no-border {
  margin-bottom: 0;
}

.tab-icon-box {
  margin-right: 25px;
}

.expand {
  flex: 1;
}

.expand.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-pane {
  height: 100%;
}

.lightbox-link {
  width: 100%;
  height: 380px;
  border-style: solid;
  border-width: 6px;
  border-color: var(--green-1) var(--green-1) var(--green-1) var(--links);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.lightbox-link._2 {
  background-image: url('../images/massage-1929064.webp');
}

.lightbox-link._3 {
  background-image: url('../images/beautiful-bouquet-bridal-247295.webp');
}

.lightbox-link._1 {
  background-image: url('../images/wellness-589770.webp');
}

.play-button {
  width: 115px;
  height: 70px;
  background-color: rgba(89, 120, 122, .7);
  background-image: url('../images/flecha-reproducir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  transition: background-color .2s, transform .2s;
}

.play-button:hover {
  background-color: rgba(104, 135, 137, .93);
  transform: scale(1.08);
}

.padding-block {
  background-color: var(--green-5);
  padding: 10px 20px 20px;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.team-member {
  width: 30%;
  max-width: 345px;
  border-bottom-right-radius: 25px;
  margin-bottom: 45px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  transition: box-shadow .3s, transform .3s;
  overflow: hidden;
}

.team-member:hover {
  transform: translate(0, -5px);
  box-shadow: 16px 16px 35px -7px rgba(93, 122, 124, .45);
}

.team-image-link {
  width: 100%;
  height: 290px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.team-text-box {
  background-color: var(--background);
  padding: 25px 35px 20px;
}

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

.mini-title {
  color: var(--titles-lines);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.mini-title.border {
  margin-top: 6px;
  position: relative;
  bottom: -3px;
}

.content-section-3 {
  background-color: var(--background);
  background-image: url('../images/dot.webp');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 55px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.mini-feature-box {
  width: 26%;
  max-width: 110px;
  border: 1px solid #fff;
  border-bottom-right-radius: 10px;
  margin-bottom: 20px;
  margin-right: 30px;
  text-decoration: none;
}

.mini-feature-icon {
  height: 70px;
  border-bottom: 1px solid rgba(93, 122, 124, .7);
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini-feature-icon._1 {
  background-image: url('../images/zapatillas-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.mini-feature-icon._2 {
  background-image: url('../images/cama-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.mini-feature-icon._3 {
  background-image: url('../images/robe-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.mini-feature-text {
  text-align: center;
  padding: 12px 12px 5px;
}

.z-index {
  z-index: 10;
  position: relative;
}

.content-section-4 {
  background-image: linear-gradient(rgba(46, 65, 66, .85), rgba(46, 65, 66, .85)), url('../images/massage-2350548.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.h2.white {
  color: #fff;
}

.h2._404 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.package-bg {
  width: 83%;
  max-width: 450px;
  background-color: var(--background);
  border-bottom-right-radius: 25px;
  padding: 50px 40px;
  position: relative;
}

.frame-1 {
  border: 1px solid var(--titles-lines);
  padding: 6% 5% 2%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.frame-2 {
  z-index: 0;
  border: 1px solid var(--titles-lines);
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 15px;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.frame-container {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.price {
  margin-top: 10px;
  font-size: 13px;
  display: inline-block;
}

.price.small {
  font-size: 25px;
  line-height: 25px;
}

.dollar-sign {
  color: var(--text-paragraphs);
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: -11px;
}

.dollar-sign.small {
  font-size: 14px;
  top: -5px;
}

.less-top-border {
  margin-top: 5px;
}

.text-block-5 {
  color: var(--text-paragraphs);
  font-family: Libre Baskerville, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.intro-box {
  width: 30%;
  max-width: 310px;
  border: 1px solid var(--titles-lines);
  border-radius: 5px 5px 25px;
}

.intro-text-box-2 {
  text-align: center;
  padding: 25px 25px 15px;
}

.list-box {
  border-top: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
  margin-top: 20px;
  padding: 20px 10px 15px;
}

.list-item {
  margin-bottom: 5px;
  display: flex;
}

.checkbox {
  width: 15px;
  margin-right: 12px;
}

.slide-nav {
  margin-top: 30px;
  display: block;
  position: relative;
}

.center-box-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
}

.pricing-box {
  width: 30%;
  max-width: 330px;
  border: 1px solid var(--titles-lines);
  border-radius: 5px 5px 20px;
}

.pricing-title-box {
  border-bottom: 1px solid var(--titles-lines);
  text-align: center;
  padding: 55px 40px 20px;
  position: relative;
}

.pricing-detail {
  border-bottom: 1px solid var(--titles-lines);
  padding: 20px 20px 10px;
}

.pricing-icon {
  width: 75px;
  height: 75px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--text-paragraphs) var(--text-paragraphs) var(--titles-lines);
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
}

.pricing-icon._2 {
  background-image: url('../images/cepillar-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.pricing-icon._1 {
  background-image: url('../images/spa-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.pricing-icon._3 {
  background-image: url('../images/tijeras-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
}

.pricing-button-box {
  padding: 20px 25px;
}

.button-2 {
  width: 100%;
  min-height: 38px;
  min-width: 125px;
  background-color: var(--links);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: var(--green-3);
}

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

.answer-box {
  margin-top: 8px;
  display: flex;
}

.faq-box {
  width: 50%;
  padding: 30px 30px 15px;
}

.faq-box._3 {
  border-right: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
}

.faq-box._4, .faq-box._2 {
  border-bottom: 1px solid var(--titles-lines);
}

.faq-box._5 {
  border-right: 1px solid var(--titles-lines);
}

.faq-box._1 {
  border-right: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
}

.question-tag {
  color: var(--text-paragraphs);
  margin-right: 9px;
  font-size: 18px;
  font-weight: 500;
  display: inline;
}

.question {
  color: var(--text-paragraphs);
  margin-right: 9px;
  font-size: 17px;
  font-weight: 500;
  display: inline;
}

.question-box {
  display: flex;
}

.ansewer-tag {
  color: #9fcacd;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.testimonial-header {
  margin-bottom: 15px;
  display: flex;
}

.testimonial {
  width: 31.3%;
  height: auto;
  background-color: #fff;
  border-radius: 5px 5px 25px;
  margin-right: 2.5%;
  box-shadow: 15px 30px 37px -22px rgba(103, 117, 130, .3);
}

.testimonial.last {
  margin-right: 5%;
}

.testimonial-name {
  color: var(--text-paragraphs);
  margin-bottom: 3px;
  line-height: 20px;
}

.mask {
  width: 100%;
  padding: 30px 3%;
}

.company {
  font-size: 13px;
  line-height: 16px;
}

.text-small {
  font-size: 15px;
  line-height: 22px;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.flex-testimonial {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 22px 23px 38px;
  display: flex;
  position: relative;
}

.slide-nav-2 {
  margin-top: 25px;
  position: relative;
}

.testimonial-pic {
  width: 50px;
  height: 50px;
  background-color: #f7f8fa;
  border: 3px solid #b5d7d9;
  border-radius: 50%;
  margin-right: 15px;
}

.testimonial-pic._6 {
  background-image: url('../images/pic-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._5 {
  background-image: url('../images/pic-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 52px;
}

.testimonial-pic._4 {
  background-image: url('../images/pic-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._1 {
  background-image: url('../images/pic-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._2 {
  background-image: url('../images/pic-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._3 {
  background-image: url('../images/pic-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 52px;
}

.testimonial-person-info {
  flex: 1;
}

.display-none {
  display: none;
}

.star-rating {
  background-color: #e0eeef;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 23px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.star {
  margin-right: 4.5px;
}

.rating-text {
  font-size: 11px;
  line-height: 12px;
  position: relative;
  top: 2px;
}

.div-block-2 {
  margin-right: 5px;
}

.gallery-image {
  width: 100%;
  height: 230px;
  border: 6px solid var(--background);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
  position: relative;
}

.gallery-image._2 {
  background-image: url('../images/head-spa-1741846.webp');
}

.gallery-image._3 {
  background-image: url('../images/massage-2717431.webp');
  background-position: 50%;
  background-size: cover;
}

.gallery-image._1 {
  background-image: url('../images/photo-1493923216191-a9df49886a9f.webp');
  position: relative;
}

.gallery-item {
  width: 31.3%;
}

.split-section {
  flex-wrap: wrap;
  display: flex;
}

.split-image {
  width: 50%;
  min-height: 620px;
  background-image: url('../images/charisse-kenion-513755-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.split-image._2 {
  background-image: url('../images/thomas-hafeneth-251850-copia.webp');
}

.split-image._3 {
  background-image: url('../images/toa-heftiba-578099-unsplash.webp');
}

.split-image._4 {
  background-image: url('../images/thomas-hafeneth-244903-unsplash-1.webp');
}

.split-image._5 {
  background-image: url('../images/sharon-mccutcheon-519786-unsplash_1.webp');
}

.split-text {
  width: 50%;
  background-color: var(--background);
  padding: 100px 55px;
}

.split-text-box {
  max-width: 468px;
  background-image: url('../images/logo-big.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 251px;
}

.split-text-box._2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.signature {
  margin-bottom: 15px;
}

.collection-item {
  width: 49%;
}

.collection-item.bottom-border {
  margin-bottom: 45px;
}

.preview-image {
  width: 100%;
  min-height: 335px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5px;
  transition: opacity .2s;
}

.preview-image:hover {
  opacity: .9;
}

.preview-image.small {
  width: 36%;
  min-height: 92px;
  position: relative;
  overflow: hidden;
}

.preview-image.blog {
  min-height: 415px;
}

.preview-image.medium {
  width: 42%;
  min-height: 172px;
}

.preview-image.mini {
  width: 32%;
  max-width: 135px;
  min-height: 80px;
  margin-right: 20px;
}

.post-title-link {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.text-inline-block {
  display: inline-block;
}

.text-inline-block.right-border {
  margin-right: 3px;
}

.text-inline-block.both-borders {
  margin-left: 3px;
  margin-right: 3px;
}

.text-inline-block.right-border-2 {
  margin-right: 10px;
}

.link-mini {
  color: var(--text-paragraphs);
  text-decoration: none;
}

.right-text-box {
  padding-right: 20px;
}

.right-text-box.large {
  padding-right: 11%;
}

.footer {
  width: 100%;
  background-color: var(--background);
  padding-top: 75px;
}

.contact-details-block {
  width: 33.33%;
  border-right: 1px solid #6d989b;
  padding: 20px;
}

.contact-details-block._2 {
  padding-left: 45px;
}

.contact-details-block._3 {
  border-right-style: none;
  padding-left: 45px;
}

.phone {
  color: var(--text-paragraphs);
  margin-right: 9px;
  font-weight: 500;
  display: inline;
}

.phone-number {
  color: var(--text-paragraphs);
  margin-right: 9px;
  font-size: 14.5px;
  font-weight: 400;
  display: inline;
}

.contact-details-item {
  margin-bottom: 5px;
  display: flex;
}

.social-icons {
  margin-top: 10px;
}

.social-icon {
  width: 30px;
  height: 30px;
  border: 2px solid var(--text-paragraphs);
  border-radius: 50%;
  margin-right: 5px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: var(--text-paragraphs);
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.facebook:hover {
  background-color: #5d7a7c;
  background-image: url('../images/facebook-logo.svg');
  background-size: 13px;
}

.social-icon.twitter {
  background-image: url('../images/simbolo-de-twitter-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.twitter:hover {
  background-image: url('../images/simbolo-de-twitter.svg');
  background-size: 13px;
}

.social-icon.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram-2.svg');
  background-size: 13px;
}

.social-icon.twitter-2 {
  background-image: url('../images/simbolo-de-twitter-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.twitter-2:hover {
  background-image: url('../images/simbolo-de-twitter_1.svg');
  background-size: 13px;
}

.social-icon.instagram-2 {
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.instagram-2:hover {
  background-image: url('../images/instagram-2_1.svg');
  background-size: 13px;
}

.social-icon.facebook-2 {
  background-image: url('../images/facebook-logo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon.facebook-2:hover {
  background-image: url('../images/facebook-logo.webp');
  background-size: 13px;
}

.mini-link-block {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
}

.brand {
  width: 100%;
  max-width: 350px;
  min-height: 100px;
  background-image: url('../images/.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 90%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  max-width: 450px;
  min-height: 120px;
  background-image: url('../images/-4pt-mamalisssalon_logo_2204102x.webp');
  background-position: 50%;
  background-size: cover;
}

.brand.r.w--current {
  width: 80%;
  max-width: 270px;
  background-image: url('../images/-24.webp');
  margin-top: 2px;
}

.brand.l.w--current {
  width: 17%;
  margin-right: 10px;
}

.navbar {
  height: 160px;
  background-color: #fdfdfe;
  flex-direction: column;
  align-items: center;
  padding: 5px 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  height: 86px;
  color: var(--text-paragraphs);
  padding-top: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 14px;
}

.nav-link:hover {
  border-bottom: 3px solid var(--links);
}

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

.nav-menu {
  z-index: 0;
}

.top-mini-menu {
  z-index: 10;
  width: auto;
  color: var(--titles-lines);
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: 25px;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.text-block-6 {
  font-size: 11px;
  line-height: 11px;
}

.mini-top-link {
  color: var(--text-paragraphs);
  text-decoration: none;
}

.divider {
  color: var(--text-paragraphs);
  margin-left: 2px;
  margin-right: 2px;
}

.dropdown-arrow {
  color: var(--text-paragraphs);
  margin-top: 46px;
  font-size: 12px;
  line-height: 12px;
}

.dropdown-toggle {
  height: 85px;
  color: var(--text-paragraphs);
  margin-top: -1px;
  padding-top: 44px;
  font-size: 14px;
  line-height: 14px;
}

.dropdown-toggle.w--open {
  height: 86px;
}

.hero-section {
  overflow: hidden;
}

.hero-flex {
  height: 100%;
  align-items: center;
  padding-bottom: 60px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.scroll-down-arrow {
  width: 50px;
  height: 65px;
  background-image: url('../images/arrow_1arrow.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.frame {
  width: 95%;
  max-width: 525px;
  min-height: 630px;
  border: 27px solid rgba(255, 255, 255, .9);
  border-bottom-right-radius: 50px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.hero-girl {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.dropdown-link {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--links);
  background-color: var(--background);
  color: var(--text-paragraphs);
  padding: 14px 24px;
  font-size: 14px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--green-6);
}

.dropdown-link.w--current {
  background-color: var(--green-6);
  color: var(--text-paragraphs);
}

.service-intro-box {
  border-top: 1px solid var(--text-paragraphs);
  border-bottom: 1px solid var(--text-paragraphs);
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 35px 3%;
  display: flex;
}

._53-column {
  width: 53%;
}

._47-column {
  width: 47%;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

._47-column.center {
  align-items: center;
}

.service-image-2 {
  width: 100%;
  height: 100%;
  min-height: 365px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  display: block;
}

.service-image-2.link {
  transition: opacity .2s;
}

.service-image-2.link:hover {
  opacity: .9;
}

.breadcrum-arrow {
  color: var(--links);
  margin-right: 2px;
  font-size: 7px;
  font-weight: 700;
  display: inline-block;
}

.breadcrumb-link {
  color: var(--text-paragraphs);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  text-decoration: none;
  display: inline-block;
}

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

.breadcrumb-box {
  padding-bottom: 30px;
  padding-left: 32.5px;
  padding-right: 32.5px;
}

.breadcrumb-text {
  color: var(--text-paragraphs);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  text-decoration: underline;
  display: inline-block;
}

.breadcrumb-text:hover {
  text-decoration: underline;
}

.dropdown-list {
  margin-top: -1px;
}

.dropdown-list.w--open {
  border-bottom: 1px solid var(--links);
  margin-top: 1px;
}

.service-pricing-title {
  border-bottom: 1px solid var(--titles-lines);
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.service-description-item {
  border-bottom: 1px solid var(--titles-lines);
  flex-wrap: wrap;
  padding: 26px 16px 20px;
  display: flex;
}

._26-column {
  width: 26%;
}

._49-column-2 {
  width: 49%;
}

._25-column {
  width: 25%;
  text-align: right;
}

.footer-container {
  border-top: 1px solid #6d989b;
  border-bottom: 1px solid #6d989b;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

._18-column {
  width: 18%;
  padding-left: 20px;
  padding-right: 20px;
}

._15-column {
  width: 15%;
}

.footer-link {
  color: var(--text-paragraphs);
  margin-bottom: 12px;
  font-size: 14.5px;
  text-decoration: none;
  display: block;
}

.footer-link.w--current {
  text-decoration: underline;
}

._37-column {
  width: 37%;
}

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

.small-link {
  color: var(--text-paragraphs);
  font-size: 14px;
  text-decoration: none;
}

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

.flex-copy {
  border-bottom: 1px solid #6d989b;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

._3-text-field {
  width: 47%;
  height: 42px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--text-paragraphs) var(--text-paragraphs) var(--titles-lines);
  flex: 1;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 0;
  line-height: 16px;
  display: inline-block;
}

._3-text-field::-ms-input-placeholder {
  color: var(--text-paragraphs);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._3-text-field::placeholder {
  color: var(--text-paragraphs);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._3-text-field.border {
  margin-right: 3%;
}

.side-column-item {
  margin-bottom: 40px;
}

.side-column-item.no-border {
  margin-bottom: 0;
}

.right-column {
  width: 34%;
  padding-top: 18px;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
}

.paragraph-2.medium {
  font-size: 16px;
  line-height: 24.5px;
}

._3-form {
  max-width: 395px;
  border-radius: 5px;
  flex-flow: wrap;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
  position: relative;
}

._3-success-message {
  background-color: rgba(0, 0, 0, 0);
}

.title-box {
  border-bottom: 1px solid var(--titles-lines);
  margin-bottom: 25px;
}

.title-box.medium {
  margin-bottom: 20px;
}

.title-box.large {
  margin-bottom: 25px;
}

.left-column {
  width: 62%;
}

.empty-state-2 {
  background-color: rgba(0, 0, 0, 0);
}

.latest-news {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 13px;
  display: flex;
}

.flex-space-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.submit-button {
  width: 100%;
  min-height: 42px;
  min-width: 125px;
  background-color: var(--green-2);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #a0cacc;
}

.right-text-preview {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 4%;
  display: flex;
}

.side-menu-link {
  color: var(--text-paragraphs);
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}

.side-menu-link:hover {
  text-decoration: underline;
}

.side-menu-link.small {
  margin-bottom: 5px;
}

.post-title {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.post-title.small {
  font-size: 15px;
  line-height: 21px;
}

.post-title.medium {
  font-size: 17px;
  line-height: 25px;
}

.flex-left {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 11px;
  display: flex;
}

.author-pic {
  width: 40px;
  height: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.author-pic.small {
  width: 30px;
  height: 30px;
}

.text-block {
  margin-right: 3px;
  font-family: PT Sans, sans-serif;
  display: inline-block;
}

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

.inline-block-link {
  color: var(--text-paragraphs);
  margin-right: 3px;
  text-decoration: none;
}

.inline-block-link:hover {
  text-decoration: underline;
}

.footer-notice {
  border-top: 1px solid #6d989b;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
  display: flex;
  position: relative;
}

.footer-container-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.footer-notice-text {
  font-size: 12px;
}

.go-up {
  width: 32.6px;
  height: 30px;
  background-color: var(--links);
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: background-color .2s;
}

.go-up:hover {
  background-color: #88b4b6;
}

.underline-3 {
  width: 33%;
  height: 1px;
  max-width: 175px;
  background-color: var(--titles-lines);
  margin-top: 12px;
  margin-bottom: 15px;
  display: block;
}

.cta-box {
  width: 40%;
  border: 1px solid var(--titles-lines);
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 37px 7%;
}

.cta-box._2 {
  border-left-style: none;
  border-radius: 0 5px 5px 0;
}

.icon {
  width: 75px;
  height: 75px;
  border: 1px solid var(--titles-lines);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon._2 {
  background-image: url('../images/sobre-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.icon._1 {
  background-image: url('../images/llamada-telefonica-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.icon._3 {
  background-image: url('../images/face.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
}

.icon._4 {
  background-image: url('../images/olor.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.icon._5 {
  background-image: url('../images/tijeras.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.icon._1-white {
  background-image: url('../images/llamada-telefonica-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.contact-box {
  border-top: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
  margin-top: 15px;
  padding: 14px 15px;
}

.contact-text {
  font-size: 19px;
}

.contact-text.regular {
  font-size: 15px;
}

.flex-center {
  width: auto;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

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

.post-hero-text {
  width: 65%;
  text-align: center;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.underline-4 {
  width: 33%;
  height: 1px;
  max-width: 175px;
  background-color: var(--titles-lines);
  margin: 12px auto 15px;
  display: block;
}

.final-dots {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
}

.tags {
  border-top: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
  margin-bottom: 50px;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
}

.tag-link {
  margin-right: 13px;
  text-decoration: none;
  display: inline-block;
}

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

.left-justified {
  text-align: right;
  margin-top: 25px;
}

.collection-list {
  border-bottom: 1px none var(--links);
}

.hero-frame {
  z-index: 10;
  width: auto;
  border: 27px solid rgba(255, 255, 255, .9);
  border-bottom-right-radius: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  padding: 55px 20px 70px 45px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-girl-2 {
  z-index: 10;
  margin-right: 12%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.intro-box-2 {
  width: 33%;
  max-width: 310px;
}

.content-section-5 {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.item-intro {
  border-bottom: 1px solid var(--titles-lines);
  flex-wrap: wrap;
  padding: 35px 3.3% 35px 3.2%;
  display: flex;
}

.clients-logo {
  width: 25%;
  text-align: center;
  margin-bottom: 25px;
  margin-right: 30px;
}

.clients-logos {
  width: 85%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mini-title-box {
  width: auto;
  border-bottom: 1px solid var(--titles-lines);
  padding-bottom: 3px;
  padding-left: 19px;
  padding-right: 19px;
  display: inline-block;
}

.large-feature-box {
  width: 90%;
  max-width: 134px;
  border: 1px solid var(--titles-lines);
  border-bottom-right-radius: 10px;
  margin-bottom: 30px;
  text-decoration: none;
}

.large-feature-box._2 {
  margin-right: 0;
}

.large-feature-box._4 {
  margin-bottom: 0;
  margin-right: 0;
}

.large-feature-box._3 {
  margin-bottom: 0;
}

.large-feature-icon {
  height: 80px;
  border-bottom: 1px solid var(--titles-lines);
  justify-content: center;
  align-items: center;
  display: flex;
}

.large-feature-icon._1 {
  background-image: url('../images/aceite-esencial.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.large-feature-icon._2 {
  background-image: url('../images/maquillar-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.large-feature-icon._3 {
  background-image: url('../images/face.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
}

.large-feature-icon._4 {
  background-image: url('../images/flor.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
}

.large-feature-text {
  text-align: center;
  padding: 17px 12px 10px;
}

.flex-center-copy {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mini-text {
  color: var(--titles-lines);
  font-size: 11px;
  line-height: 11px;
  position: absolute;
  bottom: 53px;
  left: -92px;
  transform: rotate(-90deg);
}

.border-line-box {
  border-bottom: 1px solid var(--titles-lines);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.circle {
  width: 295px;
  height: 295px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--text-paragraphs) var(--text-paragraphs) var(--titles-lines);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.mini-title-box-2 {
  width: auto;
  border-top: 1px solid var(--titles-lines);
  border-bottom: 1px solid var(--titles-lines);
  margin-top: 20px;
  padding: 10px 19px 3px;
  display: inline-block;
}

.box {
  width: 295px;
  height: 295px;
  border: 1px solid var(--titles-lines);
  text-align: center;
  border-radius: 5px 5px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.align-start {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 80px;
  display: flex;
}

.align-end {
  width: 50%;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.set {
  margin-bottom: 50px;
}

.back-top {
  letter-spacing: 1.8px;
  background-image: url('../images/arrow-3.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 7px;
  padding-right: 9px;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 10.5px;
  text-decoration: none;
}

.faq-box-item {
  width: 100%;
  border-bottom: 1px solid var(--titles-lines);
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 20px;
}

.flex-2 {
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  position: relative;
}

.answer-box-2 {
  display: flex;
}

.move-right {
  text-align: right;
  margin-top: 25px;
}

._25-column-2 {
  width: 25%;
}

.question-box-2 {
  margin-bottom: 8px;
  display: flex;
}

.about-box {
  height: 180px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: opacity .2s;
  display: flex;
}

.about-box:hover {
  opacity: .9;
}

.about-box._1 {
  background-image: url('../images/office.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-box._2 {
  background-image: url('../images/sharon-mccutcheon-519786-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-box._3 {
  background-image: url('../images/instru.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-text-box {
  background-color: var(--background);
  text-align: left;
  border-bottom-right-radius: 25px;
  padding: 22px 22px 20px;
}

.about-us-box {
  width: 31%;
  max-width: 325px;
  border-radius: 5px 5px 25px;
}

.bottom-line-3 {
  border-bottom: 1px solid var(--links);
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.image-item-3 {
  width: 92%;
  height: 100%;
  max-width: 445px;
  min-height: 560px;
  background-image: url('../images/beautiful-young-woman-holding-cucumber-slice.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
}

.image-box {
  width: 44%;
  border-left: 1px solid var(--titles-lines);
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-box {
  width: 56%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 30px;
}

.section-border {
  margin-bottom: 80px;
}

.quote-box {
  width: 67%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  display: block;
  position: relative;
}

.text-quote {
  font-family: Libre Baskerville, sans-serif;
  font-size: 22.5px;
  line-height: 37.5px;
}

.quote-line {
  width: 70%;
  height: 1px;
  background-color: var(--titles-lines);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.quote-line.top {
  background-color: var(--titles-lines);
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.content-section-6 {
  background-color: var(--green-6);
  padding-top: 40px;
  padding-bottom: 40px;
}

.brand-logo {
  width: 16.6%;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-box-2 {
  width: 56%;
  padding: 20px 40px;
}

.image-block {
  width: 75%;
  height: 243px;
  background-image: url('../images/relaxation.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  margin-bottom: 40px;
  margin-right: 19%;
}

.image-block._2 {
  background-image: url('../images/young-woman-applying-cream-on-her-belly.webp');
  margin-bottom: 0;
  margin-right: 10%;
}

.image-box-2 {
  width: 44%;
  border-right: 1px solid var(--titles-lines);
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 40px 20px;
  display: flex;
}

.owner-pic {
  width: 32px;
  height: 32px;
  border: 3px solid var(--background);
  border-radius: 50%;
  margin-right: 10px;
}

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

.tab-link-2 {
  height: 50.5px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--titles-lines);
  background-color: var(--background);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 17px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  bottom: -2px;
}

.tab-link-2.w--current {
  z-index: 10;
  height: 50.5px;
  border-bottom: 2px solid var(--background);
  background-color: var(--background);
  bottom: -2px;
}

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

.left-border {
  margin-right: 16px;
}

.tabs-menu-2 {
  border-top: 1px #000;
  padding-left: 30px;
  padding-right: 30px;
}

.tabs-content-2 {
  border: 1px solid var(--titles-lines);
  border-radius: 3px;
}

.collection-item-2 {
  border-bottom: 1px solid var(--titles-lines);
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

._68-column {
  width: 68%;
  border-left: 1px solid var(--titles-lines);
  flex: 1;
  padding: 20px 20px 20px 30px;
}

._32-column {
  width: 32%;
  padding-right: 30px;
}

.individual-service-link {
  width: 100%;
  height: 180px;
  border: 3px solid var(--links);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  transition: opacity .2s;
}

.individual-service-link:hover {
  opacity: .9;
}

.individual-title {
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.individual-title.white {
  color: #fff;
}

.contact-text-2 {
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 18px;
}

.tab-pane-padding {
  background-color: var(--background);
  padding: 40px 30px 30px;
}

.feature-box-3 {
  width: 32%;
  max-width: 350px;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.feature-box-3._4, .feature-box-3._5, .feature-box-3._6 {
  margin-bottom: 0;
}

.icon-circular-small {
  width: 55px;
  height: 55px;
  background-color: #bfdfe1;
  background-image: url('../images/spa-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
  border-radius: 50%;
}

.icon-circular-small._2 {
  background-image: url('../images/spa-2.svg');
  background-size: 28px;
}

.icon-circular-small._3 {
  background-image: url('../images/olor-1.svg');
  background-size: 26px;
}

.icon-circular-small._4 {
  background-image: url('../images/zapatillas-1.svg');
  background-size: 26px;
}

.icon-circular-small._5 {
  background-image: url('../images/piedras-1.svg');
  background-size: 25px;
}

.icon-circular-small._6 {
  background-image: url('../images/cera-2.svg');
  background-size: 25px;
}

.feature-text {
  text-align: left;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.back-home {
  min-height: 38px;
  min-width: 125px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fbcbdd;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.bottom-line-4 {
  border-bottom: 1px solid var(--titles-lines);
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.text-field {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-paragraphs);
  margin-bottom: 35px;
}

.text-field::-ms-input-placeholder {
  color: var(--text-paragraphs);
  font-size: 14px;
}

.text-field::placeholder {
  color: var(--text-paragraphs);
  font-size: 14px;
}

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

.textarea {
  border: 1px solid var(--titles-lines);
  margin-bottom: 35px;
  padding-top: 15px;
  padding-bottom: 60px;
}

.textarea::-ms-input-placeholder {
  color: var(--text-paragraphs);
  font-size: 14px;
}

.textarea::placeholder {
  color: var(--text-paragraphs);
  font-size: 14px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.form-wrapper {
  width: 90%;
  max-width: 495px;
  border: 1px solid var(--titles-lines);
  border-bottom-right-radius: 25px;
  padding: 30px 30px 20px;
  display: block;
}

.form-title-box {
  width: 90%;
  max-width: 495px;
  border-top: 1px solid var(--titles-lines);
  border-right: 1px solid var(--titles-lines);
  border-left: 1px solid var(--titles-lines);
  padding: 13px 30px 5px;
  display: block;
}

.separation-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.row-licensing {
  border-bottom: 1px solid var(--titles-lines);
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 25px;
}

.row-licensing.first {
  padding-bottom: 10px;
}

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

.nav-menu-2 {
  width: 100%;
  float: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  height: 120px;
  color: var(--text-paragraphs);
  margin-left: 0;
  margin-right: 15px;
  padding-top: 63px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .2s;
}

.nav-link-2:hover {
  border-bottom: 4px solid var(--links);
}

.navbar-2 {
  border-top: 5px solid var(--links);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand-2 {
  height: 120px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.hero-slider {
  min-height: 840px;
  padding-top: 120px;
  display: block;
}

.hero-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._1 {
  background-image: url('../images/5b102efb38d17778f3b9988c_woman-3288365.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('../images/5b12e7c57f519f5be0f061f3_hair-salon-529917.webp');
}

.hero-slide._3 {
  background-image: url('../images/massage-2717431_1.webp');
}

.hero-container {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-container {
  width: 56%;
  max-width: 615px;
  background-color: rgba(172, 216, 217, .95);
  border-bottom-right-radius: 25px;
  padding: 50px 40px;
  position: relative;
}

.hero-text-box {
  border: 1px solid var(--titles-lines);
  text-align: center;
  padding: 6% 7% 7%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slide-arrow {
  opacity: .8;
  transition: opacity .2s;
}

.slide-arrow:hover {
  opacity: 1;
}

.icon-circular-2 {
  width: 75px;
  height: 75px;
  border: 1px solid var(--titles-lines);
  background-image: url('../images/spa-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 41px;
  border-radius: 50%;
}

.icon-circular-2._3 {
  background-image: url('../images/olor-2.svg');
  background-size: 36px;
}

.button-4 {
  width: 100%;
  min-height: 38px;
  min-width: 125px;
  border: 1px solid var(--titles-lines);
  color: var(--text-paragraphs);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

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

.intro-text-box-3 {
  text-align: center;
  padding: 25px;
}

.big-feature-box {
  min-width: 144px;
  border: 1px solid var(--titles-lines);
  border-bottom-right-radius: 10px;
  margin-bottom: 40px;
  text-decoration: none;
}

.big-feature-box._6, .big-feature-box._7 {
  margin-bottom: 0;
}

.big-feature-box._8 {
  margin-bottom: 0;
  margin-right: 0;
}

.big-feature-box._4 {
  margin-right: 0;
}

.big-feature-icon {
  height: 110px;
  border-bottom: 1px solid var(--titles-lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-feature-icon._1 {
  background-image: url('../images/aceite-esencial-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._2 {
  background-image: url('../images/maquillar-3.svg');
  background-size: 47px;
}

.big-feature-icon._3 {
  background-image: url('../images/flor-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._4 {
  background-image: url('../images/tijeras-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._5 {
  background-image: url('../images/spa-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._6 {
  background-image: url('../images/aceite-esencial-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._7 {
  background-image: url('../images/olor-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-icon._8 {
  background-image: url('../images/jabon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.big-feature-text {
  text-align: center;
  padding: 25px 12px 15px;
}

.inner-wrapper-2 {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.mini-text-2 {
  font-size: 11px;
  line-height: 11px;
  position: absolute;
  bottom: 91px;
  left: -30px;
  transform: rotate(-90deg);
}

.side-feature-box {
  width: 100%;
  max-width: 440px;
  border: 1px solid #fff;
  border-radius: 5px 5px 25px;
  margin-bottom: 22px;
  display: flex;
}

.side-icon-box {
  max-width: 112px;
  min-height: 110px;
  border-right: 1px solid rgba(93, 122, 124, .7);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-circular-3 {
  width: 65px;
  height: 65px;
  border: 1px solid var(--titles-lines);
  background-image: url('../images/olor-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  border-radius: 50%;
}

.icon-circular-3._2 {
  background-image: url('../images/piedras-1.svg');
  background-size: 27px;
}

.content-section-7 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/mickael-gresset-621409-unsplash-2-13.14.53.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.cta-container {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-text-box {
  width: 65%;
  max-width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.outline-icon-small {
  width: 55px;
  height: 55px;
  border: 1px solid var(--titles-lines);
  background-image: url('../images/spa-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
  border-radius: 50%;
}

.outline-icon-small._2 {
  background-image: url('../images/spa-3.svg');
  background-size: 28px;
}

.outline-icon-small._3 {
  background-image: url('../images/olor-2.svg');
  background-size: 26px;
}

.outline-icon-small._4 {
  background-image: url('../images/zapatillas-3.svg');
  background-size: 26px;
}

.outline-icon-small._5 {
  background-image: url('../images/flor-1.svg');
  background-size: 27px;
}

.outline-icon-small._6 {
  background-image: url('../images/aceite-esencial-4.svg');
  background-size: 27px;
}

.split-text-2 {
  width: 50%;
  background-color: var(--background);
  justify-content: flex-end;
  padding: 100px 55px;
  display: flex;
}

.footer-2 {
  background-color: rgba(0, 0, 0, 0);
}

._37-column-2 {
  width: 33%;
}

.text-field-2 {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--text-paragraphs);
  margin-bottom: 20px;
}

.text-field-2::-ms-input-placeholder {
  color: var(--text-paragraphs);
  font-size: 14px;
}

.text-field-2::placeholder {
  color: var(--text-paragraphs);
  font-size: 14px;
}

.newsletter-frame {
  border: 1px solid var(--text-paragraphs);
  padding: 10px 25px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dropdown-2 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-arrow-2 {
  color: var(--text-paragraphs);
  margin-top: 64px;
  font-size: 12px;
  line-height: 12px;
}

.dropdown-list-2 {
  margin-top: -1px;
}

.dropdown-list-2.w--open {
  border-bottom: 1px solid var(--links);
  margin-top: 0;
}

.dropdown-link-2 {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--links);
  color: var(--text-paragraphs);
  background-color: #fff;
  padding: 14px 24px;
  font-size: 14px;
  transition: background-color .2s;
}

.dropdown-link-2:hover {
  background-color: var(--green-2);
}

.dropdown-link-2.w--current {
  background-color: var(--green-2);
  color: var(--text-paragraphs);
}

.dropdown-toggle-2 {
  height: 120px;
  color: var(--text-paragraphs);
  padding-top: 63px;
  font-size: 14px;
  line-height: 14px;
}

.bg-circle {
  width: 505px;
  height: 505px;
  background-color: var(--green-7);
  border-radius: 50%;
  position: absolute;
  bottom: -61px;
}

.brand-2-top {
  height: 92px;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.brand-2-top:hover {
  opacity: .8;
}

.brand-2-top.w--current {
  display: none;
}

.cta-text-container {
  width: 56%;
  max-width: 615px;
  background-color: rgba(172, 216, 217, .95);
  border-bottom-right-radius: 25px;
  padding: 5% 4%;
  position: relative;
}

.subtitle-box-3 {
  display: block;
}

._25-column-flex {
  width: 25%;
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-frame-container, .newsletter-container {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.frame-3 {
  width: 95%;
  max-width: 525px;
  min-height: 630px;
  border: 27px solid rgba(255, 255, 255, .9);
  border-bottom-right-radius: 50px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.flex-50 {
  width: 50%;
  justify-content: center;
  display: flex;
}

.checkmark {
  width: 15px;
  height: 15px;
  background-image: url('../images/checking.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 4px;
  margin-right: 10px;
}

.flex-start {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.slide {
  width: 50%;
}

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

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

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

.flex-end {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

._32-column-2 {
  width: 32%;
}

.package-image {
  width: 100%;
  min-height: 215px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  display: block;
}

._45-column-2 {
  width: 45%;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

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

._23-column {
  width: 23%;
}

.title-link {
  letter-spacing: -1px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
  display: inline-block;
}

.small-link-2 {
  color: var(--text-paragraphs);
  letter-spacing: -1px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.small-link-2:hover {
  text-decoration: underline;
}

.small-link-2.white {
  color: #fff;
}

.overlay {
  background-image: linear-gradient(rgba(139, 185, 187, .35), rgba(139, 185, 187, .35));
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-7 {
  color: #5d7a7c;
}

.plus {
  z-index: 10;
  position: relative;
}

.mini-arrow-3 {
  color: var(--text-paragraphs);
  font-size: 9px;
  line-height: 9px;
  display: inline-block;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 50%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.utility-page-404 {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.layouts {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.layout-box {
  width: 46%;
  margin-bottom: 80px;
}

.layout-preview {
  width: 100%;
  height: 640px;
  margin-bottom: 15px;
  overflow: scroll;
  box-shadow: 31px 31px 44px -22px rgba(93, 122, 124, .3);
}

.logo-footer {
  margin-bottom: 20px;
}

.right-text-preview-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 4%;
  display: flex;
}

.team-picture {
  width: 100px;
  height: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
}

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

.utility-bg {
  width: 50%;
  height: 100%;
  background-image: url('../images/5b12e7c57f519f5be0f061f3_hair-salon-529917.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-link {
  font-size: 19px;
  text-decoration: none;
}

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

.h4.white, .h3.white, .h5.white {
  color: #fff;
}

.h4-border {
  margin-top: 0;
  margin-bottom: 0;
}

.h4-border.white {
  color: #fff;
}

.paragraph-medium {
  color: var(--text-paragraphs);
}

.h6.white, .h1 {
  color: #fff;
}

.form {
  width: 50%;
}

.hero-inner {
  z-index: -2;
  height: 71vh;
  max-width: none;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
}

.hero-img {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/img_6176.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  padding-bottom: 16vh;
  display: flex;
  position: relative;
}

.contents-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-frame {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
}

.div-block-6 {
  border: 1px solid #000;
}

.text-block-11 {
  color: #ea3c8a;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

._4point {
  height: 500px;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  overflow: visible;
}

.img-frame {
  margin-left: auto;
  margin-right: auto;
}

.point-frame {
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
}

.point-frame.move {
  transform: translate(0, 20px);
}

.point-frame.move60 {
  transform: translate(0, 40px);
}

.point-frame.move90 {
  transform: translate(0, 60px);
}

.point-tittle {
  width: 100%;
  color: #e66700;
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.point-img {
  width: 65%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65%;
  position: relative;
}

.point-img._1 {
  width: 50%;
  background-image: url('../images/-4144x-100.webp'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-radius: 50%;
  padding-top: 50%;
}

.point-img._2 {
  width: 50%;
  background-image: url('../images/-2144x-100.webp'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 50%;
  padding-top: 50%;
}

.point-img._3 {
  width: 50%;
  background-image: url('../images/-1144x-100.webp'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 50%;
  padding-top: 50%;
}

.point-img._4 {
  background-image: url('../images/-3144x-100.webp'), linear-gradient(to bottom, var(--white), var(--white));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 50%;
}

.point-text {
  max-width: 320px;
  letter-spacing: .08em;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.text-frame {
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  color: #fc9ec1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 40px;
  line-height: 1.5;
}

.heading.strong {
  color: #ea3c8a;
}

.ly_cont {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.bl_tittle {
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.big-img {
  z-index: 1;
  width: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.salespoint-frame {
  z-index: 2;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: relative;
}

.heading-2 {
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.heading-2.strong {
  color: #ea3c8a;
}

.paragraph-3 {
  letter-spacing: .02em;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.main-contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-contents.margin-bottom-8vh {
  margin-bottom: 8vh;
}

._1200px-frame {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.column-text-frame {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: 10%;
  padding: 20px;
  display: flex;
}

.column-text-frame.treatment1 {
  width: 40%;
  position: relative;
}

.content-section-a {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.content-section-a.inner-pages {
  padding-top: 40px;
}

.content-section-a.border {
  border-top: 4vh solid rgba(241, 213, 216, .4);
  padding-top: 70px;
}

.content-section-a.margin-top100 {
  margin-top: 70px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.colum-img-frame {
  width: 80%;
  height: 350px;
  margin-right: auto;
  position: relative;
}

.column-tittle {
  font-family: PT Sans, sans-serif;
  font-size: 28px;
}

.div-block-9 {
  width: 100%;
  background-image: url('../images/massage-2717431_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.col-txt {
  letter-spacing: .02em;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.big-img-section {
  margin-top: 138px;
  margin-bottom: 68px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: none;
}

.div-block-10 {
  width: 80%;
  background-image: url('../images/.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45.8%;
  display: flex;
}

.online-reviews-section {
  position: relative;
  overflow: hidden;
}

.online-reviews-section.inner-pages {
  padding-top: 40px;
}

.inner {
  background-color: #f9edee;
  margin-left: auto;
  margin-right: auto;
}

.bl_review {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-title-box-2 {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.dollar-sign-2 {
  color: #647078;
  font-family: Libre Baskerville, sans-serif;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: -11px;
}

.dollar-sign-2.small {
  font-size: 14px;
  top: -5px;
}

.review-box {
  width: 100%;
  margin-bottom: 10px;
}

.review-box.move {
  transform: translate(0, 30px);
}

.review-box.move60 {
  transform: translate(0, 60px);
}

.review-box.hide {
  display: none;
}

.price-2 {
  color: #df0a0a;
  font-family: Libre Baskerville, sans-serif;
  font-size: 30px;
  line-height: 1;
  display: none;
}

.price-2.small {
  color: #e9511a;
  font-size: 25px;
  line-height: 25px;
}

.button-5 {
  width: 100%;
  min-height: 38px;
  min-width: 125px;
  color: #647078;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #5d7a7c;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-5:hover {
  color: #fff;
  background-color: #acd8d9;
}

.center-box-4 {
  color: #dcb879;
  text-align: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center-box-4.no-border {
  margin-bottom: 0;
}

.pricing-detail-2 {
  flex-direction: row;
  padding: 10px 20px;
}

.review-tittle {
  color: var(--text-paragraphs);
  font-family: PT Sans, sans-serif;
  font-size: 13px;
}

.paragraph-5 {
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
}

.image-4 {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
}

.flow-name {
  height: 85px;
  color: #000;
  letter-spacing: 3px;
  background-color: #fff;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.flow-img {
  z-index: -1;
  width: 100%;
  height: 230px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.flow-img.phase2 {
  z-index: 1;
  background-image: none;
}

.flow-img.phase4 {
  z-index: 1;
  background-image: none;
  align-items: center;
}

.flow-img.phase1, .flow-img.phase3 {
  z-index: 1;
  background-image: none;
}

.text-span-23 {
  color: var(--text-paragraphs);
  letter-spacing: 0;
  margin-right: 10px;
  padding-top: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  line-height: 60px;
}

.flow-info {
  width: 40%;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.flow-info.phase2 {
  width: 48%;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.flow-info.phase3 {
  width: 48%;
  flex-direction: column;
}

.flow-info.phase4 {
  width: 48%;
}

.flow-info.phase1 {
  width: 48%;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.flow-info.phase5 {
  width: 48%;
  background-color: #fff;
}

.line--link {
  color: #239671;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 15px;
  text-decoration: none;
  transition: filter .3s;
}

.line--link:hover {
  filter: brightness(116%);
}

.div-block-77 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-6 {
  color: #000;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
}

.flow-div {
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.border-line-box-2 {
  border-bottom: 1px #5d7a7c;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
}

.phone-number-link {
  text-decoration: none;
  transition: color .2s;
}

.phone-number-link:hover {
  color: #e07f30;
}

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

._50-column-copy-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.info-grid {
  width: 55%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(auto, 100px) 80%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-right: auto;
  display: grid;
}

.right-text {
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  line-height: 1.5;
}

.left-text-box-77-copy {
  height: 100%;
  padding-left: 20px;
}

.left-text-box-77-copy.center {
  background-image: none;
  align-items: center;
  padding-left: 1vw;
  padding-right: 1vw;
}

.center-box-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.image {
  width: 90%;
}

.info-frame {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.underline-7 {
  width: 25%;
  height: 1px;
  max-width: 144px;
  background-color: #5d7a7c;
  margin: 14px auto 40px;
  display: block;
}

.html-embed-2 {
  width: 90%;
  height: 270px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

._50-column-copy2 {
  width: 100%;
  position: relative;
}

._50-column-copy2.center-flex {
  width: 40%;
  flex-direction: column;
  align-items: center;
}

._50-column-copy2.center-flex.gaiyou {
  justify-content: flex-start;
}

.flex-51 {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 0%;
  display: flex;
  position: relative;
}

.flex-51.justify-center.padding-lr-20px {
  flex-direction: column;
}

.map-img {
  width: 100%;
  display: flex;
  position: relative;
}

.map-img.center-flex {
  width: 40%;
  flex-direction: column;
  align-items: center;
}

.map-img.center-flex.gaiyou {
  justify-content: flex-start;
}

.map {
  width: 50%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
}

.left-text {
  color: var(--text-paragraphs);
  text-align: center;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

.img-frame-45 {
  width: 45%;
  height: 350px;
  background-image: url('../images/img_6170.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.entrance-img {
  width: 100%;
  height: 100%;
  display: none;
}

.left-block {
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 20px;
  padding-top: 10px;
  display: flex;
}

.left-block._100px {
  align-items: flex-start;
  padding-top: 10px;
}

.place-text {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.boldtext_pink {
  color: #fc9ec1;
  font-family: PT Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.right-box {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.right-box._100px {
  padding-top: 10px;
}

.button-6 {
  background-color: #ea3c8a;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 60px;
  font-size: 20px;
  font-weight: 700;
  transition: box-shadow .3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, .19), 0 2px 1px #d3367c;
}

.button-6:hover {
  box-shadow: inset 0 0 7px rgba(0, 0, 0, .19), inset 0 2px 1px 1px #d3367c;
}

.div-block-78 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.div-block-79 {
  width: 8px;
  height: 8px;
  background-color: #f8a8c6;
  margin-left: auto;
}

.nav-bottom {
  width: 50%;
  max-width: 450px;
  min-width: 300px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.reservation {
  width: 200px;
  height: 50px;
  color: #2a4098;
  background-color: #ea3c8a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: filter .4s;
  display: flex;
}

.reservation:hover {
  filter: brightness(116%);
}

.reservation.static {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.tell {
  width: 180px;
  color: #2251e0;
  border: 2px solid #2251e0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.text-block-12 {
  color: var(--white);
  font-size: 20px;
  line-height: 1;
}

.text-block-13 {
  text-align: center;
  padding: 3px;
  font-weight: 700;
  line-height: 1;
}

.review_inner {
  height: 620px;
  align-items: center;
  display: flex;
}

.yoyaku {
  width: 180px;
  color: #ea3c8a;
  border: 2px solid #ea3c8a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: filter .4s ease-in-out;
  display: flex;
}

.yoyaku:hover {
  filter: brightness(116%);
}

.text-block-14 {
  font-weight: 700;
}

.div-block-82 {
  width: 50%;
  height: 1.5px;
  background-color: #2a4098;
  margin-left: 8px;
}

.ribon {
  width: auto;
  height: auto;
  text-align: center;
  background-color: #2196f3;
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
  position: relative;
}

.left-parts {
  z-index: -2;
  width: 20px;
  border: 25px solid #56adf3;
  border-left-color: rgba(0, 0, 0, 0);
  border-right-width: 40px;
  position: absolute;
  bottom: -20px;
  left: -35px;
}

.right-parts {
  z-index: -2;
  width: 20px;
  border: 25px solid #56adf3;
  border-left-width: 40px;
  border-right-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -20px;
  right: -35px;
}

.ribon-h3 {
  color: #fff;
  background-color: #2196f3;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 45px;
  line-height: 1.5;
  position: relative;
}

.left-parts2 {
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #397eb5;
  position: absolute;
  top: 100%;
  left: 0;
}

.right-parts-2 {
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 30px solid #397eb5;
  position: absolute;
  top: 100%;
  right: 0;
}

.ribon-copy {
  width: auto;
  height: auto;
  text-align: center;
  background-color: #2196f3;
  margin-bottom: 20px;
  padding-top: .125em;
  padding-bottom: .125em;
  font-size: 40px;
  line-height: 0;
  display: inline-block;
  position: relative;
}

.left-parts-copy {
  z-index: -2;
  width: 20px;
  border: .5em solid #56adf3;
  border-left: .6em solid rgba(0, 0, 0, 0);
  border-right-width: 1em;
  font-size: 40px;
  line-height: 1.5;
  position: absolute;
  bottom: -20px;
  left: -35px;
}

.right-parts-copy {
  z-index: -2;
  width: 20px;
  border: 25px solid #56adf3;
  border-left-width: 40px;
  border-right-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -20px;
  right: -35px;
}

.button-7 {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-8 {
  z-index: -1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-8.w--current {
  filter: blur(20px);
}

.div-block-84 {
  width: 60%;
  position: relative;
}

.div-block-85 {
  width: 100%;
  height: 100%;
  background-image: url('../images/5b102efb38d17778f3b9988c_woman-3288365.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gradation-back {
  z-index: -1;
  background-image: radial-gradient(circle at 0 0, #df89b5, #bfd9fe);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-86 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-87 {
  z-index: -1;
  background-color: rgba(255, 255, 255, .25);
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 2px 2px 7px -1px rgba(0, 0, 0, .02);
}

.div-block-88 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-89 {
  margin-bottom: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.top-skew {
  border-bottom: 85px solid #f9edee;
  border-right: 100vw solid #fdfdfe;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.top-skew.up {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.bottom-skew {
  border-bottom: 85px solid #fdfdfe;
  border-right: 100vw solid #f9edee;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-90 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-91 {
  width: 10%;
  height: 8px;
  border-top: 2px solid #fc9ec1;
  border-bottom: 2px solid #fc9ec1;
  margin-left: auto;
  margin-right: 20px;
}

.div-block-92 {
  width: 10%;
  height: 8px;
  border-top: 2px solid #fc9ec1;
  border-bottom: 2px solid #fc9ec1;
  margin-left: 20px;
  margin-right: auto;
}

.treatment-section-0 {
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
  position: relative;
  overflow: hidden;
}

.treatment-section-0.inner-pages {
  padding-top: 40px;
}

.treatment-section-0.border {
  border-top: 4vh solid rgba(241, 213, 216, .4);
}

.blur-triger {
  z-index: 1;
  height: auto;
  background-color: var(--green-4);
  cursor: default;
}

.blur-triger.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tab-contents {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.tab-contents.hide {
  display: none;
}

.tabrink-frame {
  width: 15%;
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50px;
  bottom: auto;
  left: 5%;
  right: auto;
}

.button-9 {
  width: 0%;
  height: 0;
  background-color: #d6093c;
  padding: 0;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(90deg);
}

.button-9.w--current {
  z-index: 1;
  width: 19%;
  height: 118px;
  top: -50%;
  bottom: 50%;
}

.button-10 {
  height: auto;
  margin-right: -196px;
}

.div-block-94 {
  width: 90%;
  height: auto;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.rrrr {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.rrrr.w--current {
  width: 1%;
}

.show-column-1, .show-column-2, .show-column-3 {
  width: 90%;
  height: auto;
  border: 1px solid #000;
  flex-direction: row;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.column-1 {
  z-index: 1;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  z-index: 2;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  z-index: 3;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(313deg, #fbc2eb, #a6c1ee);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  transition: color .3s, filter .3s;
}

.tab-link-tab-1.w--current {
  filter: hue-rotate(103deg);
  color: #5f6cff;
  background-image: linear-gradient(313deg, #fbc2eb, #a6c1ee);
}

.tab-link-tab-2 {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(313deg, #fbc2eb, #a6c1ee);
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: color .3s, filter .5s;
}

.tab-link-tab-2.w--current {
  filter: hue-rotate(104deg);
  color: #5f6cff;
  transition-duration: .5s;
}

.tab-link-tab-3 {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(313deg, #fbc2eb, #a6c1ee);
  border-radius: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: color .3s, filter .3s;
}

.tab-link-tab-3.w--current {
  filter: hue-rotate(103deg);
  color: #5f6cff;
}

.text-block-15 {
  z-index: 1;
  width: 70px;
  height: 70px;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5px;
  bottom: 0%;
  left: 5px;
  right: 0%;
}

.text-block-16 {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: 5%;
  right: 0%;
}

.treatment-frame {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.treatment-1 {
  margin-top: 35px;
  position: relative;
}

.cont_body {
  width: 60.9091%;
  max-height: 400px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-5 {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

.image-5.test {
  width: 55%;
  display: block;
}

.image-5.reception {
  object-position: 50% 20%;
}

.col-txt_body {
  width: 470px;
  background-color: rgba(241, 213, 216, .7);
  padding: 40px 46px;
  position: absolute;
  bottom: -22px;
  right: 0;
}

.treatment-2 {
  margin-top: 180px;
  margin-bottom: 180px;
  position: relative;
}

.cont_body-rev {
  width: 60.9091%;
  height: auto;
  max-height: 400px;
  margin-left: auto;
  position: relative;
}

.cont_body-rev.rel._100.hide {
  display: none;
}

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

.col-txt_body-rev {
  z-index: 3;
  width: 470px;
  background-color: rgba(241, 213, 216, .7);
  padding: 40px 46px;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: auto;
}

.image-6 {
  width: 100%;
  height: auto;
  max-height: 400px;
  text-align: left;
}

.image-6.hearing {
  object-fit: cover;
  object-position: 50% 35%;
}

.section {
  margin-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-96-copy {
  margin-top: 105px;
  position: relative;
}

.treatment-5 {
  margin-top: 100px;
  position: relative;
}

.treatment-3 {
  margin-top: 140px;
  display: block;
  position: relative;
}

.treatment-3._2 {
  display: none;
}

.treatment-4 {
  margin-top: 140px;
  position: relative;
}

.banner_frame {
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-102 {
  z-index: -1;
  width: 1440px;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 120px;
}

.bottom-skew-copy {
  border-bottom: 85px solid #f9edee;
  border-right: 100vw solid rgba(0, 0, 0, 0);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-103 {
  max-width: none;
}

.banner-img {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  transition: filter .4s;
  display: block;
  box-shadow: 3px 3px 8px #7b9bb0;
}

.banner-img:hover {
  filter: brightness(104%);
}

.nav-brand {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  display: flex;
}

.image-5-copy {
  width: 100%;
  height: auto;
}

.image-5-copy.test {
  width: 55%;
  margin-top: 20px;
  margin-left: auto;
  display: block;
}

.list {
  color: #f2538c;
  margin-left: 50px;
  padding-left: 20px;
  line-height: 1.5;
  list-style-type: disc;
}

.list-contents {
  margin-top: 5px;
  margin-bottom: 10px;
}

.sub-point-tittle {
  color: #f9a9c6;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

.list-paragraph {
  color: var(--text-paragraphs);
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

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

.sub-tittle {
  color: #fc9ec1;
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.div-block-105 {
  width: 18px;
  height: 18px;
  background-image: url('../images/_-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 3px;
}

.banner_link {
  max-width: 85%;
}

.phone_number {
  text-decoration: none;
  transition: filter .4s;
}

.phone_number:hover {
  filter: brightness(116%);
}

.hero_tittle {
  z-index: 2;
  color: #ea3c8a;
  letter-spacing: 0;
  font-family: PT Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.hero_tittle.center {
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 25px;
  font-weight: 400;
}

.hero_tittle.bold {
  color: rgba(255, 255, 255, .9);
  letter-spacing: 1px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 38px;
  font-weight: 700;
}

.hero_tittle.normal {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: -10px;
  margin-bottom: -10px;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.hero_tittle.bottom {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  letter-spacing: -.02em;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
}

.hero_tittle_frame {
  text-shadow: 3px 3px 4px rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto 40px 100px auto;
  display: flex;
}

.text-span-29 {
  display: block;
}

.blur_frame {
  width: 100%;
  height: 120%;
  opacity: .46;
  filter: blur(20px);
  background-image: linear-gradient(114deg, rgba(240, 147, 251, .5), rgba(245, 87, 108, .5));
  border-radius: 45%;
  margin-top: -1.5%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.text-span-30, .text-span-31 {
  color: #ea3c8a;
  font-size: 31px;
  font-weight: 700;
}

.text-span-32 {
  font-size: 31px;
  font-weight: 700;
}

.text-span-33 {
  letter-spacing: 1px;
  font-size: 31px;
  font-weight: 700;
}

.scroll-menu-2 {
  width: 90%;
  max-width: 1100px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.grid-14 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 25% 25% 25% 25%;
}

.left-contents-2 {
  width: auto;
  border-bottom: .1px dotted #fc9ec1;
  border-right: 1px dotted #fc9ec1;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.left-contents-2.line-none, .left-contents-2.bottom {
  border-bottom-style: none;
}

.paragraph-26 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
}

.paragraph-25 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}

.div-block-133 {
  border-bottom: 1px dotted #fc9ec1;
  margin-left: 0%;
  overflow: hidden;
}

.div-block-133.pink {
  background-color: rgba(252, 158, 193, .8);
}

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

.div-block-133.bottom {
  border-bottom-style: none;
}

.text-span-45 {
  line-height: 1;
  display: block;
}

.menu_frame {
  border-bottom: 1px dotted #fc9ec1;
}

.menu_frame.pink {
  background-color: rgba(252, 158, 193, .8);
}

.caution-_text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cautiontxt {
  margin-bottom: 5px;
  font-size: 12.5px;
}

.cautionlist {
  color: #f2538c;
  padding-left: 0;
  line-height: 1.5;
  list-style-type: none;
}

.coutiontxt_body {
  color: var(--text-paragraphs);
}

.menu_txt {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.center_txt {
  color: #fc9ec1;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.heading_sub {
  margin-left: 10px;
  font-size: 20px;
}

.treatment-2-copy {
  margin-top: 140px;
  position: relative;
}

.sousin_img-1 {
  width: 98%;
  height: 250px;
  text-align: left;
  margin-left: auto;
  display: block;
  box-shadow: 1px 1px 3px -10px rgba(0, 0, 0, .15);
}

.sousin_img-2 {
  width: 98%;
  height: 98%;
  text-align: left;
  object-fit: cover;
  display: block;
}

.sousin_inner {
  width: 100%;
  position: relative;
  top: -30px;
}

.gaikan {
  width: 98%;
  height: 98%;
  object-fit: cover;
}

.blur-filter {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: inset -7px -7px 20px 20px #faeeee, inset 7px 7px 20px 20px #faeeee;
}

.blur-filter.white {
  box-shadow: inset -7px -7px 20px 20px #fdfdfe, inset 7px 7px 20px 20px #fdfdfe;
}

.blur-filter.white.outer {
  border-bottom-right-radius: 10px;
  box-shadow: 4px 4px 9px 2px #fdfdfe, inset -7px -7px 20px 20px #fdfdfe, inset 7px 7px 20px 20px #fdfdfe;
}

.kyousei {
  width: 98%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

.kyousei.test {
  width: 55%;
  display: block;
}

.facial {
  width: 98%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

.facial.test {
  width: 55%;
  display: block;
}

.breast-enhancement {
  width: 98%;
  height: auto;
  max-height: 400px;
  text-align: left;
}

.breast-enhancement.cover {
  object-fit: cover;
}

.img-body {
  width: 60%;
  height: 400px;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-body.margin-auto {
  z-index: 2;
  width: 60%;
  height: 300px;
}

.img-body_bottom {
  width: 60%;
  max-height: 400px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  position: relative;
  box-shadow: 1px 1px 3px -10px rgba(0, 0, 0, .15);
}

.img-body_bottom.up {
  margin-top: -60px;
}

.review-grid_4col {
  height: 390px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 25%) 25% 25% 25%;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-txt {
  height: 300px;
  flex: 1;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 13px;
  overflow: hidden;
}

.review-txt p {
  font-size: 13px;
}

.stars {
  width: 100%;
}

.stars_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 5px);
}

.stars_block {
  display: flex;
}

._15 {
  width: 12%;
  max-width: 32px;
  margin-right: 10px;
}

.previous {
  color: #ea3c8a;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #ea3c8a;
  border-radius: 10px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 700;
}

.next {
  color: #ea3c8a;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #ea3c8a;
  border-radius: 10px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 700;
}

.review-grid_tablet, .review-grid_mobile {
  display: none;
}

.review-grid_2col, .review-grid_1col {
  height: 390px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 25%) 25% 25% 25%;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-134 {
  background-image: radial-gradient(circle, #000, #fff);
}

.insta_btn {
  z-index: 9999;
  width: 230px;
  height: 70px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(135deg, #427eff, #f13f79 70%);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 60px;
  right: 10px;
  overflow: hidden;
}

.orange-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.insta-icon {
  z-index: 1;
  margin-right: 8px;
  font-size: 50px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.insta-text {
  font-weight: 700;
  line-height: 1.5em;
  display: inline-block;
  position: relative;
  top: auto;
}

.text-span-50 {
  font-size: 22px;
  display: block;
}

.section-2 {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .content-wrapper.flex {
    padding-right: 0;
  }

  .subtitle-box {
    width: 64%;
  }

  .flex.tablet-center {
    justify-content: center;
  }

  .feature-box {
    width: 98%;
  }

  .mini-feature-box {
    width: 36%;
    margin-bottom: 20px;
  }

  .mini-feature-box.no-border {
    margin-right: 0;
  }

  .brand {
    float: left;
    padding-bottom: 0;
  }

  .nav-link {
    width: 100%;
    height: 56px;
    padding-top: 20px;
  }

  .nav-link:hover {
    background-color: var(--green-6);
    border-bottom-style: none;
  }

  .nav-menu {
    height: 100vh;
    background-color: var(--background);
    overflow: auto;
  }

  .dropdown-arrow {
    margin-top: 20px;
  }

  .dropdown-toggle {
    height: 56px;
    padding-top: 20px;
  }

  .dropdown-toggle.w--open {
    height: 56px;
  }

  .post-hero-text {
    width: 75%;
  }

  .menu-button {
    height: 87px;
    padding-top: 37px;
  }

  .menu-button.w--open {
    height: 85px;
    background-color: var(--background);
  }

  .collection-list {
    border-bottom-style: none;
  }

  .flex-center-copy {
    width: 100%;
  }

  .mini-text {
    left: -80px;
  }

  .brand-logo {
    width: 25%;
  }

  .image-block {
    width: 95%;
    margin-right: 10%;
  }

  .image-block._2 {
    width: 85%;
    margin-right: 5%;
  }

  .tab-link-2 {
    bottom: -2px;
  }

  .tab-link-2.w--current {
    border-bottom-style: solid;
    border-bottom-color: var(--background);
    bottom: -2px;
  }

  ._32-column {
    width: 42%;
  }

  .nav-menu-2 {
    height: 100vh;
    background-color: var(--background);
    overflow: auto;
  }

  .nav-link-2 {
    height: 56px;
    margin-right: 0;
    padding-top: 20px;
  }

  .nav-link-2:hover {
    background-color: var(--green-4);
  }

  .brand-2.w--current {
    display: none;
  }

  .hero-slider {
    padding-top: 113px;
  }

  .hero-text-container {
    width: 66%;
  }

  .big-feature-box {
    min-width: 125px;
  }

  .cta-text-box {
    width: 100%;
  }

  .dropdown-2 {
    border-bottom: 1px solid var(--links);
  }

  .dropdown-arrow-2 {
    margin-top: 20px;
  }

  .dropdown-toggle-2 {
    height: 56px;
    padding-top: 20px;
    padding-left: 10px;
  }

  .menu-button-2 {
    height: 110px;
    padding-top: 45px;
  }

  .menu-button-2.w--open {
    background-color: var(--background);
  }

  .brand-2-top {
    height: 110px;
    float: left;
  }

  .brand-2-top.w--current {
    display: flex;
  }

  .navmenu-2 {
    width: 89%;
    height: 100%;
    justify-content: center;
    display: flex;
  }

  .form {
    width: 80%;
  }

  .hero-inner {
    height: 50vh;
  }

  ._4point {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .point-frame {
    width: 45%;
    margin-top: 0;
  }

  .point-frame.move {
    margin-top: 0;
    margin-bottom: 0;
    transform: none;
  }

  .point-frame.move60, .point-frame.move90 {
    transform: none;
  }

  .point-img._1, .point-img._2, .point-img._3, .point-img._4 {
    width: 50%;
    padding-top: 50%;
  }

  .point-text {
    margin-top: 20px;
  }

  .heading, .heading.strong {
    font-size: 35px;
  }

  .ly_cont {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .big-img {
    width: 450px;
    height: 250px;
    background-image: none;
    padding-top: 0;
  }

  .salespoint-frame {
    width: auto;
    max-width: 480px;
    padding: 20px 20px 60px;
  }

  .main-contents.margin-bottom-8vh {
    flex-direction: column;
    margin-bottom: 0;
  }

  .content-section-a.margin-top100 {
    margin-top: 60px;
  }

  .column-tittle {
    font-size: 25px;
  }

  .bl_review {
    padding-bottom: 100px;
  }

  .review-box {
    max-width: 700px;
  }

  .flow-info.phase2, .flow-info.phase3, .flow-info.phase4, .flow-info.phase1, .flow-info.phase5 {
    width: 70%;
  }

  .info-grid {
    width: auto;
  }

  .info-frame {
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 0;
    display: flex;
  }

  .flex-51 {
    padding: 20px;
  }

  .map-img {
    flex-direction: column;
  }

  .map {
    width: 480px;
    height: 280px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .img-frame-45 {
    width: 480px;
    height: 280px;
  }

  .nav-bottom {
    width: 50%;
  }

  .tell {
    width: 160px;
  }

  .review_inner {
    height: 400px;
    flex-direction: column;
    align-items: center;
  }

  .yoyaku {
    width: 160px;
  }

  .treatment-frame {
    flex-direction: column;
  }

  .treatment-1 {
    justify-content: center;
    position: static;
  }

  .cont_body {
    width: 80%;
    max-height: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-5 {
    z-index: -1;
    width: 80%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .col-txt_body {
    width: auto;
    max-width: 600px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: static;
  }

  .treatment-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .cont_body-rev {
    width: auto;
    max-height: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .cont_body-rev.rel._100 {
    width: 90%;
    max-width: 680px;
  }

  .cont_body-rev.center {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .col-txt_body-rev {
    width: auto;
    max-width: 600px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: static;
  }

  .image-6 {
    width: 80%;
    max-width: 500px;
    display: block;
  }

  .treatment-3, .treatment-4 {
    margin-top: 60px;
  }

  .banner_link {
    max-width: 70%;
  }

  .hero_tittle.bold, .hero_tittle.normal, .hero_tittle.bottom {
    font-size: 30px;
  }

  .hero_tittle_frame {
    margin-bottom: 25px;
    margin-right: 25px;
  }

  .scroll-menu-2 {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-14 {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    overflow: scroll;
  }

  .left-contents-2 {
    background-color: #fdfdfe;
  }

  .left-contents-2.line-none {
    border-bottom-style: none;
  }

  .treatment-2-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
    position: static;
  }

  .sousin_img-1 {
    width: 80%;
    height: 100%;
    max-height: 300px;
    max-width: 500px;
    object-fit: cover;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sousin_img-2 {
    width: 80%;
    max-height: 300px;
    max-width: 500px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sousin_inner {
    flex-direction: column;
    align-items: center;
    display: flex;
    top: 0;
  }

  .blur-filter.white {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .kyousei {
    z-index: -1;
    width: 79%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .facial {
    z-index: -1;
    width: 80%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .breast-enhancement {
    width: 80%;
    max-width: 500px;
    display: block;
  }

  .img-body {
    width: 100%;
    max-height: 300px;
    max-width: 500px;
    object-fit: cover;
    display: block;
  }

  .img-body.margin-auto {
    margin-right: auto;
  }

  .img-body_bottom {
    width: 80%;
    max-height: 300px;
    max-width: 500px;
    object-fit: cover;
    margin-top: 0;
    display: flex;
  }

  .img-body_bottom.up {
    width: 70%;
  }

  .review-grid_pc {
    display: none;
  }

  .review-grid_tablet {
    width: 100%;
    display: block;
  }

  .review-grid_2col {
    grid-template-columns: repeat(auto-fit, 33%);
    justify-items: center;
  }

  .insta_btn {
    width: 100px;
    height: 100px;
    flex-direction: column;
    font-size: 10px;
  }

  .insta-icon {
    margin-right: 0;
    display: block;
    top: auto;
  }

  .insta-text {
    top: auto;
  }

  .text-span-50 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .subtitle-box {
    width: 78%;
  }

  .flex-space.mobile-left {
    justify-content: flex-start;
  }

  .feature-box-2 {
    width: 50%;
  }

  ._50-column {
    width: 100%;
  }

  ._50-column.flex-mobile {
    justify-content: flex-start;
  }

  .subtitle-box-2 {
    width: 78%;
  }

  .feature-text-box, ._55-column, ._45-column.center-flex {
    width: 100%;
  }

  .left-text-box {
    padding-left: 0;
  }

  .service-item {
    width: 47%;
  }

  .tabs-menu {
    width: 100%;
    padding-right: 0;
  }

  .tabs-content {
    border-top: 1px solid var(--text-paragraphs);
    border-left-style: none;
    padding-top: 40px;
    padding-left: 1px;
  }

  .team-member {
    width: 47%;
  }

  .mini-feature-box.mobile-no-border {
    margin-bottom: 0;
  }

  .intro-box {
    width: 47%;
    margin-bottom: 40px;
  }

  .intro-box.mobile-no-border {
    margin-bottom: 0;
  }

  .pricing-box {
    width: 47%;
    margin-bottom: 80px;
  }

  .pricing-box.no-border, .pricing-box.mobile-no-border {
    margin-bottom: 0;
  }

  .testimonial {
    width: 46.8%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .testimonial.mobile-last {
    margin-right: 4%;
  }

  .gallery-item {
    width: 48%;
    margin-bottom: 40px;
  }

  .gallery-item.no-border {
    margin-bottom: 0;
  }

  .right-text-box.large {
    padding-right: 0%;
  }

  .contact-details-block {
    width: 50%;
  }

  .contact-details-block._2 {
    border-right-style: none;
  }

  .contact-details-block._3 {
    padding-left: 20px;
  }

  .brand.w--current {
    height: 90px;
    min-height: 0;
    background-size: contain;
  }

  .navbar {
    height: 130px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-flex {
    padding-right: 0;
  }

  .frame {
    margin-top: 40px;
  }

  .footer-container {
    padding-bottom: 10px;
  }

  ._18-column, ._15-column {
    width: 25%;
  }

  ._37-column {
    width: 100%;
  }

  .right-column {
    width: 101%;
  }

  .left-column {
    width: 100%;
    margin-bottom: 45px;
  }

  .go-up {
    margin-top: 15px;
  }

  .cta-box {
    width: 45%;
  }

  .post-hero-text {
    width: 85%;
  }

  .hero-girl-2 {
    display: none;
  }

  .intro-box-2 {
    width: 47%;
    margin-bottom: 40px;
  }

  .clients-logos {
    width: 100%;
  }

  .circle {
    margin-top: 20px;
  }

  .align-start {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
  }

  .align-end {
    width: 100%;
    overflow: hidden;
  }

  .flex-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._25-column-2 {
    width: 100%;
    margin-bottom: 25px;
  }

  .about-us-box {
    width: 47%;
    margin-bottom: 40px;
  }

  .about-us-box.mobile-no-border {
    margin-bottom: 0;
  }

  .quote-box {
    width: 80%;
  }

  .brand-logo {
    width: 33.33%;
  }

  .tab-link-2 {
    width: 100%;
    border-style: solid;
    border-radius: 3px;
    margin-bottom: 10px;
  }

  .tab-link-2.w--current {
    border-width: 1px;
    border-color: var(--text-paragraphs);
    background-color: var(--green-4);
    border-bottom-style: solid;
  }

  .tabs-content-2 {
    margin-top: 3px;
  }

  .feature-box-3 {
    width: 50%;
  }

  .hero-text-container {
    width: 85%;
  }

  .big-feature-box._6 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .inner-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mini-text-2 {
    left: -64px;
  }

  .side-feature-box {
    flex-direction: column;
  }

  .side-icon-box {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid var(--text-paragraphs);
    border-right-style: none;
  }

  .split-text-2 {
    justify-content: flex-start;
  }

  ._37-column-2 {
    width: 100%;
  }

  .mobile-bottom {
    margin-bottom: 40px;
  }

  .mobile-top-border {
    margin-top: 10px;
  }

  .mobile-top-border.large {
    margin-top: 0;
  }

  .mobile-top-border.big {
    margin-top: 40px;
  }

  .cta-text-container {
    width: 76%;
  }

  ._25-column-flex {
    width: 33%;
  }

  .newsletter-container {
    max-width: 345px;
  }

  .navmenu-2 {
    width: 88%;
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .flex-start {
    justify-content: center;
  }

  .slide {
    width: 100%;
  }

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

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

  .flex-end {
    justify-content: center;
  }

  .layouts {
    flex-wrap: wrap;
  }

  .flex-align-start {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .hero-inner {
    height: 50vw;
    margin-top: 120px;
  }

  .hero-img {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

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

  ._4point {
    padding-bottom: 40px;
  }

  .img-frame {
    padding-left: 40px;
    padding-right: 40px;
  }

  .point-frame {
    width: 90%;
    min-width: 250px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .point-img._1, .point-img._2, .point-img._3, .point-img._4 {
    width: 150px;
    padding-top: 150px;
  }

  .text-frame {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading, .heading.strong {
    font-size: 25px;
  }

  .big-img {
    width: 80%;
    max-width: 500px;
    min-width: 350px;
    padding-top: 0;
  }

  .salespoint-frame {
    width: 80%;
    min-width: 350px;
    padding-bottom: 40px;
  }

  .heading-2.strong {
    font-size: 25px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .content-section-a.margin-top100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-tittle {
    font-size: 20px;
  }

  .col-txt {
    font-size: 15px;
  }

  .big-img-section {
    margin-top: 108px;
  }

  .review-box {
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flow-img.phase2, .flow-img.phase4, .flow-img.phase3 {
    height: 220px;
  }

  .flow-info.phase2, .flow-info.phase3, .flow-info.phase4 {
    width: 90%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flow-info.phase1 {
    width: 90%;
    height: auto;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flow-info.phase5 {
    width: 90%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  ._50-column-copy-2 {
    width: 100%;
  }

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

  .left-text-box-77-copy {
    padding-left: 0;
  }

  .left-text-box-77-copy.center {
    font-size: 16px;
  }

  ._50-column-copy2 {
    width: 100%;
  }

  ._50-column-copy2.center-flex.gaiyou {
    width: auto;
  }

  .flex-51.justify-center {
    justify-content: center;
  }

  .map-img {
    width: 100%;
  }

  .map-img.center-flex.gaiyou {
    width: auto;
  }

  .map {
    width: 80%;
    max-width: 500px;
    min-width: 300px;
  }

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

  .img-frame-45 {
    width: 80%;
    max-width: 500px;
    min-width: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .boldtext_pink {
    font-size: 15px;
  }

  .button-6 {
    padding: 10px 20px;
    font-size: 15px;
  }

  .nav-bottom {
    width: 350px;
    max-width: none;
    min-width: auto;
  }

  .reservation {
    z-index: 1;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .review_inner.height-auto {
    height: auto;
  }

  .top-skew, .bottom-skew {
    border-bottom-width: 70px;
  }

  .cont_body {
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    width: 100%;
    min-width: 300px;
  }

  .col-txt_body {
    width: 100%;
    max-width: 500px;
  }

  .treatment-2 {
    flex-direction: column;
  }

  .cont_body-rev {
    width: 80%;
    max-width: 500px;
    min-width: 300px;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .col-txt_body-rev {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    width: 100%;
    display: block;
  }

  .banner_frame {
    min-height: 200px;
  }

  .bottom-skew-copy {
    border-bottom-width: 70px;
  }

  .nav-brand {
    width: 70%;
    min-width: 180px;
  }

  .list {
    margin-left: 0;
  }

  .banner_link {
    max-width: 80%;
    align-self: center;
  }

  .hero_tittle.bold, .hero_tittle.normal, .hero_tittle.bottom {
    font-size: 25px;
  }

  .hero_tittle_frame {
    margin-top: 0;
    margin-bottom: 0%;
    margin-right: auto;
  }

  .scroll-menu-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-14 {
    grid-template-columns: minmax(120px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr);
  }

  .paragraph-26, .paragraph-25 {
    font-size: 14px;
  }

  .text-span-46, .text-span-47, .text-span-48, .text-span-49 {
    display: block;
  }

  .cautionlist {
    margin-left: 0;
  }

  .treatment-2-copy {
    flex-direction: row;
  }

  .sousin_img-1 {
    width: 100%;
    max-height: 200px;
    display: block;
  }

  .sousin_img-2 {
    width: 100%;
    display: block;
  }

  .blur-filter.white {
    width: 100%;
  }

  .blur-filter.white.outer {
    box-shadow: 6px 6px 9px 2px #fdfdfe, inset -7px -7px 20px 20px #fdfdfe, inset 7px 7px 20px 20px #fdfdfe;
  }

  .kyousei, .facial {
    width: 100%;
    min-width: 300px;
  }

  .breast-enhancement, .img-body {
    width: 100%;
    display: block;
  }

  .img-body.margin-auto {
    height: 200px;
  }

  .img-body_bottom {
    width: 100%;
    display: block;
  }

  .img-body_bottom.up {
    width: 60%;
  }

  .review-txt {
    height: auto;
  }

  ._15 {
    max-width: 20px;
  }

  .review-grid_tablet {
    display: none;
  }

  .review-grid_mobile {
    display: block;
  }

  .review-grid_1col {
    height: auto;
    min-height: 390px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .subtitle-box {
    width: 100%;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .feature-box-2 {
    width: 100%;
  }

  .feature-box-2._3, .feature-box-2._4 {
    margin-bottom: 40px;
  }

  .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .flex.mobile-center, .flex.tablet-center {
    justify-content: center;
  }

  .flex._2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  ._50-column.mobile-padding {
    padding-right: 20px;
  }

  .subtitle-box-2 {
    width: 100%;
  }

  .feature-icon-box {
    flex: 0 auto;
  }

  .service-item {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .tab-link {
    flex-direction: column;
  }

  .team-member {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .mini-feature-box {
    width: 61%;
    margin-right: 15px;
  }

  .package-bg, .intro-box, .pricing-box, .faq-box {
    width: 100%;
  }

  .faq-box._3 {
    border-right-style: none;
  }

  .faq-box._5 {
    border-bottom: 1px solid #c4cbd5;
    border-right-style: none;
  }

  .faq-box._1 {
    border-right-style: none;
  }

  .testimonial {
    width: 98%;
  }

  .gallery-item, .split-image, .split-text {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .preview-image.medium {
    width: 100%;
  }

  .right-text-box.large {
    padding-right: 20px;
  }

  .right-text-box.mobile-no-border {
    padding-right: 0;
  }

  .contact-details-block {
    width: 100%;
    border-right-style: none;
  }

  .contact-details-block._2 {
    border-top: 1px solid var(--text-paragraphs);
    border-bottom: 1px solid var(--text-paragraphs);
    padding-left: 20px;
  }

  .contact-details-block._3 {
    padding-bottom: 0;
  }

  .brand.w--current {
    height: 90px;
    max-width: none;
    background-position: 50%;
    background-size: auto 90%;
    padding-left: 0;
  }

  .frame {
    min-height: 430px;
  }

  .hero-girl {
    max-width: 245px;
  }

  ._53-column {
    width: 100%;
  }

  ._47-column {
    width: 100%;
    padding-left: 0;
  }

  ._26-column, ._49-column-2 {
    width: 100%;
  }

  ._25-column {
    width: 100%;
    text-align: left;
  }

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

  ._18-column {
    width: 50%;
  }

  ._18-column.mobile-border {
    margin-bottom: 20px;
  }

  ._15-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-box {
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .cta-box._2 {
    border-top-style: none;
    border-left-style: solid;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }

  .contact-box.mobile-border {
    margin-left: 16px;
    margin-right: 16px;
  }

  .post-hero-text {
    width: 100%;
  }

  .left-justified {
    margin-top: 0;
  }

  .hero-frame {
    padding-left: 20px;
  }

  .intro-box-2 {
    width: 100%;
  }

  .intro-box-2.mobile-no-border {
    margin-bottom: 0;
  }

  .clients-logo {
    width: 100%;
    margin-right: 0;
  }

  .mini-text {
    left: -74px;
  }

  .circle, .box {
    width: 275px;
    height: 275px;
  }

  .about-us-box {
    width: 100%;
  }

  .image-box {
    width: 100%;
    border-top: 1px solid var(--text-paragraphs);
    border-left-style: none;
    justify-content: center;
    margin-top: 40px;
  }

  .text-box {
    width: 100%;
  }

  .quote-box {
    width: 85%;
  }

  .brand-logo {
    width: 47%;
    margin-bottom: 10px;
  }

  .text-box-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-box-2 {
    width: 100%;
    border-bottom: 1px solid var(--text-paragraphs);
    border-right-style: none;
    margin-bottom: 40px;
  }

  .collection-item-2 {
    padding-bottom: 0;
  }

  ._68-column {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  ._32-column {
    width: 100%;
    padding-right: 0;
  }

  .feature-box-3 {
    width: 100%;
  }

  .feature-box-3._4, .feature-box-3._5 {
    margin-bottom: 40px;
  }

  .form-wrapper, .form-title-box {
    width: 100%;
  }

  .hero-slider {
    min-height: 940px;
  }

  .hero-text-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-arrow {
    display: none;
  }

  .big-feature-box {
    min-width: 165px;
  }

  .big-feature-box._7 {
    margin-bottom: 40px;
  }

  .mini-text-2 {
    left: -46px;
  }

  .side-feature-box {
    max-width: 300px;
  }

  .cta-text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .split-text-2 {
    width: 100%;
  }

  .bg-circle {
    display: none;
  }

  .mobile-top-border.large {
    margin-top: 30px;
  }

  .cta-text-container {
    width: 100%;
    padding: 10% 8%;
  }

  .subtitle-box-3 {
    width: 100%;
  }

  ._25-column-flex {
    width: 100%;
    text-align: left;
  }

  .frame-3 {
    min-height: 370px;
  }

  ._32-column-2 {
    width: 100%;
  }

  ._45-column-2 {
    width: 100%;
    padding-left: 0;
  }

  .padding {
    padding-left: 0;
  }

  ._23-column {
    width: 100%;
    margin-top: 30px;
  }

  .utility-page-wrap {
    flex-direction: column;
  }

  .utility-page-content, .utility-page-404, .layout-box {
    width: 100%;
  }

  .right-text-preview-2 {
    margin-top: 20px;
    margin-left: 0%;
  }

  .utility-bg {
    width: 100%;
  }

  .hero-img {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

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

  ._4point {
    padding-bottom: 40px;
  }

  .img-frame {
    padding-left: 0;
    padding-right: 0;
  }

  .point-frame {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .point-img._1 {
    width: 100px;
    background-image: url('../images/-4144x-100.webp'), linear-gradient(to bottom, null, null);
    background-size: 43px, auto;
    padding-top: 100px;
  }

  .point-img._2 {
    width: 100px;
    background-image: url('../images/-2144x-100.webp'), linear-gradient(to bottom, null, null);
    background-size: 45px, auto;
    padding-top: 100px;
  }

  .point-img._3 {
    width: 100px;
    background-image: url('../images/-1144x-100.webp'), linear-gradient(to bottom, null, null);
    background-size: 60px, auto;
    padding-top: 100px;
  }

  .point-img._4 {
    width: 100px;
    background-image: url('../images/-3144x-100.webp'), linear-gradient(to bottom, null, null);
    background-size: 61px, auto;
    padding-top: 100px;
  }

  .text-frame {
    width: 100%;
  }

  .heading, .heading.strong {
    font-size: 20px;
  }

  .ly_cont {
    padding-top: 0;
  }

  .bl_tittle {
    padding-top: 20px;
  }

  .big-img {
    width: 95%;
    height: 200px;
    max-width: none;
    min-width: 0;
  }

  .salespoint-frame {
    width: 90%;
    min-width: 0;
  }

  .content-section-a.margin-top100 {
    padding-left: 0;
    padding-right: 0;
  }

  .big-img-section {
    margin-top: 68px;
    margin-bottom: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bl_review {
    padding-bottom: 70px;
  }

  .review-box {
    width: 100%;
  }

  .price-2 {
    font-size: 25px;
  }

  .review-tittle, .paragraph-5 {
    font-size: 15px;
  }

  .flow-img.phase2, .flow-img.phase4, .flow-img.phase1, .flow-img.phase3 {
    width: 100%;
    height: 150px;
  }

  .flow-info.phase2, .flow-info.phase3, .flow-info.phase4 {
    width: 90%;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }

  .flow-info.phase1 {
    width: 90%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flow-info.phase5 {
    width: 90%;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }

  .div-block-77 {
    width: 100%;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .flow-div {
    padding-left: 0;
    padding-right: 0;
  }

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

  .info-grid {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .right-text {
    margin-bottom: 0;
  }

  .info-frame, .flex-51 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-51.justify-center.padding-lr-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-block {
    justify-content: flex-start;
  }

  .right-box {
    padding-top: 0;
  }

  .nav-bottom {
    width: 300px;
  }

  .tell {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-13 {
    letter-spacing: -.02em;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .yoyaku {
    width: auto;
    min-width: 145px;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .top-skew, .bottom-skew {
    border-bottom-width: 40px;
  }

  .div-block-91, .div-block-92 {
    width: 8%;
    height: 5px;
  }

  .cont_body {
    width: 80%;
  }

  .image-5 {
    min-width: 0;
  }

  .col-txt_body {
    width: auto;
    min-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

  .cont_body-rev {
    width: 80%;
  }

  .cont_body-rev.center {
    min-width: 0;
  }

  .col-txt_body-rev {
    width: auto;
    min-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }

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

  .bottom-skew-copy {
    border-bottom-width: 40px;
  }

  .nav-brand {
    width: 100%;
    min-width: 0;
  }

  .list {
    width: 28ch;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-25 {
    display: block;
  }

  .text-span-26 {
    display: none;
  }

  .text-span-27, .text-span-28 {
    display: block;
  }

  .banner_link {
    max-width: 90%;
  }

  .hero_tittle.bold, .hero_tittle.normal, .hero_tittle.bottom {
    font-size: 18px;
  }

  .hero_tittle_frame {
    margin-top: 0;
    margin-bottom: 0%;
    margin-right: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .scroll-menu-2 {
    width: 95%;
    padding-left: 0;
    padding-right: 10px;
  }

  .grid-14 {
    grid-template-columns: minmax(120px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  }

  .div-block-133._15, .div-block-133.bottom._15px, .menu_frame._15px {
    margin-left: -15px;
  }

  .cautionlist {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sousin_img-2 {
    max-height: 150px;
  }

  .blur-filter.white.outer {
    box-shadow: 11px 11px 6px 2px #fdfdfe, inset -7px -7px 20px 20px #fdfdfe, inset 7px 7px 20px 20px #fdfdfe;
  }

  .kyousei, .facial {
    min-width: 0;
  }

  .img-body.margin-auto {
    width: 80%;
    height: auto;
  }

  .img-body_bottom {
    width: 80%;
  }

  .img-body_bottom.up {
    margin-top: -10px;
  }

  .review-txt {
    font-size: 15px;
  }
}

#w-node-a5f49d1c-e2f0-c3ed-b11a-0b8c5d613a49-b161c99b, #w-node-d6429d50-6dee-ff09-4d9a-ab6b2b3e42cf-b161c99b {
  align-self: center;
}


