:root {
  --black: #101019;
  --surface: #f2f2f2;
  --deep-sky-blue: #3496ce;
  --white: white;
  --yellow: #e7b325;
  --007bff: #007bff;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  color: #333;
  font-family: Public Sans, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Public Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Public Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: #101019cc;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  color: #101019e6;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

p {
  color: #101019cc;
  margin-bottom: 0;
  line-height: 1.6;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

li {
  color: #101019e6;
  margin-bottom: 8px;
  font-size: 16px;
}

label {
  margin-bottom: 5px;
  font-weight: 300;
  display: block;
}

.navbar {
  z-index: 1;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.navbar.slim {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hero__section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 600px;
  display: flex;
  position: relative;
}

.hero__section.internal {
  height: auto;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero__section.about__hero {
  height: 460px;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero__section.about__hero.is--blog {
  background-color: var(--surface);
  margin-bottom: -100px;
}

.hero__section.blog--heading {
  height: 460px;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero__section.blog--heading.is--blog {
  background-color: var(--surface);
  margin-bottom: -100px;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nav-link.thin {
  color: var(--black);
  text-align: center;
  flex: 0 auto;
  font-weight: 400;
}

.nav-link.thin.w--current {
  font-weight: 700;
  text-decoration: underline;
}

.nav__sep {
  opacity: .2;
  background-color: #fff;
  width: 1px;
  height: 46px;
  margin-right: 40px;
}

.brand {
  width: 200px;
  display: block;
}

.brand.mobile__logo {
  display: none;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown__link.thin {
  color: #ffffffb3;
}

.dropicon {
  color: #10101980;
  background-image: url('../images/drop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.cta__wrap {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 40px 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button:hover {
  background-color: #3695c6;
}

.button.ghost {
  border: 2px solid var(--deep-sky-blue);
  background-color: #0000;
  padding-top: 12px;
}

.button.ghost:hover {
  background-color: var(--deep-sky-blue);
}

.button.ghost.dark {
  color: var(--black);
}

.button.ghost.dark:hover {
  color: var(--white);
}

.button.ghost.dark.marg {
  margin-left: 16px;
}

.button.ghost.dark.moremarg {
  margin-top: 24px;
}

.button.ghost.white {
  border-color: #fff;
  text-decoration: none;
}

.button.ghost.white:hover {
  background-color: #ffffff1a;
}

.button.right {
  margin-top: 16px;
  margin-left: auto;
}

.button.bookpopup.hidedesk {
  display: none;
}

.button.bookpopup.show.midcta {
  background-color: var(--white);
  color: var(--black);
}

.button.is--white {
  color: var(--black);
  background-color: #fff;
}

.button.is--white:hover {
  background-color: #fffc;
}

.button.is--white.is--video {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  line-height: 1.2;
}

.button.is--white.is--video:hover {
  transform: scale(1.1);
}

.button.is--white.is--video.is--contact {
  background-color: var(--surface);
  text-decoration: none;
}

.button.is--head {
  display: none;
}

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

.button.play--button {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #3496ce80;
  padding: 7px 1rem 7px .75rem;
  font-size: .9rem;
  position: static;
}

.button.play--button:hover {
  background-color: #3496cee6;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button.is-price {
  border: 2px solid var(--deep-sky-blue);
  cursor: pointer;
  padding-top: 12px;
}

.button.is-price:hover {
  background-color: var(--white);
  color: var(--black);
  border: 2px solid #3695c6;
}

.button.is-hero {
  padding: 1.125rem 2rem;
}

.button.is-alternate {
  color: #120154;
  letter-spacing: .16px;
  background-color: #0000;
  border: 3px solid #0e0c5e33;
  font-weight: 800;
  line-height: 1.1;
}

.button.is-alternate.is-challenge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  border-style: none;
  padding: 1rem 0;
  line-height: 1;
}

.button.is-alternate.is-reversed {
  color: #fff;
  border-color: #fff3;
}

.phone__link {
  border: 1px solid #10101933;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.usp {
  background-color: var(--white);
  box-shadow: 0 28px 60px #0000000d;
}

.container.treatment {
  text-align: center;
}

.container.about {
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.container.cta {
  background-color: var(--white);
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.footer {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 64px;
  display: flex;
}

.container.service__secc {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container.faq {
  text-align: center;
}

.container.review {
  text-align: center;
  margin-bottom: 80px;
}

.container.benefit__condition {
  align-items: center;
  display: flex;
}

.container.prices__sec {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container.prices__sec.align-top {
  align-items: center;
}

.container.condition {
  flex-direction: row-reverse;
  display: flex;
}

.container.about__split {
  text-align: center;
  margin-bottom: 100px;
}

.container.about__split.flex_box {
  flex-direction: row;
  display: flex;
}

.container.is--treatment {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.is--cta--block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.container.before--after {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.before--after.hide {
  display: none;
}

.container.is--centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.blog--section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.blog--sec {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.container.is--treatment-surgery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.surgery--grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.intro__h1 {
  color: #1010194d;
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.intro__h1.blue {
  color: var(--deep-sky-blue);
  font-weight: 700;
}

.intro__h1.underlined {
  border-bottom: 2px solid var(--deep-sky-blue);
  color: #10101999;
  margin-bottom: 24px;
  padding-bottom: 8px;
  display: inline-block;
}

.headline {
  color: #101019b3;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Public Sans, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
}

.headline.black {
  color: var(--black);
  font-weight: 400;
}

.headline.internal {
  margin-bottom: 24px;
}

.headline.internal.blogh1 {
  color: var(--deep-sky-blue);
}

.headline.home {
  letter-spacing: -1.8px;
  max-width: 20ch;
  font-size: 4em;
  font-weight: 200;
  line-height: 64px;
}

.hero__content {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-top: -40px;
  display: flex;
}

.hero__content.home {
  width: 60%;
  margin-top: -24px;
}

.hero__content.about__content {
  margin-top: 0;
}

.hero__content.about__content.is--centered {
  align-items: center;
}

.hero__content.is--internal {
  z-index: 1;
  position: relative;
}

.hero__content.blog--hero {
  margin-top: 0;
}

.hero__content.blog--hero.is--centered {
  align-items: center;
}

.corner__shape {
  width: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corner__shape.right {
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.corner__shape.top--right {
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.corner__shape.btm--left {
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.hero__right {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.heroimg.is--lipfiller {
  object-position: 0% 50%;
}

.overlay__left {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.overlay__buttom {
  background-image: linear-gradient(to top, #fff, #0000);
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.usp__section {
  z-index: 1;
  margin-top: -80px;
  position: relative;
}

.usp__slide {
  width: 25%;
  height: 240px;
  padding: 48px 24px;
}

.usp__slide._2 {
  text-align: center;
  width: 33%;
}

.usp__slide.darker {
  background-color: #10101933;
}

.usp__slide.lighter {
  background-color: #1010191a;
}

.usp__slide.is--internal {
  width: 25%;
}

.hide {
  display: none;
}

.slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.usl__sep {
  background-color: #10101933;
  width: 1px;
  height: 80px;
  position: absolute;
  inset: 50% 24px auto auto;
  transform: translate(0, -50%);
}

.sec__pad {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sec__pad.overflowx.treatment__sec.bg__split {
  background-image: linear-gradient(to bottom, #fff, var(--white) 55%, #95cce81a 55%, #3ba0d41a);
}

.sec__pad.overflowx.treatment__sec.with--gradient {
  background-image: linear-gradient(to bottom, white, var(--surface));
}

.sec__pad.overflowx.benefit__sec {
  padding-top: 100px;
  padding-bottom: 0;
}

.sec__pad.overflowx.benefit__sec.bg__split {
  background-image: linear-gradient(to bottom, #fff, var(--white) 55%, #95cce81a 55%, #3ba0d41a);
}

.sec__pad.overflowx.benefit__sec.mt-0 {
  margin-bottom: 60px;
  padding-top: 0;
}

.sec__pad.overflowx.prices__sec {
  padding-top: 60px;
  padding-bottom: 100px;
}

.sec__pad.overflowx.prices__sec.bg__split {
  background-image: linear-gradient(to bottom, #fff, var(--white) 55%, #95cce81a 55%, #3ba0d41a);
}

.sec__pad.overflowx.prices__sec.grey-bg {
  background-color: #f9f9f9;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec__pad.overflowx.prices__sec.grey-bg.mt-20 {
  margin-top: 10px;
}

.sec__pad.overflowx.prices__sec.grey-bg.mt-0 {
  margin-top: 0;
}

.sec__pad.overflowx.conditions__sec.bg__split {
  background-image: linear-gradient(to bottom, #fff, var(--white) 55%, #95cce81a 55%, #3ba0d41a);
}

.sec__pad.overflowx.condition__page__sec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec__pad.overflowx.condition__page__sec.bg__split {
  background-image: linear-gradient(to bottom, #fff, var(--white) 55%, #95cce81a 55%, #3ba0d41a);
}

.sec__pad.overflowx.blog--sec {
  padding-top: 60px;
  padding-bottom: 100px;
}

.sec__pad.overflowx.blog--sec.bg__split {
  background-image: linear-gradient(to bottom, #fff, var(--white) 55%, #95cce81a 55%, #3ba0d41a);
}

.sec__pad.overflowx.surgeon--sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec__pad.overflowx.surgeon--sec.bg__split {
  background-image: linear-gradient(to bottom, #fff, var(--white) 55%, #95cce81a 55%, #3ba0d41a);
}

.sec__pad.overflowx.surgery--treatment {
  border-bottom: 1px solid #10101933;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec__pad.overflowx.surgery--treatment.bg__split {
  background-image: linear-gradient(to bottom, #fff, var(--white) 55%, #95cce81a 55%, #3ba0d41a);
}

.sec__pad.green__bg {
  background-color: #47dfbe;
  background-image: url('../images/bg__img__green.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.sec__pad.testi__sec {
  background-color: var(--surface);
}

.sec__pad.form__greenbg {
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-size: cover;
}

.sec__pad.about__page {
  padding-top: 100px;
}

.sec__pad.meet__team {
  background-color: #1010191a;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec__pad.contact__sec {
  background-color: #1010191a;
}

.sec__pad.trusted--sec {
  background-color: #f2f2f2;
}

.sec__pad.trusted--sec.has--no-top, .sec__pad.is--checks {
  padding-top: 0;
}

.sec__pad.is--treatmentsec {
  padding-bottom: 0;
}

.sec__pad.sponsor--sec {
  background-color: #fff;
}

.sec__pad.sponsor--sec.has--no-top {
  padding-top: 0;
}

.sec__pad.surgery--list {
  background-color: var(--surface);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading__2 {
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.heading__2.achor {
  margin-top: -112px;
  padding-top: 112px;
}

.blue__sep {
  background-color: var(--deep-sky-blue);
  width: 64px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.blue__sep.left__footer {
  margin-bottom: 24px;
  margin-left: 0;
}

.blue__sep.auto {
  margin-bottom: auto;
}

.blue__sep.smaller {
  margin-bottom: 40px;
  margin-left: 0;
}

.projects-col-item {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  color: var(--black);
  text-align: left;
  border: 1px solid #1010194d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.projects-col-item:hover {
  border-color: #101019b3;
}

.projects-col-item.condition {
  flex-direction: row;
}

.service__heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.service__desc {
  color: #101019b3;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.button__wrap {
  border-top: 1px solid #10101933;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.button__wrap.beforeafter {
  background-color: var(--white);
  border-style: none;
  justify-content: center;
}

.button__wrap.is--surgery {
  color: #3339;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  line-height: 1;
}

.card--img {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.card--img.condition__img {
  flex: 0 auto;
  height: 100%;
}

.card--img.is--celeb {
  height: auto;
}

.projects-col-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.projects-col-list-wrap {
  width: 100%;
  margin-top: 40px;
}

.card__content {
  padding: 24px 32px;
}

.usp__slider__2 {
  background-color: #0000;
  height: auto;
}

.usp-2 {
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.about__sec {
  background-color: var(--surface);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.about__left {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about__right {
  flex: 1;
}

.readmore {
  color: #101019cc;
  cursor: pointer;
  margin-top: 24px;
}

.readmore:hover {
  color: var(--black);
}

.hidden__about {
  display: none;
}

.cta__sec {
  background-color: var(--deep-sky-blue);
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta__top {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66.6667%;
  padding: 100px 80px;
  display: flex;
}

.subheading {
  width: 80%;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}

.subheading.white {
  color: #ffffffb3;
  width: 100%;
}

.subheading.white.ishome {
  width: 100%;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.subheading.offer {
  margin-bottom: 0;
}

.subheading.offer__head {
  width: 100%;
  color: var(--black);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.subheading.ctasub {
  width: 100%;
}

.subheading.internal {
  color: #10101999;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.subheading.is--full {
  width: 100%;
}

.cta__gallery {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  display: flex;
}

.cta__gallery.full {
  width: 100%;
}

.ctaimg {
  object-fit: cover;
  flex: 0 auto;
  max-width: 33.3333%;
}

.quote__slide {
  text-align: center;
}

.quote__slider {
  background-color: #eef1f2;
  width: 100%;
  height: auto;
}

.quote__wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.slider__dots {
  margin-bottom: 15px;
  font-size: 8px;
}

.slider__dots.testi__sec {
  margin-bottom: -28px;
}

.slider__dots.is--filler {
  color: var(--deep-sky-blue);
  inset: auto 0% -8%;
}

.slider__dots.is--filler.hide-desktop {
  display: none;
}

.quote {
  margin-top: 32px;
  font-size: 16px;
}

.author {
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
}

.slide__arrow {
  color: var(--deep-sky-blue);
  margin-left: 40px;
  font-size: 32px;
  display: none;
}

.slide__arrow.right {
  margin-right: 40px;
}

.footer {
  background-color: var(--deep-sky-blue);
}

.footer__col {
  flex: 1;
}

.footer__col.last {
  flex: 0 auto;
  width: 50%;
}

.footer__heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.footer__heading.contact {
  color: var(--black);
}

.footer__heading.moremarg {
  margin-top: 24px;
}

.footer__link {
  color: #ffffffb3;
  width: 100%;
  margin-bottom: 6px;
  font-size: 14px;
  text-decoration: none;
}

.footer__link.call {
  font-size: 18px;
  font-weight: 300;
}

.footer__link.call.dark {
  color: #101019b3;
  margin-bottom: 0;
}

.address {
  color: var(--white);
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.address.dark {
  color: #10101999;
}

.sub__head {
  color: #fff6;
  margin-bottom: 4px;
  font-size: 14px;
}

.sub__head.dark {
  color: #10101999;
  margin-top: 16px;
  font-weight: 700;
}

.social__wrap {
  margin-top: 24px;
}

.social {
  margin-right: 8px;
}

.bottom__bar {
  color: #ffffff80;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  font-size: 13px;
  display: flex;
}

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

.link.is-lighter {
  color: #ffffffb3;
}

.link.black {
  color: #101019c4;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link.black:hover {
  color: #101019;
}

.beforeafter {
  width: 100%;
  height: auto;
  color: var(--black);
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  text-decoration: none;
  display: flex;
}

.before__slide {
  width: 100%;
  height: auto;
  color: var(--black);
  text-align: left;
  flex-direction: row;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.ba__img {
  border: 3px solid var(--deep-sky-blue);
  object-fit: cover;
  border-bottom-right-radius: 200px;
  width: 100%;
  height: 360px;
}

.beforeafterlist, .beforeafterlistt {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.check__list {
  column-count: 2;
  list-style-type: none;
}

.benefit__li {
  color: #101019cc;
  text-align: left;
  background-image: url('../images/bullet.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.benefit__li li {
  background-image: url('../images/bullet.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  list-style-type: none;
}

.headline__smaller {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: mrs-eaves-xl-serif, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.headline__smaller.black {
  color: var(--black);
  font-weight: 400;
}

.service__left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-right: 140px;
  display: flex;
}

.service__right {
  flex: 1;
}

.price__text {
  color: #101019cc;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.price__text.small {
  font-size: 15px;
  line-height: 22px;
}

.heading {
  color: var(--black);
}

.service__split {
  display: flex;
  position: relative;
}

.areas {
  text-align: center;
  background-color: #3ba0d41a;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10vh 4vw 10vh 8vw;
  display: flex;
}

.prices {
  background-color: #3ba0d44d;
  flex: 1;
}

.areas-copy {
  background-color: #3ba0d41a;
  flex: 1;
  padding: 10vh 10vw;
}

.prices__block {
  text-align: center;
  background-color: #3ba0d44d;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10vh 8vw;
  display: flex;
}

.pricing {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.price__left, .price__right {
  flex: 1;
}

.faq__section {
  background-color: var(--deep-sky-blue);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.faq__wrap {
  color: #10101980;
  cursor: pointer;
  background-color: #ffffff26;
  width: 100%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.faq__wrap:hover {
  background-color: #ffffff40;
}

.faq__wrap.is--dark {
  background-color: var(--surface);
}

.question__wrap {
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.answer__wrap {
  text-align: left;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  overflow: hidden;
}

.question {
  color: var(--white);
  font-weight: 500;
  line-height: 1.3;
}

.question.condition__head {
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
}

.question.is--dark {
  color: var(--black);
}

.answer {
  color: #fffc;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.answer li {
  color: #fffc;
  background-image: url('../images/610becff6342a43c99eeb10a_check-1.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 32px;
  line-height: 26px;
  list-style-type: none;
}

.answer ol {
  color: #ffffffb3;
  margin-bottom: 8px;
}

.answer p {
  color: #fffc;
}

.answer.is--dark {
  color: #101019b3;
}

.answer.is--dark ul, .answer ul {
  padding-left: 0;
}

.faq_shape {
  position: absolute;
  inset: 0% auto auto 0%;
}

.faq_shape.tr {
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.faq_shape.br {
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.faq_shape.bl {
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.faw__drop {
  padding-left: 32px;
}

.areas__rtb {
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.areas__rtb li {
  color: #101019e6;
  text-align: left;
  flex: 1;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 17px;
  line-height: 24px;
  list-style-type: disc;
}

.areas__rtb ul {
  text-align: left;
  column-count: 2;
  flex-direction: column;
  margin-bottom: 0;
  list-style-type: lower-alpha;
  display: flex;
}

.areas__rtb ol {
  margin-bottom: 0;
  padding-left: 16px;
  display: block;
}

.areas__rtb.flex {
  flex-direction: row;
  display: block;
}

.areas__rtb.flex.verti {
  flex-direction: column;
  display: flex;
}

.expand__wrap {
  opacity: .6;
  width: 32px;
  height: 32px;
  position: relative;
}

.expand__wrap:hover {
  opacity: 1;
}

.minus {
  background-color: #fff;
  width: 32px;
  height: 2px;
  transform: translate(0, 16.5px);
}

.minus.dark {
  background-color: var(--black);
}

.plus {
  background-color: #fff;
  width: 2px;
  height: 32px;
  transform: translate(15.5px);
}

.plus.dark {
  background-color: var(--black);
}

.moreinfo__wrap {
  cursor: pointer;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.moreinfo__wrap:hover {
  background-color: #3ba0d40d;
}

.moreinfo {
  color: #fff9;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.moreinfo p {
  color: #fffc;
  font-size: 15px;
  line-height: 1.5;
}

.moreinfo__title {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

.moreinfo__sec {
  background-color: var(--deep-sky-blue);
}

.dropdown-link {
  color: #10101980;
  padding: 12px 24px;
  font-size: 15px;
}

.dropdown-link:hover {
  color: #10101999;
}

.dropdown-link.w--current {
  color: var(--black);
}

.dropdown-list {
  background-color: var(--surface);
  box-shadow: 0 40px 40px -10px #0000001a;
}

.dropdown-list.w--open {
  width: 340px;
}

.dropdown-list.is-treatment {
  overflow: auto;
}

.dropdown-list.is-treatment.w--open {
  width: 740px;
  max-height: 700px;
  overflow: visible;
}

.dropdown-list.is-width.w--open {
  width: auto;
}

.nav__wrap {
  justify-content: center;
  align-items: center;
  padding: 10px 48px;
  display: flex;
}

.navbar__outer {
  z-index: 100;
  background-color: #0000;
  border-bottom: 1px solid #1010191a;
  flex-flow: column wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.about__para {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.consultation__wrap {
  z-index: 1002;
  background-color: var(--white);
  width: 600px;
  padding: 56px 80px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: scroll;
}

.consult__bg {
  z-index: 1001;
  cursor: pointer;
  background-color: #10101966;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.subline {
  line-height: 22px;
}

.book__title {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 32px;
}

.consult__form {
  text-align: left;
  margin-top: 32px;
}

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

.form__field {
  background-color: var(--white);
  border: 1px #000;
  height: 48px;
  margin-bottom: 16px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

.form__field::placeholder {
  color: #33333380;
  font-weight: 400;
}

.form__field.select {
  color: #101019cc;
  background-image: url('../images/drop.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form__field.select.time {
  background-image: none;
}

.form__field.textarea {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form__field.datepicker {
  background-color: var(--white);
  cursor: pointer;
}

.form {
  flex-flow: column wrap;
  display: flex;
}

.about__img {
  object-fit: contain;
  width: 40%;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.smaller__headline {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Public Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.smaller__headline.black {
  color: var(--black);
  font-weight: 400;
}

.smaller__headline.underlined {
  border-bottom: 2px solid var(--deep-sky-blue);
  padding-bottom: 16px;
}

.moreicon {
  color: #0000;
  background-image: url('../images/more.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  right: -8px;
}

.input-60 {
  background-color: #f0f3f6;
  height: 60px;
  min-height: 60px;
  margin-bottom: 32px;
}

.input-60.inclabel {
  background-color: #fff;
  border: 1px solid #231f2080;
  border-radius: 3px;
  height: 76px;
  padding-top: 37px;
  padding-left: 16px;
  padding-right: 16px;
}

.input-60.inclabel:hover {
  border-color: #231f20;
}

.input-60.inclabel:focus {
  border-color: #eebe3a;
}

.input-60.inclabel.datepicker {
  cursor: pointer;
}

.suitable {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 300;
}

.suitable.contact {
  color: #10101999;
  margin-top: 0;
  margin-bottom: 24px;
}

._50w {
  width: 100%;
  padding-right: 8px;
}

.about {
  color: #10101999;
  text-align: left;
  column-count: 2;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about p {
  color: #101019cc;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
}

.about ul {
  margin-bottom: 32px;
}

.about li {
  color: #101019b3;
  font-size: 18px;
  line-height: 28px;
}

.contact__wrap {
  margin-top: 48px;
  display: flex;
}

.contact__left {
  text-align: left;
  flex: 0 auto;
  width: 40%;
}

.contact__right {
  flex: 1;
  padding-left: 48px;
  padding-right: 48px;
}

.contact__l {
  flex: 1;
}

.nav-menu-2 {
  border-left: 1px solid #10101933;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 24px;
  padding-left: 8px;
  display: flex;
}

.hidedesktop {
  display: none;
}

.button__wrap__cta {
  display: flex;
}

.faq__heading {
  color: #fff;
  padding-bottom: 24px;
  font-size: 20px;
}

.opening__offers {
  background-color: #dce9ef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 64px;
  margin-bottom: -85px;
  padding: 24px 40px;
  display: flex;
  position: relative;
}

.offer {
  text-align: left;
}

.offer li {
  color: #101019cc;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 300;
}

.left__address {
  flex: 1;
  margin-bottom: 24px;
}

.right__address {
  flex: 1;
}

.address__wrap {
  display: flex;
}

.heading__3 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Public Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.heading__3.achor {
  margin-top: -112px;
  padding-top: 112px;
}

.condition__contentwrap {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.condition__img__wrap {
  width: 270px;
  height: 250px;
}

.projects-condition-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.condition__blue {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.condition__blue.ctablue {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.condition__blue.rightside {
  padding-left: 64px;
}

.condition__blue.rightside.full-width {
  width: 100%;
}

.benefits__rtb {
  flex: 0 auto;
  margin-bottom: 24px;
  padding-right: 80px;
  overflow: hidden;
}

.benefits__rtb li {
  background-image: url('../images/check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  font-size: 15px;
}

.benefits__rtb ul {
  padding-left: 16px;
  list-style-type: none;
}

.benefits__rtb p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.behind__pricing {
  position: absolute;
  inset: -32px -32px auto auto;
}

.prices__blue {
  border: 1px solid var(--deep-sky-blue);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding: 48px 62px;
  display: flex;
  position: sticky;
  top: 110px;
}

.prices__rtb {
  color: #333;
  flex: 0 auto;
  width: auto;
  margin-bottom: 24px;
  padding-right: 80px;
}

.prices__rtb li {
  background-image: url('../images/check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
}

.prices__rtb ul {
  padding-left: 16px;
  list-style-type: none;
}

.prices__rtb p {
  color: #101019b3;
  margin-bottom: 32px;
  font-size: 17px;
  font-weight: 300;
}

.prices__rtb.rp-10 {
  padding-right: 20px;
}

.mid__cta__block {
  justify-content: space-between;
  align-items: center;
  padding: 48px 100px;
  display: flex;
  position: relative;
}

.shape__cta {
  position: absolute;
  inset: 16px auto auto 16px;
  transform: rotate(90deg);
}

.shape__cta.right {
  inset: 16px 16px auto auto;
  transform: rotate(180deg);
}

.shape__cta.bot-r {
  inset: auto 16px 16px auto;
  transform: rotate(-90deg);
}

.shape__cta.bot-l {
  inset: auto auto 16px 16px;
  transform: rotate(0);
}

.mid__cta__heading {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.gallery__sec {
  display: flex;
}

.condition__wrap {
  background-color: var(--surface);
  cursor: pointer;
  width: 100%;
  margin-bottom: 16px;
}

.conditions__rtb {
  text-align: left;
  flex: 0 auto;
}

.conditions__rtb li {
  color: #101019cc;
  list-style-type: disc;
}

.conditions__rtb ul {
  padding-left: 40px;
  list-style-type: none;
}

.conditions__rtb p {
  margin-bottom: 20px;
  line-height: 24px;
}

.conditions__rtb a {
  color: var(--deep-sky-blue);
}

.condition__head__wrpa {
  justify-content: space-between;
  padding: 24px 32px;
  display: flex;
}

.conditon__wrapp {
  cursor: pointer;
  border-bottom: 2px solid #3ba0d400;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.conditon__wrapp:hover {
  border-bottom: 2px solid var(--deep-sky-blue);
}

.condition__cta {
  text-align: left;
  margin-bottom: 16px;
}

.condition__answer__wrap {
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  overflow: hidden;
}

.cta__small {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

.conditions__left {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-top: 64px;
  padding-right: 40px;
  display: flex;
}

.condition__intro__head {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.intro__condition {
  color: #10101999;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.intro__condition p {
  font-size: 17px;
  line-height: 1.6;
}

.homepage__slider {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide {
  height: 100%;
}

.slide__content__wrap {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.slide-nav {
  display: none;
}

.lighter {
  color: #10101980;
  font-weight: 300;
  line-height: 20px;
}

.lighter.is--usp--internal {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 14px;
}

.usp__heading {
  max-width: 18ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.usp__heading.is--internal {
  margin-bottom: 0;
}

.benefit__img__right {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.benefit__img__right.align-top {
  align-items: flex-start;
}

.benefit__img__right.sticky-right {
  align-items: center;
}

.benefit__img__right.verti {
  flex-direction: column;
}

.benefit__image {
  object-fit: cover;
  border-radius: 1000px;
  width: 460px;
  height: 460px;
}

.bg__shape {
  z-index: -1;
  opacity: .3;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.condition__image {
  width: 50%;
  min-height: 500px;
}

.condition__img {
  object-fit: cover;
  width: 100%;
  max-width: 60%;
  height: 100%;
}

.conditions__bg {
  border-top: 1px solid var(--surface);
  border-bottom: 1px solid var(--surface);
  margin-top: 100px;
  overflow: visible;
}

.conditions__bg.sec__pad.grey {
  background-color: #f5f5f5;
}

.conditions__bg.sec__pad.grey.mt-0 {
  margin-top: 0;
  margin-bottom: 60px;
}

.conditions__bg.no-margin {
  margin-top: 0;
}

.midcta__section {
  background-color: #57debe;
  padding-top: 40px;
  padding-bottom: 40px;
}

.dropdown__wrapper__div {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.dropdown__wrapper {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: block;
}

.dropdown__wrapper:hover {
  border-left: 4px solid var(--deep-sky-blue);
  background-color: var(--white);
  color: var(--black);
  text-decoration: underline;
}

.dropdown__text.celeb {
  min-width: 8rem;
}

.condition__treatment {
  margin-left: 0;
  margin-right: 0;
}

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

.condition__imgg {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.condition__imgg.condition__img, .condition__imgg.condition__img-copy {
  flex: 0 auto;
  height: 100%;
}

.condition__ta__right {
  text-align: left;
  background-color: #3ba0d414;
  padding: 40px 48px;
}

.cta__im {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.cta__sticky {
  position: sticky;
  top: 140px;
}

.quote__icon {
  width: 40px;
}

.dropdown-toggle {
  padding: 40px 40px 40px 24px;
}

.dropdown-toggle.w--open {
  color: var(--deep-sky-blue);
  font-weight: 700;
}

.top__bar {
  background-color: #f2f2f2;
  justify-content: flex-start;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

.phone__top {
  opacity: .6;
  width: 16px;
  margin-right: 8px;
}

.phone__top__block {
  color: #101019cc;
  align-items: center;
  margin-right: 24px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.text-block {
  font-weight: 400;
  line-height: 1;
}

.social__head {
  margin-left: auto;
}

.social__head__link {
  opacity: .5;
  margin-right: 8px;
}

.social__head__link:hover {
  opacity: .7;
}

.usp__icon {
  width: 2.5rem;
}

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

.blue__tabmenu {
  border-radius: 10px;
  display: flex;
}

.blue__tab {
  background-color: var(--deep-sky-blue);
  color: #ffffffb3;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.blue__tab.w--current {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  overflow: visible;
}

.white__sep {
  background-color: #ffffffb3;
  width: 1px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service__tab__home {
  width: 60%;
  margin-bottom: 24px;
  margin-left: auto;
}

.caret__active {
  width: 24px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -12px;
}

.tab__content {
  background-color: var(--white);
  text-align: left;
  padding: 24px 40px;
}

.tabs-content {
  top: 24px;
}

.before__after__tab {
  margin-top: 24px;
  display: flex;
}

.before {
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding-right: 12px;
  display: flex;
}

.before.testi__wrap {
  width: auto;
}

.after {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding-right: 12px;
  display: flex;
}

.ba__price {
  border-top: 2px solid var(--deep-sky-blue);
  border-bottom: 2px solid var(--deep-sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.price {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-size: 40px;
  font-weight: 200;
  line-height: 1;
  display: flex;
}

.price.internal {
  color: #10101999;
  font-size: 100px;
}

.starting__from {
  color: #101019b3;
  font-size: 24px;
  line-height: 1.2;
}

.starting__from.internal {
  color: #10101999;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.beforafter {
  border: 2px solid var(--deep-sky-blue);
  object-fit: cover;
  border-bottom-right-radius: 100px;
  height: 140px;
  margin-bottom: 12px;
}

.beforafter.whitebrd {
  border-color: var(--white);
}

.dark__green__btn {
  color: #fff;
  text-align: center;
  background-color: #00b6a6;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 32px;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.testi__beforewrap {
  color: #fff;
  display: flex;
}

.testi__black__wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testi__sec__slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.quote__testi {
  color: var(--white);
  font-size: 18px;
  line-height: 1.8;
}

.author__sec {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.benefit__points {
  background-color: var(--surface);
  flex: 0 auto;
  width: 90%;
  padding: 48px;
}

.benefit__points li {
  color: #101019b3;
  background-image: url('../images/check_1.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  font-weight: 300;
  line-height: 1.3;
}

.benefit__points ul {
  margin-bottom: 0;
  padding-left: 16px;
  list-style-type: none;
}

.benefit__points._100-width {
  width: 100%;
}

.prices__wrap {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.ba__price__internal {
  border-top: 2px solid var(--deep-sky-blue);
  border-bottom: 2px none var(--deep-sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.before__internal__wrapper {
  width: 100%;
  height: auto;
  color: var(--black);
  text-align: left;
  flex-direction: row;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.befor__after__new {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cta__form {
  background-color: #fff;
  border-radius: 40px;
  padding: 48px;
  box-shadow: 0 12px 40px #0003;
}

.new__field {
  border: 1px solid var(--deep-sky-blue);
  height: 64px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 17px;
}

.new__field.textarea {
  min-height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.usp__wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.usp__wrap.is--internal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: 100%;
}

.usp__wrap.is--internal.is--last {
  border-right-style: none;
}

.mask-2 {
  flex: 1;
}

.condition__expandrtb {
  text-align: left;
  flex: 0 auto;
}

.condition__expandrtb li {
  color: #101019cc;
  padding-left: 5px;
  list-style-type: disc;
}

.condition__expandrtb ul {
  padding-left: 20px;
  list-style-type: disc;
}

.condition__expandrtb p {
  margin-bottom: 20px;
  line-height: 24px;
}

.condition__expandrtb a {
  color: var(--deep-sky-blue);
}

.team__wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  margin-top: 32px;
  display: grid;
}

.team__block {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team__info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.team__img {
  border: 2px solid var(--deep-sky-blue);
  border-bottom-right-radius: 140px;
  width: 40%;
}

.team__desc {
  line-height: 1.5;
}

.terms {
  color: #10101999;
  text-align: left;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.terms p {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
}

.terms ul {
  margin-bottom: 32px;
}

.terms li {
  color: #101019b3;
  font-size: 18px;
  line-height: 28px;
}

.team__slider {
  background-color: #0000;
  height: auto;
}

.team__slide {
  width: 50%;
}

.team__slide__arrow, .team__slide__dot {
  display: none;
}

.left_sec, .right_sec {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

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

.link__block {
  text-decoration: none;
}

.button-2 {
  color: #fff;
  background-color: #3496ce;
  border-radius: 100px;
  padding: 13px 48px 12px;
  font-weight: 600;
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
}

.button-2:hover {
  background-color: #3695c6;
}

.button-2.bookpopup.show.midcta {
  color: #101019;
  background-color: #fff;
}

.button-2.right {
  margin-top: 16px;
  margin-left: auto;
}

.nav__right {
  justify-content: flex-start;
  width: 40%;
  display: flex;
}

.nav__left {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.form__field-2 {
  background-color: #fff;
  border-radius: 100px;
  height: 48px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

.form__field-2.textarea {
  border-radius: 20px;
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.form__field-2.datepicker {
  cursor: pointer;
  background-color: #fff;
}

.form__field-2.select {
  color: #101019cc;
  background-image: url('../images/drop.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form__field-2.select.time {
  background-image: none;
}

.consultation__wrap-2 {
  z-index: 1002;
  background-color: #fff;
  width: 600px;
  padding: 56px 80px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: scroll;
}

._50w-2 {
  width: 50%;
  padding-right: 8px;
}

.phone__link-2 {
  margin-right: 16px;
  display: none;
  position: relative;
}

.midcta__section-2 {
  background-color: #3ba0d4;
}

.hero--shape {
  width: 280px;
  position: absolute;
  inset: auto auto -35% 0%;
  overflow: visible;
}

.hero--shape.hero-2 {
  z-index: -1;
}

.projects-col-item-2 {
  color: #333;
  text-align: left;
  background-color: #fff;
  border: 1px solid #10101933;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.projects-col-item-2:hover {
  border-color: #101019b3;
}

.card__content-2 {
  padding: 24px 32px;
}

.service__heading-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.service__desc-2 {
  color: #101019b3;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.three--checks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 64px;
  display: grid;
}

.check--wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check--sep {
  background-color: #10101933;
  width: 1px;
  height: 100%;
}

.heading--wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: inline-flex;
}

.heading--wrap.is--left {
  text-align: left;
  align-items: flex-start;
}

.heading--wrap.is--center {
  margin-left: auto;
  margin-right: auto;
}

.heading--wrap.left-align {
  text-align: left;
  align-items: flex-start;
}

.heading--underline {
  background-color: var(--deep-sky-blue);
  width: 10ch;
  height: 2px;
}

.heading--underline.is--percent {
  width: 40%;
}

.right--about {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home--video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home--video.is--contact {
  justify-content: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.home--videoo-thumbnail {
  object-fit: cover;
  width: 100%;
}

.home--videoo-thumbnail.is--ratio {
  aspect-ratio: 2 / 3;
}

.video--overlay {
  background-color: #10101980;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video--border {
  border: 3px solid var(--deep-sky-blue);
  flex-direction: column;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 5% 0% 0%;
}

.play--buttonwrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
  position: absolute;
}

.play--buttonwrap.is--internal {
  max-width: 30ch;
  font-size: 24px;
  line-height: 1.4;
  inset: 0%;
}

.play--buttonwrap.is--contact {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.play--icon {
  justify-content: center;
  align-items: center;
  width: 32px;
  display: flex;
}

.testimonial21_content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.testimonial21_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.section_testimonial21 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.testimonial21_client-image-wrapper {
  margin-right: 1rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.testimonial21_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial21_customer-image {
  object-fit: cover;
  border-radius: 100%;
  min-width: 3rem;
  min-height: 3rem;
}

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-bottom: 1px;
  display: flex;
}

.testimonial21_client-info {
  flex: 1;
}

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

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

.margin-bottom.margin-xsmall {
  margin: 0 0 3rem;
}

.margin-bottom.margin-xsmall.no-pad {
  margin-bottom: 1rem;
}

.margin-bottom.margin-large {
  margin: 0 0 3rem;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 5rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

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

.testimonial21_client {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

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

.testimonial21_loop-trigger {
  flex-direction: row;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.padding-section-large.is-author {
  padding-top: 8rem;
}

.padding-section-large.is-blog {
  padding-top: 15rem;
  padding-bottom: 12rem;
}

.testimonial--quote {
  color: #101019b3;
  font-size: 14px;
  line-height: 1.6;
}

.google--logo {
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

.testimonial--content-wrap {
  margin-bottom: 40px;
}

.quote--author {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 500;
}

.trusted--logo--wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.logo--stack {
  justify-content: center;
  align-items: center;
  max-width: 140px;
  display: flex;
}

.logo--stack.is--partner {
  flex-direction: column;
  max-width: none;
}

.logo--stack--img {
  mix-blend-mode: multiply;
  max-height: 80px;
}

.logo--stack--img.is--partner {
  max-height: 120px;
  margin-bottom: 24px;
}

.cta--wrapper {
  background-color: var(--deep-sky-blue);
  position: relative;
}

.cta--heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.4px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 200;
  line-height: 1.3;
}

.is--white {
  color: #fffc;
  max-width: 40ch;
}

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

.is--white.is--centered.is--cta {
  max-width: 50ch;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 200;
}

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

.phone--cta--icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.section {
  color: var(--black);
}

.benefit--contentwrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

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

.befores--grid.is--single {
  max-height: 600px;
  display: flex;
}

.befores--grid.is--three {
  grid-template-columns: 1fr 1fr 1fr;
}

.befores--grid.is--two {
  grid-template-columns: 1fr 1fr;
}

.befores--grid.is--four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.before--after--lightbox {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.before--lightbox--img {
  object-fit: cover;
  width: 100%;
}

.before--lightbox--img:hover {
  opacity: .8;
}

.before--lightbox--img.is--single {
  max-height: 600px;
}

.eye--icon {
  width: 5rem;
  height: 5rem;
  color: var(--deep-sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
}

.eye--icon.is--wrapped {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}

.internal--video {
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
  min-height: 500px;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}

.internal--video.about--vid {
  display: flex;
}

.internal--video.is-show {
  min-height: 0;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0% 18.5%;
}

.internal--video.is-botox {
  min-height: 0;
  max-height: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.plus--icon {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 32px;
  display: flex;
}

.plus--icon:hover {
  opacity: .9;
}

.how--image {
  max-height: 700px;
}

.team--block {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.team--contentwrap {
  background-color: var(--white);
  height: 100%;
  padding: 32px;
}

.team--rtb {
  margin-bottom: 24px;
}

.team--rtb h4 {
  color: var(--black);
  font-weight: 500;
}

.team--photo {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.blog--contentwrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.blog--sticky {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 140px;
}

.blog--sticky.bookpopup {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--deep-sky-blue);
  text-decoration: none;
}

.sticky--heading {
  color: #fffc;
}

.sticky--logo {
  width: 40%;
}

.google--more {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  text-decoration: none;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.more--treatment--wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.before--apointment {
  max-height: 500px;
  display: none;
}

.watch--video {
  text-decoration: none;
  display: inline-block;
}

.before-appointment-video {
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  padding: 1rem;
}

.watch-text {
  text-decoration: none;
}

.cta--form {
  flex-flow: wrap;
  display: flex;
}

.bio--expander {
  color: #fffc;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.bio--expander li {
  color: #101019cc;
  background-image: url('../images/check_1.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 32px;
  line-height: 26px;
  list-style-type: none;
}

.bio--expander ol {
  color: #ffffffb3;
  margin-bottom: 8px;
}

.bio--expander p {
  color: #fffc;
}

.bio--expander.is--dark {
  color: #101019b3;
}

.bio--expander.is--dark ul, .bio--expander ul {
  padding-left: 0;
}

.partner--desc {
  color: #101019b3;
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
}

.partner--logo--wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.how--right--wrapper.is-fullwidth {
  aspect-ratio: 1;
  object-fit: cover;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.price--star {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: absolute;
  inset: 10% -10% auto auto;
}

.image--full {
  width: 100%;
}

.plastic--treatcard {
  color: #333;
  text-align: left;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.plastic--treatcard:hover {
  color: var(--black);
  border-color: #101019b3;
  box-shadow: 0 5px 10px #0000001a;
}

.plastic--service--heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.surgery--category {
  color: var(--deep-sky-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 800;
}

.surgery--arow {
  opacity: .6;
}

.surgery--card--img {
  object-fit: cover;
  width: 25%;
}

.surgery--card--content {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px 0;
  display: flex;
}

.results--viewwrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black);
  background-color: #ffffff80;
  border-radius: 500px;
  align-items: center;
  padding: 12px 24px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.surgery--lightbox {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.read--plus {
  width: 1.5rem;
  height: 1.5rem;
}

.read--more--wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #10101999;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
  display: flex;
}

.read--more--wrap:hover {
  color: var(--black);
  text-decoration: underline;
}

.surgeon--logowrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.surgeon--logo {
  max-width: 170px;
  max-height: 60px;
}

.surgery--imgwrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.surgery__rtb {
  flex: 0 auto;
  margin-bottom: 24px;
  padding-right: 0;
  overflow: hidden;
}

.surgery__rtb li {
  background-image: url('../images/check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
  font-size: 15px;
}

.surgery__rtb ul {
  padding-left: 16px;
  list-style-type: none;
}

.surgery__rtb p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.testi--logo {
  width: 100px;
}

.google-reviews {
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.sticky-right {
  position: sticky;
  top: 100px;
}

.areas__rtb_flex {
  width: 100%;
  margin-bottom: 24px;
  display: block;
}

.areas__rtb_flex li {
  color: #101019e6;
  text-align: left;
  flex: 1;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 17px;
  line-height: 24px;
  list-style: none;
}

.areas__rtb_flex ul {
  text-align: left;
  column-count: 2;
  margin-bottom: 0;
  list-style-type: decimal;
}

.areas__rtb_flex ol {
  margin-bottom: 0;
  padding-left: 16px;
  list-style: none;
  display: flex;
}

.areas__rtb_flex.flex {
  flex-direction: row;
  display: block;
}

.areas__rtb_flex.flex.verti {
  flex-direction: column;
  display: flex;
}

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

.gallery15_image-wrapper {
  width: 100%;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}

.gallery15_image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  max-height: 50vh;
}

.gallery15_slide {
  padding-left: 7rem;
  padding-right: 7rem;
}

.gallery15_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery15_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery15_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

.gallery15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.gallery15_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery15_arrow-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.gallery15_mask {
  overflow: hidden;
}

.video-lightbox {
  width: 100%;
  height: 100%;
  max-height: 50vh;
  position: relative;
}

.play--button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  position: absolute;
  inset: auto 0% 8% 32%;
}

.icon-play {
  width: 1.5rem;
  height: 2rem;
  color: var(--white);
}

.section_gallery22 {
  overflow: hidden;
}

.gallery22_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery22_slide-nav {
  height: 1.75rem;
  color: var(--deep-sky-blue);
  font-size: .5rem;
  inset: auto 0% 1.5%;
}

.gallery22_image-wrapper {
  width: 100%;
  height: 100%;
}

.gallery22_slide {
  padding-right: 2rem;
}

.gallery22_lightbox-link {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gallery22_image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery22_image.is-results {
  aspect-ratio: 1;
}

.gallery22_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery22_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery22_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery22_arrow {
  background-color: #3496ce80;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery22_arrow:active, .gallery22_arrow:focus {
  background-color: var(--deep-sky-blue);
}

.gallery22_arrow.is-left {
  inset: auto auto 0% 0%;
}

.card-content {
  z-index: 9999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

.card-content.is-botox {
  z-index: 1;
  bottom: 2rem;
}

.treatment-name {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-weight: 500;
}

.treatment-name.is-lightbox {
  margin-bottom: 16px;
}

.card-overlay {
  background-image: linear-gradient(#0000, #0000004d 81%);
  transition: all .25s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  inset: 0%;
}

.card-overlay:hover {
  background-image: linear-gradient(#0003, #0009);
}

.image--wrapper {
  width: 100%;
  max-height: 700px;
}

.image--wrapper.is-treatment {
  aspect-ratio: 1;
  object-fit: cover;
  max-height: 500px;
}

.image--wrapper.is-fullwidth {
  object-fit: cover;
  width: 100%;
}

.image--wrapper.is-observ {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.filler--slider {
  background-color: #0000;
  height: 100%;
}

.filler--arrow {
  color: var(--deep-sky-blue);
}

.gallery3_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery3_row.is--one {
  flex-direction: column;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery3_row.is-two {
  grid-template-columns: 1fr 1fr;
}

.gallery3_image-wrapper {
  width: 100%;
}

.gallery3_image-wrapper.is--teeth {
  max-height: 70vh;
}

.gallery3_lightbox-link {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gallery3_lightbox-link.is-dermal {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  max-height: 80vh;
}

.gallery3_lightbox-link.is-teeth {
  max-height: 70vh;
}

.gallery3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.gallery3_image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery3_image.is--dermal {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 32%;
  max-height: 80vh;
}

.gallery3_image.is--teeth {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 32%;
  max-height: 70vh;
}

.testimonial4_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial4_divider {
  background-color: #0000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.margin-vertical, .margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial4_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial4_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial4_logo {
  max-height: 3rem;
}

.testimonial4_rating-wrapper {
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.bottom-0 {
  margin-bottom: 0;
}

.testimonial4_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial4_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-small.align-center {
  text-align: center;
}

.testimonial-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.align-left.festivehead {
  font-size: 24px;
  line-height: 34px;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #000000bf;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.red {
  color: #f51111;
  margin-bottom: 1em;
}

.festive--text {
  color: #070606e6;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5;
}

.contact-modal1_component {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal1_content-wrapper {
  background-color: #3496ce;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 53rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: visible;
}

.modal-close {
  color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.mini--banneroffer {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #3496ce;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.offer--mini {
  width: 64px;
}

.banner--offer {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.banner--offer h4 {
  color: var(--white);
  font-weight: 400;
}

.btn-primary {
  color: #231f20;
  text-align: center;
  background-color: #eebe3a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.btn-primary:hover {
  background-color: #d6aa32;
}

.btn-primary.smaller--dark {
  color: #fff;
  background-color: #231f20;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1;
}

.btn-primary.smaller--dark.light {
  color: #231f20;
  background-color: #fff;
}

.btn-primary.smaller--dark.light.gold {
  color: var(--yellow);
  background-color: #fff;
}

.btn-primary.smaller--dark.light.gold:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.btn-primary.is--submit {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-primary.is--submit.new--cta {
  color: #fff;
  background-color: #3496ce;
  border-radius: 100px;
  flex: 0 auto;
  width: auto;
  min-height: 3.75rem;
  font-size: 16px;
}

.btn-primary.is--submit.new--cta.popup-button {
  background-color: #161616;
}

.fs-select-1 {
  z-index: 99;
  width: 100%;
  min-width: 266px;
  margin-bottom: 2rem;
  margin-left: 0;
}

.fs-select-1.no--marg {
  margin-bottom: 0;
}

.fs-select_field-1 {
  margin-bottom: 0;
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-2.bnr {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.banner__left {
  flex: 1;
  width: 55%;
}

.cta--intro {
  font-size: 18px;
  line-height: 1.4;
}

.banner__img__wrap {
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.projects-col-list-2 {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.phone--icon {
  border: 2px #eebe3a4d;
  align-items: center;
  margin-right: 16px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.phone--icon:hover {
  background-color: #0000000d;
}

.phone--icon.is--cta {
  border-style: solid;
  border-color: #d6d9db;
  padding-top: 24px;
  padding-bottom: 24px;
}

.phone--icon.is--cta.is--whatsapp.whatsapp_cta {
  flex: 1;
}

.phone--icon.is--cta.is--whatsapp.whatsapp_cta.is--bookpage {
  z-index: 1;
  color: #fff;
  letter-spacing: 0;
  background-color: #25d366;
  border-style: none;
  border-radius: 3px;
  justify-content: center;
  height: 100%;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  position: relative;
}

.seen-ttl {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-select_toggle-1 {
  background-color: #fff;
  border: 2px solid #231f20;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3.75rem;
  padding: .75rem 4rem .75rem 1.25rem;
  display: flex;
}

.fs-select_toggle-1:focus-visible, .fs-select_toggle-1[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_list-1 {
  z-index: 10;
}

.fs-select_list-1.w--open {
  border: 2px solid #000;
  border-radius: .25rem;
  margin-top: 1rem;
}

.tech-title {
  color: #231f20;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.tech-title.seen__headin {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.banner-content {
  z-index: 3;
  width: 100%;
  position: relative;
}

.banner-content.innercont.is--newcta {
  grid-column-gap: 2.5rem;
  display: flex;
}

.asseen__container {
  max-width: 100vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.hidden--fields {
  display: none;
}

.banner-title {
  color: #231f20;
  letter-spacing: -1.4px;
  width: 90%;
  margin-bottom: 50px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

.banner-title.cta__heading {
  text-align: center;
  max-width: 90%;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 700;
}

.fs-select_link-1 {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: .75rem 1rem;
}

.fs-select_link-1:hover {
  opacity: .7;
}

.fs-select_link-1:focus-visible, .fs-select_link-1[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-select_link-1.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.phone-ico {
  opacity: .8;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.phone-ico.is--cta.is--whatsappicon {
  opacity: .9;
}

.consult--label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.fs-select_text-1 {
  font-size: 16px;
  line-height: 1;
}

.bold-text-5 {
  font-weight: 400;
  line-height: 1.4;
}

.asterisk {
  color: #ff0004cc;
}

.consult--flex {
  flex: 1;
}

.new--form--input {
  color: #231f20;
  border: 2px solid #231f20;
  border-radius: .25rem;
  width: 100%;
  height: 3.75rem;
  margin-bottom: 2rem;
  padding: .75rem 1.25rem;
  font-size: 16px;
  line-height: 1.3;
}

.new--form--input:focus {
  border-color: #eebe3a;
}

.new--form--input:focus-visible, .new--form--input[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.new--form--input.no-marg-desk {
  margin-bottom: 0;
}

.new--form--input.no-marg-desk.phone--field::placeholder {
  font-size: 14px;
}

.onpage--form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.success-message {
  text-align: left;
  background-color: #b3f3cc80;
  padding: 40px;
  line-height: 1.5;
}

.banner__ring__top {
  z-index: 2;
  background-color: #61212200;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tp-embed--newheader {
  width: 100%;
}

.consult-cta-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.consult--form {
  text-align: left;
  width: 100%;
}

.consult--form.is--onpage {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.consult--form.is--onpage.popup-form {
  margin-top: 2rem;
}

.onpage--formfield--wrap {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.logo__slider {
  width: 100%;
  max-width: 90px;
}

.logo__slider.is-star {
  max-width: 90px;
}

.logo__slider.okmag {
  max-width: 100px;
}

.consult--info--flex {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.consult--info--flex.is--formatted {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.consult--info--flex.is--formatted.horizontal-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.below-banner {
  align-items: flex-start;
  display: flex;
}

.below-banner.bnr-sec {
  width: 100%;
  padding-top: 160px;
  position: relative;
}

.below-banner.bnr-sec.innter__cta__banner {
  padding-top: 120px;
  padding-bottom: 100px;
}

.new--cta--sec {
  background-color: #3496ce33;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.seen-wrap {
  flex-wrap: wrap;
  display: flex;
}

.projects-col-item-3 {
  border: 1px #d6d9db;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  height: 100%;
  padding: 24px;
  display: flex;
}

.bold-text-6 {
  color: #fff;
}

.fw-400 {
  font-weight: 400;
}

.usp-border {
  border: 1px solid #3496ce4d;
  position: absolute;
  inset: 8px;
}

.usp-line {
  background-color: #3496ce80;
  width: 1px;
  height: 70%;
  position: absolute;
  right: 0;
}

.video--border-2 {
  border: 3px solid #3496ce;
  flex-direction: column;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 5% 0% 0%;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #3496ce;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 48px 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-3:hover {
  background-color: #3695c6;
}

.button-3.is--white {
  color: #101019;
  background-color: #fff;
}

.button-3.is--white:hover {
  background-color: #fffc;
}

.button-3.is--white.is--video {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  line-height: 1.2;
}

.button-3.is--white.is--video:hover {
  transform: scale(1.1);
}

.how-it-swork {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  height: 100%;
}

.how-it-swork.is--bump {
  object-position: 87% 50%;
  height: 100%;
  min-height: 500px;
}

.price--wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.price--wrap.is-flex {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
}

.dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 1.25rem 1.5rem 1.25rem 1.25rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown1_dropdown-list {
  background-color: var(--white);
}

.dropdown1_dropdown-list.w--open {
  margin-top: .5rem;
  padding: .5rem;
  overflow: scroll;
}

.dropdown1_dropdown-link {
  color: var(--black);
  padding: 1rem 1.5rem;
}

.dropdown1_dropdown-link:hover {
  color: #10101999;
}

.dropdown1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.dropmenu--grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.section_blog40 {
  background-color: var(--deep-sky-blue);
}

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

.blog40_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog40_item {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.blog40_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog40_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog40_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog40_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog40_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog40_category {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small.text-weight-semibold {
  font-weight: 600;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.blog40_title-wrapper {
  margin-bottom: .5rem;
}

.text-size-regular {
  font-size: 1rem;
}

.blog40_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

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

.margin-top.margin-small {
  margin-top: .5rem;
}

.blog40_button-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.blog__rtb {
  color: #333;
  flex: 0 auto;
  width: auto;
  margin-bottom: 24px;
  padding-right: 80px;
  font-size: 20px;
  font-weight: 400;
}

.blog__rtb li {
  background-image: url('../images/check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 32px;
}

.blog__rtb ul {
  padding-left: 16px;
  list-style-type: none;
}

.blog__rtb p {
  color: #333;
  margin-bottom: 32px;
  font-size: 17px;
  font-weight: 500;
}

.blog__rtb h3 {
  color: var(--deep-sky-blue);
}

.blog__rtb h2 {
  color: var(--deep-sky-blue);
  font-size: 34px;
}

.blog__rtb.rp-10 {
  padding-right: 20px;
}

.blog__rtb h4 {
  font-weight: 600;
}

.modal3_component {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal3_content-wrapper {
  z-index: 999;
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.heading-style-h2 {
  letter-spacing: -.5px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal3_background-overlay {
  z-index: -1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal-content {
  background-color: var(--white);
  color: var(--black);
  padding: 4rem 5rem;
  position: relative;
}

.modal-content.is--price {
  min-height: 60svh;
  max-height: 40rem;
  overflow: scroll;
}

.pricing-info {
  justify-content: center;
  align-items: center;
}

.price-text {
  font-size: 1rem;
  line-height: 1.3;
}

.price-text h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.price-text p {
  line-height: 1.5;
}

.price-text li, .price-text ul {
  margin-bottom: 0;
}

.doctors--image {
  max-height: 600px;
}

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

.section_blog-post-header1 {
  background-color: var(--surface);
  color: #fff;
}

.blog-post-header1_content-top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post-header1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4.75rem;
  min-width: 4.75rem;
  height: 4.75rem;
  min-height: 4.75rem;
}

.blog-post-header1_author-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.authour-name {
  color: var(--black);
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.blog-post-header1_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.author_job-title {
  color: #10101999;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.blog-post-header1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.blog-post-header1_social-link {
  width: 2.25rem;
  height: 2.25rem;
}

.author--intro {
  color: #120154;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.section_blog37 {
  color: #000;
}

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

.blog37_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog37_item-link {
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog37_image-wrapper {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog37_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  height: 100%;
}

.blog-image_overlay {
  background-image: linear-gradient(#0000 67.22%, #0003);
  position: absolute;
  inset: 0%;
}

.blog-category-tagwrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.5rem;
  padding-left: 1.75rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.blog_tag-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #231f20e6;
  letter-spacing: .4px;
  background-color: #ffffffb3;
  border-radius: 1000px;
  justify-content: flex-start;
  align-items: center;
  padding: .625rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.blog-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding: 2.5rem 2rem;
  display: flex;
}

.blog-title {
  letter-spacing: .25px;
  font-size: 1.25rem;
  font-weight: 500;
}

.blog-bottom-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.blog_short-info {
  color: #231f20b3;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.blog37_date-wrapper {
  align-items: center;
  display: flex;
}

.blog_info {
  color: var(--black);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.blog37_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post-header2_meta-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.blog-info {
  color: #10101999;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.1;
}

.blog-info.is-white {
  color: #fff;
}

.blog-info.is-bold {
  font-weight: 700;
}

.author--image {
  object-fit: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar-2 {
  z-index: 100;
  background-color: #0000;
  align-items: center;
  height: 8rem;
  padding-left: 3%;
  padding-right: 3%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar4_logo-link {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  width: 280px;
  padding-left: 0;
  display: flex;
}

.logo--icon {
  color: #eb3d08;
  object-fit: contain;
  width: 58px;
  height: 58px;
}

.logotype {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.navbar4_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar4_menu-2 {
  z-index: 500;
  background-color: #000064;
  background-image: radial-gradient(circle, #1c098f, #1c098f00);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: auto;
}

.navbar4_menu-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.menu__nav__wrap-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menu__nav__wrap-2.to-hide {
  display: none;
}

.menu__left-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.tab-hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: -.4px;
  cursor: pointer;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 1.3vw;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.tab-hover.w--current {
  background-color: #ffffff26;
  transition: all;
}

.tab-innerwrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  letter-spacing: -.4px;
  cursor: pointer;
  background-color: #fff0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem 5rem 1rem 1.5rem;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.tab-innerwrap.w--current {
  background-color: #ffffff26;
}

.menu--icon {
  color: #fff3;
  justify-content: center;
  align-items: center;
  width: 2.5vw;
  height: 2.5vw;
  display: block;
}

.tab--text {
  color: #fff;
}

.menu__right-2 {
  flex-direction: row;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.tab--contentwrap {
  background-color: #ffffff26;
  align-self: stretch;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tab-content-wrapper {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  text-align: left;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.menu--grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.challenge-banner-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  transition: all .15s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
}

.challenge-banner-menu:hover {
  background-color: #ffffff26;
}

.challenge-icon-menu {
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.challenge-menu-text {
  font-weight: 700;
}

.challenge-menu-text.subhead {
  color: #ffffffe6;
  width: 80%;
  max-width: 60ch;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 500;
}

.menu--link-2 {
  color: #ffffffb3;
  border-radius: 8px;
  flex-flow: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .85rem;
  display: flex;
}

.menu--link-2:hover {
  text-decoration: underline;
}

.menu--service-2 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
}

.mobile-mainmenu {
  display: none;
}

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

.accordion1_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.accordion1_bottom {
  overflow: hidden;
}

.other-links {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menu__hover-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff6;
  letter-spacing: -.4px;
  cursor: pointer;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  font-size: 1.3vw;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.menu__hover-2.is--smaller {
  color: #fffc;
  border-bottom: 2px solid #0000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  margin-bottom: .5em;
  margin-left: 1.5rem;
  padding: 0;
  font-size: 1.3em;
  font-weight: 500;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.menu__hover-2.is--smaller:hover {
  color: #fff;
  border-bottom: 2px solid #eb3d08;
}

.menu__hover-2.is--smaller.and--first {
  margin-top: 2rem;
}

.menu--arrow-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: 2rem;
  display: flex;
}

.menu--dropdown--mobile {
  display: none;
}

.mobile--menugrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.c--menu {
  opacity: .6;
  width: 70%;
  position: absolute;
  top: 20%;
  left: 12.5%;
}

.sales--wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  text-align: left;
  background-color: #ffffff26;
  border-radius: 0 16px 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: flex;
}

.growth-wrapper {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  text-align: left;
  background-color: #ffffff26;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
}

.nav--button {
  border: 2px solid #fff3;
  border-radius: 10px;
  margin-left: 0;
  padding: 18px 24px;
}

.nav--button:hover {
  border-color: #fff;
}

.nav--button.w--open {
  background-color: #1c098f;
}

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

.menu--text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: .9;
  position: relative;
  top: 0;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon4_line-top {
  background-color: #fff;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-middle {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon_line-middle-base {
  background-color: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon4_line-bottom {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.section_blog-post-header2 {
  background-color: #3496ce03;
}

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

.blog-details-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_blog-post2-content {
  margin-top: -120px;
}

.blog-post-header2_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header2_image {
  aspect-ratio: 2;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-post-header2_image.is-dermal {
  object-position: 50% 50%;
}

.blog-post2-content_content-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog-post2-content_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link {
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blog-post2-content_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post2-content_share.content-top {
  margin-top: 0;
}

.blog-post2-content_social-link {
  border-radius: 20px;
  padding: .25rem;
}

.blog-post2-content_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.blog-post2-content_content-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-post2-content_share-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-size-medium-12 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-size-medium-12.text-weight-semibold-7 {
  font-weight: 600;
}

.blog-post2-content_tag-list-wrapper {
  width: 100%;
}

.blog-post2-content_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.blog-post2-content_tag-item {
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post2-content_tag-item.w--current {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.blog-post2-content_content {
  margin-bottom: 4rem;
}

.blog-post2-content_author-wrapper {
  background-color: var(--surface);
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  padding: 2rem 2.5rem;
  display: flex;
}

.author-cotent_top-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.author-info {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-post2-content_author-image-wrapper {
  display: none;
}

.blog-post2-content_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post2-content_author-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-author-name {
  color: #120154;
  font-size: 1.125rem;
  font-weight: 700;
}

.blog-author-role {
  color: #120154;
  font-size: 1rem;
  font-weight: 500;
}

.blog-post2-social_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: none;
}

.blog-post2_social-link {
  width: 2.25rem;
  height: 2.25rem;
}

.blog_post2-divider {
  background-color: #1201541a;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog_author--intro {
  color: #120154;
  text-align: left;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.related--header {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.blog-post2-related_component {
  flex-direction: column;
  align-items: center;
}

.blog-post2-related_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer3_component {
  color: #fff;
  background-color: #0e0c5e;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

.top--footer--cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer--cta--wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.seo__wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.seo__wrapper-2.is--lessmar {
  margin-bottom: 1rem;
}

.intro--h1 {
  color: #1c098f66;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 700;
}

.h2--sizing {
  color: #1c098f;
  letter-spacing: -.04rem;
  max-width: 40ch;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.h2--sizing.is--narrow {
  max-width: 30ch;
}

.h2--sizing.is--narrow.is--centered {
  align-items: center;
}

.h2--sizing.is--narrow.is--centered.is--white {
  color: #101019;
  background-color: #fff;
}

.h2--sizing.is--narrow.is--centered.is--white:hover {
  background-color: #fffc;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.cta__m__blue-2 {
  color: #fff;
  text-align: center;
  background-color: #eb3d08;
  border-radius: 1rem;
  padding: 16px 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  transition: all .1s cubic-bezier(.77, 0, .175, 1);
}

.cta__m__blue-2:hover {
  background-color: #d32000;
}

.cta__m__blue-2.head__cta_seo {
  font-size: 15px;
}

.cta__m__blue-2.head__cta_seo:hover {
  background-color: #d32000;
}

.cta__m__blue-2.head__cta_seo.is-bigger {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1rem;
}

.cta__m__blue-2.head__cta_seo.is-bigger.is-cta.is-ghost {
  background-color: #eb3d0800;
  border: 3px solid #fff3;
  border-radius: 1rem;
}

.cta__m__blue-2.head__cta_seo.is-bigger.is-cta.is-ghost:hover {
  border-color: #fff;
  text-decoration: underline;
}

.popup__wrapper {
  z-index: 9999;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup {
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 48px;
  position: absolute;
  box-shadow: 0 20px 100px #0003;
}

.close {
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: -40px 0 auto auto;
}

.popup--heading-2 {
  color: #1c098f;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.footer--top--div {
  background-color: #ffffff4d;
  width: 60%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.top--footer--info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.contact--info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.contact--info:hover {
  text-decoration: underline;
}

.contact--icon {
  color: #eb3d08;
  width: 48px;
}

.page-padding-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-2 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large-2.is--footer {
  max-width: 100rem;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr .75fr;
  align-items: start;
  padding-bottom: 4rem;
}

.footer3_details-wrapper {
  position: relative;
  overflow: hidden;
}

.office--image {
  object-fit: cover;
  border-radius: 1rem;
}

.address--footer {
  background-image: linear-gradient(#0000, #0e0e27);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  padding: 32px;
  font-size: .9rem;
  line-height: 1.6;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.credit {
  color: #fef0e780;
  margin-top: 10px;
  font-size: .7rem;
}

.footer--flex--award {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.footer--awards {
  width: 100%;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_link {
  color: #ffffffb3;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
}

.footer3_link:hover {
  color: #ffffffe6;
  text-decoration: underline;
}

.footer3_link.is--heading {
  color: #eb3d08;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
}

.footer3_link.is--last {
  border-right-style: none;
}

.line-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

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

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer3_credit-text {
  color: #ffffff80;
  font-size: .8rem;
  font-weight: 500;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: #fff9;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  font-weight: 500;
  display: grid;
}

.footer3_legal-link {
  color: #fff9;
  font-size: .8rem;
}

.hero_author-info {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section_header62 {
  background-color: var(--surface);
}

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

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.text-align-center.is-price {
  letter-spacing: -1px;
}

.text-size-medium-13 {
  font-size: 1.125rem;
}

.usp--para {
  font-size: .8rem;
}

.modal1_component {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper {
  color: #0e0e0f;
  text-align: center;
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  max-height: 40rem;
  display: inline-flex;
  position: relative;
  overflow: visible;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 2rem;
}

.show-mobile-landscape {
  display: none;
}

.offer-image {
  width: 100%;
  height: 100%;
  max-height: 40rem;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-medium-14 {
  color: #0e0e0fcc;
  font-size: 1.125rem;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
  transition: box-shadow 10ms cubic-bezier(.25, .46, .45, .94);
}

.button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #646464;
  background-image: linear-gradient(#646464, #0e0e0f);
  border: 2px #646464;
  padding: 1.375rem 2rem 1.25rem;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: all .25s cubic-bezier(.19, 1, .22, 1);
  position: relative;
}

.button-4:hover {
  background-color: #0e0e0f;
  border-color: #0e0e0f;
  text-decoration: underline;
}

.container-large-9 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.hero--offer--img {
  object-fit: cover;
  flex: 1;
  height: 100%;
  max-height: 340px;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.3;
}

.hero--offer--content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.mobile-banner {
  display: none;
}

.padding-section-small-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.offer--hero {
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.hero-banner_slider {
  background-color: #0000;
  height: 100%;
}

.hero-sldier-mask, .hero--slide {
  width: 100%;
}

.hero-right_arrow, .hero-left-arrow {
  color: var(--deep-sky-blue);
}

.hero_section-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: static;
}

.hero_section-slider.internal {
  height: auto;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero_section-slider.about__hero {
  height: 460px;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero_section-slider.about__hero.is--blog {
  background-color: var(--surface);
  margin-bottom: -100px;
}

.hero_section-slider.blog--heading {
  height: 460px;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero_section-slider.blog--heading.is--blog {
  background-color: var(--surface);
  margin-bottom: -100px;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial7_logo {
  max-height: 3.5rem;
}

.testimonial7_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.testimonial7_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

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

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  width: 3rem;
  height: 3rem;
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

.slider-arrow.is-centre-next, .slider-arrow.is-centre-previous {
  bottom: 4rem;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.testimonial7_content {
  text-align: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_testimonial7 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.home-hero {
  overflow: hidden;
}

.gallery13_image-wrapper {
  height: 100vh;
  position: relative;
}

.text-size-medium-15 {
  font-size: 1.125rem;
}

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery13_slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

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

.gallery13_slide {
  width: 100%;
}

.gallery13_mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
}

.gallery13_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery13_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery13_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.hide-mobile-landscape {
  margin-left: 2rem;
  margin-right: 2rem;
  bottom: 4rem;
}

.slider-wrap {
  width: 100%;
  overflow: hidden;
}

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

.left-image-wrap, .left-content-wrap {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-height: 700px;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.career9_list-wrapper {
  overflow: hidden;
}

.career9_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.career9_content.is-3-1 {
  grid-template-columns: 1fr .75fr;
}

.career9_accordion {
  border: 1px solid var(--black);
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.career9_accordion.is-grey {
  background-color: var(--surface);
}

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

.section_career9 {
  color: var(--black);
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.career9_icon-wrapper {
  align-self: center;
  width: 2rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.career9_job-department {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.career9_title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.career9_item {
  border-top: 1px solid var(--black);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.career9_title-heading {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.career9_list {
  display: block;
}

.price-acc-text {
  color: #101019cc;
  text-align: left;
  font-family: Public Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}

.price-acc-text.small {
  font-size: 15px;
  line-height: 22px;
}

.price-acc-title {
  font-size: 1rem;
}

.price-acc-title.is-subheading {
  font-size: .8rem;
}

.strike-text {
  font-weight: 200;
  -webkit-text-decoration: line-through #101019cc;
  text-decoration: line-through #101019cc;
  text-decoration-thickness: 2px;
}

.faq-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq-title.bottom-0 {
  margin-bottom: 0;
  font-weight: 500;
}

.price_text_wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price_text_wrap.is-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.section_pricing20 {
  color: var(--black);
}

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

.pricing20_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing20_grid-list._4col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.pricing20_grid-list._2col {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.pricing20_plan {
  border: 3px solid var(--surface);
  background-color: var(--surface);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2.5rem 2rem 2rem;
  display: flex;
  overflow: hidden;
}

.pricing20_plan.is-recommended {
  border-color: var(--deep-sky-blue);
  position: relative;
}

.pricing20_plan.recommende {
  border-style: none;
  border-color: var(--deep-sky-blue);
  position: relative;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.divider-horizontal {
  width: 100%;
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 48px 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button-6:hover {
  background-color: #3695c6;
}

.pricing20_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.pricing20_feature {
  display: flex;
}

.pricing20_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.price-disclaimer {
  text-align: center;
  margin-top: 2rem;
  font-size: 16px;
}

.rich-text-pricing p {
  margin-bottom: .8rem;
}

.rich-text-pricing ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  list-style-type: none;
}

.rich-text-pricing li {
  background-image: url('../images/check.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 1.5rem;
  font-size: 14px;
  line-height: 1.5;
}

.best-for-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.best-form-chip {
  background-color: #3496ce4d;
  border-radius: 3px;
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.best-chip-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.recommended {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  position: relative;
}

.badge-wrapper {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.badge-wrapper.recommend {
  border: 3px solid var(--deep-sky-blue);
  border-radius: 1rem;
}

.package-bottom-cta {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-align: center;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.per-month {
  font-size: 2rem;
}

.best-chip-flex-item {
  margin-bottom: 0;
}

.best-chip-text li {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  background-color: #3496ce4d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-right: 6px;
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.best-chip-text ul {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-left: 0;
  display: block;
}

.best-chip-text ol {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.skin-health-text {
  margin-bottom: 40px;
  font-size: .875rem;
  line-height: 1.5;
}

.skin-health-text.text-weight-semibold {
  font-weight: 600;
}

.skin-health-text.text-weight-semibold.text-inline {
  display: inline;
}

@media screen and (max-width: 991px) {
  body {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .navbar {
    padding: 16px 32px;
  }

  .hero__section {
    height: auto;
    max-height: none;
  }

  .hero__section.internal {
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero__section.about__hero {
    height: 390px;
  }

  .hero__section.blog--heading {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .nav-link.thin {
    width: 100%;
    color: var(--black);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 40px;
  }

  .nav__sep {
    display: none;
  }

  .brand {
    margin-right: 32px;
    display: none;
  }

  .brand.mobile__logo {
    width: 140px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown__link, .dropdown__link.thin {
    color: var(--black);
  }

  .button.bookpopup.hidedesk {
    width: 95%;
    margin-bottom: 16px;
    display: inline-block;
  }

  .button.bookpopup.show {
    display: block;
  }

  .button.is--head {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
  }

  .button.hidemobile {
    display: none;
  }

  .button.hidedesktop.margin-top {
    font-size: 16px;
  }

  .button.play--button {
    left: 10%;
    right: 10%;
  }

  .phone__link {
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-right: 0;
    display: flex;
  }

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

  .container.about, .container.cta {
    flex-direction: column;
    width: 90%;
  }

  .container.footer {
    flex-wrap: wrap;
  }

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

  .container.benefit__condition {
    flex-direction: column;
  }

  .container.prices__sec {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .container.condition {
    flex-direction: column-reverse;
  }

  .container.about__split {
    text-align: center;
    padding-left: 36px;
    padding-right: 36px;
  }

  .container.about__split.flex_box {
    flex-direction: row;
  }

  .container.is--treatment {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    display: flex;
  }

  .container.blog--section {
    grid-template-columns: 1fr;
  }

  .container.blog--sec {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .container.is--treatment-surgery {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    display: flex;
  }

  .container.surgery--grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .container.surgery--grid.flipped {
    flex-direction: column-reverse;
  }

  .headline.home {
    font-size: 3.4em;
    line-height: 1.2;
  }

  .hero__content {
    text-align: center;
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__content.home {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero__content.is--contact, .hero__content.is--internal {
    margin-bottom: 40px;
  }

  .hero__content.blog--hero {
    margin-top: 40px;
  }

  .hero__right {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .heroimg.is--blog {
    height: auto;
    position: relative;
  }

  .heroimg.is-slide {
    min-height: 70vh;
    max-height: 40rem;
  }

  .overlay__left {
    width: 100%;
    display: none;
    left: -1px;
  }

  .usp__section {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .usp__slide {
    width: 50%;
    height: 200px;
    padding: 24px 16px;
  }

  .usp__slide._2 {
    width: 100%;
  }

  .usp__slide.is--internal {
    width: 100%;
    height: 200px;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .hide {
    color: #10101980;
    font-size: 16px;
    display: block;
  }

  .hide.controls {
    font-size: 6px;
    display: block;
  }

  .hide.is--controls {
    font-size: 5px;
  }

  .usl__sep.hidetab {
    display: none;
  }

  .sec__pad.overflowx.treatment__sec {
    padding-top: 32px;
  }

  .sec__pad.overflowx.benefit__sec {
    padding-top: 60px;
  }

  .sec__pad.overflowx.prices__sec {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sec__pad.overflowx.conditions__sec, .sec__pad.overflowx.condition__page__sec {
    padding-top: 32px;
  }

  .sec__pad.overflowx.blog--sec {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .sec__pad.overflowx.surgeon--sec {
    padding-top: 60px;
  }

  .sec__pad.overflowx.surgery--treatment {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sec__pad.green__bg {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .projects-col-item {
    height: 100%;
  }

  .card--img {
    height: 340px;
  }

  .projects-col-list-wrap.condition {
    margin-top: 24px;
  }

  .usp__slider__2 {
    margin-bottom: 16px;
  }

  .about__sec {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 0;
    display: flex;
  }

  .about__left {
    align-items: center;
    width: 100%;
  }

  .cta__sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta__top {
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 64px 32px;
  }

  .subheading {
    width: 80%;
  }

  .subheading.white.ishome {
    font-size: 20px;
    line-height: 28px;
  }

  .cta__gallery {
    width: 100%;
  }

  .ctaimg {
    object-fit: cover;
    height: 220px;
  }

  .quote__wrap {
    width: 80%;
  }

  .slider__dots.is--filler.hide-desktop {
    display: block;
  }

  .footer__col {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 32px;
  }

  .footer__col.last {
    width: 100%;
  }

  .beforeafter {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq__section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .faq__wrap {
    width: 100%;
  }

  .question {
    text-align: left;
  }

  .question.condition__head {
    text-align: center;
  }

  .areas__rtb ul {
    column-count: auto;
  }

  .dropdown-link {
    color: #101019cc;
  }

  .dropdown-list.w--open {
    width: 100%;
    position: relative;
  }

  .consultation__wrap {
    width: 80%;
    padding: 8vh 8vw;
  }

  .about__img {
    width: 80%;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

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

  .about {
    text-align: center;
    column-count: auto;
  }

  .contact__wrap {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact__left {
    width: 100%;
    margin-bottom: 64px;
  }

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

  .menu-button {
    background-color: var(--white);
    color: #0000;
    background-image: url('../images/menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 1000px;
    width: 56px;
    height: 56px;
    margin-left: auto;
  }

  .icon {
    color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-left-style: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .hidedesktop {
    font-size: 6px;
    display: block;
  }

  .button__wrap__cta {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .faq__heading, .faq__heading.about__page {
    text-align: center;
  }

  .opening__offers {
    margin-bottom: -48px;
  }

  .condition__contentwrap {
    flex: 1;
  }

  .condition__img__wrap {
    width: 200px;
  }

  .condition__blue {
    width: 100%;
  }

  .condition__blue.ctablue {
    align-items: center;
  }

  .condition__blue.rightside {
    margin-top: 24px;
    padding-left: 0;
  }

  .benefits__rtb {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .prices__blue {
    width: 100%;
  }

  .prices__rtb {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .mid__cta__block {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }

  .mid__cta__heading {
    margin-bottom: 24px;
    line-height: 28px;
  }

  .gallery__sec {
    flex-wrap: wrap;
  }

  .gallery__item {
    width: 50%;
  }

  .condition__wrap {
    margin-right: 0;
  }

  .condition__head__wrpa {
    justify-content: center;
  }

  .conditions__left {
    width: 100%;
    padding-right: 0;
  }

  .condition__intro__head {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .intro__condition {
    text-align: center;
    padding-right: 0;
  }

  .slide__content__wrap {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .benefit__img__right {
    width: 100%;
  }

  .bg__shape {
    max-width: none;
    inset: -50px 0% 0% 60px;
  }

  .condition__image {
    width: 100%;
  }

  .condition__img {
    max-width: none;
  }

  .dropdown__wrapper {
    color: #0006;
  }

  .dropdown__wrapper:hover {
    text-decoration: underline;
  }

  .dropdown__wrapper.w--current {
    color: #101019cc;
    padding-left: 16px;
    font-weight: 500;
  }

  .dropdown__text {
    color: #101019cc;
  }

  .condition__treatment {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown__condition.w--open {
    position: relative;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown-toggle.w--open {
    font-weight: 400;
  }

  .top__bar {
    padding: 8px 24px;
  }

  .phone__top__block {
    font-size: 12px;
  }

  .blue__tab {
    line-height: 1.3;
  }

  .service__tab__home {
    width: 100%;
  }

  .tabs-content {
    border-radius: 20px;
    box-shadow: 0 20px 30px #10101933;
  }

  .before.testi__wrap {
    display: none;
  }

  .dark__green__btn {
    font-size: 24px;
  }

  .testi__black__wrap {
    width: 80%;
  }

  .benefit__points {
    width: 100%;
  }

  .ba__price__internal {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .before__internal__wrapper {
    flex-direction: column;
  }

  .usp__wrap {
    align-items: center;
  }

  .condition__expandrtb {
    text-align: center;
  }

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

  .team__block {
    padding-left: 64px;
    padding-right: 64px;
  }

  .team__slider {
    width: 100%;
  }

  .team__slide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .team__slide__arrow {
    color: #10101999;
    width: 40px;
    font-size: 18px;
    display: block;
  }

  .left_sec, .button-2.bookpopup.show {
    display: block;
  }

  .nav__right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav__left {
    flex-direction: column;
    width: 100%;
  }

  .consultation__wrap-2 {
    width: 80%;
    padding: 8vh 8vw;
  }

  .phone__link-2 {
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-left: auto;
    margin-right: 24px;
    display: none;
  }

  .hero--shape {
    width: 160px;
    bottom: -15%;
  }

  .projects-col-item-2 {
    height: 100%;
  }

  .heading--wrap.is--left {
    align-items: center;
    width: 100%;
  }

  .heading--wrap.left-align {
    align-items: center;
    display: inline-flex;
  }

  .right--about {
    width: 100%;
    margin-top: 80px;
    position: relative;
  }

  .home--video.is--contact {
    justify-content: center;
  }

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

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

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

  .benefit--contentwrap {
    margin-bottom: 40px;
  }

  .befores--grid.is--three, .befores--grid.is--two, .befores--grid.is--four {
    grid-template-columns: 1fr;
  }

  .internal--video.is-show, .internal--video.is-botox {
    left: 0%;
    right: 0%;
  }

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

  .blog--sticky.bookpopup {
    display: none;
  }

  .more--treatment--wrap {
    flex-direction: column;
    display: flex;
  }

  .mobile--cta--wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    display: flex;
  }

  .how--right--wrapper {
    width: 100%;
  }

  .plastic--treatcard {
    height: 100%;
  }

  .surgery--imgwrap {
    width: 100%;
  }

  .surgery__rtb {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .areas__rtb_flex ul {
    column-count: auto;
  }

  .gallery15_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .gallery15_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .gallery22_mask {
    width: 45%;
  }

  .treatment-name {
    font-size: 1.2rem;
  }

  .image--wrapper {
    object-fit: cover;
    width: 100%;
    display: block;
  }

  .hide-tablet {
    display: none;
  }

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

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

  .contact-modal1_component {
    display: flex;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mini--banneroffer {
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .btn-primary {
    padding: 16px 32px;
    position: relative;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner__left {
    display: none;
  }

  .cta--intro {
    text-align: center;
  }

  .banner__img__wrap {
    flex-direction: column;
    width: 100%;
    position: relative;
    inset: 0%;
  }

  .phone--icon.is--cta {
    border-radius: 2px;
    margin-right: 0;
    padding: 20px;
  }

  .phone--icon.is--cta.is--whatsapp {
    background-color: #25d366;
    border-color: #25d366;
  }

  .phone--icon.is--cta.is--whatsapp.whatsapp_cta {
    color: #fff;
    justify-content: center;
    padding: 12px 24px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
  }

  .phone--icon.is--cta.is--whatsapp.whatsapp_cta.is--bookpage {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .seen-ttl {
    justify-content: center;
    width: auto;
  }

  .tech-title {
    text-align: center;
    font-size: 16px;
  }

  .tech-title.seen__headin {
    margin-bottom: 24px;
  }

  .banner-content.innercont.is--newcta {
    flex-direction: column;
  }

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

  .banner-title {
    letter-spacing: -1.5px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 40px;
    line-height: 1.2;
  }

  .banner-title.cta__heading {
    text-align: center;
    max-width: none;
    font-size: 40px;
  }

  .phone-ico.is--cta {
    width: 32px;
    height: 32px;
    margin-right: 0;
  }

  .phone-ico.is--cta.is--whatsappicon {
    width: 24px;
    height: 24px;
  }

  .banner__ring__top {
    width: 250px;
    display: block;
    bottom: auto;
  }

  .image-18 {
    width: auto;
  }

  .consult-cta-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .consult--info--flex.is--formatted.horizontal-grid {
    flex-direction: column;
    display: flex;
  }

  .below-banner {
    flex-direction: column;
  }

  .below-banner.bnr-sec {
    text-align: center;
    padding-top: 100px;
    position: static;
  }

  .below-banner.bnr-sec.innter__cta__banner {
    padding-top: 80px;
    padding-bottom: 0;
    position: static;
  }

  .new--cta--sec {
    display: block;
  }

  .seen-wrap {
    flex-direction: column;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

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

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

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

  .blog__rtb {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal3_content-wrapper {
    padding: 4rem 5%;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

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

  .price-text li {
    list-style-type: none;
  }

  .doctors--image {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .right--image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .authour-name {
    font-size: 2.75rem;
  }

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

  .navbar-2 {
    height: 6rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_logo-link {
    width: 240px;
  }

  .logo--icon {
    width: 48px;
  }

  .navbar4_menu-2 {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .navbar4_menu-wrapper-2 {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu__nav__wrap-2 {
    flex-direction: column;
    display: none;
  }

  .menu__left-2 {
    width: 100%;
  }

  .tab-hover {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }

  .tab-innerwrap {
    text-align: left;
    width: auto;
    padding: 1rem 0;
    font-size: 20px;
  }

  .menu--icon {
    color: #fff3;
    width: 40px;
  }

  .menu--icon.is--mob {
    opacity: 1;
    width: 2rem;
  }

  .tab-content-wrapper {
    background-color: #ffffff0d;
  }

  .menu--grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .challenge-menu-text.subhead {
    width: 80%;
    max-width: none;
  }

  .menu--link-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 13px;
    font-weight: 400;
  }

  .menu--link-2:hover {
    background-color: #0000;
  }

  .menu--service-2 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .mobile-mainmenu {
    width: 100%;
    display: block;
  }

  .accordion1_icon {
    color: #fff;
  }

  .menu__hover-2 {
    color: #fff;
    width: 100%;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    display: none;
  }

  .menu__hover-2.is--smaller {
    color: #fffc;
    margin-bottom: 1rem;
    margin-left: 0;
    font-size: 18px;
    display: block;
  }

  .menu__hover-2.is--smaller:hover {
    color: #fff;
  }

  .menu__hover-2.is--smaller.and--first {
    margin-top: 1rem;
  }

  .menu--dropdown--mobile {
    color: #fff;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    transition: all .15s cubic-bezier(.19, 1, .22, 1);
    display: inline-block;
  }

  .dropdown--arrow {
    margin-right: 0;
  }

  .mob--menu--icon {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    display: flex;
  }

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

  .service--desc, .c--menu {
    display: none;
  }

  .sales--wrapper {
    flex-flow: column wrap;
  }

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

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4_line-middle {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon_line-middle-base {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .blog-post-header2_image-wrapper {
    margin-bottom: 3rem;
  }

  .blog-post-header2_image {
    aspect-ratio: 3 / 2;
  }

  .blog-post2-content_content {
    margin-bottom: 3rem;
  }

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

  .blog-post2-related_list {
    grid-template-columns: 1fr 1fr;
  }

  .top--footer--cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer--cta--wrap-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .seo__wrapper-2 {
    margin-bottom: 1rem;
  }

  .seo__wrapper-2.is--lessmar {
    margin-bottom: 24px;
  }

  .h2--sizing {
    font-size: 2rem;
  }

  .top--footer--info {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact--info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 1rem;
  }

  .contact--icon {
    width: 32px;
  }

  .page-padding-3 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .modal1_content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    max-height: none;
    display: flex;
  }

  .modal1-content {
    position: relative;
  }

  .modal1_close-button {
    padding: .5rem;
    right: 1rem;
  }

  .offer-banner {
    display: none;
  }

  .hero--offer--content {
    padding: 2rem;
  }

  .mobile-banner {
    display: inline-block;
  }

  .offer--hero {
    flex-direction: column;
  }

  .hero-banner_slider, .hero-sldier-mask {
    overflow: hidden;
  }

  .hero_section-slider {
    height: auto;
    max-height: none;
  }

  .hero_section-slider.internal {
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .hero_section-slider.about__hero {
    height: 390px;
  }

  .hero_section-slider.blog--heading {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .gallery13_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .career9_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .career9_content.is-3-1 {
    grid-template-columns: 1fr;
  }

  .career9_content-left {
    text-align: center;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .pricing20_grid-list {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }
}

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

  .navbar {
    padding-left: 24px;
  }

  .hero__section.internal {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero__section.about__hero {
    height: 460px;
    padding-bottom: 120px;
  }

  .hero__section.about__hero.is--blog {
    height: auto;
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .nav-link.thin {
    color: var(--black);
    padding: 16px 24px;
  }

  .nav__sep {
    display: none;
  }

  .brand {
    width: 150px;
    margin-right: 0;
    padding-left: 0;
  }

  .dropdown__link {
    color: var(--black);
  }

  .button.ghost.dark.marg {
    margin-left: 0;
  }

  .button.bookpopup.hidedesk {
    width: 95%;
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button.bookpopup.show {
    margin-bottom: 8px;
  }

  .button.is--white.full--mobile {
    max-width: none;
  }

  .button.is-hero {
    display: none;
  }

  .phone__link {
    width: 48px;
    height: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .container.footer {
    flex-direction: column;
    padding-top: 64px;
  }

  .container.review {
    margin-bottom: 40px;
  }

  .container.benefit__condition {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .container.about__split {
    margin-bottom: 40px;
  }

  .container.about__split.flex_box {
    flex-direction: column;
    justify-content: space-around;
  }

  .intro__h1 {
    font-size: 13px;
    line-height: 18px;
  }

  .headline {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .headline.home {
    letter-spacing: -.7px;
    margin-bottom: 24px;
    font-size: 2em;
  }

  .hero__content {
    width: 100%;
    margin-top: 40px;
  }

  .hero__content.home {
    width: 90%;
    margin-top: 40px;
  }

  .corner__shape {
    display: none;
  }

  .heroimg.is-slide {
    min-height: 52vh;
  }

  .overlay__left {
    background-image: linear-gradient(to right, #101019, #10101980);
  }

  .usp__slide {
    text-align: center;
    width: 100%;
    height: 160px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .hide {
    z-index: 1;
    color: #000;
    font-size: 12px;
    display: block;
  }

  .hide.controls {
    bottom: -8px;
  }

  .hide.hidemob, .hide.hidesss, .usl__sep {
    display: none;
  }

  .sec__pad.overflowx.prices__sec {
    padding-top: 40px;
  }

  .sec__pad.overflowx.condition__page__sec {
    padding-bottom: 0;
  }

  .sec__pad.overflowx.blog--sec {
    padding-top: 40px;
  }

  .sec__pad.green__bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sec__pad.testi__sec, .sec__pad.trusted--sec, .sec__pad.sponsor--sec {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .heading__2 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  .button__wrap.beforeafter {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .card--img {
    height: 220px;
  }

  .about__sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta__sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta__top {
    padding: 64px 32px;
  }

  .subheading {
    width: 90%;
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 28px;
  }

  .subheading.white {
    width: 100%;
  }

  .subheading.white.ishome {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .subheading.internal {
    font-size: 32px;
  }

  .ctaimg {
    object-fit: cover;
    height: 170px;
  }

  .footer__col {
    width: 100%;
  }

  .bottom__bar {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .beforeafter {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .before__slide {
    flex-direction: column;
  }

  .ba__img {
    height: 240px;
  }

  .service__split {
    flex-direction: column;
  }

  .faq__section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq__wrap, .faq__wrap.opened {
    width: 90%;
  }

  .question__wrap {
    padding: 8px 24px;
  }

  .answer__wrap {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .question.condition__head {
    font-size: 17px;
    line-height: 1.4;
  }

  .answer {
    font-size: 15px;
    line-height: 28px;
  }

  .faw__drop {
    width: 56px;
  }

  .areas__rtb ol {
    flex-direction: column;
  }

  .expand__wrap.is--faq {
    width: 32px;
  }

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

  .moreinfo__wrap:hover {
    background-color: #0000;
  }

  .moreinfo {
    width: 100%;
    margin-top: 0;
    padding-bottom: 24px;
  }

  .moreinfo p {
    font-size: 16px;
    line-height: 28px;
  }

  .moreinfo__title {
    width: 70%;
    margin-right: 24px;
  }

  .moreinfo__sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list.is-treatment.w--open {
    width: 100%;
    max-height: none;
  }

  .about__para {
    line-height: 28px;
  }

  .consultation__wrap {
    width: 90%;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .about__img {
    width: 80%;
    margin-top: 32px;
    margin-left: 0;
  }

  .smaller__headline {
    font-size: 32px;
    line-height: 38px;
  }

  .about {
    width: 90%;
  }

  .about p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .contact__left {
    padding-left: 16px;
  }

  .contact__right {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    background-size: 50%;
    width: 48px;
    height: 48px;
    margin-left: 0;
  }

  .nav-menu-2 {
    height: 100vh;
    color: var(--black);
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    overflow: auto;
  }

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

  .faq__heading {
    font-size: 24px;
    line-height: 1.3;
  }

  .opening__offers {
    margin-top: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading__3 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  .condition__blue {
    padding: 32px 31px;
  }

  .condition__blue.ctablue {
    padding: 0 24px 40px;
  }

  .benefits__rtb {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .prices__rtb {
    padding-right: 0;
  }

  .prices__rtb li {
    color: #101019cc;
  }

  .prices__rtb h3 {
    font-size: 20px;
    font-weight: 500;
  }

  .prices__rtb h2 {
    font-size: 24px;
    font-weight: 500;
  }

  .mid__cta__block {
    text-align: center;
    flex-direction: column;
    padding: 40px 0;
  }

  .mid__cta__heading {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .condition__head__wrpa {
    justify-content: space-between;
    padding: 16px 24px;
  }

  .conditon__wrapp, .conditon__wrapp.opened {
    width: 90%;
  }

  .condition__answer__wrap {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .condition__intro__head {
    font-size: 24px;
    line-height: 32px;
  }

  .intro__condition {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 23px;
  }

  .slide__content__wrap {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .slide-nav {
    text-align: left;
    padding-left: 40px;
    font-size: 8px;
    display: none;
    bottom: 64px;
  }

  .benefit__image {
    width: 400px;
    height: 400px;
  }

  .bg__shape {
    width: 460px;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
  }

  .dropdown__wrapper {
    width: 100%;
    padding: 8px 16px;
  }

  .left {
    display: none;
  }

  .dropdown-toggle {
    padding: 16px 24px;
  }

  .top__bar {
    display: block;
  }

  .phone__top__block, .social__head {
    display: none;
  }

  .blue__tab {
    padding: 12px;
    font-size: 13px;
  }

  .price {
    margin-top: 3px;
    font-size: 24px;
  }

  .price.internal {
    font-size: 64px;
  }

  .starting__from.internal {
    font-size: 24px;
  }

  .dark__green__btn {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 20px;
  }

  .testi__black__wrap {
    width: 100%;
  }

  .benefit__points {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .benefit__points ul {
    padding-left: 0;
  }

  .before__internal__wrapper {
    flex-direction: column;
    padding-bottom: 56px;
  }

  .cta__form {
    padding: 32px;
  }

  .condition__expandrtb {
    text-align: left;
  }

  .condition__expandrtb li {
    background-image: url('../images/check_1.svg');
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 32px;
    font-size: 15px;
  }

  .team__block {
    flex-direction: column;
  }

  .team__info {
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .team__img {
    width: 100%;
  }

  .terms {
    width: 90%;
  }

  .terms p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .button-2.bookpopup.show {
    margin-bottom: 8px;
  }

  .consultation__wrap-2 {
    width: 90%;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .phone__link-2 {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    display: block;
  }

  .hero--shape {
    width: 120px;
    bottom: -16%;
  }

  .projects-col-item-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .card__content-2 {
    padding-top: 32px;
  }

  .service__desc-2 {
    line-height: 1.6;
  }

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

  .check--wrap {
    border-bottom: 1px solid var(--surface);
    flex-direction: row;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .check--sep {
    display: none;
  }

  .heading--wrap.left-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home--videoo-thumbnail {
    height: 500px;
  }

  .play--buttonwrap {
    font-size: 24px;
  }

  .testimonial21_content {
    width: 20rem;
    min-width: 20rem;
    padding: 1.5rem;
  }

  .testimonial21_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

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

  .testimonial21_client {
    align-items: flex-start;
    width: 100%;
  }

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

  .padding-section-large.is-author {
    padding-top: 10rem;
  }

  .padding-section-large.is-blog {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

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

  .button--row {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

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

  .bio--expander {
    font-size: 15px;
    line-height: 28px;
  }

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

  .price--star {
    width: 100px;
    height: 100px;
    font-size: 11px;
    line-height: 1;
    top: 4%;
    right: 4%;
  }

  .plastic--treatcard {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .surgery--card--content {
    padding-top: 32px;
  }

  .surgery__rtb {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .google-reviews {
    justify-content: center;
    width: 100%;
  }

  .areas__rtb_flex ol {
    flex-direction: column;
  }

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

  .gallery15_slider {
    padding-bottom: 3rem;
  }

  .gallery22_slide {
    padding-right: 1.5rem;
  }

  .gallery22_mask {
    width: 80%;
  }

  .treatment-name {
    font-size: 1rem;
  }

  .image--wrapper.is--ratio {
    aspect-ratio: 1;
    max-height: 100%;
  }

  .image--wrapper.is-treatment {
    max-height: 700px;
  }

  .gallery3_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .gallery3_image-wrapper.is--teeth, .gallery3_lightbox-link.is-teeth {
    max-height: none;
  }

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

  .gallery3_image.is--teeth {
    max-height: none;
  }

  .testimonial4_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial4_divider {
    display: none;
  }

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

  .testimonial4_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .testimonial4_client-info {
    margin-bottom: 1rem;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal-close.hide-mobile-landscape {
    color: #000000e6;
  }

  .mini--banneroffer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fs-select-1 {
    min-width: 0;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .phone--icon.is--cta {
    padding: 10px;
  }

  .seen-ttl {
    flex-wrap: nowrap;
    width: 100%;
  }

  .tech-title {
    font-size: 13px;
  }

  .banner-content {
    text-align: left;
    margin-bottom: 0;
  }

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

  .banner-title {
    letter-spacing: -1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .banner-title.cta__heading {
    text-align: left;
    font-size: 40px;
  }

  .phone-ico.is--cta {
    width: 24px;
    height: 24px;
  }

  .phone-ico.is--cta.is--whatsappicon {
    opacity: 1;
  }

  .new--form--input {
    font-size: 15px;
  }

  .banner__ring__top {
    width: 40%;
    display: none;
  }

  .consult--info--flex.is--formatted {
    flex-direction: column;
    display: flex;
  }

  .below-banner.bnr-sec.innter__cta__banner {
    padding-top: 64px;
  }

  .projects-col-item-3 {
    flex: 0 auto;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video--title {
    font-size: 18px;
  }

  .dropmenu--grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blog40_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog__rtb {
    padding-right: 0;
  }

  .blog__rtb li {
    color: #101019cc;
  }

  .blog__rtb h3 {
    font-size: 20px;
    font-weight: 500;
  }

  .blog__rtb h2 {
    font-size: 24px;
    font-weight: 500;
  }

  .modal3_content-wrapper {
    padding-bottom: 7rem;
  }

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .modal-content {
    padding: 3rem 2rem;
  }

  .modal-content.is--price {
    max-height: 35rem;
  }

  .authour-name {
    font-size: 2rem;
  }

  .blog37_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar-2 {
    height: 100px;
  }

  .navbar4_logo-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    width: auto;
    max-width: 220px;
    margin-right: 1rem;
  }

  .logo--icon {
    width: 20%;
  }

  .navbar4_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar4_menu-wrapper-2 {
    padding-top: 6rem;
  }

  .menu__nav__wrap-2 {
    padding-bottom: 120px;
  }

  .menu__left-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-innerwrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
  }

  .tab-content-wrapper {
    background-color: #fff0;
    padding: 1rem 0;
  }

  .challenge-icon-menu {
    width: 4rem;
    height: 4rem;
    position: relative;
    inset: 0 0 0 0;
  }

  .challenge-menu-text {
    font-size: 1.15rem;
  }

  .challenge-menu-text.subhead {
    width: 100%;
  }

  .menu--link-2 {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
  }

  .menu--service-2 {
    font-size: .9rem;
    font-weight: 500;
  }

  .accordion1_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion1_icon {
    width: 1.75rem;
    position: relative;
    top: 8px;
  }

  .menu__hover-2.is--smaller.and--first {
    margin-top: 2rem;
  }

  .mobile--menugrid {
    flex-direction: column;
    display: flex;
  }

  .service--desc {
    display: none;
  }

  .nav--button {
    padding: 12px 20px;
  }

  .menu--text {
    font-size: .9rem;
    display: none;
  }

  .menu-icon4_line-top, .menu-icon4_line-middle, .menu-icon_line-middle-top, .menu-icon_line-middle-base, .menu-icon4_line-bottom {
    width: 20px;
    height: 1px;
  }

  .blog-details-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .section_blog-post2-content {
    margin-top: -100px;
  }

  .blog-post-header2_image-wrapper, .blog-post2-content_content-top {
    margin-bottom: 2rem;
  }

  .text-size-medium-12 {
    font-size: 1rem;
  }

  .blog-post2-content_content {
    margin-bottom: 2rem;
  }

  .padding-section-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .related--header {
    font-size: 24px;
  }

  .blog-post2-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer3_component {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }

  .seo__wrapper-2 {
    margin-bottom: 24px;
  }

  .intro--h1 {
    font-size: .75rem;
  }

  .h2--sizing {
    letter-spacing: -.05rem;
    font-size: 2rem;
  }

  .button-group {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
  }

  .audit-button {
    width: 100%;
  }

  .cta__m__blue-2.head__cta_seo {
    margin-bottom: 16px;
  }

  .cta__m__blue-2.head__cta_seo.is-bigger.is-cta {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .popup__wrapper {
    height: 100vh;
    position: fixed;
  }

  .popup {
    width: 90%;
  }

  .top--footer--info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    padding-bottom: 0;
  }

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

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .footer--awards {
    margin-bottom: 24px;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .text-size-medium-13 {
    font-size: 1rem;
  }

  .modal1_component {
    align-items: flex-start;
  }

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
  }

  .modal1_close-button {
    padding: .125rem;
    top: .5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .text-size-medium-14 {
    font-size: 1rem;
  }

  .hero--offer--content {
    padding: 1.5rem;
  }

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

  .hero_section-slider.internal {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_section-slider.about__hero {
    height: 460px;
    padding-bottom: 120px;
  }

  .hero_section-slider.about__hero.is--blog {
    height: auto;
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .testimonial7_slider {
    padding-bottom: 3rem;
  }

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

  .text-size-medium-15 {
    font-size: 1rem;
  }

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

  .career9_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .career9_accordion {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .career9_icon-wrapper {
    width: 28px;
  }

  .career9_content-left {
    text-align: center;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .career9_job-department {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .career9_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .price-acc-text {
    font-size: 1.25rem;
  }

  .price-acc-title {
    font-size: 1rem;
  }

  .price-acc-title.is-subheading {
    font-size: .7rem;
  }

  .faq-title {
    font-size: 1.25rem;
  }

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

  .pricing20_grid-list._2col {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pricing20_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .price-disclaimer {
    font-size: 14px;
    line-height: 1.5;
  }

  .package-bottom-cta {
    padding: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 16px;
  }

  .hero__section.internal {
    min-height: 0;
  }

  .hero__section.about__hero {
    height: 400px;
  }

  .hero__section.about__hero.is--blog {
    height: auto;
    margin-bottom: -64px;
  }

  .hero__section.blog--heading {
    height: 400px;
  }

  .brand.mobile__logo {
    width: 45%;
  }

  .button.right {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
  }

  .container.benefit__condition {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero__content.home {
    width: 100%;
  }

  .heroimg.is-slide {
    min-height: 30vh;
  }

  .sec__pad.overflowx.treatment__sec {
    padding-top: 0;
  }

  .sec__pad.overflowx.benefit__sec {
    padding-top: 40px;
  }

  .sec__pad.overflowx.conditions__sec, .sec__pad.overflowx.blog--sec {
    padding-top: 0;
  }

  .sec__pad.overflowx.surgeon--sec, .sec__pad.overflowx.surgery--treatment {
    padding-top: 40px;
  }

  .sec__pad.form__greenbg {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .projects-col-item.condition {
    flex-direction: column;
  }

  .cta__top {
    padding-left: 24px;
    padding-right: 24px;
  }

  .subheading.internal {
    font-size: 24px;
  }

  .cta__gallery.full {
    flex-direction: column;
  }

  .ctaimg {
    max-width: 100%;
  }

  .slider__dots.is--filler.hide-desktop {
    bottom: -11%;
  }

  .beforeafter {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .suitable.contact {
    font-size: 16px;
    line-height: 22px;
  }

  ._50w {
    width: 100%;
  }

  .contact__left {
    margin-bottom: 24px;
  }

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

  .address__wrap {
    flex-direction: column;
  }

  .condition__img__wrap {
    width: 100%;
  }

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

  .benefit__image {
    width: 300px;
    height: 300px;
  }

  .bg__shape {
    width: 340px;
    max-width: 100%;
    height: 340px;
    display: none;
    inset: 0%;
  }

  .conditions__bg.sec__pad.grey {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .service__tab__home {
    margin-left: 0;
  }

  .tab__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .before__after__tab {
    flex-direction: column;
  }

  .before, .after {
    width: 100%;
  }

  .ba__price {
    width: 100%;
    margin-top: 12px;
  }

  .price {
    flex-flow: wrap;
  }

  .benefit__points {
    padding-left: 24px;
  }

  .ba__price__internal {
    width: 100%;
    margin-top: 12px;
  }

  .cta__form {
    border-radius: 20px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .new__field {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.5;
  }

  .button-2.right {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 24px;
  }

  ._50w-2 {
    width: 100%;
  }

  .phone__link-2 {
    margin-right: 8px;
    display: none;
  }

  .hero--shape {
    width: 100px;
    bottom: -16%;
  }

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

  .padding-section-large.is-blog {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }

  .logo--stack.is--partner {
    width: 100%;
    margin-bottom: 8px;
  }

  .logo--stack--img.is--partner {
    max-height: 80px;
    margin-bottom: 8px;
  }

  .mobile--cta--wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .partner--desc {
    font-size: 13px;
  }

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

  .gallery22_mask {
    width: 100%;
  }

  .treatment-name {
    font-size: 1.2rem;
  }

  .gallery3_image.is--dermal, .gallery3_image.is--teeth {
    aspect-ratio: 2 / 3;
  }

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

  .align-left.festivehead {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .red {
    color: #f51111;
  }

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

  .list {
    font-size: 1em;
  }

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

  .btn-primary, .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.bnr {
    max-width: none;
  }

  .phone--icon.is--cta.is--whatsapp.whatsapp_cta {
    padding: 5px 16px;
  }

  .seen-ttl {
    width: 100%;
  }

  .banner-title {
    letter-spacing: -.5px;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .banner-title.cta__heading {
    font-size: 30px;
  }

  .banner__ring__top {
    width: 50%;
    right: 0%;
  }

  .image-18 {
    width: 210px;
    max-width: 100%;
  }

  .below-banner.bnr-sec.innter__cta__banner {
    padding-top: 48px;
  }

  .price--wrap.is-flex {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
  }

  .blog40_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .blog-post-header1_content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-2 {
    height: 72px;
  }

  .navbar4_logo-link {
    width: 60%;
  }

  .menu--link-2 {
    padding-top: 0;
    padding-right: 0;
  }

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

  .section_blog-post2-content {
    margin-top: -80px;
  }

  .blog-post2-content_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post2-content_share.content-top {
    margin-top: 2rem;
  }

  .blog-post2-content_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post2-content_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post2-content_tag-list-wrapper {
    width: 100%;
  }

  .blog-post2-content_tag-list {
    justify-content: flex-start;
  }

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

  .cta__m__blue-2 {
    text-align: center;
  }

  .cta__m__blue-2.head__cta_seo.is-bigger {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .popup__wrapper {
    height: 100vh;
    position: fixed;
  }

  .popup {
    width: 90%;
    padding: 24px;
  }

  .popup--heading-2 {
    text-align: center;
  }

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

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .modal1_close-button {
    right: .5rem;
  }

  .hero_section-slider.internal {
    min-height: 0;
  }

  .hero_section-slider.about__hero {
    height: 400px;
  }

  .hero_section-slider.about__hero.is--blog {
    height: auto;
    margin-bottom: -64px;
  }

  .hero_section-slider.blog--heading {
    height: 400px;
  }

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

  .career9_title-wrapper {
    display: block;
  }

  .career9_title-heading {
    margin-bottom: 1.25rem;
  }

  .pricing20_grid-list._2col {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pricing20_grid-list._2col.mob-1 {
    grid-template-columns: 1fr;
  }

  .pricing20_plan {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .package-bottom-cta {
    padding: 1.5rem;
  }
}

#w-node-_9ed8555e-b022-c150-b301-58579d7ef3d3-396b8551, #w-node-b081b643-46b8-3f75-d88f-5f1f9f18bc45-c9eeb0bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b081b643-46b8-3f75-d88f-5f1f9f18bc51-c9eeb0bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_41d6f75d-9270-af75-8a10-f5b400b23399-00b23392, #w-node-_41d6f75d-9270-af75-8a10-f5b400b2339e-00b23392, #w-node-_2225ac87-9ae5-0485-8f05-2126482e67c7-a7eeb0be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8765f7-cf9c-dde5-c7ae-93cfc02ac0f0-a7eeb0be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9e8765f7-cf9c-dde5-c7ae-93cfc02ac0f1-a7eeb0be {
  place-self: center;
}

#w-node-_72df0544-e7d5-6b2f-b4be-37feff6f9cd2-a6eeb0ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_36f102f8-82f7-a2fe-70bd-649de654cad9-a6eeb0ab {
  grid-area: 4 / 2 / 5 / 2;
  justify-self: center;
}

#w-node-_37b3aeb0-07b0-f83d-d78f-7474d954c885-a6eeb0ab {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-_0344cc49-06c5-3791-9f2c-d48290a05387-90a052e0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7c81bb4f-0d35-f12f-11a4-4dbdc753500a-29eeb0b9, #w-node-fb0de3dd-3709-2ea0-9490-353acc2dea04-cc2de9f7, #w-node-fb0de3dd-3709-2ea0-9490-353acc2dea0f-cc2de9f7, #w-node-fb0de3dd-3709-2ea0-9490-353acc2dea1a-cc2de9f7, #w-node-_11a514d0-aac1-12cd-5bf8-57a7400178ad-e9eeb0af, #w-node-_4a0d83c8-1efe-620c-a921-4c05777b1678-e9eeb0af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a0d83c8-1efe-620c-a921-4c05777b168b-e9eeb0af {
  place-self: center;
}

#w-node-_4a0d83c8-1efe-620c-a921-4c05777b167b-e9eeb0af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4a0d83c8-1efe-620c-a921-4c05777b167c-e9eeb0af {
  place-self: center;
}

#w-node-dd8dc3ea-9b96-618c-b6f6-61c610556951-10556932 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce56-d5eeb0b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce62-d5eeb0b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce63-d5eeb0b3 {
  place-self: center;
}

#w-node-_0f2302f0-8110-6f72-2bdf-ec98043e5f55-0aeeb0b7, #w-node-_481a2c16-5439-38e1-fec4-7b00f926e07d-0aeeb0b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299dad19-ea85-7d46-0074-f1daadd3c639-0aeeb0b7 {
  place-self: center;
}

#w-node-_0f2302f0-8110-6f72-2bdf-ec98043e5f5f-0aeeb0b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0f2302f0-8110-6f72-2bdf-ec98043e5f60-0aeeb0b7 {
  place-self: center;
}

#w-node-f0582d0c-785e-f842-047e-eed01cf47df3-04eeb0bf, #w-node-f0582d0c-785e-f842-047e-eed01cf47dfe-04eeb0bf, #w-node-a46a374b-ac02-93d9-e52b-1f1a7175cfec-a2eeb0b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a46a374b-ac02-93d9-e52b-1f1a7175cff6-a2eeb0b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-a46a374b-ac02-93d9-e52b-1f1a7175cff7-a2eeb0b8 {
  place-self: center;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f58-54eeb0ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f64-54eeb0ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb27313e-6169-f0f8-5909-2bf9a4420cdc-54eeb0ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-46eeb0ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e28d2c-2c74-3f2f-9eff-61adfa689b56-46eeb0ac, #w-node-aa25c6ae-e3ca-d38b-7047-2df7436f4384-46eeb0ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_559d6e29-ce29-edf2-ff6a-de4893f5ac24-46eeb0ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_559d6e29-ce29-edf2-ff6a-de4893f5ac30-46eeb0ac {
  place-self: center;
}

#w-node-_69f166cc-1d21-4837-f3e5-10e86df209b8-d2f644a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f166cc-1d21-4837-f3e5-10e86df209c4-d2f644a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_69f166cc-1d21-4837-f3e5-10e86df209c5-d2f644a8 {
  place-self: center;
}

#w-node-_03ce0cae-13cf-8815-ff97-1388ada8b9ef-d2f644a8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59cfb569-2307-c21a-b5e7-0786e395d5fb-ec7b47f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59cfb569-2307-c21a-b5e7-0786e395d60b-ec7b47f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_59cfb569-2307-c21a-b5e7-0786e395d60c-ec7b47f4 {
  place-self: center;
}

#w-node-_0b47024e-f2e0-6b05-8239-f1d5396298cb-7ef64de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b47024e-f2e0-6b05-8239-f1d5396298d7-7ef64de2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0b47024e-f2e0-6b05-8239-f1d5396298d8-7ef64de2 {
  place-self: center;
}

#w-node-_22474994-a1d8-3552-96a4-6eae5e3af21a-2bd44cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22474994-a1d8-3552-96a4-6eae5e3af224-2bd44cf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_22474994-a1d8-3552-96a4-6eae5e3af225-2bd44cf1 {
  place-self: center;
}

#w-node-_47831d5a-e5a5-7549-5271-887d62c0cf07-ca3b9a47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47831d5a-e5a5-7549-5271-887d62c0cf12-ca3b9a47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_47831d5a-e5a5-7549-5271-887d62c0cf13-ca3b9a47 {
  place-self: center;
}

#w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-c6987ba6, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-95f4eb71, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-59d711fa, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-29cde728, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-0d1e0b6a, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-b8ef869f, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-4898ccfb, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-9cf53dbd, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-12a23c8e, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-fda2532f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ce896eb-ac36-ee32-c700-1be1e217a3eb-85f625c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bfb74050-1b15-74f2-9d6b-218b1b7bba11-85f625c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e9601246-ed14-f457-5a42-12e066962beb-b21051e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9601246-ed14-f457-5a42-12e066962bf7-b21051e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-e9601246-ed14-f457-5a42-12e066962bf8-b21051e9 {
  place-self: center;
}

#w-node-e9601246-ed14-f457-5a42-12e066962beb-9457923f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9601246-ed14-f457-5a42-12e066962bf7-9457923f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-e9601246-ed14-f457-5a42-12e066962bf8-9457923f {
  place-self: center;
}

#w-node-e9601246-ed14-f457-5a42-12e066962beb-0fcf116e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9601246-ed14-f457-5a42-12e066962bf7-0fcf116e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-e9601246-ed14-f457-5a42-12e066962bf8-0fcf116e {
  place-self: center;
}

#w-node-e9601246-ed14-f457-5a42-12e066962beb-86ec5af5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9601246-ed14-f457-5a42-12e066962bf7-86ec5af5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-e9601246-ed14-f457-5a42-12e066962bf8-86ec5af5 {
  place-self: center;
}

#w-node-_532e9859-e473-30e1-3332-a90d3fb87d53-7fcf0aa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4300388b-a44d-8271-2fda-00f3b52d6437-7fcf0aa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_18583c4d-31be-170d-7eda-df8c43dcf2b6-7fcf0aa5 {
  place-self: center;
}

#w-node-e46a0e23-f31e-12fb-96fc-547766b408ab-b3e20c1d, #w-node-_37e4c476-1ea6-f3c5-70e5-dc52b56ea4d8-6fc4ac5b, #w-node-_5b715aab-41a9-1e45-7e4d-e83a02507eb3-17e438a3, #w-node-b8cbca51-c108-1df0-ab4b-93cdf5054df7-ae36a3c1, #w-node-_4d0ccc06-2206-bf72-6a6b-66302584fb91-00cdbdde {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ac93034-77c0-165f-898d-e633dcac33fe-037910a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ac93034-77c0-165f-898d-e633dcac3408-037910a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a2d6fde3-f656-ab1e-5730-ecf4770f9b34-037910a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1dee3e7-5473-6056-634d-42e332218233-037910a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c1dee3e7-5473-6056-634d-42e332218234-037910a0, #w-node-c1dee3e7-5473-6056-634d-42e332218229-037910a0, #w-node-c6d6a6f3-dc50-8c98-069f-9e9f7e978360-037910a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6d6a6f3-dc50-8c98-069f-9e9f7e97836b-037910a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c6d6a6f3-dc50-8c98-069f-9e9f7e97836c-037910a0, #w-node-_8ac93034-77c0-165f-898d-e633dcac33fe-4a80128c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe3c627a-7ede-6e38-6534-43108ec5b2b7-4a80128c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8ac93034-77c0-165f-898d-e633dcac33fe-97bcb94e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d99e514-42b5-e4d4-b356-bbfd23b01d4d-97bcb94e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8db01bde-cff8-7cd7-96ca-70bccdba12cc-4e482100 {
  place-self: stretch stretch;
}

#w-node-f8060989-7fbe-becc-87a5-4c10c03b239c-0ae0edd1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f657f46d-dc7b-81a0-b072-3916987eca6e-987eca68, #w-node-_88073313-f9b6-5721-a394-9972d404ff43-1946384d {
  justify-self: start;
}

#w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-0da6a634, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-6efa1df2, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-96c2c46a, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-d0fa9b5c, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-6bb55eea, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-b4909249, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-198ebf89, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-a5893f3e, #w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f58-36efc128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f64-36efc128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb27313e-6169-f0f8-5909-2bf9a4420cdc-36efc128 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f58-3c1e78e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f64-3c1e78e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb27313e-6169-f0f8-5909-2bf9a4420cdc-3c1e78e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ffde9129-3390-03dd-c74d-3e9ba378b7a7-a378b709 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f58-cdfb62e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f64-cdfb62e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb27313e-6169-f0f8-5909-2bf9a4420cdc-cdfb62e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f58-9bf398f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f64-9bf398f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb27313e-6169-f0f8-5909-2bf9a4420cdc-9bf398f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f58-d3054a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f64-d3054a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb27313e-6169-f0f8-5909-2bf9a4420cdc-d3054a48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f58-07efa3f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f64-07efa3f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb27313e-6169-f0f8-5909-2bf9a4420cdc-07efa3f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-6d46ce81, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-8a950083, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-f3aba855, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-d1853bf7, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-9b57bb4f, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-27b172ea, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-175f1b3e, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-f5dc5bc9, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-ba4c2050, #w-node-_6c7a569b-9648-ef51-6814-d18240e9ce56-6557e8be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce62-6557e8be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce63-6557e8be {
  place-self: center;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce56-b7143da5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce62-b7143da5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce63-b7143da5 {
  place-self: center;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce56-1b0c4779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce62-1b0c4779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6c7a569b-9648-ef51-6814-d18240e9ce63-1b0c4779 {
  place-self: center;
}

#w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-932147ec, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-7c6ab252, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-30ff9f42, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-16a3c9a1, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-82dc7008, #w-node-_6c7a569b-9648-ef51-6814-d18240e9ce56-aacb88fa, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-3e50641d, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-b1eae067, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-4b61709e, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-b9ae03ed, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-da40b889, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-713be84b, #w-node-baff6c48-b7db-d25e-4e97-fde57617a073-154b1a19, #w-node-_378c9f08-5556-e43d-7b9f-20fd89f91749-154b1a19, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-773c4769, #w-node-_169b555c-689a-ee31-25cb-04b0b2774408-6665663c, #w-node-_169b555c-689a-ee31-25cb-04b0b277440c-6665663c, #w-node-_169b555c-689a-ee31-25cb-04b0b2774408-96d55905, #w-node-_7a879a1b-c713-50f6-6942-586be253be2d-96d55905, #w-node-_58c60b5e-2063-d685-0e89-6d783ad7fad4-96d55905, #w-node-_3d639698-d959-c18f-be44-56f484f7afca-96d55905, #w-node-_82742f8d-9ff4-3b8e-763a-f4c90fc0e094-96d55905, #w-node-_9502e29c-e27f-123d-2175-b34a3520c9e5-96d55905, #w-node-_2e64c848-98ed-fe25-aa4f-6a19da2f85c6-96d55905, #w-node-d83e1b92-c69b-01fd-5b1e-cb98c85b1ce0-96d55905, #w-node-_2ba4e5b1-2d08-e9d9-1516-1846bfea70f0-96d55905, #w-node-_169b555c-689a-ee31-25cb-04b0b277440c-96d55905, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-4314dbad, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-210d6e91, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-eebd7a1b, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-a66c4ec7, #w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f58-57ee145c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f64-57ee145c, #w-node-ed2100ed-d3df-22d7-edaa-283cbac56202-57ee145c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ed2100ed-d3df-22d7-edaa-283cbac561e3-57ee145c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fcc3eb4-ad9a-8682-a906-bc0f93d31923-57ee145c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0fcc3eb4-ad9a-8682-a906-bc0f93d31904-57ee145c, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-9b0619d4, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-da3c01f9, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-698e7ca2, #w-node-b081b643-46b8-3f75-d88f-5f1f9f18bc45-4cdddfb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b081b643-46b8-3f75-d88f-5f1f9f18bc51-4cdddfb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b081b643-46b8-3f75-d88f-5f1f9f18bc45-d201b685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b081b643-46b8-3f75-d88f-5f1f9f18bc51-d201b685 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-58373759, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-98fd5b66, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-6c0d100c, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-fa190c5b, #w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f58-2aceff16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f64-2aceff16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb27313e-6169-f0f8-5909-2bf9a4420cdc-2aceff16, #w-node-b49839c5-0919-fcdd-8456-fb91452ebfd1-2aceff16, #w-node-_41141831-2d1c-707d-e5f6-2c3d29cd6625-d19cc0e1, #w-node-_6b1a3f18-f214-9e85-940f-1d15792ed030-d19cc0e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b83d831a-094c-69de-9cdb-b7f102d39f9f-a246dd8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b83d831a-094c-69de-9cdb-b7f102d39fb1-a246dd8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b4136c94-605b-2978-0cc6-d78f9465a58f-a246dd8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4136c94-605b-2978-0cc6-d78f9465a5ad-a246dd8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-aeb3f7fe, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-c50a78c6, #w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-2cbfafff, #w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f58-630c853d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d973737-0597-8ef3-e5e2-f3052ff43f64-630c853d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fb27313e-6169-f0f8-5909-2bf9a4420cdc-630c853d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6456b5ed-23d5-b0b2-3837-a582780e85ec-630c853d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f48afdc7-9d5e-7de6-a98c-7ca619eb59ce-a013db5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_88073313-f9b6-5721-a394-9972d404ff43-1946384d {
    justify-self: stretch;
  }

  #w-node-_6c7a569b-9648-ef51-6814-d18240e9ce62-aacb88fa {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3dc6fd4d-a3f8-5ecb-f4aa-4a3afc571afa-fc571aeb, #w-node-_96783a5b-f170-81a9-0e83-f08cfd7d3785-fd7d376e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f657f46d-dc7b-81a0-b072-3916987eca6e-987eca68 {
    justify-self: center;
  }

  #w-node-b49839c5-0919-fcdd-8456-fb91452ebfd1-2aceff16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41141831-2d1c-707d-e5f6-2c3d29cd6625-d19cc0e1, #w-node-_6b1a3f18-f214-9e85-940f-1d15792ed030-d19cc0e1 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_96783a5b-f170-81a9-0e83-f08cfd7d3775-fd7d376e, #w-node-_96783a5b-f170-81a9-0e83-f08cfd7d3779-fd7d376e, #w-node-_96783a5b-f170-81a9-0e83-f08cfd7d377d-fd7d376e, #w-node-_96783a5b-f170-81a9-0e83-f08cfd7d3781-fd7d376e, #w-node-b49839c5-0919-fcdd-8456-fb91452ebf0a-2aceff16, #w-node-b49839c5-0919-fcdd-8456-fb91452ebf3c-2aceff16, #w-node-b49839c5-0919-fcdd-8456-fb91452ebf6f-2aceff16, #w-node-b49839c5-0919-fcdd-8456-fb91452ebf9f-2aceff16 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b49839c5-0919-fcdd-8456-fb91452ebfd1-2aceff16 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1daf3f93-37c2-c63e-e7e0-5d14d09c1621-d19cc0e1, #w-node-bb0ee6b5-5a8f-f8c5-9879-02b415804cf7-d19cc0e1, #w-node-_579a3a4d-db51-ca5e-7506-46ab804573e7-d19cc0e1, #w-node-ff2fd9b3-4b99-aa78-b586-d65f4ec77b34-d19cc0e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41141831-2d1c-707d-e5f6-2c3d29cd6625-d19cc0e1 {
    grid-column: span 2 / span 2;
  }
}


