.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: #7f7f7f;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

h1 {
  color: #393939;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 400;
  line-height: 39px;
}

h2 {
  color: #393939;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 37px;
}

h3 {
  color: #393939;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

h4 {
  color: #393939;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
}

h5 {
  color: #393939;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

h6 {
  color: #393939;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 36.5px;
}

a {
  color: #257ae7;
  cursor: pointer;
  text-decoration: none;
}

blockquote {
  width: 80%;
  text-align: center;
  background-image: url('../images/Quote_1Quote.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 50px;
  border-left: 5px #e2e2e2;
  margin: 60px auto;
  padding: 60px 20px 10px;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}

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

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

.title {
  color: #69707b;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.flex.full {
  width: 100%;
}

.button {
  min-height: 40px;
  min-width: 150px;
  color: #fff;
  text-align: center;
  background-color: #257ae7;
  border: 2px solid #257ae7;
  border-radius: 25px;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: background-color .2s;
}

.button:hover {
  color: #257ae7;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
}

.content-section {
  color: #5a407d;
  padding-top: 90px;
  position: relative;
}

.content-section.double {
  padding-top: 40px;
  padding-bottom: 60px;
}

.content-section.margin-separation {
  margin-top: 90px;
  margin-bottom: 90px;
}

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

.content-section.double-inner {
  padding-top: 70px;
  padding-bottom: 90px;
}

.content-section.inner-double {
  padding-top: 70px;
  padding-bottom: 70px;
}

.set {
  margin-top: 40px;
}

.button-outline {
  min-height: 40px;
  min-width: 150px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f4f5f7;
  border-radius: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline:hover {
  color: #257ae7;
  background-color: #fff;
}

.button-outline.orange:hover {
  color: #ff7948;
}

.button-outline.thistle:hover {
  color: #d2a9b9;
}

.button-outline.burlywood:hover {
  color: #f3b77b;
}

.button-outline.thistle:hover {
  color: #d2a9b9;
}

.button-outline.salmon:hover {
  color: #f7a492;
}

.button-outline.blue:hover {
  color: #94bcd0;
}

.pink {
  width: 40px;
  height: 40px;
  background-color: #ffe6f1;
  margin-right: 10px;
}

.margins {
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
}

.bg-colored {
  background-color: #257ae7;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.cream {
  width: 40px;
  height: 40px;
  background-color: #fdf2d6;
  margin-right: 10px;
}

.text-small {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 21px;
}

.text-small.gray {
  background-color: rgba(0, 0, 0, 0);
}

.text-small.italicize {
  font-style: italic;
}

.light-blue {
  width: 40px;
  height: 40px;
  background-color: #e7f6fd;
  margin-right: 10px;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._40-pixels {
  border-radius: 5px;
  margin-top: 40px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._90-pixels {
  margin-top: 90px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._50-pixels {
  margin-top: 50px;
}

.top-margin._25-pixels {
  border-radius: 5px;
  margin-top: 25px;
}

.top-margin.mobile-margin {
  margin-top: 40px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-line {
  border-top: 1px solid #a4aebe;
  margin-top: 5px;
  padding-top: 7px;
}

.content-wrapper {
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 1150px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.medium {
  max-width: 1175px;
}

.color-box {
  margin-right: 20px;
}

.button-outline-black {
  min-height: 47px;
  min-width: 150px;
  color: #393939;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #393939;
  border-radius: 40px;
  padding: 17px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-black:hover {
  color: #f4f5f7;
  background-color: #393939;
}

.grey {
  width: 40px;
  height: 40px;
  background-color: #f3f4f7;
  margin-right: 10px;
}

.button-boxed-outline {
  min-height: 40px;
  min-width: 120px;
  color: #393939;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #393939;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-boxed-outline:hover {
  color: #fff;
  background-color: #393939;
}

.navlink {
  z-index: 1;
  height: 60px;
  color: #fff;
  margin-right: 10px;
  padding-top: 16px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.navlink.w--current {
  z-index: 1;
  color: #d59453;
  font-weight: 600;
}

.navlink.blue {
  margin-right: 0;
}

.navlink.blue.w--current {
  color: #709fb6;
}

.navlink.thistle.w--current {
  color: #b37e92;
}

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

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

.brand.w--current {
  transition: transform .2s, opacity .2s;
}

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

.nav-menu {
  height: 60px;
  display: flex;
}

.navbar {
  z-index: 15;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.underline-hover {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar-orange {
  background-color: #5a407d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero-heading {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 49px;
  line-height: 58px;
}

.hero-subtitle {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 38px;
}

.hero-bottom {
  z-index: 10;
  width: 100%;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-bottom-left {
  width: 50%;
  height: 56px;
  background-image: url('../images/Left.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-bottom-right {
  width: 50%;
  height: 56px;
  background-image: url('../images/Right.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-box {
  max-width: 640px;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.no-margin {
  margin-bottom: 0;
}

.heading-box.left {
  text-align: left;
  margin-left: 0;
}

.heading-box.percent-margin {
  text-align: left;
  margin-left: 2%;
}

.h2-big {
  color: #5a407d;
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 54px;
  display: flex;
}

.h2-big.no-top-maragin {
  margin-top: 0;
  padding-bottom: 0;
}

.intro-feature {
  width: 31%;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 1%;
  padding-right: 1%;
}

.h4-big {
  margin-bottom: 10px;
  font-size: 23.5px;
  font-weight: 600;
}

.h4-big.no-top-margin {
  margin-top: 0;
}

.intro-feature-bg {
  width: 135px;
  height: 94px;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-feature-bg._2 {
  background-image: url('../images/2.jpg');
}

.intro-feature-bg._3 {
  background-image: url('../images/3_1.png');
}

.on-scroll-slide {
  background-color: #e7f6fd;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.on-scroll-slide.yellow-hover {
  background-color: #f5e9ca;
  display: none;
}

.on-scroll-slide.yellow {
  background-color: #fdf2d6;
  display: none;
}

.on-scroll-slide.blue {
  background-color: #e7f6fd;
  display: none;
}

.on-scroll-slide.pink {
  width: 100%;
  height: 100%;
  background-color: #ffe6f1;
}

.on-scroll-slide.gray {
  background-color: #f3f4f7;
}

.on-scroll-slide.dark-gray {
  background-color: #e9ecf3;
  display: none;
}

.on-scroll-slide.dark-pink {
  width: 100%;
  height: 100%;
  background-color: #f3d8e4;
  display: none;
}

.on-scroll-slide.dark-blue {
  background-color: #d0ebf9;
  display: none;
}

.on-scroll-slide.dark-yellow {
  background-color: #f5e9ca;
  display: none;
}

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

.absolute-bg._1 {
  background-image: url('../images/drenagem22.jpg');
}

.absolute-bg._2 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.03-2.jpeg');
}

.absolute-bg._3 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.03-11.jpeg');
}

.absolute-bg.slide {
  background-image: url('../images/pexels-andrea-piacquadio-3757657.jpg');
}

.absolute-bg.slide-2 {
  background-image: url('../images/pexels-andrea-piacquadio-3757951.jpg');
}

.absolute-bg.team4 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.03-13.jpeg');
}

.absolute-bg.team-2 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-9.jpeg');
}

.absolute-bg.team-3 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-8.jpeg');
}

.absolute-bg.tab {
  background-image: url('../images/right-way-to-apply-eye-cream.jpg');
}

.absolute-bg.slide-3 {
  background-image: url('../images/pexels-andrea-piacquadio-3757942.jpg');
}

.absolute-bg._4 {
  background-image: url('../images/668.jpg');
}

.absolute-bg._5 {
  background-image: url('../images/women-4.jpg');
}

.absolute-bg._6 {
  background-image: url('../images/women-5.jpg');
}

.absolute-bg.full-width {
  width: 100%;
  background-image: url('../images/happy-birthday.jpg');
}

.absolute-bg._7 {
  background-image: url('../images/women-7.jpg');
}

.absolute-bg._11 {
  background-image: url('../images/3.jpg'), url('../images/1508-1.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.absolute-bg._12 {
  background-image: url('../images/morning-routine-for-rise-and-shine-1.jpg');
}

.absolute-bg._13 {
  background-image: url('../images/enjoying-my-beauty-session-1.jpg');
}

.absolute-bg.video-player {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/women-8-1.jpg');
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.absolute-bg.tab-2 {
  background-image: url('../images/self-care-time-is-essential.jpg');
}

.absolute-bg.tab-3 {
  background-image: url('../images/when-morning-starts-really-well.jpg');
}

.absolute-bg.tab-4 {
  background-image: url('../images/young-beautiful-woman-with-closed-eyes-brushing-her-hair-1.jpg');
}

.absolute-bg._8 {
  background-image: url('../images/collage-1.jpg');
}

.column-center {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.column-center.padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.column-center.padding-left {
  padding: 90px 11% 90px 5%;
}

.column-center.top-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-center.bottom-padding {
  padding-bottom: 90px;
}

.max-442-pixels {
  max-width: 442px;
}

.max-442-pixels.center {
  text-align: center;
}

.h3-big {
  color: #5a407d;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.icon-yellow-bg {
  width: 70px;
  height: 70px;
  background-color: #fdf2d6;
  background-image: url('../images/5_15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
}

.subtitle {
  color: #1b1a1a;
  font-size: 18px;
  line-height: 30px;
}

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

.icon-blue-bg {
  width: 70px;
  height: 70px;
  background-color: #e7f6fd;
  background-image: url('../images/4_14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
}

.icon-pink-bg {
  width: 70px;
  height: 70px;
  background-color: #ffe6f1;
  background-image: url('../images/6_16.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
}

.content-section-yellow {
  background-color: #fdf2d6;
  padding-top: 80px;
  position: relative;
}

.relative {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

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

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

.absolute-bg-hover.insta-1 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.03-12.jpeg');
}

.absolute-bg-hover.insta-2 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-4.jpeg');
}

.absolute-bg-hover.insta-3 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-6.jpeg');
}

.absolute-bg-hover.insta-4 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-3.jpeg');
}

.absolute-bg-hover.about-intro {
  background-image: url('../images/women-3.jpg');
}

.absolute-bg-hover.about-intro-2 {
  background-image: url('../images/treatment-or-trouble.jpg');
}

.absolute-bg-hover.about-intro-3 {
  background-image: url('../images/1544.jpg');
}

.absolute-bg-hover.lightbox {
  background-image: url('../images/massage-session-2-1.jpg');
}

.absolute-bg-hover.lightbox-2 {
  background-image: url('../images/massage-session-1-1.jpg');
}

.absolute-bg-hover.lightbox-3 {
  background-image: url('../images/squeezing-a-lotion-on-hand-1.jpg');
}

.treatment-featured {
  width: 30.6%;
  margin-right: 4%;
}

.treatment-featured.last {
  margin-right: 0;
}

.title-link {
  color: #393939;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.title-link:hover {
  color: #7f7f7f;
}

.title-link.mini {
  margin-top: 8px;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.left-padding {
  padding-left: 8px;
}

.left-padding.dropdown {
  margin-top: 3px;
  padding-left: 5px;
}

.price-was {
  margin-bottom: 0;
  margin-right: 5px;
  font-style: italic;
  font-weight: 600;
  text-decoration: line-through;
  display: inline-block;
}

.price-was.mini {
  font-size: 17px;
  line-height: 28px;
}

.price {
  color: #393939;
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 600;
  display: inline-block;
}

.price.mini {
  font-size: 17px;
  line-height: 28px;
}

.bottom-white {
  height: 32%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 456px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.display-none {
  display: none;
}

.rounded-slide {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  overflow: hidden;
}

.right-arrow {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #ff947d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: -25px;
  display: flex;
}

.rounded-slider-bg {
  background-color: #ffe3e2;
  border-radius: 50%;
  padding-left: 25px;
}

.team-member {
  width: auto;
  max-width: 30%;
  margin-right: 2%;
}

.team-member.last {
  margin-right: 0%;
}

.h4-medium {
  color: #f3f4f7;
  margin-bottom: 10px;
  font-size: 23.5px;
  font-weight: 600;
}

.text-block {
  color: #e9ecf3;
  font-size: 15px;
  line-height: 15px;
}

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

.content-section-blue {
  background-color: #e7f6fd;
  padding-top: 90px;
  position: relative;
}

.content-section-blue.bottom-padding {
  background-color: #5a407d;
  padding-top: 60px;
  padding-bottom: 20px;
}

.top-white-bg {
  height: 45%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-white-bg.small {
  height: 22%;
}

.top-white-bg.regular {
  height: 40%;
}

.move-up-3 {
  display: inline-block;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #f3d8e4;
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.interaction-slide {
  background-color: #f3f4f7;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.interaction-slide.gray {
  background-color: #f3f4f7;
}

.interaction-slide.blue {
  background-color: #d0ebf9;
}

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

.move-up-1, .move-up-2 {
  display: inline-block;
}

.tabs-menu {
  width: 49%;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
  display: flex;
}

.tabs {
  flex-wrap: wrap;
  display: flex;
}

.tab {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0 10px 5%;
  font-size: 38px;
  line-height: 50px;
  transition: color .2s;
}

.tab:hover {
  color: #7f7f7f;
}

.tab.w--current {
  color: #7f7f7f;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-content {
  width: 50%;
}

.discount-badge {
  min-height: 67px;
  min-width: 67px;
  color: #fff;
  text-align: center;
  background-color: #1b1a1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  padding: 14px 11px 11px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.discount-badge.small {
  min-height: 40px;
  min-width: 40px;
  padding-top: 13px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 14px;
}

.font-light {
  font-weight: 300;
}

.content-section-grey {
  background-color: #f3f4f7;
  padding-top: 80px;
  position: relative;
}

.content-section-grey.bottom-margin {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 60px;
  padding-top: 60px;
}

.content-section-grey.bottom-padding {
  padding-bottom: 80px;
  overflow: hidden;
}

.pricing-item {
  width: 32%;
  max-width: 365px;
  background-color: #fff;
  border: 1px solid #b9b8b8;
  border-radius: 10px;
  margin-right: 2%;
  padding: 32px 3%;
}

.pricing-item.last {
  margin-right: 0%;
}

.pricing-icon-yellow {
  width: 90px;
  height: 90px;
  background-color: #fdf2d6;
  background-image: url('../images/13_113.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-description {
  border-top: 1px solid #b9b8b8;
  border-bottom: 1px solid #b9b8b8;
  margin-top: 30px;
  padding: 20px 5px 10px;
  font-size: 18px;
  line-height: 36px;
}

.price-text {
  color: #393939;
  margin-right: 5px;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  display: inline-block;
}

.pricing-box {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.pricing-button {
  width: 100%;
  min-height: 47px;
  min-width: 120px;
  color: #fff;
  text-align: center;
  background-color: #257ae7;
  border: 1px solid #257ae7;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.pricing-button:hover {
  opacity: .85;
  color: #257ae7;
  background-color: rgba(0, 0, 0, 0);
}

.pricing-icon-pink {
  width: 90px;
  height: 90px;
  background-color: #ffe6f1;
  background-image: url('../images/14_114.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-icon-blue {
  width: 90px;
  height: 90px;
  background-color: #e7f6fd;
  background-image: url('../images/12_112.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.bottom-white-small {
  height: 14%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-item-left {
  border-bottom: 1px solid #b9b8b8;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 5%;
}

.faq-letter-box {
  width: 70px;
}

.question-letter {
  color: #f17670;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.expand {
  flex: 1;
}

.expand.justify-right {
  text-align: left;
  flex: 0 auto;
}

.question {
  color: #393939;
  font-size: 22px;
  font-weight: 600;
}

.answer-letter {
  color: #43a7fe;
  text-align: center;
  font-size: 22px;
}

.left-faq-column {
  width: 50%;
  border-right: 1px solid #b9b8b8;
  padding-top: 20px;
  padding-bottom: 60px;
}

.right-faq-column {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 60px;
}

.faq-item-right {
  border-bottom: 1px solid #b9b8b8;
  padding: 30px 10px 20px 3%;
}

.content-section-pink {
  background-color: #ffe6f1;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.content-section-pink.less-padding {
  padding-bottom: 60px;
}

.content-section-pink.no-bottom-padding {
  padding-bottom: 0;
  overflow: hidden;
}

.testimonial {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 5%;
  padding: 25px;
  box-shadow: 0 16px 33px #fcdcea;
}

.testimonials {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 25px;
  padding-right: 25px;
}

.testimonial-pic {
  width: 65px;
  height: 65px;
  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: 22px;
}

.testimonial-pic._1 {
  background-image: url('../images/unnamed-5.png');
}

.testimonial-pic._2 {
  background-image: url('../images/unnamed-6.png');
}

.testimonial-pic._3 {
  background-image: url('../images/unnamed-7.png');
}

.testimonial-pic._4 {
  background-image: url('../images/unnamed-4.png');
}

.testimonial-pic._5 {
  background-image: url('../images/unnamed-1.png');
}

.testimonial-pic._6 {
  background-image: url('../images/unnamed-3.png');
}

.mask-testimonials {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.testimonial-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.testimonial-text {
  font-size: 17px;
  line-height: 30px;
}

.slide-left-arrow {
  width: 42px;
  height: 90px;
  background-color: #f3d0e0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  font-size: 33px;
}

.slide-right-arrow {
  width: 42px;
  height: 90px;
  background-color: #f3d0e0;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-size: 33px;
}

.preview-item {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.preview-item.margin {
  margin-bottom: 60px;
}

.author-pic {
  width: 42.5px;
  height: 42.5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  transition: opacity .2s;
}

.author-pic:hover {
  opacity: .85;
}

.left-margin {
  margin-right: 15px;
  padding-top: 48px;
}

.left-margin._15-pixels {
  margin-right: 15px;
  padding-top: 0;
}

.category-link {
  text-transform: uppercase;
  border-radius: 20px;
  padding: 8px 12px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

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

.preview-title-link {
  color: #393939;
  font-size: 23.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.preview-title-link:hover {
  color: #7f7f7f;
}

.preview-title-link.small {
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.hover-overlay {
  background-color: rgba(255, 255, 255, .75);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.inline-block {
  flex-direction: column;
  display: inline-block;
}

.inline-block.right-margin {
  margin-right: 5px;
}

.contact-footer-text {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.link-block {
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

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

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  padding-top: 55px;
  display: flex;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-link {
  color: #fff;
  text-decoration: underline;
  transition: opacity .2s;
}

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

.form {
  flex-wrap: wrap;
  display: flex;
}

.footer {
  background-color: #ff7948;
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
}

.footer-contact-link {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-contact-link:hover {
  opacity: .8;
}

.notice {
  margin-top: 40px;
  padding-top: 14px;
}

.footer-column {
  width: 27%;
  align-items: flex-start;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.error-message {
  font-size: 15px;
  line-height: 20px;
}

.footer-text-field {
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-bottom-style: none;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  transition: border-color .2s;
}

.footer-text-field:hover {
  border-color: #178bf4;
}

.footer-text-field:active {
  color: #fff;
}

.footer-text-field:focus {
  color: #fff;
  border-color: #178bf4;
}

.footer-text-field::-ms-input-placeholder {
  color: #fff;
}

.footer-text-field::placeholder {
  color: #fff;
}

.footer-text-field._2 {
  border-bottom-style: solid;
  border-radius: 0 0 5px 5px;
  margin-bottom: 15px;
}

.link-block-arrow {
  position: relative;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

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

.footer-left {
  max-width: 270px;
}

.notice-text {
  color: #fff;
  justify-content: center;
  font-size: 13px;
  line-height: 21px;
  display: flex;
}

.submit-button {
  width: 100%;
  height: 44px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding-top: 4px;
  font-size: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

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

.submit-button.fill {
  color: #ff7948;
  background-color: #fff;
  border-radius: 5px;
}

.submit-button.fill:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.menu-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.menu-link.w--current {
  color: #a24e30;
  font-weight: 600;
}

.footer-title {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.max-width-358 {
  max-width: 358px;
}

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

.success-message.white {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.menu {
  width: 25%;
}

.footer-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.white {
  color: #fff;
}

.social-icon-orange {
  width: 40px;
  height: 40px;
  background-color: #f86834;
  border-radius: 50px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon-orange:hover {
  background-color: #f1612c;
}

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

.social-icon-orange.twittter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

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

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

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

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

.text-small-link {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
}

.go-up-button {
  z-index: 20;
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #bbc3d1;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.pricing-mini-text {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 17px;
}

.social-icon-regular {
  width: 40px;
  height: 40px;
  background-color: #067aeb;
  border-radius: 50px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-regular:hover {
  background-color: #0970d4;
}

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

.social-icon-regular.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-color: #1da1f2;
}

.social-icon-regular.twittter:hover {
  background-color: #1895e2;
}

.social-icon-regular.instagram {
  background-color: #fb774e;
  background-image: url('../images/instagram-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #ff7e4f;
}

.social-icon-regular.instagram:hover {
  background-color: #fc6739;
}

.social-icon-regular.pinterest {
  background-color: #e60023;
  background-image: url('../images/pinterest-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #ff7e4f;
}

.social-icon-regular.pinterest:hover {
  background-color: #d60021;
}

.social-icon-regular.linkedin {
  background-color: #01669e;
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #ff7e4f;
}

.social-icon-regular.linkedin:hover {
  background-color: #045a8a;
}

.social-icon-regular.instagram-no-margin {
  background-color: #fb774e;
  background-image: url('../images/instagram-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #ff7e4f;
}

.social-icon-regular.instagram-no-margin:hover {
  background-color: #fc6739;
}

.social-icon-regular.email {
  background-color: #1b1a1a;
  background-image: url('../images/correo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #ff7e4f;
}

.social-icon-regular.email:hover {
  background-color: #2e2d2d;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
}

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

.about-us-intro {
  width: 30.5%;
  text-align: left;
  flex-direction: column;
  margin-bottom: 60px;
  margin-right: 4%;
  display: flex;
}

.about-us-intro.last {
  margin-right: 0%;
}

.title-link-medium {
  color: #393939;
  font-size: 23.5px;
  font-weight: 600;
  line-height: 33px;
  text-decoration: none;
  transition: color .2s;
}

.title-link-medium:hover {
  color: #7f7f7f;
}

.dropdown {
  height: 60px;
  font-size: 15px;
}

.dropdown-toggle {
  height: 60px;
  color: #fff;
  padding-top: 11px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.mini-arrow {
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.dropdown-link {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 14px;
  transition: opacity .2s, padding .2s;
}

.dropdown-link:hover {
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.mini-feature-bg {
  width: 80px;
  height: 80px;
  background-color: #fdf2d6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.mini-feature-bg._1 {
  background-image: url('../images/15_115.png');
  background-size: 35px;
}

.mini-feature-bg._2 {
  background-image: url('../images/16_116.png');
  background-size: 40px;
}

.mini-feature-bg._3 {
  background-image: url('../images/17_117.png');
  background-size: 22px;
}

.mini-feature-bg._4 {
  background-image: url('../images/18_118.png');
  background-size: 38px;
}

.mini-feature-bg._5 {
  background-image: url('../images/19_119.png');
  background-size: 36px;
}

.mini-feature-bg._6 {
  background-image: url('../images/20_120.png');
  background-size: 34px;
}

.button-outline-blue {
  min-height: 40px;
  min-width: 150px;
  color: #257ae7;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #257ae7;
  border-radius: 40px;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-blue:hover {
  color: #f4f5f7;
  background-color: #257ae7;
}

.left-white-bg {
  width: 14%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-white-bg {
  width: 6%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.play-button {
  width: 84px;
  height: 84px;
  background-color: #ab7b90;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini-feature-blue {
  width: 95px;
  height: 95px;
  background-color: #dff3fd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.mini-feature-blue._2 {
  background-image: url('../images/8_18.png');
  background-size: 40px;
}

.mini-feature-blue._4 {
  background-image: url('../images/10_110.png');
  background-size: 27px;
}

.mini-feature-blue._3 {
  background-image: url('../images/9_19.png');
}

.mini-feature-blue._1 {
  background-image: url('../images/7_17.png');
}

.mini-feature-blue._5 {
  background-image: url('../images/11_111.png');
  background-size: 36px;
}

.mini-feature {
  width: 20%;
  text-align: center;
}

.feature-item {
  width: 27%;
  text-align: center;
  margin-bottom: 60px;
}

.feature-item.no-margin, .feature-item.last {
  margin-bottom: 0;
}

.half-column-center {
  width: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.half-column-center.justify-right {
  text-align: left;
  padding: 60px 40px;
}

.horizontal-feature {
  text-align: left;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.horizontal-feature.last {
  margin-bottom: 0;
}

.feature-blue {
  width: 80px;
  height: 80px;
  background-color: #e7f6fd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  margin-right: 25px;
}

.feature-blue._1 {
  background-image: url('../images/21_121.png');
  background-size: 37px;
}

.feature-blue._2 {
  background-image: url('../images/22_122.png');
  background-size: 34px;
}

.feature-blue._3 {
  background-image: url('../images/23_123.png');
  background-size: 34px;
}

.max-515-pixels {
  width: 100%;
  max-width: 515px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
}

.content-section-bluer {
  background-color: #d0ebf9;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.large-white-bg {
  height: 48%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.number-item {
  width: 30%;
  background-color: #e7f6fd;
  border-radius: 5px;
  margin-right: 4%;
  padding: 50px 30px 40px;
}

.number-item.last {
  margin-right: 0%;
}

.numbers-feature {
  width: 80px;
  height: 80px;
  background-color: #d0ebf9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
}

.numbers-feature._1 {
  background-image: url('../images/24_124.png');
  background-size: 41px;
}

.numbers-feature._2 {
  background-image: url('../images/25_125.png');
  background-size: 35px;
}

.numbers-feature._3 {
  background-image: url('../images/26_126.png');
  background-size: 28px;
}

.number {
  color: #393939;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.text-blue {
  color: #a3cfe5;
  margin-left: 2px;
}

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

._50-percent-column.left-padding {
  padding-left: 3%;
}

.lightbox-link {
  width: 100%;
  height: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox-right {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.content-section-simple {
  background-color: #fdf2d6;
  position: relative;
}

.content-section-simple.bottom-margin {
  margin-bottom: 100px;
}

.content-section-simple.white {
  background-color: #fff;
  padding-top: 0;
}

.contact-icon {
  width: 45px;
  height: 45px;
  background-color: #d0ebf9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12.5px;
  border-radius: 50%;
  margin-right: 15px;
}

.contact-icon.pin {
  background-image: url('../images/pin.svg');
  background-size: 20px;
}

.contact-icon.clock {
  background-image: url('../images/reloj.svg');
  background-size: 20px;
}

.right-margin {
  margin-right: 10px;
}

.h5 {
  margin-top: 5px;
  font-weight: 600;
}

.max-width-310 {
  width: 100%;
  max-width: 310px;
}

.contact-link {
  color: #393939;
  margin-top: 15px;
  font-size: 27px;
  line-height: 27px;
  text-decoration: none;
  display: inline-block;
}

.social-icon-blue {
  width: 45px;
  height: 45px;
  background-color: #d0ebf9;
  border-radius: 50px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon-blue:hover {
  background-color: #c1dfee;
}

.social-icon-blue.facebook {
  background-image: url('../images/logo-de-facebook-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

.social-icon-blue.twittter {
  background-image: url('../images/gorjeo-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
}

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

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

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

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

.service-intro {
  width: 30%;
  text-align: center;
  border: 1px solid #b9b8b8;
  border-radius: 10px;
  margin-right: 4%;
  padding: 40px 2%;
}

.service-intro.last {
  margin-right: 0%;
}

.rounded-fill-button {
  min-height: 40px;
  min-width: 120px;
  color: #fff;
  text-align: center;
  background-color: #257ae7;
  border: 1px solid #257ae7;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.rounded-fill-button:hover {
  opacity: .85;
  color: #257ae7;
  background-color: rgba(0, 0, 0, 0);
}

.rounded-fill-button.dark {
  min-width: 200px;
  background-color: #1b1a1a;
  border-color: #1b1a1a;
}

.rounded-fill-button.dark:hover {
  color: #1b1a1a;
  background-color: rgba(0, 0, 0, 0);
}

.rounded-fill-button.full {
  width: 100%;
}

.rounded-fill-button.full:hover {
  color: #1b1a1a;
  background-color: rgba(0, 0, 0, 0);
}

.service-intro-icon {
  width: 80px;
  height: 80px;
  background-color: #fdf2d6;
  background-image: url('../images/27_127.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.service-intro-icon.pink {
  background-color: #ffe6f1;
  background-image: url('../images/28_128.png');
}

.service-intro-icon.blue {
  background-color: #e7f6fd;
  background-image: url('../images/29_129.png');
  background-size: 33px;
}

.blue-bg {
  background-color: #e7f6fd;
  padding: 40px 10px;
}

.logo-item {
  width: 25%;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.service-figure {
  width: 135px;
  height: 94px;
  background-image: url('../images/Figure-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.column-block {
  width: 50%;
  min-height: 650px;
  background-color: #ffa18d;
  justify-content: center;
  align-items: flex-end;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.column-block._2 {
  background-color: #ffcf9e;
}

.column-block._3 {
  background-color: #f3cab0;
}

.content-section-blocks {
  margin-top: 90px;
  position: relative;
}

.micro-feature-icon {
  width: 60px;
  height: 60px;
  background-color: #ffe6f1;
  background-image: url('../images/27-1_127 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 50%;
  margin-right: 15px;
}

.micro-feature-icon._2 {
  background-color: #e7f6fd;
  background-image: url('../images/28-1_128 (1).png');
  background-size: 22px;
}

.max-480-pixels {
  max-width: 480px;
}

.light {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.checkmark-icon {
  width: 30px;
  height: 30px;
  background-color: #b9ddcb;
  background-image: url('../images/marca-de-verificacion.svg');
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  margin-right: 15px;
}

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

.profile-picture {
  width: 42.5px;
  height: 42.5px;
  background-image: url('../images/5f0f7dd546963336c2b62a9b_Author-pic_15f0f7dd546963336c2b62a9b_Author-pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 20px;
  transition: opacity .2s;
}

.profile-picture:hover {
  opacity: .85;
}

.top-yellow-bg {
  width: 100%;
  height: 40%;
  background-color: #fdf2d6;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-yellow-bg.large {
  height: 69%;
}

.service-feature {
  width: 29%;
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
}

.service-feature-icon {
  width: 80px;
  height: 80px;
  background-color: #f3cfde;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.service-feature-icon._1 {
  background-image: url('../images/29-1_129 (1).png');
}

.service-feature-icon._2 {
  background-image: url('../images/1-1_11 (1).png');
}

.service-feature-icon._3 {
  background-image: url('../images/30_130.png');
  background-size: 29px;
}

.process {
  border-bottom: 1px solid #b9b8b8;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.process.last {
  margin-bottom: 0;
}

.rounded-image {
  width: 260px;
  height: 260px;
  background-color: #f3f4f7;
  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-left: auto;
  margin-right: auto;
}

.rounded-image._1 {
  background-image: url('../images/11128.jpg');
  position: relative;
}

.rounded-image._2 {
  background-image: url('../images/521.jpg');
  position: relative;
}

.rounded-image._3 {
  background-image: url('../images/1544.jpg');
  background-position: 0%;
  position: relative;
}

.number-circle {
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: #1b1a1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 27px;
  line-height: 27px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cta-box {
  width: 60%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.normal {
  font-weight: 400;
}

.social-icon-big {
  width: 55px;
  height: 55px;
  background-color: #067aeb;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon-big:hover {
  background-color: #0970d4;
}

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

.social-icon-big.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #1da1f2;
}

.social-icon-big.twittter:hover {
  background-color: #1895e2;
}

.social-icon-big.instagram {
  background-color: #ff7e4f;
  background-image: url('../images/instagram-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #ff7e4f;
}

.social-icon-big.instagram:hover {
  background-color: #ff6d38;
}

.social-icon-big.pinterest {
  background-color: #e60023;
  background-image: url('../images/pinterest-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #ff7e4f;
}

.social-icon-big.pinterest:hover {
  background-color: #d60021;
}

.social-icon-big.linkedin {
  background-color: #01669e;
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #ff7e4f;
}

.social-icon-big.linkedin:hover {
  background-color: #045a8a;
}

.social-icon-big.email {
  background-color: #1b1a1a;
  background-image: url('../images/correo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-color: #ff7e4f;
}

.social-icon-big.email:hover {
  background-color: #2e2d2d;
}

.plant {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.top-plant {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.textarea {
  background-color: #e7f6fd;
  border: 1px #000;
  border-radius: 7.5px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 60px;
  transition: border-color .2s;
}

.textarea:hover {
  border-color: #178bf4;
}

.textarea:focus {
  color: #81848a;
  border-color: #178bf4;
}

.contact-form {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.select-field {
  width: 100%;
  height: 45px;
  color: #7f7f7f;
  background-color: #e7f6fd;
  background-image: url('../images/flecha-hacia-abajo.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px #000;
  border-radius: 7.5px;
  margin-bottom: 30px;
  padding-left: 12px;
  transition: border-color .2s;
  display: inline-block;
}

.select-field:hover {
  border-color: #178bf4;
}

.select-field:focus {
  color: #7f7f7f;
}

.form-field {
  width: 48%;
  height: 47px;
  background-color: #e7f6fd;
  border: 1px #000;
  border-radius: 7.5px;
  margin-bottom: 20px;
  margin-right: 2%;
  transition: border-color .2s;
  display: inline-block;
}

.form-field:hover {
  border-color: #257ae7;
}

.form-field:active {
  color: #69707b;
}

.form-field:focus {
  color: #69707b;
  border-color: #178bf4;
}

.form-field::-ms-input-placeholder {
  font-weight: 500;
}

.form-field::placeholder {
  font-weight: 500;
}

.form-field.no-margin {
  margin-right: 0;
}

.form-field.full {
  width: 100%;
  margin-right: 0%;
}

.form-field.full:hover {
  border-style: solid;
  padding-left: 11px;
  padding-right: 11px;
}

.form-field.last {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0%;
}

.form-field.last:hover {
  border-style: solid;
  padding-left: 11px;
  padding-right: 11px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-line {
  border-bottom: 1px solid #b9b8b8;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.form-block-newsletter {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.newsletter-container {
  height: 100vh;
  background-image: linear-gradient(rgba(16, 25, 32, .9), rgba(16, 25, 32, .9));
  display: none;
}

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

.center-content.flex {
  justify-content: center;
}

.newsletter {
  z-index: 100000;
  background-image: linear-gradient(rgba(27, 26, 26, .9), rgba(27, 26, 26, .9));
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-contact-form {
  width: 32px;
  height: 32px;
  background-color: #b9b8b8;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-box {
  width: 100%;
  max-width: 870px;
  border-radius: 10px;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.newsletter-column {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.newsletter-column.modal-left {
  background-image: url('../images/668.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter-column.modal-right {
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 50px;
  display: flex;
  position: relative;
}

.less-top-margin {
  margin-top: 10px;
}

.hero-blog {
  width: 50%;
  min-height: 750px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.blog-left {
  width: 71%;
  margin-right: 4%;
}

.preview-item-horizontal {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.preview-item-box {
  width: 70%;
  margin-right: 40px;
}

.relative-full-height {
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.authors-link {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

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

.by {
  margin-right: 5px;
  font-size: 15px;
  line-height: 20px;
}

.authors-name-box {
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  display: flex;
}

.pagination {
  justify-content: flex-end;
}

.rounded-button-dark {
  min-height: 40px;
  min-width: 120px;
  color: #fff;
  text-align: center;
  background-color: #393939;
  border: 1px solid #393939;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.rounded-button-dark:hover {
  opacity: .85;
  color: #393939;
  background-color: rgba(0, 0, 0, 0);
}

.text-field {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b9b8b8;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-left: 18px;
  transition: border .2s;
}

.text-field:hover {
  border-bottom-color: #3898ec;
}

.text-field::-ms-input-placeholder {
  font-weight: 500;
}

.text-field::placeholder {
  font-weight: 500;
}

.blog-side-right {
  width: 24%;
}

.featured-item {
  width: 100%;
}

.category {
  color: #7f7f7f;
  text-decoration: none;
  transition: opacity .2s;
}

.category:hover {
  opacity: .85;
}

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

.bottom-margin._20-pixels {
  margin-bottom: 20px;
}

.tag {
  color: #257ae7;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #257ae7;
  border-radius: 50px;
  margin-bottom: 8px;
  margin-right: 10px;
  padding: 7px 15px 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.tag:hover {
  color: #fff;
  background-color: #257ae7;
}

.overlay {
  background-color: rgba(27, 26, 26, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preview-item-margin {
  width: 45%;
  margin-bottom: 60px;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.treatment-right {
  width: 67%;
}

.h1-big {
  font-size: 47px;
  font-weight: 600;
  line-height: 57px;
}

.treatment-left {
  width: 20%;
  margin-right: 13%;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

.post-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-post {
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-right {
  width: 65%;
  min-height: 750px;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-right.about-us {
  background-image: none;
  background-size: auto;
}

.hero-right.services {
  background-image: none;
}

.hero-right.treatments {
  background-image: none;
  background-size: auto;
}

.hero-right.contact-us {
  background-image: url('../images/4_2.png');
  background-size: 436px;
}

.hero-left {
  z-index: 1;
  width: 46%;
  min-height: 750px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.hero-section {
  min-height: 750px;
  background-color: #5a407d;
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-6.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  position: relative;
  overflow: hidden;
  transform: skew(0deg);
}

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

.hero-section.inner-pages {
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
}

.hero-section.post {
  min-height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.treatment {
  min-height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.bg-burlywood {
  background-color: #f3b77b;
  background-image: linear-gradient(rgba(0, 0, 0, .59), rgba(0, 0, 0, .59)), url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-5.jpeg');
}

.hero-section.thistle {
  background-color: #d2a9b9;
  background-image: linear-gradient(rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-4.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-section.blue {
  background-color: #94bcd0;
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-section.salmon {
  background-color: #f7a492;
}

.hero-section.salmon-inner-page {
  min-height: auto;
  background-color: #f7a492;
  padding-top: 140px;
  padding-bottom: 60px;
}

.hero-section.thistle-inner-page {
  min-height: auto;
  background-color: #d2a9b9;
  padding-top: 140px;
  padding-bottom: 60px;
}

.hero-subtitle-box {
  width: 100%;
  max-width: 470px;
  margin-top: 30px;
}

.testimonial-heading {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.slide-column {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  width: 100%;
  height: 100%;
  max-width: 450px;
}

._77-percent-column {
  width: 77%;
}

.rounded-slide-column {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6%;
  padding-right: 4%;
  display: flex;
}

._90-percent-column {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.rounded-slide-arrow {
  width: 30px;
}

.right-contact-column {
  width: 30%;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 5%;
  display: flex;
}

.flex-mobile-vertical {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.contact-column {
  width: 50%;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.left-galerry-column, .righ-gallery-column {
  width: 50%;
  position: relative;
}

.left-contact-column, .left-contact-column.wide {
  width: 57%;
}

.content-grey-padding {
  background-color: #f3f4f7;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
}

.mini-feature-item {
  width: 50%;
  align-items: center;
  display: flex;
  position: relative;
}

.preview-item-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.category-treatment {
  color: #ff7948;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.category-treatment:hover {
  opacity: .85;
}

.title-box {
  width: 80%;
}

.subtile-box {
  width: 90%;
}

.subtile-box.center {
  margin-left: auto;
  margin-right: auto;
}

.girl-column {
  width: 50%;
  justify-content: center;
  align-items: flex-end;
  padding-left: 6%;
  padding-right: 4%;
  display: flex;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.full-width {
  flex: 1;
}

.accordion-wrapper {
  border-bottom: 1px solid #b9b8b8;
  margin-top: 30px;
}

.horizontal {
  width: 18px;
  height: 2px;
  background-color: #7f7f7f;
}

.text-block-link {
  color: #f17670;
  font-size: 17px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.text-block-link:hover {
  opacity: .85;
}

.faq-left {
  width: 27%;
}

.accordion-item-trigger {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.accordion-item-content {
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.vertical {
  width: 2px;
  height: 18px;
  background-color: #7f7f7f;
  position: absolute;
}

.open-close-box {
  height: 28px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.details-column {
  width: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row {
  margin-bottom: 3%;
}

.bottom-margin-image, .bottom-margin-image._20-pixels {
  margin-bottom: 20px;
}

.dropdown-section {
  z-index: 8;
  background-color: #f3f4f7;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.left-dropdown-column {
  width: 16%;
}

.treatment-featured-mini {
  width: 23%;
  margin-right: 2%;
}

.treatment-featured-mini._4 {
  margin-right: 0;
}

.treatment-featured-mini._1 {
  margin-bottom: 0;
}

.category-dropdown {
  z-index: 1;
  color: #fff;
  padding-top: 16px;
  padding-left: 4px;
  padding-right: 13px;
  font-size: 16px;
  line-height: 27px;
  position: relative;
}

.inline-block-text {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.dropdown-arrow {
  margin-right: 0;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.insta-link {
  color: #7f7f7f;
  font-size: 18px;
  transition: opacity .2s;
}

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

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

.hero-heading-link {
  color: #fff;
  margin-top: 20px;
  font-size: 49px;
  line-height: 59px;
  transition: opacity .2s;
  display: inline-block;
}

.hero-heading-link:hover {
  opacity: .85;
}

.phone-link {
  color: #7f7f7f;
  font-weight: 600;
}

.rounded-bg {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.dropdown-container {
  z-index: 10;
  width: 100%;
  margin-top: 60px;
  position: fixed;
  overflow: hidden;
}

.video {
  margin-top: 10px;
  margin-bottom: 20px;
}

.hero-title-box {
  width: 100%;
  max-width: 432px;
}

.flex-center-top {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-margin {
  flex-direction: column;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.negative-margin {
  margin-top: -12px;
}

.flex-top {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.semi-bold {
  font-weight: 600;
}

.column-center-right {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  padding: 90px 6%;
  display: flex;
}

.navbar-burlywood {
  background-color: #f3b77b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.navbar-thistle {
  background-color: #d2a9b9;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.navbar-blue {
  background-color: #94bcd0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.navbar-salmon {
  background-color: #f7a492;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.less-line-height {
  line-height: 25px;
}

.nav-burlywood, .nav-thistle, .nav-salmon, .nav-blue, .nav-orange {
  display: none;
}

.dropdown-bg-orange {
  background-color: #fc703e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-bg-blue {
  background-color: #7fa9be;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-bg-thistle {
  background-color: #c99bad;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-bg-burlywood {
  background-color: #e9ab6d;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-bg-salmon {
  background-color: #ee9987;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-section {
  padding-top: 20px;
  padding-bottom: 60px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 500px;
  height: 500%;
  object-fit: contain;
  object-position: 50% 50%;
}

.section {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.image {
  padding-right: 40px;
}

.cards-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: #e9ecf3;
}

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

.text-span, .text-span-2 {
  color: #e9ecf3;
}

.text-block-3 {
  color: #fdfbfb;
}

.text-block-4 {
  justify-content: center;
  display: flex;
}

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

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.image-3 {
  padding-top: 40px;
}

.gallery {
  padding-bottom: 40px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.heading {
  color: #5a407d;
}

.paragraph-5 {
  color: #393939;
}

.link-block-2 {
  position: fixed;
}

.link-block-2.w--current {
  margin-bottom: 15px;
  margin-left: 15px;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.content-wrapper-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 1150px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-2.medium, .content-wrapper-2.medium-2 {
  max-width: 1175px;
}

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

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

.heading-2, .paragraph-6 {
  color: #f3f4f7;
}

.container, .container-2, .container-3 {
  margin-bottom: 20px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
}

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

.heading-3 {
  color: #5a407d;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-5 {
  flex: 1;
  display: block;
}

.container-5 {
  align-items: flex-end;
  padding-top: 40px;
  display: flex;
}

.paragraph-7 {
  color: #393939;
}

.gallery-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.lightbox-link-2 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-5.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.gallery-overlay {
  background-color: rgba(0, 0, 0, .5);
  background-image: url('../images/zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link-3 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-3.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.lightbox-link-4 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.lightbox-link-5 {
  background-image: url('../images/WhatsApp-Image-2022-12-23-at-12.27.02-6.jpeg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.testimonial-image-left-2 {
  background-color: #5a407d;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

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

.testimonial-wrapper-four-2 {
  justify-content: space-between;
  display: flex;
}

.testimonial-left-2 {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-right-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small-2.margin-bottom-32px {
  color: #f3f4f7;
}

.testimonial-text-four-2 {
  color: #f3f4f7;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 30px;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.html-embed {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.html-embed-2 {
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    max-width: 1325px;
  }

  .title-link {
    transition: color .2s;
  }

  .pricing-item {
    margin-right: 4%;
  }

  .pricing-item.last {
    margin-right: 0%;
  }

  .flex-space-center {
    justify-content: center;
  }

  .title-link-medium {
    transition: color .2s;
  }

  .play-button {
    cursor: pointer;
  }

  .content-wrapper-2 {
    max-width: 1325px;
  }
}

@media screen and (min-width: 1920px) {
  .content-wrapper {
    max-width: 1390px;
  }

  .column-center.top-padding {
    padding-left: 6%;
  }

  .subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
  }

  .content-wrapper-2 {
    max-width: 1390px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 27px;
    line-height: 37px;
  }

  h2 {
    font-size: 25px;
    line-height: 35px;
  }

  h3 {
    font-size: 23px;
    line-height: 33px;
  }

  h4 {
    font-size: 21px;
    line-height: 31px;
  }

  h5 {
    font-size: 19px;
    line-height: 29px;
  }

  h6 {
    font-size: 17px;
    line-height: 27px;
  }

  p {
    font-size: 19px;
    line-height: 35.5px;
  }

  .content-section {
    padding-top: 70px;
  }

  .content-section.double {
    padding-bottom: 70px;
  }

  .content-section.margin-separation {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .content-section.double-inner {
    padding-bottom: 70px;
  }

  .navlink {
    width: 100%;
    height: 50px;
    text-align: left;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    transition: opacity .2s;
  }

  .navlink:hover {
    opacity: .85;
  }

  .icon {
    z-index: 3;
    position: relative;
  }

  .menu-button {
    height: 60px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-align-center {
    z-index: 10;
    padding-left: 15px;
    position: relative;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
    text-align: left;
    overflow: auto;
  }

  .underline-hover {
    display: none;
  }

  .hero-heading {
    font-size: 47px;
    line-height: 56px;
  }

  .hero-subtitle {
    font-size: 23px;
    line-height: 41px;
  }

  .h2-big {
    font-size: 38px;
    line-height: 50px;
  }

  .h4-big {
    font-size: 21.5px;
    line-height: 31px;
  }

  .column-center.padding, .column-center.padding-left, .column-center.bottom-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3-big {
    font-size: 34px;
    line-height: 44px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 34px;
  }

  .content-section-yellow {
    padding-top: 70px;
  }

  .bottom-white {
    height: 41%;
  }

  .h4-medium {
    font-size: 21.5px;
    line-height: 31px;
  }

  .content-section-blue {
    padding-top: 70px;
  }

  .top-white-bg.small {
    height: 25%;
  }

  .top-white-bg.regular {
    height: 35%;
  }

  .tab {
    font-size: 36px;
    line-height: 48px;
  }

  .discount-badge {
    min-height: 60px;
    min-width: 60px;
    font-size: 17px;
    line-height: 17px;
  }

  .content-section-grey {
    padding-top: 70px;
  }

  .content-section-grey.bottom-padding {
    padding-bottom: 60px;
  }

  .question-letter {
    font-size: 20px;
    line-height: 35px;
  }

  .expand.mobile-padding {
    margin-top: 10px;
    padding-left: 8px;
  }

  .question {
    font-size: 20px;
    line-height: 34.5px;
  }

  .content-section-pink {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .testimonial-pic {
    margin-bottom: 10px;
  }

  .preview-title-link {
    font-size: 21.5px;
    line-height: 35.5px;
  }

  .footer {
    padding-bottom: 0;
  }

  .notice {
    padding-bottom: 20px;
  }

  .menu {
    width: 33.33%;
  }

  .title-link-medium {
    font-size: 22.5px;
    line-height: 32px;
  }

  .dropdown-toggle {
    padding-left: 18px;
  }

  .content-section-bluer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-section-simple {
    padding-top: 70px;
  }

  .content-section-simple.bottom-margin {
    padding-top: 0;
  }

  .column-block {
    min-height: 450px;
  }

  .micro-feature-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .top-yellow-bg.large {
    height: 60%;
  }

  .process {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .cta-box {
    width: 80%;
  }

  .newsletter-box {
    width: 85%;
  }

  .hero-blog {
    width: 80%;
    min-height: 650px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-left {
    width: 63%;
  }

  .preview-item-horizontal {
    flex-direction: column;
  }

  .preview-item-box {
    width: 100%;
    margin-right: 0;
  }

  .blog-side-right {
    flex: 1;
  }

  .h1-big {
    font-size: 45px;
    line-height: 55px;
  }

  .treatment-left {
    flex: 1;
    margin-right: 5%;
  }

  .hero-right {
    width: 90%;
    min-height: 590px;
    background-position: 64% 100%;
    background-size: contain;
    right: -13%;
  }

  .hero-right.about-us {
    background-position: 100%;
    background-size: contain;
  }

  .hero-right.services {
    background-position: 70%;
  }

  .hero-right.treatments {
    background-position: 70% 100%;
    background-size: contain;
  }

  .hero-right.contact-us {
    background-position: 50% 100%;
  }

  .hero-left {
    width: 58%;
    min-height: 590px;
    padding-top: 60px;
  }

  .hero-section {
    min-height: 590px;
    padding-top: 70px;
  }

  .hero-section.inner-pages {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-section.post, .hero-section.treatment {
    min-height: 500px;
  }

  .hero-section.salmon-inner-page, .hero-section.thistle-inner-page {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .hero-subtitle-box {
    width: 100%;
    max-width: 398px;
  }

  .testimonial-heading {
    flex-direction: column;
  }

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

  .content-grey-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .mini-feature-item {
    text-align: center;
    flex-direction: column;
  }

  .category-treatment {
    font-size: 13px;
  }

  .title-box, .subtile-box {
    width: 100%;
  }

  .left-dropdown-column {
    width: 20%;
  }

  .category-dropdown {
    width: 100%;
    height: 60px;
    padding-top: 16px;
    padding-left: 15px;
  }

  .hero-heading-link {
    font-size: 47px;
    line-height: 56px;
  }

  .hero-title-box {
    max-width: 385px;
  }

  .nav-burlywood {
    background-color: #f3b77b;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-thistle {
    background-color: #d2a9b9;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-salmon {
    background-color: #f7a492;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-blue {
    background-color: #94bcd0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-orange {
    background-color: #ff7948;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

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

  .container-6 {
    max-width: 728px;
  }

  .testimonial-left-2 {
    width: 40%;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 19px;
    line-height: 35px;
  }

  h1 {
    font-size: 25px;
    line-height: 35px;
  }

  h2 {
    font-size: 23px;
    line-height: 33px;
  }

  h3 {
    font-size: 21px;
    line-height: 31px;
  }

  h4 {
    font-size: 19px;
    line-height: 29px;
  }

  h5 {
    font-size: 17px;
    line-height: 27px;
  }

  h6 {
    font-size: 15px;
    line-height: 25px;
  }

  p {
    font-size: 18px;
    line-height: 34.5px;
  }

  .flex.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

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

  .content-section.double-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .nav-menu {
    padding-bottom: 400px;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 54px;
  }

  .hero-subtitle {
    font-size: 22px;
    line-height: 40px;
  }

  .h2-big {
    font-size: 36px;
    line-height: 48px;
  }

  .h4-big {
    font-size: 20.5px;
    line-height: 30px;
  }

  .h3-big {
    font-size: 32px;
    line-height: 42px;
  }

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

  .bottom-white {
    height: 51%;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
  }

  .rounded-slider-bg {
    margin-right: 20px;
  }

  .h4-medium {
    font-size: 20.5px;
    line-height: 30px;
  }

  .content-section-blue {
    padding-top: 70px;
  }

  .content-section-blue.bottom-padding {
    padding-bottom: 50px;
  }

  .top-white-bg {
    height: 35%;
  }

  .top-white-bg.small {
    height: 21%;
  }

  .top-white-bg.medium {
    height: 40%;
  }

  .tab {
    font-size: 34px;
    line-height: 46px;
  }

  .content-section-grey.bottom-margin {
    margin-bottom: 70px;
  }

  .price-text {
    margin-bottom: 5px;
    font-size: 33px;
    line-height: 33px;
  }

  .faq-letter-box {
    width: 50px;
  }

  .question-letter {
    font-size: 19px;
    line-height: 34px;
  }

  .question {
    font-size: 19px;
    line-height: 33px;
  }

  .preview-title-link {
    font-size: 20.5px;
    line-height: 34.5px;
  }

  .hover-icon {
    width: 30px;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer-column {
    width: 39%;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

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

  .social-icon-orange {
    width: 35px;
    height: 35px;
  }

  .social-icon-orange.facebook, .social-icon-orange.twittter, .social-icon-orange.instagram, .social-icon-orange.pinterest, .social-icon-orange.email {
    background-size: 12px;
  }

  .social-icon-orange.linkedin {
    background-size: 12px;
    margin-right: 0;
  }

  .social-icon-regular {
    width: 35px;
    height: 35px;
  }

  .social-icon-regular.facebook, .social-icon-regular.twittter, .social-icon-regular.instagram, .social-icon-regular.pinterest, .social-icon-regular.linkedin, .social-icon-regular.instagram-no-margin, .social-icon-regular.email {
    background-size: 12px;
  }

  .title-link-medium {
    font-size: 21.5px;
    line-height: 33px;
  }

  .mini-feature {
    width: 33%;
    margin-bottom: 40px;
  }

  .half-column-center.justify-right {
    width: 100%;
  }

  .horizontal-feature {
    flex-direction: column;
  }

  .feature-blue {
    margin-bottom: 20px;
  }

  .number {
    font-size: 41px;
    line-height: 41px;
  }

  .content-section-simple {
    padding-top: 70px;
  }

  .content-section-simple.white {
    padding-top: 0;
  }

  .contact-link {
    font-size: 24px;
    line-height: 24px;
  }

  .social-icon-blue {
    width: 35px;
    height: 35px;
  }

  .social-icon-blue.facebook, .social-icon-blue.twittter, .social-icon-blue.instagram {
    background-size: 12px;
  }

  .social-icon-blue.pinterest {
    background-size: 12px;
    margin-right: 0;
  }

  .social-icon-blue.email {
    background-size: 12px;
  }

  .social-icon-blue.linkedin {
    background-size: 12px;
    margin-right: 0;
  }

  .logo-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .logo-item.last, .logo-item.no-margin {
    margin-bottom: 0;
  }

  .column-block {
    width: 100%;
    min-height: 680px;
  }

  .content-section-blocks {
    margin-top: 70px;
  }

  .micro-feature-icon {
    margin-right: 15px;
  }

  .social-icon-big.pinterest, .social-icon-big.linkedin {
    background-size: 12px;
  }

  .textarea, .select-field, .form-field {
    margin-bottom: 20px;
  }

  .newsletter-container {
    overflow: auto;
  }

  .close-contact-form {
    right: -1px;
  }

  .newsletter-pop {
    overflow: auto;
  }

  .newsletter-column.modal-right {
    width: 100%;
    padding: 40px 40px 50px;
    overflow: auto;
  }

  .hero-blog {
    min-height: 600px;
  }

  .h1-big {
    font-size: 43px;
    line-height: 53px;
  }

  .treatment-left {
    margin-right: 3%;
  }

  .post-content {
    width: 90%;
  }

  .heading-post {
    width: 100%;
  }

  .hero-right {
    width: 100%;
    min-height: 510px;
    background-position: 50%;
    position: relative;
    right: auto;
  }

  .hero-right.about-us {
    background-position: 50% 100%;
  }

  .hero-right.services, .hero-right.treatments {
    background-position: 50%;
  }

  .hero-left {
    width: 100%;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-section.post, .hero-section.treatment {
    min-height: 450px;
  }

  .slide-column {
    margin-bottom: 20px;
  }

  .rounded-slide-column {
    justify-content: center;
  }

  ._90-percent-column {
    width: 100%;
  }

  .rounded-slide-arrow {
    width: 23px;
  }

  .flex-mobile-vertical {
    flex-direction: column;
  }

  .contact-column {
    width: 100%;
  }

  .left-contact-column {
    width: 50%;
  }

  .mini-feature-item {
    width: 100%;
    flex-direction: row;
  }

  .accordion-wrapper {
    margin-top: 20px;
  }

  .open-close-box {
    margin-top: 2px;
  }

  .left-dropdown-column {
    width: 24%;
  }

  .treatment-featured-mini {
    width: 32%;
  }

  .treatment-featured-mini._4 {
    display: none;
  }

  .treatment-featured-mini._3 {
    margin-right: 0%;
  }

  .hero-heading-link {
    font-size: 45px;
    line-height: 54px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-image-left-2 {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four-2 {
    flex-direction: column;
  }

  .testimonial-left-2 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four-2 {
    height: auto;
  }

  .heading-small-2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .flex.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .flex.mobile-center {
    justify-content: center;
  }

  .flex.landscape-reverse {
    flex-wrap: wrap-reverse;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double {
    padding-bottom: 50px;
  }

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

  .content-section.double-inner {
    padding-bottom: 50px;
  }

  .content-section.inner-double {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-margin.mobile-margin {
    margin-top: 0;
  }

  .hero-heading {
    font-size: 43px;
    line-height: 52px;
  }

  .heading-box {
    margin-bottom: 30px;
  }

  .h2-big {
    line-height: 46px;
  }

  .intro-feature {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .column-center {
    width: 100%;
  }

  .column-center.padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-center.top-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-center.bottom-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3-big {
    font-size: 30px;
    line-height: 40px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 38px;
  }

  .column-relative {
    width: 100%;
  }

  .column-relative.mobile-margin {
    margin-bottom: 40px;
  }

  .content-section-yellow {
    padding-top: 50px;
  }

  .treatment-featured {
    width: 100%;
    max-width: 350px;
    margin-bottom: 60px;
    margin-right: 0%;
  }

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

  .slider {
    width: 100%;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
  }

  .team-member {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .team-member.last {
    margin-bottom: 0;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .content-section-blue {
    padding-top: 50px;
  }

  .top-white-bg {
    height: 16%;
  }

  .top-white-bg.small {
    height: 12%;
  }

  .top-white-bg.medium {
    height: 24%;
  }

  .top-white-bg.regular {
    height: 13%;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab {
    font-size: 32px;
    line-height: 44px;
  }

  .tabs-content {
    width: 100%;
    margin-top: 20px;
  }

  .content-section-grey {
    padding-top: 50px;
  }

  .content-section-grey.bottom-margin {
    margin-bottom: 50px;
  }

  .pricing-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .left-faq-column {
    width: 100%;
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .right-faq-column {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-item-right {
    padding-left: 0%;
    padding-right: 0;
  }

  .content-section-pink {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section-pink.less-padding {
    padding-bottom: 50px;
  }

  .testimonial {
    width: 90%;
    margin-left: 5%;
  }

  .preview-item {
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .preview-title-link {
    font-size: 19.5px;
    line-height: 33.5px;
  }

  .insta-pic {
    width: 50%;
  }

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

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-top: 35px;
    padding-bottom: 0;
  }

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

  .about-us-intro {
    width: 100%;
    margin-right: 0%;
  }

  .title-link-medium {
    font-size: 20.5px;
    line-height: 32px;
  }

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

  .left-white-bg {
    width: 10%;
  }

  .mini-feature {
    width: 100%;
  }

  .mini-feature.last {
    margin-bottom: 0;
  }

  .feature-item {
    width: 100%;
  }

  .feature-item.no-margin {
    margin-bottom: 60px;
  }

  .half-column-center {
    width: 100%;
  }

  .half-column-center.justify-right, .content-section-bluer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .number-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .number-item.last {
    margin-bottom: 0;
  }

  ._50-percent-column {
    width: 100%;
  }

  ._50-percent-column.left-padding {
    padding-left: 0%;
  }

  .content-section-simple {
    padding-top: 50px;
  }

  .service-intro {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .logo-item {
    width: 100%;
    margin-bottom: 60px;
  }

  .logo-item.last {
    margin-bottom: 0;
  }

  .logo-item.no-margin {
    margin-bottom: 60px;
  }

  .column-block {
    width: 100%;
    min-height: 350px;
  }

  .content-section-blocks {
    margin-top: 50px;
  }

  .service-feature {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .process.reverse {
    flex-wrap: wrap-reverse;
  }

  .cta-box {
    width: 100%;
  }

  .social-icon-big {
    width: 50px;
    height: 50px;
  }

  .social-icon-big.facebook, .social-icon-big.twittter, .social-icon-big.instagram, .social-icon-big.email {
    background-size: 18px;
  }

  .contact-form {
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .newsletter-column {
    width: 100%;
  }

  .newsletter-column.modal-left {
    height: 300px;
  }

  .blog-left {
    width: 100%;
    margin-right: 0%;
  }

  .blog-side-right {
    width: 100%;
  }

  .preview-item-margin {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .treatment-right {
    width: 100%;
  }

  .h1-big {
    font-size: 41px;
    line-height: 51px;
  }

  .treatment-left {
    width: 100%;
    margin-right: 0%;
  }

  .post-content {
    width: 100%;
  }

  .hero-right {
    min-height: 300px;
  }

  .hero-left {
    padding-bottom: 20px;
  }

  .hero-section {
    padding-top: 50px;
  }

  .hero-section.treatment {
    min-height: 400px;
  }

  .hero-subtitle-box {
    width: 100%;
  }

  .slide-column {
    width: 100%;
    max-width: 350px;
  }

  .tab-pane {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  ._77-percent-column, .rounded-slide-column {
    width: 100%;
  }

  .rounded-slide-arrow {
    width: 25px;
  }

  .right-contact-column {
    width: 100%;
    flex: 0 auto;
    padding-left: 0;
  }

  .left-galerry-column, .righ-gallery-column, .left-contact-column, .left-contact-column.wide {
    width: 100%;
  }

  .content-grey-padding {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .mini-feature-item, .girl-column, .faq-left {
    width: 100%;
  }

  .details-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .left-dropdown-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .treatment-featured-mini {
    width: 100%;
    max-width: 350px;
    margin-bottom: 60px;
    margin-right: 0%;
  }

  .treatment-featured-mini._3, .treatment-featured-mini._2 {
    display: none;
  }

  .treatment-featured-mini._1 {
    max-width: 100%;
  }

  .hero-heading-link {
    font-size: 43px;
    line-height: 52px;
  }

  .column-center-right {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-space-2.mobile-center, .flex-space-2.mobile-center-2 {
    justify-content: center;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-4 {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

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

  .container-6 {
    max-width: none;
  }

  .heading-small-2 {
    font-size: 24px;
    line-height: 32px;
  }
}
