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

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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Baskervillebt, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 72px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskervillebt, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskervillebt, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskervillebt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

h6 {
  color: #989f85;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Tangerine, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

p {
  margin-bottom: 0;
  font-family: Baskervillebt, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.body {
  background-color: #f9f7f5;
  flex-direction: row;
  display: block;
  overflow: visible;
}

.container {
  width: 100%;
  max-width: 1185px;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.container.relative {
  position: relative;
}

.container.spaced {
  border: 1px solid rgba(152, 159, 133, .3);
  border-radius: 8px;
  padding: 40px 16px;
}

.container.big {
  width: 100%;
  max-width: none;
}

.container.banner {
  padding-left: 2rem;
}

.section {
  justify-content: center;
  align-items: center;
  margin-left: 5rem;
  padding: 60px 16px;
  display: flex;
  position: relative;
}

.section.big {
  height: 50rem;
}

.section.colored {
  background-color: #f3eeea;
}

.section.colored.dark {
  background-color: #ede6df;
}

.section.colored.green {
  height: 20vh;
  background-color: #666e5d;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.section.colored.green.footer {
  height: auto;
  margin-left: 6.5rem;
  margin-right: 1.5rem;
}

.section.colored.no-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.section.stat {
  height: 80vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  align-items: flex-end;
  padding-top: 0;
}

.section.small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.announcement {
  background-color: #666e5d;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 16px;
  position: static;
  overflow: hidden;
}

.heading {
  font-family: Baskerville Bold Italic BT, sans-serif;
  font-size: 12px;
}

.quote {
  font-family: Baskerville Italic BT, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: 1fr auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
  position: relative;
}

.div-block {
  width: 40%;
  background-image: url('../images/Rectangle-9368.webp');
  background-position: 0 0;
  background-size: auto;
}

.image-2 {
  height: 100%;
  max-height: 16rem;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 8px;
  align-items: center;
  position: static;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}

.image-3 {
  z-index: -1;
  max-width: 14.7rem;
  position: absolute;
  top: -80px;
  left: -60px;
}

.flex-block-2 {
  width: 50%;
  grid-row-gap: 16px;
  position: relative;
}

.flex-block-2.section1 {
  width: 100%;
}

.flex-block-2._60padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-block-2.last-section {
  width: 60%;
}

.separator {
  width: 100%;
  height: 2px;
  max-width: 1185px;
  background-color: rgba(152, 159, 133, .3);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.separator.black {
  position: absolute;
}

.separator.black.relative {
  position: static;
}

.section-heading-wrapper {
  max-width: 120ch;
  align-items: center;
}

.heading-2 {
  font-family: Baskerville Bold Font, sans-serif;
  font-weight: 400;
}

.subheading-wrapper {
  grid-column-gap: 16px;
  align-items: center;
}

.subheading-decoration {
  width: 2rem;
  height: 2px;
  background-color: #989f85;
}

.subheading-decoration.dark {
  background-color: #9f7c5c;
}

.section-content {
  grid-row-gap: 40px;
  align-items: center;
}

.skin-concern-wrapper {
  width: 100%;
  grid-column-gap: 5%;
  align-items: stretch;
}

.skin-concern-card {
  width: 30%;
  grid-row-gap: 8px;
  background-color: #ede8e5;
  border: 1px solid rgba(102, 110, 93, .3);
  border-radius: 8px;
  align-items: stretch;
  padding-bottom: 12px;
  position: relative;
}

.skin-concern-pic-wrapper {
  width: 100%;
  min-height: 18rem;
  object-fit: cover;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.bold {
  white-space: pre-wrap;
  object-fit: contain;
  flex: 1;
  font-family: Baskerville Bold Bt, sans-serif;
}

.bold.italic {
  width: 100%;
  font-family: Baskerville Bold Italic BT, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.bold.italic.right-align {
  text-align: right;
}

.bold.italic.big {
  font-size: 20px;
  line-height: 32px;
}

.bold.italic.small {
  font-size: 16px;
}

.bold.big {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

.bold.white.centered {
  text-align: center;
  font-family: Baskervillebt, sans-serif;
  font-size: 16px;
}

.text-span {
  color: #989f85;
}

.text-span.dark {
  color: #9f7c5c;
}

.text-span.bright {
  color: #6ba62a;
}

.card-heading {
  min-height: 54px;
  margin-left: 12px;
  margin-right: 12px;
}

.card-heading.nomatrgin {
  margin-left: 0;
  margin-right: 0;
}

.skin-concern-pic {
  width: 100%;
  object-fit: cover;
}

.quote-marks {
  z-index: -2;
  position: absolute;
  top: -45%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.quote-marks.bottom-right {
  top: auto;
  bottom: -19%;
  left: auto;
  right: 0%;
}

.quote-marks.static {
  position: static;
}

.owner-quote-wrapper {
  grid-row-gap: 16px;
  align-items: center;
}

.owner-quote {
  font-family: Baskerville Italic BT, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.owner-quote.centered {
  text-align: center;
  margin-bottom: 0;
  font-family: Baskerville Italic BT, sans-serif;
  font-weight: 400;
}

.owner-name {
  font-family: Baskerville Bold Italic BT, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.logo {
  max-width: 8rem;
}

.flex-block-3 {
  grid-row-gap: 24px;
  align-items: center;
}

.text-span-2 {
  color: #989f85;
}

.button {
  color: #fff;
  background-color: #666e5d;
  border: 1px solid #89957d;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 16px 32px;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.button-text {
  text-transform: uppercase;
  font-family: "Baske 9", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.absolute {
  z-index: -10;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.absolute._1 {
  top: auto;
  bottom: auto;
  left: auto;
  right: 2%;
}

.absolute._2 {
  top: 12%;
  bottom: 0%;
  left: auto;
  right: 20%;
}

.absolute._3 {
  top: auto;
  bottom: 12%;
  left: auto;
  right: 20%;
}

.absolute._4 {
  top: auto;
  bottom: 12%;
  left: 20%;
  right: auto;
}

.absolute._5 {
  top: 14%;
  bottom: auto;
  left: 8%;
  right: auto;
}

.absolute.quote-1 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.owner-pic {
  width: 50%;
  object-fit: contain;
  order: 1;
  display: flex;
}

.owner-pic._2 {
  width: 40%;
  background-image: url('../images/IMG_0115.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border: 8px solid #666e5d;
  flex-direction: column;
  order: -1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.owner-section-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.text-block {
  font-family: Baskervillebt, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}

.text-block.italic {
  color: #9f7c5c;
  padding-top: 12px;
  font-family: Baskerville Italic BT, sans-serif;
  font-size: 25px;
  line-height: 33px;
}

.logo-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.paragraph {
  margin-top: 8px;
}

.paragraph.justified {
  text-align: justify;
  font-family: Baskervillebt, sans-serif;
  line-height: 30px;
}

.paragraph.justified.grey {
  color: #464646;
}

.image-4 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-5 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.awards-wrapper {
  width: 100%;
}

.award-card {
  width: 20%;
  grid-row-gap: 16px;
  align-items: center;
  padding: 16px 8px;
  position: relative;
}

.award-pic {
  max-height: 6rem;
}

.image-6 {
  margin: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
}

.benefit-wrapper {
  width: 100%;
  grid-column-gap: 5%;
}

.benefit-card {
  width: 30%;
  min-height: 23rem;
  background-color: #e7e9e1;
  align-items: center;
  padding: 48px 16px;
}

.benefit-pic {
  margin-bottom: 24px;
}

.card-text {
  width: 100%;
  min-height: 72px;
  color: gray;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.card-text.height {
  font-size: 18px;
}

.card-text-wrapper {
  width: 100%;
  grid-row-gap: 8px;
  align-items: stretch;
}

.image-7 {
  z-index: -1;
  height: 10rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.detailed-testimonial {
  width: 100%;
  flex-direction: row;
  align-items: stretch;
}

.before-wrapper {
  width: 25%;
  border-right: 3px solid #fff;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.after-wrapper {
  width: 25%;
  flex: 1;
  justify-content: flex-end;
}

.testimonial-wrapper {
  width: 50%;
  grid-row-gap: 32px;
  padding-left: 40px;
}

.div-block-2 {
  width: 100%;
  background-color: #dcc3b5;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.text-block-2 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-3 {
  width: 2px;
  height: 80%;
  background-color: #b2b0b9;
}

.concern-name {
  font-family: Baskerville Bold Bt, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.skin-concern {
  font-family: Baskervillebt, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.concern {
  grid-row-gap: 8px;
}

.flex-block-5 {
  width: 100%;
  grid-column-gap: 4px;
  border-top: 1px solid #b2b0b9;
  border-bottom: 1px solid #b2b0b9;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.month {
  grid-row-gap: 8px;
  margin-right: 40px;
}

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

.slider {
  width: 100%;
  height: auto;
  grid-column-gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.mask {
  width: auto;
  height: auto;
  flex: 1;
  order: 2;
}

.slide {
  width: 100%;
  height: auto;
}

.left-arrow {
  width: 5%;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  left: 0;
}

.right-arrow {
  width: 5%;
  order: 3;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  right: 0;
}

.icon {
  color: #989f85;
  flex: 0 auto;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.icon-2 {
  color: #989f85;
}

.dark {
  color: #9f7c5c;
}

.heading-3 {
  color: #333;
}

.steps-wrapper {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.step-card {
  grid-column-gap: 10%;
  align-items: center;
}

.step-content {
  width: 50%;
}

.image-9 {
  width: 100%;
  height: 100%;
  max-width: none;
  grid-row-gap: 4px;
}

.text-block-3 {
  color: rgba(152, 159, 133, .2);
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.step-detail {
  color: #333;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
}

.step-image-wrapper {
  width: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  height: 90vh;
  position: relative;
}

.slider-2 {
  height: 100%;
}

.banner-slide {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-slide._1 {
  background-image: url('../images/banner_2_1-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.banner-slide._2 {
  background-image: url('../images/SB2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 16px;
  padding-right: 16px;
}

.container-2 {
  width: 100%;
  height: auto;
  max-width: 1185px;
}

.pink {
  color: #fff1e5;
}

.flex-block-6 {
  width: 60%;
}

.black {
  color: #333;
}

.flex-block-7 {
  width: 100%;
}

.flex-block-8 {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: center;
}

.white {
  color: #fff;
}

.white.centered {
  font-size: 14px;
}

.white.centered.left {
  font-size: 16px;
}

.section-wrapper {
  width: 95%;
}

.sidebar {
  z-index: 2;
  width: 5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 14vh;
  display: flex;
  position: fixed;
  top: 0;
}

.flex-block-9 {
  grid-row-gap: 40px;
}

.stat-wrapper {
  justify-content: space-between;
}

.stats-wrapper {
  width: 100%;
}

.stat-number {
  font-family: Baskervillebt, sans-serif;
  font-size: 55px;
  line-height: 63px;
}

.stat-desc {
  font-family: Baskervillebt, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.testimonial {
  min-height: 11rem;
  background-color: #fff;
  border-radius: 16px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}

.testimonial-slide {
  width: 25%;
}

.mask-2 {
  height: auto;
}

.slider-3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav {
  position: static;
}

.fa-icon {
  width: auto;
  font-family: "Fa Solid 900", sans-serif;
}

.fa-icon.yellow {
  color: #fa0;
}

.fa-icon.big {
  font-size: 24px;
  line-height: 32px;
}

.fa-icon.big.outline {
  font-family: "Fa Solid 900", sans-serif;
}

.fa-icon.big.outline.brand {
  font-family: "Fa Brands 400", sans-serif;
}

.fa-icon.header {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.rating-wrapper {
  grid-column-gap: 4px;
}

.free-consultation {
  color: #666e5d;
  font-family: Tangerine, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.flex-block-10 {
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
  border: 2px solid #89957d;
  align-items: center;
  padding: 16px;
}

.green {
  color: #989f85;
}

.grid {
  width: 100%;
  grid-column-gap: 32px;
  object-fit: fill;
  grid-template-rows: auto auto auto auto;
  align-content: stretch;
  justify-content: stretch;
  align-self: auto;
  align-items: stretch;
  justify-items: stretch;
  overflow: visible;
}

.dropdown {
  width: 100%;
  border-top: 1px solid rgba(44, 65, 62, .15);
  transition: opacity .2s;
}

.dropdown-toggle {
  width: 100%;
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-4 {
  flex: 1;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.dropdown-list.w--open {
  padding-left: 20px;
  padding-right: 40px;
}

.small {
  font-size: 12px;
  line-height: 20px;
}

.visible {
  width: 100%;
}

.hidden {
  display: none;
}

.view-more {
  cursor: pointer;
  font-family: Jost, sans-serif;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.view-more.less {
  display: none;
}

.footer-content-wrapper {
  width: 100%;
  grid-row-gap: 32px;
}

.footer-top-wrapper {
  width: 100%;
  grid-column-gap: 10%;
}

.footer-about {
  width: 40%;
  grid-row-gap: 16px;
}

.contact-wrapper {
  width: 20%;
  grid-row-gap: 32px;
}

.connect-wrapper {
  width: 20%;
}

.contact-block {
  grid-column-gap: 16px;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-info {
  grid-row-gap: 8px;
}

.text-block-5 {
  font-family: "Baske 1", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-block-5.underline {
  text-decoration: underline;
}

.text-block-5.small {
  color: #bcbcbc;
  font-size: 12px;
  line-height: 20px;
}

.list {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-bottom {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 16px;
}

.smaller {
  font-size: 20px;
}

.condition.right-aligned {
  width: 100%;
  color: gray;
  text-align: right;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.navbar-logo-left {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1185px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

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

.nav-menu-wrapper {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Baskervillebt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.card-description {
  color: gray;
  text-align: center;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.card-description.hover {
  display: block;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  background-color: #ede8e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
  position: absolute;
}

.paragraph-2 {
  width: 100%;
  white-space: pre-wrap;
}

.image-wrapper {
  align-items: stretch;
}

.div-block-4 {
  width: 100%;
  position: relative;
}

.image-10 {
  object-fit: contain;
  object-position: 50% 100%;
}

.fixed-button-wrapper {
  display: none;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-divider-2 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.banner-logo {
  display: none;
}

.header-separator {
  width: 2px;
  background-color: #fff;
}

.header-icon-wrapper {
  grid-column-gap: 16px;
  align-items: stretch;
  display: none;
}

.heading-5 {
  width: 100%;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
}

.heading-6 {
  color: #000;
}

.heading-6.skin-colour {
  color: #fff1e5;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Baskerville Bold Bt, sans-serif;
}

.slide-nav-2 {
  display: none;
}

/* custom */

.calendly.section {
  padding-top: 0;
}

/* end */

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

  .section.announcement {
    padding-bottom: 12px;
  }

  .flex-block {
    grid-template-columns: .5fr 1fr;
  }

  .flex-block-2 {
    width: 100%;
  }

  .skin-concern-wrapper {
    align-items: stretch;
  }

  .skin-concern-pic-wrapper {
    display: flex;
  }

  .skin-concern-pic {
    object-fit: cover;
  }

  .quote-marks {
    top: -16%;
  }

  .quote-marks.bottom-right {
    bottom: 9%;
    right: 0%;
  }

  .absolute._1, .absolute._2, .absolute._3, .absolute._4, .absolute._5 {
    display: none;
  }

  .owner-pic {
    width: 100%;
    order: -1;
  }

  .owner-section-wrapper {
    flex-direction: column;
  }

  .benefit-wrapper {
    align-items: stretch;
  }

  .image-7 {
    right: 0;
  }

  .detailed-testimonial {
    flex-direction: column;
  }

  .before-wrapper, .after-wrapper {
    flex: 1;
  }

  .testimonial-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .mask {
    width: auto;
    flex: 1;
  }

  .left-arrow {
    width: 5%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    left: 0;
  }

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

  .sidebar {
    padding-top: 100px;
    display: flex;
  }

  .testimonial {
    min-height: 14rem;
    overflow: auto;
  }

  .testimonial-slide {
    width: 33.33%;
  }

  .footer-top-wrapper {
    grid-column-gap: 5%;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-about {
    width: auto;
  }

  .contact-wrapper {
    width: auto;
    grid-row-gap: 8px;
    align-items: stretch;
  }

  .list {
    flex-direction: row;
    justify-content: space-between;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
  }

  .nav-menu-two {
    height: 100%;
    grid-row-gap: 16px;
    background-color: #fff;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
    display: none;
  }

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

  .image-wrapper {
    align-items: stretch;
  }

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

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

  .header-icon-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 64px;
  }

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

  .section {
    margin-left: 0;
  }

  .flex-block {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .flex-block-2 {
    width: auto;
  }

  .skin-concern-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: stretch;
  }

  .skin-concern-card {
    width: auto;
  }

  .quote-marks {
    top: -10%;
    left: -4%;
  }

  .quote-marks.bottom-right {
    bottom: 10%;
    right: 0%;
  }

  .owner-pic {
    width: auto;
    height: auto;
  }

  .owner-pic._2 {
    background-position: 50% 0;
  }

  .owner-section-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .awards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .award-card {
    min-width: 10rem;
  }

  .benefit-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .benefit-card {
    width: auto;
  }

  .card-text-wrapper {
    align-items: center;
  }

  .slider {
    display: block;
  }

  .mask {
    margin-bottom: 16px;
  }

  .left-arrow, .right-arrow {
    width: 50%;
    height: 3rem;
    display: inline-block;
  }

  .steps-wrapper {
    grid-row-gap: 32px;
  }

  .step-card {
    flex-direction: column;
  }

  .step-content {
    width: auto;
  }

  .step-image-wrapper {
    order: -1;
  }

  .slider-2 {
    width: 100%;
  }

  .banner-slide._1, .banner-slide._2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-block-6 {
    width: auto;
  }

  .white.centered {
    font-size: 14px;
    line-height: 22px;
  }

  .sidebar, .stat.hide-on-mobile {
    display: none;
  }

  .testimonial-slide {
    width: 50%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    align-items: stretch;
  }

  .list {
    flex-direction: column;
    align-items: stretch;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hover-overlay {
    display: none;
  }

  .slide-2 {
    width: 100%;
    overflow: hidden;
  }

  .mask-3 {
    width: 100%;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

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

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .nav-divider-2 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .banner-logo {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  h6 {
    text-align: center;
  }

  .body {
    overflow: visible;
  }

  .container.banner {
    margin-top: 15px;
  }

  .section.big {
    height: auto;
  }

  .section.colored.green {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.colored.green.footer {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 80px;
  }

  .section.stat {
    height: 60vh;
  }

  .quote {
    text-align: justify;
    margin-top: -10px;
    font-size: 14px;
    line-height: 22px;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .flex-block-2._60padding {
    padding-top: 40px;
  }

  .flex-block-2.last-section {
    width: 100%;
  }

  .skin-concern-pic-wrapper {
    display: flex;
  }

  .bold.italic.big {
    font-size: 20px;
    line-height: 28px;
  }

  .bold.big.white.left {
    text-align: left;
  }

  .bold.white {
    font-size: 24px;
    font-weight: 700;
  }

  .bold.white.centered {
    text-align: justify;
  }

  .card-heading, .card-heading.hide-on-mobile {
    display: block;
  }

  .skin-concern-pic {
    object-fit: cover;
  }

  .quote-marks {
    width: 35px;
    margin-top: -10px;
    top: -16%;
    left: 0%;
  }

  .quote-marks.bottom-right {
    width: 35px;
    max-width: 100%;
    left: auto;
  }

  .owner-quote.centered {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .owner-name {
    font-size: 20px;
    line-height: 28px;
  }

  .button {
    display: none;
  }

  .absolute.quote-1, .absolute.quote-2 {
    width: 2rem;
  }

  .owner-pic {
    height: auto;
    display: flex;
  }

  .owner-pic._2 {
    width: auto;
    height: 30rem;
    background-repeat: no-repeat;
  }

  .owner-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block.italic {
    padding-top: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph.justified {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph.justified.grey {
    margin-top: 0;
  }

  .before-wrapper {
    width: auto;
    border-right-width: 0;
  }

  .after-wrapper {
    width: auto;
  }

  .testimonial-wrapper {
    padding-left: 0;
  }

  .div-block-3 {
    width: 80%;
    height: 2px;
  }

  .concern-name {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .concern {
    align-items: center;
  }

  .flex-block-5 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

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

  .slider {
    flex-direction: column;
    display: flex;
  }

  .mask {
    order: 3;
  }

  .left-arrow {
    width: 50%;
    height: 3rem;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .right-arrow {
    width: 50%;
    height: 3rem;
    order: 2;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .icon {
    align-self: auto;
    position: static;
  }

  .icon-2 {
    position: static;
  }

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

  .step-detail {
    color: #434343;
  }

  .step-image-wrapper {
    width: auto;
  }

  .section-2 {
    height: 70vh;
  }

  .banner-slide._1 {
    background-image: url('../images/Rectangle-9492.webp');
    background-position: 70%;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 32px;
  }

  .banner-slide._2 {
    background-image: url('../images/Frame-14856687.webp');
    justify-content: center;
    align-items: flex-start;
    padding-top: 15%;
    padding-bottom: 32px;
  }

  .black {
    font-size: 40px;
    line-height: 48px;
  }

  .flex-block-7 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .white {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .white.centered {
    font-size: 12px;
    line-height: 20px;
  }

  .white.centered.left {
    text-align: justify;
  }

  .sidebar {
    padding-top: 144px;
  }

  .stat-wrapper {
    grid-row-gap: 16px;
    flex-direction: row;
  }

  .stat-number {
    font-size: 40px;
    line-height: 48px;
  }

  .testimonial {
    min-height: 10rem;
  }

  .testimonial-slide {
    width: 100%;
  }

  .free-consultation {
    font-size: 20px;
    line-height: 28px;
  }

  .smaller {
    font-size: 12px;
    line-height: 20px;
  }

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

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

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

  .card-description {
    display: block;
  }

  .hover-overlay {
    display: none;
    position: relative;
  }

  .image-wrapper {
    height: 18rem;
    flex-direction: row;
  }

  .heading-4 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-4.black {
    font-size: 32px;
    line-height: 40px;
  }

  .icon-3 {
    color: #fff;
  }

  .image-10 {
    object-fit: contain;
  }

  .fixed-button-wrapper {
    z-index: 9999;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .fixed-button {
    flex: 1;
    padding: 16px 8px;
    text-decoration: none;
    display: flex;
  }

  .fixed-button.primary {
    color: #fff;
    background-color: #989f85;
    justify-content: center;
    align-items: center;
  }

  .fixed-button.secondary {
    color: #96806a;
    background-color: #ede6de;
    justify-content: center;
    align-items: center;
  }

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

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

  .banner-logo {
    display: block;
  }

  .heading-6.black, .heading-6.skin-colour {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .heading-7, .heading-8, .heading-9, .heading-10 {
    font-size: 24px;
    line-height: 32px;
  }

  .slide-nav-2 {
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }
}

#w-node-_182ba533-823a-29a4-6a19-411644026330-a1af883e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ffecd820-4323-2e67-76fc-bad0cfd591e6-a1af883e, #w-node-b02cf1cf-252e-c902-70f8-bdd563180dfb-a1af883e, #w-node-_06c4e189-8fa3-d47c-e75b-27a01c636e49-a1af883e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_74a41c39-db33-968d-ef0d-4467ffe725a8-a1af883e, #w-node-_946f496c-0441-309b-5948-6b941e646f36-a1af883e, #w-node-aae2d26c-a2b2-70c4-1abe-cae10ea73379-a1af883e, #w-node-e69bf492-a5de-25af-84d9-7ba6aeed825b-a1af883e, #w-node-_66759a77-b31d-0478-326d-05a0edceda40-a1af883e, #w-node-_27472f22-1459-fa2b-f3b7-d54b8d71eba9-a1af883e, #w-node-f4575a99-e6ad-6657-57e3-85cfb3d1cba5-a1af883e, #w-node-_3436ca4b-ee2a-56a2-b5f1-c34d78d3c0e3-a1af883e, #w-node-_81361f36-f8c7-ab84-d089-ffe99bbe0897-a1af883e, #w-node-de7ab4f8-64f4-7d88-a146-d238afa6ae83-a1af883e, #w-node-_4b42ba6b-581d-90ae-aeb6-69aca111cd31-a1af883e, #w-node-_0c370864-970a-ecae-4445-53587095c420-a1af883e, #w-node-_30125623-e1d0-b8c5-c160-a1cebf367b49-a1af883e, #w-node-_6644adc5-424e-9060-014b-793d71ac6bb5-a1af883e, #w-node-_97b1280e-d086-83cd-b939-6c776ce02255-a1af883e, #w-node-_323eb9c9-144f-7c34-d3c6-228e4fd984fe-a1af883e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-e610e951-52dd-f1c9-660f-40406e4d6690-6e4d6690 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_182ba533-823a-29a4-6a19-411644026330-a1af883e {
    grid-row: span 1 / span 1;
  }

  #w-node-_7793f544-4511-c5f9-4435-fc2eac2927ef-a1af883e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baske 1';
  src: url('../fonts/Baskerville-Bold-font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baske 9';
  src: url('../fonts/BASKE9.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baske 10';
  src: url('../fonts/BASKE10.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskervi';
  src: url('../fonts/baskervi.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville Bold Bt';
  src: url('../fonts/BaskervilleBoldBT.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville Bold Font';
  src: url('../fonts/Baskerville-Bold-font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville Bold Italic BT';
  src: url('../fonts/BaskervilleBoldItalicBT.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskervillebt';
  src: url('../fonts/BaskervilleBT.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskerville Italic BT';
  src: url('../fonts/BaskervilleItalicBT.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskrv L';
  src: url('../fonts/BASKRV_L.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskvl';
  src: url('../fonts/baskvl.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.logo-2{
  display:none;
}
