:root {
  --white-2: #fffc;
  --white: white;
  --black: black;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

a {
  color: #d84b4bcc;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

ul {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Playfair Display, sans-serif;
}

ol {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
}

strong {
  font-size: 22px;
  font-weight: 700;
}

em {
  font-size: 22px;
  font-style: italic;
}

blockquote {
  color: #fff;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: none;
  background-color: #000;
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  place-items: center;
  height: 100vh;
  display: grid;
}

.navbar {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: fixed;
}

.brand {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

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

.nav-link.w--current {
  border-bottom: 3px solid var(--white-2);
  color: var(--white-2);
}

.header-wrapper {
  border-left: 3px #fffc;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.heading {
  color: #fffc;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 75px;
}

.paragraph {
  color: #fffc;
  max-width: 1200px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 38px;
}

.banner-white-wrapper {
  background-color: #ffffff1a;
  border: 0 solid #fffc;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 400px;
  height: auto;
  max-height: 400px;
  margin: 35px;
  padding: 40px;
  display: flex;
}

.paragraph-2 {
  color: var(--white-2);
  letter-spacing: 0;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.play-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: 0;
  display: flex;
}

.video {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 12px -7px #0000001a;
}

.play-button.homepage {
  opacity: .8;
  max-width: 800px;
  margin-bottom: 0;
  transition: transform .2s cubic-bezier(.55, .085, .68, .53);
}

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

.vertical-separator {
  background-color: var(--white-2);
  width: 2px;
  height: 250px;
  margin-right: 25px;
}

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

.link {
  color: #d84b4bcc;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.55, .085, .68, .53);
}

.link:hover {
  color: #fe6969cc;
  transform: translate(3px);
}

.social-wrapper {
  justify-content: flex-start;
  align-self: end;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 35px;
  display: flex;
  position: static;
}

.social-icon-link-block {
  opacity: .8;
  margin-right: 15px;
  transition: transform .15s cubic-bezier(.55, .085, .68, .53);
}

.social-icon-link-block:hover {
  transform: scale(1.09);
}

.text-block {
  color: var(--white-2);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.black-banner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-left: 35px;
  display: flex;
}

.icon-1-white {
  opacity: .8;
  margin-top: 0;
  margin-bottom: 5px;
}

.text-block-3 {
  color: var(--white-2);
  text-align: left;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
}

.div-block-6 {
  background-color: var(--white-2);
  width: 50px;
  height: 3px;
  margin-top: 10px;
}

.black-banner {
  background-color: #000000a6;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.icon-two-white {
  opacity: .8;
  margin-top: 20px;
  margin-bottom: 5px;
}

.text-block-4 {
  color: var(--white-2);
  margin-top: 10px;
  font-family: Great Vibes, cursive;
  font-size: 24px;
  line-height: 30px;
}

.text-block-4.hide-desktop {
  display: none;
}

.icon-3-white {
  opacity: .8;
}

.products {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.shampoo {
  background-color: #fff;
  border-bottom: 1px #ececec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  display: flex;
}

.creme {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
}

.text-block-6 {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 55px;
}

.about-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.about-text-wrapper {
  border-top: 0 #000;
  border-bottom: 0 #333;
  border-left: 1px solid #333;
  border-right: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  max-width: 1400px;
  height: 100%;
  padding: 0 0 0 55px;
  display: flex;
}

.heading-3 {
  color: #333;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 65px;
}

.paragraph-3 {
  color: #8a8a8a;
  max-width: 700px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.signature-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.text-block-7 {
  font-family: Great Vibes, cursive;
  font-size: 34px;
  line-height: 40px;
}

.right-paragraph {
  color: #333;
  margin-top: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 38px;
}

.text-span-2 {
  text-decoration: underline;
}

.text-block-8 {
  letter-spacing: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 80px;
  display: flex;
}

.gallery-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1400px;
}

.products-wrapper {
  cursor: pointer;
  background-color: #0f0f0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding: 40px;
  display: flex;
}

.center-block {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.image-wrapper-2 {
  cursor: pointer;
  background-color: #0f0f0f;
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.image-wrapper-1 {
  cursor: pointer;
  background-color: #fcfcfc;
  background-image: url('../images/Mockup.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.image-wrapper-3 {
  cursor: pointer;
  background-color: #0f0f0f;
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.grid-text-wrapper {
  background-color: #0f0f0f;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 55px;
  display: flex;
}

.paragraph-4 {
  color: var(--white-2);
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.signature-white {
  color: var(--white-2);
  margin-top: 10px;
  font-family: Great Vibes, cursive;
  font-size: 34px;
  line-height: 40px;
}

.products-icon {
  opacity: .8;
}

.image-wrapper-left {
  cursor: pointer;
  background-color: #0f0f0f;
  background-image: url('../images/12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 700px;
}

.services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px;
  display: flex;
}

.service-card {
  background-color: #fafaf89e;
  border: 0 solid #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 1px 1px 12px #00000014;
}

.heading-4 {
  color: #333;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.about-paragraph-1 {
  color: #333;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 38px;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-products {
  color: var(--white-2);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}

.grid-5 {
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.image-wrapper-8 {
  cursor: pointer;
  background-color: #0f0f0f;
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 150px;
}

.center-block-grid-top {
  background-color: #0f0f0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.par-cenetr-grid {
  color: var(--white-2);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.logo-figaro {
  opacity: .8;
  margin-bottom: 10px;
}

.parallax {
  background-image: linear-gradient(#000c, #000c), url('../images/13.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.parallax-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  max-width: 1400px;
  display: flex;
}

.parallax-head {
  color: var(--white-2);
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 65px;
}

.parallax-paragraph {
  color: var(--white-2);
  text-align: center;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 38px;
}

.opening-hours {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.opening-head-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1400px;
  display: flex;
}

.price-paragraph {
  color: #333;
  text-align: center;
  max-width: 1400px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  line-height: 38px;
}

.opening-hours-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 85%;
  max-width: 1200px;
  height: 1%;
  margin-top: 50px;
  display: grid;
}

.div-block-19 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding-right: 30px;
  display: flex;
}

.text-block-9 {
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.hours-container {
  align-items: center;
  width: 100%;
  min-height: 80px;
  display: flex;
}

.leftf-hours {
  background-color: #dbd1c3bd;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 80px;
  display: flex;
}

.right-hours {
  background-color: #00000082;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 80px;
  display: flex;
}

.text-block-10 {
  color: #333;
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.monday {
  cursor: pointer;
  background-image: linear-gradient(#ffffff14, #ffffff14), url('../images/17.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 400px;
  display: flex;
}

.thursday {
  cursor: pointer;
  background-image: linear-gradient(#ffffff85, #ffffff85), url('../images/3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  min-height: 900px;
  display: flex;
}

.tuesday {
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#01010182, #01010182), url('../images/11.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #dcdcdc;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  display: flex;
}

.wednesday {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  display: flex;
}

.saturday {
  cursor: pointer;
  background-image: linear-gradient(#26262687, #26262687), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  display: flex;
}

.wed-text {
  color: var(--white-2);
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.wed-hours {
  color: var(--white-2);
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.hours-wrapper-centered {
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  display: flex;
}

.friday {
  cursor: pointer;
  background-image: linear-gradient(#01010161, #01010161), url('../images/8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  display: flex;
}

.fri-text {
  color: var(--white-2);
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.fri-hours {
  color: var(--white-2);
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.thu-text {
  color: #333;
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.sat-text, .mon-text {
  color: var(--white-2);
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.price-paragraph-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 100px;
  display: flex;
}

.price-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 85%;
  max-width: 1000px;
  height: 1%;
  margin-top: 100px;
  display: grid;
}

.card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.white-price {
  border: 1px solid #e9e9e9;
  flex-direction: column;
  align-items: flex-start;
  min-height: 500px;
  padding: 30px;
  display: flex;
}

.black-price {
  background-color: #000;
  flex-direction: column;
  align-items: flex-start;
  min-height: 500px;
  padding: 30px;
  display: flex;
}

.white-offer {
  color: #333;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.black-offer {
  color: var(--white-2);
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.separator {
  background-color: #e8e8e8;
  width: 150px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 50px;
  display: flex;
}

.text-block-12 {
  color: #333;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-13 {
  color: #333;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

.unordered-list {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 70px;
  padding-left: 0;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  margin-bottom: 40px;
}

.white-service-text {
  color: var(--white-2);
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.our-stylists {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  overflow: hidden;
}

.stylist-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: 1400px;
  display: flex;
}

.mask-2 {
  overflow: visible;
}

.default-container {
  max-width: 1200px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.slider-3 {
  background-color: #0000;
  height: auto;
}

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

.testi-name-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-arrow {
  display: none;
}

.slide-navigation {
  opacity: .5;
  text-align: left;
  padding-top: 25px;
  padding-left: 10px;
  font-size: 10px;
  position: relative;
}

.card-name-wrapper {
  background-color: #ffffff24;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  display: flex;
}

.team-1 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Ted-Nordenstad.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 350px;
  min-height: 500px;
  padding: 0;
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000042;
}

.team-1:hover {
  transform: translate(0, -5px)scale(1.04);
}

.team-2 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Hermes-Nguyen.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 350px;
  min-height: 500px;
  padding: 0;
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000042;
}

.team-2:hover {
  transform: translate(0, -5px)scale(1.04);
}

.team-3 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Stefan-Iversen.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 350px;
  min-height: 500px;
  padding: 0;
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000042;
}

.team-3:hover {
  transform: translate(0, -5px)scale(1.04);
}

.team-4 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Andrea-Jenner.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 350px;
  min-height: 500px;
  padding: 0;
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000042;
}

.team-4:hover {
  transform: translate(0, -5px)scale(1.04);
}

.team-5 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Peter-Sandoval.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 350px;
  min-height: 500px;
  padding: 0;
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000042;
}

.team-5:hover {
  transform: translate(0, -5px)scale(1.04);
}

.team-6 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Markus-LeQoc.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 350px;
  min-height: 500px;
  padding: 0;
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000042;
}

.team-6:hover {
  transform: translate(0, -5px)scale(1.04);
}

.team-7 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Erik-Coverdale.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 350px;
  min-height: 500px;
  padding: 0;
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000042;
}

.team-7:hover {
  transform: translate(0, -5px)scale(1.04);
}

.team-8 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Bruce-Halford.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 350px;
  min-height: 500px;
  padding: 0;
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000042;
}

.team-8:hover {
  transform: translate(0, -5px)scale(1.04);
}

.team-9 {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Matthias-Berg.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-width: 350px;
  min-height: 500px;
  padding: 0;
  transition: transform .4s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000042;
}

.team-9:hover {
  transform: translate(0, -5px)scale(1.04);
}

.text-block-14 {
  color: var(--white-2);
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.book {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.review {
  border: 1px #efebeb;
  flex-direction: column;
  align-items: flex-start;
  min-height: 350px;
  padding: 40px;
  display: flex;
}

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

.paragraph-5 {
  color: #333;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-block-15 {
  margin-top: 15px;
  font-family: Great Vibes, cursive;
  font-size: 18px;
}

.review-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1400px;
  margin-top: 100px;
  display: grid;
}

.book-header {
  color: #333;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 65px;
}

.appointment-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-top: 0;
  display: flex;
}

.form-block {
  width: 50%;
  margin-top: 40px;
}

.text-field {
  border: 0 solid #000;
  border-top-style: none;
  border-bottom: 1px solid #333;
  height: 70px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  border: 0 solid #000;
  border-bottom: 1px solid #333;
  height: 70px;
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

.submit-button {
  color: #333;
  background-color: #0000;
  margin-top: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.textarea {
  border: 0 solid #333;
  border-bottom-width: 1px;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

.div-block-30 {
  justify-content: space-between;
  width: 100%;
  min-height: auto;
  margin-top: 100px;
  display: flex;
}

.div-block-31 {
  border-left: 0 solid #333;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 0;
  padding: 40px;
  display: flex;
}

.address-icon {
  margin-right: 15px;
}

.price-list {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.white-days {
  color: var(--white-2);
  letter-spacing: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.services-head {
  color: #333;
  margin-bottom: 50px;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 65px;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
  place-items: end start;
  min-height: 500px;
  padding: 50px 100px 100px;
  display: grid;
}

.logo-wrapper {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 50px;
  padding-left: 0;
  display: flex;
}

.heading-6 {
  color: var(--white-2);
  align-self: end;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.text-block-16 {
  color: var(--white-2);
  cursor: pointer;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  transition: transform .2s cubic-bezier(.55, .085, .68, .53);
}

.text-block-16:hover {
  color: #fff;
  transform: translate(2px);
}

.image-17 {
  opacity: .8;
}

.copyright-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.copyright {
  color: var(--white-2);
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
}

.full-hours {
  background-color: #00000082;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80px;
  display: flex;
}

.full-hours-2 {
  background-color: #ffffff47;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80px;
  display: flex;
}

.sat-text-white {
  color: var(--white-2);
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.video-background {
  perspective: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100vh;
}

.video-opacity {
  perspective: none;
  background-color: #000000d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.locations-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  min-height: 50vh;
  display: flex;
}

.city-wrapper {
  border: 1px solid var(--white-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 200px;
  margin-right: 10px;
  padding: 30px;
  display: flex;
}

.heading-7 {
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
}

.paragraph-6 {
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.card-list {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.card-rows {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 50px;
  display: flex;
}

.body {
  background-color: #000;
}

.text-span-3 {
  font-size: 15px;
  font-weight: 700;
}

.text-span-4 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  font-size: 15px;
  font-weight: 700;
}

.hover-image-1 {
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-wrapper-right {
  cursor: pointer;
  background-color: #0f0f0f;
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 700px;
}

.hover-image-right, .hover-image-center, .hover-image-4, .hover-image-5, .hover-image-6 {
  background-color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container {
  width: 0;
  height: 0;
  margin-left: 0;
  margin-right: 0;
}

.body-2 {
  background-color: #000;
}

.utility-page-wrap {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: center;
  min-width: 300px;
  display: flex;
}

.body-3 {
  background-color: #000;
}

.heading-8 {
  color: #fff;
  font-family: Playfair Display, sans-serif;
}

.image-18 {
  margin-bottom: 20px;
}

.text-field-3 {
  background-color: #0000;
  margin-bottom: 20px;
}

.submit-button-2 {
  background-color: #0000;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.typography-container {
  border: 1px solid #fff;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.heading-9 {
  margin-bottom: 40px;
}

.text-block-19, .text-block-20 {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.text-block-location {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

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

.div-block-38 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-39 {
  align-items: center;
  display: flex;
}

.link-3 {
  margin-right: 20px;
}

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

.body-4 {
  background-color: #000;
}

.section-2 {
  background-color: #000;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/16.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

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

.div-block-40 {
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  min-height: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.div-block-41 {
  background-color: #ffffff0a;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  min-height: 180px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.white-head-intro {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.changelog-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.changelog-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.paragraph-7 {
  color: var(--black);
}

.div-block-42 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .banner-white-wrapper {
    max-height: auto;
    padding: 20px;
  }

  .play-button.homepage {
    max-width: 500px;
  }

  .social-wrapper {
    justify-content: center;
    margin-bottom: 40px;
  }

  .about-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-text-wrapper {
    width: 90%;
  }

  .heading-3 {
    font-size: 45px;
    line-height: 55px;
  }

  .gallery {
    padding: 20px;
  }

  .services {
    padding: 60px 10px;
  }

  .opening-hours {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .opening-hours-wrapper {
    width: 95%;
  }

  .price-wrapper {
    width: 95%;
    height: auto;
  }

  .unordered-list {
    margin-left: 0;
  }

  .mask-2 {
    overflow: hidden;
  }

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

  .team-1 {
    width: 50%;
    min-width: auto;
    margin-bottom: 20px;
  }

  .team-2, .team-3 {
    width: 50%;
    margin-bottom: 20px;
  }

  .team-4, .team-5, .team-6, .team-7, .team-8, .team-9 {
    margin-bottom: 20px;
  }

  .review-wrapper {
    display: flex;
  }

  .form-block {
    width: 100%;
  }

  .div-block-30 {
    flex-direction: column;
  }

  .div-block-31 {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .services-head {
    font-size: 45px;
    line-height: 55px;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .logo-wrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .text-block-16 {
    margin-bottom: 5px;
  }

  .copyright-wrapper {
    margin-top: 27px;
    padding-left: 0;
  }

  .video-background {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-video {
    height: auto;
  }

  .video-opacity {
    height: auto;
    padding-top: 60px;
  }

  .locations-wrapper {
    flex-direction: column;
    display: flex;
  }

  .city-wrapper {
    margin-bottom: 40px;
  }

  .nav-menu {
    background-color: #000;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

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

  .typography-container {
    width: 80%;
  }

  .section-2 {
    height: auto;
    min-height: 100vh;
    padding: 100px 20px;
  }

  .div-block-40 {
    flex-direction: column;
  }

  .div-block-41 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: center;
  }

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

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

  .banner-white-wrapper {
    margin: 0;
  }

  .video {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .play-button.homepage {
    flex: 1;
    max-width: 90%;
    display: block;
  }

  .link {
    text-align: center;
  }

  .link.hide-mobile {
    display: none;
  }

  .social-wrapper {
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 45px;
  }

  .text-block-4.hide-desktop {
    display: block;
  }

  .products {
    flex-direction: column;
    height: auto;
  }

  .shampoo, .creme {
    width: 100%;
  }

  .about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-text-wrapper {
    border-left-width: 0;
    padding: 10px;
  }

  .gallery {
    flex-direction: column;
    padding: 13px;
    overflow: visible;
  }

  .gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  .image-wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-wrapper-left {
    flex-direction: column;
    display: flex;
  }

  .services {
    overflow: visible;
  }

  .service-card {
    margin-bottom: 20px;
  }

  .grid-5 {
    height: auto;
  }

  .opening-hours {
    overflow: visible;
  }

  .opening-hours-wrapper {
    width: 95%;
  }

  .leftf-hours {
    padding: 3px 10px;
  }

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

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

  .wed-hours {
    font-size: 18px;
  }

  .fri-hours {
    font-size: 17px;
  }

  .thu-text, .sat-text {
    font-size: 18px;
  }

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

  .price-wrapper {
    flex-direction: column;
    display: flex;
  }

  .card-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  .black-price {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .our-stylists {
    padding: 0;
  }

  .stylist-wrapper {
    width: 100%;
  }

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

  .slider-3 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .slide-navigation {
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: static;
  }

  .team-2 {
    min-width: 200px;
  }

  .review-wrapper {
    flex-direction: column;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-36, .div-block-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns {
    flex-direction: column;
    max-width: 100%;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hover-image-1, .hover-image-right {
    display: flex;
  }

  .hover-image-4, .hover-image-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .utility-page-content {
    width: auto;
  }

  .typography-container {
    width: 80%;
  }

  .text-block-21 {
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-wrapper {
    width: auto;
    margin-bottom: 0;
  }

  .text-block-6 {
    font-size: 35px;
  }

  .about-us {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .text-block-7 {
    font-size: 25px;
  }

  .right-paragraph {
    font-size: 18px;
  }

  .gallery {
    padding: 5px;
  }

  .gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-content: stretch;
    place-items: stretch stretch;
    display: grid;
  }

  .image-wrapper-3 {
    width: 98%;
    height: 100%;
    min-height: 500px;
  }

  .grid-text-wrapper {
    padding: 20px;
  }

  .about-paragraph-1 {
    font-size: 18px;
  }

  .grid-5 {
    height: auto;
  }

  .image-wrapper-8 {
    display: none;
  }

  .center-block-grid-top {
    padding: 10px;
    display: none;
  }

  .parallax {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .parallax-head {
    font-size: 35px;
    line-height: 45px;
  }

  .parallax-paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .opening-hours {
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .opening-head-wrapper {
    width: 90%;
  }

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

  .opening-hours-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  .leftf-hours, .right-hours {
    padding-left: 10px;
    padding-right: 10px;
  }

  .monday {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    display: flex;
  }

  .tuesday, .saturday, .friday {
    margin-bottom: 20px;
  }

  .white-offer, .black-offer {
    font-size: 35px;
  }

  .separator {
    width: 120px;
  }

  .text-block-12, .text-block-13, .white-service-text {
    font-size: 14px;
  }

  .team-1, .team-2, .team-3, .team-4, .team-5, .team-6, .team-7, .team-8, .team-9 {
    padding: 20px;
  }

  .book {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .paragraph-5 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .book-header {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
  }

  .form-block {
    margin-top: 0;
  }

  .services-head {
    font-size: 35px;
  }

  .footer {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .locations-wrapper {
    padding-top: 78px;
  }

  .city-wrapper {
    padding-top: 81px;
  }

  .hover-image-1 {
    height: 100%;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hover-image-right {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hover-image-center {
    display: flex;
  }

  .hover-image-4 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .utility-page-content {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .typography-container {
    width: 90%;
    padding: 10px;
  }

  .text-block-location {
    font-size: 14px;
  }

  .link-3 {
    font-size: 16px;
  }

  .heading-10, .heading-11, .heading-12, .heading-13, .heading-14 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .link-4, .link-5, .link-6, .link-7, .link-8 {
    font-size: 16px;
  }

  .text-block-21 {
    line-height: 25px;
  }

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

  .changelog-container {
    padding: 25px;
  }

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

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

#w-node-be612753-88ad-c4bb-269b-613f07547a12-cb02c22f {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_2e10e492-7bea-f80d-9809-e599419badf7-cb02c22f, #w-node-_4549755e-66df-bb83-38f5-9dffbabd24f3-cb02c22f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_00b86fff-ce47-dc2e-109e-93878f09ca5c-cb02c22f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7e1c092e-49a0-4965-1742-949215dd7666-cb02c22f, #w-node-e5adc8bb-21b1-7dad-55e5-38443d386b40-cb02c22f, #w-node-_3a3e067d-416e-4d73-0a73-b837064773d1-cb02c22f, #w-node-_9f9a04c8-06e5-6188-4115-6e69ee3a3a67-cb02c22f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-d9236ae7-bd9d-9788-6079-3f0d536bafc2-cb02c22f, #w-node-_8200c7fc-9caf-f1e2-c0c3-d69aee335e0a-cb02c22f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_596d961c-84e1-3a1c-5aa0-290ddf2a5d32-cb02c22f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2f6024d2-916c-fae9-2902-be91807ce2f9-cb02c22f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7010b362-e325-3be1-51be-b0d7004bc6f8-cb02c22f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_43cfbd27-37e5-245c-70b3-bbcc7bd81a02-cb02c22f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a43271db-d019-4dac-4907-776466a98904-cb02c22f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_46f9a754-310b-6845-7f8a-6a29fe131371-cb02c22f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46f9a754-310b-6845-7f8a-6a29fe131396-cb02c22f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f6dad22f-79ee-a920-3d31-caa60ab5d963-cb02c22f {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_13c5011a-2f05-cd6d-bdc1-48b323cef704-cb02c22f {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d9068a9f-41a9-ce20-47a2-6edd81e26300-cb02c22f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_03f9c056-e19e-90e5-97b1-5de07bc785c3-cb02c22f {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-c756f5f3-0fe9-e333-8c40-bab3c1e72900-cb02c22f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_04411769-4c0f-aeff-c20c-be7b30146759-cb02c22f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_290ae3e5-f88a-1aee-21d7-5a1d3ea609d1-cb02c22f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03d46863-59c6-1ff3-a078-eea754038eac-54038eaa, #w-node-_4a9faeed-230e-4548-db32-c09153865d81-53865d80 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a9faeed-230e-4548-db32-c09153865d83-53865d80 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: end start;
}

#w-node-_95fcc8a9-4f27-04a2-80da-52cb2f1a2931-53865d80 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_4a9faeed-230e-4548-db32-c09153865d8b-53865d80 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end start;
}

#w-node-_4a9faeed-230e-4548-db32-c09153865d95-53865d80 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end start;
}

#w-node-_4a9faeed-230e-4548-db32-c09153865d9d-53865d80 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_4a9faeed-230e-4548-db32-c09153865da7-53865d80 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_4cbc45af-fc8d-82a3-a0fa-58b5ef1a8a27-53865d80 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_611a46df-54a0-b5c7-3146-88214a34f4ae-53865d80 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-afdd82aa-1364-73ca-6e79-10972b3e73d4-53865d80 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2ad238c3-56bb-1350-6709-a02400e66f58-53865d80 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_6b244413-6a53-38e4-2654-efb2d60897c6-53865d80 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_625cf870-57ac-e82d-04e8-39caaf4ced90-53865d80 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1621f36c-1218-afab-a220-34a67a0ee7b9-53865d80 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_36447d68-a5ed-4f13-d50f-7f9e4beb95dd-53865d80 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-f07aaf09-f58c-7ec5-157d-7ca1471ba834-53865d80 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f501c97b-6a55-728b-5bb3-9afc8dcb8364-53865d80 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_76bf96ff-9b7b-11b8-e877-85a61457f0f5-53865d80 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_4a9faeed-230e-4548-db32-c09153865da8-53865d80 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_2e6b88d9-000e-d671-fe87-2b48bf3734d4-53865d80 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_476e8101-d531-2c0c-f9de-0e0b239805c9-53865d80 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_95e70ead-ffd1-8b56-4af4-2fbbe6f46594-53865d80 {
  grid-area: 4 / 5 / 5 / 6;
}

@media screen and (max-width: 991px) {
  #w-node-be612753-88ad-c4bb-269b-613f07547a12-cb02c22f {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_4a9faeed-230e-4548-db32-c09153865d83-53865d80 {
    grid-area: 16 / 1 / 17 / 2;
  }

  #w-node-_95fcc8a9-4f27-04a2-80da-52cb2f1a2931-53865d80 {
    grid-area: 13 / 1 / 14 / 2;
  }

  #w-node-_4a9faeed-230e-4548-db32-c09153865d8b-53865d80 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_4a9faeed-230e-4548-db32-c09153865d95-53865d80 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_4a9faeed-230e-4548-db32-c09153865d9d-53865d80 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4cbc45af-fc8d-82a3-a0fa-58b5ef1a8a27-53865d80 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_611a46df-54a0-b5c7-3146-88214a34f4ae-53865d80 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-afdd82aa-1364-73ca-6e79-10972b3e73d4-53865d80 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2ad238c3-56bb-1350-6709-a02400e66f58-53865d80 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6b244413-6a53-38e4-2654-efb2d60897c6-53865d80 {
    grid-column: 1 / 2;
    grid-row-start: 0;
    grid-row-end: 1;
  }

  #w-node-_625cf870-57ac-e82d-04e8-39caaf4ced90-53865d80 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_1621f36c-1218-afab-a220-34a67a0ee7b9-53865d80 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_36447d68-a5ed-4f13-d50f-7f9e4beb95dd-53865d80 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-f07aaf09-f58c-7ec5-157d-7ca1471ba834-53865d80 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-f501c97b-6a55-728b-5bb3-9afc8dcb8364-53865d80 {
    grid-area: 14 / 1 / 15 / 2;
  }

  #w-node-_76bf96ff-9b7b-11b8-e877-85a61457f0f5-53865d80 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-_4a9faeed-230e-4548-db32-c09153865da8-53865d80 {
    grid-area: 20 / 1 / 21 / 2;
  }

  #w-node-_2e6b88d9-000e-d671-fe87-2b48bf3734d4-53865d80 {
    grid-area: 17 / 1 / 18 / 2;
  }

  #w-node-_476e8101-d531-2c0c-f9de-0e0b239805c9-53865d80 {
    grid-area: 18 / 1 / 19 / 2;
  }

  #w-node-_95e70ead-ffd1-8b56-4af4-2fbbe6f46594-53865d80 {
    grid-area: 19 / 1 / 20 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e1c092e-49a0-4965-1742-949215dd7666-cb02c22f {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_596d961c-84e1-3a1c-5aa0-290ddf2a5d32-cb02c22f {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2f6024d2-916c-fae9-2902-be91807ce2f9-cb02c22f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7010b362-e325-3be1-51be-b0d7004bc6f8-cb02c22f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_43cfbd27-37e5-245c-70b3-bbcc7bd81a02-cb02c22f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a43271db-d019-4dac-4907-776466a98904-cb02c22f {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be612753-88ad-c4bb-269b-613f07547a12-cb02c22f {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f6dad22f-79ee-a920-3d31-caa60ab5d963-cb02c22f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_13c5011a-2f05-cd6d-bdc1-48b323cef704-cb02c22f {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d9068a9f-41a9-ce20-47a2-6edd81e26300-cb02c22f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_03f9c056-e19e-90e5-97b1-5de07bc785c3-cb02c22f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c756f5f3-0fe9-e333-8c40-bab3c1e72900-cb02c22f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a9faeed-230e-4548-db32-c09153865d81-53865d80 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


