:root {
  --logo-magenta: #ec008c;
  --white: white;
  --transparent: var(--dark-slate-blue);
  --black: black;
  --white-smoke: #f5f6f8b3;
  --off-black: #242424;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--medium-purple: #b16cea;
  --slate-blue: #5748c5;
  --midnight-blue: #20193a;
  --orange: #ffab00;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --magenta: #f0f;
  --dark-slate-blue: #4f5e7800;
  --magenta-low: #ee00ff3b;
}

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

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

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

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

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

body {
  color: #333;
  font-family: Gt walsheim;
  font-size: 14px;
  line-height: 20px;
}

.line-1 {
  background-color: #000;
  width: 27px;
  height: 2px;
}

.line-2 {
  background-color: #20193a;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.line-3 {
  background-color: #20193a;
  width: 27px;
  height: 2px;
}

.drop-menu {
  opacity: 0;
  border-radius: 4px;
  flex-direction: column;
  margin-top: 8px;
  padding: 10px 10px 10px 15px;
  display: none;
  box-shadow: 1px 1px 13px #4f5e7842;
}

.overlay, .overlay-2 {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
}

.overlay-3 {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.overlay-4, .overlay-5, .overlay-6, .overlay-last {
  z-index: 1000;
  background-color: #00000094;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0;
}

.cf-navigation-1-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cf-navigation-1-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: 5145px;
}

.book-link {
  z-index: 100;
  background-color: var(--logo-magenta);
  color: #fff;
  text-transform: capitalize;
  background-image: linear-gradient(16deg, #0000, #ffffffb3);
  border: 2px #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .2s;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.book-link:hover {
  color: #ebebeb;
  border-bottom: 1px #000;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 0 10px 1px #0009;
}

.book-link.footer-book {
  background-color: var(--white);
  color: var(--logo-magenta);
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 10px;
  font-weight: 700;
  position: relative;
  box-shadow: -2px 2px 6px 2px #0003;
}

.cf-navigation-1-bar {
  z-index: 105;
  background-color: var(--transparent);
  position: relative;
  inset: auto 0% 0%;
}

.cf-dropdown-links {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.cf-navigation-logo {
  object-fit: contain;
  width: 230px;
}

.cf-1140px-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 0;
  display: flex;
}

.cf-hero-layer-blur {
  filter: blur(25px);
  background-color: #f3f3f3;
  width: 30%;
  height: auto;
  position: absolute;
  inset: -24% -15% 0% auto;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-image-review-container {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-testmonial-text-wrapper {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-64px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 105%;
}

.cf-testimonial-name-position {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  inset: auto 0% -28% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-hero-section-2 {
  background-color: var(--white);
  overflow: hidden;
}

.cf-cta-section-2 {
  background-color: var(--logo-magenta);
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-cta-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.review-header {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.cf-testimonial-author-image-wrap {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}

.cf-t-author-username-and-date {
  color: #474747;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.cf-testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  max-width: none;
  padding: 40px;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-wrapper {
  width: 60%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.cf-testimonial-card-bottom {
  padding-bottom: 10px;
  display: flex;
}

.review-text {
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.cf-testimonial-card-section {
  background-color: #f0f0f080;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cf-testimonial-author-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.cf-testimonial-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--transparent);
  border-radius: 20px;
  padding: 0;
}

.cf-testimonial-author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cf-features-section-2-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.cf-features-section-2-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 100%;
  display: block;
  position: relative;
}

.cf-features-section-2-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  width: 100%;
  margin-top: 50px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 123%;
}

.body-heading {
  max-width: none;
  color: var(--logo-magenta);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%;
}

.body-heading.review-link {
  color: var(--logo-magenta);
  padding-bottom: 20px;
}

.body-heading.sub {
  color: var(--black);
  font-size: 28px;
  font-weight: 300;
}

.cf-features-section-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  z-index: 100;
  background-color: var(--logo-magenta);
  background-image: none;
  width: auto;
  max-width: none;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: -10% auto auto 2%;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  padding-top: 20px;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-service-image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 0%;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-main-wrapper {
  background-color: var(--logo-magenta);
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 20px;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 45%;
  max-width: 360px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-info-heading {
  color: #fff;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  flex-flow: column;
  margin-left: 0;
  display: flex;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  text-decoration: none;
}

.cf-footer-info:hover {
  font-weight: 600;
}

.cf-footer-info.socials-button:hover {
  font-weight: 600;
  text-decoration: none;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-form-gradient-submit {
  background-color: var(--black);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-gradient-submit:hover {
  background-image: radial-gradient(circle, #000, #fff6);
}

.cf-form-paragraph {
  color: #ffffffe8;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-section-1 {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
}

.cf-footer-info-contain {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 15px;
}

.cf-footer-info-contain.middle {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-logo-lines-contain {
  flex: none;
  margin-right: 10px;
  overflow: hidden;
}

.cf-logo-line-1 {
  width: 24px;
  height: 24px;
}

.cf-logo-line-3 {
  width: 32px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-2 {
  width: 27px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-text {
  letter-spacing: -.32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 106%;
}

.cf-error-message {
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message.darker {
  color: #bd333d;
}

.cf-footer-main-contain {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-footer-top-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1240px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-footer-links-contain {
  display: flex;
}

.cf-footer-section-white {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-footer-bottom-wrapper {
  border-top: 1px solid #ffffff1a;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cf-footer-bottom-wrapper.white {
  border-top-style: none;
  border-top-color: #fff3;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.cf-footer-top-right {
  width: 100%;
  max-width: 400px;
}

.cf-webflow-link {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.cf-webflow-link:hover {
  color: #599ffa;
  text-decoration: none;
}

.cf-webflow-link.black {
  color: #0d0e10;
}

.cf-webflow-link.black:hover {
  color: #2a70cc;
}

.cf-footer-cf-link {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.cf-footer-cf-link:hover {
  color: #ff5e69;
  border: 1px #000;
  text-decoration: none;
}

.cf-footer-cf-link.black {
  color: #0d0e10;
}

.cf-footer-cf-link.black:hover {
  color: #ff8a56;
}

.cf-form-submit-button {
  background-color: #0000;
  background-image: url('../images/ArrowRight_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cf-form-submit-button:hover {
  background-color: #ff5e6933;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-form-submit-button.black {
  background-image: url('../images/ArrowRight.svg');
}

.cf-copyright-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 133%;
}

.cf-copyright-text.black {
  color: #0d0e10;
  letter-spacing: -.16px;
}

.cf-subscribe-form-block {
  margin-bottom: 0;
}

.cf-subscribe-text {
  color: #0d0e10;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

.cf-footer-top-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 324px;
  display: flex;
}

.cf-form-text-field {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #0000;
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  line-height: 150%;
}

.cf-form-text-field::placeholder {
  color: #fff6;
  line-height: 150%;
}

.cf-form-text-field.black {
  color: #0d0e10;
  background-image: url('../images/EnvelopeSimple.svg');
}

.cf-form-text-field.black::placeholder {
  color: #0d0e1066;
}

.cf-footer-paragraph-16px {
  color: #0d0e10;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 175%;
}

.cf-footer-link-gradient-hover {
  background-color: var(--logo-magenta);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover-black {
  background-color: var(--logo-magenta);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover-black-copy-no-margin {
  background-color: var(--logo-magenta);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black-copy-no-margin:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-email-form {
  color: #0d0e10;
  border-bottom: 1px solid #0003;
  padding-bottom: 19px;
  position: relative;
}

.book-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 0% 0% 0;
}

.image-8 {
  padding-left: 0;
  position: relative;
  left: auto;
}

.background-video {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-hero-section {
  background-color: var(--white-smoke);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  overflow: hidden;
}

.image-slider-container {
  padding-left: 40px;
  padding-right: 40px;
}

.carousel {
  display: flex;
}

.card-nails {
  width: 326px;
  height: 326px;
  margin-right: 20px;
}

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

.map-block {
  border: 4px solid var(--logo-magenta);
  border-radius: 5px;
  width: 65%;
  max-width: 80%;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.google-map {
  border-radius: 0;
  width: 100%;
  height: 70vh;
}

.bg-video-container {
  object-fit: fill;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: none;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: var(--transparent);
}

.hero-section {
  background-color: #f8f6f2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
  overflow: hidden;
}

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

.card-australia {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 300px;
  margin-right: 20px;
}

.hero-section-2 {
  background-color: #f8f6f2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.link-website {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-9, .link, .link:hover {
  color: #fff;
}

.nav-container {
  justify-content: flex-start;
  align-items: center;
  min-width: 80%;
  max-width: 75%;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.nav-amour {
  aspect-ratio: auto;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--logo-magenta) black black;
  color: var(--off-black);
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link:hover {
  color: var(--logo-magenta);
  font-weight: 400;
}

.nav-link.no-boarder {
  border-right-style: none;
}

.nav-link.left-align.footer {
  color: var(--white);
  font-size: 18px;
}

.nav-link.left-align.footer:hover {
  color: var(--off-black);
}

.nav-link.footer {
  border-right-color: var(--white);
  color: var(--white);
  font-size: 18px;
}

.nav-link.footer:hover {
  color: var(--off-black);
}

.nav-menu {
  border: 1px none var(--logo-magenta);
  background-color: var(--transparent);
  box-shadow: none;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.body-text {
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  padding-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 150%;
}

.body-text.services-text {
  text-align: left;
  letter-spacing: -.5px;
  word-break: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
}

.slider {
  object-fit: contain;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.mask {
  position: absolute;
  inset: 0%;
}

.slide {
  width: 100%;
  position: absolute;
}

.slide-2 {
  position: absolute;
  inset: 0%;
}

.slide-nav {
  position: absolute;
}

.left-arrow, .right-arrow {
  position: relative;
}

.slider-2 {
  object-fit: contain;
  background-color: #ddd0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

._1-1-slider {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-3 {
  height: 222px;
}

.mask-2 {
  height: auto;
}

.image-10 {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.hero-image-frame {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 45%;
  display: block;
  position: relative;
}

.hero-image {
  object-fit: contain;
  background-image: url('../images/Header-Hero-Image-only.png');
  background-position: -140%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-4 {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.acrylic-2 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.acrylic-1, .acrylic-3 {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

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

.div-block {
  background-color: var(--logo-magenta);
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-header {
  color: var(--white);
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 5px;
}

.heading-10 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.footer-text {
  color: var(--white);
  align-self: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.footer-text.middle {
  font-size: 18px;
}

.footer-text.middle.phone-footer {
  text-align: right;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.phone-number {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cell-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
}

.social-media-block {
  border: 3px #fff;
  border-radius: 20px;
  padding: 5px 15px 5px 0;
}

.social-media-block.border {
  border-style: none;
  border-width: 7px;
  border-radius: 20px;
  padding-left: 0;
}

.image-11 {
  position: relative;
  right: auto;
}

.cell-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.social-media-block-insta {
  border: 3px #fff;
  border-radius: 20px;
  padding: 0;
}

.social-media-block-insta.border {
  border-style: solid;
  border-width: 7px;
  border-radius: 20px;
  padding-left: 20px;
}

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

.builder-1 {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.builder-2 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.builder-3, .design-1 {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.design-2 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.design-3, .dipping-1 {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.dipping-2 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dipping-3 {
  border-radius: 20px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.spa-1 {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.cf-service-paragraph-copy {
  color: #0d0e10e6;
  text-align: left;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.bold-text {
  color: var(--black);
  line-height: 120%;
}

.heading-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.button-frame {
  background-color: var(--logo-magenta);
  text-align: center;
  border-radius: 20px;
  align-self: stretch;
  margin-bottom: 20px;
  padding: 20px 30px;
  font-family: Open Sans, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.button-frame:hover {
  background-image: radial-gradient(circle farthest-side at 0 0, #0000 80%, #ffffff70);
  box-shadow: inset 0 0 14px 2px #0003, 0 2px 5px #0003;
}

.button-link-text {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
}

.button-link-text:hover {
  color: var(--white);
  -webkit-text-stroke-color: var(--black);
}

.beauty-section {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 75px;
  display: flex;
}

.beauty-frame {
  flex: 1;
  max-width: 75%;
  padding-top: 275px;
  position: relative;
}

.beauty-image {
  object-fit: contain;
  background-image: url('../images/Lips-without-title.png');
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: 1425px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.book-now-button {
  z-index: 105;
  background-color: var(--white);
  color: var(--logo-magenta);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 5px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  inset: auto;
}

.book-now-button:hover {
  background-color: var(--white);
  background-image: linear-gradient(50deg, var(--white) 60%, #ec008c8c);
  color: var(--logo-magenta);
}

.book-now-button.padding {
  margin-bottom: 7px;
  padding-bottom: 10px;
}

.div-block-5 {
  z-index: 105;
  background-image: url('../images/Amour-Nails-Oamaru--logo-colour-text.png'), radial-gradient(circle farthest-corner at 50% 50%, white 17%, var(--transparent) 36%);
  object-fit: contain;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  max-width: none;
  padding-top: 195px;
  padding-left: 700px;
  padding-right: 0;
  position: absolute;
  inset: 0% 0 0% 0%;
}

.div-block-6, .banner-block, .banner-block-copy {
  position: relative;
}

.banner-container-1 {
  flex: 0 auto;
  position: relative;
  top: 73px;
  left: 2%;
}

.services-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 10px;
}

.slogan-text {
  opacity: .75;
  color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
}

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

.cell-5 {
  justify-content: center;
  align-items: flex-end;
}

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

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

.nav-menu-footer {
  border: 1px none var(--logo-magenta);
  background-color: var(--logo-magenta);
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

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

.nav-container-footer {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: none;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.text-span-2 {
  color: var(--logo-magenta);
  padding-bottom: 5px;
  display: block;
}

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

.bold-text-3 {
  color: var(--black);
  font-weight: 400;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  color: var(--black);
}

.facebook-logo {
  position: relative;
  right: auto;
}

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

.beauty-text-block {
  flex: 1;
  max-width: 95%;
  padding-bottom: 15px;
  padding-left: 0;
}

.heading-11 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.heading-11.padding, .eyebrow-block {
  padding-top: 10px;
}

.heading-12 {
  color: #fff;
  letter-spacing: -2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  margin-top: auto;
  margin-bottom: -2px;
  font-family: Benguiat Allfont;
  font-size: 55px;
  font-weight: 400;
  line-height: 100%;
}

.logo-block {
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -22% auto auto;
}

.bold-text-7 {
  font-weight: 400;
}

.heading-map {
  color: var(--white);
}

.heading-appointment {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.heading-appointment:hover {
  font-weight: 600;
}

.div-block-7 {
  background-color: var(--logo-magenta);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.image-frame {
  min-width: 100%;
  min-height: auto;
  padding: 10px 10%;
}

.white-logo {
  background-image: url('../images/Amour-Nails-Oamaru--logo-white-text.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 120px;
}

.map-heading {
  max-width: none;
  color: var(--logo-magenta);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.map-heading.review-link {
  color: var(--logo-magenta);
  padding-bottom: 20px;
}

.map-heading.sub {
  color: var(--black);
  font-size: 28px;
  font-weight: 300;
}

.policy-section {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: auto;
}

.policy-container {
  background-image: linear-gradient(180deg, var(--transparent), white 19%);
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.policy-text-block {
  width: 60%;
}

.heading-app {
  color: #000;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 140%;
}

.subhead-app {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.body-app {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.app-frame {
  object-fit: contain;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.copyright {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.cell-11 {
  padding-left: 5px;
  padding-right: 5px;
}

.cell-12 {
  padding-left: 5px;
}

.copyrighr-block {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.blackheroimage {
  object-fit: contain;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blank-hero-app {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 22%;
  display: block;
  position: relative;
}

.hero-logo {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  display: flex;
}

.image-cointainer {
  flex: 1;
  width: 50%;
  padding-top: 17%;
  padding-bottom: 0;
  position: relative;
}

.container-2 {
  background-image: url('../images/Amour-Nails-Oamaru--logo-colour-text.png');
  background-position: 50%;
  background-size: cover;
  max-width: 60%;
  min-height: auto;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.succes-text-block {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  padding-top: 155px;
  padding-bottom: 155px;
  display: flex;
}

.success-text {
  background-color: var(--logo-magenta);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.bold-text-8 {
  font-size: 24px;
}

.manicure-1 {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.manicure-2 {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.manicure-3, .spa-2, .spa-3 {
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.header-11 {
  color: #fff;
  align-self: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.header-11.footer-tele {
  font-size: 16px;
  font-weight: 600;
}

.nav-container-2 {
  justify-content: flex-start;
  align-items: center;
  min-width: 93%;
  max-width: 75%;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.nav-menu-2 {
  box-shadow: none;
  background-color: #4f5e7800;
  border: 1px #ec008c;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link-2 {
  color: #242424;
  text-transform: uppercase;
  border: 1px #000;
  border-right: 1px solid #ec008c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-2:hover {
  color: #ec008c;
  font-weight: 400;
}

.nav-link-2.no-boarder {
  border-right-style: none;
}

.gift-wrapper {
  background-color: #ec008c;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.column {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.gift-link {
  z-index: 100;
  color: #fff;
  text-transform: capitalize;
  background-color: #ec008c;
  background-image: linear-gradient(16deg, #0000, #ffffffb3);
  border: 2px #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .2s;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.gift-link:hover {
  color: #ebebeb;
  border-bottom: 1px #000;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 0 10px 1px #0009;
}

.gift-link.gift-loink-extra {
  color: #ec008c;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  box-shadow: -2px 2px 6px 2px #0003;
}

.gift-link.gift-loink-extra:hover {
  box-shadow: inset 0 0 5px 2px #0006, -2px 2px 6px 2px #0003;
}

.gift-link.gallery {
  color: #242424;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  box-shadow: -2px 2px 6px 2px #0003;
}

.gift-link.gallery:hover {
  box-shadow: inset 0 0 5px 2px #0006, -2px 2px 6px 2px #0003;
}

.column-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.columns {
  align-self: stretch;
}

.gift-section {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-text-2 {
  color: #fff;
  align-self: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.footer-text-2.gift-text {
  font-size: 18px;
  line-height: 130%;
}

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

.footer-text-2.middle.phone-footer {
  text-align: right;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.gift-heading-wrapper {
  flex: 0 auto;
  width: auto;
  max-width: none;
  line-height: 20px;
  display: block;
}

.gift-voucher-img-container {
  justify-content: center;
  align-items: center;
  display: block;
}

.gift-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.gift-button-wrapper {
  z-index: 100;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0 0% 0% 0;
}

.gift-container {
  text-align: center;
  flex: 1;
}

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

.nav-amour-2 {
  aspect-ratio: auto;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-container-3 {
  justify-content: flex-start;
  align-items: center;
  min-width: 93%;
  max-width: 75%;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.nav-link-3 {
  color: #242424;
  text-transform: uppercase;
  border: 1px #000;
  border-right: 1px solid #ec008c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: #ec008c;
  font-weight: 400;
}

.nav-link-3.no-boarder {
  border-right-style: none;
}

.nav-container-4 {
  justify-content: flex-start;
  align-items: center;
  min-width: 93%;
  max-width: 75%;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.nav-link-4 {
  color: #242424;
  text-transform: uppercase;
  border: 1px #000;
  border-right: 1px solid #ec008c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-4:hover {
  color: #ec008c;
  font-weight: 400;
}

.nav-link-4.no-boarder {
  border-right-style: none;
}

.section-5 {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.hero-image-frame-2 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 45%;
  display: block;
  position: relative;
}

.hero-image-2 {
  object-fit: contain;
  background-image: url('../images/Header-Hero-Image-only.png');
  background-position: -140%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-container-2 {
  flex: 0 auto;
  width: 700px;
  margin-left: 5px;
  padding-left: 0;
  display: block;
  position: relative;
  top: 73px;
  left: auto;
}

.div-block-8 {
  z-index: 105;
  object-fit: contain;
  background-image: url('../images/Amour-Nails-Oamaru--logo-colour-text.png'), radial-gradient(circle closest-corner at 85%, #fff 21%, #4f5e7800 64%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  max-width: none;
  padding-top: 195px;
  padding-left: 700px;
  padding-right: 0;
  position: absolute;
  inset: 0% 0 0% 0%;
}

.nav-container-5 {
  justify-content: flex-start;
  align-items: center;
  min-width: 93%;
  max-width: 75%;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.nav-link-5 {
  color: #242424;
  text-transform: uppercase;
  border: 1px #000;
  border-right: 1px solid #ec008c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-5:hover {
  color: #ec008c;
  font-weight: 400;
}

.nav-link-5.no-boarder {
  border-right-style: none;
}

.button-frame-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #ec008c;
  background-image: url('../images/Gallery.Image.png'), radial-gradient(circle farthest-side at 0%, #4d5b7408 74%, #000000a8);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 25px 30px;
  font-family: Open Sans, sans-serif;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-frame-2:hover {
  box-shadow: none;
  background-image: url('../images/Gallery.Image.png'), radial-gradient(circle farthest-side at 0%, #4f5e7800 74%, #000000a8);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.button-link-text-2 {
  color: #fff;
  text-align: left;
  flex-flow: column;
  align-items: baseline;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
  display: flex;
}

.button-link-text-2:hover {
  color: #fff;
  -webkit-text-stroke-color: black;
}

.bold-text-9 {
  padding-bottom: 15px;
  line-height: 30px;
}

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

.nav-container-6 {
  justify-content: flex-start;
  align-items: center;
  min-width: 93%;
  max-width: 75%;
  margin-left: 0%;
  margin-right: 0;
  display: flex;
}

.nav-link-6 {
  color: #242424;
  text-transform: uppercase;
  border: 1px #000;
  border-right: 1px solid #ec008c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-6:hover {
  color: #ec008c;
  font-weight: 400;
}

.nav-link-6.no-boarder {
  border-right-style: none;
}

.image-cointainer-2 {
  flex: 1;
  width: 50%;
  padding-top: 20%;
  padding-bottom: 0;
  position: relative;
}

.container-5 {
  background-image: url('../images/Amour-Nails-Oamaru--logo-colour-text.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 60%;
  min-height: auto;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-frame-2 {
  border-radius: 0;
}

.image-frame-2.gallery {
  margin-top: 0;
  padding: 0 0%;
}

.image-14 {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 10px;
}

.heading-map-2 {
  color: #fff;
}

.map-heading-2 {
  color: #ec008c;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.quick-stack-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ec008c;
  border-radius: 20px;
  width: 60%;
  margin-top: 0;
  margin-bottom: 50px;
}

.div-block-9 {
  background-color: #ec008c;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 25px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-container-footer-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  margin-left: 0%;
  margin-right: 0;
  display: block;
}

.cell-13 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 5px;
}

.cell-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.white-logo-2 {
  background-image: url('../images/Amour-Nails-Oamaru--logo-white-text.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 120px;
}

.image-frame-3 {
  min-width: 100%;
  min-height: auto;
  padding: 10px 10%;
}

.cell-15 {
  padding-left: 5px;
}

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

.nav-menu-footer-2 {
  box-shadow: none;
  background-color: #ec008c;
  border: 1px #ec008c;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.nav-link-7 {
  color: #242424;
  text-transform: uppercase;
  border: 1px #000;
  border-right: 1px solid #ec008c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-7:hover {
  color: #ec008c;
  font-weight: 400;
}

.nav-link-7.left-align.footer {
  color: #fff;
  font-size: 18px;
}

.nav-link-7.left-align.footer:hover {
  color: #242424;
}

.nav-link-7.no-boarder {
  border-right-style: none;
}

.nav-link-7.footer {
  color: #fff;
  border-right-color: #fff;
  font-size: 18px;
}

.nav-link-7.footer:hover {
  color: #242424;
}

.footer-header-2 {
  color: #fff;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.heading-13 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.div-block-10 {
  background-color: #ec008c;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cell-17 {
  padding-left: 5px;
  padding-right: 5px;
}

.heading-appointment-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.heading-appointment-2:hover {
  font-weight: 600;
}

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

.book-link-2 {
  z-index: 100;
  color: #fff;
  text-transform: capitalize;
  background-color: #ec008c;
  background-image: linear-gradient(16deg, #0000, #ffffffb3);
  border: 2px #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: border-color .2s;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.book-link-2:hover {
  color: #ebebeb;
  border-bottom: 1px #000;
  font-weight: 600;
  text-decoration: none;
  box-shadow: inset 0 0 10px 1px #0009;
}

.book-link-2.footer-book {
  color: #ec008c;
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  position: relative;
  box-shadow: -2px 2px 6px 2px #0003;
}

.header-12 {
  color: #fff;
  align-self: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.header-12.footer-tele {
  font-size: 16px;
  font-weight: 600;
}

.cf-navigation-1-bar-2 {
  z-index: 105;
  background-color: #4f5e7800;
  position: relative;
  inset: auto 0% 0%;
}

.cell-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
}

.image-cointainer-3 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 2%;
  padding-bottom: 1%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-11 {
  background-image: url('../images/Webclip-Amour-Nails.png');
  background-position: 50%;
  background-size: cover;
  align-self: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  padding-right: 0;
}

.head-gallery {
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 115%;
  position: relative;
  left: -53px;
}

.button-link-text-3 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
}

.button-link-text-3:hover {
  color: #fff;
  -webkit-text-stroke-color: black;
}

.bold-text-10 {
  font-size: 24px;
  line-height: 100%;
}

.button-frame-gallery {
  text-align: center;
  background-color: #ec008c;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px 30px;
  font-family: Open Sans, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.button-frame-gallery:hover {
  background-image: radial-gradient(circle farthest-side at 0 0, #0000 75%, #fff6);
  box-shadow: inset 0 0 14px 2px #0003, 0 2px 5px #0003;
}

.image-16 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
}

.quick-stack-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #4f5e7800;
  border-radius: 20px;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .book-link {
    font-size: 22px;
  }

  .book-link.footer-book {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .cf-navigation-logo {
    width: 250px;
  }

  .review-text {
    font-size: 18px;
  }

  .review-name {
    font-size: 22px;
  }

  .cf-features-section-2-icon-wrap.cf-absolute {
    top: -5%;
  }

  .image-8 {
    min-width: 350px;
  }

  .nav-amour {
    position: absolute;
  }

  .body-text.services-text {
    font-size: 20px;
  }

  .quick-stack {
    align-self: flex-start;
  }

  .footer-text.middle.phone-footer {
    flex: 0 auto;
    align-self: center;
  }

  .footer-text.left {
    align-self: flex-start;
  }

  .phone-number {
    padding-top: 0;
  }

  .div-block-3 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .button-link-text {
    font-size: 24px;
  }

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

  .slogan-text {
    font-size: 40px;
  }

  .heading-12 {
    margin-top: 10px;
  }

  .logo-block {
    top: -25%;
  }

  .bold-text-8 {
    font-size: 24px;
  }

  .gift-link {
    font-size: 22px;
  }

  .gift-link.gift-loink-extra {
    margin-top: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .gift-link.gallery {
    margin-top: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .footer-text-2.gift-text {
    font-size: 22px;
  }

  .footer-text-2.middle.phone-footer {
    flex: 0 auto;
    align-self: center;
  }

  .footer-text-2.left {
    align-self: flex-start;
  }

  .gift-heading {
    font-size: 30px;
  }

  .nav-amour-2 {
    position: absolute;
  }

  .button-link-text-2 {
    font-size: 24px;
  }

  .bold-text-9 {
    padding-bottom: 20px;
    font-size: 22px;
  }

  .book-link-2 {
    font-size: 22px;
  }

  .book-link-2.footer-book {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .button-link-text-3, .bold-text-10 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1440px) {
  .book-link {
    font-size: 26px;
  }

  .book-link.footer-book {
    margin-top: 15px;
    font-size: 20px;
  }

  .cf-navigation-logo {
    width: 250px;
  }

  .body-heading {
    font-size: 30px;
  }

  .cf-features-section-2-icon-wrap.cf-absolute {
    top: -5%;
  }

  .cf-form-main-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .image-8 {
    min-width: 400px;
  }

  .image-9 {
    flex: 1;
    max-width: 100%;
    display: block;
  }

  .nav-container {
    min-width: 90%;
    max-width: 90%;
  }

  .nav-amour {
    position: absolute;
  }

  .nav-link {
    font-size: 22px;
    line-height: 100%;
  }

  .nav-link.left-align {
    font-size: 22px;
  }

  .body-text {
    font-size: 26px;
  }

  .body-text.services-text {
    font-size: 21px;
    font-weight: 400;
  }

  .hero-image {
    background-image: url('../images/Header-Hero-Image-only.png');
    background-position: 0 0;
    background-size: cover;
  }

  .heading-10 {
    font-size: 22px;
    text-decoration: none;
  }

  .footer-text {
    align-self: flex-start;
    font-size: 18px;
  }

  .footer-text.middle {
    align-self: center;
  }

  .footer-text.middle.phone-footer {
    text-align: right;
  }

  .footer-text.left {
    font-size: 18px;
  }

  .phone-number {
    padding-top: 0;
  }

  .image-11 {
    max-width: 100%;
  }

  .social-media-block-insta {
    padding-right: 0;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    padding-left: 59px;
    padding-right: 60px;
    display: flex;
  }

  .button-link-text {
    font-size: 26px;
  }

  .div-block-5 {
    padding-top: 235px;
    padding-left: 660px;
  }

  .slogan-text {
    opacity: .8;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 46px;
  }

  .cell-4 {
    border-top: 1px #fff;
    border-bottom: 1px #ffffff73;
  }

  .nav-container-footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .facebook-logo {
    max-width: 100%;
  }

  .heading-11.padding {
    padding-top: 5px;
  }

  .heading-appointment {
    font-size: 18px;
    text-decoration: none;
  }

  .image-frame {
    padding-left: 300px;
    padding-right: 300px;
  }

  .white-logo {
    min-height: 120px;
  }

  .app-frame {
    background-image: url('../images/Header-Hero-Image-only.png');
    background-position: 0 0;
    background-size: cover;
  }

  .bold-text-8 {
    font-size: 26px;
  }

  .header-11.footer-tele {
    text-align: right;
  }

  .nav-container-2 {
    min-width: 90%;
    max-width: 90%;
  }

  .nav-link-2 {
    font-size: 22px;
    line-height: 100%;
  }

  .nav-link-2.left-align {
    font-size: 22px;
  }

  .gift-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .gift-link {
    font-size: 26px;
  }

  .gift-link.gift-loink-extra {
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
  }

  .gift-link.gallery {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
  }

  .footer-text-2 {
    align-self: flex-start;
    font-size: 18px;
  }

  .footer-text-2.gift-text {
    font-size: 22px;
  }

  .footer-text-2.middle {
    align-self: center;
  }

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

  .gift-heading {
    font-size: 32px;
  }

  .gift-container {
    flex: 1;
  }

  .nav-container-3 {
    flex: 1;
    min-width: auto;
    max-width: none;
    margin-left: 5%;
  }

  .nav-link-3 {
    font-size: 22px;
    line-height: 100%;
  }

  .nav-link-3.left-align {
    font-size: 22px;
  }

  .nav-container-4 {
    flex: 1;
    min-width: auto;
    max-width: none;
    margin-left: 5%;
  }

  .nav-link-4 {
    font-size: 22px;
    line-height: 100%;
  }

  .nav-link-4.left-align {
    font-size: 22px;
  }

  .hero-image-2 {
    background-image: url('../images/Header-Hero-Image-only.png');
    background-position: 0 0;
    background-size: cover;
  }

  .banner-container-2 {
    width: 800px;
  }

  .div-block-8 {
    padding-top: 200px;
    padding-left: 0;
  }

  .nav-container-5 {
    flex: 1;
    min-width: auto;
    max-width: none;
    margin-left: 5%;
  }

  .nav-link-5 {
    font-size: 22px;
    line-height: 100%;
  }

  .nav-link-5.left-align {
    font-size: 22px;
  }

  .button-link-text-2 {
    font-size: 26px;
  }

  .bold-text-9 {
    padding-bottom: 10px;
    line-height: 34px;
  }

  .nav-container-6 {
    flex: 1;
    min-width: auto;
    max-width: none;
    margin-left: 5%;
  }

  .nav-link-6 {
    font-size: 22px;
    line-height: 100%;
  }

  .nav-link-6.left-align {
    font-size: 22px;
  }

  .nav-container-footer-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .white-logo-2 {
    min-height: 120px;
  }

  .image-frame-3 {
    padding: 0% 10%;
  }

  .nav-link-7 {
    font-size: 22px;
    line-height: 100%;
  }

  .nav-link-7.left-align {
    font-size: 22px;
  }

  .heading-13 {
    font-size: 22px;
    text-decoration: none;
  }

  .heading-appointment-2 {
    font-size: 18px;
    text-decoration: none;
  }

  .cell-18 {
    border-top: 1px #fff;
    border-bottom: 1px #ffffff73;
  }

  .book-link-2 {
    font-size: 26px;
  }

  .book-link-2.footer-book {
    margin-top: 15px;
    font-size: 20px;
  }

  .button-link-text-3 {
    font-size: 26px;
  }

  .bold-text-10 {
    font-size: 26px;
    line-height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .cf-navigation-1-wrapper {
    width: 45%;
  }

  .book-link {
    padding: 20px;
    font-size: 40px;
  }

  .cf-navigation-logo {
    width: 285px;
  }

  .cf-cta-section-2 {
    height: auto;
  }

  .cf-cta-wrapper-2 {
    width: 50%;
  }

  .review-header {
    font-size: 22px;
  }

  .cf-testimonial-card {
    max-width: none;
  }

  .testimonial-wrapper {
    width: 45%;
  }

  .review-text {
    font-size: 20px;
  }

  .review-name {
    font-size: 24px;
  }

  .cf-features-section-2-wrapper {
    flex: none;
    align-self: auto;
    width: 45%;
  }

  .cf-features-section-2-image-wrapper {
    background-color: #0000;
    align-self: center;
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .cf-features-section-2-grid-cell {
    justify-content: flex-start;
    align-items: center;
  }

  .cf-form-main-wrapper {
    width: 45%;
  }

  .cf-form-left-wrapper {
    width: 30%;
    max-width: none;
  }

  .cf-info-heading {
    font-size: 20px;
  }

  .cf-footer-info {
    font-size: 22px;
  }

  .cf-form-paragraph {
    font-size: 20px;
  }

  .image-8 {
    min-width: 450px;
    left: 70px;
  }

  .map-block {
    width: 50%;
  }

  .nav-container {
    min-width: 88%;
  }

  .nav-amour {
    height: 100px;
  }

  .nav-link, .nav-link.left-align {
    font-size: 26px;
  }

  .body-text.services-text {
    font-size: 20px;
    font-weight: 300;
  }

  .section-4 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block {
    min-width: auto;
    max-width: none;
  }

  .footer-header {
    padding-left: 0;
  }

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

  .footer-text.middle {
    font-size: 24px;
  }

  .phone-number {
    padding-top: 0;
    font-size: 24px;
  }

  .social-media-block.border {
    padding-left: 15px;
  }

  .button-frame {
    margin-bottom: 20px;
  }

  .button-link-text {
    font-size: 22px;
    line-height: 34px;
    text-decoration: none;
  }

  .beauty-frame {
    max-width: 60%;
  }

  .div-block-5 {
    padding-top: 300px;
    padding-left: 792px;
  }

  .services-text {
    font-size: 18px;
  }

  .slogan-text {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 55px;
  }

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

  .heading-11 {
    margin-bottom: 20px;
  }

  .logo-block {
    top: -25%;
  }

  .heading-appointment {
    font-size: 18px;
    text-decoration: none;
  }

  .image-frame {
    padding-left: 104px;
    padding-right: 104px;
  }

  .policy-text-block {
    width: 45%;
  }

  .blank-hero-app {
    max-width: 75%;
  }

  .hero-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-cointainer {
    padding-top: 12%;
  }

  .container-2 {
    max-width: 45%;
  }

  .success-text {
    font-size: 28px;
  }

  .nav-container-2 {
    min-width: 69%;
  }

  .nav-link-2, .nav-link-2.left-align {
    font-size: 26px;
  }

  .gift-wrapper {
    justify-content: space-around;
    align-items: flex-start;
    width: 45%;
  }

  .gift-link {
    padding: 20px;
    font-size: 40px;
  }

  .gift-link.gift-loink-extra, .gift-link.gallery {
    margin-top: 0;
  }

  .column-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .columns {
    flex: 1;
    display: flex;
  }

  .footer-text-2 {
    font-size: 20px;
  }

  .footer-text-2.middle {
    font-size: 24px;
  }

  .footer-text-2.middle.phone-footer {
    font-size: 19px;
  }

  .footer-text-2.left {
    font-size: 20px;
  }

  .gift-heading-wrapper {
    width: auto;
    max-width: none;
  }

  .nav-amour-2 {
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .nav-container-3 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 81%;
    max-width: none;
    margin-left: 0%;
  }

  .nav-link-3, .nav-link-3.left-align {
    font-size: 26px;
  }

  .nav-container-4 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 81%;
    max-width: none;
    margin-left: 0%;
  }

  .nav-link-4, .nav-link-4.left-align {
    font-size: 26px;
  }

  .section-5 {
    justify-content: space-between;
    align-items: center;
  }

  .banner-container-2 {
    width: 1000px;
    margin-left: 5%;
    top: 100px;
  }

  .div-block-8 {
    padding-top: 270px;
  }

  .nav-container-5 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 81%;
    max-width: none;
    margin-left: 0%;
  }

  .nav-link-5, .nav-link-5.left-align {
    font-size: 26px;
  }

  .button-frame-2 {
    margin-bottom: 20px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .button-link-text-2 {
    font-size: 22px;
    line-height: 34px;
    text-decoration: none;
  }

  .bold-text-9 {
    padding-bottom: 20px;
  }

  .nav-container-6 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 81%;
    max-width: none;
    margin-left: 0%;
  }

  .nav-link-6, .nav-link-6.left-align {
    font-size: 26px;
  }

  .image-cointainer-2 {
    padding-top: 16%;
  }

  .container-5 {
    max-width: 45%;
  }

  .quick-stack-3 {
    width: 45%;
  }

  .white-logo-2 {
    min-height: 120px;
  }

  .image-frame-3 {
    padding: 0 225px;
  }

  .nav-link-7, .nav-link-7.left-align {
    font-size: 26px;
  }

  .nav-link-7.left-align.footer, .nav-link-7.footer {
    font-size: 20px;
  }

  .footer-header-2 {
    padding-left: 0;
  }

  .heading-13 {
    font-size: 24px;
  }

  .div-block-10 {
    min-width: auto;
    max-width: none;
  }

  .heading-appointment-2 {
    font-size: 18px;
    text-decoration: none;
  }

  .book-link-2 {
    padding: 20px;
    font-size: 40px;
  }

  .book-link-2.footer-book {
    font-size: 24px;
  }

  .header-12 {
    font-size: 20px;
  }

  .header-12.footer-tele {
    font-size: 18px;
  }

  .image-cointainer-3 {
    width: 45%;
    display: flex;
  }

  .div-block-11 {
    width: 45px;
    height: 45px;
  }

  .head-gallery {
    font-size: 2vw;
  }

  .button-link-text-3 {
    font-size: 22px;
    line-height: 34px;
    text-decoration: none;
  }

  .quick-stack-4 {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .cf-navigation-1-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .cf-navigation-1-logo {
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    inset: 0%;
  }

  .book-link {
    border-style: none;
    border-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .book-link.footer-book {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cf-navigation-1-bar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-dropdown-links {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-navigation-logo {
    width: 200px;
    height: auto;
    position: relative;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .cf-cta-wrapper-2 {
    width: 100%;
    padding: 30px;
  }

  .review-header {
    font-size: 16px;
  }

  .cf-testimonial-card {
    padding: 20px;
  }

  .testimonial-wrapper {
    width: 90%;
  }

  .review-text {
    font-size: 14px;
  }

  .review-name {
    font-size: 18px;
  }

  .cf-testimonial-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .body-heading {
    padding-bottom: 10px;
    font-size: 26px;
  }

  .cf-form-main-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    width: 90%;
  }

  .cf-form-heading {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-paragraph {
    margin-bottom: 18px;
    padding-top: 0;
  }

  .cf-footer-top-wrapper {
    align-items: stretch;
  }

  .cf-footer-top-right {
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    display: flex;
  }

  .cf-subscribe-text {
    max-width: 200px;
    font-size: 22px;
  }

  .map-block {
    width: 90%;
    max-width: 90%;
  }

  .nav-container {
    min-width: 90%;
    margin-left: 0%;
    padding-left: 0;
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link:hover {
    font-weight: 400;
  }

  .nav-link.left-align {
    font-size: 16px;
    font-weight: 400;
  }

  .body-text {
    font-size: 22px;
  }

  .hero-image-frame {
    padding-top: 46%;
  }

  .hero-image {
    background-position: -150%;
  }

  .div-block {
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    padding-top: 0;
  }

  .footer-header {
    margin-top: 25px;
    font-size: 26px;
  }

  .quick-stack {
    padding-top: 0;
  }

  .heading-10 {
    font-size: 20px;
  }

  .footer-text {
    align-self: center;
    font-size: 16px;
  }

  .footer-text.middle.phone-footer {
    text-align: right;
    width: auto;
    font-size: 14px;
  }

  .footer-text.left {
    align-self: flex-start;
  }

  .phone-number {
    font-size: 16px;
  }

  .social-media-block.border {
    border-width: 3px;
    border-radius: 8px;
    padding-left: 0;
    padding-right: 10px;
  }

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

  .beauty-frame {
    max-width: 100%;
    padding-top: 250px;
  }

  .book-now-button {
    margin-bottom: 5px;
    padding: 5px 10px;
  }

  .div-block-5 {
    padding-top: 130px;
    padding-left: 460px;
  }

  .banner-container-1 {
    top: 70px;
  }

  .services-text {
    letter-spacing: 0;
    line-height: 10px;
  }

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

  .cell-4 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .nav-container-footer {
    padding-left: 0;
  }

  .facebook-logo {
    bottom: 2px;
    left: 1px;
  }

  .beauty-text-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 90%;
    padding-bottom: 0;
    display: flex;
  }

  .heading-11 {
    margin-top: 5px;
    font-size: 25px;
  }

  .heading-11.padding {
    margin-top: 0;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 45px;
  }

  .heading-map {
    font-size: 22px;
  }

  .heading-appointment {
    font-size: 16px;
  }

  .div-block-7 {
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-frame {
    width: 100%;
    min-height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 90px 0% 9px 100%;
    display: block;
    position: relative;
  }

  .white-logo {
    background-size: contain;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 0%;
  }

  .map-heading {
    padding-bottom: 10px;
  }

  .policy-text-block {
    width: 90%;
  }

  .heading-app {
    margin-bottom: 15px;
  }

  .app-frame, .blackheroimage {
    background-position: -150%;
  }

  .blank-hero-app {
    padding-top: 46%;
  }

  .image-cointainer {
    margin-top: 15px;
    padding-top: 25%;
    position: relative;
  }

  .container-2 {
    justify-content: center;
    align-items: stretch;
    max-width: 90%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .header-11 {
    font-size: 16px;
  }

  .header-11.footer-tele {
    font-size: 14px;
  }

  .nav-container-2 {
    min-width: 97%;
    max-width: 75%;
    margin-left: 0%;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link-2:hover {
    font-weight: 400;
  }

  .nav-link-2.left-align {
    font-size: 16px;
    font-weight: 400;
  }

  .gift-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 90%;
  }

  .gift-link {
    border-style: none;
    border-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gift-link.gift-loink-extra {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column-2 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    padding-left: 10px;
  }

  .footer-text-2 {
    align-self: center;
    font-size: 16px;
  }

  .footer-text-2.gift-text {
    font-size: 16px;
    line-height: 129%;
  }

  .footer-text-2.middle.phone-footer {
    text-align: right;
    width: auto;
    font-size: 14px;
  }

  .footer-text-2.left {
    align-self: flex-start;
  }

  .gift-heading-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .gift-heading {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .nav-container-3 {
    min-width: 97%;
    max-width: 75%;
    margin-left: 0%;
    padding-left: 0;
  }

  .nav-link-3 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link-3:hover {
    font-weight: 400;
  }

  .nav-link-3.left-align {
    font-size: 16px;
    font-weight: 400;
  }

  .nav-container-4 {
    min-width: 97%;
    max-width: 75%;
    margin-left: 0%;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link-4:hover {
    font-weight: 400;
  }

  .nav-link-4.left-align {
    font-size: 16px;
    font-weight: 400;
  }

  .hero-image-frame-2 {
    padding-top: 46%;
  }

  .hero-image-2 {
    background-position: -150%;
  }

  .banner-container-2 {
    width: 530px;
    top: 60px;
  }

  .div-block-8 {
    padding-top: 150px;
    padding-left: 0;
  }

  .nav-container-5 {
    min-width: 97%;
    max-width: 75%;
    margin-left: 0%;
    padding-left: 0;
  }

  .nav-link-5 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link-5:hover {
    font-weight: 400;
  }

  .nav-link-5.left-align {
    font-size: 16px;
    font-weight: 400;
  }

  .bold-text-9 {
    padding-bottom: 10px;
  }

  .nav-container-6 {
    min-width: 97%;
    max-width: 75%;
    margin-left: 0%;
    padding-left: 0;
  }

  .nav-link-6 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link-6:hover {
    font-weight: 400;
  }

  .nav-link-6.left-align {
    font-size: 16px;
    font-weight: 400;
  }

  .image-cointainer-2 {
    margin-top: 15px;
    padding-top: 25%;
    position: relative;
  }

  .container-5 {
    justify-content: center;
    align-items: stretch;
    max-width: 90%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .image-frame-2.gallery {
    margin-bottom: 0;
  }

  .heading-map-2 {
    font-size: 22px;
  }

  .map-heading-2 {
    padding-bottom: 10px;
  }

  .quick-stack-3 {
    width: 90%;
  }

  .div-block-9 {
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-container-footer-2 {
    padding-left: 0;
  }

  .white-logo-2 {
    background-size: contain;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 0%;
  }

  .image-frame-3 {
    width: 100%;
    min-height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 90px 0% 9px 100%;
    display: block;
    position: relative;
  }

  .nav-link-7 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link-7:hover {
    font-weight: 400;
  }

  .nav-link-7.left-align {
    font-size: 16px;
    font-weight: 400;
  }

  .footer-header-2 {
    margin-top: 25px;
    font-size: 26px;
  }

  .heading-13 {
    font-size: 20px;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    padding-top: 0;
  }

  .heading-appointment-2 {
    font-size: 16px;
  }

  .cell-18 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .book-link-2 {
    border-style: none;
    border-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .book-link-2.footer-book {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-12 {
    font-size: 16px;
  }

  .header-12.footer-tele {
    font-size: 14px;
  }

  .cf-navigation-1-bar-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-cointainer-3 {
    width: 90%;
    padding-top: 5%;
    padding-bottom: 2%;
    position: relative;
  }

  .div-block-11 {
    width: 45px;
    height: 45px;
  }

  .head-gallery {
    font-size: 4vw;
  }

  .quick-stack-4 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .overlay, .overlay-2, .overlay-3, .overlay-4, .overlay-5, .overlay-6, .overlay-last {
    overflow: scroll;
  }

  .cf-navigation-1-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .book-link {
    padding: 10px;
    font-size: 15px;
  }

  .cf-dropdown-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-navigation-logo {
    width: 150px;
    height: 150px;
    position: relative;
    bottom: auto;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-cta-wrapper-2 {
    padding: 30px;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .review-header {
    font-size: 15px;
  }

  .cf-testimonial-card {
    padding: 20px;
  }

  .testimonial-wrapper {
    width: 90%;
  }

  .review-text {
    font-size: 15px;
  }

  .cf-testimonial-card-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .review-name {
    font-size: 18px;
  }

  .cf-testimonial-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
  }

  .cf-service-number {
    font-size: 10px;
  }

  .body-heading {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .cf-features-section-2-icon-wrap.cf-absolute {
    height: 25px;
    margin-bottom: 18px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 20px;
  }

  .cf-send-message-form {
    padding: 15px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-form-section-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cf-footer-top-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .cf-footer-bottom-wrapper.white {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .cf-footer-top-right {
    max-width: 400px;
  }

  .cf-webflow-link {
    color: #fff;
    text-decoration: none;
    transition: color .2s;
  }

  .cf-webflow-link:hover {
    color: #599ffa;
  }

  .cf-copyright-text {
    font-size: 16px;
  }

  .cf-subscribe-text {
    max-width: none;
    font-size: 20px;
  }

  .cf-footer-top-left {
    align-items: center;
    max-width: 400px;
    margin-bottom: 60px;
  }

  .cf-footer-paragraph-16px {
    text-align: center;
  }

  .image-8 {
    max-width: 85%;
    left: 45px;
  }

  .section-3 {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .google-map {
    height: 50vh;
  }

  .nav-container {
    min-width: 95%;
    max-width: 95%;
    padding-left: 7px;
  }

  .nav-amour {
    height: 50px;
  }

  .nav-link {
    padding: 0 5px;
  }

  .nav-link.no-boarder {
    padding-right: 10px;
  }

  .nav-link.no-boarder.footer.w--current {
    padding-right: 0;
  }

  .nav-link.left-align.footer {
    padding-left: 0;
    padding-right: 5px;
    font-size: 16px;
  }

  .nav-link.footer {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .body-text {
    font-size: 24px;
  }

  .body-text.services-text {
    font-size: 15px;
  }

  ._1-1-slider {
    height: 100%;
    padding-top: 100%;
  }

  .hero-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .heading-10 {
    line-height: 24px;
  }

  .footer-text.middle {
    text-align: center;
    font-size: 10px;
  }

  .footer-text.middle.phone-footer {
    align-self: center;
  }

  .phone-number {
    padding-top: 11px;
  }

  .cell-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .image-11 {
    max-width: none;
    display: block;
  }

  .social-media-block-insta {
    flex: 0 auto;
    align-self: center;
  }

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

  .cf-service-paragraph-copy {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .button-frame {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .beauty-section {
    padding-bottom: 50px;
  }

  .beauty-image {
    background-position: 75% 0;
    background-size: 1290px;
  }

  .book-now-button {
    align-self: flex-start;
  }

  .div-block-5 {
    margin-bottom: 0;
    padding-top: 110px;
    padding-left: 390px;
    inset: 0%;
  }

  .banner-container-1 {
    align-self: auto;
    padding-bottom: 0;
    top: 53px;
  }

  .services-text {
    font-size: 15px;
  }

  .slogan-text {
    text-align: center;
    font-size: 17px;
  }

  .cell-4 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .cell-6 {
    font-size: 12px;
  }

  .nav-menu-footer {
    text-align: center;
  }

  .nav-container-footer {
    align-self: center;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    display: block;
  }

  .eyebrow-block {
    align-self: flex-start;
  }

  .heading-12 {
    margin-bottom: 0;
  }

  .logo-block {
    top: -16%;
    left: 33%;
  }

  .link-block {
    display: block;
  }

  .heading-map {
    line-height: 120%;
  }

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

  .map-heading {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    font-size: 5vw;
    display: flex;
  }

  .app-frame, .blackheroimage {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .success-container {
    max-width: 90%;
  }

  .bold-text-8 {
    font-size: 22px;
  }

  .nav-container-2 {
    min-width: 95%;
    max-width: 95%;
    padding-left: 7px;
  }

  .nav-link-2 {
    padding: 0 10px;
  }

  .nav-link-2.no-boarder {
    padding-right: 10px;
  }

  .gift-wrapper {
    width: 90%;
    padding: 20px;
  }

  .gift-link {
    padding: 10px;
    font-size: 15px;
  }

  .gift-link.gallery {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .column-2 {
    padding-top: 10px;
    padding-left: 0;
  }

  .gift-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer-text-2.middle {
    text-align: center;
    font-size: 10px;
  }

  .footer-text-2.middle.phone-footer {
    align-self: center;
  }

  .gift-heading {
    font-size: 28px;
  }

  .gift-container {
    flex: 1;
  }

  .nav-amour-2 {
    height: 50px;
  }

  .nav-container-3 {
    min-width: 95%;
    max-width: 95%;
    padding-left: 7px;
  }

  .nav-link-3 {
    padding: 0 6px;
  }

  .nav-link-3.no-boarder {
    padding-right: 10px;
  }

  .nav-container-4 {
    min-width: 95%;
    max-width: 95%;
    padding-left: 7px;
  }

  .nav-link-4 {
    padding: 0 6px;
  }

  .nav-link-4.no-boarder {
    padding-right: 10px;
  }

  .banner-container-2 {
    width: 465px;
    margin-left: 0;
    top: 45px;
  }

  .div-block-8 {
    padding-top: 115px;
  }

  .nav-container-5 {
    min-width: 95%;
    max-width: 95%;
    padding-left: 7px;
  }

  .nav-link-5 {
    padding: 0 6px;
  }

  .nav-link-5.no-boarder {
    padding-right: 10px;
  }

  .button-frame-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-link-text-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .bold-text-9 {
    padding-bottom: 5px;
    line-height: 26px;
  }

  .nav-container-6 {
    min-width: 95%;
    max-width: 95%;
    padding-left: 7px;
  }

  .nav-link-6 {
    padding: 0 6px;
  }

  .nav-link-6.no-boarder {
    padding-right: 10px;
  }

  .heading-map-2 {
    line-height: 120%;
  }

  .map-heading-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    font-size: 5vw;
    display: flex;
  }

  .nav-container-footer-2 {
    min-width: auto;
    max-width: none;
    padding-left: 0;
  }

  .cell-16 {
    font-size: 12px;
  }

  .nav-menu-footer-2 {
    text-align: center;
    padding-top: 5px;
  }

  .nav-link-7 {
    padding: 0 6px;
  }

  .nav-link-7.no-boarder {
    padding-right: 10px;
  }

  .nav-link-7.footer {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .book-link-2 {
    padding: 10px;
    font-size: 15px;
  }

  .cell-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .image-cointainer-3 {
    padding-top: 5%;
    padding-bottom: 2%;
  }

  .div-block-11 {
    width: 35px;
    height: 35px;
  }

  .head-gallery {
    font-size: 4vw;
  }

  .button-link-text-3 {
    font-size: 16px;
    line-height: 30px;
  }

  .bold-text-10 {
    font-size: 22px;
  }

  .button-frame-gallery {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .cf-navigation-1-wrapper {
    width: 95%;
  }

  .book-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 600;
  }

  .book-link.footer-book {
    font-size: 12px;
  }

  .cf-dropdown-links {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .cf-navigation-logo {
    width: 125px;
    height: auto;
  }

  .cf-18px-paragraph, .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-cta-wrapper-2 {
    width: 100%;
    padding: 10px;
  }

  .cf-review-star {
    width: 45%;
    max-width: 80%;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 55%;
    margin-bottom: 10px;
  }

  .review-header {
    font-size: 14px;
    line-height: 15px;
  }

  .cf-testimonial-author-image-wrap {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .cf-t-author-username-and-date {
    font-size: 14px;
  }

  .cf-testimonial-card {
    padding: 20px;
  }

  .testimonial-wrapper {
    width: 95%;
  }

  .cf-testimonial-card-bottom {
    align-items: center;
  }

  .review-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .cf-testimonial-card-section {
    padding-top: 15px;
  }

  .review-name {
    font-size: 16px;
  }

  .cf-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .cf-testimonial-author-image {
    width: 90%;
    height: 90%;
  }

  .cf-features-section-2-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 95%;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-service-number {
    font-size: 12px;
    font-weight: 600;
    line-height: 115%;
  }

  .body-heading {
    font-size: 20px;
  }

  .body-heading.sub {
    font-size: 20px;
    font-weight: 400;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-icon-wrap.cf-absolute {
    height: 20px;
    margin-bottom: 0;
    top: -7%;
  }

  .cf-features-section-2-grid-cell {
    display: flex;
  }

  .cf-form-main-wrapper {
    flex-flow: column;
    width: 95%;
    padding: 20px;
  }

  .cf-send-message-form {
    padding: 16px;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .cf-form-left-wrapper {
    max-width: 500px;
  }

  .cf-form-heading-28px {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .cf-footer-headings-wrap {
    margin-left: 0;
  }

  .cf-footer-info {
    font-size: 14px;
    text-decoration: none;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-footer-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cf-form-gradient-submit {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-form-paragraph {
    font-size: 14px;
  }

  .cf-footer-info-contain {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
  }

  .cf-footer-info-contain.last {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cf-logo-lines-contain {
    margin-right: 5px;
  }

  .cf-logo-text {
    font-size: 24px;
  }

  .cf-copyright-text {
    max-width: 300px;
  }

  .cf-footer-top-left {
    margin-bottom: 80px;
  }

  .banner-container {
    position: relative;
  }

  .image-8 {
    max-width: 85%;
    left: 5px;
  }

  .map-block {
    width: 95%;
    max-width: 95%;
  }

  .nav-container {
    justify-content: flex-start;
    align-items: center;
    min-width: 95%;
    max-width: 95%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-amour {
    justify-content: center;
    align-items: center;
    height: 55px;
    padding-top: 0;
    position: absolute;
    bottom: auto;
    left: 0;
  }

  .nav-link {
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
  }

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

  .nav-link.no-boarder.footer {
    font-size: 13px;
  }

  .nav-link.left-align {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link.left-align.footer {
    font-size: 12px;
  }

  .nav-link.left-align.footer:hover {
    color: var(--off-black);
  }

  .nav-link.footer {
    font-size: 12px;
  }

  .nav-link.footer:hover {
    color: var(--off-black);
  }

  .nav-menu {
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    display: flex;
  }

  .body-text {
    padding-bottom: 0;
    font-size: 16px;
  }

  .body-text.services-text {
    font-size: 14px;
  }

  .hero-image-frame {
    flex-flow: row;
    padding-top: 60%;
    display: block;
  }

  .hero-image {
    background-position: -10%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-4 {
    margin-top: 0;
  }

  .div-block {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding: 15px 15px 5px;
  }

  .footer-header {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 130%;
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 0 auto;
    align-self: auto;
    padding: 0;
  }

  .heading-10 {
    font-size: 14px;
    line-height: 120%;
  }

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

  .footer-text.middle {
    text-align: center;
    font-size: 10px;
  }

  .footer-text.middle.phone-footer {
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    font-size: 10px;
    line-height: 140%;
  }

  .phone-number {
    padding-top: 0;
    font-size: 10px;
  }

  .cell-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-11 {
    margin-right: -1px;
    padding-right: 0;
  }

  .cell-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .button-frame {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-link-text {
    font-size: 16px;
    line-height: 22px;
  }

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

  .beauty-frame {
    padding-top: 235px;
  }

  .beauty-image {
    background-position: 61% 0;
    background-size: 885px;
    justify-content: center;
    align-items: center;
  }

  .book-now-button {
    align-self: auto;
    margin-top: 2px;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 14px;
  }

  .div-block-5 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .banner-container-1 {
    flex: 1;
    align-self: flex-start;
    min-width: 85%;
    height: 100%;
    margin-left: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    top: auto;
    bottom: 20px;
    left: auto;
  }

  .services-text {
    font-size: 14px;
  }

  .slogan-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .cell-4 {
    padding: 5px 0%;
  }

  .nav-menu-footer {
    margin-top: 0;
    padding-left: 0;
    display: block;
  }

  .nav-container-footer {
    justify-content: center;
    align-items: center;
    min-width: 95%;
    max-width: 95%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .beauty-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-self: center;
    max-width: 95%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .heading-11.padding {
    padding-top: 0;
    font-weight: 600;
  }

  .eyebrow-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1px;
  }

  .heading-12 {
    padding-top: 0;
    font-size: 34px;
    line-height: 80%;
  }

  .logo-block {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
    inset: -17% 0% auto;
  }

  .heading-map {
    font-size: 15px;
  }

  .heading-appointment {
    text-align: left;
    padding-top: 15px;
    font-size: 12px;
    line-height: 110%;
    text-decoration: none;
  }

  .div-block-7 {
    max-width: 85%;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-frame {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .map-heading {
    align-self: stretch;
    padding-bottom: 5px;
    font-size: 5vw;
  }

  .policy-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-app {
    font-size: 24px;
  }

  .subhead-app {
    font-size: 18px;
  }

  .body-app {
    font-size: 16px;
  }

  .app-frame {
    background-position: -10%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .copyright {
    font-size: 11px;
  }

  .blackheroimage {
    background-position: -10%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .blank-hero-app {
    flex-flow: row;
    padding-top: 60%;
    display: block;
  }

  .hero-logo {
    margin-top: 0;
  }

  .image-cointainer {
    margin-top: 25px;
  }

  .success-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .succes-text-block {
    width: 95%;
  }

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

  .bold-text-8 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }

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

  .header-11.footer-tele {
    font-size: 10px;
  }

  .nav-container-2 {
    justify-content: flex-start;
    align-items: center;
    min-width: 95%;
    max-width: 95%;
    margin-left: 3%;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-menu-2 {
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    display: flex;
  }

  .nav-link-2 {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-2.left-align {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-2.no-boarder {
    padding-right: 0;
  }

  .gift-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 95%;
    padding: 20px;
  }

  .gift-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 600;
  }

  .gift-link.gift-loink-extra {
    font-size: 18px;
  }

  .gift-link.gallery {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .footer-text-2 {
    font-size: 12px;
  }

  .footer-text-2.gift-text {
    font-size: 15px;
  }

  .footer-text-2.middle {
    text-align: center;
    font-size: 10px;
  }

  .footer-text-2.middle.phone-footer {
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    font-size: 10px;
    line-height: 140%;
  }

  .gift-heading-wrapper {
    max-width: 500px;
  }

  .gift-heading {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .nav-amour-2 {
    justify-content: center;
    align-items: center;
    height: 55px;
    padding-top: 0;
    position: absolute;
    bottom: auto;
    left: 0;
  }

  .nav-container-3 {
    justify-content: flex-start;
    align-items: center;
    min-width: 95%;
    max-width: 95%;
    margin-left: 3%;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-3 {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-3.left-align {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-3.no-boarder {
    padding-right: 0;
  }

  .nav-container-4 {
    justify-content: flex-start;
    align-items: center;
    min-width: 95%;
    max-width: 95%;
    margin-left: 3%;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-4 {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-4.left-align {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-4.no-boarder {
    padding-right: 0;
  }

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

  .hero-image-frame-2 {
    flex-flow: row;
  }

  .hero-image-2 {
    background-position: -24%;
  }

  .banner-container-2 {
    width: 345px;
  }

  .nav-container-5 {
    justify-content: flex-start;
    align-items: center;
    min-width: 95%;
    max-width: 95%;
    margin-left: 3%;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-5 {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-5.left-align {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-5.no-boarder {
    padding-right: 0;
  }

  .button-frame-2 {
    margin-bottom: 15px;
    padding: 10px;
  }

  .button-link-text-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .bold-text-9 {
    font-size: 14px;
    line-height: 22px;
  }

  .container-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-container-6 {
    justify-content: flex-start;
    align-items: center;
    min-width: 95%;
    max-width: 95%;
    margin-left: 3%;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-link-6 {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-6.left-align {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-6.no-boarder {
    padding-right: 0;
  }

  .image-cointainer-2 {
    margin-top: 25px;
  }

  .heading-map-2 {
    font-size: 15px;
  }

  .map-heading-2 {
    align-self: stretch;
    padding-bottom: 5px;
    font-size: 5vw;
  }

  .div-block-9 {
    max-width: 85%;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-container-footer-2 {
    justify-content: center;
    align-items: center;
    min-width: 95%;
    max-width: 95%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .cell-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-frame-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-menu-footer-2 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    display: block;
  }

  .nav-link-7 {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-7.left-align {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
  }

  .nav-link-7.left-align.footer {
    font-size: 12px;
  }

  .nav-link-7.left-align.footer:hover {
    color: #242424;
  }

  .nav-link-7.no-boarder {
    padding-right: 0;
  }

  .nav-link-7.no-boarder.footer {
    font-size: 13px;
  }

  .nav-link-7.footer {
    font-size: 12px;
  }

  .nav-link-7.footer:hover {
    color: #242424;
  }

  .footer-header-2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 130%;
  }

  .heading-13 {
    font-size: 14px;
    line-height: 120%;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding: 15px 15px 5px;
  }

  .heading-appointment-2 {
    text-align: left;
    padding-top: 15px;
    font-size: 12px;
    line-height: 110%;
    text-decoration: none;
  }

  .cell-18 {
    padding: 5px 0%;
  }

  .book-link-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 600;
  }

  .book-link-2.footer-book, .header-12 {
    font-size: 12px;
  }

  .header-12.footer-tele {
    font-size: 10px;
  }

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

  .cell-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-cointainer-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    width: 95%;
    margin-top: 35px;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .div-block-11 {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .head-gallery {
    color: #000;
    flex: 1;
    align-self: center;
    font-size: 4.7vw;
    left: auto;
  }

  .button-link-text-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .bold-text-10 {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
  }

  .button-frame-gallery {
    width: 95%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 95%;
    padding: 10px 0 0;
  }
}

#w-node-_21786e95-3756-eb28-58ca-938519ce4e97-21fe233b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: center;
}

#w-node-fdb46682-5e90-c184-76c2-7f9fa2fa4306-21fe233b {
  justify-self: start;
}

#w-node-ac1da6f2-2a67-165f-0eed-a7fb968d157a-21fe233b, #w-node-ac1da6f2-2a67-165f-0eed-a7fb968d158e-21fe233b, #w-node-ac1da6f2-2a67-165f-0eed-a7fb968d15a2-21fe233b, #w-node-ac1da6f2-2a67-165f-0eed-a7fb968d15b6-21fe233b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39c5c6a2-b6fd-6441-205d-234f7d1456cb-7d1456c6 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_39c5c6a2-b6fd-6441-205d-234f7d1456e6-7d1456c6, #w-node-_39c5c6a2-b6fd-6441-205d-234f7d1456e9-7d1456c6, #w-node-_39c5c6a2-b6fd-6441-205d-234f7d1456f2-7d1456c6 {
  grid-column: span 3 / span 3;
}

#w-node-a587dbc3-30a9-ca50-3cef-6ad3a3b1ca26-a3b1ca21 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a587dbc3-30a9-ca50-3cef-6ad3a3b1ca41-a3b1ca21, #w-node-a587dbc3-30a9-ca50-3cef-6ad3a3b1ca44-a3b1ca21, #w-node-a587dbc3-30a9-ca50-3cef-6ad3a3b1ca4d-a3b1ca21 {
  grid-column: span 3 / span 3;
}

#w-node-_8846d8f7-868b-1a16-7b53-46218be50956-de66bcb4 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_21786e95-3756-eb28-58ca-938519ce4e97-21fe233b, #w-node-fdb46682-5e90-c184-76c2-7f9fa2fa4306-21fe233b {
    justify-self: center;
  }

  #w-node-ac1da6f2-2a67-165f-0eed-a7fb968d157a-21fe233b {
    justify-self: stretch;
  }

  #w-node-ac1da6f2-2a67-165f-0eed-a7fb968d158e-21fe233b, #w-node-ac1da6f2-2a67-165f-0eed-a7fb968d15a2-21fe233b, #w-node-ac1da6f2-2a67-165f-0eed-a7fb968d15b6-21fe233b {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8846d8f7-868b-1a16-7b53-46218be50956-de66bcb4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_39c5c6a2-b6fd-6441-205d-234f7d1456cb-7d1456c6, #w-node-a587dbc3-30a9-ca50-3cef-6ad3a3b1ca26-a3b1ca21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8846d8f7-868b-1a16-7b53-46218be50956-de66bcb4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_21786e95-3756-eb28-58ca-938519ce4e97-21fe233b {
    grid-column: span 2 / span 2;
  }

  #w-node-fdb46682-5e90-c184-76c2-7f9fa2fa4306-21fe233b {
    align-self: auto;
  }

  #w-node-b5ec2d08-caa2-a637-de0a-c84bb5a7eb28-21fe233b {
    align-self: start;
  }

  #w-node-_39c5c6a2-b6fd-6441-205d-234f7d1456cb-7d1456c6, #w-node-a587dbc3-30a9-ca50-3cef-6ad3a3b1ca26-a3b1ca21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8846d8f7-868b-1a16-7b53-46218be50956-de66bcb4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


