:root {
  --peru: #af8264;
  --antique-white: #dad1bf;
  --white-smoke: #eee;
  --dim-grey: #5f5f5f;
}

.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;
}

.section {
  background-image: url('../images/adobestock_432151811.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  height: 90vh;
  display: flex;
  overflow: visible;
}

.heading {
  color: #000;
  text-align: center;
  width: 50vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 55px;
  line-height: 120%;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.heading-2 {
  color: var(--peru);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  margin-top: 35px;
  margin-left: 15px;
}

.button {
  background-color: var(--peru);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 0 10px 10px 0;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 110%;
  display: flex;
  box-shadow: 1px 1px 2px #313131;
}

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

.button.contact {
  height: 40px;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 0;
  padding: 5px;
}

.grid-2 {
  grid-template-rows: auto;
}

.section-3 {
  background-color: var(--antique-white);
  height: 100vh;
}

.column {
  background-image: url('../images/thumbnail_img_6331.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 100vh;
}

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

.heading-4 {
  color: var(--dim-grey);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 55px;
  line-height: 130%;
  display: flex;
}

.heading-4.pricing {
  margin-top: 0;
}

.section-4 {
  background-color: var(--white-smoke);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

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

.grid-3 {
  grid-row-gap: 0px;
  background-color: #dad1bfab;
  background-image: url('../images/adobestock_159163886.jpg');
  background-position: 0%;
  background-size: cover;
  grid-template-rows: auto auto auto;
  width: 1000px;
  height: 600px;
  margin-top: 0;
}

.image {
  border-radius: 20px;
  height: 400px;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  height: 327.578px;
  margin-top: 35px;
  margin-left: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.heading-5 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-left: 30px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.section-6 {
  height: 100vh;
}

.column-3 {
  background-image: url('../images/adobestock_280076205.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 100vh;
}

.column-4 {
  background-color: var(--antique-white);
  background-image: url('../images/adobestock_159163886.jpg');
  background-position: 100% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.footer-dark {
  background-color: var(--antique-white);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: flex;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: var(--peru);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--white-smoke);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.paragraph-3 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.columns, .columns-2 {
  height: 100vh;
}

.navbar-logo-center {
  background-color: var(--white-smoke);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.button-primary {
  background-color: var(--peru);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-top: 0;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 1px 1px 2px #000;
}

.button-primary:hover {
  color: #fff;
  background-color: #000;
}

.button-primary:active {
  background-color: #000;
}

.button-primary.book {
  box-shadow: none;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1.75fr;
  margin-top: 0;
  margin-right: 30px;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 25px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-style: normal;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-4.salon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
  display: flex;
}

.link {
  color: var(--peru);
  font-style: italic;
  text-decoration: none;
}

.image-2, .image-3 {
  margin-left: 20px;
}

.lottie-animation {
  z-index: 9999;
  background-color: var(--antique-white);
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.column-5 {
  background-image: url('../images/thumbnail_img_6585.webp');
  background-position: 0 100%;
  background-size: cover;
  height: 1700px;
}

.section-7 {
  height: 1000px;
}

.column-6 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  background-color: var(--antique-white);
  background-image: url('../images/adobestock_159163886.jpg');
  background-position: 100% 0;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: center;
  height: 1700px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-3 {
  height: 1000px;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #eeec;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 400px;
  height: 500px;
  margin-top: 0;
  margin-left: 0;
  padding: 12px;
  display: grid;
  box-shadow: 1px 1px 6px #000000ad;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 140%;
}

.heading-6 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
}

.grid-7 {
  background-color: #eeec;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  width: 550px;
  height: 200px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 1px 1px 6px #000000ad;
}

.heading-7 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.link-4 {
  color: #424242;
  text-decoration: none;
}

.testimonial-column-light {
  background-color: var(--antique-white);
  background-image: url('../images/adobestock_159163886.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 130%;
}

.centered-heading.heading-4 {
  color: var(--dim-grey);
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  background-color: var(--white-smoke);
  border: 1px solid #e4ebf3;
  border-radius: 11px;
  flex-direction: column;
  height: 294px;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  color: #000;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 52px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 130%;
}

.testimonial-info-three {
  background-color: #0000;
  align-items: center;
  height: 130px;
  margin-top: -20px;
  padding: 24px 0;
  display: flex;
}

.testimonial-main-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

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

.column-7 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
}

.field-label {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.columns-4 {
  height: 500px;
  margin-top: -35px;
}

.form {
  border: 1px solid var(--peru);
  background-color: #0000;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 480px;
  height: 550px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 25px;
  font-family: Lato, sans-serif;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.column-8 {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.section-8 {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
}

.formbox {
  background-color: var(--antique-white);
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
}

.formbox.missingbox {
  height: 100px;
}

.form-block {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin: 0;
  display: flex;
}

.section-9 {
  background-color: var(--antique-white);
  background-image: url('../images/adobestock_159163886.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 525px;
  margin-bottom: 0;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  height: 396.328px;
}

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

.heading-9 {
  color: var(--peru);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 55px;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.body {
  overflow: visible;
}

.html-embed {
  margin-bottom: 0;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  font-family: Lato, sans-serif;
}

.grid-9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
}

.link-7 {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.bold-text-2 {
  font-family: Lato, sans-serif;
}

.heading-12 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 130%;
}

.image-5 {
  background-color: var(--white-smoke);
  border-radius: 11px;
  margin-top: 40px;
  padding: 15px;
}

.section-11 {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 500px;
  margin-top: 0;
  display: flex;
}

.heading-14 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 130%;
}

.container-6 {
  border: 1px solid var(--peru);
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 450px;
  padding: 15px 40px;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.bold-text-3 {
  color: #000;
  font-style: normal;
}

.success-message {
  align-self: flex-start;
}

.paragraph-7 {
  color: #000;
  margin-top: 10px;
}

.image-8 {
  margin-top: -10px;
  margin-left: 0;
}

.list-item {
  font-family: Lato, sans-serif;
}

.list-item.list {
  color: var(--peru);
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

.list-item-2 {
  font-family: Lato, sans-serif;
}

.list-item-2.list {
  color: var(--peru);
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

.list-item-3 {
  font-family: Lato, sans-serif;
}

.list-item-3.list {
  color: var(--peru);
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

.div-block-3 {
  align-self: center;
}

.list-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
}

.image-9 {
  margin-top: 20px;
}

.link-8 {
  color: #000;
  text-decoration: none;
}

.link-9, .link-10 {
  color: var(--peru);
  text-decoration: none;
}

.image-10 {
  width: 200px;
  max-width: none;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .section {
    background-position: 20% 0;
    justify-content: flex-end;
  }

  .heading {
    font-size: 38px;
  }

  .div-block {
    align-items: center;
    margin-right: 21px;
  }

  .heading-2 {
    font-size: 25px;
  }

  .grid {
    margin-left: 10px;
  }

  .button {
    justify-content: center;
    width: 150px;
    height: 50.8984px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
  }

  .button.contact {
    margin-top: -20px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
    width: 420px;
    display: flex;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 40px;
  }

  .heading-4.pricing {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .section-4 {
    height: 750px;
  }

  .container-2 {
    height: 700px;
  }

  .grid-3 {
    width: auto;
    height: 700px;
  }

  .paragraph-2 {
    font-size: 17px;
  }

  .heading-5 {
    margin-top: 50px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }

  .paragraph-4 {
    font-size: 17px;
  }

  .column-5 {
    background-position: 80% 0;
  }

  .column-6 {
    justify-content: center;
  }

  .grid-6 {
    width: 230px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .grid-7 {
    width: 350px;
    height: auto;
  }

  .heading-7 {
    font-size: 14px;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .centered-heading.heading-4 {
    margin-top: 0;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
    width: 500px;
  }

  .testimonial-text-two {
    font-size: 13px;
  }

  .testimonial-info-three {
    text-align: center;
    flex-direction: column;
    width: auto;
    height: auto;
    margin-top: -16px;
    padding: 0;
    font-family: Lato, sans-serif;
  }

  .testimonial-main-heading {
    font-size: 17px;
  }

  .column-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .columns-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 20px;
    display: flex;
  }

  .form {
    width: 500px;
    height: auto;
    box-shadow: none;
  }

  .section-8 {
    flex-direction: row;
    align-items: flex-start;
    height: 1200px;
  }

  .heading-9 {
    font-size: 38px;
  }

  .paragraph-6 {
    font-size: 17px;
  }

  .body {
    overflow: hidden;
  }

  .grid-9 {
    margin-top: -20px;
  }

  .body-2 {
    overflow: visible;
  }

  .html-embed-2 {
    margin-top: 40px;
  }

  .div-block-2 {
    margin-top: -25px;
  }

  .list-item.list, .list-item-2.list, .list-item-3.list {
    font-size: 24px;
  }

  .list-2 {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-position: 30% 0;
    overflow: hidden;
  }

  .heading {
    width: 400px;
  }

  .grid {
    margin-top: 130px;
  }

  .button.contact {
    margin-top: 0;
  }

  .column-2 {
    overflow: hidden;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4.pricing {
    margin-top: 0;
    font-size: 45px;
  }

  .section-4 {
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .container-2 {
    height: auto;
    display: block;
    overflow: hidden;
  }

  .grid-3 {
    height: 700px;
    overflow: visible;
  }

  .image {
    margin-right: 20px;
  }

  .paragraph-2 {
    height: auto;
    margin-left: 20px;
    overflow: hidden;
  }

  .heading-5 {
    margin-top: 0;
  }

  .section-6 {
    height: auto;
  }

  .column-3 {
    height: 500px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: var(--peru);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .column-6 {
    justify-content: center;
    height: 1500px;
  }

  .grid-6 {
    width: 300px;
  }

  .grid-7 {
    width: auto;
  }

  .heading-7 {
    padding: 10px;
  }

  .testimonial-column-light {
    flex-direction: column;
    height: 1700px;
    padding: 60px 15px;
    display: flex;
  }

  .container {
    width: 300px;
  }

  .centered-heading.heading-4 {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }

  .testimonial-grid-two {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    text-align: left;
    flex-direction: row;
  }

  .column-7 {
    overflow: hidden;
  }

  .form {
    margin-right: 0;
    overflow: hidden;
  }

  .column-8, .section-8, .section-9, .grid-8, .heading-9, .paragraph-6 {
    overflow: hidden;
  }

  .body {
    overflow: visible;
  }

  .section-11, .container-6, .html-embed-2, .div-block-2 {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 30%;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .heading {
    text-align: center;
    width: 300px;
    margin-top: 40px;
    font-size: 25px;
  }

  .div-block {
    align-items: center;
    margin-right: 0;
  }

  .heading-2 {
    width: 300px;
    font-size: 20px;
  }

  .grid {
    margin-top: 225px;
    margin-left: 0;
  }

  .button {
    width: 125px;
    font-size: 14px;
  }

  .button.contact {
    margin-top: 20px;
    margin-left: 0;
  }

  .grid-2 {
    width: 300px;
  }

  .column-2 {
    height: auto;
  }

  .heading-4 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 38px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-template-columns: 4.25fr;
    place-content: center;
    place-items: center;
    height: 650px;
  }

  .image {
    display: none;
  }

  .paragraph-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
  }

  .heading-5 {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .column-3 {
    overflow: hidden;
  }

  .column-4 {
    height: 900px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 0px;
    place-content: center;
    align-self: center;
    place-items: center;
  }

  .footer-block, .footer-social-block {
    display: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .grid-4 {
    margin-top: 0;
    margin-right: 0;
  }

  .paragraph-4 {
    width: 150px;
    margin-right: 0;
  }

  .paragraph-4.salon {
    width: auto;
    margin-top: 0;
  }

  .column-5 {
    background-position: 70% 0;
  }

  .section-7 {
    height: 2000px;
  }

  .column-6 {
    height: 1500px;
  }

  .columns-3 {
    height: 2000px;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: auto;
    display: grid;
  }

  .grid-7 {
    width: 300px;
    height: auto;
    margin-top: 0;
  }

  .testimonial-column-light {
    height: 500px;
    overflow: hidden;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid-two {
    display: none;
  }

  .form {
    width: 300px;
    margin-top: 30px;
    margin-right: 0;
  }

  .section-8 {
    height: 1200px;
    overflow: hidden;
  }

  .section-9 {
    display: none;
    overflow: hidden;
  }

  .section-10 {
    overflow: hidden;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .body {
    overflow: hidden;
  }

  .section-11 {
    width: auto;
    overflow: hidden;
  }

  .heading-14 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 130%;
    display: flex;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: hidden;
  }

  .html-embed-2 {
    display: none;
  }

  .body-3 {
    overflow: visible;
  }

  .link-block-2 {
    display: none;
  }

  .image-7 {
    margin-left: 0;
    margin-right: -12px;
  }

  .image-8 {
    display: none;
  }

  .list-item.list {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px;
  }

  .list-item-2.list, .list-item-3.list {
    font-size: 22px;
  }

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

  .list-2 {
    margin-bottom: 20px;
  }
}

#w-node-bffac2e7-7267-ff22-7cf1-f36bd5b98490-af0475ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_478e21da-6447-6ef2-03a9-06a00e5e3f1e-af0475ca {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-a1673352-7887-8c35-fd5f-8e74c85bb8e5-af0475ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6873032b-8b6e-afa2-121c-f52e49d3294c-af0475ca {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-d95de85b-de7e-a511-8b8e-62bf904faa0e-af0475ca {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-ed3f402a-89ca-1436-84a0-91218c5dd42c-af0475ca {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_91020894-63c4-f20d-47f7-d73c8cecfa64-af0475ca {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_003d2745-e7bd-6afe-2d39-07c198e3c9b2-af0475ca {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
}

#w-node-f5bcc54d-3e3f-4013-601a-7e08cce09dc3-af0475ca {
  grid-area: 4 / 1 / 5 / 2;
  place-self: end center;
}

#w-node-d833943e-5af0-b37d-46be-811027ea583b-af0475ca {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-ea4f9255-0ff5-3278-905d-283779b083ab-af0475ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_966e070c-24ba-9bfc-9f1d-ad3c8f02d29a-af0475ca {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0731a0c4-123a-5a1c-048f-642464bac1ba-af0475ca, #w-node-_0731a0c4-123a-5a1c-048f-642464bac1c4-af0475ca, #w-node-_0731a0c4-123a-5a1c-048f-642464bac1ce-af0475ca, #w-node-ed81214e-b192-1756-2360-58d1b0c0819e-af0475ca, #w-node-_3205df11-6c50-dcb6-eff1-a91fa7af8bfe-af0475ca, #w-node-_192c5675-6c5d-e8fc-b806-0bd69cfa989a-af0475ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd1a305a-b88c-fe5e-7897-7f99293f5c11-af0475ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb3bb12a-af35-0418-d7bb-67e8f5aede3d-af0475ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-dc0749ff-6d76-4955-bf7d-2867593ce9f2-af0475ca {
  grid-area: 1 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_94efac2f-6105-74f6-f4a8-8bc51091973a-af0475ca {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: center;
}

#w-node-c363db76-bade-3a61-8dfe-223c868e9995-868e998f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c363db76-bade-3a61-8dfe-223c868e99b1-868e998f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-c363db76-bade-3a61-8dfe-223c868e99b8-868e998f, #w-node-c363db76-bade-3a61-8dfe-223c868e99b9-868e998f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_07bc2010-cf65-9b15-ddfa-cfd1b39b533f-868e998f {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: start;
}

#w-node-f133e2dd-e9c7-48a7-4930-7260bcb218f0-868e998f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50e933b-c0af-5238-bf90-9595ed7a14fb-4e30999c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6f0e3882-e908-3421-788e-4856699ce666-4e30999c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_061d02d4-dfbc-60e2-e1bb-f4126105cb54-4e30999c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_939d80f3-07e4-b1f2-4892-561aaaec94ae-4e30999c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ad72bf94-0896-0f36-9988-414ebf390c7b-4e30999c {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: center;
}

#w-node-ad72bf94-0896-0f36-9988-414ebf390c7c-4e30999c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad72bf94-0896-0f36-9988-414ebf390c7e-4e30999c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f5ef2ace-2513-03d6-a91c-b047af5ff247-4e30999c {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_70a70fa0-a2b9-21ed-b358-49be33bb67a3-4e30999c, #w-node-_9c77a584-6a04-89ce-9260-ca8422b35606-9c23a5aa, #w-node-_2e598f43-3c8e-438f-478d-1b2684fb12ee-9c23a5aa, #w-node-ad2398c1-8401-e522-f545-dabbd4400fd1-9c23a5aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3b38f52-f8a8-f751-0c6e-c01b3ea554e1-9c23a5aa {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_478e21da-6447-6ef2-03a9-06a00e5e3f1e-af0475ca {
    justify-self: end;
  }

  #w-node-_0731a0c4-123a-5a1c-048f-642464bac1ce-af0475ca {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ed81214e-b192-1756-2360-58d1b0c0819e-af0475ca {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3205df11-6c50-dcb6-eff1-a91fa7af8bfe-af0475ca {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_192c5675-6c5d-e8fc-b806-0bd69cfa989a-af0475ca {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd1a305a-b88c-fe5e-7897-7f99293f5c11-af0475ca {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-fb3bb12a-af35-0418-d7bb-67e8f5aede3d-af0475ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_94efac2f-6105-74f6-f4a8-8bc51091973a-af0475ca {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c363db76-bade-3a61-8dfe-223c868e9995-868e998f {
    grid-area: 1 / 1 / 2 / 35;
  }
}


