.navbar_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta_primary {
  grid-column-gap: .625rem;
  background-color: #0000;
  background-image: linear-gradient(90deg, #59abd3, #3493cf);
  border-radius: 13.875rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 3rem;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 0 14px 60px #1684c833;
}

.navbar_link {
  color: #000;
}

.navbar_links-right {
  grid-column-gap: 2rem;
  align-items: center;
  display: flex;
}

.navbar_logo {
  object-fit: cover;
  width: 6rem;
}

.navbar_content-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav_bar-component {
  background-color: #e5f6fa;
  position: fixed;
  inset: 0% 0% auto;
}

.about_content-wrapper {
  padding-top: 4rem;
}

.testimonial_content {
  width: 100%;
  height: 100%;
}

.content_bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-style-h2 {
  color: #0e3550;
  flex-flow: wrap;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline;
}

.heading-style-h2.is-centered {
  color: #fff;
  text-align: center;
}

.heading-style-h2.is-centered.text-align-left {
  text-align: left;
}

.heading-style-h2.is-centered.text-align-left.meet-title {
  color: #c59d53;
}

.heading-style-h2.text_highlight-secondary.gold-shimmer {
  background-image: linear-gradient(#c5a453, #c5a453);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.8rem;
}

.content_grid-right {
  display: flex;
}

.checkmark_icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .25rem;
  display: flex;
}

.cta_alternate {
  -webkit-backdrop-filter: blur(2.75rem);
  backdrop-filter: blur(2.75rem);
  background-color: #ffffff42;
  border: 1.5px solid #fff;
  border-radius: 6.25rem;
  padding: 1rem 2rem;
}

.finance-options_content-wrapper {
  flex-flow: column;
}

.form_field-wrapper {
  width: 100%;
}

.rating {
  width: 100px;
}

.testimonial_slider {
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  z-index: 5;
  background-color: #6872e9;
  background-image: linear-gradient(90deg, #1884c6, #90d8fb);
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  min-height: 2rem;
  position: relative;
  bottom: -29px;
}

.eclipse_icon-wrapper {
  z-index: 5;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% -8%;
  overflow: clip;
}

.contact-form_background-video {
  border-radius: 1.25rem 0 0 1.25rem;
  width: 100%;
}

.section_dental-studio {
  z-index: 2;
  background-color: #1c8ac9;
  position: relative;
}

.content_image-wrapper {
  z-index: -1;
  width: 100%;
  position: relative;
  top: 4rem;
}

.dental-spa_feature-content {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.content-image {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.testimonial_slide {
  width: 700px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
}

.contact-form_video-wrapper {
  -webkit-backdrop-filter: blur(.875rem);
  backdrop-filter: blur(.875rem);
  border: 1px solid #4fd5ff80;
  border-radius: 1.25rem 0 0 1.25rem;
  width: 60%;
  height: auto;
  box-shadow: 0 .875rem 3.75rem #1c8ac924;
}

.about_content {
  grid-column-gap: 10rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.background_left-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 28% auto 0% -8%;
}

.content_grid-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.section_about {
  z-index: 2;
  background-color: #e5f6fa;
  background-image: url('../images/background-image_1background image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: -2px;
}

.content_text-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.card_image {
  object-fit: cover;
  border-radius: .75rem;
}

.testimonial_image {
  width: 70px;
}

.hero_text-content-wrapper {
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
}

.contact-form_content-wrapper {
  z-index: 7;
}

.swiper_slide-image-wrapper {
  width: 100%;
  height: 300px;
}

.swiper_slide-image-wrapper.is-secondary {
  align-items: center;
  height: auto;
  display: flex;
}

.heading-style-h1 {
  color: #0e3550;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.1;
}

.testimonial_image-content-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.testimonial_details {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkmark_icon {
  width: 25px;
  min-width: 25px;
}

.eclipse_icon {
  z-index: 5;
  object-fit: cover;
  width: 100px;
}

.slide_nav {
  padding-top: 0;
  inset: auto 0% -80px 5%;
}

.contact-form-content {
  z-index: 2;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(.875rem);
  backdrop-filter: blur(.875rem);
  background-color: #ffffffe6;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: 0 .875rem 3.75rem 1rem #1c8ac924;
}

.dental-spa_feature-heading, .dental-spa_feature-heading.black-text {
  color: #333;
  font-size: 1.125rem;
}

.dental-spa_feature-heading.white-text {
  color: #fff;
  font-size: 1.125rem;
}

.cta_primary-w-arrow-alternate {
  grid-column-gap: .625rem;
  color: #1c8ac9;
  background-color: #fff;
  border-radius: 13.875rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 14px 60px #1684c833;
}

.hero_image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: -36px;
}

.cta-wrapper {
  grid-column-gap: .8125rem;
  display: flex;
}

.swiper-wrapper_alternate {
  opacity: .88;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background-color: #ffffffed;
  border-radius: 1.25rem;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding: 2rem 1rem;
  box-shadow: 0 4px 114px #1c8ac92e;
}

.content_left {
  z-index: 1;
  flex: 1;
  position: relative;
}

.swiper_slide-content {
  grid-row-gap: 1rem;
  background-color: #d9d9d9;
  border-radius: .9375rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 13.7rem;
  padding: .5rem .5rem 1rem;
  display: flex;
}

.swiper_slide-content.is-secondary {
  grid-row-gap: 0rem;
  background-color: #fff;
  border-bottom: 1px solid #1c8ac9;
  width: 11.7rem;
  height: 9rem;
  padding: 0 1rem;
  box-shadow: 0 4px 111px #1c8ac924;
}

.text-size-medium {
  color: #fff;
  font-size: 1.375rem;
}

.text-size-medium.is-alternate {
  color: #000;
}

.text-size-medium.is-text-dark {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 1.125rem;
}

.content_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.finance-options_heading {
  text-align: center;
  margin-bottom: 4rem;
}

.cta_primary-w-arrow {
  grid-column-gap: .625rem;
  background-color: #0000;
  background-image: linear-gradient(90deg, #59abd3, #3493cf);
  border-radius: 13.875rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 14px 60px #1684c833;
}

.testimonial_client {
  font-size: 1.2rem;
  font-weight: 700;
}

.heading_content-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_fields-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.form_block {
  margin-bottom: 0;
}

.right_arrow-icon {
  width: 70px;
}

.text-size-xl {
  font-size: 2rem;
}

.text-size-xl.is-light {
  color: #fff;
}

.content_left-wrapper {
  height: 100%;
  position: relative;
  left: 45px;
}

.hero_image {
  object-fit: contain;
  background-color: #15bdf500;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  position: relative;
}

.testimonial_quotes-icon {
  position: relative;
}

.testimonial_quotes-icon.is-bottom {
  width: 3.5rem;
  position: absolute;
  inset: auto 4% 8% auto;
}

.testimonial_quotes-icon.is-top {
  width: 3.5rem;
  position: absolute;
  inset: 8% auto auto 4%;
}

.left_arrow-icon {
  width: 40px;
  height: 40px;
}

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

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

.text-size-regular.padding-bottom.padding-medium.is-light {
  text-align: left;
  width: 100%;
}

.text-size-regular.is-light {
  color: #fff;
  text-align: center;
  width: 37.5rem;
}

.text-size-regular.is-light.is-width-xxxl {
  width: 42rem;
}

.text_highlight-secondary {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#c5a453, #d8d18f 50%, #c5a453);
  -webkit-background-clip: text;
  background-clip: text;
}

.text_highlight-secondary.gold-shimmer {
  text-shadow: 0 2px 1px #a67c004d;
}

.content_heading-wrapper {
  grid-row-gap: .5rem;
  flex-flow: column;
}

.card_text-content {
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.testimoial_text-content {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero_paragraph {
  color: #fff;
  width: 32rem;
  font-size: 1.1rem;
}

.hero_paragraph.black-text {
  color: #0e3550;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.hero_background-video {
  z-index: 1;
  background-color: #e5f6fa;
  min-height: 110vh;
  position: absolute;
  inset: 0%;
}

.heading_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 22rem;
}

.heading_wrapper.is-width-xxxl {
  text-align: center;
  width: 55rem;
}

.heading_wrapper.is-width-xxl {
  width: 40rem;
}

.heading_wrapper.is-width-large {
  width: 25rem;
}

.heading_wrapper.is-width-xl {
  width: 29rem;
}

.heading_wrapper.is-width-xl.is-alternate {
  grid-row-gap: .7rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 62.5rem;
  display: flex;
}

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

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

.testimonial_content-wrapper {
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2.5rem;
  display: flex;
}

.hero_content-wrapper {
  z-index: 2;
  grid-column-gap: 19px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 3rem;
  display: grid;
  position: relative;
}

.left_arrow {
  height: 1.25rem;
  inset: auto auto -60px 39%;
}

.content_right {
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  height: 100%;
  margin-right: 2.5rem;
  padding-bottom: 40px;
  display: flex;
}

.content_image {
  width: 100%;
}

.section_comfort {
  background-color: #1c8ac9;
  background-image: url('../images/comfort-background_1comfort background.webp'), linear-gradient(0deg, #003c5d 10% 100%, #003c5d00);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.form_input {
  color: #615f5f;
  background-color: #fff0;
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #615f5f70;
  border-left-color: #000;
  height: 1.3rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
}

.dental-spa_feature-text-content {
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.form_label {
  color: #615f5fe0;
  margin-bottom: 0;
}

.dental-spa_content-wrapper {
  align-items: flex-start;
  display: flex;
}

.dental-spa_feature-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.dental-spa_feature-wrapper.black-text {
  font-size: 1.125rem;
}

.cta_icon {
  width: .75rem;
}

.contact-form_wrapper {
  width: 100%;
}

.right_arrow {
  z-index: 5;
  width: 50px;
  height: 1.25rem;
  inset: auto 37% -60px auto;
}

.contact-form_text {
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.comfort_content-wrapper {
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.background_left-image {
  width: 300px;
}

.cta-wrapper-alternate {
  grid-column-gap: .8125rem;
  display: flex;
}

.dental-studio_content-wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.content-image-wrapper {
  flex: 1;
  height: 100%;
}

.swiper-slide-img {
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.swiper-slide-img.is-secondary {
  height: auto;
}

.contact-form_text-wrapper {
  align-self: flex-start;
}

.swiper-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.swiper-wrapper.is-secondary {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.padding-global {
  background-color: #e5f6fa;
  padding-left: 0;
  padding-right: .5rem;
}

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

.left_image {
  width: 100%;
}

.content_grid-left {
  grid-row-gap: 3rem;
  background-color: #1c8ac9;
  flex-flow: column;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
}

.card {
  grid-row-gap: 3rem;
  -webkit-backdrop-filter: blur(5.5rem);
  backdrop-filter: blur(5.5rem);
  background-color: #ffffffc9;
  border-radius: 1.25rem;
  flex-flow: column;
  padding: .625rem .625rem 3.9375rem;
  display: flex;
  box-shadow: 0 .25rem 6.9375rem #65aedb21;
}

.swiper-slide {
  flex: 1;
  align-self: center;
}

.section_testimonial {
  background-color: #1c8ac9;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 5rem;
  padding-bottom: 230px;
}

.hero_text-wrapper {
  grid-row-gap: .5625rem;
  flex-flow: column;
  display: flex;
}

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

.card_heading {
  text-align: center;
  font-size: 1.25rem;
}

.contact-form_main-wrapper {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.content_right-wrapper {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text_highlight {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#c5a453, #fcf4a2 50%, #c5a453);
  -webkit-background-clip: text;
  background-clip: text;
}

.text_highlight.gold-shimmer {
  color: #b49751;
  text-shadow: 0 2px 1px #a67c004d;
  background-image: linear-gradient(#c5a453, #c5a453);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.form_textarea {
  resize: none;
  background-color: #fff0;
  border: 1px #615f5f;
  border-bottom: 1px solid #615f5f70;
  min-height: 1rem;
  margin-bottom: 0;
  padding: 0;
}

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

.feature_content-image {
  z-index: -1;
}

.heading_wrapper-secondary {
  width: 27rem;
  font-family: Aboreto, sans-serif;
}

.paragraph_wrapper-secondary {
  width: 27rem;
}

.feature_image {
  width: 35rem;
}

.feature_content-image-secondary {
  z-index: -1;
  width: 11rem;
  position: absolute;
  inset: auto auto -3% 22%;
}

.feature_content-text-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-global-2.padding-section-large.pb-5 {
  padding-bottom: 2rem;
}

.feature_content-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading_wrapper-alternate {
  width: 28rem;
}

.feature_secondary-image {
  border-radius: 1.25rem;
  width: 31rem;
}

.feature_alternate-wrapper {
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.feature_alternate-image-wrapper {
  flex-flow: column;
  justify-content: flex-start;
}

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

.feature_alternate-content-wrapper.is-reversed {
  grid-column-gap: 1rem;
  flex-flow: row-reverse;
  justify-content: space-between;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-3.padding-section-large {
  background-color: #e5f6fa;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.feature_alternate-text-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.content_paragraph {
  color: #fff;
  font-size: 1.125rem;
}

.feature-reverse_content-wrapper {
  grid-column-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-reverse_text-content {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 561px;
  display: flex;
}

.feature-reverse_image-wrapper {
  width: 30rem;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-4.padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.feature-reverse_image {
  border-radius: 1.25rem;
}

.section_feature-reverse {
  background-color: #1c8ac9;
}

.feature_grid-right-checkmarks {
  grid-row-gap: 3rem;
  background-color: #1c8ac9;
  border-radius: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
}

.feature_paragraph {
  color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 1.125rem;
}

.feature_paragraph.text-shift {
  padding-top: 20px;
  line-height: 35px;
}

.feature_grid-left-checkmarks {
  display: flex;
}

.content-image-wrapper-secondary {
  flex: 1;
  height: 100%;
}

.list_check-item-paragraph-wrapper {
  width: 100%;
}

.list_check-item-paragraph {
  color: #fff;
}

.feature_grid-right {
  display: flex;
}

.content-image-secondary {
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.feature_grid-left {
  grid-row-gap: 3rem;
  background-color: #1c8ac9;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
}

.list_check-item-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.check-item_icon {
  width: 1.2rem;
}

.list_check-item {
  grid-column-gap: 1rem;
  display: flex;
}

.footer_content-wrapper {
  z-index: 99;
  position: relative;
}

.footer_contact-details-wrapper {
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.location_tabs-menu {
  justify-content: space-between;
  margin-bottom: 4rem;
  display: flex;
}

.footer_availability-heading {
  color: #fff;
  font-size: 1.5rem;
}

.location_tabs {
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.footer_bottom-content {
  grid-column-gap: 5rem;
  justify-content: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0;
  display: flex;
}

.location_tab-content {
  height: auto;
  overflow: visible;
}

.footer_legal {
  border-top: 1px solid #d9d9d938;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .125rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer_links-wrapper {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.location_highlight-icon-wrapper {
  height: 100%;
}

.footer_contact-info-wrapper {
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer_bottom-content-wrapper {
  z-index: 1;
  grid-column-gap: 5rem;
  background-image: url('../images/Hero-Background-Image_1Hero Background Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  margin-top: -100px;
  padding-bottom: 3rem;
}

.icon-embed-xsmall {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  font-weight: 700;
  display: flex;
}

.location_highlight {
  width: 100%;
  height: 120px;
}

.footer_brand {
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.footer_content-links-wrapper {
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer_logo {
  width: 100%;
}

.footer_top-content {
  z-index: 2;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  display: flex;
}

.contact-details_icon {
  object-fit: cover;
  padding-top: 4px;
}

.location_label {
  color: #000;
  font-size: 1.125rem;
}

.footer_socials-wrapper {
  grid-column-gap: .8rem;
  display: flex;
}

.footer_availability-wrapper {
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.availability_details {
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
}

.footer_contact-details {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.footer_links-heading {
  color: #fff;
  font-size: 1.5rem;
}

.location_tab {
  grid-column-gap: 2rem;
  text-align: center;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 2rem;
  display: flex;
}

.location_tab.w--current {
  grid-column-gap: 2rem;
  background-color: #fff0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 2rem;
  display: flex;
}

.location_details {
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.social_icon {
  width: 3rem;
}

.contact_details-text {
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
}

.footer_info-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.powered-by_text {
  color: #fff;
}

.underline {
  opacity: 0;
  width: 7rem;
}

.copyright_text {
  color: #fff;
}

.footer_link {
  font-size: 1.125rem;
  text-decoration: none;
}

.footer_availability-details-wrapper {
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer_contact-info-heading {
  color: #fff;
  font-size: 1.5rem;
}

.nav-menu-wrapper {
  background-color: #fff;
  padding: 10px;
}

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

.nav-button-wrapper {
  margin-left: 0;
}

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

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

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

.button-primary.header-book-app-btn {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #f6d700;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.button-primary.header-call-btn {
  letter-spacing: 0;
  text-transform: none;
  background-color: #4e4c4c;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

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

.container-regular {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand {
  max-width: 283px;
}

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

.mobile-margin-top-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown {
  margin-left: 25px;
  margin-right: 25px;
  font-size: 18px;
}

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

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

.button-secondary {
  color: #1a7ba8;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #efeef6;
  border-radius: 12px;
  padding: 24px 32px;
  line-height: 1.111em;
  transition: transform .3s, box-shadow .3s, border-color .3s, color .3s, background-color .3s;
  box-shadow: 0 1px 3px #18144312, 0 2px 6px #5d4fff1a;
}

.button-secondary:hover {
  color: #1a7ba8;
  transform: translate3d(0, -4px, .01px);
  box-shadow: 0 1px 3px #18144312, 0 5px 17px #5d4fff45;
}

.button-secondary.header-button {
  box-shadow: none;
  color: #e7f6fc;
  background-color: #fff;
  border-radius: 100px;
  margin-right: 14px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.143em;
}

.button-secondary.header-button.blue-bg {
  background-color: #59abd3;
  background-image: linear-gradient(#59abd3, #59abd3);
}

.button-secondary.header-button {
  color: #e7f6fc;
  background-color: #1a7ba8;
  border-radius: 100px;
  margin-right: 14px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.143em;
}

.button-secondary.header-button:hover {
  box-shadow: none;
  transform: none;
}

.button-secondary.header-button.hero-mobile-btn {
  background-color: #c59d53;
}

.button-secondary.header-button.hero-mobile-btn.white-btn {
  background-color: #fff;
}

.button-secondary.header-button.hero-mobile-btn.blue-btn {
  color: #fff;
  background-color: #ffffff45;
}

.brix---link-icon-left {
  opacity: 1;
  margin-left: 5px;
  margin-right: 0;
  display: none;
}

.brix---link-text {
  color: #fff;
  text-align: left;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text.blue-txt {
  color: #1c8ac9;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.brix---buttons-row-7 {
  align-items: center;
  display: flex;
}

.image {
  max-width: 630px;
}

.section_hero-thank-you {
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.thank-you_sm-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.thank-you_details-wrapper {
  z-index: 2;
  position: relative;
  top: -120px;
}

.eclipse_icon-wrapper-secondary {
  z-index: 5;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% -23px;
  overflow: clip;
}

.sm_icon {
  width: 3.125rem;
}

.divider-eclipse_wrapper {
  flex-flow: column;
  align-items: center;
  padding-top: 1.875rem;
  display: flex;
}

.divider-eclipse_wrapper.is-z-index {
  z-index: -1;
  position: relative;
}

.thank-you_heading {
  color: #1c8ac9;
  font-size: 4rem;
  font-weight: 900;
}

.round_icon-wrapper {
  z-index: -1;
  position: absolute;
  inset: -13% auto auto -5%;
}

.section_thank-you-content {
  margin-bottom: -29%;
  position: relative;
}

.thank-you_details {
  z-index: 2;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(99px);
  backdrop-filter: blur(99px);
  background-color: #ffffffe6;
  border-bottom: 5px solid #1c8ac9;
  border-radius: 2.75rem;
  flex-flow: column;
  align-items: center;
  width: 50rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  box-shadow: 0 4px 111px #1c8ac921;
}

.thank-you_image {
  object-fit: cover;
  width: 26.875rem;
}

.thank-you_sub-heading {
  font-size: 1.1rem;
}

.divider-secondary {
  z-index: 5;
  background-color: #6872e9;
  background-image: linear-gradient(90deg, #1884c6, #90d8fb);
  border-bottom-right-radius: 5rem;
  border-bottom-left-radius: 5rem;
  min-height: 2rem;
  position: absolute;
  inset: auto 0% 0%;
  overflow: clip;
}

.thank-you_content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: -55px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8rem;
  position: absolute;
  inset: 50% 0 auto;
}

.hero_video {
  min-height: 768px;
}

.thank-you_image-wrapper {
  z-index: 3;
  width: 100%;
  max-width: 400px;
  position: absolute;
  inset: -70px -100px auto auto;
}

.thank-you_sub-heading-wrapper {
  text-align: center;
  width: 30rem;
}

.round_icon {
  width: 8rem;
}

@media screen and (min-width: 1440px) {
  .feature_paragraph {
    margin-top: 20px;
    padding-top: 0;
  }

  .feature_paragraph.text-shift {
    margin-top: 0;
  }

  .container-regular {
    max-width: 1400px;
  }

  .brix---link-icon-left {
    margin-left: 0;
  }

  .brix---link-text {
    color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .nav_bar-component {
    background-color: #e5f6fa;
  }

  .heading-style-h2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
  }

  .heading-style-h2.is-centered.text-align-left {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .heading-style-h2.text_highlight-secondary.gold-shimmer {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 3.5rem;
  }

  .heading-style-h1 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
  }

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

  .text-size-medium.is-text-dark {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 1.125rem;
    line-height: 20px;
  }

  .main-wrapper {
    position: relative;
  }

  .text-size-xl {
    font-size: 2.5rem;
  }

  .text-size-xl.is-light {
    aspect-ratio: auto;
    font-family: Aboreto, sans-serif;
    line-height: 1.5em;
  }

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

  .hero_paragraph {
    font-size: 1.5625rem;
  }

  .hero_paragraph.black-text {
    font-size: 1.5rem;
  }

  .hero_content-wrapper {
    padding-bottom: 3rem;
  }

  .dental-spa_feature-text-content {
    align-items: stretch;
    font-size: 1.125rem;
    line-height: 20px;
  }

  .dental-spa_feature-wrapper {
    margin-top: 20px;
  }

  .padding-global {
    background-color: #e5f6fa;
  }

  .container-medium {
    max-width: 1280px;
  }

  .heading_wrapper-secondary, .feature_secondary-image {
    width: auto;
  }

  .feature_paragraph {
    margin-top: 20px;
    padding-top: 20px;
    line-height: 20px;
  }

  .footer_bottom-content-wrapper {
    margin-top: -40px;
  }

  .image {
    object-fit: fill;
  }

  .section_thank-you-content {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0%;
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .thank-you_details {
    background-color: #e5f6fa;
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .thank-you_image {
    width: 100%;
    position: relative;
  }

  .thank-you_content-wrapper {
    width: 100%;
    max-width: 980px;
    margin: -55px auto 32px;
    padding-left: 0;
    position: absolute;
    inset: 60% 0 0;
  }

  .hero_video {
    aspect-ratio: auto;
    object-fit: cover;
    min-height: 768px;
    overflow: hidden;
  }

  .thank-you_image-wrapper {
    width: 400px;
    bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .heading-style-h2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 3.5rem;
  }

  .heading-style-h2.text_highlight-secondary.gold-shimmer {
    font-size: 3.5rem;
  }

  .heading-style-h1 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 2.625rem;
  }

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

  .text-size-xl {
    font-size: 1.625rem;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_paragraph {
    font-size: 1.25rem;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .button-secondary.header-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_hero-thank-you {
    padding-top: 3rem;
  }

  .thank-you_content-wrapper {
    margin-top: -55px;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .heading-style-h1 {
    font-size: 2.25rem;
  }

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

  .text-size-xl {
    font-size: 1.5rem;
  }

  .hero_paragraph {
    font-size: 1.125rem;
  }

  .padding-global, .padding-global-2, .padding-global-3, .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .button-secondary.header-button {
    display: none;
  }

  .thank-you_content-wrapper {
    margin-top: -55px;
  }
}

@media screen and (max-width: 479px) {
  .navbar_logo {
    width: 4.2rem;
  }

  .content_bottom {
    flex-flow: column;
    display: flex;
  }

  .heading-style-h2 {
    font-family: Aboreto, sans-serif;
    font-size: 2.8rem;
  }

  .heading-style-h2.is-centered.text-align-left {
    font-size: 2.5rem;
    display: inline-block;
  }

  .dental-spa_feature-content {
    flex-flow: row;
  }

  .testimonial_slide {
    width: 100%;
    padding-right: 20px;
  }

  .content_text-wrapper {
    align-items: center;
  }

  .hero_text-content-wrapper {
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .slide_nav {
    bottom: -30%;
  }

  .content_top {
    flex-flow: column;
    display: flex;
  }

  .text-size-xl {
    font-size: 1.375rem;
  }

  .text-size-xl.is-light {
    font-family: Aboreto, sans-serif;
    font-size: 2.8rem;
    line-height: 1.2em;
  }

  .hero_paragraph.black-text, .heading_wrapper.is-width-xxxl {
    width: 100%;
  }

  .testimonial_content-wrapper {
    padding-left: 1rem;
  }

  .hero_content-wrapper {
    grid-column-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .hero_text-wrapper {
    align-items: flex-start;
  }

  .text_highlight.gold-shimmer {
    font-size: 2.5rem;
  }

  .feature_content-wrapper {
    flex-flow: column;
  }

  .heading_wrapper-secondary, .paragraph_wrapper-secondary, .heading_wrapper-alternate {
    width: 100%;
  }

  .feature_alternate-image-wrapper {
    margin-top: 20px;
  }

  .feature_alternate-content-wrapper.is-reversed {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-global-3.padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .content_paragraph {
    margin-bottom: 40px;
  }

  .feature-reverse_content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .feature-reverse_text-content, .feature-reverse_image-wrapper {
    width: 100%;
  }

  .padding-global-4 {
    padding-top: 3rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .padding-global-4.padding-section-large {
    padding-bottom: 4rem;
  }

  .feature-reverse_image-content {
    display: flex;
  }

  .feature_grid-left {
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer_bottom-content {
    flex-flow: column;
    padding-bottom: 2rem;
    padding-left: 20px;
  }

  .footer_legal {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer_contact-info-wrapper {
    grid-row-gap: 0rem;
  }

  .footer_logo {
    width: 6.5rem;
  }

  .footer_availability-wrapper {
    grid-row-gap: 0rem;
  }

  .contact_details-text {
    line-height: 1.5rem;
  }

  .footer_info-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary.header-book-app-btn, .button-primary.header-call-btn {
    font-size: 16px;
  }

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

  .button-secondary {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    display: block;
  }

  .button-secondary.header-button {
    display: block;
  }

  .button-secondary.header-button.hero-mobile-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .brix---buttons-row-7 {
    flex-direction: column;
    align-items: stretch;
  }

  .image {
    max-width: 100%;
  }

  .thank-you_sm-wrapper {
    flex-flow: row;
  }

  .thank-you_details-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .thank-you_heading {
    font-size: 2rem;
  }

  .thank-you_details {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .thank-you_sub-heading {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .thank-you_content-wrapper {
    max-width: 100%;
    margin-top: -60px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .thank-you_sub-heading-wrapper {
    width: 100%;
  }
}

#w-node-_254c4c8d-32bd-381c-7ff2-8649e0de82a6-cdc290ff, #w-node-_254c4c8d-32bd-381c-7ff2-8649e0de82a6-61b8d3a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


