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

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-Thin.otf') format("opentype"), url('../fonts/Taro-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-Light.otf') format("opentype"), url('../fonts/Taro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-Regular.otf') format("opentype"), url('../fonts/Taro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-Bold.otf') format("opentype"), url('../fonts/Taro-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-ExtraBoldItalic.otf') format("opentype"), url('../fonts/Taro-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-HeavyItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Taro;
  src: url('../fonts/Taro-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

:root {
  --dark: #21242d;
  --black-new-meraki: #33302d;
  --haze: #f4f5f8;
  --white: white;
  --grey-4: #e2e4eb;
  --color-1: #3270ff;
  --grey-2: #8e94a2;
  --dim-grey-meraki: #423f3c;
  --color-3: #ff7136;
  --color-2: #ff3071;
  --color-6: #00c87a;
  --color-5: #bcd028;
  --color-4: #ffae2e;
  --grey-1: #4d5464;
  --meraki-brown: #ceac8b;
  --grey-3: #c0c4cd;
  --tan-meraki: #d4b38e;
  --meraki-green: #878879;
  --misty-rose-meraki: #efd6cd;
  --dim-grey-meraki-2: #736d6a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

p {
  margin-bottom: 15px;
  font-family: Taro, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 24px;
}

a {
  color: var(--black-new-meraki);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Taro, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

strong {
  text-transform: uppercase;
  font-weight: 600;
}

blockquote {
  background-color: var(--haze);
  text-align: center;
  border: 1px #000;
  border-radius: 5px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px;
  font-size: 18px;
  line-height: 28px;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
}

.section {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.section.haze {
  background-color: var(--white);
}

.section.no-padding-bottom.virtual-your-hidden, .section.no-padding-bottom.hidden-hire {
  display: none;
}

.section.nav-bar-v1-padding {
  padding-top: 192px;
}

.section.dark-mask {
  background-color: var(--black-new-meraki);
  color: #fff;
  overflow: hidden;
}

.section.dark-mask.nav-bar-v1-padding {
  height: 44vw;
  padding-top: 82px;
  padding-bottom: 0;
}

.section.dark-mask.nav-bar-v1-padding.brands {
  height: 400px;
}

.section.color-1 {
  background-color: var(--color-1);
  color: #fff;
}

.section.border-top {
  border-top: 1px solid var(--grey-4);
}

.section.no-padding-side {
  padding-left: 0;
  padding-right: 0;
}

.section.hero-v2-section {
  z-index: 2;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Full-1920-1080-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 48px;
  overflow: hidden;
}

.section.small-padding-vertical {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero-v1-section {
  color: #fff;
  background-image: linear-gradient(#20242e80, #20242e80), url('../images/agnieszka-boeske-354851-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 200px;
}

.section.hero-v3-section {
  background-color: var(--haze);
  height: 92vh;
  padding-top: 200px;
}

.section.gallery-section {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section.borders {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
}

.section.grey {
  background-color: var(--grey-4);
}

.section.mask {
  overflow: hidden;
}

.section.border-bottom {
  border-bottom: 1px solid #e2e4eb;
}

.section.insta {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.insta-not-linked {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.section.contact {
  padding-top: 30px;
}

.section.contact-header-new {
  padding-bottom: 40px;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.nav-bar-v1-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.nav-bar-v1-wrapper._100pct {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.service-bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.hero-v2-wrapper {
  flex: 1;
}

.wrapper.left-align {
  align-items: flex-start;
}

.wrapper.services-flex {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
}

.wrapper.services-flex.packages-hidden {
  display: none;
}

.wrapper.brand-flex {
  flex-direction: row;
  align-items: stretch;
  margin-top: 0;
}

.wrapper.environemntflex {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
}

.wrapper.environemntflex.service {
  margin-top: 0;
  margin-bottom: 30px;
}

.wrapper.environemntflex.stretch {
  align-items: center;
  margin-bottom: 15px;
}

.wrapper.environemntflex.stretch.reverse {
  flex-direction: row-reverse;
}

.wrapper.environemntflex.stretch.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.wrapper.environemntflex.padding-top {
  margin-top: 51px;
}

.wrapper.environemntflex.steps-2-col {
  grid-column-gap: 14%;
  grid-row-gap: 14%;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.wella-gallery {
  margin-top: 40px;
}

.wrapper.services-new {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

.wrapper.services-new.packages-hidden {
  display: none;
}

.wrapper.hire-flex {
  flex-direction: row;
  justify-content: space-between;
}

.text-white {
  color: #fff;
}

._404-page {
  color: #fff;
  background-image: url('../images/SLIDER_SLIDE-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-page-info {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
  position: relative;
}

.password-form {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.haze {
  background-color: var(--haze);
}

.no-margin {
  margin: 0;
}

.intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-top: 35px;
  margin-bottom: 65px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro.no-margin {
  margin: 0;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
}

.intro.wide {
  max-width: 800px;
}

.intro.wide.no-margin.left-align {
  text-align: left;
  align-items: flex-start;
  padding-right: 80px;
}

.intro.prices {
  margin-top: 0;
  margin-bottom: 40px;
}

.dark {
  background-color: var(--dark);
}

.title {
  color: var(--grey-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.title.white {
  color: #ffffffb3;
}

.title.big {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.title.big.white {
  padding-left: 2px;
}

.title.centre {
  margin-left: auto;
  margin-right: auto;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-v1 {
  flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

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

.footer-bottom {
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.text-white-tranparent {
  color: #fff9;
}

.brand {
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  margin-left: 1px;
  margin-right: 1px;
  font-weight: 600;
  display: flex;
}

.brand.w--current {
  width: 220px;
}

.page-wrapper {
  overflow: visible;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

.page-wrapper.footer-v1-padding {
  border: 1px none var(--dim-grey-meraki);
  padding-bottom: 865px;
}

.page-wrapper.footer-v2-padding {
  padding-bottom: 443px;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.change-icon {
  background-color: var(--dark);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.change-icon.enhancement {
  background-color: var(--color-3);
}

.change-icon.fix {
  background-color: var(--color-2);
}

.change-icon.new {
  background-color: var(--color-6);
}

.change-icon.release {
  background-color: var(--color-1);
}

.tooltip {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #21242dcc;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 6px #5962731a;
}

.tooltip.change-tooltip {
  width: auto;
  margin-bottom: 28px;
  padding: 6px 12px;
  font-weight: 600;
  display: block;
}

.change {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
}

.change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.licence-items {
  width: 66.66%;
  padding-left: 15px;
  padding-right: 15px;
}

.licence-item {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 16px;
  padding: 40px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.licence-item-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.grey-link {
  color: #505e78;
  text-decoration: none;
}

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

.dot-divider {
  background-color: #dce0e9;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.button-icon {
  float: left;
  height: 24px;
  margin-left: -2px;
  margin-right: 10px;
}

.button-icon.small {
  height: 20px;
}

.button-icon.right {
  margin-left: 10px;
  margin-right: -2px;
}

.button {
  border: 1px solid var(--dim-grey-meraki);
  background-color: var(--white);
  height: 48px;
  box-shadow: 0 0 0 1px var(--dim-grey-meraki);
  color: var(--dim-grey-meraki);
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
  padding: 12px 20px;
  font-family: Taro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.button:hover {
  background-color: var(--black-new-meraki);
  color: #fff;
}

.button.ghost-bg {
  color: #fff;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #fff6;
}

.button.ghost-bg:hover {
  box-shadow: inset 0 0 0 1px #ffffffb3;
}

.button.white {
  border: 1px solid var(--white);
  box-shadow: none;
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  padding-bottom: 9px;
  font-family: Taro, sans-serif;
}

.button.white:hover {
  color: var(--black-new-meraki);
  background-color: #fff;
  box-shadow: 0 4px 16px #00000029;
}

.button.white.big-boy {
  width: 98%;
  height: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.button.white.book-now {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11px;
}

.button.white.left {
  margin-left: 0;
}

.button.ghost {
  box-shadow: inset 0 0 0 1px var(--dim-grey-meraki);
  color: var(--dim-grey-meraki);
  background-color: #0000;
  background-image: none;
  border-radius: 0;
}

.button.ghost:hover {
  background-color: var(--black-new-meraki);
  box-shadow: inset 0 0 0 1px var(--grey-2);
  color: #fff;
}

.button.ghost.full-width:hover {
  background-color: var(--white);
  filter: invert();
  color: #000;
}

.button.subscribe-icon-button {
  background-image: url('../images/paperplane-icon-white.svg'), linear-gradient(to bottom, var(--color-1), var(--color-1));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  width: 60px;
  margin-left: -6px;
}

.button.subscribe-icon-button.color-5 {
  background-image: url('../images/paperplane-icon-white.svg'), linear-gradient(to bottom, var(--color-5), var(--color-5));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
}

.button.color-1 {
  background-color: var(--dim-grey-meraki);
}

.button.color-1:hover {
  background-color: var(--black-new-meraki);
}

.button.margin-left {
  margin-left: 16px;
}

.button.small {
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 11px;
  line-height: 16px;
}

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

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

.button.call-back-button {
  background-color: var(--color-2);
  text-align: left;
  background-image: url('../images/callback-icon-white.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 24px;
  justify-content: flex-start;
  padding-left: 56px;
}

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

.button.color-2:hover {
  background-color: #db2b62;
}

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

.button.color-4:hover {
  background-color: #e59a23;
}

.button.color-6 {
  background-color: var(--color-6);
}

.button.color-6:hover {
  background-color: #00a867;
}

.button.page-button {
  color: #2c3340;
  background-color: #0000;
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  box-shadow: inset 0 0 0 1px #d3d8e1;
}

.button.page-button:hover {
  box-shadow: inset 0 0 0 1px #a9b0be;
}

.button.search-button {
  background-color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
}

.button.color-5 {
  background-color: var(--color-5);
}

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

.button.pricing-button {
  background-color: var(--color-4);
}

.button.cookie-button {
  height: 32px;
  color: var(--dark);
  background-color: #fff;
  margin-left: 16px;
  padding: 4px 12px;
  font-size: 11px;
}

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

.button.padding-top {
  margin-top: 40px;
}

.button.hiring {
  width: 200px;
  margin-left: 0;
}

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

.sg-button-block {
  flex-direction: column;
  width: 50%;
  padding: 15px;
  display: flex;
}

.sg-button-wrapper {
  background-color: var(--haze);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 60px 27%;
  display: flex;
}

.sg-button-wrapper.dark-bg {
  background-color: var(--dark);
  color: #e1e6ee;
}

.sg-buttons {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sg-sidebar {
  background-color: var(--dark);
  color: #fff;
  background-image: linear-gradient(#21242db3, #21242db3), url('../images/eberhard-grossgasteiger-382454-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 270px;
  padding-top: 32px;
  padding-bottom: 104px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-sidebar-heading {
  align-items: center;
  margin-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.sg-sidebar-menu {
  border-top: 1px solid #fff3;
  flex-direction: column;
  align-items: stretch;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.sg-sidebar-link {
  color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
}

.sg-sidebar-link:hover {
  background-color: #ffffff1f;
}

.sg-sidebar-link.w--current {
  background-color: var(--color-1);
}

.sg-back-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 1px #fff3;
}

.sg-back-link:hover {
  background-color: var(--color-1);
  border-top-color: #2583fd;
  box-shadow: inset 0 1px #0000;
}

.style-block {
  text-align: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

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

.nav-dropdown-list.w--open {
  background-color: var(--dark);
  perspective-origin: 50% 0;
  margin-left: -8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link {
  color: var(--dark);
  text-transform: uppercase;
  padding: 28px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
  transition: color .1s;
}

.nav-link:hover {
  color: var(--grey-1);
}

.nav-link.w--current {
  color: #161a25;
}

.nav-link.nav-link-dropdown {
  padding-right: 26px;
}

.nav-link.nav-link-dropdown.white {
  padding: 0;
}

.nav-link.white {
  color: #fff;
  border-bottom: 1px #000;
  margin-bottom: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 12px;
}

.nav-link.white:hover, .nav-link.white.w--current {
  border-bottom: 2px solid var(--meraki-brown);
}

.nav-link.white.w--current:active {
  border-bottom-style: none;
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #21242d1a;
  justify-content: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.transparent {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.nav-bar.transparent.popup {
  border-style: none;
}

.nav-bar-v1-navigation {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-dropdown-link {
  color: #ffffffb3;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 8px 32px 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  transition: color .1s;
  display: flex;
}

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

.nav-dropdown-link.pink-bg {
  color: #423f3cc4;
}

.nav-dropdown-link.pink-bg:hover, .nav-dropdown-link.pink-bg.w--current {
  color: var(--black-new-meraki);
}

.nav-menu-v1 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -1px;
  padding-left: 15px;
  padding-right: 5px;
  display: flex;
}

.nav-dropdown {
  perspective: none;
  perspective-origin: 50% 0;
  margin-left: 0;
  margin-right: 24px;
}

.logo {
  justify-content: flex-start;
  align-items: center;
  height: 69px;
  display: flex;
  position: relative;
}

.logo-text {
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.nav-link-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 1px;
  right: 13px;
}

.text-grey {
  color: var(--grey-1);
}

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

.bg-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: 150%;
  min-height: 60vh;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.bg-image._1 {
  background-image: linear-gradient(#20242e80, #20242e80), url('../images/martin-sanchez-649162-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._2 {
  background-image: linear-gradient(#20242e80, #20242e80), url('../images/roman-kraft-197672-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._5 {
  background-image: linear-gradient(#20242e80, #20242e80), url('../images/le-buzz-568591-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.slider-home-1 {
  background-image: linear-gradient(#0a070480, #0a070480), url('../images/Meraki-home-2026-1920-1080-01.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.bg-image._8 {
  background-image: linear-gradient(#20242e80, #20242e80), url('../images/daryan-shamkhali-101888-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._9 {
  background-image: linear-gradient(#20242e66, #20242e66), url('../images/jeremy-bishop-527439-unsplash_1jeremy-bishop-527439-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._10 {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Book-now-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100%;
}

.bg-image._11 {
  background-image: linear-gradient(#20242e66, #20242e66), url('../images/linus-nylund-465861-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._3 {
  background-image: linear-gradient(#20242e8c, #20242e8c), url('../images/rawpixel-617400-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._13 {
  background-image: linear-gradient(#20242e80, #20242e80), url('../images/nordwood-themes-452444-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._14 {
  background-image: linear-gradient(#20242e66, #20242e66), url('../images/the-5th-141680-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.blog-post-image {
  opacity: .5;
}

.bg-image._15 {
  background-image: linear-gradient(#20242e66, #20242e66), url('../images/sasha-set-503963-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image._16 {
  background-image: linear-gradient(#20242e80, #20242e80), url('../images/jan-schulz-97411-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.testimonials-v1-image {
  background-image: url('../images/helena-lopes-567622-unsplash.jpg');
  background-size: 1200px;
}

.bg-image.slider-home-2 {
  background-image: linear-gradient(#0a07044f, #0a07044f), url('../images/Hair-1920-1080-05.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.bg-image.slider-home-3 {
  background-image: linear-gradient(#0a07047d, #0a07047d), url('../images/Beauty-1920-1080-01.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.bg-image.slider-home-4 {
  background-image: url('../images/SLIDER_SLIDE-3.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.bg-image.slider-home-5 {
  background-image: linear-gradient(#0a07048f, #0a07048f), url('../images/Wedding-1920-1080-01.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.bg-image.wedding {
  background-image: linear-gradient(#00000042, #00000042), url('../images/Wedding-1920-1080-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.slider-home-6 {
  background-image: url('../images/HEADER-BODY.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.bg-image.salon {
  background-image: linear-gradient(#20242e4f, #20242e4f), url('../images/Hair-1920-1080-02.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.eye-enhancement {
  background-image: linear-gradient(#0006, #0006), url('../images/Eye-enhancement-1920-1080-03.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.beauty {
  background-image: linear-gradient(#20242e26, #20242e26), url('../images/Nails-2026-1920-1080-01.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.tanning {
  background-image: url('../images/HEADER-BODY_1.jpg');
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.waxing {
  background-image: linear-gradient(#0006, #0006), url('../images/Waxing-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.body {
  background-image: linear-gradient(#00000047, #00000047), url('../images/Tan-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.contact {
  background-image: linear-gradient(#00000063, #00000063), url('../images/Book-now-1920-1080-03.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.privacy-policy {
  background-image: url('../images/HEADER-WAXING1.jpg');
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.mens {
  background-image: url('../images/HEADER-MENS.jpg');
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.face {
  background-image: linear-gradient(#0006, #0006), url('../images/Facial-1920-1080-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.massage {
  background-image: linear-gradient(#0006, #0006), url('../images/Massage-1920-1080-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.hands-feet {
  background-image: linear-gradient(#0006, #0006), url('../images/Hands-feet-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.face-body {
  background-image: linear-gradient(#0006, #0006), url('../images/HEADER-FACE-BODY.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.environment {
  background-image: url('../images/Environment-1920-1080-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.about {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/About-her-1920-1080-01.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.cnd-shellac, .bg-image.opi, .bg-image.spa-find {
  background-image: url('../images/HEADER-WAXING1.jpg');
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.wella, .bg-image.kebelo, .bg-image.cloud-nine, .bg-image.scrummi, .bg-image.lash-base {
  background-image: url('../images/HEADER-WAXING1.jpg');
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.shop {
  background-image: linear-gradient(#20242e45, #20242e45), url('../images/Shop-1920-1080-01.jpg');
  background-position: 0 0, 50% 51%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.cancellation-policy {
  background-image: linear-gradient(#0006, #0006), url('../images/Cancellation-age-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.gallery {
  background-image: linear-gradient(#20242e52, #20242e52), url('../images/Gallery-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.brands {
  background-image: linear-gradient(#20242e4f, #20242e4f), url('../images/Flowers-1920-1080-09.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.wigsco {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/Wig-1920-1080-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.hair {
  background-image: linear-gradient(#20242e00, #20242e00), url('../images/Hair-2026-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.reflexology {
  background-image: linear-gradient(#20242e33, #20242e33), url('../images/Reflexology.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  min-height: auto;
}

.bg-image.reflex {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/Reflexology-filler-1920-1080-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  min-height: auto;
}

.bg-image.packages {
  background-image: linear-gradient(#00000047, #00000047), url('../images/Packages-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.laser {
  background-image: linear-gradient(#20242e69, #20242e69), url('../images/Laser-1920-1080-01.jpg');
  background-position: 0 0, 50% 28%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.ipl-skin-rejuvenation {
  background-image: linear-gradient(#20242e7d, #20242e7d), url('../images/Laser-skin-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.bg-image.ipl-laser-hair {
  background-image: linear-gradient(#20242e75, #20242e75), url('../images/Laser-hair-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
  min-height: auto;
}

.breadcrumbs {
  width: 100%;
  color: var(--dark);
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.breadcrumbs-arrow {
  opacity: .4;
  width: 12px;
  margin-top: -2px;
  margin-left: 6px;
  margin-right: 6px;
}

.text-light-grey {
  color: var(--grey-2);
}

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

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

.blog-sides {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.blog-sidebar {
  width: 350px;
  margin-left: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-side {
  flex: 1;
}

.full-width {
  width: 100%;
}

.post-v1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.post-card-v1 {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 56px;
  display: flex;
}

.post-card-v1-preview {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 424px;
  margin-bottom: 32px;
  padding: 16px;
  text-decoration: none;
  transition: filter .3s;
  display: flex;
}

.post-card-v1-preview:hover {
  filter: brightness(92%);
}

.post-card-v1-date {
  border: 1px solid var(--grey-4);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  width: 100px;
  margin-right: 32px;
  padding: 24px 24px 56px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
}

.post-card-v1-month {
  border-top: 1px solid var(--grey-4);
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  line-height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.post-card-v1-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.capitalize {
  text-transform: capitalize;
}

.post-card-bottom {
  border-top: 1px solid var(--grey-4);
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
}

.post-card-info-block {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 14px;
  display: flex;
}

.post-card-icon {
  width: 20px;
  margin-right: 6px;
}

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

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

.sidebar-search {
  background-color: var(--haze);
  border-radius: 4px;
  margin-bottom: 48px;
  padding: 20px;
}

.hidden {
  display: none;
}

.input {
  border: 1px solid var(--grey-4);
  border-radius: 4px;
  height: 48px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  border-color: var(--grey-3);
}

.input:focus {
  border-color: var(--color-1);
}

.input::placeholder {
  color: var(--grey-2);
}

.input.icon-right {
  padding-right: 52px;
}

.input.no-margin {
  margin: 0;
}

.input.dark {
  background-color: #0006;
  border-color: #fff3;
}

.input.dark:hover {
  border-color: #fff6;
}

.input.dark:focus {
  color: var(--grey-1);
  background-color: #fff;
  border-color: #fff6;
}

.input.dark::placeholder {
  color: #ffffffb3;
}

.input.icon-left {
  padding-left: 52px;
}

.input.password-input {
  text-align: center;
  background-color: #0006;
  border-color: #fff3;
}

.input.password-input:hover {
  border-color: #fff6;
}

.input.password-input:focus {
  color: var(--grey-1);
  background-color: #fff;
  border-color: #fff6;
}

.input.password-input::placeholder {
  color: #fff9;
}

.input-wrapper {
  position: relative;
}

.input-icon-left {
  z-index: 1;
  opacity: .4;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 16px;
}

.input-icon-left.icon-right {
  left: auto;
  right: 16px;
}

.sidebar-block {
  margin-bottom: 56px;
}

.sidebar-block.sticky {
  position: sticky;
  top: 120px;
}

.uppercase {
  text-transform: uppercase;
  font-family: Taro, sans-serif;
}

.sidebar-divider {
  border-left: 32px solid var(--dark);
  background-color: var(--grey-4);
  width: 100%;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.sidebar-post {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 152px;
  margin-bottom: 16px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-post-heading {
  z-index: 2;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 0;
  position: relative;
}

.zoomed-image {
  position: absolute;
  inset: 0;
}

.zoomed-image.transparent-40 {
  opacity: .6;
}

.zoomed-image.card-image-1 {
  background-image: linear-gradient(#20242e00 40%, #20242e99), url('../images/card-image-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.card-image-2 {
  background-image: linear-gradient(#20242e00 40%, #20242e99), url('../images/HEADER-FACE-BODY.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  text-decoration: none;
}

.zoomed-image.card-image-3 {
  background-image: linear-gradient(#20242e00 40%, #20242e99), url('../images/card-image-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.face {
  background-image: url('../images/HEADER-FACE.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.face._1 {
  border-style: solid;
  border-width: 4px 2px 2px 4px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Facial-1920-1080-02.jpg');
  background-position: 0 0, 50%;
}

.zoomed-image.face._2 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-13.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.body {
  background-image: url('../images/HEADER-BODY.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.body._1 {
  border-style: solid;
  border-width: 4px 2px 2px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Laser-1920-1080-01.jpg');
  background-position: 0 0, 50%;
}

.zoomed-image.body._2 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-01.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.face-body {
  background-image: url('../images/HEADER-FACE-BODY.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.massage {
  background-image: url('../images/HEADER-BEAUTY.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.massage._3 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-12.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.massage._1 {
  border-style: solid;
  border-width: 4px 4px 2px 2px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Massage-1920-1080-02.jpg');
  background-position: 0 0, 50%;
}

.zoomed-image.eye-enhancement {
  background-image: url('../images/HEADER-EYE-ENHANCEMENT.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.eye-enhancement._4 {
  background-image: linear-gradient(#00000045, #00000045), linear-gradient(#d3d3d300, #20242e00 40%, #000000e6), url('../images/test-1920-1080-08.jpg');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.zoomed-image.eye-enhancement._1 {
  border-style: solid;
  border-width: 2px 2px 2px 4px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Eye-enhancement-1920-1080-03.jpg');
  background-position: 0 0, 50%;
}

.zoomed-image.hands-feet {
  background-image: url('../images/HEADER-HANDS-FEET.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.hands-feet._5 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-10.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.hands-feet._1 {
  border: 2px solid var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Hands-feet-1920-1080-01.jpg');
  background-position: 0 0, 50%;
}

.zoomed-image.tanning {
  background-image: url('../images/HEADER-BODY_1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.waxing {
  background-image: url('../images/HEADER-WAXING1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.waxing._6 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-11.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.waxing._1 {
  border-style: solid;
  border-width: 2px 4px 2px 2px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Waxing-1920-1080-01.jpg');
  background-position: 0 0, 50%;
}

.zoomed-image.contact-us {
  background-image: url('../images/HEADER-WAXING1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.salon {
  background-image: url('../images/HEADER-FACE.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.salon._1 {
  border-style: solid;
  border-width: 4px 2px 2px 4px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Hair-1920-1080-01.jpg');
  background-position: 0 0, 50%;
}

.zoomed-image.salon._2 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-13.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.wedding {
  background-image: url('../images/HEADER-BODY.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.wedding._1 {
  border-style: solid;
  border-width: 4px 2px 2px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Wedding-1920-1080-02.jpg');
  background-position: 0 0, 50%;
}

.zoomed-image.wedding._2 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-01.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.wigsco {
  background-image: url('../images/HEADER-BEAUTY.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.wigsco._3 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-12.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.wigsco._1 {
  border-style: solid;
  border-width: 4px 4px 2px 2px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Wig-1920-1080-02.jpg');
  background-position: 0 0, 50%;
}

.zoomed-image.contact {
  background-image: url('../images/HEADER-WAXING1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}

.zoomed-image.contact._6 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-11.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.contact._1 {
  border-style: solid;
  border-width: 2px 4px 4px 2px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Book-now-1920-1080-03.jpg');
  background-position: 0 0, 50%;
}

.zoomed-image.reflexology {
  background-image: none;
  text-decoration: none;
}

.zoomed-image.reflexology._6 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-11.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.reflexology._1 {
  border-style: solid;
  border-width: 2px 2px 4px 4px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Reflexology.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.zoomed-image.reflexology1 {
  background-image: none;
  text-decoration: none;
}

.zoomed-image.reflexology1._6 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-11.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.reflexology1._1 {
  border-style: solid;
  border-width: 2px 2px 4px 4px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Reflexology-filler-1920-1080-03.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.zoomed-image.reflexology1.skin-rejuv {
  border-style: solid;
  border-width: 2px 2px 4px 4px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Laser-skin-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.zoomed-image.packages {
  background-image: none;
  text-decoration: none;
}

.zoomed-image.packages._6 {
  background-image: linear-gradient(#20242e00 40%, #000000e6), url('../images/test-1920-1080-11.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.zoomed-image.packages._1 {
  border-style: solid;
  border-width: 2px 2px 4px 4px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Packages-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.zoomed-image.packages.hair-removal {
  border-style: solid;
  border-width: 2px 2px 4px 4px;
  border-color: var(--tan-meraki);
  background-image: linear-gradient(#20242e00 40%, #0009), url('../images/Laser-hair-1920-1080-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.badge {
  z-index: 2;
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.badge.white {
  color: var(--dark);
  background-color: #fff;
}

.sidebar-posts {
  width: 100%;
}

.sidebar-author {
  color: var(--dark);
  align-items: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.sidebar-author:hover {
  text-decoration: underline;
}

.sidebar-author-photo {
  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: 48px;
  height: 48px;
  margin-right: 16px;
}

.sidebar-categories {
  flex-wrap: wrap;
  margin: -6px;
  display: flex;
}

.sidebar-category {
  width: 50%;
  padding: 6px;
}

.blog-category-link {
  border: 1px solid var(--grey-4);
  width: 100%;
  height: 112px;
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .2s, color .2s;
  display: flex;
}

.blog-category-link:hover {
  border-color: var(--grey-3);
  color: var(--color-1);
}

.blog-category-icon {
  width: 32px;
  margin-bottom: 16px;
}

.sidebar-subscribe-form {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.paragraph-small {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small.text-grey {
  font-family: Taro, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.paragraph-small.text-grey.white {
  color: var(--white);
}

.paragraph-small.text-grey.white.center {
  text-align: center;
}

.paragraph-small.no-margin {
  margin: 0;
}

.form-success {
  background-color: #0000;
  padding: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.form-success.left {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.form-error {
  color: var(--color-2);
  background-color: #ff30711a;
  border-radius: 4px;
  margin-top: 12px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 20px;
}

.form-error.side-margins {
  margin-left: 15px;
  margin-right: 15px;
}

.social-buttons {
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
}

.social-button {
  border: 1px solid var(--grey-4);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px;
  transition: border-color .2s;
  display: flex;
}

.social-button:hover {
  border-color: var(--grey-3);
}

.sidebar-tags {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.sidebar-tag {
  color: var(--grey-1);
  margin-bottom: 8px;
  margin-right: 16px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

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

.sidebar-instagram {
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-instagram-link {
  background-color: var(--dark);
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.sidebar-instagram-button {
  z-index: 2;
  background-color: var(--dark);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 16px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
}

.sidebar-instagram-button:hover {
  background-color: var(--color-1);
}

.button-arrow-space {
  width: 24px;
  height: 20px;
  position: relative;
  right: -4px;
}

.button-arrow-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: block;
  position: absolute;
  right: 0;
}

.post-50 {
  flex-direction: column;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.posts {
  flex-wrap: wrap;
  margin-bottom: -56px;
  display: flex;
}

.post-card-preview-m {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  margin-bottom: 24px;
  padding: 16px;
  text-decoration: none;
  transition: filter .3s;
  display: flex;
}

.post-card-preview-m:hover {
  filter: brightness(92%);
}

.post-card-v2 {
  flex-flow: column wrap;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 56px;
  display: flex;
}

.post-card-v2-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.post-card-preview-l {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 344px;
  margin-bottom: 24px;
  padding: 16px;
  text-decoration: none;
  transition: filter .3s;
  display: flex;
}

.post-card-preview-l:hover {
  filter: brightness(92%);
}

.post-badge {
  height: 32px;
  color: var(--dark);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  padding: 8px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.divider {
  border-left: 20px solid var(--dark);
  background-color: var(--grey-3);
  width: 48px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.divider.white {
  background-color: #fff6;
  border-left-color: #fff;
}

.divider.margin-v2 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.divider.margin-v2.v2 {
  border-left-color: var(--meraki-green);
  background-color: var(--misty-rose-meraki);
}

.slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

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

.hero-slide {
  background-color: var(--dark);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-left: 88px;
  padding-right: 88px;
  display: flex;
  position: relative;
}

.paragraph-big {
  width: 600px;
  margin-bottom: 30px;
  font-family: Taro, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
}

.paragraph-big.about {
  width: 100%;
}

.play-button {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/play-icon.svg');
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  transition: transform .3s;
  display: block;
  position: static;
  inset: 0;
  box-shadow: 0 3px 9px #161a2533;
}

.play-button:hover {
  transform: scale(1.08);
}

.play-button.absolute {
  position: absolute;
  inset: 0;
}

.slider-arrow-button {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 12px;
  transition: background-color .2s;
  display: flex;
}

.slider-arrow-button:hover {
  background-color: var(--color-1);
}

.slider-arrow-button.left {
  background-color: var(--dim-grey-meraki);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.slider-arrow-button.left:hover {
  background-color: var(--black-new-meraki);
}

.slider-arrow-button.right {
  background-color: var(--dim-grey-meraki);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.slider-arrow-button.right:hover {
  background-color: var(--black-new-meraki);
}

.hero-v4-nav {
  justify-content: center;
  align-items: flex-start;
  height: 60px;
  padding-top: 20px;
  font-size: 9px;
  display: flex;
}

.hero-slider {
  background-color: var(--dim-grey-meraki);
  color: #fff;
  height: 100vh;
}

.side-blocks {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-blocks.top {
  align-items: flex-start;
}

.side-blocks.no-margin {
  margin: 0;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.no-padding-side {
  padding-left: 0;
  padding-right: 0;
}

.side-block.small-padding-side {
  padding-left: 15px;
  padding-right: 15px;
}

.no-padding {
  padding: 0;
}

.intro-text {
  padding-top: 32px;
  padding-left: 15px;
  padding-right: 15px;
}

.first-letter {
  float: left;
  margin-top: 4px;
  margin-right: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 40px;
}

.first-letter.color-1 {
  color: var(--color-1);
}

.mini-features {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
  display: flex;
}

.mini-feature {
  align-items: center;
  width: 50%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.mini-feature-icon {
  margin-right: 12px;
}

.cards {
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.card-wrapper {
  width: 25%;
  padding: 8px;
  position: relative;
}

.card-wrapper.big {
  width: 50%;
}

.card {
  background-color: var(--dark);
  color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 456px;
  padding: 88px 32px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-info {
  z-index: 1;
  text-transform: uppercase;
  max-width: 320px;
  font-family: Taro, sans-serif;
  position: relative;
}

.card-number-v1 {
  z-index: 1;
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 38px;
  left: 38px;
  box-shadow: 0 0 0 6px #20242e4d;
}

.card-number-v1.color-1 {
  background-color: var(--color-1);
  box-shadow: 0 0 0 6px #3270ff4d;
}

.card-number-v1.color-2 {
  background-color: var(--color-2);
  box-shadow: 0 0 0 6px #ff30714d;
}

.card-number-v1.color-3 {
  background-color: var(--color-3);
  box-shadow: 0 0 0 6px #ff71364d;
}

.quote-icon {
  opacity: .12;
  width: 64px;
  margin-bottom: -8px;
}

.quote-text {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
}

.no-padding-top {
  padding-top: 0;
}

.counters {
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.counter {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.counter-number {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.circle-icon {
  z-index: 1;
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  padding: 14px;
  display: flex;
  position: relative;
}

.circle-icon.color-1 {
  background-color: var(--color-1);
}

.circle-icon.color-2 {
  background-color: var(--color-2);
}

.circle-icon.color-5 {
  background-color: var(--color-5);
}

.circle-icon.color-3 {
  background-color: var(--color-3);
}

.circle-icon.white {
  background-color: #fff;
}

.message {
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.message.big {
  padding: 64px 40px;
}

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

.testimonials-v1 {
  background-color: #0000;
  background-image: url('../images/Testimonials-1920-1080-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: auto;
  margin-bottom: 104px;
}

.testimonials-v1-arrow {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: -80px;
  margin-left: 0;
  padding: 15px;
  display: flex;
  bottom: 0;
  left: 0;
}

.testimonials-v1-arrow.right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: 55px;
}

.testimonials-v1-arrow.right:hover {
  filter: invert(80%);
  background-color: #fff;
}

.testimonials-v1-arrow.left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.testimonials-v1-arrow.left:hover {
  filter: invert(80%);
}

.testimonials-v1-slide {
  height: 560px;
  bottom: 0;
  right: 0;
}

.review-v1 {
  background-color: var(--dim-grey-meraki);
  color: #fff;
  border-radius: 4px;
  align-items: flex-start;
  width: 570px;
  margin-top: 600px;
  margin-right: 8.33%;
  padding: 48px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonials-v1-mask {
  margin-bottom: -104px;
}

.review-v1-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}

.text-normal {
  font-style: normal;
}

.review-v1-avatar {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.review-v1-info {
  flex: 1;
  padding-left: 30px;
}

.review-v1-author {
  align-items: center;
  margin-left: -2px;
  display: flex;
}

.review-v1-link {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  padding: 2px;
  display: flex;
}

.review-v1-icon {
  opacity: .2;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.message-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
}

.message-icon {
  height: 32px;
  margin-right: 16px;
}

.instagram {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.instagram-photo-link {
  background-color: var(--dark);
  flex: 1;
  position: relative;
  overflow: hidden;
}

.instagram-link {
  z-index: 1;
  background-color: var(--dim-grey-meraki);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 24px 28px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
}

.instagram-link:hover {
  background-color: var(--black-new-meraki);
}

.footer-v1-contact-wrapper {
  border: 1px solid #fff3;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 1%;
  display: flex;
}

.subscribe-form-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  display: flex;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

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

.social-link {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 6px;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: var(--color-1);
}

.instagram-photo {
  width: 100%;
  height: auto;
}

.instagram-hover-icon {
  z-index: 1;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}

.instagram-hover-icon.center {
  margin: auto;
  display: block;
  inset: 7px;
}

.client-v2-card {
  border: 1px solid var(--grey-4);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 32px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-v2-card:hover {
  border-color: var(--grey-3);
}

.client-v2-logo {
  height: 32px;
}

.client-v1-bg-text {
  opacity: .3;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  position: absolute;
  top: 40px;
  right: -6px;
}

.client-v1-contact-card {
  background-color: var(--color-1);
  color: #fff;
  border-radius: 4px;
  align-items: flex-end;
  padding: 88px 32px 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-v1-contact-card:hover {
  background-color: var(--dark);
}

.client-v1-contact-card.color-5 {
  background-color: var(--color-5);
}

.footer-v1-panel {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.footer-v1-nav {
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-v1-nav-link {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 24px;
  padding: 13px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-v1-nav-link:hover {
  border-bottom: 2px solid var(--meraki-brown);
  opacity: 1;
}

.features-v2 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.features-v2.margin-bottom {
  margin-bottom: 48px;
}

.feature-v2 {
  flex-direction: row;
  align-items: flex-start;
  width: 33.33%;
  padding: 16px 25px 32px 15px;
  display: flex;
}

.feature-v2.footer {
  padding-bottom: 0;
}

.icon {
  background-color: var(--dark);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  padding: 12px;
  display: flex;
}

.icon.left {
  flex: none;
  margin-bottom: 0;
  margin-right: 24px;
}

.icon.ghost {
  box-shadow: inset 0 0 0 1px var(--grey-4);
  background-color: #0000;
}

.icon.ghost.left {
  box-shadow: none;
  padding: 0;
}

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

.icon.color-1 {
  background-color: var(--color-1);
}

.icon.color-3 {
  background-color: var(--color-3);
}

.icon.color-6 {
  background-color: var(--color-6);
}

.icon.color-4 {
  background-color: var(--color-4);
}

.icon.color-2 {
  background-color: var(--color-2);
}

.icon.color-5 {
  background-color: var(--color-5);
}

.icon.big {
  width: 72px;
  height: 72px;
  padding: 16px;
}

.feature-side-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.feature-side-info.center {
  align-items: center;
}

.content-block {
  background-color: var(--dark);
  color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 120px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-form-card {
  width: 100%;
  max-width: 470px;
  color: var(--dark);
  background-color: #fff;
  border-radius: 4px;
  padding: 64px;
}

.form-label {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.access-form {
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.text-tiny {
  color: var(--grey-2);
  font-size: 10px;
  line-height: 16px;
}

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

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

.features-v1 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -64px;
  display: flex;
}

.feature-v1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: 64px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.feature-v1.side-borders {
  z-index: 1;
  border-right: 1px solid var(--grey-4);
  border-left: 1px solid var(--grey-4);
  position: relative;
}

.text-color-3 {
  color: var(--color-3);
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-info.center {
  text-align: center;
  align-items: center;
}

.side-info.place-top {
  z-index: 1;
  position: relative;
}

.no-padding-right {
  padding-right: 0;
}

.side-images {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  position: relative;
}

.side-images.flex-top {
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}

.side-image-half {
  border-radius: 4px;
  flex: 1;
  max-width: 47%;
  margin-left: 8px;
  margin-right: 8px;
}

.tabs-menu {
  border: 1px solid var(--grey-4);
  border-radius: 4px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-link {
  border-right: 1px solid var(--grey-4);
  border-left: 1px solid var(--grey-4);
  color: var(--grey-1);
  background-color: #fff;
  margin: -1px;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.tab-link.w--current {
  background-color: var(--dark);
  color: #fff;
}

.side-video {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.info-card {
  background-color: var(--haze);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  padding: 48px;
  display: flex;
}

.info-card.white {
  border: 1px solid var(--grey-4);
  background-color: #fff;
}

.info-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  padding-left: 32px;
  display: flex;
}

.info-card-image {
  flex: 0 auto;
  width: 47%;
  margin-left: 15px;
  margin-right: 15px;
}

.arrow-icon {
  height: 10px;
  margin-left: 4px;
}

.arrow-icon.inverted {
  filter: invert();
}

.contact-link {
  color: var(--dark);
  align-items: center;
  margin-top: -4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Taro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

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

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

.gallery {
  flex-direction: row;
  width: 116.66vw;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.gallery-block {
  width: 20%;
  padding: 4px;
  position: relative;
}

.gallery-thumbnail {
  border-radius: 4px;
  width: 100%;
}

.gallry-quote {
  background-color: var(--haze);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6%;
  font-size: 15px;
  font-style: italic;
  line-height: 24px;
  display: flex;
}

.gallry-quote-icon {
  opacity: .12;
  width: 56px;
  height: 56px;
  margin-bottom: 4px;
}

.gallry-quote-author {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.gallery-button {
  background-color: var(--color-3);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.gallery-button:hover {
  background-color: var(--color-6);
}

.gallery-button-icon {
  width: 48px;
  margin-top: -4px;
  margin-bottom: 8px;
}

.side-block-short {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.side-block-wide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  display: flex;
}

.pricing-v1 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.pricing-v1-card {
  border: 1px solid var(--grey-4);
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px;
  display: flex;
}

.pricing-v1-card.place-top {
  z-index: 1;
  position: relative;
}

.pricing-v1-tag {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.pricing-v1-list {
  flex: 1;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 32px;
}

.pricing-v1-list-item {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  color: var(--grey-1);
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.testimonials-v2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 48px;
  padding-left: 68px;
  padding-right: 68px;
  overflow: hidden;
}

.testimonials-v2-nav {
  font-size: 8px;
  bottom: -64px;
}

.testimonials-v2-slide {
  width: 33.33%;
  padding-left: 4px;
  padding-right: 4px;
}

.review-v2 {
  border: 1px solid var(--grey-4);
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  display: flex;
}

.italic {
  font-style: italic;
}

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

.review-v2-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.review-v2-author-info {
  color: var(--grey-2);
  text-align: left;
  flex: 1;
  padding-left: 12px;
  font-size: 12px;
  line-height: 16px;
}

.review-v2-author-name {
  color: var(--dark);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.footer-v1-section {
  background-color: var(--dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.footer-v1-section.fixed {
  background-color: var(--black-new-meraki);
  height: 870px;
  font-family: Open Sans, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-v2-section {
  background-color: var(--dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-v2-section.fixed {
  height: 444px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-v2-social {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer-v2-social-link {
  opacity: .4;
  border-bottom: 1px solid #fff6;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  transition: box-shadow .3s, opacity .3s, background-color .3s;
  display: flex;
  box-shadow: 1px 0 #fff6;
}

.footer-v2-social-link:hover {
  z-index: 1;
  box-shadow: none;
  opacity: 1;
  position: relative;
}

.footer-v2-social-link.twitter:hover {
  background-color: #2aa3f0;
}

.footer-v2-social-link.facebook:hover {
  background-color: var(--meraki-green);
}

.footer-v2-social-link.instagram:hover {
  background-color: var(--misty-rose-meraki);
}

.footer-v2-social-link.youtube {
  transition: box-shadow .3s, opacity .3s, background-color .3s;
  box-shadow: 1px 0 #fff6;
}

.footer-v2-social-link.youtube:hover {
  background-color: #fc0d1c;
}

.footer-v2-social-link.mail:hover {
  background-color: var(--color-1);
}

.footer-v2-social-icon {
  width: 48px;
}

.footer-v2-block {
  border-top: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-v2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-v2-nav {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-v2-right {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.footer-v2-left {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.footer-v2-brand {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  display: flex;
}

.footer-v2-nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.intro-text-big {
  font-size: 24px;
  line-height: 36px;
}

.features-v3 {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -48px;
  display: flex;
}

.features-v3.margin-bottom {
  margin-bottom: 32px;
}

.feature-v3 {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.feature-image-v1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 176px;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
}

.feature-image-v1._1 {
  background-image: url('../images/card-image-01.jpg');
}

.feature-image-v1._2 {
  background-image: url('../images/rawpixel-com-561407-unsplash.jpg');
}

.feature-image-v1._3 {
  background-image: url('../images/gallery-thumb-01.jpg');
}

.feature-image-v1._4 {
  background-image: url('../images/gallery-thumb-06.jpg');
}

.text-color-2 {
  color: var(--color-2);
}

.hero-panel {
  width: 100%;
  color: var(--dark);
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 56px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 1px #20242e26;
}

.hero-v2-side-blocks {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.hero-panel-heading {
  flex: 1;
  width: 33.33%;
  margin-bottom: 0;
  margin-right: 32px;
}

.hero-panel-form-wrapper {
  flex: 0 auto;
  width: 66.66%;
  margin-bottom: 16px;
}

.hero-panel-form {
  align-items: flex-end;
  display: flex;
}

.hero-panel-input-block {
  flex: 1;
  padding-right: 16px;
}

.no-padding-left {
  padding-left: 0;
}

.round-corners {
  border-radius: 4px;
}

.counter-cards {
  z-index: 1;
  width: 100%;
  padding: 4px;
  display: flex;
  position: relative;
}

.counter-card {
  border: 1px solid var(--grey-4);
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin: 4px;
  padding: 96px 3% 48px;
  display: flex;
  position: relative;
}

.counter-card.dark-bg {
  border-color: #fff6;
}

.counter-text {
  margin-top: -4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.counter-icon {
  background-color: var(--haze);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 14px;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

.counter-icon.dark {
  background-color: var(--dark);
}

.video {
  background-image: url('../images/jessica-felicio-463231-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 970px;
  height: 600px;
  margin-bottom: 80px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.video-info-panel {
  color: #fff;
  background-color: #20242ecc;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  padding: 12px 20px 12px 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.video-info {
  flex: 1;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.video-avatar {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-top: -20px;
  margin-right: 12px;
}

.footer-v1-top-button {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 12px;
  transition: bottom .3s;
  display: none;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.footer-v1-top-button:hover {
  bottom: 0;
}

.footer-bottom-left {
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-bottom-divider {
  opacity: .2;
  background-color: #fff;
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.footer-bottom-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-image-1 {
  background-image: url('../images/alexandru-acea-707004-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 680px;
}

.side-grid-features {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding-bottom: 1px;
  display: flex;
  overflow: hidden;
}

.side-grid-feature {
  border: 1px solid var(--grey-4);
  text-align: center;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 40%;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 40px 4% 20px;
  display: flex;
}

.side-block-slider {
  background-color: #0000;
  width: 50%;
  min-height: 680px;
  overflow: hidden;
}

.side-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.side-slide._1 {
  background-image: url('../images/jeremy-bishop-527439-unsplash_1jeremy-bishop-527439-unsplash.jpg');
}

.side-slide._2 {
  background-image: url('../images/joanna-kosinska-354578-unsplash.jpg');
}

.side-slide._3 {
  background-image: url('../images/annie-spratt-608002-unsplash.jpg');
}

.side-slider-nav {
  height: 40px;
  padding-top: 12px;
  font-size: 9px;
}

.side-slide-card {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 370px;
  padding: 40px;
  display: flex;
}

.pricing-v2 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.pricing-v2-card {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
}

.pricing-v2-card.place-top {
  z-index: 1;
  position: relative;
}

.pricing-v2-image {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  padding: 40px 32px 32px;
}

.pricing-v2-image._1 {
  background-image: linear-gradient(#20242e66, #20242e66), url('../images/pricing-image-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pricing-v2-image._2 {
  background-image: linear-gradient(#20242e66, #20242e66), url('../images/pricing-image-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pricing-v2-image._3 {
  background-image: linear-gradient(#20242e66, #20242e66), url('../images/pricing-image-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.pricing-v2-info {
  border-right: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  border-left: 1px solid var(--grey-4);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 40px;
}

.pricing-v2-list {
  border: 1px solid var(--grey-4);
  border-radius: 4px;
  margin-bottom: 32px;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.pricing-v2-list-item {
  border-bottom: 1px solid var(--grey-4);
  color: var(--grey-1);
  margin-bottom: -1px;
  padding: 13px;
  font-size: 12px;
  line-height: 20px;
}

.pricing-v2-tag {
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.side-block-full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 80px 8.33%;
  display: flex;
}

.side-block-full.no-padding {
  padding: 0;
}

.contact-v1 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-v1-card {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-radius: 4px;
  min-height: 520px;
  padding: 64px;
  display: flex;
}

.contact-v1-map {
  border-radius: 4px;
  flex: 1;
  height: auto;
}

.contact-v1-block {
  flex: 0 auto;
  width: 410px;
  padding-right: 40px;
}

.contact-v1-form {
  flex-direction: column;
  padding-top: 16px;
  display: flex;
}

.text-area {
  border: 1px solid var(--grey-4);
  border-radius: 4px;
  height: auto;
  min-height: 160px;
  margin-bottom: 24px;
  padding: 15px 24px;
  font-size: 14px;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
}

.text-area:hover {
  border-color: var(--grey-3);
}

.text-area:focus {
  border-color: var(--color-1);
}

.text-area::placeholder {
  color: var(--grey-2);
}

.text-area.icon-left {
  padding-left: 52px;
}

.text-area-icon {
  z-index: 1;
  opacity: .4;
  height: 24px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.post-33 {
  flex-direction: column;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-25 {
  flex-direction: column;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-card-preview-s {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 184px;
  margin-bottom: 24px;
  padding: 16px;
  text-decoration: none;
  transition: filter .3s;
  display: flex;
}

.post-card-preview-s:hover {
  filter: brightness(92%);
}

.post-card-decription-small {
  color: var(--grey-1);
  flex: 1;
  font-size: 12px;
  line-height: 20px;
}

.post-card-decription {
  color: var(--grey-1);
  flex: 1;
  font-size: 14px;
  line-height: 24px;
}

._404-bg-text {
  opacity: .15;
  font-family: Montserrat, sans-serif;
  font-size: 380px;
  font-weight: 600;
  line-height: 320px;
  position: absolute;
}

.service-page-bottom {
  border-top: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.protected-page {
  color: #fff;
  background-image: linear-gradient(#20242e59, #20242e59), url('../images/charles-deluvio-716555-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.password-card {
  background-color: var(--dark);
  min-width: 400px;
  padding: 64px;
}

.password-heading {
  margin-bottom: 32px;
}

.search {
  width: 370px;
  display: flex;
}

.search-result-card {
  border: 1px solid var(--grey-4);
  color: var(--dark);
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.search-results {
  width: 83.33%;
}

.search-result-heading {
  text-transform: capitalize;
  margin-bottom: 8px;
  text-decoration: none;
}

.search-result-heading:hover {
  text-decoration: underline;
}

.ghost-line {
  background-color: var(--dark);
  background-image: linear-gradient(#fff3, #fff3);
  width: 100%;
  height: 1px;
}

.full-size-map {
  width: 100%;
  height: 440px;
}

.side-block-contact {
  flex: 1;
  margin-bottom: 0;
  padding-left: 8.33%;
}

.side-block-contact-form {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.side-input-wrapper-50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.side-input-wrapper-100 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.side-media {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-media.left {
  align-items: flex-start;
}

.side-media.right {
  align-items: flex-end;
}

.macbook-side-1 {
  width: 960px;
  max-width: none;
  margin-top: 20px;
  margin-left: -12%;
}

.testimonials-tabs {
  width: 100%;
  margin-top: -10px;
}

.review-tab {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  display: flex;
}

.review-tab-author {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.review-tab-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.review-tab-link {
  opacity: .5;
  background-color: #0000;
  border-radius: 50%;
  margin: 6px;
  padding: 4px;
  transition: opacity .4s, transform .4s, box-shadow .4s;
}

.review-tab-link:hover {
  opacity: 1;
}

.review-tab-link.w--current {
  box-shadow: inset 0 0 0 1px var(--color-4);
  opacity: 1;
  background-color: #0000;
}

.review-tab-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.review-tab-content {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.review-tab-rating {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 12px;
  display: flex;
}

.review-tab-star {
  width: 16px;
}

.testimonials-tabs-icon {
  z-index: 1;
  opacity: .12;
  width: 64px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8.33%;
}

.testimonials-tabs-icon.right {
  left: auto;
  right: 8.33%;
}

.team-v1 {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: -32px;
  display: flex;
}

.team-v1.margin-bottom {
  margin-bottom: 48px;
}

.team-v1-member {
  flex-direction: column;
  align-items: center;
  width: 20%;
  margin-bottom: 32px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.team-v1-member-photo {
  width: 100%;
  margin-bottom: 20px;
}

.team-v1-member-links {
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  display: flex;
}

.team-v1-member-link {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 2px;
  padding: 2px;
  transition: opacity .3s;
  display: flex;
}

.team-v1-member-link:hover {
  opacity: .7;
}

.center-features {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.center-features-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.center-feature {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.center-features-media {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.side-features-v1 {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.side-feature-v1 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 8px;
  padding-right: 20px;
  display: flex;
}

.hero-iphone {
  width: auto;
  height: 520px;
  margin-top: 8px;
}

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

.about-author-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.about-author-info.margin-bottom {
  margin-bottom: 24px;
}

.about-author-links {
  justify-content: center;
  align-items: center;
  margin-top: -12px;
  margin-left: -4px;
  display: flex;
}

.about-author-link {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 2px;
  padding: 2px;
  transition: opacity .2s;
  display: flex;
}

.about-author-link:hover {
  opacity: 1;
}

.about-author-photo {
  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: 72px;
  height: 72px;
  margin-right: 16px;
}

.post-heading {
  text-transform: capitalize;
  margin-top: 24px;
}

.blog-post {
  line-height: 19px;
}

.blog-post a {
  color: var(--color-1);
  text-decoration: none;
}

.blog-post a:hover {
  text-decoration: underline;
}

.blog-post-wrapper {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.post-info-block {
  color: #fff;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 14px;
  display: flex;
}

.components {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: -30px;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-top: 4px;
  display: flex;
}

.components-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff6;
  border-radius: 4px;
  flex-grow: 1;
  flex-basis: 30%;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 40px 3%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s, color .2s;
  display: flex;
}

.components-link:hover {
  color: var(--dark);
  background-color: #fff;
  box-shadow: 0 15px 30px #59627329;
}

.components-link.style-guide-link {
  border-width: 1px;
  border-color: #fff6;
  border-radius: 0;
  flex-basis: 90%;
  height: auto;
  box-shadow: 0 0 0 1px #fff6;
}

.components-link.style-guide-link:hover {
  color: var(--dim-grey-meraki);
  border-width: 1px;
}

.coming-soon {
  color: #fff;
  background-image: linear-gradient(#20242e4d, #20242e4d), url('../images/thought-catalog-575840-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.coming-soon-card {
  background-color: var(--dark);
  border-radius: 4px;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 90%;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  margin-left: 9px;
  margin-right: 9px;
  padding: 64px;
  display: flex;
}

.feature-image-v2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 192px;
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
  position: relative;
}

.feature-image-v2._1 {
  background-image: url('../images/card-image-01.jpg');
}

.feature-image-v2._2 {
  background-image: url('../images/rawpixel-com-561407-unsplash.jpg');
}

.feature-image-v2._4 {
  background-image: url('../images/gallery-thumb-06.jpg');
}

.card-number {
  background-color: var(--dark);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  box-shadow: 0 0 0 6px #20242e4d;
}

.card-number.color-1 {
  background-color: var(--color-1);
  box-shadow: 0 0 0 6px #3270ff4d;
}

.card-number.color-2 {
  background-color: var(--color-2);
  box-shadow: 0 0 0 6px #ff30714d;
}

.card-number.color-3 {
  background-color: var(--color-3);
  box-shadow: 0 0 0 6px #ff71364d;
}

.card-number.color-5 {
  background-color: var(--color-4);
  box-shadow: 0 0 0 6px #ffae2e4d;
}

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

.macbook-side-2 {
  width: 1060px;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-right: -12%;
}

.faq {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin-bottom: -32px;
  display: flex;
}

.faq-column {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-block {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.question {
  flex: 1;
  padding-right: 16px;
}

.question-icons {
  flex-direction: column;
  margin-top: -6px;
  margin-right: 20px;
  display: flex;
}

.faq-letter {
  z-index: 2;
  background-color: var(--grey-2);
  color: #fff;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 32px;
  padding: 6px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.faq-letter.answer-letter {
  z-index: 1;
  border: 1px solid var(--grey-4);
  color: var(--dark);
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}

.side-feature-v2 {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding-right: 20px;
  display: flex;
}

.side-features-v2 {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.features-v4 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: -48px;
  display: flex;
}

.feature-v4 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 33.33%;
  margin-bottom: 48px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.feature-v4.spafind {
  display: none;
}

.feature-v4-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 224px;
  margin-bottom: 0;
}

.feature-v4-image._1 {
  background-image: url('../images/CND-Shellac-logo.png');
  background-size: contain;
  width: 60%;
}

.feature-v4-image._2 {
  background-image: url('../images/elemis-logo.svg');
  background-size: contain;
  width: 60%;
}

.feature-v4-image._3 {
  background-image: url('../images/opi-600.png');
  background-size: contain;
  width: 60%;
}

.feature-v4-image._4 {
  filter: brightness(0%) grayscale();
  background-image: url('../images/The-Hair-Movement-LOGO.png');
  background-size: contain;
  width: 60%;
}

.feature-v4-image._5 {
  filter: brightness(200%) brightness(200%) invert() grayscale();
  background-image: url('../images/Lashbase.png');
  background-size: contain;
  width: 60%;
}

.feature-v4-image._6 {
  filter: brightness(0%) grayscale();
  background-image: url('../images/u2VnNPJyCXJ5dr47qCUucBKiK.png');
  background-size: contain;
  width: 60%;
}

.feature-v4-image._9 {
  filter: brightness(0%) grayscale();
  background-image: url('../images/scrummi-logo-white.svg');
  background-size: contain;
  width: 60%;
}

.feature-v4-image._7 {
  background-image: url('../images/c5b73b45-26d5-49b1-8eab-64c44ede3937.png');
  background-size: contain;
  width: 60%;
}

.feature-v4-image._8 {
  filter: brightness(0%) grayscale();
  background-image: url('../images/spa-find-skincare-logo.svg');
  background-size: contain;
  width: 60%;
}

.hero-v3-image {
  background-image: url('../images/travel-image-min.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.hero-v3-play-button {
  z-index: 3;
  background-color: #fff;
  background-image: url('../images/play-icon.svg');
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin: auto;
  transition: transform .3s;
  display: block;
  position: absolute;
  inset: 80px 0 0;
  box-shadow: 0 3px 9px #161a2533;
}

.hero-v3-play-button:hover {
  transform: scale(1.08);
}

.layouts {
  flex-wrap: wrap;
  width: 100%;
  padding: 4px;
  display: flex;
}

.layout-card {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  color: var(--dark);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 7vw;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.layout {
  width: 50%;
  padding: 4px;
}

.layout-number {
  z-index: 1;
  color: var(--grey-4);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14vw;
  font-weight: 600;
  line-height: 10vw;
  display: block;
  position: absolute;
  bottom: -2.6vw;
  left: 0;
  right: 0;
}

.layout-image {
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
}

.layout-heading {
  z-index: 1;
  margin-bottom: 1vw;
  position: relative;
}

.side-bg-logo {
  z-index: 0;
  opacity: .05;
  width: 520px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% -55%;
}

.side-bg-icon-1 {
  z-index: 0;
  opacity: .06;
  width: 480px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  inset: 0% auto 0% -42%;
}

.testimonials-v1-bg-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-zoom-icon {
  z-index: 1;
  background-color: #21242dbf;
  background-image: url('../images/search-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin: 12px;
  position: absolute;
  inset: auto 4px 4px auto;
}

.sg-color-card {
  background-color: var(--dark);
  width: 100%;
  height: 144px;
  box-shadow: none;
  border-radius: 5px;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 25%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sg-color-card.color-1 {
  background-color: var(--color-1);
}

.sg-color-card.color-2 {
  background-color: var(--color-2);
}

.sg-color-card.color-3 {
  background-color: var(--color-3);
}

.sg-color-card.color-4 {
  background-color: var(--color-4);
}

.sg-color-card.color-5 {
  background-color: var(--color-5);
}

.sg-color-card.color-6 {
  background-color: var(--color-6);
}

.sg-color-card.grey-1 {
  background-color: var(--grey-1);
}

.sg-color-card.grey-2 {
  background-color: var(--grey-2);
}

.sg-color-card.grey-3 {
  background-color: var(--grey-3);
}

.sg-color-card.grey-4 {
  background-color: var(--grey-4);
}

.sg-color-card.haze {
  background-color: var(--haze);
}

.sg-color-name {
  height: 24px;
  color: var(--dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  position: absolute;
  box-shadow: 0 1px 3px #21242d26;
}

.sg-color-block {
  width: 25%;
  padding: 15px;
}

.sg-colors {
  text-align: left;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 16px;
  height: 16px;
  display: flex;
}

.menu-icon-line-top {
  background-color: #151515;
  height: 2px;
}

.menu-icon-line-top.white {
  background-color: #fff;
}

.menu-icon-line-bottom {
  background-color: #151515;
  height: 2px;
}

.menu-icon-line-bottom.white {
  background-color: #fff;
}

.menu-icon-line-middle {
  background-color: #151515;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.menu-icon-line-middle.white {
  background-color: #fff;
}

.post-tags-block {
  border-top: 1px solid var(--grey-4);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.post-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.post-tags-heading {
  margin-bottom: 0;
  margin-right: 16px;
  font-family: Taro, sans-serif;
}

.post-tag {
  border: 1px solid var(--grey-4);
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s, background-color .3s;
  display: inline-block;
}

.post-tag:hover {
  background-color: var(--color-1);
  color: #fff;
  border-color: #0000;
}

.underline {
  background-color: var(--grey-2);
  width: 100%;
  height: 2px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.underline.white {
  background-color: var(--meraki-brown);
}

.clients-v2-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pagination-v1 {
  border-top: 1px solid var(--grey-4);
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
}

.pagination-v2 {
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
}

.search-result-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex: none;
  width: 160px;
  height: 128px;
}

.search-result-url {
  color: var(--grey-2);
  margin-top: -8px;
  font-size: 12px;
  line-height: 16px;
}

.search-result-url:hover {
  text-decoration: underline;
}

.search-result-info {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
}

.pricing-v3-cells {
  flex: 1;
}

.pricing-v3-plan-name {
  border-bottom: 1px solid var(--grey-4);
  margin-bottom: 16px;
  margin-left: -24px;
  margin-right: -24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pricing-v3 {
  width: 100%;
  min-height: 400px;
  box-shadow: 0 0 0 1px var(--grey-4);
  background-color: #fff;
  top: 0;
}

.pricing-v3-tag {
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 32px;
  line-height: 32px;
  display: flex;
}

.pricing-v3-plans {
  z-index: 3;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e1e6ee;
  width: 100%;
  display: flex;
  position: sticky;
  top: 80px;
}

.pricing-v3-plans.mobile-bottom, .pricing-v3-plans.mobile-plans {
  display: none;
}

.pricing-v3-category-heading {
  text-transform: uppercase;
  margin: 0;
}

.info {
  background-color: var(--grey-4);
  cursor: pointer;
  background-image: url('../images/info-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: border .3s;
  display: flex;
  position: relative;
}

.info:hover {
  border-color: #d3d8e1;
}

.pricing-v3-category {
  width: 100%;
}

.pricing-v3-category-header {
  z-index: 2;
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  background-color: var(--haze);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 12px 30px;
  display: flex;
  position: sticky;
  top: 213px;
}

.pricing-v3-cell {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 56px;
  padding: 8px 24px;
  font-weight: 600;
  display: flex;
  box-shadow: -1px 0 #e1e6ee;
}

.pricing-v3-cell-description {
  color: #7a8292;
  width: 100%;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.pricing-v3-billing {
  color: var(--grey-2);
  margin-bottom: 16px;
  font-size: 11px;
  line-height: 16px;
}

.pricing-cell-icon {
  width: 28px;
  display: block;
}

.pricing-v3-row-header {
  width: 25%;
  min-height: 56px;
  color: var(--grey-1);
  align-items: center;
  padding: 9px 24px 9px 32px;
  display: flex;
  box-shadow: 0 -1px #e1e6ee;
}

.pricing-v3-currency {
  color: var(--grey-3);
  margin-right: 0;
}

.pricing-plan-cell {
  width: 25%;
  box-shadow: -1px 0 0 0 var(--grey-4);
  text-align: center;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.pricing-plan-cell.first {
  box-shadow: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.pricing-v3-row {
  border-top: 1px solid #e1e6ee;
  width: 100%;
  display: flex;
}

.pricing-logo {
  opacity: .12;
  width: 38%;
}

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

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

.checkmark-icon {
  margin-top: -4px;
  margin-right: 20px;
}

.changelog-contact-text {
  max-width: 370px;
  color: var(--grey-1);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 20px;
}

.up-button {
  z-index: 100;
  background-color: var(--dim-grey-meraki);
  background-image: url('../images/up-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  margin-right: 16px;
  transition: background-color .2s;
  position: fixed;
  inset: auto 0% 0% auto;
}

.up-button:hover {
  background-color: var(--black-new-meraki);
}

.up-button.w--current {
  background-color: var(--dim-grey-meraki);
}

.up-button.w--current:hover {
  background-color: var(--black-new-meraki);
}

.cookie-message {
  z-index: 99;
  background-color: var(--dark);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 30px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  position: fixed;
  inset: auto 0 0%;
}

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

.link-white-underline:hover {
  color: var(--grey-3);
}

.logo-white {
  max-height: 100%;
}

.logo-dark {
  z-index: 1;
  opacity: 1;
  max-height: 100%;
  position: absolute;
}

.logo-text-white {
  color: #fff;
  margin-left: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.div-block {
  width: 100%;
  padding-left: 7.3%;
  padding-right: 0%;
}

.columns {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.service-image {
  width: 100%;
  height: 100%;
}

.service-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.column {
  height: 48vw;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.column-2 {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.service-opacity {
  background-image: linear-gradient(#0000, #0000), url('../images/meraki-hair.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.contact-header {
  color: var(--meraki-brown);
  text-transform: uppercase;
  font-family: Taro, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Taro, sans-serif;
  font-weight: 300;
}

.h2.black {
  color: #000;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
}

.h2.black.service-title {
  color: var(--tan-meraki);
  background-color: #0000;
  border: 1px solid #ced0d6;
  margin-bottom: 0;
  padding: 8px 15px;
  font-size: 25px;
}

.h2.black.service-title.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.h2.black.smaller.top-padding {
  margin-top: 26px;
}

.h2.black.smaller.x {
  background-color: red;
}

.h2.black.smaller.center {
  margin-left: auto;
  margin-right: auto;
}

.h2.black.smaller.center.white {
  color: #fff;
  font-size: 26px;
}

.h2.black.padding {
  margin-top: 20px;
}

.h2.black.x {
  background-color: red;
}

.h2.black.service-title-new {
  width: 75%;
  color: var(--tan-meraki);
  background-color: #0000;
  border: 1px solid #ced0d6;
  margin-bottom: 0;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 23px;
}

.h2.black.service-title-new.center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  display: flex;
}

.h2.black.service-title-new.center._3-column {
  width: 23%;
  font-size: 16px;
  line-height: 22px;
}

.h2.black.service-title-new._3-column {
  width: 50%;
  font-size: 16px;
}

.h2.black.service-title-new._4-column-copy {
  width: 31%;
  font-size: 16px;
}

.h2.black.center {
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  font-family: Taro, sans-serif;
  font-weight: 300;
}

.h5 {
  text-transform: uppercase;
  font-family: Taro, sans-serif;
  font-size: 16px;
}

.h5.service-titles {
  background-color: #0000;
  border: 1px solid #ced0d6;
  border-top-style: none;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 15px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.h5.service-titles-new {
  background-color: #0000;
  border: 1px solid #ced0d6;
  border-top-style: none;
  align-items: center;
  width: 75%;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 15px;
  font-size: 12px;
  line-height: 22px;
  display: flex;
}

.h5.service-titles-new._3-column {
  width: 31%;
}

.h5.service-titles-new._3-column.x {
  background-color: var(--color-2);
}

.service-parralax {
  width: 100%;
  height: 500px;
}

.service-opacity-parralax1 {
  z-index: 5;
  background-color: #00000080;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hair-1000.jpg');
  background-position: 0 0, 50% 21%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.service-opacity-parralax2 {
  z-index: 5;
  background-color: #00000080;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Beauty-1000-3.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.service-button-1 {
  background-image: linear-gradient(#0000, #0000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.section-contact {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px 120px;
  display: flex;
  position: relative;
}

.section-contact.details-invis {
  display: none;
}

.wrapper-100 {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.wrapper-100.beauty-cta {
  display: none;
}

.card-square {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 21vw;
  padding: 88px 32px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-wrapper-square {
  border: 0 solid #000;
  width: 33.33%;
  padding: 0;
  position: relative;
}

.card-wrapper-square.contact-us {
  display: block;
}

.card-wrapper-square.border {
  border-width: 1px;
  border-color: var(--tan-meraki);
}

.card-wrapper-square.contact {
  width: 33.333%;
}

.section-no-padding-bottom {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.section-no-padding-bottom.haze {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cards-no-paddin {
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h4 {
  color: var(--meraki-brown);
  font-family: Taro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.nav-dropdown-3 {
  perspective: none;
  perspective-origin: 50% 0;
  margin-left: 0;
  margin-right: 0;
}

.nav-link-1 {
  color: #21242d;
  text-transform: uppercase;
  padding: 28px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
  transition: color .1s;
}

.nav-link-1:hover {
  color: #4d5464;
}

.nav-link-1.w--current {
  color: #161a25;
}

.nav-link-1.nav-link-dropdown {
  padding-right: 26px;
}

.nav-link-1.nav-link-dropdown.white {
  color: #fff;
  border-bottom: 2px solid #0000;
  margin-bottom: 0;
  padding-left: 13px;
  padding-right: 24px;
  font-size: 9px;
}

.nav-link-1.nav-link-dropdown.white:hover {
  border-bottom: 2px solid var(--meraki-brown);
}

.nav-dropdown-list-2.w--open {
  background-color: var(--meraki-green);
  perspective-origin: 50% 0;
  width: 102%;
  margin-left: -8px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
  inset: 82px 0% auto;
}

.nav-dropdown-list-2.pink {
  background-color: var(--misty-rose-meraki);
}

.nav-dropdown-list-2.brown {
  background-color: var(--tan-meraki);
}

.service-button-2 {
  background-image: linear-gradient(#00000026, #00000026);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.slide-nav-2 {
  padding-top: 40px;
}

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

.brand-logo {
  margin: 9px 12px;
  padding: 8px;
}

.brand-logo.white-logo {
  opacity: .75;
  transition: opacity .2s;
}

.brand-logo.white-logo:hover {
  opacity: 1;
}

.brands {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.section-2 {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px;
  position: relative;
  overflow: hidden;
}

.section-2.brands-bg-section {
  z-index: 1;
  background-image: linear-gradient(#11111180, #11111180), url('../images/TEXTUREv5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 56px 35px;
}

.icon-wrap {
  z-index: 8;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 8%;
}

.icon-scroll {
  border: 1px solid #fff;
  border-radius: 25px;
  width: 30px;
  height: 50px;
  position: relative;
}

.scroll-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 8px auto auto 50%;
  transform: translate(-50%);
}

.breadcrumbs-2 {
  color: #21242d;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.link-grey-2 {
  color: #4d5464;
  text-decoration: none;
}

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

.text-light-grey-2 {
  color: #8e94a2;
}

.sidebar-divider-2 {
  background-color: #e2e4eb;
  border-left: 32px solid #21242d;
  width: 100%;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 32px;
}

.input-2 {
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  height: 48px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
}

.input-2:hover {
  border-color: #c0c4cd;
}

.input-2:focus {
  border-color: #3270ff;
}

.input-2::placeholder {
  color: #8e94a2;
}

.input-2.no-margin {
  margin: 0;
}

.social-button-2 {
  border: 1px solid #e2e4eb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px;
  transition: border-color .2s;
  display: flex;
}

.social-button-2:hover {
  border-color: #c0c4cd;
}

.form-error-2 {
  color: #ff3071;
  background-color: #ff30711a;
  border-radius: 4px;
  margin-top: 12px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 20px;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #21242d;
  background-image: none;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
}

.button-2:hover {
  background-color: #3270ff;
}

.button-2.ghost {
  color: #423f3c;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #423f3c;
}

.button-2.ghost:hover {
  box-shadow: inset 0 0 0 1px #8e94a2;
}

.button-2.subscribe-icon-button {
  background-image: url('../images/paperplane-icon-white.svg'), linear-gradient(#3270ff, #3270ff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  width: 60px;
  margin-left: -6px;
}

.post-tags-block-2 {
  border-top: 1px solid #e2e4eb;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.brand-logo-image {
  filter: brightness(200%) brightness(200%) grayscale();
}

.brand-logo-image.invert {
  filter: brightness(0%) invert();
}

.brand-logo-image.sppa-find {
  filter: invert() brightness(200%);
}

.brand-logo-image.wella {
  filter: invert() grayscale() brightness(200%);
}

.brand-logo-image.kebelo {
  filter: invert() brightness(200%);
}

.brand-logo-image.invert-copy {
  filter: invert(0%);
}

.divslider-holder-bg {
  z-index: 1;
  background-color: var(--dim-grey-meraki);
  position: relative;
}

.subscribe-form-wrapper-footer {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  display: none;
}

.footer-logo-holder {
  width: 100%;
}

.footer-logo {
  width: auto;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.link-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.package-icon {
  padding: 5px;
}

.text-block-3 {
  margin-top: 2px;
  padding-top: 0;
  font-size: 12px;
  line-height: 18px;
}

.h1-home {
  color: var(--tan-meraki);
  text-transform: uppercase;
  font-family: Taro, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.text-block-4 {
  font-family: Taro, sans-serif;
}

._50-service-div {
  width: 50%;
}

.divider-2 {
  background-color: #c0c4cd;
  border-left: 20px solid #21242d;
  width: 48px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.divider-2.center {
  border-left-color: var(--meraki-green);
  margin-left: auto;
  margin-right: auto;
}

.text-grey-2 {
  color: #4d5464;
  width: 100%;
}

.text-grey-2.packages.centre {
  text-align: center;
}

.text-grey-2.white {
  color: #fff;
}

.text-grey-2.bullet-points {
  margin-bottom: 3px;
}

.service-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.service-info.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.service-info._50 {
  width: 50%;
}

.service-info._50.left.environment {
  padding-left: 0;
}

.service-info._50.left.environment.bold-text-contact.x {
  background-color: #d75e5e;
}

.service-info._50.left.environment.reverse {
  padding-left: 15px;
  padding-right: 0;
}

.service-info._50.left.environment._100, .service-info._50.left.top-padding.environment.shop-image {
  width: 100%;
  padding-right: 0;
}

.service-info._50.right.top-padding.environment {
  padding-right: 0;
}

.service-info._50.right.top-padding.environment.x {
  background-color: #d75e5e;
}

.service-info._50.right.top-padding.environment.left {
  padding-right: 15px;
}

.service-info._50.right.top-padding.environment.shop-image, .service-info._50.right.top-padding.environment._100 {
  width: 100%;
  padding-left: 0;
}

.service-info._100-prices-body-text-right {
  width: 50%;
}

.service-info._100-prices-body-text-right.left {
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.service-info._100-prices-body-text-left {
  width: 50%;
}

.service-info._100-prices-body-text-left.left {
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.service-info.brand {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.service-info.padding {
  margin-bottom: 65px;
}

.service-info._50-copy {
  width: 50%;
}

.service-info._50-copy.left.environment {
  padding-left: 0;
}

.service-info._50-copy.left.environment.bold-text-contact.x {
  background-color: #d75e5e;
}

.service-info._50-copy.right.top-padding.environment {
  padding-right: 0;
}

.service-info._50-copy.right.top-padding.environment.x {
  background-color: #d75e5e;
}

.service-info.padding-bottom {
  margin-bottom: 31px;
}

.service-price-list-gridbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.service-price-list-gridbox.top-padding {
  margin-top: 40px;
}

.service-price-list-gridbox.left {
  padding-left: 0;
  padding-right: 20px;
}

.service-price-list-gridbox.right {
  padding-left: 20px;
  padding-right: 0;
}

.service-price-list-gridbox.right.top-padding-phone.classic-lashes {
  display: none;
}

.service-text {
  color: #4d5464;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ced0d6;
  border-top-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 13px;
  display: flex;
}

.service-text.text, .service-text.text-new {
  padding-top: 12px;
  padding-bottom: 12px;
}

.time {
  text-align: center;
  min-width: auto;
  margin-left: auto;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.text-block-5 {
  font-family: Taro, sans-serif;
}

.contact-details-footer {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -32px;
  display: flex;
}

.contact-details-footer.margin-bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.tab-link-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 30%;
  padding-left: 0;
  padding-right: 0;
  font-family: Taro, sans-serif;
  font-weight: 400;
}

.tab-link-2:hover {
  background-color: var(--dim-grey-meraki);
  color: #fff;
}

.tab-link-2.w--current {
  background-color: var(--black-new-meraki);
  color: #fff;
  font-weight: 400;
}

.section-3 {
  z-index: 1;
  background-color: #fff;
  padding: 190px 12% 100px;
  position: relative;
}

.maintxtblackcenter20-40-padding-left-copy-privacy {
  float: none;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 0;
  font-family: Taro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.mainheaderh2blackleft-26-40-padding-left {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Taro, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.tabs-menu-2 {
  text-align: center;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content-2 {
  text-align: left;
  background-color: #0000;
  border-radius: 6px;
  margin-top: 60px;
  padding: 0;
}

.link-7 {
  color: #03518f;
  text-decoration: underline;
  display: inline-block;
}

.link-7:hover, .link-7:visited {
  color: #631f90;
}

.main-h1-heading-left-aligned-40-padding-left {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 39px;
  padding-left: 40px;
  font-family: Taro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.top-nav-div {
  position: absolute;
  inset: 0% 0% auto;
}

.html-embed {
  width: 100%;
  margin-bottom: 0;
}

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

.bold-text-contact {
  font-weight: 400;
}

.div-block-11 {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-div-holder {
  max-width: 29%;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}

.team-div-holder.bottom-no-padding {
  max-width: 23%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.team-div-holder.bottom-no-padding.right {
  max-width: 23%;
  margin-left: 0;
  margin-right: 0;
}

.team-div-holder.right {
  max-width: 24%;
  margin-left: 25px;
  margin-right: 25px;
}

.team-div-holder.left, .team-div-holder.bottom {
  max-width: 23%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.team-text {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 28px;
}

.team-image {
  filter: none;
  margin-bottom: 25px;
}

.team-image.hair {
  border: 4px solid var(--meraki-green);
}

.team-image.beauty {
  border: 4px solid var(--tan-meraki);
}

.team-image.yellow-tint {
  filter: sepia(14%);
}

.footer-bold {
  color: var(--haze);
  font-weight: 400;
}

.text-block-7 {
  font-weight: 400;
}

.sophie-image {
  filter: grayscale();
  margin-bottom: 0;
}

.sophie-about {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.sophie-about._50 {
  width: 50%;
}

.sophie-about._50.left {
  justify-content: center;
  align-items: flex-start;
  width: 60%;
}

.sophie-about-image {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.sophie-about-image._50 {
  width: 50%;
}

.sophie-about-image._50.right.top-padding {
  width: 40%;
}

.sophie-div {
  flex-direction: row;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.divider-sophie {
  background-color: #c0c4cd;
  border-left: 20px solid #21242d;
  width: 48px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.h2-contact {
  color: #fff;
  text-transform: uppercase;
  font-family: Taro, sans-serif;
  font-weight: 300;
}

.h2-contact.black {
  color: var(--meraki-brown);
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
}

.heading-12 {
  color: var(--black-new-meraki);
  font-family: Taro, sans-serif;
  font-weight: 300;
}

.brand-50-div-icon {
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-left: 40px;
  display: flex;
}

.brandsicon.grey-out-black {
  filter: brightness(0%) grayscale();
}

.brand-div60 {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.small-print {
  font-size: 10px;
  font-weight: 300;
}

.gallery-div-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gallery-div-flex.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.gallery-div-flex._50 {
  width: 50%;
}

.gallery-div-flex._50.left.environment {
  padding-left: 0;
}

.gallery-div-flex._50.right.top-padding.environment {
  padding-right: 0;
}

.gallery-div-flex._100-prices-body-text-right {
  width: 50%;
}

.gallery-div-flex._100-prices-body-text-right.left {
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-div-flex._100-prices-body-text-left {
  width: 50%;
}

.gallery-div-flex._100-prices-body-text-left.left {
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.wella-products {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.wella-products.smaller {
  width: auto;
  height: 400px;
}

.product-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  margin-bottom: 15px;
  display: flex;
}

.elemis-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.elemis-product {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.wella-image {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.link-8 {
  color: var(--dark);
}

.meraki {
  font-weight: 400;
}

.contact-link-home {
  color: var(--white);
  font-weight: 300;
}

.text-block-8 {
  color: var(--white);
}

.heading-13 {
  font-family: Taro, sans-serif;
}

.kebelo-products {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.kebelo-products.smaller {
  width: auto;
  height: 500px;
}

.kebelo-product {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.kebelo-image {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.cnd-produc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.cnd-produc.nail-polish {
  width: 60%;
}

.cnd-image {
  width: 65%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.opi-product {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.html-embed-2 {
  width: 100%;
}

.team-div-holder-3 {
  max-width: 46%;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}

.team-div-holder-3.bottom-no-padding {
  max-width: 23%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.team-div-holder-3.bottom-no-padding.right {
  max-width: 23%;
  margin-left: 0;
  margin-right: 0;
}

.team-div-holder-3.right {
  max-width: 24%;
  margin-left: 25px;
  margin-right: 25px;
}

.team-div-holder-3.left, .team-div-holder-3.bottom {
  max-width: 23%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.team-div-holder-3.bottom-no-p {
  margin-bottom: 0;
}

.team-div-holder-3.hidden {
  display: none;
}

.div-block-11-invis {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.good-salon-images {
  width: 350px;
  margin-bottom: 30px;
}

.good-salon-images.no-padding {
  width: 250px;
  margin-bottom: 0;
  padding-top: 0;
}

.text-block-9 {
  font-size: 12px;
}

.html-embed-3 {
  width: 100%;
  height: 51vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-12 {
  width: 100%;
}

.link-meraki {
  color: var(--tan-meraki);
}

.close-popup-button {
  width: 20px;
  display: block;
}

.popup-80pct-holder {
  color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.main-button-style {
  color: #e7e7e7;
  text-align: center;
  background-color: #c63;
  border: 2px solid #c63;
  align-self: center;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  display: block;
}

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

.section-popup {
  background-color: #f2f2f2;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

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

.close-image-holder {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pipup-text {
  color: #4d5464;
  width: 100%;
  padding-right: 30px;
  font-family: Taro, sans-serif;
  font-size: 17px;
}

.popup-20pct-holder {
  justify-content: flex-end;
  align-items: center;
  width: 10%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.content-wrapper {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.content-wrapper.popup {
  width: 1150px;
  max-width: 1200px;
  display: flex;
}

.italic-text {
  color: #4d5464;
  font-family: Taro, sans-serif;
  font-weight: 400;
}

.non-cap-bold {
  text-transform: capitalize;
}

.bikini {
  text-align: left;
  padding-left: 10px;
  font-weight: 300;
  display: block;
}

.pricelist-holder-div {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.service-text-new {
  color: #4d5464;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ced0d6;
  border-top-style: none;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 13px;
  display: flex;
}

.service-text-new.text {
  padding-top: 12px;
  padding-bottom: 12px;
}

.service-text-new._3-column {
  width: 23%;
}

.service-text-new._3-column.x {
  background-color: var(--color-2);
}

.pricelist-item-stretcher-div {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pricelist-intro-holder-div {
  width: 100%;
}

.pricelist-50 {
  width: 48%;
}

.pricelist-50._100 {
  width: 100%;
}

.button-3 {
  background-color: #fff;
  margin-left: 16px;
}

.footer-book-now-holder-div {
  margin-top: 0;
}

.hire-50 {
  width: 48%;
}

.section-nav-bar-filler-service {
  display: none;
}

.image {
  width: 200px;
  margin-top: 13px;
}

.image.black {
  filter: brightness(0%) grayscale();
}

._4-logo-flex-holder {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

._4-logos {
  width: 15%;
}

.video-2 {
  z-index: 100;
}

.wigsco-gallery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 50px;
  display: grid;
}

.hair-loss-facts {
  background-color: var(--tan-meraki);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 41px;
  display: flex;
}

.hair-loss-facts.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.hair-loss-facts._50 {
  width: 50%;
}

.hair-loss-facts._50.left.environment {
  padding-left: 0;
}

.hair-loss-facts._50.left.environment.bold-text-contact.x {
  background-color: #d75e5e;
}

.hair-loss-facts._50.left.environment.reverse {
  padding-left: 15px;
  padding-right: 0;
}

.hair-loss-facts._50.right.top-padding.environment {
  padding-right: 0;
}

.hair-loss-facts._50.right.top-padding.environment.x {
  background-color: #d75e5e;
}

.hair-loss-facts._50.right.top-padding.environment.left {
  padding-right: 15px;
}

.hair-loss-facts._100-prices-body-text-right {
  width: 50%;
}

.hair-loss-facts._100-prices-body-text-right.left {
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.hair-loss-facts._100-prices-body-text-left {
  width: 50%;
}

.hair-loss-facts._100-prices-body-text-left.left {
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.hair-loss-facts.brand {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.hair-loss-facts.padding {
  margin-bottom: 65px;
}

.hair-loss-facts._50-copy {
  width: 50%;
}

.hair-loss-facts._50-copy.left.environment {
  padding-left: 0;
}

.hair-loss-facts._50-copy.left.environment.bold-text-contact.x {
  background-color: #d75e5e;
}

.hair-loss-facts._50-copy.right.top-padding.environment {
  padding-right: 0;
}

.hair-loss-facts._50-copy.right.top-padding.environment.x {
  background-color: #d75e5e;
}

.hair-loss-facts.padding-bottom {
  margin-bottom: 21px;
}

.shop-image {
  width: 100%;
  margin-bottom: 20px;
}

._100-button-holder-div {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-10 {
  font-size: 12px;
}

.list-box {
  width: 100%;
}

.section-4 {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.divider-3 {
  background-color: #c0c4cd;
  border-left: 20px solid #21242d;
  width: 48px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.text-grey-3 {
  color: #4d5464;
  width: 100%;
}

.section-5, .section-6, .section-7 {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 40px;
  display: flex;
  position: relative;
}

.bubble-right {
  z-index: 0;
  width: 3vw;
  position: absolute;
  inset: auto -1vw 0% auto;
}

.speech-bubble-headline {
  font-family: Taro, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
}

.bubble-left {
  z-index: 0;
  width: 3vw;
  position: absolute;
  inset: auto auto 0% -1vw;
}

.speech-bubble-text {
  font-family: Taro, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  position: relative;
}

.speech-bubble-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.effect-1 {
  transform-origin: 50%;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 5vw;
  line-height: 6vw;
  position: relative;
  overflow: hidden;
}

.effect-1.hover {
  transform-origin: 0%;
  color: #c3a4a1;
  text-align: left;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.grid-faq {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.speech-bubble-answer {
  color: #fff;
  background-color: #878f98;
  border-radius: 16px;
  margin-bottom: 12px;
  margin-left: 30%;
  padding: 12px 16px;
}

.speech-bubble-answer.show-if-in-view {
  background-color: var(--meraki-brown);
  position: relative;
}

.text-wrap {
  color: #e0e0e0;
  border-bottom-style: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-wrap.w--current {
  color: #c3a4a1;
}

.sticky-content {
  width: 100%;
  position: sticky;
  top: 160px;
}

.speech-bubble-question {
  background-color: #e5e3e9;
  border-radius: 16px;
  margin-bottom: 12px;
  margin-right: 30%;
  padding: 12px 16px;
  position: relative;
}

.laser-gallery-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.laser-lightbo {
  width: 100%;
}

.steps-div-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.steps-div-holder.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.steps-div-holder._50 {
  width: 50%;
}

.steps-div-holder._50.left.environment {
  padding-left: 0;
}

.steps-div-holder._50.left.environment.bold-text-contact.x {
  background-color: #d75e5e;
}

.steps-div-holder._50.left.environment.reverse {
  padding-left: 15px;
  padding-right: 0;
}

.steps-div-holder._50.left.environment._100, .steps-div-holder._50.left.top-padding.environment.shop-image {
  width: 100%;
  padding-right: 0;
}

.steps-div-holder._50.right.top-padding.environment {
  padding-right: 0;
}

.steps-div-holder._50.right.top-padding.environment.x {
  background-color: #d75e5e;
}

.steps-div-holder._50.right.top-padding.environment.left {
  padding-right: 15px;
}

.steps-div-holder._50.right.top-padding.environment.shop-image, .steps-div-holder._50.right.top-padding.environment._100 {
  width: 100%;
  padding-left: 0;
}

.steps-div-holder._100-prices-body-text-right {
  width: 50%;
}

.steps-div-holder._100-prices-body-text-right.left {
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.steps-div-holder._100-prices-body-text-left {
  width: 50%;
}

.steps-div-holder._100-prices-body-text-left.left {
  width: 100%;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.steps-div-holder.brand {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.steps-div-holder.padding {
  margin-bottom: 65px;
}

.steps-div-holder._50-copy {
  width: 50%;
}

.steps-div-holder._50-copy.left.environment {
  padding-left: 0;
}

.steps-div-holder._50-copy.left.environment.bold-text-contact.x {
  background-color: #d75e5e;
}

.steps-div-holder._50-copy.right.top-padding.environment {
  padding-right: 0;
}

.steps-div-holder._50-copy.right.top-padding.environment.x {
  background-color: #d75e5e;
}

.steps-div-holder.padding-bottom {
  margin-bottom: 31px;
}

.steps-div-holder._100 {
  width: 100%;
}

.steps-icon {
  width: 60px;
  margin-bottom: 15px;
}

.wrapper-new {
  width: 100%;
  max-width: 1200px;
}

._4-step-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 41px;
  display: grid;
}

.steps-div-holder-new {
  text-align: center;
}

html.w-mod-js [data-ix="big-button-hover"] {
  transform: scale(1);
}

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

  .section {
    padding: 80px 8px;
  }

  .section.nav-bar-v1-padding {
    padding-top: 140px;
  }

  .section.dark-mask {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .section.dark-mask.nav-bar-v1-padding {
    height: 53vw;
    padding-top: 68px;
  }

  .section.dark-mask.nav-bar-v1-padding.brands {
    height: 30vw;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.small-padding-vertical {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-v1-section {
    padding-top: 140px;
  }

  .section.hero-v3-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.contact-header-new {
    padding-bottom: 0;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.brand-flex {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper.services-new {
    flex-flow: column;
  }

  ._404-page {
    background-image: linear-gradient(#0000, #0000), url('../images/SLIDER_SLIDE-2.jpg');
    background-position: 0 0, 70%;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro.prices {
    margin-bottom: 15px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v1 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-left: 19px;
    margin-right: 19px;
  }

  .brand {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0;
  }

  .page-wrapper.footer-v1-padding, .page-wrapper.footer-v2-padding {
    padding-bottom: 0;
  }

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .button.white.big-boy {
    height: 70px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button.pricing-button {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11px;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .sg-button-wrapper {
    padding: 40px 20%;
  }

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-sidebar {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 64px;
    position: relative;
  }

  .sg-sidebar-heading {
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sg-sidebar-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sg-sidebar-link {
    width: auto;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sg-back-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style-block {
    text-align: left;
  }

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

  .nav-dropdown-list.w--open {
    background-color: #0000;
    margin-left: 0;
    box-shadow: 0 1px #ffffff1f;
  }

  .nav-link {
    color: #ffffffb3;
    padding: 12px 24px;
    box-shadow: 0 1px #ffffff1f;
  }

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

  .nav-link.w--open, .nav-link.nav-link-dropdown.white {
    box-shadow: none;
  }

  .nav-bar {
    border-top: 1px solid #161a251a;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar.transparent {
    position: absolute;
  }

  .menu-button {
    border-left: 1px solid #161a251a;
    margin-left: 16px;
  }

  .menu-button.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .menu-button.transparent {
    border-left-color: #fff3;
  }

  .nav-bar-v1-navigation {
    padding-right: 0;
  }

  .nav-dropdown-link {
    padding-left: 40px;
  }

  .nav-dropdown-link:hover {
    color: #fff;
  }

  .nav-dropdown-link:visited {
    color: #ffffffb3;
  }

  .nav-dropdown-link.w--current {
    color: var(--white);
  }

  .nav-dropdown-link.pink-bg.w--current {
    color: var(--black-new-meraki);
  }

  .nav-menu-v1 {
    background-color: var(--dim-grey-meraki);
    width: 100%;
    max-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: scroll;
  }

  .nav-dropdown {
    margin-right: 23px;
  }

  .logo {
    height: 60px;
  }

  .bg-image.slider-home-1 {
    height: 100%;
  }

  .bg-image._10 {
    min-height: 40vh;
  }

  .bg-image.slider-home-2, .bg-image.slider-home-3 {
    height: 100%;
  }

  .bg-image.slider-home-4 {
    background-image: url('../images/SLIDER_SLIDE-3.jpg');
    background-position: 75% 60%;
    height: 100%;
  }

  .bg-image.slider-home-5 {
    height: 100%;
  }

  .bg-image.slider-home-6 {
    background-image: url('../images/HEADER-BODY.jpg');
    background-position: 75% 60%;
    height: 100%;
  }

  .bg-image.tanning {
    background-image: url('../images/HEADER-BODY_1.jpg');
    background-position: 50% 10%;
  }

  .bg-image.privacy-policy {
    background-image: url('../images/HEADER-WAXING1.jpg');
    background-position: 50% 10%;
  }

  .bg-image.mens {
    background-image: url('../images/HEADER-MENS.jpg');
    background-position: 50% 10%;
  }

  .bg-image.packages {
    background-image: url('../images/HEADER-BODY.jpg');
    background-position: 50% 10%;
  }

  .bg-image.face-body {
    background-image: url('../images/HEADER-FACE-BODY.jpg');
    background-position: 50% 10%;
  }

  .bg-image.cnd-shellac, .bg-image.opi, .bg-image.spa-find, .bg-image.wella, .bg-image.kebelo, .bg-image.cloud-nine, .bg-image.scrummi, .bg-image.lash-base {
    background-image: url('../images/HEADER-WAXING1.jpg');
    background-position: 50% 10%;
  }

  .bg-image.packages {
    background-image: linear-gradient(#00000047, #00000047), url('../images/Packages-1920-1080-01.jpg');
    background-size: auto, cover;
  }

  .breadcrumbs {
    padding: 12px 8px;
    font-size: 9px;
  }

  .breadcrumbs-arrow {
    width: 11px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .blog-sides {
    flex-wrap: wrap;
  }

  .blog-sidebar {
    width: 50%;
    margin-left: 0;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-side {
    flex: 0 auto;
    width: 100%;
  }

  .post-v1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .input.no-margin {
    margin: 0;
  }

  .sidebar-block.sticky {
    position: static;
  }

  .zoomed-image.contact-us {
    background-image: url('../images/SLIDER_SLIDE-3.jpg');
  }

  .paragraph-small.text-grey.white.center {
    text-align: center;
  }

  .paragraph-small.no-margin {
    margin: 0;
  }

  .form-error.side-margins {
    margin-left: 8px;
    margin-right: 8px;
  }

  .button-arrow-space {
    display: none;
  }

  .post-50 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-v2 {
    margin-bottom: 48px;
  }

  .post-card-preview-l {
    height: 240px;
  }

  .hero-slide {
    padding-top: 8px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .paragraph-big {
    width: 100%;
  }

  .hero-v4-nav {
    height: 52px;
    font-size: 8px;
  }

  .hero-slider {
    height: 800px;
    margin-top: 0;
    padding-top: 0;
  }

  .side-blocks {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .side-blocks.no-margin {
    margin: 0;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .side-block.no-padding-left {
    padding-left: 8.33%;
  }

  .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-padding {
    padding: 0;
  }

  .intro-text {
    padding-top: 0;
  }

  .cards {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper {
    width: 50%;
  }

  .card-wrapper.big {
    width: 100%;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .counter, .message {
    padding-left: 8px;
    padding-right: 8px;
  }

  .message.big {
    padding-top: 49px;
    padding-bottom: 49px;
  }

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

  .testimonials-v1 {
    background-position: 28%;
  }

  .testimonials-v1-slide {
    height: 480px;
  }

  .review-v1 {
    width: 66.66%;
    padding: 40px;
  }

  .review-v1-text {
    font-size: 15px;
  }

  .instagram {
    flex-wrap: wrap;
  }

  .instagram-photo-link {
    flex: 0 auto;
    width: 25%;
  }

  .footer-v1-contact-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .instagram-hover-icon {
    display: none;
  }

  .client-v2-card {
    flex: 28%;
    min-height: 168px;
    margin: 4px;
  }

  .client-v1-bg-text {
    font-size: 32px;
    line-height: 32px;
    top: 32px;
    right: -4px;
  }

  .client-v1-contact-card {
    flex: 28%;
    margin: 4px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-v1-panel {
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-v2 {
    width: 100%;
  }

  .feature-v2 {
    width: 50%;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 24px;
  }

  .feature-v2.footer {
    margin-bottom: 30px;
  }

  .feature-side-info.center {
    text-align: center;
  }

  .content-block {
    padding: 80px 32px;
  }

  .features-v1 {
    flex-wrap: wrap;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .feature-v1 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-v1.side-borders {
    border-left-style: none;
    border-right-style: none;
  }

  .side-info {
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-padding-right {
    padding-right: 0;
  }

  .tab-link {
    padding: 10px 20px;
    font-size: 12px;
  }

  .side-video {
    margin-left: 8px;
    margin-right: 8px;
  }

  .info-card {
    max-width: 100%;
  }

  .info-card-image {
    margin-left: 8px;
    margin-right: 8px;
  }

  .gallery {
    flex-wrap: wrap;
    width: 100vw;
  }

  .gallery-block {
    width: 33.33%;
  }

  .side-block-short {
    width: 100%;
  }

  .side-block-wide {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .pricing-v1 {
    flex-flow: column wrap;
    margin-bottom: -32px;
    padding-left: 16.66%;
    padding-right: 16.66%;
  }

  .pricing-v1-card {
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .testimonials-v2-slide {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-v1-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-v1-section.fixed {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .footer-v2-section.fixed {
    height: auto;
    position: relative;
  }

  .footer-v2-social-link {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .footer-v2-social-icon {
    width: 32px;
  }

  .footer-v2-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2 {
    flex-wrap: wrap;
  }

  .footer-v2-nav {
    flex: 0 auto;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer-v2-right, .footer-v2-left {
    justify-content: center;
    width: 100%;
  }

  .footer-v2-nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .feature-v3 {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-image-v1 {
    height: 224px;
    margin-top: 1px;
  }

  .hero-panel {
    flex-wrap: wrap;
    padding: 40px;
  }

  .hero-v2-side-blocks {
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-panel-heading {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .hero-panel-form-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .counter-cards {
    flex-wrap: wrap;
  }

  .counter-card {
    flex-basis: 45%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .video {
    height: 480px;
    margin-bottom: 64px;
  }

  .footer-v1-top-button {
    display: none;
  }

  .side-image-1 {
    min-height: 560px;
  }

  .side-grid-features {
    width: 100%;
  }

  .side-grid-feature {
    padding-top: 64px;
    padding-bottom: 44px;
  }

  .side-block-slider {
    width: 100%;
    min-height: 600px;
  }

  .pricing-v2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .pricing-v2-card {
    flex: 0 auto;
    width: 58.33%;
    margin-bottom: 40px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .side-block-full {
    width: 100%;
  }

  .contact-v1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-v1-card {
    flex-flow: column-reverse wrap;
  }

  .contact-v1-map {
    flex: 0 auto;
    width: 100%;
    height: 360px;
    margin-bottom: 40px;
  }

  .contact-v1-block {
    width: 100%;
    padding-right: 0;
  }

  .post-33, .post-25 {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-preview-s {
    height: 240px;
  }

  ._404-bg-text {
    font-size: 320px;
  }

  .service-page-bottom {
    flex-wrap: wrap;
  }

  .protected-page {
    padding-left: 8px;
    padding-right: 8px;
  }

  .search-results {
    width: 100%;
  }

  .full-size-map {
    height: 400px;
  }

  .side-block-contact {
    padding-left: 0%;
  }

  .side-block-contact-form {
    padding-left: 0;
    padding-right: 0;
  }

  .side-input-wrapper-50, .side-input-wrapper-100 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-media {
    width: 100%;
    margin-bottom: 40px;
  }

  .side-media.right {
    align-items: center;
  }

  .macbook-side-1 {
    width: 96%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonials-tabs {
    padding-left: 8px;
    padding-right: 8px;
  }

  .testimonials-tabs-icon {
    width: 56px;
    margin-top: -40px;
    left: 0;
  }

  .testimonials-tabs-icon.right {
    margin-top: auto;
    margin-bottom: -40px;
    right: 0;
  }

  .team-v1-member {
    width: 33.33%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .center-features {
    flex-wrap: wrap;
    padding-left: 8px;
    padding-right: 8px;
  }

  .center-features-column {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .center-feature {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .center-features-media {
    order: -1;
    width: 100%;
    margin-bottom: 64px;
    padding-left: 16%;
    padding-right: 16%;
  }

  .side-features-v1 {
    padding-top: 16px;
  }

  .blog-post-wrapper {
    flex: 0 auto;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .components {
    margin-bottom: -16px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .components-link {
    margin-bottom: 16px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .coming-soon {
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-image-v2 {
    height: 224px;
    margin-top: 1px;
  }

  .macbook-side-2 {
    width: 96%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faq {
    flex-wrap: wrap;
    max-width: none;
  }

  .faq-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .question {
    padding-right: 8px;
  }

  .side-features-v2 {
    padding-top: 16px;
  }

  .feature-v4 {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-v3-image {
    background-position: 50% 0;
    background-size: contain;
    width: 100%;
    height: 520px;
    position: relative;
  }

  .hero-v3-play-button {
    top: 0;
  }

  .layout-card {
    padding: 48px;
  }

  .layout-image {
    margin-top: 24px;
  }

  .layout-heading {
    margin-bottom: 0;
    font-size: 16px;
  }

  .sg-color-block {
    width: 33.33%;
    padding: 8px;
  }

  .menu-button-2 {
    width: 72px;
    height: 72px;
    margin-left: 16px;
    padding: 26px;
  }

  .menu-button-2.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .underline {
    display: none;
  }

  .clients-v2-grid {
    flex-wrap: wrap;
    padding: 3px;
    display: flex;
  }

  .search-result-info {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-v3-plan-name {
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing-v3 {
    width: 100vw;
  }

  .pricing-v3-plans {
    top: 0;
  }

  .pricing-v3-category-heading {
    margin: 0;
    font-size: 13px;
  }

  .info {
    flex: none;
  }

  .pricing-v3-category-header {
    padding-left: 18px;
    padding-right: 20px;
    top: 185px;
  }

  .pricing-cell-icon {
    width: 24px;
  }

  .pricing-v3-row-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plan-cell {
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-logo {
    width: 54%;
  }

  .up-button {
    display: none;
  }

  .div-block {
    padding-left: 0%;
  }

  .h2.black {
    font-size: 28px;
  }

  .h2.black.service-title {
    border-right-style: none;
  }

  .h2.black.smaller {
    font-size: 20px;
  }

  .h2.black.padding {
    margin-top: 30px;
  }

  .h2.black.service-title-new {
    border-right-style: none;
    font-size: 15px;
  }

  .h2.black.service-title-new.center {
    border-right-style: solid;
  }

  .h5.service-titles, .h5.service-titles-new {
    border-right-style: none;
    justify-content: flex-start;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 11px;
    line-height: 23px;
  }

  .section-contact {
    padding: 80px 8px;
  }

  .card-square {
    min-height: 25vw;
  }

  .card-wrapper-square {
    width: 33.333%;
  }

  .card-wrapper-square.contact-us {
    display: none;
  }

  .section-no-padding-bottom {
    padding: 80px 8px;
  }

  .cards-no-paddin {
    background-position: 50%;
    background-size: cover;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-3 {
    width: 100%;
  }

  .nav-link-1 {
    color: #ffffffb3;
    padding: 12px 24px;
    box-shadow: 0 1px #ffffff1f;
  }

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

  .nav-link-1.w--open {
    box-shadow: none;
  }

  .nav-link-1.nav-link-dropdown.white {
    width: 100%;
  }

  .nav-dropdown-list-2.w--open {
    margin-left: 0;
    top: auto;
    box-shadow: 0 1px #ffffff1f;
  }

  .brand-logo.white-logo {
    position: relative;
  }

  .brands {
    justify-content: center;
  }

  .section-2 {
    padding: 100px 8px;
  }

  .icon-wrap {
    bottom: 6%;
  }

  .breadcrumbs-2 {
    padding: 12px 8px;
    font-size: 9px;
  }

  .input-2.no-margin {
    margin: 0;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .text-grey-2.packages {
    margin-top: 25px;
  }

  .service-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-info._50 {
    padding-left: 0;
    padding-right: 10px;
  }

  .service-info._50.left {
    padding-left: 8px;
  }

  .service-info._50.right {
    padding-left: 15px;
    padding-right: 0;
  }

  .service-info._50.right.top-padding {
    padding-right: 8px;
  }

  .service-info._50.right.top-padding.environment {
    padding-left: 10px;
  }

  .service-info._100-prices-body-text-right {
    padding-left: 0;
    padding-right: 10px;
  }

  .service-info._100-prices-body-text-right.left {
    padding-left: 8px;
  }

  .service-info._100-prices-body-text-left {
    padding-left: 0;
    padding-right: 10px;
  }

  .service-info._100-prices-body-text-left.left {
    padding-left: 8px;
  }

  .service-info.brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-info._50-copy {
    padding-left: 0;
    padding-right: 10px;
  }

  .service-info._50-copy.left {
    padding-left: 8px;
  }

  .service-info._50-copy.right {
    padding-left: 15px;
    padding-right: 0;
  }

  .service-info._50-copy.right.top-padding {
    padding-right: 8px;
  }

  .service-info._50-copy.right.top-padding.environment {
    padding-left: 10px;
  }

  .service-price-list-gridbox {
    padding-right: 0;
  }

  .service-price-list-gridbox.left {
    padding-left: 0;
  }

  .service-price-list-gridbox.right {
    padding-left: 10px;
  }

  .service-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .time {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    display: block;
  }

  .contact-details-footer {
    width: 100%;
  }

  .contact-details-footer.margin-bottom {
    justify-content: center;
  }

  .tab-link-2 {
    color: #000;
    padding-bottom: 12px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .tab-link-2.w--current {
    padding-bottom: 12px;
  }

  .section-3 {
    padding: 130px 30px 40px;
  }

  .maintxtblackcenter20-40-padding-left-copy-privacy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mainheaderh2blackleft-26-40-padding-left {
    margin-top: 27px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .tabs-menu-2 {
    border-bottom-color: #000;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .main-h1-heading-left-aligned-40-padding-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-11 {
    justify-content: space-around;
  }

  .team-div-holder {
    flex-basis: auto;
  }

  .team-div-holder.bottom-no-padding {
    max-width: 47%;
    margin-bottom: 50px;
  }

  .team-div-holder.bottom-no-padding.right {
    max-width: 47%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .team-div-holder.right {
    max-width: 42%;
  }

  .team-div-holder.left, .team-div-holder.bottom {
    max-width: 47%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .team-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .sophie-about {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sophie-about._50 {
    padding-left: 0;
    padding-right: 10px;
  }

  .sophie-about._50.left {
    padding-left: 8px;
  }

  .sophie-about-image {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sophie-about-image._50 {
    padding-left: 0;
    padding-right: 10px;
  }

  .sophie-about-image._50.right {
    padding-left: 15px;
    padding-right: 0;
  }

  .sophie-about-image._50.right.top-padding {
    padding-right: 8px;
  }

  .sophie-div {
    flex-direction: row;
    display: flex;
  }

  .h2-contact.black {
    font-size: 28px;
  }

  .gallery-div-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-div-flex._50 {
    padding-left: 0;
    padding-right: 10px;
  }

  .gallery-div-flex._50.left {
    padding-left: 8px;
  }

  .gallery-div-flex._50.right {
    padding-left: 15px;
    padding-right: 0;
  }

  .gallery-div-flex._50.right.top-padding {
    padding-right: 8px;
  }

  .gallery-div-flex._100-prices-body-text-right {
    padding-left: 0;
    padding-right: 10px;
  }

  .gallery-div-flex._100-prices-body-text-right.left {
    padding-left: 8px;
  }

  .gallery-div-flex._100-prices-body-text-left {
    padding-left: 0;
    padding-right: 10px;
  }

  .gallery-div-flex._100-prices-body-text-left.left {
    padding-left: 8px;
  }

  .wella-products {
    margin-bottom: 39px;
  }

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

  .kebelo-products {
    margin-bottom: 39px;
    padding-left: 0;
    padding-right: 0;
  }

  .kebelo-products.smaller {
    height: 300px;
  }

  .kebelo-product {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .kebelo-image {
    margin-bottom: 40px;
  }

  .cnd-produc {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cnd-image {
    margin-bottom: 40px;
  }

  .opi-product {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .team-div-holder-3 {
    flex-basis: auto;
  }

  .team-div-holder-3.bottom-no-padding {
    max-width: 47%;
    margin-bottom: 50px;
  }

  .team-div-holder-3.bottom-no-padding.right {
    max-width: 47%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .team-div-holder-3.right {
    max-width: 42%;
  }

  .team-div-holder-3.left, .team-div-holder-3.bottom {
    max-width: 47%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .div-block-11-invis {
    justify-content: space-around;
  }

  .html-embed-3 {
    width: 100%;
    height: 56vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .close-popup-button {
    width: 20px;
    max-width: none;
  }

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

  .pipup-text {
    font-size: 15px;
    line-height: 20px;
  }

  .popup-20pct-holder {
    align-self: center;
  }

  .content-wrapper {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .content-wrapper.popup {
    padding-right: 14px;
  }

  .service-text-new {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

  .pricelist-50 {
    width: 100%;
  }

  .image {
    width: 150px;
  }

  ._4-logos {
    width: 18%;
  }

  .hair-loss-facts {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hair-loss-facts._50 {
    padding-left: 0;
    padding-right: 10px;
  }

  .hair-loss-facts._50.left {
    padding-left: 8px;
  }

  .hair-loss-facts._50.right {
    padding-left: 15px;
    padding-right: 0;
  }

  .hair-loss-facts._50.right.top-padding {
    padding-right: 8px;
  }

  .hair-loss-facts._50.right.top-padding.environment {
    padding-left: 10px;
  }

  .hair-loss-facts._100-prices-body-text-right {
    padding-left: 0;
    padding-right: 10px;
  }

  .hair-loss-facts._100-prices-body-text-right.left {
    padding-left: 8px;
  }

  .hair-loss-facts._100-prices-body-text-left {
    padding-left: 0;
    padding-right: 10px;
  }

  .hair-loss-facts._100-prices-body-text-left.left {
    padding-left: 8px;
  }

  .hair-loss-facts.brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hair-loss-facts._50-copy {
    padding-left: 0;
    padding-right: 10px;
  }

  .hair-loss-facts._50-copy.left {
    padding-left: 8px;
  }

  .hair-loss-facts._50-copy.right {
    padding-left: 15px;
    padding-right: 0;
  }

  .hair-loss-facts._50-copy.right.top-padding {
    padding-right: 8px;
  }

  .hair-loss-facts._50-copy.right.top-padding.environment {
    padding-left: 10px;
  }

  .image-4 {
    width: 100%;
  }

  .section-4, .section-5, .section-6, .section-7 {
    padding: 80px 8px;
  }

  .content {
    margin-top: 21px;
  }

  .effect-1 {
    font-size: 4rem;
    line-height: 1em;
  }

  .sticky-content {
    top: 4rem;
  }

  .laser-gallery-flex {
    grid-template-columns: 1fr 1fr;
  }

  .steps-div-holder {
    padding-left: 8px;
    padding-right: 8px;
  }

  .steps-div-holder._50 {
    padding-left: 0;
    padding-right: 10px;
  }

  .steps-div-holder._50.left {
    padding-left: 8px;
  }

  .steps-div-holder._50.right {
    padding-left: 15px;
    padding-right: 0;
  }

  .steps-div-holder._50.right.top-padding {
    padding-right: 8px;
  }

  .steps-div-holder._50.right.top-padding.environment {
    padding-left: 10px;
  }

  .steps-div-holder._100-prices-body-text-right {
    padding-left: 0;
    padding-right: 10px;
  }

  .steps-div-holder._100-prices-body-text-right.left {
    padding-left: 8px;
  }

  .steps-div-holder._100-prices-body-text-left {
    padding-left: 0;
    padding-right: 10px;
  }

  .steps-div-holder._100-prices-body-text-left.left {
    padding-left: 8px;
  }

  .steps-div-holder.brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .steps-div-holder._50-copy {
    padding-left: 0;
    padding-right: 10px;
  }

  .steps-div-holder._50-copy.left {
    padding-left: 8px;
  }

  .steps-div-holder._50-copy.right {
    padding-left: 15px;
    padding-right: 0;
  }

  .steps-div-holder._50-copy.right.top-padding {
    padding-right: 8px;
  }

  .steps-div-holder._50-copy.right.top-padding.environment {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.nav-bar-v1-padding {
    padding-top: 124px;
  }

  .section.dark-mask.nav-bar-v1-padding {
    padding-top: 69px;
  }

  .section.dark-mask.nav-bar-v1-padding.brands {
    height: 35vw;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero-v2-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Full-1920-1080-2.jpg');
    background-position: 0 0, 59%;
  }

  .section.small-padding-vertical {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.hero-v3-section {
    padding-bottom: 64px;
  }

  .section.contact {
    padding-top: 25px;
  }

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

  .wrapper.service-bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper.services-flex {
    flex-direction: column;
  }

  .wrapper.brand-flex {
    flex-direction: column-reverse;
  }

  .wrapper.environemntflex {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.environemntflex.stretch, .wrapper.environemntflex.stretch.reverse {
    flex-direction: column-reverse;
  }

  .wrapper.environemntflex.stretch.grid {
    grid-template-columns: 1fr;
  }

  .wrapper.services-new, .wrapper.hire-flex {
    flex-direction: column;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 48px;
  }

  .intro.wide.no-margin {
    margin-top: 0;
  }

  .intro.wide.no-margin.left-align {
    padding-right: 0;
  }

  .intro.prices {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title.big {
    margin-bottom: 16px;
  }

  .title.big.white {
    margin-bottom: 10px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .changelog, .licence-items {
    width: 100%;
  }

  .licence-item {
    padding: 32px;
  }

  .licence-item-info {
    padding-left: 32px;
  }

  .button.white.big-boy {
    width: 95%;
  }

  .button.call-back-button {
    margin-top: 8px;
  }

  .sg-button-wrapper {
    padding: 32px 16%;
  }

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

  .bg-image.slider-home-1 {
    min-height: 57vh;
  }

  .bg-image.slider-home-2, .bg-image.slider-home-3, .bg-image.slider-home-4, .bg-image.slider-home-5 {
    min-height: 54vh;
  }

  .bg-image.slider-home-6 {
    min-height: 54vh;
  }

  .bg-image.tanning {
    background-image: url('../images/HEADER-BODY_1.jpg');
    background-position: 70%;
  }

  .bg-image.privacy-policy {
    background-image: url('../images/HEADER-WAXING1.jpg');
    background-position: 70%;
  }

  .bg-image.mens {
    background-image: url('../images/HEADER-MENS.jpg');
    background-position: 70%;
  }

  .bg-image.packages {
    background-image: url('../images/HEADER-BODY.jpg');
    background-position: 70%;
  }

  .bg-image.face-body {
    background-image: url('../images/HEADER-FACE-BODY.jpg');
    background-position: 70%;
  }

  .bg-image.cnd-shellac, .bg-image.opi, .bg-image.spa-find, .bg-image.wella, .bg-image.kebelo, .bg-image.cloud-nine, .bg-image.scrummi, .bg-image.lash-base {
    background-image: url('../images/HEADER-WAXING1.jpg');
    background-position: 70%;
  }

  .bg-image.packages {
    background-image: linear-gradient(#00000047, #00000047), url('../images/Packages-1920-1080-01.jpg');
    background-size: auto, cover;
  }

  .blog-sidebar {
    width: 66.66%;
  }

  .input.no-margin {
    margin: 0;
  }

  .zoomed-image.body._1 {
    border-right-width: 4px;
  }

  .zoomed-image.massage._1 {
    border-top-width: 2px;
    border-right-width: 2px;
  }

  .zoomed-image.eye-enhancement._1 {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }

  .zoomed-image.hands-feet._1 {
    border-left-width: 4px;
  }

  .zoomed-image.wedding._1 {
    border-right-width: 4px;
  }

  .zoomed-image.wigsco._1 {
    border-top-width: 2px;
    border-right-width: 2px;
  }

  .paragraph-small.no-margin {
    margin: 0;
  }

  .post-50 {
    width: 100%;
  }

  .post-card-preview-l {
    height: 320px;
  }

  .divider.white {
    margin-bottom: 20px;
  }

  .inline-elements {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-slide {
    padding-left: 57px;
    padding-right: 57px;
  }

  .paragraph-big {
    width: auto;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 16px;
  }

  .slider-arrow-button.left, .slider-arrow-button.right {
    width: 50px;
    height: 50px;
  }

  .hero-v4-nav {
    padding-top: 30px;
  }

  .hero-slider {
    height: 500px;
  }

  .side-blocks.no-margin {
    margin: 0;
  }

  .side-block.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding {
    padding: 0;
  }

  .card {
    min-height: 320px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .counters {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 48px;
  }

  .message {
    flex-direction: column;
  }

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

  .testimonials-v1 {
    background-position: 7%;
  }

  .review-v1 {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 24px;
  }

  .review-v1-text {
    font-size: 13px;
    line-height: 24px;
  }

  .review-v1-avatar {
    margin-bottom: 24px;
  }

  .review-v1-info {
    padding-left: 0;
  }

  .review-v1-icon {
    top: 24px;
    bottom: auto;
    right: 24px;
  }

  .message-text, .message-icon {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .client-v2-card {
    min-height: 25vw;
  }

  .client-v1-bg-text {
    top: 20px;
  }

  .client-v1-contact-card {
    min-height: 25vw;
    padding: 40px 20px 16px;
  }

  .footer-v1-nav-link {
    margin-right: 20px;
    font-size: 9px;
  }

  .features-v2 {
    margin-bottom: 0;
    padding-right: 8.33%;
  }

  .feature-v2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-v2.footer.bottom-no-pad {
    margin-bottom: 0;
  }

  .feature-side-info {
    justify-content: center;
    align-items: flex-start;
  }

  .content-block {
    padding: 64px 24px;
  }

  .features-v1 {
    padding-left: 12%;
    padding-right: 12%;
  }

  .no-padding-right {
    padding-right: 0;
  }

  .tabs-menu {
    margin-bottom: 64px;
  }

  .info-card {
    flex-direction: column;
    max-width: 100%;
  }

  .info-card-content {
    text-align: center;
    align-items: center;
    padding-top: 24px;
    padding-left: 0;
  }

  .info-card-image {
    width: 66.66%;
  }

  .gallery-block {
    width: 50%;
  }

  .gallery-block.button-block {
    order: 1;
    width: 50%;
  }

  .gallery-block.quote-block {
    order: -1;
  }

  .pricing-v1-card {
    padding-left: 15%;
    padding-right: 15%;
  }

  .testimonials-v2-slide {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-social-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-v2-social-icon {
    width: 24px;
  }

  .footer-v2-nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .features-v3.margin-bottom {
    margin-bottom: 0;
  }

  .feature-image-v1 {
    height: 184px;
  }

  .hero-panel-heading {
    margin-bottom: 24px;
  }

  .hero-panel-form-wrapper {
    margin-bottom: 0;
  }

  .hero-panel-form {
    flex-wrap: wrap;
  }

  .hero-panel-input-block {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .video {
    height: 360px;
    margin-bottom: 48px;
    padding: 16px;
  }

  .video-info-panel {
    padding-left: 12px;
    padding-right: 16px;
  }

  .footer-bottom-left {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 8px;
  }

  .footer-bottom-right {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
  }

  .side-image-1 {
    min-height: 400px;
  }

  .side-grid-feature {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .side-block-slider {
    min-height: 480px;
  }

  .pricing-v2-card {
    width: 75%;
  }

  .side-block-full {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-v1-card {
    padding: 40px;
  }

  .contact-v1-map {
    height: 280px;
  }

  .post-33, .post-25 {
    width: 100%;
  }

  .post-card-preview-s {
    height: 320px;
  }

  ._404-bg-text {
    font-size: 264px;
  }

  .service-page-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .full-size-map {
    height: 280px;
  }

  .testimonials-tabs {
    max-width: 100%;
  }

  .review-tab {
    font-size: 16px;
    line-height: 28px;
  }

  .review-tab-author {
    margin-top: 20px;
  }

  .review-tab-menu {
    margin-bottom: 20px;
  }

  .review-tab-link {
    margin: 4px;
  }

  .review-tab-avatar {
    width: 40px;
    height: 40px;
  }

  .review-tab-rating {
    margin-bottom: 16px;
  }

  .team-v1-member {
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .center-features {
    flex-wrap: wrap;
  }

  .center-features-column {
    text-align: center;
    width: 50%;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .center-feature {
    margin-bottom: 24px;
  }

  .center-features-media {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 25%;
    padding-right: 25%;
    display: flex;
  }

  .components {
    justify-content: center;
    align-items: center;
  }

  .components-link {
    flex-basis: 40%;
    padding: 20px;
  }

  .feature-image-v2 {
    height: 184px;
  }

  .faq-column {
    width: 100%;
  }

  .question {
    padding-right: 0;
  }

  .feature-v4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-v4-image {
    height: 184px;
  }

  .hero-v3-image {
    height: 400px;
  }

  .layout-card {
    padding: 32px 5vw;
  }

  .sg-color-card {
    height: 120px;
  }

  .menu-button-2 {
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .pricing-v3-plan-name {
    font-size: 13px;
    display: none;
    position: sticky;
  }

  .pricing-v3-plan-name.mobile-plan-name {
    box-shadow: 0 0 0 1px var(--grey-4);
    background-color: #fff;
    border: 1px #000;
    flex: 1;
    margin: 0;
    display: block;
    overflow: hidden;
  }

  .pricing-v3-tag {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing-v3-plans {
    position: static;
  }

  .pricing-v3-plans.mobile-bottom {
    border-top: 1px solid #e1e6ee;
    display: flex;
  }

  .pricing-v3-plans.mobile-plans {
    display: flex;
    position: sticky;
  }

  .pricing-v3-category-heading {
    margin: 0;
    font-size: 11px;
  }

  .pricing-v3-category-header {
    padding: 8px 16px 8px 14px;
    top: 40px;
  }

  .pricing-v3-cell {
    min-height: 48px;
    font-size: 13px;
  }

  .pricing-v3-row-header {
    border-bottom: 1px solid #e1e6ee;
    width: 100%;
    min-height: 32px;
    padding: 4px 16px;
    font-size: 12px;
    line-height: 16px;
  }

  .pricing-v3-currency {
    margin-top: 0;
    margin-left: -11px;
    font-size: 14px;
  }

  .pricing-plan-cell {
    width: 33.33%;
    padding-top: 16px;
  }

  .pricing-plan-cell.first {
    display: none;
  }

  .pricing-v3-row {
    flex-wrap: wrap;
  }

  .changelog-contact-text {
    font-size: 12px;
    line-height: 20px;
  }

  .columns {
    height: auto;
  }

  .column {
    height: 94vw;
  }

  .h2.black.service-title, .h2.black.smaller {
    font-size: 18px;
  }

  .h2.black.smaller.top-padding {
    margin-top: 15px;
  }

  .h2.black.service-title-new {
    font-size: 14px;
    line-height: 21px;
  }

  .h2.black.service-title-new.center {
    border-right-style: solid;
    min-width: 20%;
  }

  .h2.black.service-title-new.center._3-column {
    border-right-style: solid;
  }

  .h5.service-titles, .h5.service-titles-new {
    line-height: 18px;
  }

  .section-contact {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card-square {
    min-height: 39vw;
  }

  .card-wrapper-square {
    width: 50%;
  }

  .card-wrapper-square.contact-us {
    display: none;
  }

  .card-wrapper-square.contact {
    width: 100%;
  }

  .section-no-padding-bottom {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nav-dropdown-3 {
    width: 100%;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icon-wrap {
    height: 50px;
    top: auto;
    bottom: 8%;
  }

  .input-2.no-margin {
    margin: 0;
  }

  .footer-logo {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-home {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 33px;
  }

  ._50-service-div {
    width: 100%;
  }

  .text-grey-2 {
    font-size: 14px;
  }

  .text-grey-2.packages {
    margin-top: 30px;
  }

  .service-info._50.left {
    width: 100%;
    padding-right: 8px;
  }

  .service-info._50.left.environment {
    padding-left: 0;
    padding-right: 0;
  }

  .service-info._50.left.top-padding.environment.shop-image {
    margin-bottom: 10px;
  }

  .service-info._50.right {
    width: 100%;
    padding-left: 0;
  }

  .service-info._50.right.top-padding {
    margin-top: 30px;
  }

  .service-info._50.right.top-padding.environment {
    padding-left: 0;
    padding-right: 0;
  }

  .service-info._50.right.top-padding.environment._100 {
    margin-top: 0;
  }

  .service-info._100-prices-body-text-right.left, .service-info._100-prices-body-text-left.left {
    width: 100%;
    padding-right: 8px;
  }

  .service-info.brand {
    padding-left: 0;
    padding-right: 0;
  }

  .service-info.padding {
    margin-bottom: 50px;
  }

  .service-info._50-copy.left {
    width: 100%;
    padding-right: 8px;
  }

  .service-info._50-copy.left.environment {
    padding-left: 0;
    padding-right: 0;
  }

  .service-info._50-copy.right {
    width: 100%;
    padding-left: 0;
  }

  .service-info._50-copy.right.top-padding {
    margin-top: 30px;
  }

  .service-info._50-copy.right.top-padding.environment {
    padding-right: 0;
  }

  .service-price-list-gridbox {
    padding-left: 0;
    padding-right: 0;
  }

  .service-price-list-gridbox.top-padding {
    margin-top: 30px;
  }

  .service-price-list-gridbox.top-padding.left {
    grid-template-columns: 1fr 1fr 1fr .75fr;
  }

  .service-price-list-gridbox.left {
    grid-template-columns: 1fr 1fr 1fr .75fr;
    padding-left: 0;
    padding-right: 0;
  }

  .service-price-list-gridbox.right {
    padding-left: 0;
    padding-right: 0;
  }

  .service-price-list-gridbox.right.top-padding {
    grid-template-columns: 1fr 1fr 1fr .75fr;
  }

  .service-price-list-gridbox.right.top-padding-phone {
    grid-template-columns: 1fr 1fr 1fr .75fr;
    margin-top: 30px;
  }

  .service-text {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 21px;
  }

  .time {
    margin-left: auto;
  }

  .contact-details-footer {
    margin-bottom: -48px;
    padding-right: 8.33%;
  }

  .contact-details-footer.margin-bottom {
    justify-content: center;
    align-items: center;
    padding-right: 0%;
  }

  .tab-link-2 {
    color: #000;
    text-align: left;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link-2:hover {
    background-color: var(--dim-grey-meraki);
    color: #fff;
  }

  .tab-link-2.w--current {
    background-color: var(--black-new-meraki);
    color: #fff;
    font-weight: 600;
  }

  .section-3 {
    padding: 115px 25px 25px;
    font-size: 12px;
  }

  .maintxtblackcenter20-40-padding-left-copy-privacy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainheaderh2blackleft-26-40-padding-left {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .tabs-menu-2 {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 58px;
    padding-top: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .tabs-content-2 {
    margin-top: 157px;
    padding: 25px 20px;
  }

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

  .main-h1-heading-left-aligned-40-padding-left {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 26px;
  }

  .div-block-11 {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .team-div-holder {
    max-width: 44%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .team-div-holder.bottom-no-padding {
    max-width: 46%;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .team-div-holder.bottom-no-padding.right {
    max-width: 46%;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 0;
  }

  .team-div-holder.right {
    margin-right: 0;
  }

  .team-div-holder.left, .team-div-holder.bottom {
    max-width: 46%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 0;
  }

  .team-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .sophie-about._50.left {
    width: 100%;
    padding-right: 8px;
  }

  .sophie-about-image._50.right {
    width: 100%;
    padding-left: 0;
  }

  .sophie-about-image._50.right.top-padding {
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
    padding-right: 0;
  }

  .sophie-div {
    flex-direction: column-reverse;
    width: 46%;
    margin-bottom: 40px;
    margin-right: 15px;
    padding-right: 0;
  }

  .divider-sophie {
    display: none;
  }

  .brand-50-div-icon {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .brand-div60 {
    width: 100%;
  }

  .gallery-div-flex {
    flex-wrap: wrap;
  }

  .gallery-div-flex._50.left {
    width: 100%;
    padding-right: 8px;
  }

  .gallery-div-flex._50.left.environment {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-div-flex._50.right {
    width: 100%;
    padding-left: 0;
  }

  .gallery-div-flex._50.right.top-padding {
    margin-top: 30px;
  }

  .gallery-div-flex._50.right.top-padding.environment {
    padding-right: 0;
  }

  .gallery-div-flex._100-prices-body-text-right.left, .gallery-div-flex._100-prices-body-text-left.left {
    width: 100%;
    padding-right: 8px;
  }

  .wella-products {
    width: 100%;
  }

  .product-holder {
    width: 48%;
    margin-bottom: 25px;
  }

  .elemis-image, .elemis-product, .wella-image, .kebelo-products {
    width: 100%;
  }

  .kebelo-products.smaller {
    width: 100%;
    height: auto;
  }

  .kebelo-product, .kebelo-image, .cnd-produc, .cnd-produc.nail-polish, .cnd-image, .opi-product {
    width: 100%;
  }

  .team-div-holder-3 {
    max-width: 43%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .team-div-holder-3.bottom-no-padding {
    max-width: 46%;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .team-div-holder-3.bottom-no-padding.right {
    max-width: 46%;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 0;
  }

  .team-div-holder-3.right {
    margin-right: 0;
  }

  .team-div-holder-3.left, .team-div-holder-3.bottom {
    max-width: 46%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 0;
  }

  .div-block-11-invis {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .good-salon-images {
    width: 250px;
    margin-bottom: 20px;
  }

  .good-salon-images.no-padding.covid {
    width: 180px;
  }

  .close-popup-button {
    width: 20px;
  }

  .main-button-style.popup {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .pipup-text {
    padding-right: 20px;
    font-size: 13px;
    line-height: 16px;
  }

  .popup-20pct-holder {
    width: 10%;
  }

  .content-wrapper {
    margin-top: auto;
    margin-bottom: auto;
  }

  .content-wrapper.popup {
    padding-left: 15px;
    padding-right: 13px;
  }

  .italic-text {
    line-height: 19px;
  }

  .service-text-new {
    min-width: 20%;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 21px;
  }

  .hire-50 {
    width: 100%;
  }

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

  .section-nav-bar-filler-service {
    background-color: var(--black-new-meraki);
    height: 50px;
    padding-top: 0;
    padding-bottom: 59px;
    display: none;
  }

  .image {
    margin-bottom: 30px;
  }

  ._4-logo-flex-holder {
    flex-wrap: wrap;
  }

  ._4-logos {
    width: 36%;
    margin-bottom: 15px;
  }

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

  .image-3 {
    margin-bottom: 18px;
  }

  .hair-loss-facts._50.left {
    width: 100%;
    padding-right: 8px;
  }

  .hair-loss-facts._50.left.environment {
    padding-left: 0;
    padding-right: 0;
  }

  .hair-loss-facts._50.right {
    width: 100%;
    padding-left: 0;
  }

  .hair-loss-facts._50.right.top-padding {
    margin-top: 30px;
  }

  .hair-loss-facts._50.right.top-padding.environment {
    padding-left: 0;
    padding-right: 0;
  }

  .hair-loss-facts._100-prices-body-text-right.left, .hair-loss-facts._100-prices-body-text-left.left {
    width: 100%;
    padding-right: 8px;
  }

  .hair-loss-facts.brand {
    padding-left: 0;
    padding-right: 0;
  }

  .hair-loss-facts.padding {
    margin-bottom: 50px;
  }

  .hair-loss-facts._50-copy.left {
    width: 100%;
    padding-right: 8px;
  }

  .hair-loss-facts._50-copy.left.environment {
    padding-left: 0;
    padding-right: 0;
  }

  .hair-loss-facts._50-copy.right {
    width: 100%;
    padding-left: 0;
  }

  .hair-loss-facts._50-copy.right.top-padding {
    margin-top: 30px;
  }

  .hair-loss-facts._50-copy.right.top-padding.environment {
    padding-right: 0;
  }

  .section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-grey-3 {
    font-size: 14px;
  }

  .section-5, .section-6, .section-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .bubble-right {
    width: 24px;
    right: -6px;
  }

  .bubble-left {
    width: 24px;
    left: -6px;
  }

  .grid-faq {
    grid-template-columns: 1fr;
  }

  .sticky-content {
    top: 4rem;
  }

  .speech-bubble-question {
    margin-right: 15%;
  }

  .steps-div-holder._50.left {
    width: 100%;
    padding-right: 8px;
  }

  .steps-div-holder._50.left.environment {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-div-holder._50.left.top-padding.environment.shop-image {
    margin-bottom: 10px;
  }

  .steps-div-holder._50.right {
    width: 100%;
    padding-left: 0;
  }

  .steps-div-holder._50.right.top-padding {
    margin-top: 30px;
  }

  .steps-div-holder._50.right.top-padding.environment {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-div-holder._50.right.top-padding.environment._100 {
    margin-top: 0;
  }

  .steps-div-holder._100-prices-body-text-right.left, .steps-div-holder._100-prices-body-text-left.left {
    width: 100%;
    padding-right: 8px;
  }

  .steps-div-holder.brand {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-div-holder.padding {
    margin-bottom: 50px;
  }

  .steps-div-holder._50-copy.left {
    width: 100%;
    padding-right: 8px;
  }

  .steps-div-holder._50-copy.left.environment {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-div-holder._50-copy.right {
    width: 100%;
    padding-left: 0;
  }

  .steps-div-holder._50-copy.right.top-padding {
    margin-top: 30px;
  }

  .steps-div-holder._50-copy.right.top-padding.environment {
    padding-right: 0;
  }

  ._4-step-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.dark-mask.nav-bar-v1-padding {
    padding-top: 23px;
  }

  .section.dark-mask.nav-bar-v1-padding.brands {
    height: 50vw;
  }

  .section.no-padding-side, .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.brand-flex, .wrapper.environemntflex.stretch {
    margin-top: 0;
  }

  ._404-page {
    background-image: url('../images/SLIDER_SLIDE-2.jpg');
    background-position: 75%;
  }

  .no-margin {
    margin: 0;
  }

  .intro.wide.no-margin {
    margin-top: 0;
  }

  .intro.wide.no-margin.left-align {
    padding-right: 0;
  }

  .title.big.white {
    margin-bottom: 9px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-item-info {
    text-align: center;
    margin-top: 16px;
    padding-left: 0;
  }

  .button.white.big-boy {
    width: 90%;
  }

  .button.margin-left {
    margin-top: 12px;
    margin-left: 0;
  }

  .button.search-button {
    margin-top: -8px;
    margin-left: 0;
  }

  .button.pricing-button {
    color: #0000;
    background-image: url('../images/buy-icon-white.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .sg-button-block {
    width: 100%;
  }

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

  .nav-dropdown-link.pink-bg {
    color: #2e2c29c4;
  }

  .nav-dropdown-link.pink-bg:hover {
    color: var(--black-new-meraki);
  }

  .nav-dropdown-link.pink-bg:visited {
    background-color: #2e2c29c4;
  }

  .bg-image.slider-home-1 {
    min-height: 54vw;
  }

  .bg-image.tanning {
    background-image: linear-gradient(#0000, #0000), url('../images/HEADER-BODY_1.jpg');
    background-position: 0 0, 70% 0;
    background-size: auto, auto 130%;
  }

  .bg-image.privacy-policy {
    background-image: linear-gradient(#0000, #0000), url('../images/HEADER-WAXING1.jpg');
    background-position: 0 0, 70% 0;
    background-size: auto, auto 130%;
  }

  .bg-image.mens {
    background-image: linear-gradient(#0000, #0000), url('../images/HEADER-MENS.jpg');
    background-position: 0 0, 70% 0;
    background-size: auto, auto 130%;
  }

  .bg-image.packages {
    background-image: linear-gradient(#0000, #0000), url('../images/HEADER-BODY.jpg');
    background-position: 0 0, 70% 0;
    background-size: auto, auto 130%;
  }

  .bg-image.face-body {
    background-image: linear-gradient(#0000, #0000), url('../images/HEADER-FACE-BODY.jpg');
    background-position: 0 0, 70% 0;
    background-size: auto, auto 130%;
  }

  .bg-image.cnd-shellac, .bg-image.opi, .bg-image.spa-find, .bg-image.wella, .bg-image.kebelo, .bg-image.cloud-nine, .bg-image.scrummi, .bg-image.lash-base {
    background-image: linear-gradient(#0000, #0000), url('../images/HEADER-WAXING1.jpg');
    background-position: 0 0, 70% 0;
    background-size: auto, auto 130%;
  }

  .bg-image.packages {
    background-image: linear-gradient(#00000047, #00000047), url('../images/Packages-1920-1080-01.jpg');
  }

  .blog-sidebar {
    width: 100%;
  }

  .input.no-margin {
    margin: 0;
  }

  .zoomed-image.face._1 {
    border-right-width: 4px;
  }

  .zoomed-image.body._1 {
    border-top-width: 2px;
    border-left-width: 4px;
  }

  .zoomed-image.massage._1, .zoomed-image.eye-enhancement._1 {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .zoomed-image.hands-feet._1 {
    border-bottom-width: 2px;
    border-right-width: 4px;
  }

  .zoomed-image.waxing._1 {
    border-left-width: 4px;
  }

  .zoomed-image.salon._1 {
    border-right-width: 4px;
  }

  .zoomed-image.wedding._1 {
    border-top-width: 2px;
    border-left-width: 4px;
  }

  .zoomed-image.wigsco._1 {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .zoomed-image.contact._1 {
    border-left-width: 4px;
  }

  .zoomed-image.reflexology._1, .zoomed-image.reflexology1._1, .zoomed-image.reflexology1.skin-rejuv, .zoomed-image.packages._1, .zoomed-image.packages.hair-removal {
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .paragraph-small.no-margin {
    margin: 0;
  }

  .post-card-preview-l {
    height: 232px;
  }

  .divider.white {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .slider-arrow {
    display: none;
  }

  .inline-elements {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-slide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-big {
    margin-bottom: 20px;
  }

  .slider-arrow-button.left, .slider-arrow-button.right {
    display: none;
  }

  .hero-slider {
    height: 560px;
  }

  .side-blocks.no-margin {
    margin: 0;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.no-padding-side, .side-block.no-padding-left {
    padding-left: 0;
    padding-right: 0;
  }

  .no-padding {
    padding: 0;
  }

  .card-wrapper {
    width: 100%;
  }

  .card-info {
    max-width: 356px;
  }

  .card-number-v1.color-2 {
    display: none;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .counter {
    width: 100%;
  }

  .message {
    text-align: center;
  }

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

  .testimonials-v1 {
    background-position: 50%;
    background-size: cover;
  }

  .testimonials-v1-arrow.right, .testimonials-v1-arrow.left {
    display: none;
  }

  .testimonials-v1-slide {
    height: 700px;
  }

  .review-v1 {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding: 32px;
  }

  .instagram-link {
    padding: 16px 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .footer-v1-contact-wrapper {
    flex-direction: column;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .client-v2-card {
    flex: 0 auto;
    width: 100%;
    min-height: 40vw;
    padding: 16px;
  }

  .client-v1-contact-card {
    min-height: 40vw;
  }

  .footer-v1-panel {
    flex-direction: column;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .footer-v1-nav {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-v1-nav-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .features-v2 {
    width: 100%;
    padding-right: 0%;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
  }

  .hero-form-card {
    padding: 40px 32px;
  }

  .features-v1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .no-padding-right {
    padding-right: 0;
  }

  .tabs-menu {
    flex-direction: column;
    margin-bottom: 48px;
  }

  .tab-link {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--grey-4);
    border-bottom-width: 1px;
    border-bottom-color: var(--grey-4);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px;
  }

  .info-card {
    padding: 40px;
  }

  .info-card-image {
    width: 100%;
    max-width: 100%;
  }

  .gallery-block.button-block {
    width: 100%;
    height: 68vw;
  }

  .gallery-block.quote-block {
    width: 100%;
  }

  .gallry-quote {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .side-block-wide {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-v1-card {
    padding-left: 10%;
    padding-right: 10%;
  }

  .testimonials-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonials-v2-mask {
    overflow: visible;
  }

  .review-v2 {
    padding: 40px 12%;
  }

  .footer-v1-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-social-link {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .feature-v3 {
    width: 100%;
  }

  .feature-image-v1 {
    height: 216px;
  }

  .hero-panel {
    padding: 32px;
  }

  .hero-v2-side-blocks {
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .no-padding-left {
    padding-left: 0;
  }

  .counter-card {
    flex-basis: 90%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .video {
    height: 296px;
    padding: 12px;
  }

  .video-info-panel {
    flex-direction: column;
    align-items: flex-end;
  }

  .video-info {
    margin-bottom: 4px;
    padding-right: 0;
  }

  .video-avatar {
    width: 36px;
    height: 36px;
    margin-top: 0;
  }

  .side-image-1 {
    min-height: 360px;
  }

  .side-grid-feature {
    flex-basis: 90%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-slide-card {
    width: 92%;
  }

  .pricing-v2-card {
    flex-grow: 1;
    flex-basis: 90%;
  }

  .pricing-v2-info {
    padding: 24px;
  }

  .pricing-v2-list {
    margin-bottom: 24px;
  }

  .side-block-full {
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-v1-card {
    padding: 24px;
  }

  .contact-v1-map {
    margin-bottom: 32px;
  }

  .post-card-preview-s {
    height: 232px;
  }

  ._404-bg-text {
    font-size: 160px;
  }

  .password-card {
    flex: 1;
    min-width: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding: 48px;
  }

  .search {
    flex-direction: column;
    width: 100%;
    margin-top: 8px;
  }

  .search-result-card {
    flex-wrap: wrap;
  }

  .side-input-wrapper-50 {
    width: 100%;
  }

  .side-media {
    padding-left: 0%;
    padding-right: 0%;
  }

  .review-tab-menu {
    flex-wrap: wrap;
  }

  .testimonials-tabs-icon {
    display: none;
  }

  .team-v1-member {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .center-features-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .center-features-media {
    padding-left: 16%;
    padding-right: 16%;
  }

  .side-feature-v1 {
    width: 100%;
  }

  .components-link {
    flex: 0 auto;
    width: 100%;
  }

  .coming-soon-card {
    padding: 48px 10%;
  }

  .feature-image-v2 {
    height: 216px;
  }

  .side-feature-v2, .feature-v4 {
    width: 100%;
  }

  .feature-v4-image {
    height: 208px;
  }

  .hero-v3-image {
    height: 280px;
  }

  .layout-card {
    padding: 10vw;
  }

  .layout {
    width: 100%;
  }

  .layout-number {
    font-size: 28vw;
    line-height: 18vw;
    bottom: -4vw;
  }

  .sg-color-block {
    width: 100%;
  }

  .pagination-v1, .pagination-v2 {
    flex-direction: column;
  }

  .search-result-image {
    width: 100%;
    height: 50vw;
    margin-bottom: 20px;
  }

  .search-result-info {
    padding-left: 0;
  }

  .pricing-v3 {
    border-radius: 0;
  }

  .pricing-v3-category-heading {
    margin: 0;
  }

  .pricing-v3-billing {
    flex: 1;
  }

  .pricing-v3-row-header {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pricing-v3-currency {
    margin-left: -10px;
    margin-right: 2px;
  }

  .pricing-plan-cell {
    flex-direction: column;
    align-items: stretch;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .h2.black.service-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .h2.black.service-title.center {
    padding-left: 0;
    padding-right: 0;
  }

  .h2.black.smaller {
    font-size: 17px;
  }

  .h2.black.service-title-new {
    min-width: 40%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .h2.black.service-title-new.center {
    min-width: 17%;
    max-width: 17%;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .h2.black.service-title-new.center._3-column, .h2.black.service-title-new._3-column, .h2.black.service-title-new._4-column-copy {
    font-size: 12px;
  }

  .h5.service-titles {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 18px;
  }

  .h5.service-titles-new {
    min-width: 40%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 18px;
  }

  .card-square {
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 50vw;
    padding: 31px 10px 15px;
  }

  .card-wrapper-square, .card-wrapper-square.contact {
    width: 100%;
  }

  .h4 {
    text-align: left;
    font-size: 17px;
    font-style: normal;
  }

  .icon-wrap {
    bottom: 7%;
  }

  .input-2.no-margin {
    margin: 0;
  }

  .footer-logo-holder {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-logo {
    height: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block, .link-block.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .h1-home {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }

  .text-grey-2 {
    font-size: 13px;
  }

  .service-info._50.right.top-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-info._50.right.top-padding.environment {
    margin-top: 0;
    padding-left: 0;
  }

  .service-info._50.right.top-padding.environment.shop-image {
    margin-top: 30px;
  }

  .service-info.brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-info._50-copy.right.top-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .service-info._50-copy.right.top-padding.environment {
    padding-left: 0;
  }

  .service-price-list-gridbox {
    padding-left: 0;
    padding-right: 0;
  }

  .service-price-list-gridbox.top-padding {
    grid-column-gap: 0px;
    grid-template-columns: .5fr .25fr 1fr;
  }

  .service-price-list-gridbox.top-padding.left {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-price-list-gridbox.top-padding.right {
    grid-template-columns: .75fr .75fr 1fr;
  }

  .service-price-list-gridbox.left {
    grid-template-columns: 1fr 1fr 1fr;
    padding-right: 0;
  }

  .service-price-list-gridbox.right.top-padding {
    grid-template-columns: 1fr 1fr;
  }

  .service-price-list-gridbox.right.top-padding-phone {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-text {
    font-size: 12px;
  }

  .time {
    padding-left: 8px;
    font-size: 10px;
  }

  .contact-details-footer {
    width: 100%;
    padding-right: 0%;
  }

  .tab-link-2 {
    padding-left: 15px;
    font-size: 16px;
  }

  .section-3 {
    padding: 110px 15px 20px;
  }

  .maintxtblackcenter20-40-padding-left-copy-privacy {
    padding-left: 10px;
    padding-right: 0;
  }

  .mainheaderh2blackleft-26-40-padding-left {
    padding-left: 10px;
    padding-right: 0;
    font-size: 20px;
  }

  .tabs-menu-2 {
    display: block;
  }

  .tabs-content-2 {
    margin-top: 157px;
    padding: 20px 15px;
  }

  .main-h1-heading-left-aligned-40-padding-left {
    padding-left: 10px;
    padding-right: 0;
    font-size: 25px;
  }

  .team-div-holder {
    margin-left: 0;
    margin-right: 0;
  }

  .team-div-holder.bottom-no-padding {
    max-width: 100%;
    margin-bottom: 35px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-div-holder.bottom-no-padding.right {
    max-width: 100%;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
  }

  .team-div-holder.right {
    max-width: 100%;
    margin-bottom: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .team-div-holder.left {
    max-width: 100%;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-div-holder.bottom {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-image {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sophie-image {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sophie-about-image._50.right.top-padding {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .sophie-div {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-50-div-icon {
    width: 50%;
  }

  .gallery-div-flex._50.right.top-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gallery-div-flex._50.right.top-padding.environment {
    padding-left: 0;
  }

  .product-holder {
    margin-bottom: 15px;
  }

  .kebelo-products {
    margin-bottom: 0;
  }

  .kebelo-products.smaller {
    margin-top: 21px;
  }

  .team-div-holder-3 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .team-div-holder-3.bottom-no-padding {
    max-width: 100%;
    margin-bottom: 35px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-div-holder-3.bottom-no-padding.right {
    max-width: 100%;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
  }

  .team-div-holder-3.right {
    max-width: 100%;
    margin-bottom: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .team-div-holder-3.left {
    max-width: 100%;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-div-holder-3.bottom {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-div-holder-3.bottom-no-p {
    margin-bottom: 50px;
  }

  .team-div-holder-3.bottom-no-p.last {
    margin-bottom: 0;
  }

  .good-salon-images {
    width: 100%;
  }

  .close-popup-button {
    width: 17px;
  }

  .main-button-style.popup {
    display: none;
  }

  .section-popup {
    height: auto;
  }

  .content-wrapper.popup {
    padding-right: 14px;
  }

  .service-text-new {
    width: 25%;
    min-width: 17%;
    max-width: 17%;
    font-size: 12px;
  }

  .section-nav-bar-filler-service {
    background-color: var(--black-new-meraki);
    height: 50px;
    padding-bottom: 61px;
    display: block;
  }

  .image {
    margin-bottom: 24px;
  }

  ._4-logo-flex-holder {
    flex-direction: column;
  }

  ._4-logos {
    width: 67%;
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
  }

  .wigsco-gallery-grid {
    grid-template-columns: 1fr;
  }

  .hair-loss-facts {
    padding: 27px 17px 15px;
  }

  .hair-loss-facts._50.right.top-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hair-loss-facts._50.right.top-padding.environment {
    margin-top: 0;
    padding-left: 0;
  }

  .hair-loss-facts.brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hair-loss-facts._50-copy.right.top-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hair-loss-facts._50-copy.right.top-padding.environment {
    padding-left: 0;
  }

  ._100-button-holder-div {
    width: 100%;
  }

  .text-grey-3 {
    font-size: 13px;
  }

  .speech-bubble-block {
    align-items: stretch;
  }

  .effect-1 {
    font-size: 3rem;
  }

  .speech-bubble-answer {
    margin-left: 0%;
  }

  .sticky-content {
    top: 3rem;
  }

  .speech-bubble-question {
    margin-right: 0%;
  }

  .laser-gallery-flex {
    grid-template-columns: 1fr;
  }

  .steps-div-holder._50.right.top-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .steps-div-holder._50.right.top-padding.environment {
    margin-top: 0;
    padding-left: 0;
  }

  .steps-div-holder._50.right.top-padding.environment.shop-image {
    margin-top: 30px;
  }

  .steps-div-holder.brand {
    padding-left: 10px;
    padding-right: 10px;
  }

  .steps-div-holder._50-copy.right.top-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .steps-div-holder._50-copy.right.top-padding.environment {
    padding-left: 0;
  }
}

#w-node-ba2e1525-d279-fe44-eb08-d1d63bd1541d-28bc8593, #w-node-_2dab269e-8ea5-45da-e95f-4de4f18db4fd-28bc8593, #w-node-ffaa7007-1a44-aba9-af1c-7eda7b484f28-28bc8593 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31549981-218a-d341-05c0-3f043f751d83-4bddf2a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_31549981-218a-d341-05c0-3f043f751d83-4bddf2a0 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Disco ';
  src: url('../fonts/DISCO___.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-Thin.otf') format('opentype'), url('../fonts/Taro-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-Light.otf') format('opentype'), url('../fonts/Taro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-Regular.otf') format('opentype'), url('../fonts/Taro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-Bold.otf') format('opentype'), url('../fonts/Taro-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-ExtraBoldItalic.otf') format('opentype'), url('../fonts/Taro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Taro';
  src: url('../fonts/Taro-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}