:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.navbar-no-shadow {
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  padding: 5px 20px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 15px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.top-bar {
  margin-left: 10px;
  margin-right: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.button-primary.top-bar.book-online-top, .button-primary.book-online {
  display: none;
}

.button-primary.banner-offer {
  background-color: #1a1b1f00;
  border: 1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.text-block {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.top-bar-wrapper {
  justify-content: space-between;
  width: 90%;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  display: flex;
}

.top-address {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.slider {
  height: 720px;
  margin: 30px;
}

.complimentary-block {
  z-index: 1000;
  background-color: #c9c9c9;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
  position: absolute;
  top: 600px;
  left: 60px;
}

.footer-section {
  background-color: #f7f7f7;
  border-top: 1px solid #000;
  justify-content: center;
  min-height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

.text-block-2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.social-icon {
  margin-right: 5px;
}

.cruelty-free {
  z-index: 1000;
  position: absolute;
  top: 470px;
  left: 60px;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.vegan-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.meet-aveda-artist {
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-text-black {
  color: #2e2e2e;
  text-align: center;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.link-text-black:hover {
  color: #707070;
  border: 1px #000;
  text-decoration: none;
}

.link-block-underlined {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.link-block-underlined:hover {
  border-bottom-color: #696969;
}

.spacer-80px {
  width: 100%;
  height: 80px;
}

.quick-stack {
  background-color: #f7f7f7;
  margin-left: 30px;
  margin-right: 30px;
}

.quick-stack.team {
  grid-column-gap: 17px;
}

.text-48 {
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}

.text-48._36px {
  font-size: 36px;
}

.cell {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
  padding: 100px 30px;
  display: flex;
}

.section.hide {
  display: none;
}

.cell-2 {
  justify-content: center;
}

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

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 39px;
}

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

.spacer-160px {
  height: 160px;
}

.quick-stack-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.home-square {
  justify-content: center;
  align-items: center;
}

.home-link-button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f9fcff;
  width: 100%;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.home-link-button:hover {
  color: #3f3f3f;
}

.div-block {
  background-color: #000;
  width: 60px;
  height: 1px;
}

.container {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px 30px;
  display: flex;
}

.heading-2 {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.paragraph-lato-14-25 {
  text-align: center;
  font-family: Lato, sans-serif;
  line-height: 25px;
}

.text-block-3 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.quick-stack-map {
  background-color: #000;
  margin-left: 40px;
  margin-right: 40px;
}

.spacer-50px {
  width: 100%;
  height: 50px;
}

.spacer-50px._40px {
  height: 40px;
}

.salon-hours-white {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.hours-stack {
  grid-column-gap: 0px;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.text-block-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.list-item {
  padding-top: 10px;
  padding-bottom: 0;
}

.cell-3 {
  border-right: 1px solid #fff;
}

.hours-wrapper {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.address-map {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.address-div {
  align-items: center;
  width: 60%;
  margin-left: 20px;
  display: flex;
}

.html-embed {
  width: 100%;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.div-block-2 {
  border: 1px solid #fff;
  width: 90%;
  height: 90%;
  padding: 5px;
}

.text-block-5 {
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-6 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.header-48 {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
}

.header-48.centered {
  text-align: center;
}

.paragraph-24 {
  text-align: left;
  text-indent: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 39px;
}

.paragraph-24.centered {
  text-align: center;
}

.paragraph-24.semibold {
  font-weight: 700;
}

.cell-5 {
  background-image: url('../images/salon-services.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-5.vomor {
  background-image: none;
  align-items: center;
}

.cell-5.giftcards {
  background-image: none;
}

.cell-5.book-online {
  background-image: none;
  align-items: center;
}

.cell-5.contact {
  background-image: none;
  align-items: flex-end;
}

.cell-5.thanks {
  background-image: none;
}

.cell-5.salon {
  background-image: url('../images/salon-img.jpg');
  background-position: 0%;
}

.gender-neutral {
  background-color: #f7f7f7;
  background-image: url('../images/gender-neutral.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}

.gender-neutral.hide {
  display: none;
}

.quick-stack-4 {
  margin-left: 30px;
  margin-right: 30px;
}

.header-48-lowercase {
  color: #757575;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
}

.spacer-30px {
  width: 100%;
  height: 30px;
}

.services-stack {
  margin-left: 30px;
  margin-right: 30px;
}

.header-48-service {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.cell-6 {
  border-right: 1px solid #000;
}

.quick-stack-6 {
  grid-column-gap: 3px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.service-talent-skill {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.text-span {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 16px;
}

.text-span-service-sub {
  text-transform: uppercase;
  font-weight: 700;
}

.list-item-vomor {
  padding-top: 6px;
  padding-bottom: 6px;
}

.image-2 {
  padding-top: 10px;
}

.html-embed-2 {
  width: 100%;
}

.cell-7 {
  align-items: center;
}

.cell-7.contact {
  align-items: flex-start;
}

.image-3 {
  object-fit: cover;
}

.header-36 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
}

.header-36.centered {
  text-align: center;
}

.header-36.line-height {
  line-height: 42px;
}

.paragraph-14 {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-14.center {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.policy-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.section-2 {
  background-image: url('../images/header-1.jpg');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding: 30px 0;
  display: flex;
}

.section-2.hide {
  display: none;
}

.image-4 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
}

.div-block-3 {
  justify-content: flex-start;
  display: flex;
}

.container-2 {
  background-image: url('../images/careers-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1080px;
  min-height: 500px;
}

.container-2.safety {
  background-image: none;
}

.container-2.charities {
  background-image: url('../images/charities.jpg');
}

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

.container-talent {
  flex-direction: column;
  align-items: center;
  max-width: 1080px;
  height: auto;
  display: flex;
}

.container-talent.safety {
  background-image: none;
}

.paragraph-25 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
}

.team-wrapper {
  max-width: 760px;
}

.team-wrapper.owners {
  max-width: 1080px;
}

.heading-3 {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.heading-4 {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.paragraph-14-light {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-7 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.link {
  color: #313131;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.link._14px {
  font-size: 14px;
}

.link._24px {
  text-align: right;
  font-size: 24px;
}

.cell-10 {
  border-bottom: 1px solid #cecece;
  justify-content: center;
}

.header-48-lowercase-centered {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
}

.div-block-4 {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}

.div-block-4.hide {
  display: none;
}

.slide {
  background-image: url('../images/slide-1-2025.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/slide-holiday-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slide-3-2025.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/slide-2-2025.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.slide-6 {
  background-image: url('../images/slide-006-24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/slide-holiday-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.disclaimer {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.disclaimer.black {
  color: #000;
}

.disclaimer-top {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.mya-div-no-bg {
  background-color: #43666100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  padding: 20px;
  display: flex;
}

.mya-div-no-bg.centered {
  border-top: 1px solid #000;
  justify-content: center;
  align-items: center;
}

.heading-3-mya {
  text-transform: none;
  border: 1px #000;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-3-mya.centered {
  text-align: center;
  font-weight: 600;
}

.mya-text {
  width: 100%;
  padding-bottom: 19px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

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

.mya-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6db430;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.mya-button.black {
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.link-block-2 {
  padding-left: 5px;
}

.wrapper-text-div {
  padding-left: 40px;
}

.charities-stack {
  grid-column-gap: 30px;
}

.quick-stack-7, .quick-stack-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 180px;
}

.quick-stack-9 {
  margin-left: 30px;
  margin-right: 30px;
}

.quick-stack-10 {
  background-color: #ead7ab;
  background-image: url('../images/peeking.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 350px;
  margin-left: 40px;
  margin-right: 40px;
}

.usf-heading {
  color: #0e6028;
}

.cell-15 {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-24-usf {
  text-align: left;
  text-indent: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 39px;
}

.paragraph-24-usf.centered {
  text-align: center;
}

.paragraph-24-usf.semibold {
  font-weight: 700;
}

.button {
  color: #ead7ab;
  text-transform: uppercase;
  background-color: #0d6029;
  font-family: Lato, sans-serif;
}

.button:hover {
  color: #fff;
}

.text-span-2 {
  font-weight: 700;
}

.banner {
  background-color: #45708d;
  background-image: linear-gradient(#45708d, #6fa1c2);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner.hide {
  display: none;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-8 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

.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-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 19px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

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

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-span-3 {
  font-family: Lato, sans-serif;
}

.discount-offer.hide {
  display: none;
}

.coming-soon-offer {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.heading-6 {
  font-weight: 400;
}

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

.note-banner {
  background-color: #f0f6ff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.note-banner.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary.top-bar {
    margin-top: 2px;
  }

  .button-primary.top-bar.book-online-top {
    justify-content: center;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

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

  .text-block {
    font-weight: 400;
  }

  .icon {
    font-size: 45px;
  }

  .top-bar {
    display: flex;
  }

  .complimentary-block {
    display: none;
  }

  .cruelty-free {
    top: 842px;
    left: 35px;
  }

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

  .cell, .cell-2 {
    align-items: center;
  }

  .image {
    padding-bottom: 10px;
  }

  .google-buttons {
    flex-direction: column;
    display: flex;
  }

  .quick-stack-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .hours-stack {
    width: 100%;
  }

  .cell-3 {
    border-right-style: none;
    align-items: center;
  }

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

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

  .address-div {
    justify-content: center;
    width: 100%;
  }

  .cell-5 {
    background-position: 50% 0;
  }

  .cell-5.vomor.hide {
    display: none;
  }

  .cell-6 {
    border-right-style: none;
  }

  .text-span-consultation {
    font-size: 16px;
  }

  .section-2 {
    background-position: 100%;
  }

  .cell-8, .cell-9 {
    align-items: center;
  }

  .disclaimer {
    display: none;
  }

  .disclaimer.black {
    display: block;
  }

  .mya-button.black {
    text-align: center;
  }

  .paragraph-24-usf {
    color: #fff;
  }

  .heading-5 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .div-block-5 {
    justify-content: space-between;
  }

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

  .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: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .note-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow-container {
    margin-left: auto;
    margin-right: auto;
  }

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

  .nav-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .button-primary.top-bar {
    display: none;
  }

  .button-primary.top-bar.book-online-top {
    justify-content: center;
    display: flex;
  }

  .button-primary.book-online {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top-bar-wrapper {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .slider {
    height: 360px;
    margin: 0;
  }

  .cruelty-free {
    display: none;
  }

  .text-48.love {
    text-align: center;
    padding-bottom: 20px;
  }

  .section {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cell-2 {
    align-items: flex-start;
  }

  .cell-3 {
    border-right-style: none;
  }

  .cell-5.vomor.hide {
    display: none;
  }

  .cell-5.thanks {
    background-image: none;
  }

  .services-stack {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-6 {
    border-right-style: none;
  }

  .service-talent-skill {
    font-size: 18px;
  }

  .text-span {
    line-height: 16px;
  }

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

  .section-2 {
    padding: 0;
  }

  .container-2, .container-talent {
    min-height: 250px;
  }

  .disclaimer.black {
    display: block;
  }

  .mya-div-no-bg {
    width: 100%;
  }

  .mya-text {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .mya-button.black {
    text-align: center;
  }

  .cell-11, .cell-12, .cell-13, .cell-14 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-5 {
    padding-left: 10px;
    line-height: 22px;
  }

  .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-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

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

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    margin-left: auto;
    margin-right: auto;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.top-bar {
    justify-content: center;
    margin-top: 10px;
  }

  .button-primary.top-bar.book-online-top {
    margin-left: 0;
    padding-left: 15px;
    display: flex;
  }

  .top-bar-wrapper {
    flex-direction: column;
  }

  .slider {
    height: 280px;
  }

  .slide-nav {
    display: none;
  }

  .spacer-80px.mobile {
    height: 30px;
  }

  .quick-stack {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .section {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .quick-stack-map {
    margin-left: 0;
    margin-right: 0;
  }

  .cell-3 {
    border-right-style: none;
  }

  .header-48.offer {
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-24 {
    font-size: 20px;
    line-height: 35px;
  }

  .cell-5.vomor.hide {
    display: none;
  }

  .cell-5.thanks {
    background-image: none;
  }

  .quick-stack-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .header-48-service {
    font-size: 38px;
    line-height: 46px;
  }

  .service-talent-skill {
    font-size: 12px;
    line-height: 18px;
  }

  .service-talent-skill.botanical {
    font-size: 14px;
    line-height: 25px;
  }

  .text-span {
    font-size: 12px;
  }

  .text-span-service-sub.color {
    font-size: 11px;
  }

  .text-span-consultation {
    font-size: 8px;
  }

  .paragraph-14 {
    font-size: 18px;
    line-height: 28px;
  }

  .section-2 {
    padding: 0;
  }

  .paragraph-14-light {
    font-size: 14px;
    line-height: 28px;
  }

  .link._24px {
    font-size: 20px;
  }

  .slide {
    background-position: 50%;
  }

  .slide-2, .slide-3 {
    background-position: 100%;
  }

  .disclaimer.black {
    display: block;
  }

  .mya-div-no-bg {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-3-mya {
    line-height: 40px;
  }

  .mya-text {
    width: auto;
  }

  .mya-button.black {
    text-align: center;
  }

  .wrapper-text-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .usf-heading {
    color: #ead7ab;
  }

  .paragraph-24-usf {
    font-size: 20px;
    line-height: 35px;
  }

  .banner {
    flex-flow: column;
  }

  .heading-5 {
    padding-bottom: 5px;
  }

  .div-block-5 {
    flex-flow: column;
  }

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

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

#w-node-_30f2f285-1e7f-449a-9373-49464d5dd1ce-8b418a25 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  display: none;
}

#w-node-_5b374d40-110b-85e7-0525-ee30618fed8e-8b418a25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_4a8c9dc6-049d-3c26-8a40-872b94bfa1b7-8b418a25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d5779bcc-db28-d5a1-6544-a1dada80d5e5-8b418a25 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-ee2995b2-ce40-9dcc-6d50-2c4965db0f35-65db0f35, #w-node-ee2995b2-ce40-9dcc-6d50-2c4965db0f3c-65db0f35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-c01beba0, #w-node-_14f22880-ce2f-5252-26c5-8c5ed8ef15ae-c01beba0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-ef1271cb-82ba-90e2-8b70-0c4dd5858357-c01beba0 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr 1fr;
}

#w-node-bc83c9d0-33b2-e714-0b21-d32fe12273ad-c01beba0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-bc83c9d0-33b2-e714-0b21-d32fe12273b2-c01beba0 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr .75fr;
}

#w-node-c6cc5e6b-900a-c3fa-df26-2f1ff77e3b73-c01beba0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-c6cc5e6b-900a-c3fa-df26-2f1ff77e3b7c-c01beba0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7b833116-f528-7a72-294d-a29d76dfda0c-c01beba0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-946150b8 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd337-946150b8, #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd338-946150b8 {
  grid-row: span 2 / span 2;
}

#w-node-_5ed75e66-461e-0feb-54b3-a9b77c40d52e-946150b8 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_5ed75e66-461e-0feb-54b3-a9b77c40d52f-946150b8, #w-node-_5ed75e66-461e-0feb-54b3-a9b77c40d532-946150b8 {
  grid-row: span 2 / span 2;
}

#w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-f4fa7c70 {
  grid-template-rows: minmax(600px, 1fr);
  grid-template-columns: .75fr .75fr;
}

#w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-619e924e {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd337-619e924e, #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd338-619e924e {
  grid-row: span 2 / span 2;
}

#w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-56f6d79f {
  grid-template-rows: minmax(600px, 1fr);
  grid-template-columns: .75fr .75fr;
}

#w-node-_2ba8bab4-6e23-b30b-efeb-45ad6b9307af-f9d3d0d5 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_089af580-c9fa-a7fc-4c90-3dabac858202-5df60a6a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-b2916515-f266-f399-0c31-fbecf6fbb969-5df60a6a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-2ee823b9 {
  grid-template-rows: minmax(600px, 1fr);
  grid-template-columns: .75fr .75fr;
}

#w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-3ab513fb {
  grid-template-rows: 1fr;
  grid-template-columns: .75fr .75fr;
}

#w-node-ebdba615-4193-9679-a1f9-57f6966b15ef-6808e8de, #w-node-_7eb829fc-6f03-3ce5-d011-ff841197e92d-6808e8de, #w-node-_9ee3ed08-2aa8-c301-d732-f54263a767e1-6808e8de, #w-node-ec65e081-b8e5-51db-c3d9-f70987cc6564-6808e8de {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-a57608f6 {
  grid-template-rows: minmax(600px, 1fr);
  grid-template-columns: .75fr .75fr;
}

@media screen and (max-width: 991px) {
  #w-node-_30f2f285-1e7f-449a-9373-49464d5dd1ce-8b418a25, #w-node-_5b374d40-110b-85e7-0525-ee30618fed8e-8b418a25 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_4a8c9dc6-049d-3c26-8a40-872b94bfa1b7-8b418a25 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d5779bcc-db28-d5a1-6544-a1dada80d5e5-8b418a25 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-ee2995b2-ce40-9dcc-6d50-2c4965db0f35-65db0f35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-c01beba0 {
    grid-template-rows: 400px;
    grid-template-columns: 1.25fr;
  }

  #w-node-_14f22880-ce2f-5252-26c5-8c5ed8ef15ae-c01beba0, #w-node-bc83c9d0-33b2-e714-0b21-d32fe12273ad-c01beba0, #w-node-c6cc5e6b-900a-c3fa-df26-2f1ff77e3b73-c01beba0, #w-node-_7b833116-f528-7a72-294d-a29d76dfda0c-c01beba0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-946150b8, #w-node-_5ed75e66-461e-0feb-54b3-a9b77c40d52e-946150b8 {
    grid-template-rows: 400px;
    grid-template-columns: 1.25fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-f4fa7c70 {
    grid-template-rows: 1fr;
    grid-template-columns: 1.25fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-619e924e {
    grid-template-rows: 400px;
    grid-template-columns: 1.25fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-56f6d79f {
    grid-template-rows: 1fr;
    grid-template-columns: 1.25fr;
  }

  #w-node-_2ba8bab4-6e23-b30b-efeb-45ad6b9307af-f9d3d0d5 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-2ee823b9, #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-3ab513fb, #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-a57608f6 {
    grid-template-rows: 1fr;
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4a8c9dc6-049d-3c26-8a40-872b94bfa1b7-8b418a25 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-c01beba0 {
    grid-template-rows: minmax(400px, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-_14f22880-ce2f-5252-26c5-8c5ed8ef15ae-c01beba0, #w-node-bc83c9d0-33b2-e714-0b21-d32fe12273ad-c01beba0, #w-node-c6cc5e6b-900a-c3fa-df26-2f1ff77e3b73-c01beba0, #w-node-_7b833116-f528-7a72-294d-a29d76dfda0c-c01beba0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-946150b8, #w-node-_5ed75e66-461e-0feb-54b3-a9b77c40d52e-946150b8, #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-f4fa7c70, #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-619e924e, #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-56f6d79f {
    grid-template-rows: minmax(400px, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-_089af580-c9fa-a7fc-4c90-3dabac858202-5df60a6a, #w-node-b2916515-f266-f399-0c31-fbecf6fbb969-5df60a6a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-2ee823b9 {
    grid-template-rows: minmax(400px, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-3ab513fb {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-ebdba615-4193-9679-a1f9-57f6966b15ef-6808e8de, #w-node-_7eb829fc-6f03-3ce5-d011-ff841197e92d-6808e8de, #w-node-_9ee3ed08-2aa8-c301-d732-f54263a767e1-6808e8de, #w-node-ec65e081-b8e5-51db-c3d9-f70987cc6564-6808e8de {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-a57608f6 {
    grid-template-rows: minmax(400px, 1fr);
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5779bcc-db28-d5a1-6544-a1dada80d5e5-8b418a25 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-ef1271cb-82ba-90e2-8b70-0c4dd5858357-c01beba0, #w-node-bc83c9d0-33b2-e714-0b21-d32fe12273b2-c01beba0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .5fr .75fr;
  }

  #w-node-c6cc5e6b-900a-c3fa-df26-2f1ff77e3b7c-c01beba0 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-619e924e {
    grid-template-rows: 265px;
    grid-template-columns: 1fr;
  }

  #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-56f6d79f, #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-3ab513fb, #w-node-_214a6bdb-d9a6-698d-00a2-d104ce3bd336-a57608f6 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
}


