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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-border.mini {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

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

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

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

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

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

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

.content-section.inner-pages {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

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

.title.white {
  color: #fff;
}

.content-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subtitule.white {
  color: #fff;
}

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

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

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

.flex-space.mobile-center {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  cursor: auto;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 85%;
  padding-top: 12px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.image-item-2 {
  background-image: url('../images/sharon-mccutcheon-519786-unsplash_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 95%;
  max-width: 540px;
  height: 100%;
  min-height: 370px;
}

._55-column {
  width: 55%;
}

._45-column {
  width: 45%;
}

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

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

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

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

.service-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-right-radius: 25px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  max-width: 310px;
  margin-bottom: 45px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  overflow: hidden;
}

.service-item:hover {
  transform: translate(0, -5px);
  box-shadow: 16px 16px 35px -7px #5d7a7c73;
}

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

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

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

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

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

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

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

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

.tab-link {
  background-color: #0000;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 26px 20px;
  display: flex;
}

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

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

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

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

.expand {
  flex: 1;
}

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

.tab-pane {
  height: 100%;
}

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

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

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

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

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

.play-button:hover {
  background-color: #688789ed;
  transform: scale(1.08);
}

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

.empty-state {
  background-color: #0000;
  padding-left: 0;
}

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

.team-member:hover {
  transform: translate(0, -5px);
  box-shadow: 16px 16px 35px -7px #5d7a7c73;
}

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

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

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

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

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

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

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

.mini-feature-icon {
  border-bottom: 1px solid #5d7a7cb3;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

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

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

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

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

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

.content-section-4 {
  background-image: linear-gradient(#2e4142d9, #2e4142d9), url('../images/massage-2350548.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.h2.white {
  color: #fff;
}

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

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

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

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

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

.frame-container {
  position: relative;
  inset: 0;
}

.price {
  color: var(--text-paragraphs);
  font-family: Libre Baskerville, sans-serif;
  font-size: 38px;
  line-height: 38px;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.faq-box._5 {
  border-right: 1px solid #5d7a7c;
}

.faq-box._2 {
  border-bottom: 1px solid #5d7a7c;
}

.faq-box._1 {
  border-bottom: 1px solid #5d7a7c;
  border-right: 1px solid #5d7a7c;
}

.faq-box._4 {
  border-bottom: 1px solid #5d7a7c;
}

.faq-box._3 {
  border-bottom: 1px solid #5d7a7c;
  border-right: 1px solid #5d7a7c;
}

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

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

.question-box {
  display: flex;
}

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

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

.testimonial {
  background-color: #fff;
  border-radius: 5px 5px 25px;
  width: 31.3%;
  height: auto;
  margin-right: 2.5%;
  box-shadow: 15px 30px 37px -22px #6775824d;
}

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

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

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

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

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

.slider-2 {
  background-color: #0000;
  height: auto;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.display-none {
  display: none;
}

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

.star {
  margin-right: 4.5px;
}

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

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

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

.gallery-image._2 {
  background-image: url('../images/sauna.jpg');
}

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

.gallery-image.first {
  background-image: url('../images/table.jpg');
  justify-content: center;
  align-items: center;
  position: relative;
}

.gallery-item {
  width: 31.3%;
}

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

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

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

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

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

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

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

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

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

.signature {
  margin-bottom: 15px;
}

.collection-item {
  width: 49%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone-number {
  color: var(--text-paragraphs);
  vertical-align: super;
  margin-right: -5px;
  padding-right: 0;
  font-size: 14.5px;
  font-weight: 400;
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.brand:hover {
  opacity: .8;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hero-section {
  background-color: var(--background);
  min-height: 750px;
  padding-top: 150px;
  overflow: hidden;
}

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

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

.frame {
  border: 27px solid #ffffffe6;
  border-bottom-right-radius: 50px;
  width: 95%;
  max-width: 525px;
  min-height: 630px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

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

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

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

.dropdown-link.doplnkov-o-etrenia {
  width: 150px;
  padding-left: 24px;
  padding-right: 24px;
}

.service-intro-box {
  border-top: 1px solid var(--text-paragraphs);
  border-bottom: 1px solid var(--text-paragraphs);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 50px;
  padding: 35px 3%;
  display: flex;
}

._53-column {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 25%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._26-column {
  width: 26%;
}

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

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

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

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

._15-column {
  width: 15%;
}

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

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

._37-column {
  width: 37%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._3-success-message {
  background-color: #0000;
}

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

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

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

.left-column {
  width: 62%;
}

.empty-state-2 {
  background-color: #0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-container-2 {
  flex-flow: row;
  justify-content: space-around;
  margin-bottom: 35px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-frame {
  z-index: 10;
  border: 27px solid #ffffffe6;
  border-bottom-right-radius: 50px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 60px;
  padding: 55px 20px 70px 45px;
  display: flex;
  position: relative;
  inset: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.set {
  margin-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select-field {
  color: var(--text-paragraphs);
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 35px;
}

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

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

.success-message {
  background-color: #0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-text-container {
  background-color: #acd8d9f2;
  border-bottom-right-radius: 25px;
  width: 56%;
  max-width: 615px;
  padding: 50px 40px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.side-icon-box {
  border-right: 1px solid #5d7a7cb3;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 112px;
  min-height: 110px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.footer-2 {
  background-color: #0000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cta-text-container {
  background-color: #acd8d9f2;
  border-bottom-right-radius: 25px;
  width: 56%;
  max-width: 615px;
  padding: 5% 4%;
  position: relative;
}

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

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

.hero-frame-container, .newsletter-container {
  position: relative;
  inset: 0;
}

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

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

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

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

.slide {
  width: 50%;
}

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

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

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

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

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

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

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

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

._23-column {
  width: 23%;
}

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

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

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

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

.overlay {
  background-image: linear-gradient(#8bb9bb59, #8bb9bb59);
  display: block;
  position: absolute;
  inset: 0;
}

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

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

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

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

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

.utility-page-404 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/5b12e7c57f519f5be0f061f3_hair-salon-529917.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

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

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

.layout-preview {
  width: 100%;
  height: 640px;
  margin-bottom: 15px;
  overflow: scroll;
  box-shadow: 31px 31px 44px -22px #5d7a7c4d;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form {
  width: 50%;
}

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

.list {
  font-size: 16px;
  line-height: 24px;
}

.flex-block {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  padding-bottom: 27px;
  display: flex;
}

.image {
  width: 35px;
  height: 35px;
}

.paragraph-3 {
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.rich-text-block-2 {
  display: flex;
}

.image-2 {
  order: 0;
}

.flex-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.code-embed {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.next, .previous {
  margin-top: 12px;
}

.flex-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.flex-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
}

.link-2 {
  text-align: left;
  text-decoration: none;
}

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

.container-3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.heading-3 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.container-3-footer {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.flex-block-5 {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.drop-copy {
  border-bottom: 1px none var(--links);
}

.flex-block-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

.dropdown-link-3.doplnkov-o-etrenia {
  width: 150px;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list-3 {
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.content-wrapper-copy {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

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

.image-3 {
  border-radius: 20px 0;
  width: 100%;
  height: 100%;
}

.flex-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.div-block-6 {
  width: 80%;
  height: 100%;
}

.image-4 {
  border-radius: 20px 0;
  overflow: clip;
}

.service-item {
  justify-content: center;
  align-items: center;
  display: block;
}

.service-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.flex-faq {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  cursor: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: inline-grid;
  position: relative;
}

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

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

.question-2 {
  color: #647078;
  margin-right: 9px;
  font-size: 17px;
  font-weight: 500;
  display: inline;
}

.question-box-3 {
  display: flex;
}

.question-tag-2 {
  color: #647078;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 500;
  display: inline;
}

.content-wrapper-price-list {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  padding: 40px 25px;
  display: block;
  position: relative;
}

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

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

@media screen and (max-width: 991px) {
  .content-wrapper.flex {
    padding-right: 0;
  }

  .subtitle-box {
    width: 64%;
  }

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

  .feature-box {
    width: 98%;
  }

  .mini-feature-box {
    width: 36%;
    margin-bottom: 20px;
  }

  .mini-feature-box.no-border {
    margin-right: 0;
  }

  .brand {
    float: left;
  }

  .nav-link {
    width: 100%;
    height: 56px;
    padding-top: 20px;
  }

  .nav-link:hover {
    background-color: var(--green-6);
    border-bottom-style: none;
  }

  .nav-menu {
    background-color: var(--background);
    height: 100vh;
    overflow: auto;
  }

  .dropdown-arrow {
    margin-top: 20px;
  }

  .dropdown-toggle {
    height: 56px;
    padding-top: 20px;
  }

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

  .post-hero-text {
    width: 75%;
  }

  .menu-button {
    height: 87px;
    padding-top: 37px;
  }

  .menu-button.w--open {
    background-color: var(--background);
    height: 85px;
  }

  .drop {
    border-bottom-style: none;
  }

  .flex-center-copy {
    width: 100%;
  }

  .mini-text {
    left: -80px;
  }

  .brand-logo {
    width: 25%;
  }

  .image-block {
    width: 95%;
    margin-right: 10%;
  }

  .image-block._2 {
    width: 85%;
    margin-right: 5%;
  }

  .tab-link-2 {
    bottom: -2px;
  }

  .tab-link-2.w--current {
    border-bottom-style: solid;
    border-bottom-color: var(--background);
    bottom: -2px;
  }

  ._32-column {
    width: 42%;
  }

  .nav-menu-2 {
    background-color: var(--background);
    height: 100vh;
    overflow: auto;
  }

  .nav-link-2 {
    height: 56px;
    margin-right: 0;
    padding-top: 20px;
  }

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

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

  .hero-slider {
    padding-top: 113px;
  }

  .hero-text-container {
    width: 66%;
  }

  .big-feature-box {
    min-width: 125px;
  }

  .cta-text-box {
    width: 100%;
  }

  .dropdown-2 {
    border-bottom: 1px solid var(--links);
  }

  .dropdown-arrow-2 {
    margin-top: 20px;
  }

  .dropdown-toggle-2 {
    height: 56px;
    padding-top: 20px;
    padding-left: 10px;
  }

  .menu-button-2 {
    height: 110px;
    padding-top: 45px;
  }

  .menu-button-2.w--open {
    background-color: var(--background);
  }

  .brand-2-top {
    float: left;
    height: 110px;
  }

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

  .navmenu-2 {
    justify-content: center;
    width: 89%;
    height: 100%;
    display: flex;
  }

  .form {
    width: 80%;
  }

  .flex-block {
    padding-bottom: 2px;
  }

  .drop-copy {
    border-bottom-style: none;
  }

  .content-wrapper-copy.flex {
    padding-right: 0;
  }

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

  .content-wrapper-price-list.flex {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .subtitle-box {
    width: 78%;
  }

  .flex-space.mobile-left {
    justify-content: flex-start;
  }

  .feature-box-2 {
    width: 50%;
  }

  ._50-column {
    width: 100%;
  }

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

  .subtitle-box-2 {
    width: 78%;
  }

  .feature-text-box, ._55-column, ._45-column.center-flex {
    width: 100%;
  }

  .left-text-box {
    padding-left: 0;
  }

  .service-item {
    width: 47%;
  }

  .tabs-menu {
    width: 100%;
    padding-right: 0;
  }

  .tabs-content {
    border-top: 1px solid var(--text-paragraphs);
    border-left-style: none;
    padding-top: 40px;
    padding-left: 1px;
  }

  .team-member {
    width: 47%;
  }

  .mini-feature-box.mobile-no-border {
    margin-bottom: 0;
  }

  .intro-box {
    width: 47%;
    margin-bottom: 40px;
  }

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

  .pricing-box {
    width: 47%;
    margin-bottom: 80px;
  }

  .pricing-box.no-border, .pricing-box.mobile-no-border {
    margin-bottom: 0;
  }

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

  .testimonial.mobile-last {
    margin-right: 4%;
  }

  .gallery-item {
    width: 48%;
    margin-bottom: 40px;
  }

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

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

  .contact-details-block {
    width: 50%;
  }

  .contact-details-block._2 {
    border-right-style: none;
  }

  .contact-details-block._3 {
    padding-left: 20px;
  }

  .hero-flex {
    padding-right: 0;
  }

  .frame {
    margin-top: 40px;
  }

  .footer-container {
    padding-bottom: 10px;
  }

  ._18-column, ._15-column {
    width: 25%;
  }

  ._37-column {
    width: 100%;
  }

  .right-column {
    width: 101%;
  }

  .left-column {
    width: 100%;
    margin-bottom: 45px;
  }

  .go-up {
    margin-top: 15px;
  }

  .cta-box {
    width: 45%;
  }

  .post-hero-text {
    width: 85%;
  }

  .hero-girl-2 {
    display: none;
  }

  .intro-box-2 {
    width: 47%;
    margin-bottom: 40px;
  }

  .clients-logos {
    width: 100%;
  }

  .circle {
    margin-top: 20px;
  }

  .align-start {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
  }

  .align-end {
    width: 100%;
    overflow: hidden;
  }

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

  ._25-column-2 {
    width: 100%;
    margin-bottom: 25px;
  }

  .about-us-box {
    width: 47%;
    margin-bottom: 40px;
  }

  .about-us-box.mobile-no-border {
    margin-bottom: 0;
  }

  .quote-box {
    width: 80%;
  }

  .brand-logo {
    width: 33.33%;
  }

  .tab-link-2 {
    border-style: solid;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
  }

  .tab-link-2.w--current {
    border-width: 1px;
    border-color: var(--text-paragraphs);
    background-color: var(--green-4);
    border-bottom-style: solid;
  }

  .tabs-content-2 {
    margin-top: 3px;
  }

  .feature-box-3 {
    width: 50%;
  }

  .hero-text-container {
    width: 85%;
  }

  .big-feature-box._6 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .inner-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .mini-text-2 {
    left: -64px;
  }

  .side-feature-box {
    flex-direction: column;
  }

  .side-icon-box {
    border-bottom: 1px solid var(--text-paragraphs);
    border-right-style: none;
    width: 100%;
    max-width: 100%;
  }

  .split-text-2 {
    justify-content: flex-start;
  }

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

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

  .mobile-top-border {
    margin-top: 10px;
  }

  .mobile-top-border.large {
    margin-top: 0;
  }

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

  .cta-text-container {
    width: 76%;
  }

  ._25-column-flex {
    width: 33%;
  }

  .newsletter-container {
    max-width: 345px;
  }

  .navmenu-2 {
    flex-flow: column wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 88%;
  }

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

  .slide {
    width: 100%;
  }

  .slide.right {
    padding-left: 0;
  }

  .slide.left {
    padding-right: 0;
  }

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

  .layouts {
    flex-wrap: wrap;
  }

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

@media screen and (max-width: 479px) {
  .subtitle-box {
    width: 100%;
  }

  .subtitule {
    text-align: center;
  }

  .flex-space.mobile-center {
    flex-flow: column;
    justify-content: center;
  }

  .feature-box-2 {
    width: 100%;
  }

  .feature-box-2._3, .feature-box-2._4 {
    margin-bottom: 40px;
  }

  .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .flex {
    flex-flow: column;
  }

  .flex.mobile-center, .flex.tablet-center {
    justify-content: center;
  }

  .flex._2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  ._50-column.mobile-padding {
    padding-right: 20px;
  }

  .subtitle-box-2 {
    width: 100%;
  }

  .feature-icon-box {
    flex: 0 auto;
  }

  .service-item {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .tab-link {
    flex-direction: column;
  }

  .team-member {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .mini-feature-box {
    width: 61%;
    margin-right: 15px;
  }

  .package-bg, .intro-box, .pricing-box, .faq-box {
    width: 100%;
  }

  .faq-box._3 {
    border-right-style: none;
  }

  .faq-box._5 {
    border-bottom: 1px solid #c4cbd5;
    border-right-style: none;
  }

  .faq-box._1, .faq-box._3 {
    border-right-style: none;
  }

  .testimonial {
    width: 98%;
  }

  .gallery-item, .split-image, .split-text {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .preview-image.medium {
    width: 100%;
  }

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

  .right-text-box.mobile-no-border {
    padding-right: 0;
  }

  .contact-details-block {
    border-right-style: none;
    width: 100%;
  }

  .contact-details-block._2 {
    border-top: 1px solid var(--text-paragraphs);
    border-bottom: 1px solid var(--text-paragraphs);
    padding-left: 20px;
  }

  .contact-details-block._3 {
    padding-bottom: 0;
  }

  .navbar {
    overflow: visible;
  }

  .frame {
    min-height: 430px;
  }

  .hero-girl {
    max-width: 245px;
  }

  .service-intro-box {
    flex-flow: column;
  }

  ._53-column {
    width: 100%;
  }

  ._47-column {
    width: 100%;
    padding-left: 0;
  }

  ._26-column, ._49-column-2 {
    width: 100%;
  }

  ._25-column {
    text-align: left;
    width: 100%;
  }

  .footer-container {
    padding-top: 0;
    padding-bottom: 20px;
  }

  ._18-column {
    width: 50%;
  }

  ._18-column.mobile-border {
    margin-bottom: 20px;
  }

  ._15-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-container-2 {
    flex-flow: column;
  }

  .cta-box {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

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

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

  .post-hero-text {
    width: 100%;
  }

  .left-justified {
    margin-top: 0;
  }

  .hero-frame {
    padding-left: 20px;
  }

  .intro-box-2 {
    width: 100%;
  }

  .intro-box-2.mobile-no-border {
    margin-bottom: 0;
  }

  .content-section-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .clients-logo {
    width: 100%;
    margin-right: 0;
  }

  .mini-text {
    left: -74px;
  }

  .circle, .box {
    width: 275px;
    height: 275px;
  }

  .about-us-box {
    width: 100%;
  }

  .image-box {
    border-top: 1px solid var(--text-paragraphs);
    border-left-style: none;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .text-box {
    width: 100%;
  }

  .quote-box {
    width: 85%;
  }

  .brand-logo {
    width: 47%;
    margin-bottom: 10px;
  }

  .text-box-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-box-2 {
    border-bottom: 1px solid var(--text-paragraphs);
    border-right-style: none;
    width: 100%;
    margin-bottom: 40px;
  }

  .collection-item-2 {
    padding-bottom: 0;
  }

  ._68-column {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  ._32-column {
    width: 100%;
    padding-right: 0;
  }

  .feature-box-3 {
    width: 100%;
  }

  .feature-box-3._4, .feature-box-3._5 {
    margin-bottom: 40px;
  }

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

  .hero-slider {
    min-height: 940px;
  }

  .hero-text-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-arrow {
    display: none;
  }

  .big-feature-box {
    min-width: 165px;
  }

  .big-feature-box._7 {
    margin-bottom: 40px;
  }

  .mini-text-2 {
    left: -46px;
  }

  .side-feature-box {
    max-width: 300px;
  }

  .cta-text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .split-text-2 {
    width: 100%;
  }

  .bg-circle {
    display: none;
  }

  .mobile-top-border.large {
    margin-top: 30px;
  }

  .cta-text-container {
    width: 100%;
    padding: 10% 8%;
  }

  .subtitle-box-3 {
    width: 100%;
  }

  ._25-column-flex {
    text-align: left;
    width: 100%;
  }

  .frame-3 {
    min-height: 370px;
  }

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

  ._45-column-2 {
    width: 100%;
    padding-left: 0;
  }

  .padding {
    padding-left: 0;
  }

  ._23-column {
    width: 100%;
    margin-top: 30px;
  }

  .utility-page-wrap {
    flex-direction: column;
  }

  .utility-page-content, .utility-page-404, .layout-box {
    width: 100%;
  }

  .right-text-preview-2 {
    margin-top: 20px;
    margin-left: 0%;
  }

  .flex-align-start {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .utility-bg {
    width: 100%;
  }

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

  .flex-faq {
    flex-flow: column;
  }

  .flex-faq.mobile-center, .flex-faq.tablet-center {
    justify-content: center;
  }

  .flex-faq._2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}


