:root {
  --logo-teal: #3d747d;
  --dark-teal: #0d2c31;
  --black: #000;
  --white: white;
  --light-blue: #a5eaf5;
  --color: #7da8e3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

h1 {
  color: var(--logo-teal);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: ivypresto-display, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.2rem;
}

h2 {
  color: #1f4d55;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: ivypresto-display, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.6rem;
}

h3 {
  color: var(--dark-teal);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7rem;
}

h4 {
  color: var(--logo-teal);
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4rem;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1rem;
}

p {
  margin-bottom: 30px;
}

a {
  color: var(--logo-teal);
  text-decoration: none;
}

a:hover {
  color: var(--dark-teal);
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
}

li {
  margin-bottom: 5px;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.main_nav_wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  display: flex;
}

.logo {
  width: 200px;
  margin-right: auto;
}

.top_navbar_wrapper {
  background-color: #0d2c31;
  justify-content: center;
  align-items: stretch;
  height: 38px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.top_navbar_btn {
  color: var(--light-blue);
  letter-spacing: .07em;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

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

.hero_section {
  background-color: #3d747d00;
  background-image: url('../images/hero-bg.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 85svh;
}

.main_tagline_wrapper {
  z-index: 50;
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: absolute;
  inset: auto auto 35% 10%;
}

.main_tagline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: ivypresto-display, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.2rem;
}

.hero_text {
  color: #dafaff;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2rem;
}

.hero_video_wrapper {
  z-index: 40;
  border-radius: 100%;
  width: 50%;
  height: 70svh;
  padding-left: 0%;
  position: absolute;
  inset: auto 5% 15% auto;
  overflow: hidden;
  box-shadow: 0 20px 30px 9px #00000021;
}

.appointment_btn {
  color: #007b8f;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.2rem;
  text-decoration: none;
}

.appointment_btn:hover {
  color: var(--dark-teal);
}

.bg_video {
  height: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.button {
  background-color: var(--dark-teal);
  color: var(--white);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 10px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: var(--logo-teal);
  color: var(--white);
}

.button.top_margin {
  margin-top: 10px;
}

.hero_btn_icon {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
}

.stats_section {
  justify-content: space-between;
  align-items: center;
  padding: 3% 10% 5%;
  display: flex;
}

.stats_div {
  width: 18%;
}

.stats_headline {
  color: var(--logo-teal);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
}

.welcome_section {
  padding: 0% 5% 5%;
}

.two_columns_grid {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  padding: 0;
}

.two_columns_grid.footer {
  width: 100%;
}

.content_cell {
  background-color: #0000000a;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 6% 10%;
}

.hp_img_div {
  border-radius: 10px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.hp_img_div._100 {
  height: 100%;
}

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

.hp_img.team {
  object-position: 50% 15%;
}

.services_section {
  padding: 5%;
}

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

.hp_headline.services {
  font-size: 3rem;
  line-height: 3rem;
}

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

.services_btn {
  width: 100%;
  color: var(--white);
  background-color: #0000000a;
  border-radius: 10px;
  padding-top: 132%;
  font-family: ivypresto-display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3rem;
  position: relative;
  overflow: hidden;
}

.services_img_div {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services_img {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
}

.services_overlay_div {
  z-index: 20;
  background-color: #0000;
  background-image: linear-gradient(146deg, #062327ba, #0102030f 34%, #0000 54%), linear-gradient(#0000 44%, #00181fcc 90%);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.services_btn_text {
  letter-spacing: .05em;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3rem;
}

.services_slider_wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.services_slider {
  background-color: #ddd0;
  width: 33.33%;
  height: auto;
  padding-right: 0;
}

.services_slide_nav {
  display: none;
}

.services_slide {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.mask {
  width: auto;
  overflow: visible;
}

.cell {
  padding-right: 0;
}

.services_slider_arrow {
  z-index: 50;
  background-color: var(--logo-teal);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: 0%;
  font-size: .9rem;
  inset: auto auto 39% 0%;
  overflow: visible;
}

.services_slider_arrow:hover {
  background-color: var(--dark-teal);
}

.services_slider_arrow.right {
  inset: auto 0% 40% auto;
}

.hp_section {
  padding: 5%;
}

.hp_section.top_margin {
  padding-bottom: 10%;
}

.content_callout_cell {
  background-color: var(--dark-teal);
  color: var(--white);
  border-radius: 10px;
  padding: 6% 11%;
}

.research_small_headline {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.list_nomargin {
  margin-bottom: 0;
}

.list_nomargin.white_text {
  font-weight: 300;
}

.age_sectiion {
  background-color: var(--dark-teal);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #01424d, var(--dark-teal));
  color: var(--white);
  padding: 5% 10%;
}

.center_header_wrapper-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hp_headline-2 {
  color: #1e2336;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: ivypresto-display, sans-serif;
  font-size: 2.6rem;
  font-weight: 100;
  line-height: 2.6rem;
}

.hp_headline-2.gold {
  color: #ffdc8d;
}

.hp_headline-2.gold.no_margin {
  color: var(--light-blue);
  margin-bottom: 0;
  font-family: ivypresto-display, sans-serif;
  font-style: italic;
  font-weight: 100;
}

.hp_headline_big {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: ivypresto-display, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
}

.ages_subheadline {
  font-size: 1.2rem;
  font-weight: 300;
}

.age_overlay_div {
  z-index: 10;
  text-align: left;
  background-color: #00000040;
  background-image: radial-gradient(circle at 0 0, #000102b5, #0000 62%);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.age_content_div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.age_content_div._3, .age_content_div._1, .age_content_div._2 {
  width: 100%;
}

.age_text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.age_number {
  color: #fff;
  letter-spacing: -1px;
  font-family: ivypresto-display, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
}

.age_arrow {
  width: 20px;
  margin-left: 10px;
  margin-right: 0;
}

.age_title {
  color: var(--light-blue);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 15px;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.ages_main_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 3%;
  margin-bottom: 0%;
  display: flex;
}

.age_img_div {
  opacity: .88;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.age_link {
  color: var(--light-blue);
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.age_link:hover {
  color: #fff;
}

.ages_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  height: auto;
  display: flex;
}

.age_img {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
}

.age_img._2 {
  object-position: 80% 25%;
}

.age_wrapper {
  width: 100%;
  height: 20rem;
  position: relative;
}

.age_wrapper._3, .age_wrapper._2, .age_wrapper._1 {
  width: 100%;
  height: 28rem;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}

.p_last {
  margin-bottom: 0;
}

.specialized_care_section {
  position: relative;
}

.parallax_img_div {
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.parallax_img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.specialized_content_wrapper {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 35%;
  padding-top: 0%;
  display: flex;
  position: absolute;
  inset: 0% 10% 0% auto;
}

.specializes_content_div {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--white);
  background-color: #0000;
  border: 1px solid #ffffff38;
  border-radius: 10px;
  padding: 9% 5% 9% 9%;
  font-weight: 300;
}

.paragraph {
  text-wrap: balance;
}

.overaly_div {
  z-index: 10;
  background-image: linear-gradient(265deg, #000000b0, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.doc_section {
  padding: 0% 5% 5%;
}

.footer_section {
  color: var(--white);
  background-image: url('../images/hero-bg-flipped.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 1px solid #000;
  padding: 12% 10% 5%;
}

.logo_cover_div {
  z-index: 45;
  mix-blend-mode: soft-light;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
  position: absolute;
  inset: 0% 3% 0% auto;
}

.logo_icon {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
}

.footer-headline {
  color: var(--white);
  font-size: 2.4rem;
  line-height: 2.5rem;
}

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

.contact_form {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text_field {
  background-color: #00000029;
  border: 1px solid #fff3;
  border-radius: 5px;
}

.text_field._50 {
  background-color: #0000;
  border-style: none none solid;
  border-color: #ffffff80 #ffffff80 #619aa3;
  border-radius: 0;
  width: 48%;
  margin-bottom: 20px;
}

.text_field._50::placeholder {
  color: var(--light-blue);
}

.text_area {
  background-color: #0000;
  border: 1px #ffffff80;
  border-bottom: 1px solid #619aa3;
  border-radius: 0;
  min-height: 120px;
  margin-bottom: 5%;
}

.text_area::placeholder {
  color: var(--light-blue);
}

.appointment_cell {
  justify-content: center;
  align-items: flex-start;
  padding-right: 15%;
}

.submit_btn {
  background-color: var(--logo-teal);
  border-radius: 50px;
  padding: 9px 35px;
  font-size: .9rem;
  font-weight: 300;
}

.submit_btn:hover {
  color: var(--white);
  background-color: #021013;
}

.footer_grid {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  margin-top: 10%;
  padding: 0;
}

.serving_headline {
  color: var(--white);
  letter-spacing: .05rem;
  margin-top: 5%;
  margin-bottom: 0;
  font-family: ivypresto-display, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 100;
  line-height: 1.4rem;
}

.contact_form_cell {
  background-color: #0d2c31;
  border-radius: 10px;
  padding: 5%;
}

.footer_logo {
  width: 200px;
  margin-bottom: 20px;
}

.location_cell {
  border-left: 1px solid #ffffff42;
  padding-left: 10%;
}

.footer_text {
  color: #fff;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1rem;
}

.footer_link {
  color: var(--light-blue);
  text-decoration: none;
}

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

.address_wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.address_text_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 5%;
  display: flex;
}

.footer_phone_-btn {
  color: var(--light-blue);
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
}

.footer_phone_-btn:hover {
  color: var(--white);
}

.address {
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.location_link {
  color: var(--light-blue);
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
}

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

.quick_links_grid {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  width: 100%;
  padding: 0;
}

.footer_headline {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.3rem;
}

.links_wrapper_cell {
  padding-left: 5%;
}

.quick_link {
  color: var(--white);
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2rem;
  text-decoration: none;
}

.quick_link:hover {
  color: var(--light-blue);
}

.location_icon {
  width: 30px;
  margin-right: 10px;
}

.footer_phone_icon {
  width: 26px;
  margin-left: 0;
  margin-right: 14px;
}

.phone_icon {
  width: 20px;
  margin-right: 5px;
}

.soc_media_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 5%;
  display: flex;
}

.arrow_icon {
  width: 18px;
}

.top_icon {
  width: 20px;
  margin-right: 5px;
}

.navlink_dropdown {
  text-transform: uppercase;
  font-size: .95rem;
  font-weight: 500;
}

.dropdown_toggle {
  color: var(--dark-teal);
  margin-left: 0;
  padding-left: 15px;
  padding-right: 20px;
}

.dropdown_toggle.w--open {
  color: #7d979b;
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .8rem;
}

.dropdown_list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.dropdown_link {
  color: var(--dark-teal);
  font-size: .9rem;
  line-height: 1.2rem;
}

.dropdown_link:hover {
  background-color: var(--logo-teal);
  color: var(--white);
}

.soc_media_btn {
  opacity: .55;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  display: flex;
}

.soc_media_btn:hover {
  opacity: 1;
  width: 24px;
  height: 24px;
}

.tiktok_icon {
  width: 90%;
}

.inner_hero_section {
  background-image: url('../images/hero-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 75svh;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.inner_hero_grid {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  width: 100%;
  padding: 0;
}

.innerpage_hero_headline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: ivypresto-display, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3rem;
}

.inner_hero_text {
  color: #dafaff;
  font-size: 1.1rem;
  font-weight: 300;
}

.innerhero_img_div {
  z-index: 10;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  padding-top: 0%;
  position: relative;
  top: 76px;
  overflow: hidden;
}

.inner_hero_content_cell {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5%;
}

.inner_hero_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero_img_cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.innerpage_section {
  padding: 5% 10%;
}

.innerpage_section.no_top_margin {
  padding-top: 0%;
}

.benefits_grid {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  margin-top: 3%;
  margin-bottom: 3%;
  padding: 0;
}

.benefit_headline {
  color: var(--logo-teal);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.innerpage_h2.margin10 {
  margin-bottom: 10px;
}

.innerpage_h2.light_blue {
  color: var(--light-blue);
}

.inner_subheadline {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.7rem;
}

.benefit_cell {
  background-color: #f0f7f8;
  border-radius: 10px;
  padding: 24px;
}

.benefit_text {
  margin-bottom: 0;
}

.center_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lasik_self_test_wrapper {
  background-color: var(--dark-teal);
  background-image: radial-gradient(circle at 50% 0, #1d5963, #0000);
  border-radius: 15px;
  padding: 2%;
}

.self_test_info_cell {
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
  font-weight: 300;
}

.faqs_list {
  margin-bottom: 0;
}

.faqs_list.margin {
  margin-bottom: 20px;
}

.faqs_accordion {
  background-color: #85858500;
  border-top: 1px #0000006b;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.services_icon {
  align-self: center;
  width: 1.3rem;
  margin-left: 1.5rem;
  display: block;
}

.faqs_header {
  color: var(--logo-teal);
  cursor: pointer;
  background-color: #85858500;
  border-top: 1px #00000087;
  border-bottom: 2px #004674;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
}

.faqs_header:hover {
  color: #499caa;
  background-color: #0000;
}

.services_content {
  border-top: 1px solid #8d97c266;
  overflow: hidden;
}

.max-width-large {
  background-color: #85858500;
  border-radius: 0;
  width: 100%;
  max-width: none;
  padding: 20px 0 20px 20px;
}

.faqs_text {
  margin-bottom: 0;
}

.faqs_text.margin {
  margin-bottom: 20px;
}

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

.services_header_wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.faqs_cell {
  align-items: stretch;
}

.inner_section_header_text {
  color: var(--black);
  text-transform: uppercase;
}

.flipbook_placeholder {
  background-color: var(--logo-teal);
  border-radius: 10px;
  padding: 23px;
}

.flipbook_placehoder_img {
  width: 100%;
}

.awards_grid {
  width: 70%;
  margin-top: 5%;
  padding: 0;
}

.specialists_grid {
  width: 100%;
  padding: 0;
}

.doc_btn {
  width: 100%;
  color: var(--logo-teal);
  text-align: center;
  border-radius: 10px;
  padding-bottom: 20px;
  font-family: ivypresto-display, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4rem;
  text-decoration: none;
  transition: background-color .3s;
  overflow: hidden;
}

.doc_btn:hover {
  background-color: var(--logo-teal);
  color: var(--white);
}

.doc_img_div {
  border-radius: 10px;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
}

.doc_img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

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

.line_div {
  background-color: var(--logo-teal);
  width: 70%;
  height: 1px;
}

@media screen and (max-width: 991px) {
  .top_navbar_wrapper {
    justify-content: space-around;
    height: 50px;
  }

  .top_navbar_btn {
    letter-spacing: .02em;
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero_section {
    background-position: 0 0;
    background-size: cover;
  }

  .main_tagline_wrapper {
    width: 80%;
    inset: 207px auto auto 10%;
  }

  .main_tagline {
    font-size: 2.4rem;
  }

  .hero_text {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .hero_video_wrapper {
    width: 70%;
    height: auto;
    padding-top: 70%;
    bottom: 17%;
  }

  .appointment_btn {
    margin-right: 20px;
  }

  .bg_video {
    width: 100%;
    position: static;
  }

  .stats_section {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .stats_div {
    text-align: center;
    width: 28%;
    margin-bottom: 26px;
  }

  .stats_headline {
    font-size: 4vw;
  }

  .stats_text {
    line-height: 1.2rem;
  }

  .hp_img_div {
    height: 500px;
  }

  .hp_headline.services {
    font-size: 2rem;
  }

  .services_btn {
    padding-top: 159%;
  }

  .services_btn_text {
    letter-spacing: .02em;
  }

  .services_slider_arrow {
    width: 30px;
    height: 30px;
    font-size: .8rem;
  }

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

  .center_header_wrapper-2 {
    width: 90%;
  }

  .hp_headline_big {
    font-size: 3.4rem;
  }

  .age_overlay_div {
    padding: 21px;
  }

  .age_text {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .age_number {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .age_title {
    font-size: 1.6rem;
  }

  .age_wrapper._3, .age_wrapper._2, .age_wrapper._1 {
    height: 25rem;
  }

  .specialized_content_wrapper {
    width: 45%;
  }

  .footer_section {
    padding-top: 26%;
  }

  .logo_cover_div {
    width: 70%;
    inset: 45% 5% auto auto;
  }

  .appointment_cell {
    padding-bottom: 5%;
    padding-right: 0%;
  }

  .location_cell {
    border-left-style: none;
    padding-left: 0%;
  }

  .links_wrapper_cell {
    padding-top: 5%;
    padding-left: 0%;
  }

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

  .navlink_dropdown {
    display: block;
  }

  .dropdown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .dropdown_icon {
    margin-right: 20px;
  }

  .dropdown_list.w--open {
    background-color: #f3f3f3;
    border-radius: 0;
    position: relative;
  }

  .menu_btn {
    border: 1px solid var(--logo-teal);
    color: var(--logo-teal);
    border-radius: 5px;
  }

  .menu_btn:hover {
    background-color: var(--logo-teal);
    color: var(--white);
  }

  .menu_btn.w--open {
    border-color: var(--color);
    background-color: var(--dark-teal);
    color: var(--white);
  }

  .inner_hero_section {
    justify-content: flex-start;
    align-items: flex-start;
    height: 80svh;
    padding-top: 170px;
    padding-bottom: 10%;
  }

  .innerhero_img_div {
    width: 450px;
    height: 450px;
    position: relative;
    top: -109px;
    right: -25px;
  }

  .innerpage_section.no_top_margin {
    padding-top: 5%;
  }

  .innerpage_section.first {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .benefits_grid {
    margin-bottom: 5%;
  }

  .self_test_info_cell {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .faqs_accordion {
    width: 100%;
  }

  .faqs_header {
    font-size: 1.2em;
  }

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

  .awards_grid {
    width: 50%;
    margin-top: 3%;
  }

  .line_div {
    display: none;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: static;
  }

  .logo {
    padding-left: 0;
  }

  .top_navbar_wrapper {
    flex-flow: wrap;
    height: auto;
    padding-left: 6%;
    padding-right: 6%;
  }

  .top_navbar_btn {
    width: 48%;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .hero_section {
    height: 900px;
  }

  .main_tagline_wrapper {
    top: 230px;
  }

  .hero_video_wrapper {
    bottom: 13%;
  }

  .hp_img_div {
    height: 400px;
  }

  .services_slider {
    width: 50%;
  }

  .age_sectiion {
    padding: 10%;
  }

  .center_header_wrapper-2 {
    width: auto;
  }

  .hp_headline-2 {
    font-size: 2.2rem;
    line-height: 2rem;
  }

  .hp_headline_big {
    font-size: 3rem;
    line-height: 3.1rem;
  }

  .age_overlay_div, .ages_container {
    flex-flow: column;
  }

  .age_wrapper._3, .age_wrapper._2, .age_wrapper._1 {
    height: 16rem;
  }

  .parallax_img_div {
    height: 800px;
  }

  .parallax_img {
    object-position: 25% 100%;
  }

  .specialized_content_wrapper {
    justify-content: center;
    align-items: stretch;
    width: 60%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .specializes_content_div {
    padding: 6%;
  }

  .logo_cover_div {
    top: 54%;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .inner_hero_section {
    height: 700px;
    padding-top: 10%;
  }

  .innerhero_img_div {
    width: 300px;
    height: 300px;
    top: -147px;
  }

  .services_icon {
    width: 1.75rem;
  }

  .faqs_header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  .top_navbar_wrapper {
    justify-content: flex-start;
  }

  .top_navbar_btn {
    margin-left: 0;
    margin-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .hero_section {
    height: 800px;
  }

  .main_tagline {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .hero_video_wrapper {
    width: 90%;
    padding-top: 90%;
    top: 603px;
    bottom: auto;
  }

  .appointment_btn {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1rem;
  }

  .stats_div {
    width: 100%;
  }

  .stats_headline {
    margin-bottom: 5px;
    font-size: 2rem;
  }

  .welcome_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hp_img_div {
    height: 300px;
  }

  .hp_headline.services {
    text-align: center;
    line-height: 2.2rem;
  }

  .services_btn {
    padding-top: 127%;
  }

  .services_slider {
    width: 100%;
  }

  .hp_section.top_margin {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hp_headline-2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .hp_headline_big {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }

  .ages_subheadline {
    font-size: 1rem;
  }

  .age_overlay_div {
    padding: 21px;
  }

  .age_number {
    font-size: 2.4rem;
  }

  .age_wrapper._3, .age_wrapper._2, .age_wrapper._1 {
    height: 20rem;
  }

  .parallax_img_div {
    height: 600px;
  }

  .specialized_content_wrapper {
    justify-content: center;
    align-items: stretch;
    width: 80%;
  }

  .footer_section {
    background-position: 0 0;
    padding-top: 65%;
    padding-bottom: 10%;
  }

  .logo_cover_div {
    width: 90%;
    top: 65%;
  }

  .footer-headline {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .text_field._50 {
    width: 100%;
  }

  .appointment_cell {
    padding-bottom: 14%;
  }

  .footer_grid {
    margin-top: 27%;
  }

  .location_cell {
    padding-top: 10%;
  }

  .quick_links_grid {
    grid-column-gap: 0svw;
    grid-row-gap: 0svw;
  }

  .soc_media_wrapper {
    margin-top: 10%;
  }

  .inner_hero_section {
    height: 900px;
  }

  .innerpage_hero_headline {
    font-size: 2.4rem;
  }

  .inner_hero_text {
    font-size: 1rem;
  }

  .innerhero_img_div {
    top: -6px;
    right: 0;
  }

  .innerpage_section, .innerpage_section.no_top_margin, .innerpage_section.first {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .inner_subheadline {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .faqs_header {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.1em;
  }

  .max-width-large {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .flipbook_placeholder {
    padding: 9px;
  }

  .awards_grid {
    width: 80%;
  }
}

#w-node-fa14c8a6-56c7-9625-cc1f-40dbbcc778c4-e10db05b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4e986d63-67d2-ee3f-6b0d-dfb203fad094-e10db05b {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-cf09f427-005d-1693-b467-9d7c4cee38a2-e10db05b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cf09f427-005d-1693-b467-9d7c4cee38a3-e10db05b {
  grid-row: span 2 / span 2;
}

#w-node-ce7b2c0a-f344-8577-feda-c7ac35ff34f0-e10db05b, #w-node-_2aefd23e-09fc-b695-5edf-8fc3dfc47f4c-e10db05b, #w-node-d5bc60d8-2789-7b0a-a3d3-f37c62a8faa8-e10db05b, #w-node-a99ebf0d-8d60-0e57-eaf3-b06fcbf53d56-e10db05b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6f0e864d-c105-9957-1902-c5a456a957db-e10db05b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_5cde91fc-0c76-35bd-5d14-a2797d8c07cd-e10db05b, #w-node-b7783696-2a70-53f9-d67f-c2ef21402cb4-96dc6a08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2ed4dfdd-79b3-ef00-1d06-51ee573ea3fd-96dc6a08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f00dd1ab-0b4e-206f-4eef-8156c31e817a-96dc6a08, #w-node-_099c50c0-931a-553b-c048-d150ad899b18-96dc6a08, #w-node-_544526e0-4930-b6bc-85c1-d1b02a4991c6-96dc6a08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cfc71f83-9fb3-56c3-f6e7-b028ff45a2e3-96dc6a08 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_99b171cb-f9f1-a316-3cce-cd730e8d8564-96dc6a08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a53bed03-8f74-9071-e998-30bdbb217dc1-96dc6a08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a376aa82-4f84-a538-01e2-ff04a3e440c4-96dc6a08, #w-node-a376aa82-4f84-a538-01e2-ff04a3e440ec-96dc6a08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a376aa82-4f84-a538-01e2-ff04a3e440ee-96dc6a08 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a376aa82-4f84-a538-01e2-ff04a3e44115-96dc6a08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-fa14c8a6-56c7-9625-cc1f-40dbbcc778c4-e10db05b, #w-node-_4e986d63-67d2-ee3f-6b0d-dfb203fad094-e10db05b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf09f427-005d-1693-b467-9d7c4cee38a2-e10db05b {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cf09f427-005d-1693-b467-9d7c4cee38a3-e10db05b {
    grid-row: span 2 / span 2;
  }

  #w-node-d5bc60d8-2789-7b0a-a3d3-f37c62a8faa8-e10db05b, #w-node-a99ebf0d-8d60-0e57-eaf3-b06fcbf53d56-e10db05b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f0e864d-c105-9957-1902-c5a456a957db-e10db05b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b7783696-2a70-53f9-d67f-c2ef21402cb4-96dc6a08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2ed4dfdd-79b3-ef00-1d06-51ee573ea3fd-96dc6a08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_099c50c0-931a-553b-c048-d150ad899b18-96dc6a08, #w-node-_544526e0-4930-b6bc-85c1-d1b02a4991c6-96dc6a08, #w-node-cfc71f83-9fb3-56c3-f6e7-b028ff45a2e3-96dc6a08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a53bed03-8f74-9071-e998-30bdbb217dc1-96dc6a08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a376aa82-4f84-a538-01e2-ff04a3e440c4-96dc6a08, #w-node-a376aa82-4f84-a538-01e2-ff04a3e440ec-96dc6a08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a376aa82-4f84-a538-01e2-ff04a3e440ee-96dc6a08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce7b2c0a-f344-8577-feda-c7ac35ff34f0-e10db05b, #w-node-_2aefd23e-09fc-b695-5edf-8fc3dfc47f4c-e10db05b, #w-node-_2ed4dfdd-79b3-ef00-1d06-51ee573ea3fd-96dc6a08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6f0e864d-c105-9957-1902-c5a456a957db-e10db05b, #w-node-_5cde91fc-0c76-35bd-5d14-a2797d8c07cd-e10db05b, #w-node-a53bed03-8f74-9071-e998-30bdbb217dc1-96dc6a08, #w-node-a376aa82-4f84-a538-01e2-ff04a3e440ee-96dc6a08, #w-node-a376aa82-4f84-a538-01e2-ff04a3e44115-96dc6a08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


