:root {
  --font--body: "Redhatdisplay Variable", Arial, sans-serif;
  --color--black: black;
  --ink: #29282d;
  --color--white: white;
  --color--grey-200: #e4e5e5;
  --space--large: 2rem;
  --pink-dark: #d75079;
  --pink: #e287bb;
  --red: #e8445d;
  --color--pink-tint: #fff3f6;
  --color--grey-500: #757676;
  --untitled-ui-gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui-primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui-white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui-primary700\<deleted\|variable-da4f7fa3\>: #6941c6;
  --untitled-ui-primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui-primary200\<deleted\|variable-b0d9f07d\>: #e9d7fe;
  --untitled-ui-gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --untitled-ui-gray100\<deleted\|variable-4a47ec41\>: #f2f4f7;
  --untitled-ui-gray700\<deleted\|variable-d4f37b50\>: #344054;
  --alley-component-library-green--400\<deleted\|variable-3fdf7b86\>: #c5e7d1;
  --untitled-ui-success700\<deleted\|variable-1c4c81d0\>: #027a48;
  --untitled-ui-gray500\<deleted\|variable-68f29e84\>: #667085;
  --untitled-ui-gray50\<deleted\|variable-8a511359\>: #f9fafb;
  --untitled-ui-gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui-gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui-primary300\<deleted\|variable-b540dac6\>: #d6bbfb;
  --color--tourmaline: #85a0ac;
  --color--iced-coffee: #b38f6c;
  --space--small: 1rem;
  --space--xlarge: 3rem;
  --space--xsmall: .75rem;
  --color--cloud-dance: #f2f0eb;
  --grey-border: #e4e5e5;
  --color--cornsilk: #edc371;
  --font--display: "Roxborough cf", sans-serif;
  --font--accent: "Khand Variable", Arial, sans-serif;
  --color--surface-warm: #fdfdfc;
  --color--surface-cool: #fafafa;
  --text--size-small: .875rem;
  --text--size-huge: 3.25rem;
  --text--size-xxxlarge: 2.5rem;
  --text--size-xxlarge: 2rem;
  --text--size-xlarge: 1.5rem;
  --text--size-large: 1.25rem;
  --text--size-medium: 1.125rem;
  --text--size-regular: 1rem;
  --text--size-tiny: .75rem;
  --color--very-peri: #6868ab;
  --color--treetop: #436b32;
  --color--burnt-coral: #d77e70;
  --space--tiny: .25rem;
  --space--xxsmall: .5rem;
  --space--medium: 1.5rem;
  --space--xxlarge: 4rem;
  --space--huge: 6rem;
  --beige: #d75079;
}

body {
  font-family: var(--font--body);
  color: #1a1b1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Roxborough bold, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roxborough bold, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roxborough cf, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roxborough cf, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--color--black);
  margin-bottom: 10px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

a {
  color: var(--ink);
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

a:hover {
  color: #333;
  border-bottom: 0 #000;
}

a:active {
  color: #43464d;
}

ul {
  font-family: var(--font--body);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  font-weight: 400;
  line-height: 26px;
}

ol {
  font-family: var(--font--body);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 26px;
}

li {
  margin-bottom: 10px;
}

img {
  width: auto;
  display: block;
  overflow: visible;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.other-recipes {
  border-bottom: 1px #e4e5e5;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.ingredient-block {
  border: 0px solid var(--color--black);
  background-color: #fff;
  margin-top: 0;
}

.recipe-side {
  box-shadow: none;
  background-color: #0000;
  border: 1px #dadce0;
  border-radius: 0;
  padding: 0%;
  display: block;
  position: static;
}

.content-section {
  background-color: #fff;
  padding: 0% 2% 2.5%;
}

.spacer-line {
  background-color: #e8e8e8;
  width: 100%;
  height: .5px;
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  display: block;
}

.spacer-line.mobile-tab {
  display: none;
}

.recipe-block {
  border-bottom: .5px #e4e5e5;
  border-left: .5px #e4e5e5;
  border-right: .5px #e4e5e5;
  padding-top: 0;
}

.ingredient-content {
  background-color: var(--color--white);
  padding: 0 0%;
  overflow: hidden;
}

.book-profile-container {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.recipe-sticky {
  white-space: normal;
  position: sticky;
  top: 0;
}

.book-profile-name {
  color: var(--color--black);
  text-align: left;
  white-space: normal;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Roxborough cf, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.recipe-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  margin-top: 0;
}

.recipe-grid.for-experts {
  grid-template-columns: 2fr 1.25fr;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  flex: 0 auto;
}

.margin-bottom.margin-xxlarge {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.margin-bottom.margin-xsmall {
  flex: 0 auto;
}

.margin-bottom.margin-xxsmall {
  background-color: #0000;
  border: 2px #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-bottom.margin-xxlarge {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small, .margin-bottom.margin-xlarge, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 1em;
}

.margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 15px;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-small, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  flex: 0 auto;
  margin: 0 0 10px;
}

.padding-vertical, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: none;
}

.max-width-large.align-center {
  max-width: none;
}

.book-profile-hours-row {
  color: var(--color--black);
  text-align: left;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: inline;
  overflow: visible;
}

.book-profile-hours-row.bhours {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.footer {
  background-color: #fdfdfc;
  padding: 0 0;
}

.profile-pic {
  border: 2px solid var(--color--white);
  border-radius: 10%;
  width: 11em;
  height: 11em;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.profile-pic.message {
  width: 125px;
  height: 125px;
}

.service-price {
  color: var(--color--black);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Avenir Light;
  font-size: 13px;
  line-height: 23px;
}

.nav-component {
  background-color: var(--color--white);
  border-bottom: .1px solid #e8e8e8;
  flex-direction: row;
  align-items: center;
  min-height: 5.25rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

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

.hidden {
  overflow: hidden;
}

.text-size-medium-3 {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium-3.text-weight-bold {
  color: #000;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.medium-heading {
  font-family: Roxborough bold, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.medium-heading.faq {
  text-align: left;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 36px;
  display: inline-block;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: var(--pink-dark);
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: var(--pink-dark);
  transform: rotate(-45deg);
}

.close-btn-line.is--2nd {
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  transform: rotate(-45deg);
}

.close-btn-line.is--2nd {
  background-color: var(--color--black);
  width: 1rem;
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: var(--color--black);
  width: 1rem;
  transform: rotate(-45deg);
}

.modal-w {
  z-index: 10;
  width: 100%;
  max-width: 42.5rem;
  max-height: 100%;
  margin: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal-w.large-modal {
  max-width: 100rem;
  padding: 2rem 0 0;
  overflow: auto;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #fafafa;
  border: 1px solid #dcdce5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: 2rem;
}

.close-btn-w.album {
  margin-top: 1rem;
  margin-right: 1rem;
  position: absolute;
  top: 0%;
  right: 0%;
}

.modal {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  position: relative;
}

.modal-content-w {
  padding: 3rem 2.5rem 6.5rem;
}

.modal-content-w.services {
  flex-flow: row;
  padding: 0;
  display: block;
}

.stylist-details {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0% 2%;
  display: flex;
}

.stylist-details.desktop {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 14px;
}

.stylist-details.mobile {
  display: none;
}

.book-profile-booking-card {
  background-color: #0000;
  border: .5px #e4e5e5;
  border-radius: 0;
  padding: 5% 2.5%;
  position: sticky;
  top: 0;
}

.book-profile-trust-copy {
  color: #666;
  text-align: right;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.book-profile-trust-copy.text-color-dark-gray {
  text-align: left;
  text-align: left;
}

.book-profile-name-wrap {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: .75rem;
  display: flex;
}

.faq2_component {
  border-bottom: 1px #0000;
}

.faq2_question {
  cursor: pointer;
  border-top: 1px solid #e4e5e5;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq2_question.inclusion {
  border-top-style: solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq2_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq2_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq2_answer {
  border-bottom: 1px none var(--color--grey-200);
  overflow: hidden;
}

.book-profile-faq-answer {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.footer-legal-icon {
  height: 2.5em;
}

.message-div-block {
  z-index: 1;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-152 {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 65%;
  margin: auto;
  padding-top: 2.5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
}

.heading-69 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough cf, sans-serif;
  line-height: 40px;
}

.text-span-87 {
  color: var(--pink);
}

.paragraph-62 {
  text-align: center;
  margin-bottom: 1.5em;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.div-block-153 {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-140 {
  width: 1.75em;
  margin-top: 15px;
  margin-right: 15px;
  padding: 0;
}

.social-links-pop-up {
  z-index: 3;
  background-color: #00000080;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: visible;
}

.view-portfolio-div {
  background-color: #fff;
  width: 600px;
  height: 300px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.text-color-dark-gray {
  z-index: 2;
  color: #848484;
  text-decoration: none;
  position: relative;
}

.book-profile-meta-icon {
  height: 1.5em;
  margin-right: 10px;
}

.book-profile-meta-icon.small {
  height: 1.1em;
}

.book-profile-instagram-icon {
  width: 1em;
  height: 1em;
}

.name-div {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.book-profile-service-icon {
  border-radius: 5px;
  margin-right: 15px;
  overflow: hidden;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-card {
  width: 100%;
  text-decoration: none;
}

.nav-logo {
  height: 3em;
}

.nav-image-wrapper {
  background-color: #dedfe3;
  border: 1px solid #dedfe3;
  border-radius: 0;
  width: 100%;
  height: 180px;
  margin-bottom: 16px;
  overflow: hidden;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 16px;
}

.nav-grid.nav-card-hiw, .nav-grid.nav-card-services, .nav-grid.nav-card-hiw, .nav-grid.nav-card-services {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.nav-grid-wrapper {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #131316;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-logo-link, .nav-logo-link.w--current {
  display: flex;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.nav-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.nav-card-content {
  grid-column-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown-list {
  z-index: 99;
  min-width: 100%;
  display: none;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 16px;
  min-width: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding: 24px 40px;
  position: absolute;
  inset: 80px 0% auto;
  overflow: hidden;
  box-shadow: 1px 1px 8px #c4cad43d;
}

.nav-button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 48px;
  min-height: 48px;
  color: var(--ink);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: .1px solid #d9d9d9;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.nav-button-secondary:hover {
  border: .1px solid var(--color--black);
  background-color: var(--color--white);
  color: var(--red);
}

.nav-button-secondary:active {
  background-color: var(--color--pink-tint);
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-toggle {
  grid-column-gap: 2px;
  outline-offset: 0px;
  height: 100%;
  font-family: var(--font--body);
  color: var(--ink);
  outline: 3px #e287bb;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle:hover {
  color: var(--red);
}

.nav-toggle.w--open {
  color: var(--red);
  background-color: #0000;
  border-radius: 0;
  text-decoration: underline;
}

.nav-toggle.makeup {
  display: none;
}

.nav-dropdown {
  flex-direction: row;
  height: 100%;
  display: block;
  position: static;
}

.services-popup {
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% 0;
  overflow: auto;
}

.services-popup-header {
  z-index: 101;
  background-color: #fff;
  padding: 1rem 1.5rem;
  position: static;
  top: 0;
}

.services-popup-back-button {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.services-popup-back-button:hover {
  background-color: #fafafa;
  border-radius: 50px;
}

.services-popup-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--color--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 1rem 15rem 2rem;
  display: block;
  position: relative;
}

.heading-84 {
  color: #161718;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6rem;
}

.heading-84.other {
  margin-bottom: 5px;
  font-weight: 500;
}

.heading-86 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: .25em;
  font-family: Roxborough bold, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  display: block;
}

.paragraph-74 {
  color: #757676;
  text-align: left;
  -webkit-text-stroke-color: #757676;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-74.small {
  font-size: 14px;
  line-height: 24px;
}

.book-profile-mobile-stats-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-228 {
  justify-content: center;
  margin-bottom: .5em;
  display: flex;
}

.image-184 {
  width: 3.5em;
  height: 3.5em;
  color: var(--color--black);
  margin-right: 0;
}

.footer-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.book-profile-hours-wrap {
  border: 1px solid #e8e8e8;
  border-radius: 7.5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 15px;
  display: flex;
}

.image-186 {
  width: 1.5em;
  margin-right: 4px;
}

.image-186.small {
  width: 1.25em;
}

.review-stars {
  margin-bottom: .5rem;
  display: flex;
}

.reviews-paragraph {
  align-items: center;
  margin-bottom: 20px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.book-profile-resume-tabs {
  border-bottom: .5px solid #e4e5e5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.profile-tab {
  color: #666;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 12.5px;
  display: flex;
}

.profile-tab.w--current {
  border-bottom: 1.25px solid var(--ink);
  color: var(--ink);
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Kumbhsans;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 12.5px;
}

.book-profile-section-heading {
  color: var(--ink);
  text-align: left;
  margin-top: 0;
  margin-bottom: .75em;
  font-family: Roxborough bold, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  display: inline-flex;
}

._7-center-1 {
  grid-column-gap: 13px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 20px;
  margin-bottom: 7.5px;
  display: flex;
}

.yellow-short {
  border: 1px solid var(--color--black);
  background-color: var(--color--black);
  border-radius: 2px;
  width: 100%;
  height: 10px;
}

.yellow-short._4, .yellow-short._3 {
  width: 1px;
  height: 20px;
}

.yellow-short._4, .yellow-short._3 {
  width: 1px;
  height: 20px;
}

.yellow-short._5 {
  background-color: var(--color--black);
  width: 1px;
  height: 20px;
}

.yellow-short._2 {
  border-color: var(--color--black);
  width: 1px;
  height: 9px;
  margin-top: 0;
}

._7-textblock-number {
  color: var(--color--black);
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.yellow-long-div {
  background-color: #e5e5e5;
  border: 1px #fdbc0c;
  border-radius: 2px;
  width: 280px;
  height: 9px;
  overflow: hidden;
}

.book-profile-guarantee-icon {
  flex: 0 auto;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 1em;
  margin-right: 5px;
}

.book-profile-trust-heading-wrap {
  align-items: center;
  display: flex;
}

.portfolio-tab {
  color: #a3a3a3;
  background-color: #0000;
  border: .5px solid #d9d9d9;
  border-radius: 100px;
  margin-right: 10px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.portfolio-tab:hover {
  border-color: var(--color--pink-tint);
  color: var(--color--black);
  background-color: #f6f6f6;
}

.portfolio-tab.w--current {
  border-color: var(--color--pink-tint);
  background-color: var(--ink);
  color: var(--color--white);
  border-radius: 100px;
  font-size: 12px;
  line-height: 12px;
}

.portfolio-tab.selected {
  background-color: var(--color--pink-tint);
  color: var(--pink-dark);
}

.book-profile-portfolio-tabs {
  object-fit: fill;
  padding-bottom: 10px;
  display: block;
  overflow: auto;
}

.book-profile-portfolio-tab-label {
  font-size: 11px;
  line-height: 11px;
}

.collection-item-12 {
  border: .1px solid #d9d9d9;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-13 {
  padding-bottom: 5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.image-192 {
  border: .1px #d9d9d9;
  display: block;
}

.collection-list-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.book-profile-copy-richtext {
  color: #666;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  text-decoration: none;
  display: flex;
}

.cell {
  border-right: 1px solid #e4e5e5;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.image-193 {
  width: 1.75em;
  height: 1.75em;
  margin-right: 10px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.call-2 {
  flex-direction: row;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-85 {
  margin-bottom: 30px;
  font-family: Roxborough bold, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.trusted-pro-div {
  background-color: #fef5f7;
  border-radius: 15px;
  margin-top: 30px;
  padding: 15px 20px;
}

.text105 {
  margin-right: 3px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  display: inline;
}

.div-block-267 {
  display: block;
}

.div-block-268 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.book-profile-trust-item-text {
  margin-bottom: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.book-profile-trust-item-text.main {
  margin-bottom: 15px;
}

.book-profile-trust-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.book-profile-check-icon {
  width: 1em;
  margin-right: 5px;
}

.paragraph-84 {
  font-size: 14px;
  line-height: 24px;
}

.nav-button {
  border: 5px none var(--ink);
  background-color: var(--red);
  outline-offset: 0px;
  min-width: auto;
  min-height: 48px;
  color: var(--color--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 100px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 9px 32px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: static;
  overflow: hidden;
}

.nav-button:hover {
  background-color: var(--red);
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 10px;
  outline: 2px #0000;
}

.nav-button.w--current {
  background-color: var(--red);
}

.nav-button.footer {
  background-color: var(--pink-dark);
  border-radius: 1px;
  margin-bottom: 30px;
  display: none;
}

.image-211 {
  border-radius: 20px;
  width: 2.5em;
  height: 2.5em;
  margin-right: 10px;
  overflow: hidden;
}

.div-block-282 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-123 {
  color: #8a8a8a;
  margin-right: 3px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.packages-section-mobile {
  display: none;
}

.package-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.package-pricing.compare {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.package-details-mobile {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.package-description-mobile {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.package-description {
  margin-bottom: 20px;
}

.package-1-see-more {
  width: 100%;
  overflow: hidden;
}

.package-1-see-more.desktop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.package-1-see-more.desktop.location {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2em;
}

.see-more-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.see-more-toggle.location {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: auto;
}

.deliverable-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
}

.deliverable-text.time {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}

.package-2-content {
  padding: 1.5em 1em;
}

.package-3 {
  border: 1.5px solid #e7e8e9;
  border-radius: 5px;
  margin-bottom: .5em;
}

.package-3-content {
  padding: 1.5em 1em;
}

.book-now-button {
  z-index: 1000;
  background-color: #fffc;
  border-top: 1.5px solid #e4e5e5;
  justify-content: center;
  align-items: center;
  padding: .5em 2.5em .75em;
  display: none;
  position: sticky;
  inset: auto 0% 0%;
}

.book-now-button.service-page {
  display: none;
}

.package-subheader-mobile {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  line-height: 24px;
}

.package-1-desktop {
  background-color: #fafafa;
  border: 1px #e7e8e9;
  width: 100%;
  padding: 3em 1em 4em;
}

.package-desktop-header {
  color: #362c24;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough cf, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.package-desktop-header.small {
  color: var(--color--black);
  font-size: 32px;
  line-height: 40px;
}

.package-pricing-desktop {
  justify-content: center;
  align-items: baseline;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.package-details-desktop {
  margin-bottom: 2em;
}

.package-subheader-desktop {
  color: #362c24;
  text-align: center;
  margin-bottom: .5em;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
}

.package-description-desktop {
  color: #362c24;
  text-align: center;
  margin-bottom: .5em;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.checkout-button-div {
  justify-content: center;
  margin-bottom: 2em;
  display: flex;
}

.mansonary-wrapper {
  column-count: 3;
  column-gap: .5rem;
}

.mansonary-wrapper.featured {
  display: block;
}

.mansonary-featured-wrapper {
  width: 100%;
}

.header-profile-pic {
  justify-content: space-between;
  align-items: flex-start;
  padding: 5% 0 0%;
  display: flex;
}

.book-profile-share-icon {
  width: 1.25em;
  height: auto;
  color: var(--pink-dark);
}

.book-profile-booking-card-inner {
  background-color: #fff;
  border: .5px solid #e4e5e5;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1em;
  padding: .8em .8em 1.5em;
  display: flex;
}

.book-profile-cta-text {
  color: var(--color--white);
  flex: 0 auto;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

.book-profile-cta-text.black {
  color: var(--color--black);
  font-weight: 500;
}

.book-profile-primary-cta {
  background-color: var(--red);
  border-radius: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 7px 2em;
  display: flex;
}

.book-profile-primary-cta:hover {
  background-color: #e12866;
}

.book-profile-primary-cta.center-alligned.white.mobile, .book-profile-primary-cta.center-alligned.trial-session {
  display: none;
}

.book-profile-primary-cta.center-alligned {
  background-color: #e8445d;
  border: 1.5px solid #29282d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.book-profile-primary-cta.center-alligned:hover {
  background-color: var(--pink);
}

.book-profile-primary-cta.center-alligned.white.mobile, .book-profile-primary-cta.center-alligned.trial-session {
  display: none;
}

.book-profile-primary-cta.center-alligned.services-page {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.book-profile-primary-cta.center-alligned.white {
  background-color: var(--color--white);
  border: 1px solid #dcdce5;
}

.book-profile-primary-cta.center-alligned.white:hover {
  background-color: #fafafa;
}

.book-profile-primary-cta.center-alligned.white.mobile, .book-profile-primary-cta.center-alligned.trial-session {
  display: none;
}

.book-profile-powered-by {
  margin-bottom: 1em;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.book-profile-powered-by.expert {
  margin-bottom: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  line-height: 14px;
}

.div-block-298 {
  justify-content: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.div-block-299 {
  flex: 0 auto;
  margin-bottom: .5em;
  display: block;
}

.link-block-52 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.text-block-137 {
  font-size: 12px;
  line-height: 22px;
}

.copy-lb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #882efb;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  align-items: center;
  padding: .625rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
  display: flex;
}

.copy-lb:hover {
  border-width: 1px;
  border-color: var(--pink-dark);
}

.text-block-138 {
  color: var(--pink-dark);
}

.image-219 {
  width: 1em;
  height: 1em;
  color: var(--pink-dark);
}

.book-profile-featured-media-wrap {
  border: 1px solid #e4e5e5;
  border-radius: 100px;
  margin-left: .5em;
  padding: 11px;
}

.book-profile-featured-media-wrap:hover {
  border-color: var(--ink);
  background-color: #f6f6f6;
}

.rich-text-deliverables {
  margin-top: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.rich-text-deliverables p {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  line-height: 24px;
}

.package-pricing-time {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  overflow: visible;
}

.delivery-time, .delivery-duration {
  flex: 0 auto;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.delivery-sessions {
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.service-flex-box {
  cursor: auto;
  border: .5px solid #e7e8e9;
  border-radius: 7.5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  padding: 1.35em 1.25em;
  display: flex;
}

.service-flex-box:hover {
  background-color: #fafafa;
  border-width: 1px;
}

.service-book-block {
  background-color: var(--color--white);
  border: 1px solid #dcdce5;
  border-radius: 100px;
  padding: .5em 1.5em;
}

.service-container-div {
  align-items: flex-start;
  display: flex;
}

.service-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}

.service-price {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.service-price.discounted {
  color: var(--color--grey-500);
  margin-left: 4px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: line-through;
}

.all-services-div {
  display: block;
}

.book-profile-service-row {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.services-overview-rtb ul {
  padding-left: 15px;
}

.services-overview-rtb li {
  color: #757676;
  margin-bottom: 0;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 20px;
}

.service-price-block {
  display: flex;
}

.footer3_legal-link {
  color: #29282d;
  font-size: .825rem;
  text-decoration: none;
}

.footer-padding {
  padding: var(--space--xlarge) 2%;
}

.footer-padding.footer2 {
  border-top: 1px solid #e1e1e1;
  padding-top: 0;
}

.footer-legal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-credit {
  font-family: var(--font--body);
  color: #29282d;
  font-size: .875rem;
}

.footer-credit.mobile {
  display: block;
}

.footer-bottom {
  padding-top: var(--space--xlarge);
  padding-bottom: var(--space--xlarge);
  border-top: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom.footer2 {
  border-top-style: none;
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.album-item {
  will-change: transform;
  padding-bottom: 2.5px;
  padding-left: 0;
  padding-right: 2.5px;
  transition: transform .15s ease-out;
}

.album-item:hover {
  transform: scale(1.05);
}

.album-item.explore {
  transform-style: preserve-3d;
  margin-bottom: 20px;
  padding-right: 10px;
}

.album-item.explore:hover {
  transform: scale3d(.95, .95, .95);
}

.album_button {
  transition: all .3s;
  display: block;
}

.album-item-sticker {
  align-items: center;
  padding: 0% 1.7rem 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.album-item-sticker.discover {
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: flex;
}

.album-item-sticker.discover.portfolio {
  justify-content: space-between;
  align-items: center;
}

.album-item-sticker.portfolio {
  justify-content: space-between;
  align-items: center;
}

.album-item-sticker.expert {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-left: .75rem;
  padding-right: 1rem;
}

.album-heading {
  color: #fff;
  margin-bottom: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.album-description {
  color: #fff;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 15px;
}

.collection-list-12 {
  margin-left: 0;
  margin-right: 0;
}

.album-wrapper {
  z-index: 1000;
  cursor: pointer;
  background-color: #29282866;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.album-close-area {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.album-modal-card {
  background-color: #fff;
  border-radius: .75rem;
  flex-flow: column wrap;
  place-content: center space-around;
  align-items: stretch;
  max-width: 50rem;
  margin-top: 2rem;
  padding: 2rem 1rem 4rem;
  display: block;
  position: relative;
}

.album-heading-inner {
  margin-bottom: 5px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-159 {
  margin-bottom: 5px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.album-city {
  color: var(--ink);
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.reviews-wrapper {
  border: 1px #e7e7e9;
  padding: 1.5em 0 0;
}

.book-profile-rating-label {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  display: inline;
}

.client-review-wrapper {
  background-color: var(--color--white);
  border-bottom: .5px solid #e4e5e5;
  margin-bottom: 0;
  padding: 0 0 1.5em;
}

.client-review-wrapper.reviews-page {
  margin-bottom: 1em;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.collection-item-15 {
  margin-bottom: 2.5em;
  padding-left: 0;
  padding-right: 2.5em;
}

.client-review-header {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-profile-picture {
  display: inline-block;
}

.image-235 {
  border-radius: 100px;
  width: 3.5em;
  margin-right: 10px;
  overflow: hidden;
}

.client-review-details {
  flex: 1;
  padding-left: 7.5px;
}

.review-client-name {
  margin-right: 5px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.client-review-stars {
  margin-top: .5em;
  margin-bottom: .5em;
  display: flex;
}

.client-review-text {
  margin-bottom: 1.25em;
}

.client-review-text.mobile {
  display: none;
}

.text-block-164 {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 150%;
  overflow: hidden;
}

.text-block-164.about-me {
  color: #696a6b;
  text-align: left;
  padding-right: 7.5px;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 19.5px;
}

.text-block-164.about-me.popup {
  margin-top: 0;
  margin-bottom: 2em;
}

.review-name-city-date {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5px;
  display: flex;
}

.text-block-165 {
  color: #757676;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  display: inline-block;
}

.show-hide-review-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.show-hide-review-div.bio, .show-hide-review-div.left-alligned, .show-hide-review-div.bio {
  justify-content: flex-start;
  align-items: center;
}

.show-more-review {
  color: var(--red);
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.review-name-city, .review-date {
  display: flex;
}

.review-service-name {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-236 {
  width: 1em;
  margin-left: 4px;
}

.image-236.reviews {
  margin-right: 7px;
}

.empty-state-4 {
  background-color: #ddd0;
  padding-top: 0;
  padding-bottom: 0;
}

.story-popup {
  z-index: 10002;
  background-color: var(--color--white);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% 0;
  overflow: auto;
}

.collection-list-14 {
  column-count: 2;
  column-gap: 5px;
}

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

.album {
  margin-right: 5px;
}

.video {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

.video.mobile {
  display: none;
}

.book-profile-detail-column {
  padding-left: 0;
  padding-right: 5px;
}

.div-block-336 {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.free-consultation-popup {
  z-index: 10001;
  background-color: #29282866;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.book-profile-stat-label {
  color: var(--color--black);
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  display: inline-block;
}

.book-text {
  color: var(--ink);
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.text-span-180 {
  color: var(--pink);
}

.text-block-214 {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
}

.powered-by-gs {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.book-profile-logo {
  height: 27px;
  margin-left: 5px;
}

.book-profile-booking-icon {
  width: 19px;
  height: 19px;
  margin-right: .75em;
}

.stylist-detail {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1em;
  display: flex;
}

.stylist-detail.mobile {
  display: none;
}

.book-profile-stat-value {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}

.detail-review {
  margin-right: 2.25em;
}

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

.book-profile-star-icon {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-right: 0;
}

.book-profile-status-icon {
  width: 17px;
  margin-right: 10px;
}

.book-profile-status-chip-wrap {
  align-items: center;
  margin-top: .55em;
  display: flex;
}

.book-profile-popular-label {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-weight: 600;
}

.book-profile-urgency-wrap {
  align-items: center;
  padding-left: 27px;
  display: flex;
}

.book-profile-status-text {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.book-profile-status-text.mobile {
  display: none;
}

.image-289 {
  width: 1em;
}

.link-block-61 {
  background-color: var(--color--white);
  border: 1px solid #dcdce5;
  border-radius: 10px;
  margin-right: 1em;
  padding: 10px 1em;
  display: inline-flex;
}

.image-291 {
  width: 28px;
  height: 28px;
}

.book-profile-rating-score {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

.book-profile-link-text {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.book-profile-secondary-link {
  border: 1px solid #dcdce5;
  border-radius: 7.5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 7.5px 2.5em;
  font-weight: 400;
  display: inline-flex;
}

.book-profile-secondary-link:hover {
  background-color: #fafafa;
}

.left, .right {
  flex-flow: column;
  display: inline-flex;
}

.book-profile-rating-breakdown {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-pane-tab-1-3 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.button-div {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.reviews-popup {
  z-index: 1000;
  background-color: var(--color--white);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.reviews-popup-content {
  width: 100%;
  padding: 1em 15em 2em;
  position: relative;
}

.book-profile-overview-layout {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  margin-top: 0;
  margin-bottom: 1.25em;
  padding: 0;
}

.book-profile-business-cell {
  justify-content: flex-start;
  align-items: stretch;
}

.book-profile-overview-icon {
  width: 1.25em;
  margin-right: 10px;
}

.book-profile-overview-icon.small {
  width: 1.15em;
}

.book-profile-overview-row {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.book-profile-overview-row.search {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .3em;
}

.stylist-card-meta {
  flex: none;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19.5px;
}

.stylist-card-meta.small {
  font-size: 12px;
}

.image-303 {
  width: 50%;
}

.empty-state-10 {
  background-color: var(--color--white);
  border: 1px solid #e8e8e8;
  justify-content: center;
  align-items: center;
  padding: 20px 2em;
  display: flex;
}

.empty-state-11 {
  background-color: var(--color--white);
}

.text-block-232 {
  margin-bottom: 1em;
  font-family: Roxborough cf, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

._1-1-video-popup {
  z-index: 100000;
  background-color: var(--color--white);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

._1-1video-popup-content {
  background-color: var(--color--white);
  width: 100%;
  padding: 1em 13.5em 3em;
  position: relative;
}

._1-1video-popup-content.services {
  padding-left: 0;
  padding-right: 0;
}

.tags-div {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.icon_close {
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 15px 15px auto auto;
}

.button-icon {
  width: 16px;
  height: 16px;
}

.disclaimer {
  opacity: .8;
  margin-top: 10px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.lightbox-modal {
  z-index: 2000;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px;
  display: none;
  position: fixed;
  inset: 0%;
}

.field-input {
  border: 1px solid #d3d4d8;
  border-radius: 6px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 15px;
  transition: border-color .2s;
}

.field-input:hover {
  border-color: #434de7;
}

.field-input:focus {
  border-color: #177fff;
}

.button-59 {
  color: #fff;
  background-color: #434de7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-59:hover {
  box-shadow: none;
  background-color: #000;
}

.button-59.in-form {
  width: 100%;
}

.button-59.in-form.mb-10 {
  background-color: var(--red);
  background-color: var(--red);
  margin-bottom: 10px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.google-button {
  grid-column-gap: 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-text {
  margin-bottom: 0;
}

.field-label {
  margin-bottom: 10px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.field-wrapper {
  margin-bottom: 20px;
}

.field-wrapper.passwordless {
  background-color: #e8e6dd;
  border-radius: 6px;
  padding: 10px;
}

.field-wrapper.top {
  margin-top: 20px;
}

.h1-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

.modal_small {
  text-align: left;
  background-color: #fbf9f4;
  border: 2px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 400px;
  max-width: 500px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.paragraph-109 {
  font-weight: 400;
}

.paragraph-110 {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.div-block-411 {
  display: flex;
}

.div-block-412 {
  flex-flow: wrap;
  display: flex;
}

.form-2 {
  width: 500px;
  padding-left: 5%;
  padding-right: 5%;
}

.field-label-2 {
  color: var(--ink);
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.text-field-2 {
  border: 1px solid var(--color--white);
  padding-top: 10px;
  padding-left: 0;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-weight: 300;
}

.div-block-413 {
  border: 1px solid var(--grey-border);
  border-radius: 15px;
  padding: 15px;
}

.submit-button {
  background-color: var(--pink);
  border: 1.5px solid #000;
  border-radius: 5px;
  width: 100%;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-weight: 600;
}

.book-profile-location {
  color: var(--ink);
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.book-profile-location.availibility-text {
  color: #8897a4;
  font-weight: 300;
}

.about-stylist-div {
  display: block;
}

.about-stylist-div.mobile {
  display: none;
}

.professional-stylist-div {
  margin-bottom: .85em;
  display: flex;
}

.professional-stylist-div.last {
  margin-bottom: 0;
}

.book-profile-trust-icon {
  border-radius: 100px;
  width: 1.55em;
  height: 1.55em;
  margin-right: 15px;
}

.book-profile-tag {
  color: var(--red);
  margin-bottom: 2px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55em;
}

.book-profile-tag.black {
  color: var(--ink);
}

.book-profile-tag.professional {
  color: #265494;
}

.book-profile-tag.professional.black {
  color: var(--color--black);
  font-family: Figtree Variablefont Wght;
  font-size: 16px;
  font-weight: 500;
}

.book-profile-credential-text {
  box-sizing: border-box;
  flex: none;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 150%;
  display: inline-flex;
}

.book-profile-credential-text.new {
  padding-right: 0%;
}

.link-58 {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: underline;
}

.book-profile-credential-copy-wrap {
  flex-flow: wrap;
  display: flex;
}

.book-profile-hours-richtext {
  white-space: pre;
  overflow-wrap: normal;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.book-profile-credential-dot-icon {
  width: 7.5px;
  height: 7.5px;
  margin-right: 3.5px;
}

.book-profile-rating-count-wrap {
  flex-flow: wrap;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: inline-flex;
}

.tab-link-tab-1.w--current {
  border-bottom: 2px solid var(--ink);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.book-profile-gallery-tabs {
  border-bottom: 1px solid #e1e2e1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-pane-tab-1-4, .tab-pane-tab-2-3, .tab-pane-tab-3-3 {
  padding-top: 1em;
}

.package-discount-3 {
  background-color: #d75079;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.text-block-263 {
  color: #e8445d;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  display: inline;
}

.text-block-264 {
  color: #000;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}

.image-378 {
  width: 2em;
  margin-right: 10px;
}

.package-2-desktop-3 {
  background-color: #fafafa;
  border: 2px solid #e8445d;
  width: 100%;
  padding: 3em 1em;
  position: sticky;
}

.text-block-266 {
  font-family: Roxborough bold, sans-serif;
  font-size: 26px;
  line-height: 36px;
  display: inline;
}

.text-block-267 {
  color: #fff;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
}

.div-block-432 {
  background-color: #fef5f7;
  border-radius: 20px;
  align-items: center;
  margin-top: 40px;
  padding: 15px;
  display: flex;
}

.see-more-icon-3 {
  color: #d75079;
}

.div-block-433 {
  background-color: #e8445d;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.package-6 {
  border: 1.5px solid #e7e8e9;
  border-top-width: 2px;
  border-radius: 5px;
  margin-bottom: 1.5em;
  padding: 1.5em 1em;
}

.quick-stack-41 {
  padding-left: 0;
  padding-right: 0;
}

.image-381 {
  width: 1.1em;
  margin-right: 5px;
}

.link-63 {
  color: #d75079;
  font-weight: 400;
  text-decoration: underline;
}

.link-63:hover {
  color: #e287bb;
}

.package-7 {
  border: 1.5px solid #d75079;
  border-top-width: 2px;
  border-radius: 5px;
  margin-bottom: 2em;
  padding: 0;
}

.final-pricing-mobile-4 {
  color: #d75079;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: inline;
}

.see-more-text-3 {
  color: #d75079;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.book-profile-services-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.details-text {
  margin-bottom: .8em;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 14.5px;
  display: flex;
}

.book-profile-hours-grid {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.book-profile-timezone-note {
  color: #656d73;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.book-profile-bio-heading-wrap {
  display: flex;
}

.book-profile-info-panel {
  margin-top: 1.25em;
}

.book-profile-overview-cell {
  justify-content: flex-start;
  align-items: stretch;
}

.social-links-wrapper-2 {
  margin-bottom: 1em;
  display: none;
}

.social-links-wrapper-2.desktop {
  display: flex;
}

.book-profile-instagram-link {
  margin-left: 0;
}

.link-67 {
  color: #000;
  background-color: #f1f2f4;
  border-radius: 100px;
  align-items: center;
  margin-right: 8px;
  padding: 5px 12px 5px 6px;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  display: flex;
}

.link-67:hover {
  color: #d75079;
  background-color: #d750791a;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
}

.book-profile-credential-icon-wrap {
  background-color: #ff0076;
  border-radius: 100px;
  margin-right: 6px;
  padding: 4px;
}

.book-profile-instagram-text {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 11px;
  line-height: 11px;
}

.nav-overlay-open-icon-white {
  object-fit: contain;
  width: 1.5rem;
  display: none;
}

.nav-overlay-link {
  justify-content: flex-start;
  align-items: center;
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.nav-overlay-social {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.nav-overlay-links-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-end;
  display: flex;
}

.nav-overlay-open-icon {
  object-fit: contain;
  width: 1.5rem;
}

.nav-overlay-close-icon {
  object-fit: contain;
  width: 1.75rem;
}

.nav-overlay {
  z-index: 1000;
  background-color: #0006;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-overlay-social-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-overlay-main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-overlay-arrow {
  width: 0;
  overflow: hidden;
}

.nav-overlay-link-text {
  font-size: 2.4rem;
  line-height: 130%;
}

.nav-overlay-open-wrap {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.nav-overlay-social-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-overlay-social-link:hover {
  text-decoration: underline;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.nav-overlay-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  flex-flow: column;
  width: 30vw;
  min-width: 30rem;
  padding: 1.5rem;
  display: flex;
  overflow: auto;
}

.nav-overlay-links {
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-overlay-close {
  background-color: #0000000a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  top: -.5rem;
  right: -.5rem;
}

.nav-overlay-open {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
  top: 0;
  right: 0;
}

.packages-div {
  flex-flow: column;
  display: flex;
}

.ms-failed-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #db3614;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
  display: none;
  position: relative;
}

.ms-failed-icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  overflow: hidden;
}

.text-block-299 {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 22px;
}

.rte-hide {
  width: 100%;
  display: block;
}

.row-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.year-column-left {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.year-block {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
}

.experience-title {
  color: #1a1a1a;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.experience-org {
  color: #555;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.experience-description {
  color: #666;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.experience-credential-link {
  color: #9b6d3e;
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
}

.content-column-right {
  flex-direction: column;
  flex: 1;
  gap: 0;
  display: flex;
}

.book-profile-album-count-label, .book-profile-photo-count {
  font-family: Redhatdisplay Variable, Arial, sans-serif;
}

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

.body-text {
  font-family: var(--font--body);
  font-size: var(--text--size-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6;
}

.heading-6 {
  font-family: Roxborough cf, sans-serif;
  font-size: var(--text--size-medium);
  margin-top: 0;
  margin-bottom: .25em;
  font-weight: 500;
  line-height: 1.3;
}

.nav-menu-link, .nav-button-text {
  font-family: var(--font--body);
  font-size: 15px;
  font-weight: 500;
}

.nav-list-link {
  color: var(--color--black);
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.nav-list-link-bold {
  color: var(--color--black);
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: underline;
  display: block;
}

.nav-card-link {
  text-decoration: none;
}

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

.nav-link {
  font-family: var(--font--body);
  color: var(--ink);
  margin: 0 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.nav-card-heading {
  color: var(--color--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roxborough cf, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (min-width: 1280px) {
  .recipe-side {
    background-color: #0000;
    border-style: none;
    padding: 0%;
  }

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

  .ingredient-content {
    background-color: #fff;
  }

  .book-profile-container {
    max-width: 70rem;
  }

  .recipe-sticky {
    top: 110px;
  }

  .book-profile-name {
    color: var(--color--black);
    margin-bottom: 0;
    font-size: 2.75em;
    line-height: 100%;
  }

  .text-size-medium-2 {
    margin-bottom: 20px;
  }

  .text-size-medium-2.text-weight-semibold {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .text-size-medium-2.text-weight-semibold.discover-experts {
    font-size: 16px;
  }

  .text-size-small.text-style-muted {
    font-size: 13px;
  }

  .text-size-small.text-style-muted.discover-experts {
    font-size: 12px;
  }

  .discover-section.by-service {
    background-color: #fdfdfc;
  }

  .profile-pic {
    border-radius: 10%;
    width: 12em;
  }

  .button-11 {
    border-radius: 0;
  }

  .nav-component {
    background-color: var(--color--white);
    border-bottom-color: #e8e8e8;
  }

  .portfolio-image.new-image, .portfolio-image.new-image.main-match, .portfolio-image.new-image, .portfolio-image.new-image.main-match, .portfolio-image.new-image.main-match {
    min-height: auto;
  }

  .portfolio-collection-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .portfolio-collection-list {
    max-height: 13em;
  }

  .portfolio-collection-image.final {
    width: 20%;
  }

  .div-block-85 {
    padding-left: 5px;
  }

  .stylist-name {
    font-size: 19px;
  }

  .large-heading {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 50px;
  }

  .large-heading.center-alligned {
    text-align: center;
    text-align: center;
  }

  .container-41 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .section-29 {
    background-color: #fff;
    padding-top: 60px;
  }

  .page-padding-7 {
    background-color: #0000;
    border-style: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-size-medium-3.text-weight-bold {
    font-family: Avenir Roman;
  }

  .content-text-smallest {
    font-size: 17px;
  }

  .content-text-small {
    font-size: 18px;
  }

  .heading-46 {
    padding-right: 0;
    font-size: 54px;
    line-height: 62px;
  }

  .heading-46.black {
    color: #000;
  }

  .container-45 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-text-medium {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 18px;
  }

  .grid-14 {
    grid-template: "Area Area-2 Area-3"
    / 1fr 1fr 1fr;
    margin-bottom: 30px;
  }

  .div-block-91 {
    background-color: var(--color--white);
    padding: 20px;
  }

  .h47 {
    font-family: Roxborough bold, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .para44 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 18px;
  }

  .para44.left-alligned {
    text-align: center;
    text-align: center;
    font-size: 16px;
  }

  .container-46 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-34 {
    border-bottom: .1px solid #e4e5e5;
    height: auto;
  }

  .div-block-92 {
    justify-content: center;
    display: flex;
  }

  .stage-copy {
    font-size: 1.2em;
  }

  .book-profile-booking-card {
    border: 1px #e4e5e5;
    padding: 5%;
  }

  .long-box {
    width: 20%;
  }

  .title-text-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .stylist-details-div.new-div-block {
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .layout402_tabs-menu.no-scrollbar {
    justify-content: flex-start;
    align-self: auto;
  }

  .layout402_tabs-menu.no-scrollbar.cities {
    justify-content: flex-start;
  }

  .subheading-regular {
    font-family: Roxborough cf, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .nav-toggle {
    font-family: var(--font--body);
    color: var(--ink);
    display: flex;
  }

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

  .text-block-85.white {
    color: var(--color--white);
    font-weight: 600;
  }

  .heading-92 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.5em;
  }

  .portfolio-tab, .portfolio-tab.w--current {
    font-size: 11px;
    line-height: 11px;
  }

  .uui-page-padding {
    border-bottom: 1px solid #eaebeb;
  }

  .image-193 {
    width: 1.75em;
    height: 1.75em;
  }

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

  .heading {
    font-weight: 500;
  }

  .text-block-120 {
    font-size: 12px;
    font-weight: 600;
    line-height: 27px;
  }

  .read-more {
    background-color: var(--pink);
    border-radius: 5px;
  }

  .heading-101 {
    font-size: 34px;
    line-height: 44px;
  }

  .deliverable-text.time {
    font-weight: 300;
  }

  .text-block-131 {
    text-transform: uppercase;
  }

  .service-heading {
    font-size: 16px;
    line-height: 22px;
  }

  .service-price {
    font-size: 14px;
  }

  .column-125 {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .discover-tab.w--current {
    color: var(--color--black);
  }

  .div-block-346 {
    align-items: flex-start;
    margin-bottom: 1em;
  }

  .image-258 {
    width: 1.75em;
    height: 1.75em;
  }

  .image-259 {
    width: 1.15em;
  }

  .heading-1-o {
    font-size: 4.5rem;
  }

  .project_basic-details-wrapper {
    max-width: 70%;
  }

  .button-53.is-top-aligned {
    display: flex;
  }

  .text-size-regular-2 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
  }

  .text-size-regular-2.is-weight-medium {
    font-weight: 600;
  }

  .album-stylist-right {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .image-280 {
    border-radius: 100px;
    width: 4em;
    overflow: hidden;
  }

  .link-53 {
    color: var(--ink);
    font-size: 14px;
  }

  .link-53:hover {
    color: var(--pink);
  }

  .div-block-407 {
    grid-template-columns: 2.25fr 1.25fr;
    grid-template-areas: ". Area";
  }

  .introduction-video-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .text-block-246 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-weight: 500;
  }

  .video-2 {
    border: 2px solid #e4e5e5;
    border-radius: 5px;
    overflow: hidden;
  }

  .image-381 {
    width: 1.15em;
  }

  .social-links-wrapper-2 {
    margin-bottom: 1em;
  }

  .book-profile-instagram-link {
    margin-left: 0;
  }

  .link-67 {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    line-height: 29px;
  }

  .book-profile-instagram-text {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 12px;
    line-height: 12px;
  }

  .discover-card {
    height: 270px;
  }
}

@media screen and (min-width: 1440px) {
  .other-recipes {
    border-bottom: 1px #e9e9ea;
    align-items: stretch;
    padding-bottom: 20px;
  }

  .ingredient-content {
    padding: 0% 2.5%;
  }

  .book-profile-container {
    max-width: 80rem;
  }

  .book-profile-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.75em;
    line-height: 100%;
  }

  .recipe-grid {
    grid-template-columns: 2.75fr 1.25fr;
  }

  .recipe-grid.for-experts {
    grid-template-columns: 2fr minmax(max-content, 1.25fr);
    grid-auto-columns: 1fr;
  }

  .container-large {
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2.text-weight-semibold {
    font-size: 17.5px;
    line-height: 34px;
  }

  .text-size-medium-2.text-weight-semibold.discover-experts {
    font-size: 17.5px;
    line-height: 22px;
  }

  .text-size-small.text-style-muted {
    font-size: 13px;
    line-height: 18.5px;
  }

  .text-size-small.text-style-muted.discover-experts {
    font-size: 14px;
  }

  .p-small {
    font-size: 20px;
  }

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

  .profile-pic {
    border-radius: 10%;
    width: 175px;
    max-height: 175px;
  }

  .container-26 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-41 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .page-padding-7 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .sb-statistics-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-46 {
    font-size: 54px;
    line-height: 66px;
  }

  .container-45, .content-text-medium {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-91 {
    background-color: var(--color--white);
  }

  .h47 {
    text-align: center;
  }

  .para44 {
    text-align: center;
    margin-bottom: 0;
  }

  .stage-copy {
    font-size: 1.2em;
  }

  .book-profile-booking-card {
    border-style: none;
    padding: 5%;
  }

  .div-block-146 {
    align-items: flex-start;
  }

  .next-steps-section {
    border-bottom: .5px solid #e8e8e8;
  }

  .card-rail.additional-info {
    width: 90%;
    max-width: 1312px;
  }

  .long-box {
    width: 18%;
  }

  .link-27 {
    margin-right: 10px;
  }

  .message-div-block {
    display: none;
  }

  .image-140 {
    width: 1.5em;
  }

  .title-text-2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .slide-text-container-4 {
    width: 28.5vw;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .layout402_tabs-menu.no-scrollbar {
    justify-content: flex-start;
  }

  .testimonial23_client-image-wrapper {
    border-radius: 10px;
  }

  .testimonial23_logo-wrapper {
    margin-bottom: 1rem;
  }

  .testimonial23_customer-image {
    border-radius: 0%;
  }

  .div-block-198 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-72 {
    color: var(--color--black);
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-weight: 700;
  }

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

  .services-popup {
    display: none;
  }

  .discover-container {
    max-width: 80rem;
  }

  .profile-tab {
    font-size: 13px;
    line-height: 13px;
  }

  .profile-tab.w--current {
    border-bottom-color: var(--ink);
    color: var(--ink);
    font-size: 13px;
    line-height: 13px;
  }

  .yellow-long-div {
    width: 325px;
  }

  .portfolio-tab, .portfolio-tab.w--current {
    font-size: 11px;
    line-height: 11px;
  }

  .book-profile-portfolio-tab-label {
    font-size: 15px;
    line-height: 15px;
  }

  .div-block-282 {
    margin-bottom: 10px;
  }

  .book-profile-primary-cta {
    background-color: var(--ink);
  }

  .book-profile-primary-cta.center-alligned {
    background-color: var(--red);
    background-color: var(--red);
    border-width: 1.25px;
  }

  .service-flex-box {
    cursor: pointer;
  }

  .style-notes-section, .support-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-149 {
    width: 90%;
    max-width: 1312px;
  }

  .column-125 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .album-item {
    padding-bottom: 2.5px;
    padding-right: 2.5px;
  }

  .album-heading {
    font-size: 15px;
    line-height: 21px;
  }

  .album-description {
    font-size: 11px;
    line-height: 16px;
  }

  .powered-by-gs {
    justify-content: center;
    align-items: flex-start;
  }

  .submit-button {
    border: 2px none var(--ink);
    color: var(--color--white);
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-weight: 500;
  }

  .view-availibility-link {
    border: 2px solid #e4e5e5;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    padding: 10px;
    display: flex;
  }

  .div-block-417 {
    display: flex;
  }

  .book-profile-instagram-link {
    font-size: 20px;
    line-height: 32px;
  }

  .link-67 {
    font-size: 16px;
    line-height: 30px;
  }

  .book-profile-instagram-text {
    line-height: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .book-profile-container {
    max-width: 90rem;
  }

  .book-profile-name {
    font-size: 2.75em;
  }

  .profile-pic {
    width: 200px;
    max-height: none;
  }

  .section-17 {
    background-color: var(--red);
    justify-content: center;
    align-items: center;
    padding-right: 5%;
    display: flex;
  }

  .container-26 {
    max-width: 100rem;
  }

  .portfolio-image.new-image.main-match {
    height: 13em;
  }

  .portfolio-collection-list.main-match {
    max-height: 13em;
  }

  .portfolio-collection-image.final {
    width: 20%;
  }

  .slide-box._240px.margin-right {
    width: 18vw;
  }

  .next-steps-container {
    max-width: 1280px;
  }

  .container-72 {
    max-width: 100rem;
  }

  .our-work-rail {
    overflow: auto;
  }

  .discover-container {
    max-width: 1280px;
  }

  .container-104 {
    max-width: 100rem;
  }

  .footer-container {
    max-width: 1280px;
  }

  .difference-container {
    width: auto;
    max-width: 1280px;
  }

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

  .matrix-text_component {
    display: flex;
    position: static;
  }

  .bg-circle {
    width: 20vw;
    height: 20vw;
  }

  .cta-band-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .columns-71 {
    max-width: 1280px;
  }

  .div-block-407 {
    grid-template-rows: auto;
  }

  .container-170, .container-171 {
    max-width: 80rem;
  }
}

@media screen and (max-width: 991px) {
  img {
    width: 18px;
    height: 18px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .other-recipes {
    border-bottom-style: none;
    height: 100%;
    margin-bottom: 0;
    padding: 0 3%;
    display: none;
  }

  .recipe-side {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .content-section {
    flex-direction: row;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .spacer-line.mobile-tab {
    display: block;
  }

  .recipe-block {
    border-bottom-style: none;
  }

  .ingredient-content {
    padding: 0% 2.5%;
  }

  .book-profile-container {
    flex-direction: row;
    display: flex;
  }

  .recipe-sticky {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .recipe-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .recipe-grid.for-experts {
    flex-flow: column;
    flex: 1;
    grid-template-columns: 1.75fr;
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    flex: 0 auto;
  }

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

  .services-main-header {
    font-family: Roxborough cf, sans-serif;
    font-size: 44px;
  }

  .services-main-header.white {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 44px;
    line-height: 56px;
  }

  .services-main-header.white.recommendations {
    margin-bottom: .25em;
  }

  .discover-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .discover-section.by-service {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .product5_image.discover-experts {
    min-height: 299px;
    max-height: 300px;
  }

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

  .checkout-exp-flex {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .checkout-exp-col {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .p-bold {
    font-size: 20px;
  }

  .p-bold.c-alligned {
    text-align: center;
    text-align: center;
  }

  .p-small {
    text-align: left;
    padding-right: 25px;
    font-size: 17px;
  }

  .p-small.center-alligned {
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
  }

  .p-small.center-alligned.grey {
    text-align: left;
    text-align: left;
  }

  .p-small.gray {
    padding-right: 20px;
    font-size: 15px;
  }

  .p-small.gray.c-alligned {
    padding-right: 0;
  }

  .cta-button {
    width: 70%;
    font-family: var(--font--body);
    font-weight: 500;
  }

  .cta-button.android {
    width: 70%;
  }

  .cta-button.home {
    width: 100%;
  }

  .header-button-text.ios-text {
    font-size: 11px;
  }

  .section-10 {
    padding-bottom: 30px;
  }

  .profile-pic {
    border-radius: 10%;
    width: 225px;
    height: 225px;
    max-height: none;
  }

  .button-11 {
    font-size: 12px;
  }

  .container-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-hamburger {
    background-color: #ffffff21;
    border-radius: 100vw;
    padding: .9em 2.1em;
    display: block;
  }

  .portfolio-image {
    width: auto;
    height: auto;
    max-height: 130px;
  }

  .portfolio-image.new-image {
    width: 100%;
    height: 11em;
    min-height: auto;
    max-height: none;
  }

  .portfolio-image.new-image.main-match {
    height: 11em;
  }

  .portfolio-collection-list-wrapper {
    border-radius: 7.5px;
    overflow: hidden;
  }

  .portfolio-collection-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: none;
    display: block;
  }

  .portfolio-collection-list.main-match {
    max-height: 250px;
  }

  .portfolio-collection-image.final {
    width: 20%;
    padding-left: 1px;
    padding-right: 1px;
  }

  .portfolio-lightbox-link {
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-85 {
    justify-content: flex-start;
    padding-left: 5px;
  }

  .stylist-name {
    padding-right: 5px;
    font-size: 16px;
  }

  .stylist-name.stylist-name-lg {
    flex: 0 auto;
    font-size: 17px;
    line-height: 27px;
  }

  .category-slide {
    min-width: 400px;
  }

  .large-heading {
    padding-left: 100px;
    padding-right: 100px;
  }

  .large-heading.left-alligned {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-left.padding-huge.is-tablet-0 {
    padding-left: 0;
  }

  .page-padding-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .layout84_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-size-medium-3.text-weight-bold {
    font-size: 15px;
    line-height: 25px;
  }

  .counter {
    font-size: 2rem;
  }

  .content-text-small {
    padding-right: 50px;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-46 {
    text-align: left;
    margin-top: 0;
    padding-right: 0;
    font-size: 52px;
    line-height: 64px;
  }

  .heading-46.center-alligned {
    margin-bottom: 0;
  }

  .heading-46.center-alligned.small {
    color: var(--color--black);
  }

  .content-text-medium {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-14 {
    grid-column-gap: 10px;
    margin-top: 20px;
  }

  .div-block-91 {
    padding: 0;
  }

  .h47 {
    line-height: 28px;
  }

  .bold-text-8 {
    line-height: 20px;
  }

  .para44 {
    font-size: 14px;
  }

  .holder-div {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-div {
    width: 11%;
    margin-right: 2%;
  }

  .testimonial-div.dwell {
    width: 9%;
  }

  .img-block {
    width: auto;
    height: auto;
  }

  .about-team_image-wrapper {
    height: 12rem;
  }

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

  .service-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 6rem;
  }

  .image-base {
    width: 70%;
    height: 70vw;
  }

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

  .portfolio-div.one-off {
    margin-bottom: .2rem;
  }

  .stylist-details.desktop {
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 19px;
  }

  .book-profile-booking-card {
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .column-95 {
    padding-right: 3rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .slide-box._240px.margin-right {
    width: 35vw;
  }

  .next-steps-section {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  ._20vw-div-3 {
    width: .5vw;
  }

  .long-box {
    width: 31%;
    height: 375px;
  }

  .long-box.additional-info {
    width: 80%;
  }

  .long-box.howitworks {
    width: 50%;
  }

  .footer-legal-icon {
    width: auto;
  }

  .message-div-block {
    display: none;
  }

  .div-block-152 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-140 {
    height: auto;
    margin-right: 0;
  }

  .social-links-pop-up {
    z-index: 1000;
    display: none;
  }

  .view-portfolio-div {
    width: 90%;
  }

  .image-141 {
    width: 360px;
  }

  .content-container {
    max-width: 738px;
  }

  .content-block.mobile {
    display: none;
  }

  ._2-col-grid {
    grid-template-columns: .6fr 1fr;
  }

  .book-profile-meta-icon {
    width: auto;
  }

  .name-div {
    align-items: center;
  }

  .div-block-156 {
    flex-direction: row;
    margin-top: 0;
  }

  .slide-text-container-4 {
    width: 33vw;
  }

  .div-block-158 {
    margin-bottom: .4rem;
  }

  .stylist-details-div.new-div-block {
    padding: .75rem .75em;
  }

  .book-profile-service-icon {
    width: 2.5em;
    height: auto;
  }

  .text-block-44 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 22px;
    line-height: 40px;
  }

  .nav-logo {
    width: auto;
    height: 40px;
  }

  .navigation-link-wrapper-2 {
    justify-content: flex-start;
  }

  .nav-grid-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .navigation-menu-button {
    color: var(--color--black);
    background-color: #0000;
    border-radius: 8px;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: var(--pink-dark);
    border-color: #fff;
  }

  .nav-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-dropdown-list {
    height: 480px;
  }

  .nav-dropdown-list.w--open {
    height: 500px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .nav-button-secondary {
    display: none;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-toggle {
    width: 100%;
    color: var(--color--black);
    justify-content: space-between;
  }

  .nav-dropdown {
    width: 100%;
  }

  .content_collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .text-block-57 {
    font-size: 14.5px;
    line-height: 24.5px;
  }

  .service-hero-eyebrow-wrap.mview {
    display: none;
  }

  .testimonial11_logo {
    width: auto;
  }

  ._20vw-div-4 {
    width: .5vw;
  }

  .padding-section-large-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._20vw-div-5 {
    width: .5vw;
  }

  .section-78 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .text-block-78 {
    text-align: left;
    margin-bottom: 15px;
  }

  .text-block-78.calligned {
    text-align: center;
    text-align: center;
  }

  .services-popup {
    z-index: 10001;
    display: none;
    top: 0%;
  }

  .services-popup-content, .services-popup-content.story, .services-popup-content.story {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .heading-86 {
    text-align: center;
    margin-top: 0;
  }

  .div-block-221 {
    justify-content: center;
  }

  .button-39 {
    padding: 18px 40px;
  }

  .button-39:hover {
    background-color: #80808033;
  }

  .link-block-32 {
    padding-left: 50px;
  }

  .image-184 {
    width: 3.5em;
  }

  .container-114 {
    padding-top: 2rem;
  }

  .grid-27 {
    grid-template-columns: 1fr 1fr;
  }

  .blog1-header_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large-11 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .heading-92 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-weight: 500;
  }

  .blog-post1-content_content {
    margin-bottom: 3rem;
  }

  .blog-post1-related_list {
    grid-template-columns: 1fr 1fr;
  }

  .padding-global {
    padding-bottom: 0;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 4rem;
  }

  .blog-post1-header_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 0%;
  }

  .preview-left-right {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .mid-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preview-mid {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 350px;
    height: auto;
    display: block;
    top: -1%;
    bottom: 0%;
    left: 53%;
  }

  .bg2 {
    width: 100px;
    height: 200px;
  }

  .bg1 {
    width: 150px;
    height: 200px;
  }

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

  .bg3 {
    width: 200px;
    height: 250px;
  }

  .iphone-16-1-1 {
    width: 300px;
    height: auto;
  }

  .section-89 {
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2 {
    padding-top: 0;
  }

  .container-116 {
    max-width: 990px;
  }

  .div-block-244 {
    width: 80%;
  }

  .sticky-text_wrapper.steps {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .circle-number {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .phone-mock_tab-3 {
    height: 3vw;
  }

  .phone-mock-3 {
    border-radius: 1.5em;
    width: 90%;
    padding: 8px;
  }

  .phone-mock_border-3 {
    border-width: 8px;
    border-radius: 1.5em;
  }

  .phone-screen_wrapper-3 {
    border-radius: 1.2em;
  }

  .book-profile-section-heading {
    font-size: 20px;
    line-height: 32px;
  }

  .book-profile-section-heading.trust {
    margin-bottom: 0;
  }

  .yellow-short {
    background-color: var(--color--black);
    width: 99%;
  }

  .yellow-short._2 {
    border-color: var(--color--black);
    border-color: var(--color--black);
  }

  .yellow-long-div {
    width: 375px;
  }

  .book-profile-guarantee-icon {
    margin-bottom: 0;
  }

  .portfolio-tab {
    flex: none;
  }

  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .collection-list-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .image-192 {
    width: auto;
    height: auto;
  }

  .collection-list-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-pricing08_components {
    grid-template-columns: 1fr;
  }

  .text-block-109 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
  }

  .navigation-2 {
    position: relative;
  }

  .logo-link-2 {
    margin-right: 0;
  }

  .menu-button-2 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

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

  .nav-button:hover {
    background-color: var(--pink);
    border-radius: 100px;
  }

  .navigation-right {
    align-items: center;
    width: auto;
    display: flex;
  }

  .logo {
    width: 200px;
  }

  .navigation-link {
    width: 100%;
    display: none;
  }

  .navigation-left {
    color: #393b6a;
    background-color: #fff;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    width: 100%;
    padding: 12px;
  }

  .navigation-left.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .heading-101 {
    margin-bottom: 1em;
  }

  .uui-cta07_content {
    margin-right: 0;
  }

  .uui-cta07_component {
    grid-template-columns: 1fr;
    padding: 3rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .service-hero {
    height: auto;
    padding: 4em 2.5%;
    display: block;
  }

  .service-hero-layout {
    grid-column-gap: 25px;
  }

  .service-hero-image {
    object-fit: cover;
    height: 100%;
    max-height: none;
  }

  .paragraph-91 {
    font-size: 14px;
    line-height: 24px;
  }

  .section-107 {
    padding-top: 1em;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .find-stylist-section {
    background-color: var(--red);
  }

  .find-stylist-section.find-stylist {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .quick-stack-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-209 {
    width: auto;
    height: auto;
  }

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

  .container-137 {
    padding-right: 10rem;
  }

  .howitworks-steps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._20vw-div {
    width: .1vw;
  }

  .div-block-282 {
    justify-content: center;
    align-items: center;
  }

  .packages-section-mobile {
    display: block;
  }

  .package-pricing.compare {
    flex-flow: column;
  }

  .package-details-mobile {
    align-items: center;
    margin-bottom: 15px;
  }

  .package-description-mobile {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }

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

  .deliverable-text.time {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }

  .package-3 {
    margin-bottom: 2em;
  }

  .book-now-button {
    background-color: var(--color--white);
    border: 1px solid #e4e5e5;
    border-radius: 10px;
    align-items: center;
    margin-left: 3em;
    margin-right: 3em;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
    bottom: 1%;
    box-shadow: 3px 3px 6px 1px #0003;
  }

  .package-subheader-mobile {
    margin-bottom: 0;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-weight: 500;
  }

  .packages-section-desktop {
    display: none;
  }

  .package-desktop-header.small {
    color: var(--color--black);
    font-size: 28px;
    line-height: 36px;
  }

  .checkout-button-div {
    justify-content: flex-start;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 0;
  }

  .mansory-lightbox {
    width: auto;
    height: auto;
  }

  .header-profile-pic {
    padding-left: 1em;
    padding-right: 1em;
  }

  .book-profile-booking-card-inner {
    width: 100%;
  }

  .book-profile-cta-text {
    font-size: 15px;
    line-height: 25px;
  }

  .book-profile-primary-cta {
    margin-bottom: 12.5px;
  }

  .book-profile-primary-cta.center-alligned.services-page {
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .book-profile-primary-cta.center-alligned.white {
    width: 100%;
    margin-bottom: 7.5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .book-profile-primary-cta.center-alligned.white.mobile {
    display: flex;
  }

  .book-profile-powered-by {
    display: inline-block;
  }

  .package-pricing-time {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .delivery-duration {
    margin-right: 0;
    display: none;
  }

  .service-price, .service-price.discounted, .service-price.discounted {
    font-size: 13px;
    line-height: 23px;
  }

  .all-services-div {
    display: block;
  }

  .services-overview-rtb li {
    line-height: 20px;
  }

  .image-230 {
    width: .81em;
    height: auto;
  }

  .div-block-322 {
    align-items: center;
  }

  .service-list.white {
    color: var(--color--black);
  }

  .markets-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .progress-menu {
    width: 100%;
    margin-bottom: 48px;
    margin-right: 0%;
  }

  .progress-content {
    width: 100%;
    display: none;
  }

  .progress-tabs {
    flex-direction: column;
  }

  .progress-desc-wrap {
    overflow: hidden;
  }

  .progress-mobile-img {
    width: auto;
    height: auto;
    margin-top: 16px;
    display: block;
  }

  .paragraph-94.black.c-alligned {
    width: 70vw;
  }

  .text-block-156 {
    line-height: 24px;
  }

  .markets-city-icon {
    width: 1.5em;
  }

  .stylist-listing-section {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .find-stylist-meta {
    display: none;
  }

  .find-stylist-meta.mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .find-stylist-mobile-list {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container-149 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .heading-112 {
    font-size: 40px;
  }

  .paragraph-96.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .faq12_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .heading-113 {
    font-size: 34px;
    line-height: 40px;
  }

  .footer3_link {
    font-size: 1rem;
  }

  .footer-menu {
    grid-template-columns: 1fr;
    display: none;
  }

  .footer-top {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-credit {
    display: none;
  }

  .footer-credit.mobile {
    margin-bottom: 2em;
    display: block;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    border-top: 1px solid #e1e1e1;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-logo {
    width: auto;
  }

  .footer-mobile {
    display: block;
  }

  .faq1_component-2 {
    border-bottom-style: solid;
  }

  .footer-accordion-question {
    border-top-style: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .footer-accordion-question:hover {
    text-decoration: underline;
  }

  .mobile-nav-heading {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 1.1em;
  }

  .text-span-155, .text-span-156 {
    color: var(--color--black);
  }

  .text-span-159 {
    color: var(--pink);
    font-weight: 900;
  }

  .album-item.explore {
    display: block;
  }

  .album-item-sticker {
    padding-top: 0%;
  }

  .collection-item-15 {
    border-bottom: .5px solid #e4e5e5;
    margin-bottom: 1.5em;
    padding-bottom: 0;
  }

  .image-235 {
    height: auto;
  }

  .video {
    margin-top: 2em;
  }

  .video.mobile {
    border-radius: 7.5px;
    margin-bottom: 2em;
    display: block;
    overflow: hidden;
  }

  .button-47 {
    white-space: nowrap;
  }

  .hero_circle.is--link:hover {
    background-color: #b798c1;
    transform: scale(1);
  }

  .h2 {
    text-align: left;
  }

  .text-block-170 {
    text-align: left;
    max-width: none;
  }

  .free-consultation-popup {
    display: none;
    overflow: visible;
  }

  .heading-117.white.center-alligned {
    font-size: 44px;
  }

  .paragraph-98 {
    margin-bottom: 20px;
    font-weight: 300;
  }

  .cta-band-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .markets-map {
    height: auto;
  }

  .text-span-170 {
    font-family: Roxborough cf, sans-serif;
    font-size: 44px;
  }

  .our-work-section {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .collection-list-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-248 {
    height: auto;
  }

  .discover-tabs-menu {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: auto;
  }

  .match-dp {
    width: 5em;
    height: 5em;
  }

  .top-match-availibility {
    font-size: 12px;
  }

  .main-match-quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .main-match-header {
    justify-content: center;
    align-items: center;
    margin-bottom: .5em;
  }

  .main-match-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 44px;
  }

  .main-match-cell-left {
    justify-content: center;
    align-items: center;
    padding-right: 0%;
  }

  .main-match-rte {
    margin-top: 10px;
  }

  .div-block-344 {
    padding: 3px 8px;
  }

  .top-match-select {
    font-size: 14px;
    line-height: 24px;
  }

  .main-match-text-block {
    margin-top: 0;
    margin-bottom: 1em;
    display: block;
  }

  .package-discount-2 {
    background-color: var(--red);
  }

  .package-4 {
    border-width: 1px;
    border-color: var(--red);
  }

  .see-more-icon-2 {
    color: var(--red);
  }

  .quick-stack-27 {
    grid-row-gap: 0px;
  }

  .image-259 {
    width: 1.2em;
  }

  .image-260 {
    height: 2em;
  }

  .final-pricing-mobile-2, .see-more-text-2 {
    color: var(--red);
  }

  .heading-125 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-header-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-265 {
    height: auto;
  }

  .service-header-h1 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-header-top {
    text-align: center;
  }

  .text-block-193 {
    text-align: left;
    font-weight: 500;
  }

  .text-block-195 {
    font-size: 32px;
    line-height: 32px;
  }

  .quick-stack-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .next-steps-link {
    margin-bottom: .75em;
    font-size: 26px;
    line-height: 32px;
  }

  .text-block-199 {
    margin-bottom: 2.5em;
  }

  .image-270 {
    width: auto;
    height: auto;
  }

  .div-block-362 {
    padding-right: 0;
  }

  .plan_tab {
    grid-template-columns: 1fr;
  }

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

  .section-132 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .featured-work_content-wrapper.is-two-projects {
    grid-row-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .featured-work_wide-display, .featured-work_small-display {
    width: 100%;
  }

  .padding-section-large-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-1-o {
    white-space: break-spaces;
    max-width: none;
    font-size: 3.5rem;
  }

  .project_basic-details-wrapper {
    max-width: 100%;
  }

  .project_details-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .button-53:hover {
    background-color: #0000;
  }

  .padding-section-large-15 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header129_content {
    padding-right: 0;
  }

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

  .portfolio-buttons {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .text-block-210 {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .featured-works-wrapper-2 {
    grid-row-gap: 4rem;
  }

  .image-281 {
    width: 1em;
  }

  .pricing26_top-row-content {
    padding: 1.5rem 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-17 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pricing26_top-row, .pricing26_row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .testimonial16_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .padding-section-large-22 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .testimonial16_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .stylist-detail.mobile {
    display: flex;
  }

  .book-profile-status-text.mobile {
    display: block;
  }

  .image-289 {
    width: 17px;
    height: 17px;
    margin-right: .75em;
  }

  .image-290 {
    width: auto;
    height: auto;
  }

  .link-block-61 {
    border: 1px solid #dcdce5;
    border-radius: 10px;
    margin-right: 1em;
    padding: 10px;
    display: flex;
  }

  .image-291 {
    width: 25px;
    height: auto;
  }

  .image-296 {
    width: auto;
    height: auto;
  }

  .book-profile-response-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-298, .image-299, .image-300, .image-301 {
    width: auto;
    height: auto;
  }

  .reviews-popup {
    display: none;
  }

  .reviews-popup-content {
    padding-left: 3em;
    padding-right: 3em;
  }

  ._1-1video-popup-content {
    padding-left: 5em;
    padding-right: 5em;
  }

  .image-306 {
    height: auto;
  }

  .image-359 {
    width: 3.5em;
    height: auto;
  }

  .div-block-407 {
    grid-template-columns: 2fr;
    grid-template-areas: ".";
  }

  .introduction-video-div {
    display: none;
  }

  .flag-image {
    height: auto;
  }

  .about-stylist-div {
    display: block;
  }

  .about-stylist-div.desktop {
    display: none;
  }

  .about-stylist-div.mobile {
    display: block;
  }

  .discover-service-grid {
    grid-column-gap: 10px;
  }

  .package-discount-3 {
    background-color: #e8445d;
  }

  .image-378 {
    height: 2em;
  }

  .see-more-icon-3 {
    color: #e8445d;
  }

  .image-381 {
    width: 1.2em;
  }

  .package-7 {
    border-width: 1px;
    border-color: #e8445d;
  }

  .final-pricing-mobile-4, .see-more-text-3 {
    color: #e8445d;
  }

  .discover-tab-icon {
    height: auto;
  }

  .social-links-wrapper-2 {
    display: flex;
  }

  .social-links-wrapper-2.desktop {
    display: none;
  }

  .book-profile-instagram-link {
    margin-bottom: 0;
    display: block;
  }

  .link-67 {
    margin-bottom: .55em;
  }

  .heading-133 {
    font-weight: 500;
  }

  .nav-overlay {
    padding: .5rem;
  }

  .nav-overlay-open-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-overlay-content {
    width: 50vw;
  }

  .nav-overlay-open {
    top: 0;
  }

  .section-153 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .container-179 {
    justify-content: center;
    align-items: stretch;
  }

  .text-block-291 {
    text-align: center;
  }

  .text-block-294 {
    font-size: 13px;
  }

  .image-395 {
    width: auto;
    height: auto;
  }

  .div-block-462 {
    justify-content: center;
    align-items: center;
  }

  .text-block-296 {
    font-size: 13px;
  }

  .image-397 {
    width: 8em;
    height: 5em;
  }

  .introduction-desktop {
    display: none;
  }

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

  .sg2-h2 {
    font-size: 2.25rem;
  }

  .sg2-swatch-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .sg2-comp-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-button, .howitworks-card {
    width: 50%;
  }

  .howitworks-image {
    min-height: 299px;
    max-height: 300px;
  }

  .section-press-band {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .press-cell-livemint, .press-cell-ht, .press-cell-et, .press-cell-yourstory {
    width: 11%;
    margin-right: 2%;
  }

  .press-cell-bw {
    width: 9%;
    margin-right: 2%;
  }

  .press-logo-img {
    width: auto;
    height: auto;
  }

  .promise-period {
    color: var(--red);
  }

  .sp-slider-spacer {
    width: .5vw;
  }

  .sp-card {
    width: 35vw;
  }

  .discover-card {
    width: 18%;
    height: 275px;
  }

  .discover-card-photo {
    min-height: 200px;
    max-height: 201px;
  }

  .discover-card-verified, .discover-card-flag {
    height: auto;
  }

  .discover-card-star {
    width: .81em;
    height: auto;
  }

  .discover-service-card {
    height: 200px;
  }

  .discover-service-overlay {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-textarea {
    text-align: left;
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .other-recipes {
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .ingredient-block {
    width: 100%;
  }

  .content-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .ingredient-content {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .book-profile-container {
    max-width: none;
  }

  .recipe-sticky {
    display: block;
  }

  .book-profile-name {
    font-size: 2em;
  }

  .recipe-grid.for-experts {
    flex: 1;
    align-items: stretch;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .services-main-header.white {
    text-align: center;
    text-align: center;
  }

  .discover-section {
    padding-left: 3%;
    padding-right: 3%;
    overflow: hidden;
  }

  .product5_image.discover-experts.service {
    min-height: 200px;
    max-height: 200px;
  }

  .checkout-exp-flex {
    flex-direction: column;
  }

  .checkout-exp-col {
    margin-bottom: 10px;
  }

  .p-bold {
    font-size: 22px;
    line-height: 32px;
    display: flex;
  }

  .p-small {
    text-align: center;
    padding-right: 0;
    font-size: 17px;
  }

  .p-small.center-alligned {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .p-small.center-alligned.grey {
    text-align: left;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .p-small.gray {
    padding-right: 0;
  }

  .cta-button---brix {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-button {
    width: 50%;
    margin-bottom: 10px;
  }

  .cta-button.android {
    width: 50%;
  }

  .cta-button.home {
    margin-top: 0;
  }

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

  .columns-17 {
    flex-direction: column;
  }

  .section-10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .profile-pic {
    border-radius: 10%;
    width: 175px;
    height: 175px;
    max-height: 175px;
  }

  .button-11 {
    font-size: 10px;
  }

  .container-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-component {
    min-height: 4rem;
  }

  .portfolio-image {
    min-height: 100px;
    max-height: none;
  }

  .portfolio-image.new-image {
    height: 160px;
    max-height: none;
  }

  .portfolio-image.new-image.main-match {
    height: 160px;
  }

  .portfolio-collection-list-wrapper {
    flex-direction: column;
    display: block;
  }

  .portfolio-collection-list {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: row;
    grid-template: "Area"
    / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 160px;
    display: flex;
  }

  .portfolio-collection-list.main-match {
    max-height: none;
  }

  .portfolio-collection-image {
    flex-direction: row;
    flex: 0 auto;
    display: block;
  }

  .portfolio-collection-image.final {
    width: 25%;
    padding-left: 1px;
    padding-right: 1px;
  }

  .div-block-85 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .stylist-name {
    font-size: 18px;
  }

  .stylist-name.stylist-name-lg {
    font-size: 22px;
    line-height: 32px;
  }

  .large-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .page-padding-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .layout84_component {
    grid-template-columns: 1fr;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .text-size-medium-3.text-weight-bold {
    line-height: 30px;
  }

  .counter {
    font-size: 2.25rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-46 {
    text-align: left;
    padding-right: 0;
    font-size: 44px;
    line-height: 52px;
  }

  .heading-46.center-alligned {
    margin-bottom: 0;
  }

  .heading-46.center-alligned.small {
    color: var(--color--black);
  }

  .container-45 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-text-medium {
    font-size: 16px;
  }

  .grid-14 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-91 {
    width: 45%;
    margin-right: 0;
  }

  .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-about_bottom-row {
    margin-top: 2rem;
  }

  .column-49 {
    padding-right: 0;
  }

  .holder-div {
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: scroll;
  }

  .testimonial-div {
    width: 30%;
    margin-bottom: 16px;
    margin-left: 0%;
    margin-right: 1.5%;
    padding-left: 0;
    padding-right: 60px;
  }

  .testimonial-div.zapier {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .testimonial-div.dwell {
    width: 41em;
    margin-bottom: 0;
    padding-right: 0;
  }

  .testimonial-div.live-mint {
    width: 40%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .testimonial-div.hindustan-times {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .testimonial-div.hindustan-times.economic-times {
    width: 100%;
  }

  .about-team_component {
    grid-template-columns: 1fr 1fr;
  }

  .about-team_image-wrapper {
    height: 16rem;
  }

  .bold-text-12 {
    text-align: left;
    padding-right: 20px;
  }

  .service-item {
    padding-bottom: 6rem;
  }

  .image-base {
    width: 100%;
    height: 110vw;
  }

  .modal-w {
    margin-bottom: 0;
  }

  .modal-content-w {
    padding: 2rem;
  }

  .image-115 {
    min-width: auto;
    min-height: auto;
  }

  .columns-42 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .stylist-details {
    padding-left: 2.5%;
  }

  .book-profile-trust-copy {
    flex-direction: row;
    display: flex;
  }

  .column-95 {
    padding-right: 5px;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-05_icon {
    width: 1.75rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq2_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq2_icon {
    width: 1.75rem;
  }

  .slide-box._240px.margin-right {
    width: 40vw;
    min-height: auto;
  }

  .next-steps-section {
    padding: 30px 5%;
  }

  ._20vw-div-3 {
    width: 1vw;
  }

  .long-box {
    width: 40%;
  }

  .long-box.additional-info {
    width: 95%;
  }

  .long-box.howitworks {
    width: 65%;
  }

  .contact-header_component {
    grid-template-columns: 1fr;
  }

  .text-size-large-3 {
    font-size: 1.25rem;
  }

  .grid-18 {
    flex-direction: column;
    display: flex;
  }

  .message-div-block {
    display: none;
  }

  .div-block-152 {
    width: 500px;
  }

  .social-links-pop-up {
    display: none;
  }

  .view-portfolio-div {
    width: 90%;
  }

  .image-141 {
    width: 320px;
  }

  .content-container {
    max-width: 548px;
  }

  .content-block.mobile {
    display: none;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.clients {
    grid-template-columns: 1fr 1fr;
  }

  .heading-70 {
    font-size: 1.8em;
  }

  .slider-7 {
    min-height: 380px;
  }

  .main-paragraph, .main-paragraph-2 {
    letter-spacing: -1px;
    font-size: 26px;
  }

  .paragraph-65 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-72 {
    font-size: 34px;
  }

  .name-div {
    flex: 0 auto;
    display: flex;
  }

  .div-block-156 {
    margin-top: 0;
  }

  .image-156 {
    height: 1.6em;
  }

  .slide-text-container-4 {
    width: 45vw;
  }

  .stylist-details-div {
    padding: 1rem;
  }

  .stylist-details-div.new-div-block {
    padding-left: .75em;
    padding-right: .75em;
  }

  .book-profile-service-icon {
    display: block;
  }

  .layout402_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-size-medium-6 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: .85rem;
    line-height: 20px;
  }

  .text-block-44 {
    flex-wrap: nowrap;
    display: flex;
  }

  .nav-grid, .content_collection-list {
    grid-template-columns: 1fr;
  }

  .text-block-56 {
    font-size: 16px;
    line-height: 26px;
  }

  .service-hero-eyebrow-wrap {
    display: flex;
  }

  .service-hero-eyebrow-wrap.mview {
    display: none;
  }

  .testimonial23_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial23_content {
    padding: 1.5rem;
  }

  .testimonial23_client {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial23_customer-image {
    margin-right: 10px;
  }

  .heading-81 {
    line-height: 28px;
  }

  .padding-section-large-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium-7 {
    font-size: 1rem;
  }

  ._20vw-div-5 {
    width: .5vw;
  }

  .columns-61 {
    display: flex;
  }

  .text-block-78 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-78.calligned {
    padding-left: 0;
    padding-right: 0;
  }

  .services-popup-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .services-popup-content.story {
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-39 {
    width: 100%;
    font-size: 16px;
  }

  .container-114 {
    padding-top: 0;
  }

  .grid-27 {
    grid-template-columns: 1fr 1fr;
  }

  .padding-global-11 {
    padding-bottom: 0;
  }

  .blog1-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large-11 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-92 {
    font-size: 1em;
  }

  .blog-post1-content_content {
    margin-bottom: 2rem;
  }

  .blog-post1-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog-post1-header_title-wrapper {
    margin-bottom: 3rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.text-weight-bold {
    font-size: 24px;
  }

  .preview-mid {
    width: 220px;
    top: 0%;
    left: 69%;
  }

  .bg2 {
    top: 157px;
  }

  .bg1 {
    top: 87px;
  }

  .iphone-16-1-1 {
    width: 200px;
  }

  .section-89 {
    padding-bottom: 0;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sticky-text_wrapper.steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 40px 1fr;
  }

  .container-117 {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .sticky-container {
    height: auto;
  }

  .sticky-img_wrapper {
    display: none;
  }

  .sticky-img_wrapper.cc-steps {
    width: 100%;
    display: flex;
  }

  .discover-railhead-title {
    font-size: 1.7rem;
  }

  .circle-number.steps3, .circle-number.steps2 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .circle-number.steps4, .circle-number.steps3, .circle-number.steps2 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .circle-number.steps1 {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .circle-number.steps4 {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }

  .phone-mock_wrapper {
    position: absolute;
    left: auto;
    right: -28px;
    overflow: hidden;
  }

  .section-91 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .phone-mock_tab-3 {
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    height: 29px;
  }

  .phone-mock-3 {
    width: 150%;
    box-shadow: none;
  }

  .yellow-long-div {
    width: 223px;
  }

  .book-profile-portfolio-tabs {
    object-fit: fill;
    flex-wrap: nowrap;
    align-items: center;
    width: 95vw;
    display: flex;
    overflow: auto;
  }

  .div-block-259 {
    margin-bottom: 1em;
  }

  .uui-heroheader06_image-02 {
    width: 100%;
    min-width: auto;
    max-width: 15.25rem;
    position: static;
    inset: 0% 0% auto;
  }

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

  .uui-heroheader06_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 22rem;
    min-height: auto;
    display: flex;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-item-12 {
    display: inline;
  }

  .collection-list-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    grid-template: "."
                   "."
                   / 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .faq10_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-pricing08_price {
    font-size: 2.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-pricing08_popular-plan {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-pricing08_components {
    grid-template-columns: 1fr;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-pricing08_component {
    margin-top: 2rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    width: 220px;
  }

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

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--pink);
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-cta07_content {
    margin-right: 0;
  }

  .uui-cta07_component {
    flex-direction: column;
    padding: 2.5rem 1.5rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-hero {
    padding-top: 2em;
  }

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

  .container-137 {
    padding-right: 0;
  }

  .howitworks-steps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .book-now-button {
    padding-bottom: .5em;
  }

  .div-block-321 {
    margin-bottom: 5px;
  }

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

  .service-list.white {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-94.black.c-alligned {
    width: 80vw;
  }

  .text-block-156 {
    margin-right: 40px;
  }

  .stylist-listing-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .container-149 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .faq12_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-113 {
    font-size: 28px;
  }

  .footer-menu {
    grid-column-gap: 1.5rem;
  }

  .footer-legal {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: minmax(max-content, 1fr) 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .footer-top {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer-credit {
    margin-top: 2rem;
  }

  .footer-bottom {
    padding-bottom: var(--space--small);
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-accordion-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .album-item {
    flex: 0 auto;
    align-self: auto;
    width: 49%;
    padding-bottom: 5px;
    padding-right: 5px;
    display: block;
  }

  .album-item-sticker {
    padding-top: 0%;
  }

  .album-item-sticker.discover {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-list-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .reviews-wrapper {
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .video {
    margin-top: 2em;
  }

  .video.mobile {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .heading-xxl {
    font-size: 6rem;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }

  .main-wrapper-2 {
    grid-template-columns: 100%;
    width: 100%;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .book-profile-detail-columns {
    display: flex;
  }

  .hero_circle.is--link {
    width: 2em;
    height: 2em;
  }

  .h2 {
    text-align: left;
  }

  .text-block-170 {
    text-align: left;
    max-width: none;
  }

  .heading-117 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-117.left-alligned {
    text-align: center;
    text-align: center;
  }

  .paragraph-98 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .markets-map {
    display: none;
  }

  .markets-icon {
    width: auto;
    height: 40%;
    margin-bottom: 20px;
    display: block;
  }

  .text-block-177 {
    flex: none;
  }

  .container-154 {
    padding-left: 0;
    padding-right: 0;
  }

  .discover-tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .discover-tab, .discover-tab.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .main-match-header {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-match-h1 {
    flex: 0 auto;
    font-family: Roxborough cf, sans-serif;
    font-size: 40px;
    line-height: 50px;
    display: inline-flex;
  }

  .main-match-cell-left {
    justify-content: center;
    align-items: center;
  }

  .main-match-rte {
    color: var(--color--white);
    text-align: center;
  }

  .stylist-profile-header {
    padding-bottom: 2em;
  }

  .faq10_icon-2 {
    width: 1.75rem;
  }

  .heading-125 {
    font-size: 28px;
    line-height: 38px;
    display: inline-block;
  }

  .image-265 {
    height: 5em;
  }

  .service-header-h1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-header-top {
    text-align: center;
  }

  .link-47 {
    font-size: 28px;
    line-height: 38px;
  }

  .text-block-193 {
    text-align: center;
    font-weight: 500;
  }

  .text-block-194 {
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .quick-stack-31 {
    padding: 0;
  }

  .next-steps-link {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

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

  .text-block-199 {
    text-align: center;
    margin-bottom: 1em;
  }

  .image-270 {
    margin-bottom: 2.5em;
  }

  .cell-26 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

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

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

  .columns-71 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .grid-29._3-column {
    grid-template-columns: 1fr;
  }

  .div-block-362 {
    padding-right: 0;
  }

  .columns-right, .columns-left {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 2em;
  }

  .padding-section-large-12 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-1-o {
    max-width: none;
    font-size: 2.5rem;
  }

  .project_basic-details-wrapper {
    max-width: 100%;
  }

  .project_details-wrapper {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .project_image {
    height: auto;
  }

  .text-size-regular-2 {
    color: #6e6e6e;
  }

  .padding-section-large-15 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header129_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header129_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .portfolio-buttons {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .text-block-210 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .pricing26_row-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pricing26_row-content.is-first, .pricing26_top-row-content.is-first, .pricing26_top-row-content.is-first {
    border-left-style: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-17 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing26_top-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .pricing26_row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-bottom-style: none;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-size-medium-16 {
    font-size: 1rem;
  }

  .pricing26_feature {
    border-bottom: .5px solid #e4e5e5;
    padding-right: 1rem;
  }

  .pricing26_empty-space {
    display: none;
  }

  .text-block-211 {
    text-align: center;
  }

  .testimonial-arrow {
    inset: 0% 0% auto auto;
  }

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

  .testimonial16_client {
    align-items: center;
    width: 100%;
  }

  .testimonial16_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .padding-section-large-22 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial16_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial16_slide-nav {
    inset: 0% auto auto 0%;
  }

  .reviews-popup-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .book-profile-overview-layout {
    grid-column-gap: 0px;
  }

  .book-profile-business-cell {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  ._1-1video-popup-content {
    padding-left: 1.5em;
    padding-right: 2em;
  }

  .collection-item-20 {
    padding-right: 0;
  }

  .stylist-card-stat {
    line-height: 22px;
  }

  .div-block-417 {
    flex: 0 auto;
  }

  .book-profile-instagram-link {
    margin-bottom: 0;
    display: block;
  }

  .text-block-282 {
    text-align: center;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
  }

  .nav-overlay-link-text {
    font-size: 1.75rem;
  }

  .nav-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-overlay-content {
    width: 100%;
    min-width: 0;
  }

  .div-block-456.hidden {
    display: none;
  }

  .image-395 {
    width: auto;
    height: auto;
  }

  .sg2-swatch-grid {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .sg2-type-row {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .sg2-type-meta {
    text-align: left;
  }

  .sg2-comp-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-section-red {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .is-hidden-mobile {
    display: none;
  }

  .howitworks-band {
    padding-left: 5%;
    padding-right: 5%;
  }

  .howitworks-card {
    width: 65%;
  }

  .howitworks-image {
    margin-top: 18px;
  }

  .section-press-band {
    padding: 10px 2.5%;
    overflow: scroll;
  }

  .press-logo-row {
    justify-content: flex-start;
    width: auto;
    overflow: scroll;
  }

  .press-cell-livemint {
    width: 40%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 1.5%;
  }

  .press-cell-ht, .press-cell-et, .press-cell-yourstory {
    width: 100%;
    margin-left: 0%;
    margin-right: 1.5%;
  }

  .press-cell-bw {
    width: 41em;
    margin-left: 0%;
    margin-right: 1.5%;
  }

  .sp-row {
    flex-flow: column wrap;
  }

  .sp-col-left {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .sp-col-right {
    width: 100%;
  }

  .sp-card {
    width: 40vw;
    min-height: auto;
  }

  .heading-1 {
    font-size: 44px;
    line-height: 52px;
  }

  .discover-card {
    width: 25%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roxborough bold, sans-serif;
    font-size: 30px;
    line-height: 50px;
  }

  h3 {
    font-family: Roxborough cf, sans-serif;
    font-weight: 400;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
  }

  p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
  }

  ol {
    font-family: var(--font--body);
    font-weight: 300;
    line-height: 26px;
  }

  img {
    width: auto;
    height: auto;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .body {
    object-fit: cover;
  }

  .other-recipes {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 2%;
  }

  .ingredient-block {
    background-color: #0000;
  }

  .recipe-side {
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .content-section {
    background-color: #fff;
    padding: 0%;
  }

  .spacer-line {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .spacer-line.hidden {
    display: none;
  }

  .recipe-block {
    background-color: #0000;
  }

  .ingredient-content {
    background-color: #fdfdfc;
    padding: 0% 2.5% 2.5%;
  }

  .book-profile-container {
    background-color: #fff;
    max-width: none;
  }

  .recipe-sticky {
    display: inline;
  }

  .book-profile-name {
    text-align: left;
    margin-bottom: 0;
    font-family: Roxborough Cf, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .recipe-grid {
    grid-template-columns: minmax(200px, 1fr);
  }

  .recipe-grid.for-experts {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .margin-bottom.margin-small {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .margin-bottom.margin-xxsmall {
    background-color: #0000;
    border: 2.5px #000;
  }

  .margin-bottom.margin-small {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .text-size-medium-2 {
    margin-bottom: 10px;
  }

  .text-size-medium-2.text-weight-semibold {
    font-family: Avenir Roman;
  }

  .text-size-medium-2.text-weight-semibold.discover-experts {
    flex: none;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }

  .text-size-small.text-style-muted {
    text-align: left;
    text-align: left;
    padding-right: 30px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .services-main-header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1em;
    padding-right: 0;
    font-family: Roxborough bold, sans-serif;
    font-size: 34px;
    line-height: 40px;
  }

  .services-main-header.white {
    text-align: center;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 40px;
  }

  .services-main-header.center-alligned {
    font-size: 28px;
    line-height: 38px;
  }

  .services-main-header.less-spacing.white {
    text-align: left;
    text-align: left;
    line-height: 54px;
  }

  .services-main-header.left-alligned {
    text-align: left;
  }

  .discover-section {
    padding: 30px 5%;
  }

  .discover-section.by-service {
    padding: 0em 2% var(--space--large);
    padding: 0em 2% var(--space--large);
  }

  .book-profile-hours-row {
    text-align: left;
    padding-left: 0;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 13px;
  }

  .book-profile-hours-row.bhours {
    padding-left: 0;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
  }

  .product5_image {
    border-radius: 5px;
  }

  .product5_image.discover-experts {
    border-radius: 4px;
    min-height: 275px;
    max-height: 275px;
  }

  .product5_image.discover-experts:hover {
    opacity: 1;
  }

  .product5_image.discover-experts.service {
    min-height: auto;
    max-height: none;
  }

  .checkout-exp-flex {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .checkout-exp-col {
    margin-bottom: 30px;
    padding-left: 0;
    display: block;
  }

  .howitworks-icon {
    margin-bottom: 14px;
  }

  .p-bold {
    text-align: left;
    justify-content: flex-start;
    font-size: 22px;
    line-height: 32px;
  }

  .p-bold.c-alligned {
    text-align: center;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    display: block;
  }

  .p-small {
    text-align: center;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 17px;
    line-height: 27px;
  }

  .p-small.center-alligned {
    text-align: center;
    padding-right: 2rem;
    font-family: Avenir Book;
    line-height: 1.9;
  }

  .p-small.center-alligned.grey {
    text-align: left;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .p-small.gray {
    font-size: 15px;
    font-weight: 300;
  }

  .p-small.gray.c-alligned {
    font-size: 16px;
    line-height: 26px;
  }

  .cta-button---brix {
    width: auto;
    color: var(--pink-dark);
    padding: 14px;
    display: block;
  }

  .cta-button {
    width: 100%;
    margin-left: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-button.android {
    width: 100%;
  }

  .cta-button.home {
    margin-top: 1rem;
  }

  .header-button-text.ios-text {
    font-size: 12.5px;
  }

  .heading-25 {
    text-align: left;
    margin-bottom: 5px;
    line-height: 45px;
  }

  .columns-17 {
    flex-flow: column;
  }

  .footer {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-10 {
    padding: 30px 5%;
  }

  .tab-link {
    border-bottom: 1px solid #eef0f6;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-link.w--current {
    border-bottom-color: #000;
  }

  .profile-pic {
    border-radius: 7%;
    width: 105px;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-right: 7.5px;
  }

  .service-price {
    margin-top: 6px;
    margin-bottom: 6px;
    font-family: Avenir Light;
    font-size: 12.5px;
    line-height: 14px;
  }

  .button-11 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    display: inline-block;
  }

  .button-11.white-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-17 {
    background-color: var(--red);
    padding: 2em 2.5%;
  }

  .container-26 {
    padding: 0 0;
  }

  .column-31 {
    padding-left: 0;
    padding-right: 10px;
  }

  .nav-component {
    background-color: var(--color--white);
    min-height: 4em;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .portfolio-image {
    width: auto;
    height: 10rem;
    min-height: auto;
    padding-right: .5px;
  }

  .portfolio-image.new-image {
    width: 100%;
    height: 125px;
    min-height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-image.new-image.main-match {
    height: 140px;
  }

  .portfolio-collection-list-wrapper {
    border-radius: 5px;
    flex-direction: row;
    flex: 0 auto;
    display: block;
  }

  .portfolio-collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: row;
    grid-template: "Area-2 . ." 1fr
                   ". . Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: flex-start;
    place-items: baseline stretch;
    max-height: 125px;
    display: block;
  }

  .portfolio-collection-list.main-match {
    max-height: 140px;
  }

  .portfolio-collection-image {
    float: left;
    clear: none;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    width: 49%;
    display: flex;
  }

  .portfolio-collection-image.final {
    width: 25%;
    padding-left: 0;
    padding-right: 1px;
    display: block;
  }

  .portfolio-lightbox-link {
    flex-direction: row;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-85 {
    border-bottom-style: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .stylist-name {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 3px;
    padding-right: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .stylist-name.stylist-name-lg {
    flex: none;
    margin-right: 7.5px;
    font-size: 22px;
    line-height: 27px;
  }

  .category-slide {
    width: 275px;
    min-width: auto;
  }

  .large-heading {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
  }

  .large-heading.left-alligned {
    padding-left: 0;
  }

  .large-heading.center-alligned {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 40px;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-style-subheader {
    padding-right: 7.5px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 1rem;
  }

  .heading-42 {
    margin-bottom: 10px;
    padding-right: 3rem;
    line-height: 44px;
  }

  .paragraph-38 {
    margin-bottom: 10px;
    padding-right: 3rem;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 16px;
  }

  .container-41 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-29 {
    height: auto;
  }

  .page-padding-7 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .layout84_text-wrapper {
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .layout84_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .layout84_item-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: nowrap;
    grid-template-columns: 1fr;
    place-content: start flex-start;
    display: flex;
  }

  .text-size-medium-3.text-weight-bold {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14.5px;
    line-height: 14.5px;
  }

  .counter {
    font-size: 1.5rem;
  }

  .medium-heading {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 40px;
  }

  .medium-heading.faq {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-text-smallest {
    text-align: left;
    padding-bottom: 2px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 15.2px;
    font-weight: 300;
  }

  .content-text-small {
    padding-right: 0;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: block;
  }

  .content-text-small.hidden {
    display: none;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-46 {
    color: #fff;
    text-align: left;
    margin-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
    font-family: Roxborough cf, sans-serif;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-46.black {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-46.center-alligned.small {
    color: var(--color--black);
    text-align: left;
    text-align: left;
    font-size: 34px;
    line-height: 48px;
  }

  .container-45 {
    padding: 20px 0%;
  }

  .content-text-medium {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .content-text-medium.left-alligned {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .grid-14 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    display: block;
  }

  .div-block-91 {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h47 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .para44.left-alligned {
    font-size: 14px;
    line-height: 26px;
  }

  .section-34 {
    padding-bottom: 40px;
  }

  .columns-33 {
    flex-direction: column;
    display: flex;
  }

  .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-16, .button-17 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .home-about_bottom-title-row {
    grid-column-gap: 0rem;
    margin-bottom: 20px;
  }

  .column-49 {
    padding-left: 0;
    padding-right: 0;
  }

  .holder-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    display: flex;
    overflow: scroll;
  }

  .testimonial-div {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }

  .testimonial-div.zapier {
    width: 25%;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-div.dwell {
    width: 40%;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-div.live-mint {
    width: 20%;
  }

  .testimonial-div.hindustan-times {
    width: 40%;
    margin-left: 10px;
  }

  .testimonial-div.hindustan-times.economic-times {
    width: 50%;
    margin-left: 10px;
  }

  .about-team_component {
    grid-template-columns: 1fr;
  }

  .about-team_image-wrapper {
    height: 20rem;
  }

  .bold-text-12 {
    flex: none;
    padding-right: 0;
    font-size: 24px;
  }

  .service-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
  }

  .stage-copy {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: .9em;
  }

  .column-55 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-8 {
    margin-top: 10px;
  }

  .close-btn-line.is--2nd, .close-btn-line.is--1st, .close-btn-line.is--2nd, .close-btn-line.is--1st {
    width: 1rem;
  }

  .modal-w {
    padding: 2rem 0 0;
  }

  .modal-w.large-modal {
    max-height: none;
    padding-top: 0;
  }

  .close-btn-w {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-content-w {
    padding: 1.5rem 1rem;
  }

  .image-115 {
    border-radius: 5px;
    width: 6rem;
    height: 6rem;
    min-height: auto;
    margin-right: 10px;
  }

  .portfolio-div {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .portfolio-div.one-off {
    align-items: center;
    margin-bottom: 5px;
    padding-top: 0;
  }

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

  .section-49, .columns-42 {
    flex-flow: wrap;
    display: block;
  }

  .image-127 {
    padding-left: 0;
  }

  .columns-44 {
    flex-flow: column-reverse;
  }

  .stylist-details {
    justify-content: center;
    align-items: flex-start;
    margin-top: .55em;
    margin-bottom: .55em;
    padding-left: 0;
    padding-right: 0%;
  }

  .stylist-details.desktop {
    display: none;
  }

  .stylist-details.mobile {
    display: flex;
  }

  .book-profile-booking-card {
    background-color: var(--color--white);
    display: none;
  }

  .book-profile-trust-copy {
    flex-wrap: wrap;
    flex: 0 auto;
    font-size: 14px;
    display: flex;
  }

  .book-profile-trust-copy.text-color-dark-gray {
    text-align: left;
    text-align: left;
  }

  .book-profile-name-wrap {
    flex-flow: row;
    flex: 0 auto;
    align-items: center;
    margin-bottom: .5rem;
  }

  .container-69 {
    flex-direction: column-reverse;
    display: flex;
  }

  .section-52 {
    flex-flow: row;
    padding-top: 60px;
    padding-bottom: 20px;
    display: none;
  }

  .section-52.last-section {
    padding-bottom: 60px;
  }

  .column-95 {
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .column-96 {
    margin-bottom: 20px;
  }

  .columns-50-right {
    flex-flow: column;
    display: flex;
  }

  .div-block-142-right {
    justify-content: flex-start;
  }

  .columns-50-left {
    flex-direction: column-reverse;
  }

  .image-136 {
    margin-bottom: 10px;
  }

  .image-137 {
    display: block;
  }

  .div-block-142, .div-block-143, .div-block-144, .div-block-145 {
    margin-bottom: 20px;
  }

  .faq4_component {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq4_list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .book-profile-faq-answer {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;
  }

  .book-profile-faq-answer.questions {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-146 {
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-76 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 12px;
    display: inline-block;
  }

  .slide-box.margin-right {
    width: 87%;
    height: auto;
    min-height: 250px;
  }

  .slide-box._240px.margin-right {
    width: 85vw;
  }

  .slide-box._240px.cities {
    width: 250px;
  }

  .slide-box._240px.margin-right {
    width: 65vw;
    min-height: auto;
  }

  .slide-box.margin-right {
    width: 87%;
    height: auto;
    min-height: 250px;
  }

  .slide-box.margin-right.stories {
    width: 90%;
    height: auto;
    min-height: 600px;
  }

  .slide-box.margin-right {
    width: 87%;
  }

  .next-steps-section {
    padding: 2em 2.5%;
  }

  .next-steps-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  ._20vw-div-3 {
    width: 1px;
  }

  .card-rail {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .long-box {
    width: 57.5%;
    height: 370px;
    margin-right: 10px;
  }

  .long-box.additional-info {
    width: 87%;
    height: auto;
  }

  .long-box.howitworks {
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    height: 375px;
    padding-bottom: 0;
    padding-left: 17.5px;
    padding-right: 17.5px;
  }

  .columns-50 {
    flex-direction: column;
    align-items: center;
  }

  .brz-link-pic-1 {
    margin-left: 0;
    margin-right: 1.5em;
  }

  .message-div-block {
    display: none;
  }

  .div-block-152 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    inset: 0%;
  }

  .paragraph-62 {
    margin-bottom: 10px;
  }

  .image-140 {
    margin-right: 10px;
  }

  .social-links-pop-up {
    display: none;
  }

  .view-portfolio-div {
    width: 90%;
  }

  .slider-6 {
    min-height: 80vh;
  }

  .left-arrow {
    width: 50px;
  }

  .image-141 {
    width: 160px;
    display: block;
  }

  .arrow {
    width: 15px;
  }

  .hero-section {
    min-height: 50vh;
  }

  .content-container {
    max-width: none;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-col-grid.clients {
    grid-row-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .heading-70 {
    font-size: 1.4em;
  }

  .paragraph-65 {
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 13px;
  }

  .heading-72 {
    text-align: center;
    margin-top: 10px;
    font-size: 34px;
    line-height: 40px;
  }

  .book-profile-meta-icon {
    width: auto;
    height: 1.25em;
    margin-right: 7px;
  }

  .book-profile-meta-icon.small {
    height: 1em;
    margin-right: 0;
  }

  .name-div {
    flex: 0 auto;
    align-items: center;
    margin-bottom: 0;
  }

  .image-156 {
    width: 20px;
    height: 20px;
  }

  .container-80 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-74 {
    line-height: 36px;
  }

  .title-text-2 {
    text-align: center;
  }

  .slider-container-4 {
    padding-bottom: 20px;
  }

  .slide-text-container-4 {
    width: 65vw;
    padding: 4rem 1rem;
  }

  .grey-mini-text-2 {
    text-align: left;
    line-height: 24px;
  }

  .grid-19 {
    flex-direction: column;
    display: flex;
  }

  .div-block-158 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: .3rem;
    margin-right: 15px;
  }

  .stylist-details-div {
    border: .1px solid #d5d7da;
    border-radius: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .stylist-details-div.new-div-block {
    border: 1.5px #e4e5e5;
    border-bottom-style: solid;
    border-radius: 0;
    padding: 1rem 1em;
    display: block;
  }

  .book-profile-service-icon {
    margin-bottom: .5rem;
    margin-right: 10px;
    display: block;
  }

  .book-profile-service-icon.services {
    margin-bottom: 0;
  }

  .layout402_tabs-menu.no-scrollbar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .text-size-medium-6 {
    margin-bottom: 2rem;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: .75rem;
  }

  .layout402_tab-link {
    color: var(--color--black);
  }

  .layout402_tab-link.w--current {
    color: var(--pink-dark);
    font-size: 30px;
  }

  .text-block-44 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
  }

  .nav-logo {
    width: auto;
    height: 37px;
  }

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

  .nav-grid.nav-card-hiw {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .nav-grid-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-image {
    overflow: visible;
  }

  .navigation-menu-button.w--open {
    color: var(--color--black);
    background-color: #0000;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
  }

  .nav-menu {
    flex: 0 auto;
    display: block;
  }

  .subheading-regular {
    margin-bottom: 0;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .nav-card-content {
    grid-column-gap: 0px;
  }

  .nav-dropdown-list.w--open {
    padding: 14px;
  }

  .nav-button-secondary {
    display: none;
  }

  .nav-toggle {
    color: var(--color--black);
  }

  .content_collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .next-4.white {
    background-color: var(--ink);
    background-color: var(--ink);
    border-width: 1px;
    padding-left: 5em;
    padding-right: 5em;
  }

  .text-block-56 {
    text-align: left;
    padding-right: 0%;
    font-size: 15px;
    line-height: 23px;
  }

  .text-block-57 {
    text-align: left;
    font-size: 13px;
    line-height: 23px;
  }

  .service-hero-eyebrow-wrap {
    margin-bottom: 10px;
    display: flex;
  }

  .service-hero-eyebrow-wrap.mview {
    flex: 0 auto;
    display: none;
  }

  .testimonial11_logo {
    width: auto;
  }

  .testimonial23_client {
    flex-direction: row;
  }

  .testimonial23_customer-image {
    margin-right: 10px;
  }

  ._20vw-div-4 {
    width: .5px;
  }

  .our-work-rail {
    padding-top: 10px;
  }

  .our-work-rail.browse {
    padding-left: 3%;
    padding-right: 5%;
  }

  .button-34 {
    font-size: 15px;
  }

  .text-size-medium-7.text-weight-bold {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  ._20vw-div-5 {
    width: .5px;
  }

  .columns-61 {
    display: flex;
  }

  .image-170 {
    height: auto;
  }

  .text-block-78 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
  }

  .services-popup {
    background-color: #f7f4f3;
    display: none;
  }

  .services-popup-header {
    padding: .5rem;
    top: 0;
  }

  .services-popup-content {
    padding-top: 1rem;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .text-block-83 {
    font-family: Roxborough cf, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-210 {
    margin-top: 0;
  }

  .heading-84 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-84.other {
    margin-top: 0;
    font-size: 14px;
  }

  .heading-86 {
    text-align: left;
    font-family: Roxborough bold, sans-serif;
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-74 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .paragraph-74.small {
    font-size: 13px;
    line-height: 23px;
    display: block;
  }

  .icon-9 {
    background-image: linear-gradient(#f2f2f2, #f2f2f2);
    width: 30px;
    height: 30px;
  }

  .icon-container {
    justify-content: center;
  }

  .details-text-container._1, .details-text-container._2, .details-text-container._3, .details-text-container._1, .details-text-container._2, .details-text-container._3 {
    margin-bottom: 15px;
  }

  .div-block-221 {
    justify-content: center;
    display: flex;
  }

  .button-39 {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .link-block-32 {
    padding-left: 30px;
    padding-right: 25px;
  }

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

  .book-profile-mobile-stats-wrap {
    background-color: #fdfdfc;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0% 2.5%;
  }

  .image-185 {
    margin-right: 0;
  }

  .container-114 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-27 {
    flex-direction: column;
    display: flex;
  }

  .blog1-header_item {
    border-width: .5px;
  }

  .blog1-header_list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-11 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-block-99 {
    text-transform: uppercase;
    text-decoration: none;
  }

  .heading-92 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.4em;
  }

  .blog-div-block {
    padding-top: 1em;
  }

  .div-block-234 {
    flex: none;
  }

  .book-profile-hours-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-post1-header_share {
    margin-top: 0;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    margin-bottom: 1rem;
  }

  .blog-post1-content_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .padding-section-large {
    padding-bottom: 0;
  }

  .blog-post1-header_content-top {
    flex-direction: column;
    align-items: center;
  }

  .blog-post1-content_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post1-content_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post1-header_image-wrapper {
    padding-top: 0%;
  }

  .blog-post1-content_tag-list-wrapper {
    width: 100%;
  }

  .text-size-medium.text-weight-bold {
    font-size: 26px;
    line-height: 34px;
  }

  .blog-post1-header_image {
    position: static;
  }

  .blog-post1-header_author-wrapper {
    align-items: center;
    margin-bottom: .5rem;
  }

  .preview-mid {
    width: 150px;
    top: -1%;
    left: 79%;
  }

  .bg2 {
    height: 150px;
    top: -9px;
  }

  .bg1 {
    height: 100px;
    top: 15px;
  }

  .bg3 {
    height: 150px;
  }

  .iphone-16-1-1 {
    width: 120px;
  }

  .section-89 {
    padding: 2rem 20px 0;
  }

  .main-2 {
    padding-top: 0;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-116 {
    padding-top: 2em;
  }

  .image-186 {
    height: auto;
  }

  .reviews-paragraph {
    margin-bottom: 0;
    display: block;
  }

  .div-block-244 {
    width: 100%;
  }

  .sticky-text_wrapper.steps {
    grid-template-columns: 1fr;
  }

  .container-117 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .discover-railhead-title {
    margin-bottom: 0;
    font-family: Roxborough Cf, sans-serif;
    font-size: 1.45rem;
  }

  .circle-number.steps3, .circle-number.steps2, .circle-number.steps1, .circle-number.steps4, .circle-number.steps3, .circle-number.steps2, .circle-number.steps1, .circle-number.steps4 {
    display: none;
  }

  .section-90.section91 {
    padding-top: 2rem;
    padding-bottom: 0%;
  }

  .section-91 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .phone-mock_tab-3 {
    height: 5vw;
  }

  .phone-mock-3 {
    width: 170%;
    padding: 6px;
  }

  .phone-mock_border-3 {
    border-width: 5px;
  }

  .text-block-101 {
    color: #000;
    text-align: left;
    margin-bottom: 1em;
  }

  .text-block-101.center-alligned, .text-block-101.c-alligned {
    text-align: center;
  }

  .text-block-101.center-alligned, .text-block-101.c-alligned {
    text-align: center;
  }

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

  .section-92 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .paragraph-75 {
    width: 90%;
  }

  .book-profile-resume-tabs {
    width: 95vw;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .profile-tab {
    font-size: 15px;
  }

  .profile-tab.w--current {
    flex: none;
    padding-bottom: 15px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
    line-height: 10%;
  }

  .book-profile-section-heading {
    color: #29282d;
    text-transform: none;
    margin-right: 0;
    font-family: Roxborough bold, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
  }

  ._7-center-1 {
    grid-column-gap: 11px;
    justify-content: flex-start;
    align-self: auto;
    width: auto;
    height: auto;
  }

  .yellow-short {
    width: 99%;
  }

  .yellow-short._2 {
    width: 1px;
  }

  .yellow-long-div {
    width: 135px;
  }

  .book-profile-guarantee-icon {
    margin-top: 1.5em;
  }

  .book-profile-guarantee-icon.trust {
    margin-top: 0;
  }

  .div-block-256 {
    padding-left: 10px;
  }

  .portfolio-tab {
    padding: 8px 25px;
    font-size: 11px;
    line-height: 11px;
    display: inline-flex;
  }

  .portfolio-tab:hover {
    color: var(--color--black);
    background-color: #f6f6f6;
  }

  .portfolio-tab.w--current {
    background-color: var(--color--black);
    color: var(--color--white);
    padding: 8px 25px;
    font-size: 9px;
    line-height: 140%;
    display: inline-flex;
  }

  .book-profile-portfolio-tabs {
    width: 95vw;
    margin-bottom: .35rem;
    display: flex;
    overflow: auto;
  }

  .div-block-259 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .stylist-card-mobile {
    flex: 1;
    display: block;
  }

  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

  .uui-heroheader06_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .book-profile-portfolio-tab-label {
    font-size: 10px;
    line-height: 140%;
  }

  .collection-item-12 {
    display: inline;
  }

  .collection-list-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-192 {
    width: 100%;
    height: auto;
  }

  .collection-list-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .book-profile-copy-richtext {
    text-align: right;
  }

  .cell {
    border-right-width: 1px;
    border-right-color: #e4e5e5;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-193 {
    margin-right: 10px;
  }

  .call-2 {
    align-items: center;
    padding-left: 10px;
    padding-right: 0;
  }

  .heading-85 {
    font-family: Roxborough bold, sans-serif;
  }

  .trusted-pro-div {
    padding: 20px;
  }

  .text105 {
    font-size: 13px;
    line-height: 23px;
  }

  .div-block-268 {
    margin-bottom: 10px;
  }

  .book-profile-trust-item-text.main, .book-profile-trust-item {
    margin-bottom: 5px;
  }

  .image-197 {
    flex: 0 auto;
    width: 22px;
    height: 22px;
  }

  .uui-pricing08_popular-plan {
    padding-bottom: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .uui-badge.hide-mobile-portrait, .hide-mobile-portrait {
    display: none;
  }

  .uui-pricing08_tab-link.w--current {
    font-family: Kumbhsans;
  }

  .uui-pricing08_tabs-menu {
    margin-bottom: 2rem;
  }

  .text-block-106 {
    color: #000;
    font-weight: 600;
  }

  .section-96 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button {
    display: none;
  }

  .nav-button.footer {
    padding-left: 10%;
    padding-right: 10%;
    display: none;
  }

  .logo {
    width: 200px;
  }

  .featured-image {
    height: 200px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .catagories {
    margin-top: 20px;
  }

  .featured-post-details {
    text-align: center;
    padding-right: 10px;
  }

  .col-no-overflow {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .section-103 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns-65 {
    flex-direction: column-reverse;
  }

  .text-block-120 {
    font-size: 12px;
    line-height: 12px;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .service-hero {
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-hero-image {
    object-fit: cover;
    max-height: none;
  }

  .service-hero-copy {
    margin-bottom: 10px;
  }

  .paragraph-91 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-91.white {
    text-align: center;
    text-align: center;
    margin-bottom: 10px;
  }

  .section-107 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-278 {
    flex-direction: row;
    align-items: center;
  }

  .text-block-122 {
    font-size: 14px;
    line-height: 24px;
  }

  .find-stylist-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .quick-stack-12 {
    grid-row-gap: 10px;
  }

  .cell-8 {
    flex-direction: column;
    align-items: center;
  }

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

  .container-137 {
    padding-right: 0;
  }

  .section-109 {
    border-bottom: 1px solid var(--color--grey-200);
  }

  .container-139 {
    padding-top: 0;
  }

  .howitworks-steps {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-110 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  ._20vw-div {
    width: 1px;
  }

  .section-111 {
    border-bottom: .5px solid #e4e5e5;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .howitworks-icon-wrap {
    padding: 15px;
  }

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

  .quick-stack-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-211 {
    border-radius: 8px;
  }

  .div-block-282 {
    justify-content: flex-start;
    align-items: center;
  }

  .package-pricing {
    flex: 0 auto;
    display: flex;
  }

  .original-pricing-mobile {
    font-size: 16px;
    line-height: 26px;
  }

  .package-details-mobile {
    justify-content: space-between;
  }

  .package-description-mobile {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .deliverable-text {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .deliverable-text.time {
    font-weight: 300;
  }

  .book-now-button {
    z-index: 1000;
    background-color: var(--color--white);
    border-radius: 10px;
    margin-left: .5em;
    margin-right: .5em;
    padding: 7px .75em;
    display: flex;
    inset: auto 3% .5% 2%;
  }

  .package-subheader-mobile {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .package-desktop-header.small {
    color: var(--color--black);
    font-size: 24px;
    line-height: 34px;
  }

  .mansonary-wrapper, .mansonary-wrapper.featured, .mansonary-wrapper.featured {
    column-count: 2;
  }

  .mansory-lightbox {
    width: auto;
    height: auto;
  }

  .header-profile-pic {
    background-color: #fdfdfc;
    justify-content: flex-start;
    align-items: center;
    padding: 1em 2.5%;
  }

  .book-profile-share-icon {
    width: 1.1em;
    height: 1.1em;
    margin-right: 7px;
  }

  .book-profile-cta-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
  }

  .book-profile-cta-text.black {
    font-size: 13px;
    line-height: 13px;
  }

  .book-profile-primary-cta.center-alligned.services-page {
    border: 1.75px solid var(--ink);
    width: 100%;
    margin-bottom: 0;
    padding: 10px .25em;
  }

  .book-profile-primary-cta.center-alligned.white {
    margin-bottom: 5px;
  }

  .book-profile-primary-cta.center-alligned.white.mobile {
    border-width: 1.75px;
  }

  .quick-stack-17 {
    grid-row-gap: 0em;
  }

  .rich-text-deliverables {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-weight: 300;
  }

  .rich-text-deliverables p {
    font-size: 14px;
  }

  .package-pricing-time {
    flex: none;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .delivery-time {
    margin-right: 15px;
  }

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

  .inclusions {
    font-weight: 400;
  }

  .service-flex-box {
    background-color: var(--color--white);
    border-style: none none solid;
    border-radius: 0;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .56em;
    padding: .5em 0;
  }

  .service-flex-box:hover {
    background-color: var(--color--white);
  }

  .service-book-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .service-container-div {
    justify-content: center;
    align-items: center;
  }

  .service-heading {
    margin-bottom: 2.5px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .service-price {
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }

  .service-price.discounted {
    font-size: 14px;
    line-height: 20px;
  }

  .book-profile-service-row {
    margin-bottom: 5px;
  }

  .services-overview-rtb ul {
    list-style-type: square;
  }

  .services-overview-rtb li {
    font-size: 12px;
    line-height: 19px;
  }

  .image-230 {
    width: 12px;
  }

  .reviews-text {
    color: var(--color--grey-500);
    flex: 0 auto;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 13px;
    line-height: 13px;
  }

  .service-list {
    font-size: 15px;
    line-height: 25px;
  }

  .service-list.white {
    color: var(--color--black);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .service-list-item, .list-item-4, .list-item-5 {
    margin-bottom: 5px;
  }

  .progress-tabs {
    margin-top: 0;
  }

  .progress-mobile-img {
    width: auto;
    height: auto;
  }

  .difference-section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .progress-desc.white {
    margin-bottom: 15px;
  }

  .paragraph-94 {
    text-align: left;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-94.black.c-alligned {
    width: 90vw;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-94.center-alligned {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-156 {
    margin-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .markets-city-icon {
    width: 1.75em;
  }

  .stylist-listing-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .style-notes-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .columns-67 {
    flex-wrap: wrap;
  }

  .column-123 {
    height: 300px;
  }

  .column-124 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container-149 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .heading-112 {
    margin-bottom: 1.5em;
    font-size: 32px;
    line-height: 38px;
  }

  .footer-accordion-answer {
    display: flex;
  }

  .column-125 {
    padding: 3em 2em;
  }

  .button-46 {
    color: var(--color--iced-coffee);
    background-color: #fff3e8;
    border-radius: 100px;
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .footer3_legal-link {
    font-size: .9rem;
  }

  .footer-component {
    padding-top: 0;
    padding-bottom: 3em;
  }

  .text-size-small-4 {
    font-size: 15px;
    line-height: 140%;
  }

  .footer-menu {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    display: none;
  }

  .footer-logo-link {
    margin-bottom: var(--space--xsmall);
  }

  .footer-legal {
    grid-template-columns: minmax(max-content, 1fr);
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-credit.mobile {
    font-size: .75rem;
  }

  .footer-bottom {
    padding-top: var(--space--large);
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    display: flex;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-medium {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    width: auto;
    height: 2.93em;
  }

  .text-span-155, .text-span-156 {
    color: var(--color--black);
  }

  .contact-link:hover {
    color: var(--pink-dark);
  }

  .album-item {
    width: 50%;
    padding-bottom: 5px;
    padding-right: 5px;
    display: block;
  }

  .album-item.explore {
    width: 50%;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 5px;
  }

  .album-item-sticker {
    padding: 0% .4rem 1rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .album-item-sticker.discover {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .album-item-sticker.expert {
    padding-right: 0;
    display: block;
  }

  .album-heading {
    font-size: 14px;
    line-height: 21px;
  }

  .album-description {
    font-size: 12.5px;
    line-height: 14px;
  }

  .collection-list-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .album-wrapper {
    display: none;
  }

  .album-modal-card {
    z-index: 1000;
    width: 100%;
    max-width: none;
    display: block;
    bottom: auto;
  }

  .reviews-wrapper {
    border-style: none;
    padding: 0;
  }

  .client-review-wrapper {
    padding: 0 0 1.5em;
  }

  .collection-item-15 {
    margin-bottom: 2em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-235 {
    margin-right: 5px;
  }

  .client-review-text {
    margin-top: 0;
    margin-bottom: 1.5em;
  }

  .client-review-text.mobile {
    display: block;
  }

  .text-block-164, .text-block-164.about-me, .text-block-164.about-me {
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
  }

  .text-block-165 {
    font-size: 12px;
    line-height: 22px;
  }

  .show-more-review {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
  }

  .story-popup {
    display: none;
  }

  .image-241 {
    width: 100%;
    height: 100%;
  }

  .collection-list-wrapper-15 {
    display: block;
  }

  .video {
    margin-top: 2em;
  }

  .video.mobile {
    margin-bottom: 1.25em;
  }

  .background-video {
    z-index: 1000;
  }

  .section_tip {
    overflow: visible;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium-10 {
    font-size: 1rem;
  }

  .book-profile-detail-columns {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    display: block;
  }

  .div-block-336 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: block;
  }

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

  .link-block-57 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero_circle {
    font-size: 12px;
  }

  .hero_circle.is--link {
    background-color: var(--color--white);
    background-color: var(--color--white);
    width: 3em;
    height: 3em;
    display: flex;
  }

  .hero_arrow {
    width: 1.45em;
    height: auto;
  }

  .h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
  }

  .text-block-170 {
    text-align: left;
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-170.left-alligned {
    text-align: center;
    text-align: center;
  }

  .free-consultation-popup {
    display: none;
    overflow: auto;
  }

  .book-profile-stat-label {
    font-size: 14px;
    line-height: 18px;
  }

  .how-it-works-cell {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .heading-117 {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-117.left-alligned {
    text-align: center;
  }

  .heading-117.white.center-alligned, .heading-117.left-alligned {
    text-align: center;
  }

  .heading-117.white {
    text-align: left;
  }

  .heading-117.white.center-alligned {
    text-align: center;
    text-align: center;
  }

  .cta-band {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .cta-band-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .markets-map {
    display: none;
  }

  .markets-icon {
    width: auto;
    height: auto;
    margin-bottom: 20px;
  }

  .html-embed-16 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .our-work-section {
    border-bottom: .5px solid #d9d9d9;
  }

  .image-245 {
    width: 2.45em;
    height: auto;
    margin-right: 3px;
  }

  .text-block-177 {
    flex: none;
    margin-bottom: 5px;
    margin-right: 2px;
    font-size: 12px;
    line-height: 15px;
  }

  .collection-list-15 {
    flex-flow: column;
    margin-top: 10px;
    display: block;
  }

  .image-246 {
    width: 13px;
    height: 13px;
  }

  .main-header {
    font-size: 36px;
    line-height: 46px;
  }

  .main-header.white {
    text-align: center;
    text-align: center;
    font-size: 32px;
    line-height: 44px;
  }

  .image-248 {
    border-radius: 15px;
    height: auto;
  }

  .section-126 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .happiness-garuntee {
    font-size: 38px;
    line-height: 44px;
  }

  .discover-tabs-menu {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 3px;
    overflow: scroll;
  }

  .discover-tab {
    color: #666;
    background-color: #fdfdfc;
    flex-flow: column;
    flex: 0 auto;
    margin-right: 1.75em;
    padding: 0 0 7px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
  }

  .discover-tab:hover {
    color: var(--color--black);
    border-bottom: 1.5px solid #666;
    font-weight: 500;
  }

  .discover-tab.w--current {
    border-style: none none solid;
    border-bottom-width: 2px;
    border-bottom-color: var(--red);
    color: var(--red);
    background-color: #fdfdfc;
    border-radius: 0;
    flex-flow: column;
    flex: 0 auto;
    margin-right: 1.75em;
    padding: 0 10px 7px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
  }

  .discover-tab.discover-tab-hidden {
    margin-right: 0;
  }

  .discover-tabs {
    margin-top: 10px;
  }

  .discover-pane-inner, .discover-pane-inner-alt {
    padding-top: 0;
  }

  .match-dp {
    width: 5em;
    height: 5em;
  }

  .top-match-review {
    align-items: center;
    line-height: 16px;
  }

  .top-match-name-review {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .top-match-availibility {
    justify-content: flex-start;
    align-items: center;
    margin-right: 5px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    display: flex;
  }

  .section-127 {
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .heading-121 {
    text-align: center;
    font-family: Roxborough cf, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .main-match-hero {
    background-color: var(--red);
    padding: 4em 5%;
  }

  .main-match-container {
    max-width: 80rem;
  }

  .main-match-quick-stack {
    padding: 0;
  }

  .main-match-header {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .main-match-h1 {
    color: var(--color--white);
    text-align: center;
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roxborough cf, sans-serif;
    font-size: 34px;
    line-height: 38px;
    display: block;
  }

  .main-match-cell-left {
    align-items: center;
  }

  .main-match-rte {
    color: var(--color--black);
    margin-bottom: 1em;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-weight: 400;
  }

  .main-match-rte p {
    text-align: center;
    font-weight: 300;
  }

  .main-match-rte a {
    text-decoration: underline;
  }

  .stylist-profile-div {
    background-color: var(--color--white);
    border-radius: 5px;
    flex: 0 auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .stylist-profile-header {
    border-radius: 0;
    padding: 1em;
  }

  .stylist-profile-header.white {
    padding-top: .5em;
    padding-bottom: 0;
  }

  .collection-item-17 {
    flex-flow: column;
    display: flex;
  }

  .top-match-details {
    flex: 1;
    padding-left: 12px;
  }

  .main-match-cell-right {
    display: block;
  }

  .div-block-344 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--color--pink-tint);
    border-radius: 5px;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding: 3px 8px;
    display: block;
    overflow: hidden;
  }

  .text-block-182 {
    color: var(--pink-dark);
    font-size: 10px;
    font-weight: 400;
  }

  .top-match-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .top-match-profile {
    flex: 0 auto;
    align-items: flex-start;
    margin-bottom: 10px;
    display: flex;
  }

  .top-match-book-button {
    background-color: var(--color--white);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .top-match-select {
    color: var(--color--black);
    text-transform: none;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
  }

  .top-match-book-link {
    background-color: var(--color--white);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .link-44 {
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 22px;
    line-height: 34px;
  }

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

  .main-match-text-block {
    font-size: 13px;
    line-height: 25px;
  }

  .title-2 {
    color: #d75079;
  }

  .div-block-346 {
    margin-bottom: 1.5em;
  }

  .text-block-184 {
    font-family: Roxborough cf, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-347 {
    margin-bottom: 10px;
  }

  .paragraph-100 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .paragraph-100.small {
    display: block;
  }

  .image-258 {
    margin-right: 10px;
  }

  .div-block-350 {
    align-items: center;
  }

  .image-260 {
    margin-right: 10px;
  }

  .div-block-351 {
    flex-direction: row;
    margin-top: 25px;
  }

  .paragraph-102.main {
    margin-bottom: 5px;
  }

  .grid-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(.1px, .25fr) 1.75fr;
    grid-template-areas: "Icon-1 Title-1"
                         "Line-1 Details-1"
                         "Icon-2 Title-2"
                         "Line-2 Details-2"
                         "Icon-3 Title-3"
                         "Line-3 Details-3"
                         "Area-2 Area"
                         "Area-3 Area-4"
                         ". Area-5"
                         "Area-7 Area-6";
  }

  .heading-123 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .heading-123.inclusion {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-123.other {
    margin-top: 0;
    font-size: 14px;
  }

  .div-block-353 {
    margin-bottom: 5px;
  }

  .image-262 {
    flex: 0 auto;
  }

  .final-pricing-mobile-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-355 {
    margin-bottom: 10px;
  }

  .paragraph-103.main, .div-block-357 {
    margin-bottom: 5px;
  }

  .image-264 {
    flex: 0 auto;
  }

  .heading-125 {
    font-family: Roxborough cf, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }

  .service-header-div {
    flex-flow: column;
  }

  .image-265 {
    margin-bottom: 1em;
  }

  .service-header-top {
    text-align: center;
  }

  .link-47 {
    font-size: 22px;
    line-height: 32px;
  }

  .link-49 {
    font-family: Roxborough bold, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

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

  .text-block-193 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
  }

  .text-block-194 {
    margin-bottom: 2em;
    font-weight: 600;
  }

  .text-block-194.left-alligned.black {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .text-block-195 {
    margin-bottom: .5em;
    font-family: Roxborough cf, sans-serif;
    font-size: 28px;
    line-height: 36px;
  }

  .quick-stack-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .next-steps-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    font-family: Roxborough cf, sans-serif;
    font-size: 26px;
    line-height: 34px;
    display: flex;
  }

  .next-steps-link.center-alligned {
    display: block;
  }

  .next-steps-link.howitworks {
    font-size: 27px;
  }

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

  .text-block-199 {
    color: var(--color--black);
    text-align: center;
    margin-bottom: 2em;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
  }

  .image-270 {
    width: 100%;
    height: auto;
    margin-bottom: 2.5em;
    overflow: hidden;
  }

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

  .cell-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

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

  .columns-71 {
    flex-flow: column;
  }

  .button-50 {
    border-radius: 100px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .pricing-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

  .pricing-component-header {
    padding: .8rem;
  }

  .div-block-362 {
    padding-right: 0;
  }

  .plan_tab {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .plan_tab.left-alligned {
    justify-content: center;
    align-items: center;
  }

  .plan_tab_menu {
    flex-flow: row;
    align-items: stretch;
  }

  .final-pricing-mobile-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-207 {
    text-align: center;
  }

  .columns-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .columns-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap-reverse;
  }

  .padding-global-21 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .padding-section-large-12 {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }

  .heading-1-o {
    letter-spacing: -1px;
    max-width: none;
    font-size: 3rem;
  }

  .project_image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .padding-global-22 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .project_full-width-image-wrapper {
    flex: none;
    height: 100%;
    max-height: none;
  }

  .project_basic-details-wrapper {
    max-width: none;
  }

  .project_images-wrapper {
    margin-top: 2em;
  }

  .project-wrapper {
    width: 100%;
  }

  .project_details-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2em;
  }

  .project_image {
    height: auto;
    display: inline-block;
  }

  .button-53.is-top-aligned {
    justify-content: center;
    align-self: flex-end;
    width: auto;
    margin-left: 0;
    position: relative;
  }

  .button-53.is-top-aligned:hover {
    background-color: #0000;
  }

  .text-size-regular-2 {
    color: #6e6e6e;
    flex-wrap: nowrap;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .95rem;
    line-height: 1.65;
  }

  .text-size-regular-2.is-weight-medium {
    color: #333;
    font-weight: 500;
  }

  .album-stylist-right {
    margin-top: 0;
  }

  .header129_component {
    grid-auto-flow: row;
  }

  .header129_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-137 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .portfolio-buttons {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .text-block-210 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 16px;
  }

  .featured-works-wrapper-2 {
    grid-row-gap: 3rem;
  }

  .collection-item-18 {
    padding-right: 0;
  }

  .heading-style-h5 {
    margin-bottom: 20px;
  }

  .pricing26_top-row-content {
    padding: 1rem .5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .compare-plans {
    font-weight: 500;
  }

  .text-block-211 {
    text-align: center;
  }

  .testimonial-arrow {
    inset: auto 0% 0% auto;
  }

  .testimonial16_component {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .padding-section-large-22 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .testimonial16_content {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .testimonial16_slide-nav {
    inset: auto auto 0% 0%;
  }

  .section-141 {
    padding-top: 2rem;
    padding-bottom: 2em;
  }

  .previous-3 {
    border-radius: 100px;
  }

  .div-block-377 {
    overflow: scroll;
  }

  .text-block-213 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-215 {
    font-size: 18px;
    line-height: 28px;
  }

  .service-div {
    padding-top: 2.5em;
    padding-bottom: 2em;
  }

  .link-53 {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 12px;
    font-family: Roxborough cf, sans-serif;
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .link-53:hover {
    font-size: 18px;
    text-decoration: underline;
  }

  .session {
    margin-right: 1.75em;
  }

  .discover-pane, .discover-pane-alt {
    padding-top: .27em;
  }

  .book-profile-stat-value {
    font-size: 22px;
    line-height: 22px;
  }

  .detail-review {
    margin-right: 2.1em;
  }

  .book-profile-star-icon {
    width: 18px;
    height: auto;
  }

  .book-profile-status-text.mobile {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .link-block-61 {
    background-color: #fafafa;
    border: 2px solid #dcdce5;
    border-radius: 10px;
    margin-right: .75em;
    padding: 10px .8em;
    display: flex;
  }

  .image-291 {
    width: 28px;
    height: auto;
  }

  .book-profile-secondary-link {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-296 {
    width: auto;
    height: auto;
  }

  .book-profile-response-wrap {
    margin-bottom: .5em;
  }

  .button-div {
    margin-top: 1em;
  }

  .reviews-popup {
    display: none;
  }

  .reviews-popup-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .book-profile-overview-layout {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-bottom: .75em;
  }

  .book-profile-business-cell {
    justify-content: flex-start;
    align-items: stretch;
  }

  .book-profile-overview-icon.small {
    width: 1em;
    height: auto;
    margin-right: 5px;
  }

  .book-profile-overview-row.search {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .25em;
  }

  .stylist-card-meta {
    font-size: 13.5px;
    display: block;
  }

  .stylist-card-meta.small {
    font-size: 12px;
  }

  .image-303 {
    width: 90%;
    height: auto;
    margin-top: 1.75em;
  }

  .div-block-397 {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .text-block-235 {
    line-height: 16px;
  }

  ._1-1-video-popup {
    display: none;
  }

  .image-306 {
    width: 18px;
    margin-right: 5px;
  }

  .section-143 {
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .heading-129 {
    text-align: center;
    font-family: Roxborough cf, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .collection-item-20 {
    margin-bottom: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .link-55 {
    font-family: Roxborough bold, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

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

  .div-block-399 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-238 {
    line-height: 16px;
  }

  .link-56 {
    font-family: Roxborough bold, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

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

  .div-block-401 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-240 {
    line-height: 16px;
  }

  .image-359 {
    width: 3em;
  }

  .collection-item-21 {
    flex-flow: column;
    display: flex;
  }

  .section-144 {
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .heading-130 {
    text-align: center;
    font-family: Roxborough cf, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .link-57 {
    font-family: Roxborough bold, sans-serif;
    font-size: 24px;
    line-height: 34px;
  }

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

  .div-block-403 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .empty-state-12 {
    background-color: #fafafa;
  }

  .div-block-405 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-407 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 3.75fr;
    grid-template-areas: ".";
    grid-auto-columns: 1.5fr;
  }

  .introduction-video-div {
    display: none;
  }

  .container-171 {
    overflow: hidden;
  }

  .flag-image {
    width: 14px;
    height: 14px;
  }

  .stylist-card-stat {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }

  .tags-div {
    align-items: center;
    margin-bottom: .65rem;
  }

  .professional-tag {
    background-color: #cce2ff;
    border-radius: 4px;
    margin-right: 5px;
    padding: 5px 10px;
    display: inline-block;
  }

  .professional-tag.super-stylist-tag {
    background-color: #ffccf1;
  }

  .professional-text {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
  }

  .message-div {
    background-color: var(--color--white);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 15px;
    display: inline-flex;
  }

  .message-div.consult {
    border-width: 1px;
    border-color: var(--ink);
    background-color: var(--red);
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .message-div.consult:hover {
    background-color: var(--pink);
  }

  .image-362 {
    width: 20px;
    height: auto;
  }

  .div-block-409 {
    margin-top: 10px;
    display: none;
  }

  .stylist-card-btn-label {
    color: var(--color--white);
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }

  .stylist-card {
    display: none;
  }

  .text-block-247 {
    font-size: 14px;
    line-height: 24px;
  }

  .moile-experience {
    display: block;
  }

  .lightbox-modal {
    display: none;
  }

  .modal_small {
    text-align: left;
    min-width: auto;
    padding: 20px;
  }

  .book-profile-location {
    color: var(--ink);
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
  }

  .book-profile-location.availibility-text {
    color: #8897a4;
    font-size: 14px;
    line-height: 14px;
  }

  .about-stylist-div.mobile {
    flex-flow: column;
    display: flex;
  }

  .professional-stylist-div {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .book-profile-trust-icon {
    width: 1.75em;
    height: 1.75em;
    margin-right: 10px;
  }

  .book-profile-tag {
    font-size: 13.5px;
    line-height: 140%;
  }

  .book-profile-tag.professional {
    font-size: 14.5px;
    line-height: 140%;
  }

  .book-profile-tag.professional.black {
    margin-bottom: 0;
  }

  .book-profile-credential-text {
    flex: none;
  }

  .section-145 {
    height: auto;
    min-height: auto;
  }

  .book-profile-credential-copy-wrap {
    justify-content: flex-start;
    display: block;
  }

  .book-profile-hours-richtext {
    font-size: 13px;
    line-height: 22px;
  }

  .book-profile-credential-dot-icon {
    width: 8px;
    height: 8px;
    margin-right: 4.5px;
  }

  .book-profile-identity-wrap {
    flex-flow: column;
    flex: 1;
    align-items: flex-end;
    display: flex;
  }

  .text-hiw {
    font-size: 18px;
    line-height: 18px;
  }

  .div-hiw {
    margin-bottom: .2em;
    padding: 5px 10px;
  }

  .next-steps-subtext {
    color: var(--color--black);
    font-size: 12px;
    line-height: 18px;
  }

  .discover-service-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .shop-category-single-item {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .discover-railhead {
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5em;
  }

  .discover-seeall {
    color: var(--red);
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }

  .div-block-426 {
    margin-bottom: 5px;
  }

  .button-64 {
    flex: 1;
    display: block;
  }

  .tab-link-tab-1.w--current {
    padding-bottom: 15px;
    line-height: 10%;
  }

  .book-profile-gallery-tabs {
    align-items: center;
  }

  .image-378 {
    margin-right: 10px;
  }

  .text-block-266 {
    font-family: Roxborough cf, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-432 {
    flex-direction: row;
    margin-top: 25px;
  }

  .final-pricing-mobile-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .book-profile-info-panel {
    margin-top: 1.5em;
  }

  .footer-accordion {
    border-bottom: 1px solid #e8e8e8;
  }

  .discover-tab-icon {
    margin-bottom: 3px;
    margin-right: 0;
  }

  .social-links-wrapper-2 {
    flex-direction: row;
    flex: 0 auto;
    align-items: stretch;
    display: flex;
    overflow: auto;
  }

  .social-links-wrapper-2.desktop {
    margin-bottom: 0;
    display: flex;
  }

  .book-profile-instagram-link {
    flex: none;
    margin-bottom: 0;
  }

  .link-67 {
    flex-wrap: nowrap;
    flex: none;
    padding-left: 8px;
    padding-right: 14px;
  }

  .section-152 {
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .heading-133 {
    font-size: 2rem;
    font-weight: 500;
  }

  .text-block-282 {
    text-align: center;
    font-family: Redhatdisplay Variable, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
  }

  .image-389 {
    width: 1em;
  }

  .nav-overlay-social {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .nav-overlay-links-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-inner {
    padding: 0 1.25rem;
  }

  .nav-overlay-content {
    padding: 1rem;
  }

  .nav-overlay-close {
    top: 0;
    right: 0;
  }

  .div-block-456 {
    margin-bottom: 7.5px;
  }

  .div-block-456.hidden {
    display: none;
  }

  .div-block-456.rating-box {
    margin-bottom: 0;
    margin-left: 3em;
    margin-right: 3em;
  }

  .flex-block-6 {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .section-153 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .quick-stack-48 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-134 {
    padding-left: 1%;
    padding-right: 1%;
    font-size: 26px;
    line-height: 34px;
  }

  .container-179 {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-291 {
    display: none;
  }

  .heading-135 {
    text-align: center;
    font-size: 19px;
    line-height: 29px;
  }

  .text-block-292.gap {
    margin-bottom: 3px;
    font-size: 13.5px;
  }

  .div-block-459 {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .div-block-460 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .line-break-mini {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .text-block-295.gap {
    font-size: 12.5px;
  }

  .image-395 {
    margin-bottom: 1em;
  }

  .packages-text {
    margin-bottom: 2em;
  }

  .image-397 {
    flex: none;
    width: 5em;
    margin-right: 20px;
  }

  .introduction-desktop {
    display: none;
  }

  .ms-failed-banner {
    padding-right: 20px;
  }

  .text-block-299 {
    font-size: 12px;
    line-height: 17px;
  }

  .get-matched-header {
    color: var(--color--white);
    text-align: center;
    font-size: 34px;
    line-height: 34px;
  }

  .text-span-203 {
    color: var(--pink);
  }

  .sg2-swatch-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-section-red {
    padding-top: 2.27em;
    padding-bottom: 1.57em;
  }

  .hero-label {
    font-size: var(--text--size-tiny);
    margin-bottom: 5px;
    line-height: 22px;
  }

  .hero-button {
    border-radius: 20px;
    width: 100%;
    display: none;
  }

  .stats-row {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .stats-rating {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .stats-star {
    width: 1em;
  }

  .howitworks-band {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

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

  .howitworks-card {
    width: 80%;
    height: 375px;
    padding: 20px 17.5px 0;
  }

  .howitworks-badge {
    width: 32px;
    height: 32px;
    margin-bottom: .2em;
    padding: 0;
  }

  .howitworks-number {
    font-size: 18px;
    line-height: 18px;
  }

  .howitworks-image {
    border-radius: 4px;
    min-height: 275px;
    max-height: 275px;
    overflow: hidden;
  }

  .section-press-band {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .press-row {
    flex-direction: column;
  }

  .press-spacer {
    margin-right: 0;
  }

  .press-logo-row {
    justify-content: flex-start;
    width: 100%;
    overflow: scroll;
  }

  .press-cell-livemint {
    flex-direction: column;
    flex: none;
    justify-content: center;
    width: 20%;
    margin-bottom: 6px;
    padding-right: 10px;
  }

  .press-cell-ht {
    flex-direction: column;
    flex: none;
    justify-content: center;
    width: 40%;
    margin-bottom: 6px;
    margin-left: 10px;
    padding-right: 10px;
  }

  .press-cell-et {
    flex-direction: column;
    flex: none;
    justify-content: center;
    width: 50%;
    margin-bottom: 6px;
    margin-left: 10px;
    padding-right: 10px;
  }

  .press-cell-yourstory {
    flex-direction: column;
    flex: none;
    justify-content: center;
    width: 25%;
    margin-bottom: 6px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .press-cell-bw {
    flex-direction: column;
    flex: none;
    justify-content: center;
    width: 40%;
    margin-bottom: 6px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .sp-slider {
    padding-top: 10px;
  }

  .sp-slider-spacer {
    width: .5px;
  }

  .sp-card {
    width: 72.5vw;
  }

  .heading-1 {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .discover-card {
    width: 43%;
    height: 270px;
  }

  .discover-card-namerow {
    margin-bottom: 5px;
  }

  .discover-card-name {
    flex: none;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .discover-card-verified {
    margin-right: 5px;
  }

  .discover-card-flag {
    height: 14px;
  }

  .discover-card-meta {
    justify-content: flex-start;
    align-items: center;
  }

  .discover-card-price {
    flex: none;
    padding-right: 0;
  }

  .discover-card-star {
    width: 12px;
  }

  .discover-card-reviews {
    flex: 0 auto;
    font-size: 13px;
    line-height: 13px;
  }

  .section-small {
    padding-top: var(--space--xsmall);
    padding-bottom: var(--space--xsmall);
  }

  .discover-service-card {
    height: 150px;
  }

  .discover-service-overlay {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .discover-service-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 23.5px;
  }

  .discover-service-arrow {
    width: 20.8px;
  }

  .discover-service-avatar {
    width: 26.4px;
    height: 26.4px;
  }

  .discover-service-count-pill {
    height: 26.4px;
  }
}

#w-node-a9699f93-c541-13d8-d843-e937749f988e-5d76648d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-a9699f93-c541-13d8-d843-e937749f9948-5d76648d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a9699f93-c541-13d8-d843-e937749f9949-5d76648d, #w-node-a9699f93-c541-13d8-d843-e937749f9950-5d76648d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5063f63a-d205-2c09-972e-ff5b74371788-5d76648d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a656233c-4ca0-86cf-5e5b-4a0c34999b5d-5d76648d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a656233c-4ca0-86cf-5e5b-4a0c34999b5e-5d76648d, #w-node-a656233c-4ca0-86cf-5e5b-4a0c34999b65-5d76648d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a490035-4089-c936-b2d7-d9346074b838-5d76648d {
  align-self: auto;
}

#w-node-_4976c292-82b5-9c3b-c1bc-306a58ab3670-5d76648d {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

#w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfba-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfbf-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfc4-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfc9-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfd6-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfdb-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfe0-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfe5-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cff6-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cffe-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901cfff-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d006-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d007-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d008-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d00e-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d00f-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d010-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d01e-e55cc14d, #w-node-_32c9c2b8-b7c9-6504-6a00-5fdf3901d02e-e55cc14d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0a490035-4089-c936-b2d7-d9346074b8f2-5d76648d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4976c292-82b5-9c3b-c1bc-306a58ab3670-5d76648d {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a9699f93-c541-13d8-d843-e937749f9949-5d76648d, #w-node-a656233c-4ca0-86cf-5e5b-4a0c34999b5e-5d76648d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4976c292-82b5-9c3b-c1bc-306a58ab3670-5d76648d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
