:root {
  --primary-100: black;
  --primary-300: #f2f2f2;
  --white: white;
  --light-sky-blue: #8dc6e8;
  --midnight-blue: #1d2545;
  --gold: #ffd13f;
  --secondary-100: #999;
  --primary-200: grey;
  --alice-blue: #cde2f2;
  --dark-slate-blue: #014083;
  --secondary-300: #666;
  --dim-grey: #706f6f;
  --white-smoke: #ededed;
}

body {
  color: var(--primary-100);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 20px;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

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

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

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

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

.navbar {
  background-color: var(--primary-300);
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-around;
  height: 56px;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.navbar-black {
  border-bottom-width: 0;
  border-bottom-color: var(--primary-100);
  opacity: 1;
  object-fit: fill;
  border-bottom-width: 0;
  border-bottom-color: var(--primary-100);
  opacity: 1;
  object-fit: fill;
  background-color: #1d2545e6;
  height: 100px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1408px;
  height: auto;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
  position: relative;
}

.navbar-button {
  background-color: var(--light-sky-blue);
  color: var(--midnight-blue);
  text-align: center;
  border: 1px solid #ffd13f00;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Helvetica neue, sans-serif;
  font-weight: 300;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.navbar-button:hover {
  background-color: var(--gold);
  color: var(--midnight-blue);
  border-style: none;
  font-family: Helvetica neue, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.navbar-button.btn-invert {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--midnight-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Helvetica neue, sans-serif;
  font-weight: 700;
  display: flex;
}

.navbar-button.btn-invert:hover {
  border-color: var(--white);
  background-color: #0000;
}

.navbar-button.btn-invert.w--current {
  color: var(--midnight-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  font-family: Helvetica neue, sans-serif;
  font-weight: 700;
  display: flex;
}

.container {
  z-index: 2;
  text-align: left;
  max-width: 1408px;
  padding: 10px 56px;
  display: block;
  position: relative;
}

.container.container-small {
  flex: 0 auto;
  justify-content: flex-start;
  max-width: 700px;
  font-family: Helvetica Now Display W01 Rg;
  font-size: 18px;
  display: block;
}

.m {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Helvetica neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  position: static;
}

.m.text-dark-grey p {
  margin-bottom: 20px;
}

.m.text-ligth-grey.test {
  transition: all .2s;
}

.m.text-ligth-grey.title-tab-info {
  flex: 1;
  font-family: Helvetica Now Display W01 Light;
  font-weight: 300;
  transition: all .2s;
}

.m.text-white {
  text-align: center;
  flex: 0 auto;
  margin-bottom: 20px;
}

.m.strong {
  font-family: Helvetica Now Display W01 Bold;
}

.m.treatment-white {
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
}

.m.treatment-navy {
  text-align: center;
}

.m.light {
  font-weight: 300;
}

.m.treatment-navy {
  color: var(--white);
  text-align: center;
  margin-bottom: 15px;
}

.s {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Helvetica neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.s.text-white {
  z-index: 11;
  color: var(--white);
  position: relative;
}

.l {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  display: block;
  position: static;
}

.l.text-white {
  z-index: 20;
  color: var(--white);
  position: relative;
  inset: auto 0% 0%;
}

.l.regular {
  font-family: Helvetica Now Display W01 Light;
  font-weight: 300;
}

.l.centered-title {
  color: var(--midnight-blue);
}

.body-s {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.body-s.uppercase {
  font-family: Helvetica neue, sans-serif;
}

.body-s.text-white {
  color: var(--white);
  margin-top: auto;
}

.body-s a {
  color: var(--primary-100);
}

.body-s.text-ligth-grey {
  padding-top: 0;
  padding-bottom: 21px;
  display: block;
}

.body-m {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helvetica neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.body-m.text-white {
  z-index: 19;
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.body-m.text-white.centered-text {
  text-align: center;
  width: auto;
}

.body-m.text-dark-grey {
  color: var(--midnight-blue);
}

.body-m.strong {
  font-family: Helvetica Now Display W01 Bold;
}

.body-m.treatment {
  color: #666;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.body-m.text-navy {
  text-align: center;
}

.body-m.whitecolor {
  color: var(--white);
  width: auto;
}

.body-m.dropdown-title {
  font-family: Helvetica neue, sans-serif;
}

.body-m.centered-text {
  text-align: center;
}

.body-m.testi {
  text-align: center;
  margin-top: -10px;
  margin-bottom: -4px;
}

.body-m.heading-2 {
  color: var(--midnight-blue);
  font-size: 18px;
  font-weight: 700;
}

.body-m.cta {
  margin-bottom: 0;
}

.nav-link {
  color: var(--secondary-100);
  border-bottom: 1px solid #0000;
  align-items: center;
  height: 56px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
  font-family: Helvetica neue, sans-serif;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  border-bottom-color: var(--gold);
  color: var(--primary-100);
}

.nav-link.nav-link-product {
  flex-direction: row;
  align-items: center;
  height: 56px;
  margin-right: 0;
  display: flex;
}

.nav-link.nav-link-submenu {
  border-bottom-width: 0;
}

.nav-link.nav-link-submenu.w--current {
  color: #ccc;
  border-bottom-width: 0;
}

.nav-link.nav-link-submenu.nav-link-submenu-navy {
  color: var(--midnight-blue);
}

.nav-link.nav-link-submenu.nav-link-submenu-navy:hover {
  color: var(--gold);
}

.nav-link.nav-link-white {
  color: var(--white);
  border-bottom-style: solid;
}

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

.nav-link.nav-link-white.w--current:hover {
  border-bottom-color: var(--gold);
}

.nav-link.nav-link-white.test {
  z-index: auto;
  width: 208px;
  margin-right: 0;
  position: absolute;
  right: 94px;
}

.img-logo {
  margin-right: 16px;
}

.img-logo.img-logo-invert, .img-logo.logo-invert, .img-logo.img-logo-invert, .img-logo.logo-invert {
  filter: invert();
}

.nav-menu {
  align-items: center;
  height: 56px;
  display: flex;
  position: static;
}

.div-block {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-menu-button {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-button.nav-menu-button-mobile {
  display: none;
}

.footer {
  background-color: var(--midnight-blue);
  padding-top: 64px;
  padding-bottom: 76px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-link-menu {
  color: #f2f2f2;
  margin-bottom: 8px;
  font-family: Helvetica neue, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.footer-link-menu.body-l {
  margin-bottom: 8px;
  font-family: Helvetica Now Display W01 Light;
  font-weight: 300;
}

.footer-link {
  color: var(--white);
  text-transform: none;
  margin-bottom: 8px;
  font-family: Helvetica neue, sans-serif;
  font-style: normal;
  line-height: 16px;
  text-decoration: none;
}

.footer-link.body-xs {
  text-transform: capitalize;
  text-decoration: none;
  display: block;
}

.footer-link-legal {
  color: var(--white);
  margin-bottom: 20px;
  text-decoration: none;
}

.footer-link-legal.body-xs {
  margin-bottom: 20px;
}

.last {
  margin-bottom: 0;
}

.menu-button.menu-button-white {
  display: none;
}

.body-xs {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-family: Helvetica neue, sans-serif;
  font-weight: 300;
  line-height: 24px;
}

.body-xs.image-caption {
  color: #be0000;
}

.body-xs.caption {
  color: #fff;
  text-align: center;
  margin-top: -24px;
  padding-bottom: 15px;
  font-size: 20px;
}

.body-xs.prespace {
  padding-top: 20px;
}

.body-xs.prespace.text-white {
  padding-top: 40px;
}

.body-l {
  color: var(--midnight-blue);
  text-align: left;
  flex-direction: row;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: auto;
  font-family: Helvetica neue, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
  overflow: visible;
}

.body-l.text-white {
  z-index: 10;
  width: auto;
  position: static;
}

.body-l.text-white.product-text-60 {
  width: auto;
  font-size: 18px;
}

.body-l.strong {
  font-family: Helvetica Now Display W01 Bold;
  font-weight: 700;
}

.body-l.quote {
  text-align: center;
}

.body-l.bold {
  font-weight: 700;
}

.body-l.form-heading {
  text-align: center;
  font-weight: 700;
  display: none;
}

.text-ligth-grey {
  color: #999;
  font-family: Helvetica neue, sans-serif;
}

.item-grid-blog {
  color: var(--primary-100);
  width: 100%;
  height: 524.797px;
  text-decoration: none;
  position: relative;
}

.hero-article {
  margin-top: 56px;
  display: none;
}

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

.div-block-11 {
  margin-top: 16px;
  margin-bottom: 40px;
}

.div-block-12 {
  margin-top: 16px;
}

.div-block-13 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  height: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 80px;
  display: flex;
}

.columns-2 {
  align-items: stretch;
  display: flex;
}

.icon-rrss {
  cursor: pointer;
  margin-left: 9px;
  margin-right: 9px;
}

.icon-rrss.mobile-only {
  display: none;
}

.div-block-14 {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 40px;
}

.div-block-15 {
  border-bottom: 1px solid #c4c4c4;
}

.article-content {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 80px;
  margin-bottom: 73px;
  display: flex;
}

.related-posts {
  margin-bottom: 89px;
  display: block;
  overflow: hidden;
}

.div-block-16 {
  margin-top: 24px;
  margin-bottom: 32px;
}

.item-related-posts {
  transition: all .2s;
}

.item-content-related-posts {
  padding: 24px 0 0;
}

.date-item-related-posts {
  margin-top: 9px;
  padding-bottom: 10px;
}

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

.div-block-17 {
  height: 100%;
}

.slider-related-posts {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  width: 100%;
  padding-bottom: 0;
}

.text-white {
  color: #f2f2f2;
  font-family: Helvetica neue, sans-serif;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.link-professional-page {
  color: var(--primary-100);
  text-decoration: none;
}

.link-professional-page.bold {
  color: var(--midnight-blue);
}

.change-page {
  background-color: var(--gold);
}

.footer__col3 {
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.logo-footer {
  margin-right: 24px;
}

.logo-footer.logo-bio-science {
  margin-top: 5px;
}

.submenu {
  z-index: 99;
  background-color: var(--white);
  border-bottom: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  display: none;
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
}

.submenu.submenu-products {
  display: none;
}

.submenu.submenu-black-copy, .submenu.submenu-black-copy-copy {
  border-bottom-color: var(--primary-100);
  background-color: #252527;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: none;
}

.submenu.submenu-alice-2 {
  border-bottom-color: var(--primary-100);
  background-color: var(--alice-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: none;
}

.submenu.submenu-alice-2.submenu-products {
  color: var(--midnight-blue);
}

.submenu.submenu-alice {
  border-bottom-color: var(--primary-100);
  background-color: var(--alice-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: none;
}

.submenu.submenu-alice.submenu-treatments {
  border-bottom-style: none;
  border-bottom-width: 0;
  height: 56px;
  display: none;
  top: 98px;
}

.submenu.submenu-alice.submenu-products {
  border-bottom-style: none;
  display: none;
}

.collection-list-7 {
  justify-content: center;
  display: flex;
}

.nav-link-submenu {
  cursor: pointer;
  align-items: center;
  height: 56px;
  display: flex;
}

.header-menu-mobile, .image-12, .image-12.icon-white, .image-12.icon-white {
  display: none;
}

.div-block-84 {
  margin-right: 8px;
}

.wrapper-logos-footer {
  flex-direction: column;
  display: flex;
}

.wrapper-logo-bio {
  margin-top: 15px;
  margin-left: 8px;
}

.brand-logo-2 {
  color: gray;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.rich-text-block {
  color: var(--midnight-blue);
  text-align: justify;
  letter-spacing: .5px;
  max-width: 700px;
  padding-right: 0;
  font-family: Helvetica neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.rich-text-block p {
  color: var(--primary-100);
  font-family: Helvetica Now Display W01 Rg;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.rich-text-block h2 {
  font-family: Helvetica Now Display W01 Bold;
  font-size: 30px;
  font-weight: 400;
}

.rich-text-block h4 {
  font-family: Helvetica Now Display W01 Bold;
}

.rich-text-block.center {
  max-width: none;
}

.container-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -69px;
  padding-left: 146px;
  padding-right: 145px;
  display: block;
}

.container-3.hidden {
  margin-top: -23px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.collection-list-wrapper-12 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 250px;
  margin-top: 0;
  padding-left: 18px;
  display: block;
}

.collection-list-wrapper-13, .heading-3 {
  display: none;
}

.bold {
  font-weight: 700;
}

.div-block-97 {
  background-image: linear-gradient(to top, var(--dark-slate-blue), white);
  mix-blend-mode: multiply;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-article-blog {
  margin-top: 56px;
}

.hero__article__text {
  text-align: left;
  background-color: #0000;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 56px 56px 100px;
  display: flex;
  position: relative;
}

.footer-treatments {
  padding-bottom: 10px;
}

.footer__title {
  color: var(--white);
  font-family: Helvetica neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.footer__grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

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

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

.news__title__article-2 {
  z-index: 16;
  color: var(--midnight-blue);
  margin-top: 10px;
  font-family: Helvetica neue, sans-serif;
  font-size: 42px;
  line-height: 44px;
  position: relative;
}

.blog__title__in {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.news__category-2 {
  z-index: 18;
  border: 1px solid var(--gold);
  color: var(--gold);
  margin-bottom: 10px;
  padding: 8px 8px 4px;
  font-family: Helvetica neue, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

.blog__hero__title {
  z-index: 2;
  text-align: left;
  flex-direction: row;
  max-width: 1408px;
  padding: 10px 56px;
  display: flex;
  position: relative;
}

.blog__hero__title.container-small {
  flex: 0 auto;
  justify-content: flex-start;
  max-width: 700px;
  font-family: Helvetica Now Display W01 Rg;
  font-size: 18px;
  display: block;
}

.grid-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  place-items: center start;
}

.blog__hero__title__2 {
  z-index: 2;
  text-align: left;
  max-width: 1408px;
  padding: 10px 56px;
  display: none;
  position: relative;
  overflow: visible;
}

.blog__hero__title__2.container-small {
  flex: 0 auto;
  justify-content: flex-start;
  max-width: 700px;
  font-family: Helvetica Now Display W01 Rg;
  font-size: 18px;
  display: block;
}

.blog__related__posts__title {
  padding-left: 18px;
}

.div-block-452 {
  background-color: var(--light-sky-blue);
  color: #999;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  display: block;
}

.container-112 {
  background-color: #6660;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1408px;
  height: 30px;
  padding-left: 56px;
  padding-right: 56px;
  display: block;
}

.div-block-453 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 37px;
  display: flex;
}

.div-block-454 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.link-34 {
  color: var(--dark-slate-blue);
  justify-content: flex-end;
  align-items: center;
  height: auto;
  font-family: Helvetica neue, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-34:hover {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .container.center {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-professional-wrapper.hero-bg-black {
    min-height: auto;
  }

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

  .header-wrapper_left.product-page {
    max-width: 50%;
    margin-left: 0;
  }

  .nav-link-submenu-2, .div-block-214, .dropdown-toggle-7 {
    display: none;
  }

  .heading-39 {
    font-size: 34px;
    line-height: 40px;
  }

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

  .container-24 {
    padding-bottom: 90px;
  }

  .benefit-heading {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .text-block-97 {
    font-size: 20px;
  }

  .clinic-sec {
    padding-left: 40px;
  }

  .form-block-5 {
    padding-right: 10px;
  }

  .div-block-334 {
    margin-right: 10px;
  }

  .section-00 {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section-00.w {
    background-size: 100% 76%;
  }

  .section-00.w.n {
    background-color: #00000026;
    height: 120vw;
    display: block;
  }

  .section-00.w.n.r {
    height: 140vw;
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-container {
    max-width: 1600px;
    position: static;
  }

  .navbar-button {
    font-size: 18px;
  }

  .container {
    max-width: 1408px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .container.center {
    margin-left: auto;
    margin-right: auto;
  }

  .values {
    background-color: #e5e5e5;
    padding-top: 56px;
  }

  .values-wrapper {
    max-width: none;
  }

  .xxl.text-white {
    font-size: 50px;
  }

  .hero-professional-wrapper.hero-bg-black {
    min-height: auto;
    padding-top: 0;
    position: static;
  }

  .professional-col-img {
    overflow: hidden;
  }

  .professional-col-img.full {
    object-fit: fill;
    object-fit: fill;
    inset: auto 0% 0%;
    position: static;
    inset: auto 0% 0%;
  }

  .news {
    padding-top: 56px;
  }

  .hero-img-snd {
    width: auto;
    height: auto;
  }

  .collection-list-4 {
    grid-template-rows: auto;
  }

  .treatment.slide-in {
    max-width: none;
  }

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

  .image-7 {
    display: none;
  }

  .wrapper-lightbox {
    width: 100%;
  }

  .wrapper-aplication {
    max-width: none;
  }

  .first-image-wrap, .snd-image-wrap {
    height: 100%;
  }

  .product-image-hero {
    overflow: hidden;
  }

  .patient-col-text-wrapper {
    top: 38%;
  }

  .professional-col-text-copy {
    display: block;
  }

  .treatment-copy, .treatment-copy.slide-in, .treatment-copy.slide-in {
    max-width: none;
  }

  .text-field, .textarea {
    border-bottom-color: var(--gold);
  }

  .btn-submit.btn-gold {
    background-color: var(--gold);
    background-color: var(--gold);
    padding: 12px 20px 10px;
    font-family: Helvetica neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .collection-item-13 {
    width: 100%;
  }

  .container-2 {
    max-width: 1600px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .grid-5 {
    grid-template-areas: "Area-2 Area Area-3 Area-4"
                         "Area-5 Area-6 Area-7 Area-8";
    display: none;
  }

  .treatment__card {
    background-color: var(--light-sky-blue);
  }

  .treatment__card.smooth_skin {
    background-color: var(--midnight-blue);
  }

  .treatment__card.facial_contouring {
    background-color: var(--gold);
  }

  .treatment__card.better__aging {
    background-color: var(--dark-slate-blue);
  }

  .div-centered-vert.alice-bg, .image-flex {
    flex: 1;
  }

  .square-gold, .square-sky, .square-white, .square-white2 {
    margin-bottom: 40px;
    padding-bottom: 0;
    bottom: 20px;
  }

  .subtitle-treatments {
    max-width: 1600px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .square__title {
    margin-bottom: 40px;
    padding-bottom: 0;
    bottom: 20px;
  }

  .blog__hero__title, .blog__hero__title__2 {
    max-width: 1600px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .news__wrapper {
    max-width: none;
  }

  .square__404 {
    margin-bottom: 40px;
    padding-bottom: 0;
    bottom: 20px;
  }

  .treatment__card__mob__01 {
    background-color: var(--light-sky-blue);
  }

  .treatment__card__mob__01.smooth_skin {
    background-color: var(--midnight-blue);
  }

  .treatment__card__mob__01.facial_contouring {
    background-color: var(--gold);
  }

  .treatment__card__mob__01.better__aging {
    background-color: var(--dark-slate-blue);
  }

  .treatment__card__mob__02 {
    background-color: var(--light-sky-blue);
  }

  .treatment__card__mob__02.smooth_skin {
    background-color: var(--midnight-blue);
  }

  .treatment__card__mob__02.facial_contouring {
    background-color: var(--gold);
  }

  .treatment__card__mob__02.better__aging {
    background-color: var(--dark-slate-blue);
  }

  .treatment__card__mob__03 {
    background-color: var(--light-sky-blue);
  }

  .treatment__card__mob__03.smooth_skin {
    background-color: var(--midnight-blue);
  }

  .treatment__card__mob__03.facial_contouring {
    background-color: var(--gold);
  }

  .treatment__card__mob__03.better__aging {
    background-color: var(--dark-slate-blue);
  }

  .treatment__card__mob__04 {
    background-color: var(--light-sky-blue);
  }

  .treatment__card__mob__04.smooth_skin {
    background-color: var(--midnight-blue);
  }

  .treatment__card__mob__04.facial_contouring {
    background-color: var(--gold);
  }

  .treatment__card__mob__04.better__aging {
    background-color: var(--dark-slate-blue);
  }

  .container-9 {
    max-width: 1600px;
    padding-left: 56px;
    padding-right: 56px;
  }

  .div-block-104 {
    max-width: 1408px;
  }

  .div-block-110 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-111 {
    width: 40%;
  }

  .image-wrapper {
    margin-left: 0;
  }

  .my-select-field-2 {
    margin-bottom: 0;
    padding: 10px;
  }

  .navbar-container-2 {
    max-width: 1600px;
    position: static;
  }

  .heading-39 {
    font-size: 38px;
    line-height: 46px;
  }

  .text-block-94 {
    font-size: 22px;
    line-height: 30px;
  }

  .button-4 {
    font-size: 18px;
  }

  .benefit-heading {
    font-size: 28px;
  }

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

  .text-block-97 {
    font-size: 24px;
  }

  .poland {
    cursor: pointer;
  }

  .div-block-331 {
    padding-left: 40px;
  }

  .collection-list-23 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-40 {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 48px;
  }

  .div-block-334 {
    margin-bottom: 20px;
  }

  .div-block-337 {
    margin-left: 20px;
  }

  .l-4 {
    font-size: 36px;
  }

  .l-4.regular.camp {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-336 {
    margin-top: 10px;
  }

  .link-block-18 {
    width: 240px;
  }

  .div-block-335 {
    margin-bottom: 20px;
  }

  .text-block-105 {
    font-size: 12px;
  }

  .link-block-17 {
    width: 240px;
    height: 40px;
  }

  .body-m-4.camp {
    font-size: 18px;
  }

  .button-7, .button-8 {
    width: 240px;
    padding-left: 75px;
  }

  .image-151 {
    object-fit: fill;
    width: 100%;
    height: auto;
    margin-top: 0;
    position: static;
  }

  .btn-submit-3.btn-gold {
    background-color: #ffd13f;
    padding: 12px 20px 10px;
    font-family: Helvetica neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .textarea-2, .text-field-9 {
    border-bottom-color: #ffd13f;
  }

  .section-00 {
    background-size: 92%;
  }

  .section-00.w {
    background-color: #ffffff82;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
  }

  .section-00.w.n {
    background-color: #00000026;
    width: 100%;
    height: 101vw;
    display: block;
  }

  .section-00.w.n.r {
    display: none;
  }

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

  .section-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-449 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: visible;
  }

  .heading-44 {
    flex: none;
    margin-bottom: 0;
    font-size: 70px;
  }

  .text-block-169 {
    color: var(--midnight-blue);
    font-size: 38px;
  }

  .button-11 {
    align-self: auto;
    font-size: 24px;
  }

  .div-block-531 {
    position: relative;
  }

  .paragraph-25 {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .container-112 {
    max-width: 1600px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 1600px;
  }

  .container.center {
    margin-left: auto;
    margin-right: auto;
  }

  .img-logo.img-logo-invert {
    margin-right: 10px;
  }

  .wrapper-slider-patients {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: block;
    position: relative;
  }

  .rich-text-block {
    max-width: none;
  }

  .grid-16 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    justify-items: baseline;
  }

  .wrapper-slider-real-results {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: block;
    position: relative;
  }

  .btn-2.btn-primary.card-slider_nav-btn.x {
    right: -38px;
  }

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

  .navbar-button-3.btn-invert {
    height: 50px;
  }

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

  .navbar-container-2 {
    height: 100px;
  }

  .image-147 {
    width: 100%;
    max-width: 200%;
  }

  .heading-39 {
    padding-left: 400px;
    padding-right: 400px;
    font-size: 48px;
    line-height: 56px;
  }

  .text-block-94 {
    padding-left: 500px;
    padding-right: 500px;
    font-size: 30px;
    line-height: 38px;
  }

  .button-4 {
    padding: 20px 40px;
    font-size: 26px;
  }

  .container-24 {
    width: 100%;
    max-width: 100%;
  }

  .benefit-heading {
    font-size: 36px;
  }

  .tab-link-tab-2-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .treatments-sec {
    padding-bottom: 60px;
  }

  .tab-link-tab-3-2, .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-97 {
    font-size: 36px;
  }

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

  .text-block-103 {
    padding-bottom: 20px;
    font-size: 35px;
  }

  .heading-40 {
    font-size: 55px;
    line-height: 62px;
  }

  .form-block-5 {
    height: 600px;
  }

  .text-field-8 {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 26px;
  }

  .uae {
    width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .collection-list-24 {
    padding-left: 100px;
  }

  .egypt {
    font-size: 20px;
  }

  .l-4 {
    font-size: 50px;
    line-height: 55px;
  }

  .l-4.regular.camp {
    font-size: 40px;
  }

  .div-block-336 {
    margin-top: 40px;
  }

  .image-150 {
    width: 65px;
  }

  .link-block-18 {
    width: 220px;
    height: 60px;
  }

  .div-block-335 {
    height: 240px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .text-block-101, .text-block-104, .text-block-99 {
    font-size: 18px;
  }

  .text-block-105 {
    font-size: 20px;
    line-height: 26px;
  }

  .image-148 {
    width: 65px;
  }

  .link-block-17 {
    width: 220px;
    height: 60px;
  }

  .body-m-4 {
    font-size: 20px;
  }

  .body-m-4.camp {
    font-size: 24px;
  }

  .button-7, .button-8 {
    width: 280px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .image-151 {
    width: 100%;
  }

  .section-00 {
    background-size: 70%;
  }

  .section-00.w {
    background-size: 69% 75%;
  }

  .section-00.w.n {
    height: 75vw;
    display: block;
    top: 0;
  }

  .section-00.w.n.r {
    font-size: 14px;
    display: none;
    top: 0;
  }

  .link-34 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: var(--white);
    height: 64px;
  }

  .navbar.navbar-black {
    height: 64px;
  }

  .navbar-container {
    height: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .navbar-button {
    height: 44px;
    padding: 12px 24px 11px;
    font-size: 16px;
    line-height: 16px;
  }

  .navbar-button.navbar-button-white {
    border-color: var(--white);
    color: var(--white);
    border-color: var(--white);
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl {
    font-family: Helvetica neue, sans-serif;
  }

  .xl.text-white {
    font-family: Helvetica Now Display W01 Light;
    font-weight: 300;
  }

  .xl.bold {
    align-items: center;
    font-family: Helvetica neue, sans-serif;
    display: inline-block;
  }

  .values {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .values-wrapper {
    flex-direction: column;
  }

  .xxl {
    font-size: 42px;
    line-height: 44px;
  }

  .xxl.text-white {
    margin-top: 0;
    line-height: 1.15em;
  }

  .xxl.text-white._2nd {
    line-height: 1.15em;
  }

  .m {
    font-size: 24px;
    line-height: 28px;
  }

  .body-s {
    font-weight: 400;
  }

  .body-s.strong-tablet {
    font-family: Helvetica Now Display W01 Bold;
  }

  .body-s.text-ligth-grey-tablet {
    color: #999;
  }

  .body-m {
    font-family: Helvetica neue, sans-serif;
    font-weight: 400;
  }

  .body-m.text-white.bold {
    font-weight: 700;
  }

  .body-m.strong {
    font-family: Helvetica Now Display W01 Bold;
    font-weight: 400;
  }

  .nav-link {
    color: var(--primary-100);
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
  }

  .nav-link.w--current {
    border-bottom-width: 0;
  }

  .nav-link.nav-link-product {
    height: auto;
  }

  .nav-link.nav-link-submenu {
    color: #ccc;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }

  .nav-link.back-to-homepage {
    color: #999;
    margin-top: 16px;
  }

  .nav-menu {
    background-color: var(--white);
    width: 98%;
    height: 100%;
    padding-left: 26px;
    padding-right: 26px;
    display: none;
    position: fixed;
    overflow: auto;
  }

  .nav-menu.nav-menu-black {
    background-color: var(--midnight-blue);
    background-color: var(--midnight-blue);
  }

  .div-block {
    height: 64px;
    padding-right: 0;
  }

  .nav-menu-button {
    display: none;
  }

  .nav-menu-button.nav-menu-button-mobile {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 32px;
    display: flex;
  }

  .hero__home {
    height: auto;
    padding-top: 0;
  }

  .hero__home.treatment-hero {
    padding-top: 0;
  }

  .hero-professional-wrapper {
    flex-direction: column-reverse;
    min-height: auto;
    max-height: 920px;
    padding-top: 0;
  }

  .hero-professional-wrapper.hero-bg-black {
    background-color: var(--midnight-blue);
    object-fit: contain;
    justify-content: flex-end;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 0;
    position: relative;
    overflow: hidden;
  }

  .hero-professional-wrapper.hero-bg-black.treatment {
    min-height: 0;
    padding-bottom: 0;
    display: flex;
  }

  .professional-col-text {
    width: auto;
    padding: 86px 0 64px;
    position: relative;
  }

  .professional-col-img {
    width: 100%;
  }

  .professional-col-img.full {
    object-fit: contain;
    object-fit: contain;
    height: 100%;
    min-height: auto;
    max-height: none;
    display: block;
    position: static;
  }

  .hero-professional-col-title {
    text-align: left;
  }

  .hero-professional-col-button {
    margin-bottom: 48px;
  }

  .hero-professional-col-text {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .values-col-list {
    width: auto;
  }

  .value-col-list-title {
    margin-bottom: 64px;
  }

  .value-col-list-points {
    margin-bottom: 48px;
  }

  .value-col-text-title {
    margin-bottom: 32px;
  }

  .value-col-text {
    width: auto;
    margin-right: 0%;
  }

  .products {
    padding-top: 64px;
  }

  .product-card-img {
    margin-bottom: 16px;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    padding-top: 148px;
  }

  .news {
    padding-top: 40px;
  }

  .news-title {
    margin-bottom: 8px;
  }

  .news-text {
    width: auto;
  }

  .news-subtitle {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .contact-us-patients {
    background-image: url("https://cdn.prod.website-files.com/628ba7e416903d8d68e6fd9d/628ba7e416903d5758e6fdcf_Polygons.svg");
    background-repeat: no-repeat;
    background-size: 50%;
  }

  .faqs {
    background-color: var(--white);
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .faqs-wrapper {
    flex-direction: column;
  }

  .faqs-title {
    margin-bottom: 46px;
  }

  .faqs-dropdown-list {
    width: auto;
  }

  .dropdown {
    max-width: 100%;
  }

  .dropdown-toggle-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-wrapper {
    flex-direction: row;
    align-items: stretch;
  }

  .footer-link-menu.body-l {
    margin-bottom: 16px;
  }

  .footer-col-section {
    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;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: grid;
  }

  .footer-col-section.col-footer-hide {
    display: none;
  }

  .footer-link.body-xs {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .footer-snd-section {
    margin-top: 0;
  }

  .footer-col-legal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: auto;
    padding-left: 0;
    display: flex;
  }

  .footer-link-legal.last.body-xs {
    margin-bottom: 0;
  }

  .footer-link-legal.body-xs {
    color: var(--primary-200);
    margin-bottom: 0;
  }

  .wrapper-tabs-buttons {
    display: block;
    top: auto;
    left: 20px;
    right: auto;
  }

  .link-block-2, .link-block-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button {
    background-color: #0000;
    padding: 0 5px 5px;
  }

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

  .menu-button.menu-button-white {
    filter: invert();
    margin-right: -12px;
    padding: 19px 12px;
  }

  .menu-button.menu-button-white {
    filter: invert();
    margin-right: -12px;
    padding: 19px 12px;
    display: block;
  }

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

  .wrapper-tabs-buttons-mobile {
    display: flex;
    inset: 16px 16px auto auto;
  }

  .grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1.25fr;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .navbar-collect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-l {
    font-family: Helvetica neue, sans-serif;
    font-weight: 300;
  }

  .body-l.text-white {
    width: auto;
  }

  .body-l.text-white.product-text-60 {
    width: 100%;
  }

  .xs {
    font-family: Helvetica neue, sans-serif;
    font-weight: 400;
  }

  .collection-item-2 {
    max-height: 500px;
  }

  .div-block-8 {
    max-height: 500px;
    padding: 32px;
  }

  .btn.btn-bg-gold {
    height: auto;
  }

  .btn.btn-xxs {
    max-width: 150px;
    height: 34px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn.main-button-white-mobile {
    background-color: var(--white);
    color: var(--primary-100);
  }

  .filter-bar-category {
    background-color: #fff;
  }

  .filter-bar-category.filter-category-results, .filter-bar-category.rr_patient_filter-category-results, .filter-bar-category.filter-category-results, .filter-bar-category.rr_patient_filter-category-results {
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }

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

  .filter-block.filter-block-news {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .columns-2 {
    align-items: stretch;
  }

  .article-content {
    margin-top: 60px;
  }

  .related-posts {
    margin-bottom: 57px;
  }

  .item-related-posts {
    margin-left: 12px;
    margin-right: 12px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-related-posts {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }

  .wrapper-post-category {
    width: 100%;
    margin-top: 48px;
    padding-right: 0;
  }

  .item-post-category {
    margin-left: 12px;
    margin-right: 12px;
  }

  .slider-post-category {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }

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

  .columns-3 {
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .treatment {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .image-5 {
    display: inline-block;
  }

  .wrapper-slider-patients {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .collection-item-3 {
    flex-direction: column-reverse;
    max-height: 100%;
  }

  .wrapper-text-slider {
    width: 100%;
    max-width: 100%;
    padding: 40px 24px;
  }

  .image-6 {
    width: 50%;
  }

  .div-block-22 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-23 {
    padding-left: 0;
    padding-right: 50px;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .contact.archive {
    padding-top: 64px;
  }

  .column-6 {
    display: flex;
  }

  .columns-4 {
    flex-direction: column;
    margin-bottom: 80px;
    display: flex;
  }

  .div-block-26 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .dropdown-item.dropdown-table {
    border-top: 1px solid #999;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-item-content.content-info-table {
    flex-direction: column;
  }

  .dropdown-item-icon.open {
    width: 24px;
    height: 24px;
    display: block;
  }

  .dropdown-item-icon.closed {
    width: 24px;
    height: 24px;
  }

  .dropdown-item-header.header-title-info {
    cursor: pointer;
    cursor: pointer;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    font-family: Helvetica Now Display W01 Bold;
    font-weight: 700;
  }

  .dropdown-item-body.body-content-info {
    width: 100%;
    display: flex;
  }

  .columns-5 {
    flex-direction: column;
  }

  .div-block-28 {
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .keys {
    padding-bottom: 80px;
  }

  .wrapper-text-our-story {
    margin-top: 24px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .bg-image {
    min-height: 500px;
  }

  .column-10 {
    padding-left: 10px;
  }

  .div-block-30 {
    flex-direction: column;
    padding-bottom: 80px;
  }

  .text-title-benefits {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .div-block-32 {
    width: 100%;
  }

  .block-our-story {
    flex-direction: column;
  }

  .benefitsold {
    padding-bottom: 80px;
  }

  .wrapper-benefits {
    padding-top: 80px;
    padding-bottom: 47px;
  }

  .product-card-img-treatments {
    margin-bottom: 16px;
  }

  .hero-treatment {
    flex-direction: column-reverse;
    max-height: 100%;
    padding-top: 64px;
  }

  .hero-treatment-col-text {
    width: 100%;
    padding-bottom: 56px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .hero-treatment-col-image {
    width: 100%;
  }

  .div-block-37 {
    margin-top: 64px;
  }

  .products-treatments {
    padding-top: 0;
  }

  .slider-products-treatments {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-left: -20px;
    margin-right: -20px;
  }

  .item-product-treatments {
    margin-left: 4px;
    margin-right: 4px;
    transition: all .2s;
  }

  .results-professionals.slide-in {
    display: block;
  }

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

  .tabs-menu {
    flex-direction: row;
    width: 100%;
  }

  .tab-link.body-s {
    flex: none;
    margin-right: 16px;
  }

  .number-tab-link.s {
    flex: none;
  }

  .wrapper-tab-link-names {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-thumbnail-slider {
    width: 100%;
    height: auto;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-first-block {
    flex-direction: column;
  }

  .lightbox-outstanding {
    margin-bottom: 0;
  }

  .lightbox-secondary {
    height: auto;
    margin-right: 0;
  }

  .wrapper-lightbox {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .filter-bar-category-2 {
    background-color: #fff;
  }

  .div-block-43, .div-block-44 {
    padding: 24px;
  }

  .contact-patients {
    padding-top: 136px;
    padding-bottom: 104px;
  }

  .div-block-51 {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-52, .collection-list-wrapper-4 {
    width: 100%;
  }

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

  .container-legales {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-product-col {
    width: 100%;
    padding: 56px 20px;
    position: relative;
  }

  .hero-product {
    flex-direction: column-reverse;
    max-height: 100%;
    padding-top: 64px;
  }

  .div-block-54 {
    display: none;
    position: relative;
    bottom: auto;
  }

  .hero-imagen-product {
    padding-top: 0;
  }

  .text-block-2 {
    flex: none;
  }

  .table-source {
    width: 100%;
    margin-top: 8px;
  }

  .table-date {
    margin-top: 8px;
    margin-bottom: 40px;
    padding-right: 0;
  }

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

  .div-block-63 {
    flex-direction: column;
    width: 100%;
  }

  .div-block-64 {
    margin-bottom: 24px;
  }

  .div-block-65 {
    margin-right: 32px;
  }

  .div-block-66 {
    text-align: center;
  }

  .tabs-product {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper-aplication {
    flex-direction: column;
  }

  .wrapper-slider-single-product {
    width: 100%;
    padding-right: 0;
  }

  .slider-single-product {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }

  .div-block-70 {
    flex-direction: column;
  }

  .div-block-71 {
    width: 100%;
    margin-top: 64px;
  }

  .item-application-product {
    margin-left: 12px;
    margin-right: 12px;
  }

  .div-block-73 {
    flex-direction: column;
    width: 100%;
  }

  .footer__col3 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .logo-footer.logo-bio-science {
    margin-top: 0;
  }

  .div-block-75 {
    flex-direction: column;
    display: flex;
  }

  .submenu {
    border-bottom-width: 0;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 10px;
    transition: all .2s;
    display: none;
    position: static;
  }

  .submenu.submenu-products {
    display: none;
  }

  .collection-list-7 {
    flex-direction: column;
    margin-left: 26px;
  }

  .nav-link-submenu {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    position: relative;
  }

  .header-menu-mobile {
    justify-content: space-between;
    margin-top: 26px;
    margin-bottom: 48px;
    display: flex;
  }

  .title-menu-mobile {
    text-align: left;
    margin-bottom: 32px;
    display: block;
  }

  .open-submenu {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-12 {
    width: 14px;
    height: 15px;
    margin-left: 14px;
    display: block;
  }

  .image-12.icon-white {
    filter: invert();
  }

  .image-13 {
    cursor: pointer;
  }

  .image-13.icon-white {
    filter: invert();
  }

  .hover-image._1, .hover-image._2, .hover-image._1, .hover-image._2 {
    inset: 0% 0% auto;
  }

  .filter-bar-category-3 {
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
  }

  .select-field {
    min-width: auto;
    margin-left: 0;
    margin-right: 8px;
  }

  .xl-looking-for {
    font-size: 32px;
    line-height: 47px;
  }

  .form-filter {
    width: 100%;
  }

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

  .wrapper-filter-category.wrapper-filter-startups {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-79 {
    width: 50%;
    margin-right: 0%;
    padding-right: 20px;
  }

  .div-block-80 {
    width: 50%;
    padding-left: 20px;
  }

  .product-image-hero {
    width: 100%;
  }

  .video-wrap {
    width: 100%;
    height: 56vw;
    max-height: 440px;
    position: static;
    top: 56px;
  }

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

  .wrapper-info-test {
    width: 100%;
    position: relative;
  }

  .select-field-providers {
    min-width: auto;
    margin-left: 0;
    margin-right: 8px;
  }

  .wrapper-filter-tabs {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .test-slider {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper-gallery-patient {
    width: 100%;
    margin-top: 40px;
  }

  .filter-patients.filter-name-patients {
    width: 100%;
  }

  .div-block-81 {
    flex-direction: column;
  }

  .div-block-82 {
    width: 100%;
    margin-right: 0%;
  }

  .hero-patient-col-title {
    text-align: center;
    padding-top: 0;
  }

  .hero-patient-col-title.home {
    display: block;
  }

  .patient-col-text-wrapper.treatment {
    padding-top: 0;
  }

  .dropdown-item-icon-more.open {
    width: 24px;
    height: 24px;
    display: block;
  }

  .dropdown-item-icon-more.closed {
    width: 24px;
    height: 24px;
  }

  .div-block-84 {
    margin-right: 0;
  }

  .text-as-button.btn-xxs {
    max-width: 150px;
    height: 34px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .o-dropdown {
    max-width: 100%;
  }

  .video-mask {
    height: 100%;
    position: absolute;
    top: 0%;
  }

  .professional-col-text-copy {
    flex: 0 auto;
    width: auto;
    padding: 60px 0;
    display: block;
    position: relative;
    top: 0;
  }

  .professional-col-text-copy.full {
    padding-top: 64px;
  }

  .professional-col-text-copy.treatment {
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .treatment-copy {
    margin-bottom: 60px;
    padding-top: 24px;
  }

  .legal-text {
    font-family: Helvetica Now Display W01 Rg;
    font-weight: 400;
  }

  .legal-text.strong {
    font-family: Helvetica Now Display W01 Bold;
    font-weight: 400;
  }

  .div-block-87 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .image-23 {
    display: block;
  }

  .wrapper-logos-footer {
    flex-direction: row;
  }

  .m-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submenu-2 {
    border-bottom-width: 0;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 10px;
    transition: all .2s;
    display: none;
    position: static;
  }

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

  .navbar-button-2 {
    height: 44px;
    padding: 12px 24px 11px;
    font-size: 16px;
    line-height: 16px;
  }

  .navbar-button-2.navbar-button-white {
    color: #fff;
    border-color: #fff;
  }

  .nav-link-2 {
    color: #000;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
  }

  .nav-link-2.w--current {
    border-bottom-width: 0;
  }

  .nav-link-2.back-to-homepage {
    color: #999;
    margin-top: 16px;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 98%;
    height: 100%;
    padding-left: 26px;
    padding-right: 26px;
    display: none;
    position: fixed;
    overflow: auto;
  }

  .nav-menu-2.nav-menu-black {
    background-color: #252527;
  }

  .container-3.hidden {
    display: none;
  }

  .collection-list-wrapper-13, .heading-3 {
    display: block;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-29 {
    object-fit: cover;
    position: static;
  }

  .div-centered-vert {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-text-image, .section-with-image {
    padding-bottom: 80px;
  }

  .square-gold {
    top: auto;
    bottom: 80px;
  }

  .square-gold.mid-height {
    right: 5%;
  }

  .square-sky {
    top: -9%;
    bottom: 20px;
  }

  .square-white {
    top: -9%;
    bottom: 50px;
    left: 150px;
  }

  .square-white2 {
    top: auto;
    bottom: 40px;
    left: 10px;
  }

  .image-31 {
    inset: auto 0% 0% auto;
  }

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

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .treatment-icon {
    opacity: 1;
  }

  .subtitle-treatments {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .grid-7 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .testimonial-text {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-product-genefill {
    height: auto;
    padding-top: 64px;
  }

  .hero-product-genefill.treatment-hero {
    padding-top: 0;
  }

  .hero-product-wrapper {
    flex-direction: column-reverse;
    min-height: auto;
    max-height: 920px;
    padding-top: 0;
  }

  .hero-product-wrapper.hero-bg-black {
    background-color: var(--midnight-blue);
    justify-content: flex-end;
    height: 100%;
    min-height: auto;
    max-height: none;
    padding-top: 0;
    position: static;
  }

  .hero-product-wrapper.hero-bg-black.treatment {
    min-height: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-36 {
    object-fit: cover;
    position: static;
  }

  .product-hero-container {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 48px 30px;
    display: flex;
    position: relative;
  }

  .product-hero-container.full {
    padding-top: 64px;
  }

  .product-hero-container.treatment {
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .product-hero-text {
    display: block;
    position: static;
  }

  .product-hero-text.treatment {
    padding-top: 0;
  }

  .product-hero-title, .product-hero-description {
    text-align: center;
  }

  .product-hero-details {
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
    display: block;
    position: static;
    inset: auto 0% 10%;
    overflow: hidden;
  }

  .grid-details {
    height: 100%;
    min-height: auto;
  }

  .block-details.border_navy {
    border-top-color: var(--white);
    border-top-color: var(--white);
  }

  .image_product_mask {
    height: 100%;
    position: absolute;
    top: 0%;
  }

  .product-card-img-genefill {
    margin-bottom: 16px;
  }

  .slider-3 {
    padding-top: 148px;
  }

  .experts-title {
    margin-bottom: 8px;
  }

  .hero-pro-2 {
    height: auto;
    padding-top: 64px;
  }

  .hero-pro-2.treatment-hero {
    padding-top: 0;
  }

  .grid-11 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__article__text {
    padding: 32px 32px 100px;
  }

  .info-face {
    flex-direction: column;
    padding-bottom: 0;
  }

  .product-card-container {
    height: 300px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .product-card-info {
    height: auto;
    display: flex;
  }

  .product-card-photo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-13 {
    height: auto;
  }

  .title-intro {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .image-39 {
    display: inline-block;
  }

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

  .square__title {
    max-width: none;
    padding-bottom: 0;
    display: inline-block;
    top: auto;
    bottom: 80px;
  }

  .square__title.mid-height {
    right: 5%;
  }

  .intro__home.archive {
    padding-top: 64px;
  }

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

  .body-s-white {
    font-weight: 400;
  }

  .body-s-white.strong-tablet {
    font-family: Helvetica Now Display W01 Bold;
  }

  .body-s-white.text-ligth-grey-tablet {
    color: #999;
  }

  .news__title__article-2 {
    font-size: 36px;
  }

  .blog__hero__title {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-16 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    align-items: start;
  }

  .blog__hero__title__2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .body_fillers_grid {
    height: auto;
  }

  .ig_message {
    text-align: center;
  }

  .ig_cta {
    min-height: 500px;
  }

  .our__tech__intro__title {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .news__wrapper {
    flex-direction: column;
  }

  .square__404 {
    max-width: none;
    padding-bottom: 0;
    display: inline-block;
    top: auto;
    bottom: 80px;
  }

  .square__404.mid-height {
    right: 5%;
  }

  .wrapper-slider-real-results {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .rr__patient__div1 {
    flex-direction: column;
  }

  .rr__patient__col1 {
    width: 100%;
    margin-right: 0%;
  }

  .rr__patient__info {
    width: 100%;
    position: relative;
  }

  .rr_patient_filter-bar-category {
    background-color: #fff;
  }

  .rr_patient_filter-bar-category.filter-category-results, .rr_patient_filter-bar-category.rr_patient_filter-category-results, .rr_patient_filter-bar-category.filter-category-results, .rr_patient_filter-bar-category.rr_patient_filter-category-results {
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }

  .rr__patient__wrapper-filter-tabs {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rr__patient__wrapper__gallery {
    width: 100%;
    margin-top: 40px;
  }

  .body-m-2 {
    font-weight: 400;
  }

  .wrapper-filter-tabs-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .container-9 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .filter-bar-category-4 {
    background-color: #fff;
  }

  .filter-bar-category-4.filter-category-results {
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }

  .dx-intro {
    border-style: none solid solid;
    border-width: 1px 0 0;
    border-color: var(--white) black black;
    background-color: var(--gold);
  }

  .slider-rr-category {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }

  .wrapper-rr-category {
    width: 100%;
    margin-top: 48px;
    padding-right: 0;
  }

  .item-rr-category {
    margin-left: 12px;
    margin-right: 12px;
  }

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

  .div-block-111 {
    width: 100%;
  }

  .body-m-3 {
    font-family: Helvetica neue, sans-serif;
    font-weight: 400;
  }

  .dropdown-toggle-6 {
    padding-left: 0;
  }

  .image-45 {
    cursor: pointer;
  }

  .image-45.icon-white {
    filter: invert();
  }

  .dropdown-list-6 {
    background-color: #252527;
  }

  .navbar-button-3 {
    height: 44px;
    padding: 12px 24px 11px;
    font-size: 16px;
    line-height: 16px;
  }

  .navbar-button-3.navbar-button-white {
    color: #fff;
    border-color: #fff;
  }

  .image-51 {
    display: block;
  }

  .dropdown-7 {
    width: 100%;
    position: static;
  }

  .navbar-2 {
    background-color: #fff;
    height: 64px;
  }

  .navbar-2.navbar-black {
    height: auto;
  }

  .open-submenu-3 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-link-3 {
    color: #000;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
  }

  .nav-link-3.w--current {
    border-bottom-width: 0;
  }

  .nav-link-3.back-to-homepage {
    color: #999;
    margin-top: 16px;
  }

  .collection-list-18 {
    flex-direction: column;
    margin-left: 26px;
  }

  .dropdown-6 {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .div-block-211 {
    margin-top: 0;
    padding-left: 20px;
  }

  .nav-menu-3 {
    background-color: #fff;
    width: 98%;
    height: 100%;
    padding-left: 26px;
    padding-right: 26px;
    display: none;
    position: fixed;
    overflow: auto;
  }

  .nav-menu-3.nav-menu-black {
    background-color: #252527;
  }

  .dropdown-list-5 {
    left: 0%;
  }

  .navbar-container-2 {
    height: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-146 {
    width: 14px;
    height: 15px;
    margin-left: 14px;
    display: block;
  }

  .image-146.icon-white {
    filter: invert();
  }

  .submenu-3 {
    border-bottom-width: 0;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 10px;
    transition: all .2s;
    display: none;
    position: static;
  }

  .nav-link-submenu-2 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: block;
    position: relative;
  }

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

  .dropdown-toggle-7 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .div-block-325 {
    height: 64px;
    padding-right: 0;
  }

  .heading-39, .text-block-94 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-24 {
    padding-left: 50px;
  }

  .div-block-167 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .benefit-heading {
    font-size: 16px;
    line-height: 35px;
  }

  .image-149 {
    width: 100%;
  }

  .div-block-327 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-content-3 {
    width: 60%;
  }

  .div-block-328 {
    width: auto;
  }

  .tabs-menu-4 {
    width: 40%;
  }

  .clinic-sec {
    padding-left: 20px;
  }

  .div-block-331 {
    width: 60%;
  }

  .collection-item-22 {
    padding-left: 0;
  }

  .form-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uae {
    width: 130px;
  }

  .div-block-334 {
    width: 40%;
    margin-right: 30px;
  }

  .egypt {
    width: 130px;
  }

  .l-4.regular.camp {
    padding-right: 4px;
  }

  .link-block-18 {
    width: 200px;
    font-size: 12px;
  }

  .div-block-335 {
    height: 170px;
    padding-left: 0;
  }

  .text-block-101, .text-block-99 {
    font-size: 10px;
  }

  .image-148 {
    width: 45px;
  }

  .link-block-17 {
    width: 200px;
  }

  .body-m-4 {
    font-weight: 400;
  }

  .body-m-4.camp {
    font-size: 12px;
  }

  .button-7, .button-8 {
    width: 200px;
  }

  .image-151 {
    object-fit: contain;
    height: auto;
    min-height: auto;
    max-height: none;
    display: block;
    position: static;
    left: -359px;
  }

  .body-l-2 {
    font-family: Helvetica neue, sans-serif;
    font-weight: 300;
  }

  .body-m-5 {
    font-family: Helvetica neue, sans-serif;
    font-weight: 400;
  }

  .section-00.w.n {
    background-color: #00000026;
    height: 1128vw;
  }

  .image-191 {
    display: none;
  }

  .div-block-517 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-186 {
    width: auto;
  }

  .div-block-526 {
    height: 200px;
  }

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

  .div-block-527 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-449 {
    flex-flow: row;
    order: 9999;
    width: auto;
    margin-left: 0;
    padding: 40px 20px 40px 38px;
    display: none;
    position: static;
  }

  .heading-44 {
    color: var(--white);
    font-size: 35px;
  }

  .text-block-169 {
    color: var(--primary-300);
    font-size: 28px;
  }

  .button-11 {
    background-color: var(--white);
    color: var(--midnight-blue);
    margin-top: 38px;
  }

  .div-block-531 {
    flex-flow: column;
    display: block;
  }

  .paragraph-25 {
    color: var(--white);
  }

  .div-block-454 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container, .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl.bold {
    display: inline-block;
  }

  .main-button {
    font-size: 16px;
    line-height: 24px;
  }

  .values {
    padding-bottom: 40px;
  }

  .values-wrapper {
    border-top-width: 0;
    padding-top: 24px;
  }

  .xxl, .xxl.text-white, .xxl.text-white {
    font-size: 40px;
    line-height: 48px;
  }

  .m {
    font-size: 24px;
    line-height: 32px;
  }

  .m.text-white.no-shadow {
    text-shadow: none;
  }

  .s {
    margin-top: 0;
  }

  .l {
    font-size: 24px;
    line-height: 32px;
  }

  .body-s {
    line-height: 24px;
  }

  .body-m {
    font-size: 16px;
    line-height: 24px;
  }

  .brand-logo.brand-logo-menu-mobile {
    padding-left: 0;
  }

  .hero__home {
    min-height: auto;
    padding-top: 60px;
  }

  .hero-professional-wrapper {
    max-height: 860px;
  }

  .hero-professional-wrapper.hero-bg-black {
    margin-top: -2px;
    overflow: hidden;
  }

  .professional-col-text {
    padding: 80px 20px 40px;
  }

  .professional-col-img.full {
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .hero-professional-col-title {
    text-align: center;
    margin-bottom: 24px;
  }

  .hero-professional-col-button {
    text-align: left;
    margin-bottom: 40px;
  }

  .professional-col-text-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-professional-col-text {
    text-align: center;
    max-width: 100%;
  }

  .values-col-list {
    width: auto;
    margin-bottom: 64px;
  }

  .value-col-list-title {
    margin-bottom: 40px;
  }

  .list-points-icon {
    margin-right: 15px;
  }

  .value-col-text-title {
    margin-bottom: 24px;
  }

  .value-col-text {
    width: auto;
  }

  .products {
    padding-bottom: 56px;
  }

  .face-products-wrapper {
    margin-bottom: 56px;
  }

  .products-title {
    width: 100%;
    margin-bottom: 24px;
  }

  .product-card-img {
    height: 250px;
    margin-bottom: 16px;
  }

  .body-products-wrapper {
    margin-bottom: 0;
  }

  .slider {
    padding-top: 104px;
    padding-bottom: 4px;
  }

  .slide-nav {
    inset: auto 0% 0%;
  }

  .slider-title {
    margin-bottom: 24px;
  }

  .m-bold {
    font-size: 24px;
    line-height: 32px;
  }

  .news {
    padding-bottom: 40px;
  }

  .contact-us-patients {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

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

  .contact-subtitle {
    margin-bottom: 56px;
  }

  .contact-text-wrapper {
    max-width: 100%;
  }

  .faqs {
    padding-bottom: 20px;
  }

  .faqs-title {
    margin-bottom: 32px;
  }

  .dropdown-icon {
    width: 24px;
    height: 24px;
  }

  .dropdown-toggle-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-title {
    font-size: 18px;
  }

  .dropdown-content {
    margin-bottom: 24px;
    padding-top: 0;
  }

  .dropdown-icon-absolute {
    width: 24px;
    height: 24px;
  }

  .dropdown-rich-text p {
    line-height: 24px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .div-block-3 {
    width: 30px;
  }

  .menu-button.menu-button-white {
    display: flex;
  }

  .body-l {
    font-size: 18px;
  }

  .body-l.text-ligth-grey {
    line-height: 24px;
  }

  .body-l.text-white {
    width: auto;
  }

  .section-grid-blog {
    margin-bottom: 40px;
  }

  .blog-featured-article {
    margin-top: 128px;
    margin-bottom: 40px;
  }

  .collection-item-2 {
    flex-direction: column-reverse;
    max-height: 500px;
  }

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

  .div-block-8 {
    padding: 24px;
  }

  .main-button-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .btn {
    justify-content: center;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .btn.btn-small {
    width: auto;
    font-size: 16px;
    display: inline-block;
  }

  .btn.btn-bg-gold {
    flex-direction: row;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .div-block-9 {
    max-width: 100%;
    margin-top: 16px;
  }

  .filter-bar-category {
    text-align: left;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-left: 0;
    overflow: visible;
  }

  .filter-button {
    white-space: nowrap;
    margin-right: 0;
  }

  .filter-block {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .filter-block.filter-block-news {
    grid-row-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-article {
    margin-top: 109px;
  }

  .div-block-11 {
    margin-bottom: 24px;
  }

  .div-block-13 {
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 20px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .div-block-14 {
    margin-top: 42px;
    position: static;
    bottom: 0;
  }

  .article-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-17 {
    margin-bottom: 42px;
  }

  .slider-related-posts, .slider-post-category {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    grid-row-gap: 25px;
    margin-top: 42px;
  }

  .columns-3 {
    margin-top: 40px;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    padding-right: 0%;
  }

  .collection-list-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .treatment {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .why-hyacorp {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-18 {
    margin-top: 16px;
  }

  .image-4 {
    height: 50%;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    width: 50%;
  }

  .wrapper-slider-patients {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 162px;
    display: block;
    position: absolute;
    inset: auto auto 0% 38px;
  }

  .image-8 {
    width: 220px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

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

  .image-9 {
    width: 80%;
  }

  .div-block-25, .columns-4 {
    margin-bottom: 56px;
  }

  .body-s-bold-2 {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .grid-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .keys {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .wrapper-text-our-story {
    margin-top: 0;
  }

  .our-story {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .bg-image {
    min-height: 400px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-30 {
    padding-bottom: 56px;
  }

  .text-title-benefits {
    margin-bottom: 0;
  }

  .div-block-34 {
    width: 100%;
  }

  .wrapper-text-products {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 32px;
    padding-top: 16px;
  }

  .benefitsold {
    padding-bottom: 56px;
  }

  .item-benefits {
    margin-bottom: 32px;
  }

  .wrapper-benefits {
    padding-top: 56px;
    padding-bottom: 24px;
  }

  .product-card-img-treatments {
    background-color: #0000;
    height: 250px;
    margin-bottom: 16px;
  }

  .product-card-img-treatments:hover {
    opacity: 1;
    mix-blend-mode: normal;
    background-color: #0000;
  }

  .div-block-35 {
    margin-top: 16px;
  }

  .hero-treatment-col-text {
    padding: 40px 20px 56px;
  }

  .tabs-menu {
    padding-bottom: 10px;
  }

  .tab-link-names.s {
    flex: none;
  }

  .wrapper-tab-link-names {
    display: flex;
  }

  .events {
    margin-top: 110px;
  }

  .filter-bar-category-2 {
    justify-content: flex-start;
    padding-left: 20px;
    overflow: scroll;
  }

  .filter-button-2 {
    white-space: nowrap;
    margin-right: 0;
  }

  .item-event {
    flex-direction: column;
    margin-bottom: 32px;
    padding: 24px;
  }

  .div-block-43, .div-block-44 {
    width: 100%;
    padding: 0;
  }

  .item-icon-event {
    margin: 5px 0;
  }

  .wrapper-item-icon-event {
    border-top: 1px solid #e5e5e5;
    flex-direction: column;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-46 {
    margin-bottom: 30px;
  }

  .offices {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .div-block-49 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .collection-list-6 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .page-legal {
    padding-top: 109px;
    padding-bottom: 80px;
  }

  .legal-page-header {
    text-align: center;
    justify-content: space-between;
    margin-bottom: 56px;
  }

  .item-content-legales {
    margin-top: 40px;
  }

  .hero-product-col {
    padding: 40px 20px;
  }

  .wrapper-icons-hero-product {
    margin-bottom: 0;
  }

  .clinical-studies {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .tabs-product {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-67 {
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .div-block-68 {
    margin-left: 0%;
  }

  .div-block-69 {
    margin-bottom: 32px;
  }

  .columns-6 {
    flex-direction: column;
  }

  .areas-application {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .wrapper-aplication {
    padding-top: 24px;
  }

  .slider-single-product {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-70 {
    margin-top: 24px;
  }

  .item-application-product {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .providers {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .filter-bar-category-3 {
    flex-wrap: nowrap;
  }

  .select-field {
    flex: none;
    width: 100%;
    margin-top: 78px;
    margin-bottom: 8px;
  }

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

  .filter-button-3 {
    white-space: nowrap;
    flex: 1;
    margin-right: 0;
  }

  .select-industry, .select-region {
    width: 100%;
    margin-left: 0;
  }

  .form-filter {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .select-funding {
    width: 100%;
  }

  .wrapper-filter-category.wrapper-filter-startups {
    flex-direction: column;
  }

  .select-provider {
    width: 100%;
    margin-left: 0;
  }

  .div-block-79 {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .div-block-80 {
    width: 100%;
    padding-left: 0;
  }

  .wrapper-bottom-provider {
    flex-direction: column-reverse;
    margin-top: 48px;
  }

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

  .collection-list-wrapper-5 {
    margin-bottom: 96px;
  }

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

  .hero-slider {
    height: 82vh;
  }

  .select-field-providers {
    flex: none;
    width: 100%;
    margin-top: 40px;
  }

  .list-patients {
    margin-bottom: 36px;
  }

  .div-block-83 {
    margin-top: 8px;
  }

  .hero-patient-col-title {
    margin-bottom: 0;
  }

  .hero-patient-col-title.home {
    display: block;
  }

  .patient-col-text-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .collection-item-9 {
    width: 50vw;
  }

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

  .text-as-button {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .text-as-button.btn-small {
    width: auto;
    font-size: 16px;
    display: inline-block;
  }

  .o-dropdown__title.u-text--color-white {
    font-size: 20px;
  }

  .video-mask {
    display: none;
  }

  .professional-col-text-copy {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .professional-col-text-copy.full {
    padding-top: 40px;
  }

  .treatment-copy {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .legal-text h2 {
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .form-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-88 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-89 {
    flex-direction: column;
    display: flex;
  }

  .btn-submit {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .m-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .brand-logo-2.brand-logo-menu-mobile {
    padding-left: 0;
  }

  .container-3.hidden {
    display: none;
  }

  .collection-list-wrapper-13, .heading-3 {
    display: block;
  }

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

  .flex-container {
    display: block;
  }

  .div-centered-vert {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-text-image {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .why-hyacorp-copy, .section-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-with-image {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .square-gold {
    right: 5%;
  }

  .square-gold.mid-height {
    right: auto;
  }

  .square-white {
    bottom: 50px;
    left: 150px;
  }

  .square-white2 {
    display: inline-block;
  }

  .centered-title {
    margin-bottom: 24px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-icons {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subtitle-treatments {
    padding-left: 24px;
    padding-right: 24px;
  }

  .treatment-title, .hl-message {
    margin-bottom: 24px;
  }

  .hero-product-genefill {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: auto;
    display: block;
    overflow: hidden;
  }

  .hero-product-wrapper {
    max-height: 860px;
  }

  .hero-product-wrapper.hero-bg-black {
    justify-content: flex-end;
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .product-hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-hero-container.full {
    padding-top: 40px;
  }

  .product-hero-text {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .product-hero-title, .product-hero-description {
    margin-bottom: 24px;
  }

  .product-hero-details {
    text-align: left;
    margin-bottom: 20px;
  }

  .grid-details {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .product-card-img-genefill {
    height: 250px;
    margin-bottom: 16px;
  }

  .slider-3 {
    padding-top: 104px;
    padding-bottom: 4px;
  }

  .why-hyacorp-pro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-pro-2 {
    min-height: auto;
  }

  .blog-featured-2 {
    margin-top: 128px;
    margin-bottom: 40px;
  }

  .collection-list-wrapper-14 {
    max-height: 500px;
  }

  .grid-11 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-article-blog {
    margin-top: 109px;
  }

  .hero__article__text {
    padding: 24px 24px 100px;
  }

  .info-face {
    padding-bottom: 56px;
  }

  .product-card-info {
    background-color: #8dc6e840;
  }

  .grid-13 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .title-intro {
    margin-bottom: 0;
  }

  .container-faqs, .container-faqs-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-__title__treatment {
    margin-bottom: 24px;
  }

  .square__title {
    padding-bottom: 0;
    right: 5%;
  }

  .square__title.mid-height {
    right: auto;
  }

  .collection-list-15 {
    max-height: 500px;
  }

  .footer__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .research__text__wrapper {
    max-width: 100%;
  }

  .body-s-white {
    line-height: 24px;
  }

  .s_white {
    margin-top: 0;
  }

  .blog__hero__title, .blog__hero__title__2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .body_fillers_grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .overlayer__ig {
    object-fit: fill;
    display: flex;
  }

  .ig_message {
    margin-bottom: 24px;
  }

  .ig_cta {
    min-height: 400px;
  }

  .our__tech__intro__title {
    margin-bottom: 0;
  }

  .about__bioscience {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about__bioscience.slide-in-about-bioscience {
    padding-top: 0;
  }

  .news__wrapper {
    border-top-width: 0;
    padding-top: 0;
  }

  .square__404 {
    padding-bottom: 0;
    right: 5%;
  }

  .square__404.mid-height {
    right: auto;
  }

  .wrapper-slider-real-results {
    padding-left: 0;
    padding-right: 0;
  }

  .slider__realresults {
    margin-bottom: 36px;
  }

  .rr_patient_filter-bar-category {
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-left: 0;
    overflow: visible;
  }

  .rr__collection__wrapper {
    margin-bottom: 36px;
  }

  .body-m-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .l-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .container-9 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .filter-bar-category-4 {
    justify-content: flex-start;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding-left: 0;
    overflow: visible;
  }

  .title-center {
    text-align: center;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .slider-rr-category {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .section-4 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .btn-2 {
    padding: 7px 15px;
  }

  .header-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-wrapper_left {
    margin-top: 20px;
    margin-left: 0;
  }

  .body-m-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .l-3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-5 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .header-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .brand-logo-3.brand-logo-menu-mobile {
    padding-left: 0;
  }

  .text-block-91 {
    font-size: 12px;
  }

  .nav-link-3.nav-link-white {
    font-size: 16px;
  }

  .btn-submit-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .submenu-3.submenu-black.submenu-products {
    display: block;
  }

  .heading-39, .text-block-94 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-24 {
    padding-left: 30px;
  }

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

  .column-22 {
    padding-right: 20px;
  }

  .benefit-heading {
    font-size: 16px;
    line-height: 30px;
  }

  .column-23 {
    padding-right: 0%;
  }

  .tab-link-tab-2-2 {
    padding-left: 20px;
  }

  .div-block-327 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content-3 {
    background-color: #000;
    width: 70%;
  }

  .tab-link-tab-3-2 {
    padding-left: 20px;
  }

  .tabs-menu-4 {
    width: 30%;
    margin-right: 10px;
  }

  .tab-link-tab-1-2.w--current {
    padding-left: 20px;
  }

  .text-block-97 {
    font-size: 16px;
  }

  .clinic-sec {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-331 {
    width: auto;
  }

  .countries {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .text-block-103 {
    margin-top: 20px;
  }

  .collection-item-22 {
    padding-right: 0;
  }

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

  .form-block-5 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .uae {
    width: auto;
  }

  .div-block-334 {
    width: auto;
    margin-right: 0;
  }

  .egypt {
    width: auto;
  }

  .form-8 {
    padding-bottom: 20px;
  }

  .div-block-337 {
    margin-left: 90px;
  }

  .div-block-338 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .l-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .l-4.regular.camp {
    padding-right: 174px;
  }

  .text-block-101 {
    font-size: 8px;
  }

  .body-m-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .body-m-4.camp {
    font-size: 14px;
  }

  .image-151 {
    object-fit: cover;
    height: auto;
    display: block;
    position: static;
    left: -334px;
    overflow: clip;
  }

  .body-l-2 {
    font-size: 18px;
  }

  .btn-submit-3 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .body-m-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-00 {
    flex-direction: column;
    display: block;
  }

  .section-00.w.n {
    object-fit: fill;
    object-fit: fill;
    inset: 0 0% auto;
    object-fit: fill;
    inset: 0 0% auto;
    justify-content: flex-start;
    align-items: center;
    height: 2930vw;
    position: absolute;
    inset: 0 0% auto;
    overflow: visible;
  }

  .container-120, .container-111 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-191 {
    display: none;
  }

  .text-block-186 {
    font-size: 14px;
  }

  .text-block-187.part2 {
    font-size: 16px;
    line-height: 26px;
  }

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

  .div-block-523 {
    align-self: center;
    padding: 20px;
    display: flex;
  }

  .image-195 {
    vertical-align: middle;
  }

  .div-block-524 {
    padding: 10px;
  }

  .text-block-188, .text-block-189 {
    font-size: 16px;
  }

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

  .list-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-530 {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .div-block-449 {
    width: auto;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .heading-44 {
    color: #fff;
  }

  .button-11 {
    color: #000;
    background-color: #fff;
    font-weight: 600;
  }

  .image-197 {
    vertical-align: middle;
  }

  .heading-133 {
    font-size: 34px;
  }

  .image-198 {
    width: 100%;
    margin-top: 58px;
  }

  .div-block-452, .container-112 {
    height: 40px;
  }

  .div-block-454 {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding: 40px 20px 20px;
    display: block;
    overflow: visible;
  }

  .xl {
    text-align: left;
  }

  .xl.text-white.treatment {
    inset: -9% 10% 10%;
    margin-top: -142px;
    inset: -9% 10% 10%;
  }

  .xl.bold {
    text-align: left;
    display: inline-block;
  }

  .values-wrapper {
    justify-content: flex-start;
    padding-top: 16px;
  }

  .xxl.text-white {
    font-size: 30px;
    line-height: 1.15em;
  }

  .m.treatment-white {
    z-index: 100;
    position: relative;
  }

  .m.treatment-navy {
    z-index: 100;
    color: var(--white);
    position: relative;
  }

  .body-m.treatment {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .body-m.centered-text {
    z-index: 99;
    color: var(--white);
    text-align: center;
    position: relative;
  }

  .hero-professional-wrapper {
    max-height: 720px;
  }

  .hero-professional-wrapper.hero-bg-black.treatment {
    min-height: 50vh;
    padding-bottom: 0;
    display: flex;
  }

  .professional-col-img.full {
    min-height: auto;
    padding-top: 0;
  }

  .hero-professional-col-button {
    margin-bottom: 56px;
  }

  .values-col-list {
    margin-bottom: 16px;
  }

  .product-card-img {
    height: 193px;
  }

  .collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-text-wrapper {
    z-index: 99;
    position: relative;
  }

  .terciary-button {
    width: 100%;
  }

  .dropdown {
    max-width: 100%;
    display: inline-block;
  }

  .dropdown-title-wrap {
    flex-flow: row;
    max-width: none;
    display: flex;
    overflow: hidden;
  }

  .dropdown-icon {
    width: 24px;
    height: 24px;
  }

  .dropdown-toggle-button {
    z-index: 0;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .dropdown-title {
    white-space: normal;
    padding-right: 8px;
  }

  .dropdown-content {
    flex-direction: column-reverse;
  }

  .col-simple-services-wrapper {
    padding-top: 0;
  }

  .dropdown-icon-absolute {
    width: 24px;
    height: 24px;
  }

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

  .body-l {
    flex: 0 auto;
    max-width: none;
    height: auto;
    position: static;
    overflow: visible;
  }

  .body-l.bold {
    line-height: 1.5em;
  }

  .body-l.form-heading {
    display: none;
  }

  .btn.bg-btn-sky {
    width: auto;
    height: auto;
  }

  .filter-bar-category {
    text-align: left;
  }

  .filter-button {
    margin-right: 16px;
  }

  .filter-block {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .filter-block.filter-block-news {
    grid-template-columns: 1fr;
  }

  .icon-rrss.mobile-only, .related-posts {
    display: block;
  }

  .slider-related-posts, .slider-post-category {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .wrapper-faqs, .item-faqs {
    max-width: none;
  }

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

  .columns-3.slide-in {
    margin-top: 0;
  }

  .why-hyacorp.slide-in {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper-slider-patients {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-item-icon.open, .dropdown-item-icon.closed {
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
  }

  .dropdown-item-icon.open, .dropdown-item-icon.closed {
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
  }

  .dropdown-item-icon.open {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-right: 0;
  }

  .dropdown-item-icon.closed {
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

  .dropdown-item-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-item-header.header-title-info {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-item-header.dropdown-icon-more-less {
    padding-left: 0;
    padding-right: 0;
  }

  .our-story {
    padding-bottom: 100px;
  }

  .div-block-30 {
    padding-bottom: 0;
  }

  .product-card-img-treatments {
    height: 193px;
  }

  .slider-products-treatments {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-link-names.s, .tab-link-names.s.w--current, .tab-link-names.s, .tab-link-names.s.w--current {
    flex: none;
  }

  .wrapper-tab-link-names {
    display: flex;
  }

  .filter-button-2 {
    margin-right: 16px;
  }

  .contact-patients {
    padding-top: 104px;
    padding-bottom: 40px;
  }

  .div-block-47 {
    margin-bottom: 24px;
  }

  .offices {
    padding-top: 40px;
  }

  .div-block-52 {
    width: 100%;
  }

  .legal-page-header {
    text-align: center;
  }

  .dropdown-item-header-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper-aplication {
    justify-content: flex-start;
    padding-top: 16px;
  }

  .slider-single-product {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .submenu {
    display: none;
  }

  .filter-button-3 {
    margin-right: 16px;
  }

  .video-wrap {
    height: auto;
    max-height: 440px;
    padding-bottom: 60%;
    display: none;
  }

  .video-wrap.full {
    inset: 0%;
    min-height: 50px;
    max-height: 80vh;
    padding-bottom: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .hero-slider {
    height: 82vh;
  }

  .select-field-providers {
    margin-top: 80px;
  }

  .hero-patient-col-title {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-patient-col-title.home {
    display: block;
  }

  .patient-col-text-wrapper {
    padding-top: 0;
  }

  .patient-col-text-wrapper.treatment {
    margin-top: -206px;
  }

  .dropdown-item-icon-more.open, .dropdown-item-icon-more.closed {
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
  }

  .dropdown-item-icon-more.open, .dropdown-item-icon-more.closed {
    width: 1rem;
    height: 1rem;
    margin-top: 2px;
  }

  .dropdown-item-icon-more.open {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    margin-right: 0;
  }

  .dropdown-item-icon-more.closed {
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

  .o-dropdown__toggle {
    z-index: 0;
  }

  .o-dropdown__icon {
    flex: none;
  }

  .o-dropdown__title-wrapper {
    flex-wrap: nowrap;
  }

  .o-dropdown__title {
    white-space: normal;
    padding-right: 8px;
  }

  .video-mask {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: absolute;
  }

  .professional-col-text-copy {
    padding: 40px 10px;
    display: block;
  }

  .professional-col-text-copy.treatment {
    flex: 0 auto;
  }

  .div-block-87 {
    grid-row-gap: 40px;
  }

  .div-block-89 {
    flex-direction: column;
    display: flex;
  }

  .submenu-2, .container-3, .container-3.hidden, .container-3.hidden {
    display: none;
  }

  .collection-list-wrapper-13, .heading-3 {
    display: block;
  }

  .heading-4 {
    line-height: 26px;
  }

  .container-5 {
    margin-top: -59px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .treatments {
    display: none;
  }

  .treatment__card {
    min-height: 300px;
  }

  .treatment__card.body_shaping {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .treatment__card.body_shaping__mob {
    background-image: url("https://cdn.prod.website-files.com/628ba7e416903d8d68e6fd9d/628ba7e416903dba72e6fe53_genefill_home_body_shaping.jpg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .div-centered-vert {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    height: auto;
  }

  .square-gold {
    bottom: 90px;
    left: auto;
    right: 5%;
  }

  .square-gold.mid-height {
    bottom: 60px;
  }

  .square-white2 {
    display: inline-block;
    bottom: 60px;
    left: auto;
    right: -200px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .subtitle-treatments {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-7 {
    object-fit: fill;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 100%;
    grid-auto-columns: .25fr;
    place-items: stretch stretch;
  }

  .grid-7.slide-in {
    grid-template-rows: auto auto auto auto;
  }

  .image-35 {
    left: 68px;
  }

  .hero-product-wrapper {
    max-height: 720px;
  }

  .hero-product-wrapper.hero-bg-black.treatment {
    min-height: 50vh;
    padding-bottom: 0;
    display: flex;
  }

  .product-hero-container {
    object-fit: fill;
    padding-top: 40px;
    position: static;
  }

  .product-hero-container.treatment {
    flex: 0 auto;
  }

  .product-hero-text.treatment {
    margin-top: -206px;
  }

  .product-hero-details {
    margin-bottom: 20px;
  }

  .grid-details {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image_product_mask {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: absolute;
  }

  .product-card-img-genefill {
    background-color: #0000;
    height: auto;
  }

  .product-card-img-genefill:hover {
    background-color: #0000;
  }

  .info-face {
    padding-bottom: 0;
  }

  .product-card-info {
    margin-bottom: auto;
  }

  .hero-__title__treatment {
    padding-left: 10px;
    padding-right: 10px;
  }

  .square__title {
    padding-bottom: 0;
    bottom: 90px;
    left: auto;
    right: 5%;
  }

  .square__title.mid-height {
    bottom: 60px;
  }

  .research__text__wrapper {
    z-index: 99;
    position: relative;
  }

  .news__title__article-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .blog__hero__title {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: visible;
  }

  .blog__hero__title__2 {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: visible;
  }

  .div__fillers {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .about__bioscience, .about__bioscience.slide-in-about-bioscience, .about__bioscience.slide-in-about-bioscience {
    padding-top: 0;
  }

  .news__wrapper {
    justify-content: flex-start;
    padding-top: 0;
  }

  .frosted-glass {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 20px 40px;
  }

  ._404 {
    font-size: 100px;
  }

  .square__404 {
    padding-bottom: 0;
    bottom: 90px;
    left: auto;
    right: 5%;
  }

  .square__404.mid-height {
    bottom: 60px;
  }

  .treatments__mob {
    display: flex;
  }

  .div-block-102 {
    z-index: 0;
    background-color: #8dc6e8bf;
    width: 100%;
    height: 100%;
    position: relative;
    inset: auto;
  }

  .treatment__card__mob__01 {
    background-color: #a0212100;
    background-image: linear-gradient(#0140833d, #0140833d), url("https://cdn.prod.website-files.com/628ba7e416903d8d68e6fd9d/66f28e0a2a962850106b3071_body%20contor.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 300px;
    position: relative;
  }

  .treatment__card__mob__01.body_shaping {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .treatment__card__mob__01.body_shaping__mob {
    background-image: url("https://cdn.prod.website-files.com/628ba7e416903d8d68e6fd9d/628ba7e416903dba72e6fe53_genefill_home_body_shaping.jpg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .div-block-103 {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .treatment__card__mob__02 {
    background-image: linear-gradient(#0140833d, #0140833d), url("https://cdn.prod.website-files.com/628ba7e416903d8d68e6fd9d/66e6afb471102ba11494b3ab_Genefill%20Webpage2_Main%20Image%20Smoth%20Skin.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 300px;
    position: relative;
  }

  .treatment__card__mob__02.body_shaping {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .treatment__card__mob__02.body_shaping__mob {
    background-image: url("https://cdn.prod.website-files.com/628ba7e416903d8d68e6fd9d/628ba7e416903dba72e6fe53_genefill_home_body_shaping.jpg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .treatment__card__mob__03 {
    background-image: linear-gradient(#0140833d, #0140833d), url("https://cdn.prod.website-files.com/628ba7e416903d8d68e6fd9d/66e6afb3a943babede172f0e_Genefill%20Webpage2_Main%20Image%20Facial%20Contouring.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 300px;
    position: relative;
  }

  .treatment__card__mob__03.body_shaping {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .treatment__card__mob__03.body_shaping__mob {
    background-image: url("https://cdn.prod.website-files.com/628ba7e416903d8d68e6fd9d/628ba7e416903dba72e6fe53_genefill_home_body_shaping.jpg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .treatment__card__mob__04 {
    background-image: linear-gradient(#0140833d, #0140833d), url("https://cdn.prod.website-files.com/628ba7e416903d8d68e6fd9d/66e6afb31f80fd80287836c3_Genefill%20Webpage2_Soft%20Touch%202.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 300px;
    position: relative;
  }

  .treatment__card__mob__04.body_shaping {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .treatment__card__mob__04.body_shaping__mob {
    background-image: url("https://cdn.prod.website-files.com/628ba7e416903d8d68e6fd9d/628ba7e416903dba72e6fe53_genefill_home_body_shaping.jpg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .wrapper-slider-real-results {
    padding-left: 0;
    padding-right: 0;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

  .slider-rr-category {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .card-slider_item {
    width: auto;
  }

  .btn-2.btn-primary.card-slider_nav-btn {
    padding: 10px 15px;
    top: 81px;
    left: -13px;
  }

  .btn-2.btn-primary.card-slider_nav-btn.x {
    padding-left: 15px;
    padding-right: 15px;
    top: 81px;
    right: -13px;
  }

  .btn-2.btn-primary.card-slider_nav-btn {
    padding: 10px 15px;
  }

  .btn-2.btn-primary.card-slider_nav-btn.x {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-wrapper.q2 {
    margin-bottom: 20px;
  }

  .container-12 {
    max-width: 100%;
  }

  .header-wrapper_left {
    width: 100%;
  }

  .dropdown-link.q1 {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .collection-list-wrapper-20 {
    width: 100%;
  }

  .collection-list-wrapper-20.x3.w3 {
    margin-top: 0;
  }

  .collection-list-17.d4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 0;
    display: grid;
  }

  .text-block-8.e5 {
    margin-left: 0;
    font-size: 14px;
  }

  .div-block-107 {
    flex-direction: column;
    display: flex;
  }

  .div-block-107.x2 {
    flex-direction: column;
  }

  .collection-list-wrapper-21, .div-block-111 {
    width: auto;
  }

  .section-5 {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .section-5.tab-slider {
    padding-top: 25%;
  }

  .header-wrapper-2.q2 {
    margin-bottom: 0;
  }

  .div-block-114.x {
    width: 100%;
    height: 100px;
  }

  .heading-10 {
    margin-bottom: 10px;
  }

  .div-block-120 {
    margin-left: 0;
    display: flex;
    position: static;
  }

  .div-block-323, .div-block-324 {
    height: 60px;
  }

  .text-block-91 {
    height: 60px;
    font-size: 12px;
    line-height: 24px;
  }

  .search-4 {
    position: static;
    left: -513px;
  }

  .navbar-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-147 {
    margin-top: 66px;
  }

  .submenu-3 {
    display: none;
  }

  .intro-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-326 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-39 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 28px;
    line-height: 33px;
  }

  .text-block-94 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-24 {
    max-width: none;
    padding-right: 30px;
  }

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

  .columns-10 {
    text-align: left;
    padding-right: 0;
    display: block;
  }

  .column-22 {
    text-align: center;
    padding-right: 0;
  }

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

  .tab-link-tab-2-2 {
    width: 100%;
    height: 60px;
    padding: 5px;
  }

  .tab-link-tab-2-2.w--current {
    width: 100%;
  }

  .div-block-327 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }

  .tabs-content-3 {
    width: auto;
    margin-top: 20px;
  }

  .tab-link-tab-3-2 {
    width: 100%;
    height: 60px;
    padding: 5px;
  }

  .tabs-menu-4 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: center;
    background-color: #ddd0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch start;
    justify-items: end;
    width: auto;
    height: auto;
    margin-right: 0;
    display: grid;
  }

  .tab-link-tab-1-2 {
    width: 100%;
    height: 60px;
    padding: 5px;
  }

  .tab-link-tab-1-2.w--current {
    text-align: left;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    height: 60px;
    padding: 5px;
  }

  .tabs-3 {
    width: 100%;
    display: block;
    left: 8px;
  }

  .text-block-97 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 15px;
  }

  .bulgaria {
    border-radius: 5px;
  }

  .clinic-sec {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .radio-text {
    margin-bottom: 0;
    font-size: 12px;
  }

  .div-block-331 {
    width: auto;
  }

  .romania {
    border-radius: 5px;
  }

  .collection-list-23 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .heading-40 {
    line-height: 38px;
  }

  .form-block-5 {
    background-color: #25252500;
    padding-left: 0;
    padding-right: 0;
  }

  .uae {
    width: 150px;
    height: 30px;
    padding: 5px;
  }

  .egypt {
    width: 100px;
    height: 30px;
    padding: 5px;
  }

  .form-8 {
    padding-right: 0;
  }

  .div-block-337 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 3px;
    display: flex;
  }

  .div-block-338 {
    width: auto;
  }

  .l-4.regular.camp {
    padding-right: 0;
  }

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

  .link-block-18 {
    width: auto;
    height: 35px;
  }

  .div-block-335 {
    margin-right: 0;
  }

  .text-block-105 {
    height: auto;
    font-size: 10px;
    line-height: 12px;
  }

  .image-148 {
    width: 42px;
    height: auto;
    padding-right: 5px;
  }

  .link-block-17 {
    width: 180px;
    height: 35px;
  }

  .button-7, .button-8 {
    align-self: center;
    width: 150px;
    padding-left: 46px;
    font-size: 10px;
    line-height: 15px;
  }

  .button-8.call {
    align-self: center;
    padding-left: 48px;
  }

  .image-151 {
    object-fit: contain;
    height: auto;
    left: -190px;
  }

  .body-l-2 {
    flex: 0 auto;
    max-width: none;
    height: auto;
    position: static;
    overflow: visible;
  }

  .body-l-2.form-heading {
    display: none;
  }

  .close-btn-w1 {
    width: 2rem;
    height: 2rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .section-00 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-00.w.n {
    height: 4799vw;
  }

  .section-00.w.n.r {
    height: auto;
    margin-top: 0;
    display: none;
  }

  .div-block-520, .div-block-521 {
    width: 95%;
  }

  .text-block-187.part2 {
    font-size: 14px;
  }

  .bold-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-522 {
    flex-flow: column;
    width: auto;
  }

  .div-block-523 {
    width: auto;
    height: auto;
  }

  .div-block-524 {
    width: auto;
  }

  .text-block-188 {
    font-size: 14px;
  }

  .div-block-525 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 95%;
  }

  .div-block-526 {
    flex-flow: column;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-196 {
    width: 60%;
  }

  .text-block-189 {
    text-align: center;
    font-size: 12px;
  }

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

  .div-block-528, .div-block-529 {
    width: auto;
  }

  .list-2 {
    font-size: 14px;
  }

  .div-block-530 {
    width: 90%;
    height: 300px;
  }

  .div-block-449 {
    margin-left: 0;
    padding-left: 20px;
  }

  .heading-44 {
    font-size: 28px;
  }

  .text-block-169 {
    font-size: 22px;
  }

  .paragraph-25 {
    font-size: 16px;
  }

  .div-block-452 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

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

#w-node-_37d44aad-353d-9dbf-ebd8-f38f0e326a1e-d7b5b421 {
  justify-self: auto;
}

#w-node-_69d20335-079f-16d9-99fa-ed3752d99b5a-52d99b57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_37d44aad-353d-9dbf-ebd8-f38f0e326a1e-d7b5b421 {
    align-self: auto;
  }
}
