.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  background-color: #e2e4e6;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.3em;
}

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

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

p {
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
}

a {
  color: #e2e4e6;
  text-decoration: underline;
}

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

li {
  margin-bottom: 7px;
  line-height: 1.6em;
}

strong {
  font-weight: 600;
}

.heading {
  color: #fff;
  margin-bottom: 14px;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
}

.div-block-18 {
  color: #f5f5f5;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #34484e;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
}

.div-block-18.new-patient-lp {
  display: none;
}

.div-block-14 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-14.large {
  height: 490px;
  margin-bottom: 24px;
}

.div-block-12 {
  background-color: #1b2629;
  margin-top: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-6 {
  width: 70px;
  height: 70px;
  color: #0c1d35;
  background-color: #e2e4e6;
  border-radius: 20px;
  margin: -60px auto 20px;
  padding: 11px;
  display: none;
}

.div-block-13 {
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
}

.main-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-19 {
  width: 1px;
  height: 90%;
  background-color: #868686;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline-block;
}

.nav-container {
  width: 95%;
  max-width: 1500px;
  align-items: center;
  display: flex;
}

.link {
  font-size: 15px;
  text-decoration: none;
}

.div-block-6 {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  display: none;
}

.div-block-6.hide {
  display: none;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 1.2em;
}

.heading-2.margin-top {
  margin-top: 1em;
  margin-bottom: 20px;
}

.text-block-7 {
  margin-top: -3px;
}

.text-block-7.footer {
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
}

.dropdown-text {
  color: #000;
  font-weight: 600;
}

.dropdown-text.w--current {
  color: #377d49;
}

.image-2 {
  height: 105px;
  mix-blend-mode: multiply;
  padding: 10px;
}

.image-2.new-patient-lp {
  mix-blend-mode: normal;
}

.dropdown {
  display: block;
}

.section {
  background-color: #34484e;
  padding-top: 78px;
  padding-bottom: 78px;
}

.icon {
  margin-right: 15px;
}

.div-block-24 {
  width: 90%;
  text-align: left;
  border-top: 1px solid #7cc8d6;
  border-bottom: 1px solid #7cc8d6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 6%;
  display: block;
  position: relative;
}

.nav-link {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: #7c8085;
  text-decoration: none;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover {
  color: #7c8085;
  text-decoration: none;
}

.nav-link.dropdown {
  padding: 10px 0;
}

.nav-link.dropdown:hover {
  text-decoration: none;
}

.div-block-42 {
  width: 55%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-42.cta {
  width: 60%;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.aaa {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.aaa.footer {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #7cc8d6;
  border-bottom: 1px solid #7cc8d6;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.aaa.footer.cta {
  border-bottom-style: solid;
  justify-content: center;
  margin-bottom: 0;
}

.aaa.footer.cta.home {
  width: 100%;
  max-width: none;
  border-top-width: 1px;
}

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

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.grid.last {
  margin-bottom: 5em;
}

.div-block-24-copy {
  color: #fff;
  text-align: center;
  background-color: #34484e;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10% 13%;
  display: flex;
}

.icon-1x1-small-2 {
  width: 1.7rem;
  height: 1.7rem;
  color: #a0a0a0;
}

.text-block-14 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.mobile-call {
  color: #868686;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 4px;
  text-decoration: none;
  display: none;
}

.mobile-call:hover {
  color: #bbb;
}

.image-4 {
  width: 100%;
  object-fit: cover;
  object-position: 63% 50%;
  border-top: 1px solid #cfe4e5;
  border-right: 1px solid #cfe4e5;
}

.image-4._2 {
  object-position: 50% 0%;
  border-top-style: none;
  border-right-style: none;
}

.image-4._3 {
  object-position: 20% 0%;
  border-top-style: none;
  border-top-color: #7cc8d6;
  border-right-style: none;
  border-right-color: #7cc8d6;
}

.image-4._4 {
  object-position: 50% 50%;
  border-top-style: none;
  border-right-style: none;
}

.heading-10 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
}

.section-4 {
  color: #eaeaea;
  background-color: #1b2629;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 0;
  position: relative;
}

.btn {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  background-color: #364e4d;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 19px 27px;
  font-weight: 600;
  transition: all .325s;
}

.btn:hover {
  opacity: .67;
  border-color: #fff;
}

.btn.large {
  padding-top: 21px;
  padding-bottom: 21px;
}

.btn.margin-top {
  margin-top: 2em;
}

.btn.secondary {
  background-color: #42abb4;
  border-style: none;
  margin-top: 1em;
}

.btn.secondary:hover {
  opacity: 1;
  background-color: #7cc8d6;
  border-style: none;
}

.btn.secondary.large.text-size-22 {
  font-size: 22px;
}

.btn.secondary.large.text-size-22.margin-bottom-15 {
  margin-bottom: 15px;
}

.btn.secondary.mobile-button {
  margin-top: 1em;
}

.btn.nav {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 16px;
}

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

.text-block-9 {
  text-align: center;
  font-size: 13px;
}

.aaa-3 {
  width: 95%;
  max-width: 1200px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-left: 1px #d0ebf6;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
}

.hours {
  margin-bottom: 0;
  line-height: 1.7;
}

.hours.days {
  font-weight: 600;
}

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

.heading-8 {
  color: #f5f5f5;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 29px;
  font-weight: 600;
}

.heading-8.margin-bottom {
  margin-bottom: .1em;
}

.navbar {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 4px;
  padding-bottom: 4px;
}

.navbar.increase-padding {
  padding-top: 10px;
  padding-bottom: 8px;
}

.section-2-copy {
  color: #000;
  background-color: #e2e4e6;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/henry-co-tqu0IOMaiU8-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 83px;
  display: flex;
}

.section-2-copy.margin-top {
  margin-top: 5em;
}

.custom-container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.aaa-2 {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.aaa-2.subhead {
  max-width: 1500px;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  line-height: 1.1em;
  display: flex;
}

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

.brand:hover {
  text-decoration: none;
}

.brand.mobile-only {
  display: none;
}

.div-block-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 9px;
  display: flex;
}

.html-embed-2 {
  width: 20px;
  height: 15px;
  color: #2b2b2b;
  object-fit: contain;
  margin-right: 10px;
}

.html-embed-9 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-5 {
  width: 20px;
  height: 15px;
  color: #7cc8d6;
  object-fit: contain;
  margin-right: 10px;
}

.html-embed-5.contact {
  width: 40px;
  color: #7cc8d6;
}

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

.social-links {
  color: #c09e83;
}

.social-links:hover {
  color: #dba493;
}

.header-wrap {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .93);
  border-bottom: 1px #f5f5f5;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-wrap.new-patient-lp {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0);
}

.heading-11 {
  max-width: 800px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 52px;
  line-height: 1.1em;
}

.heading-11.yellow {
  color: #fff;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 1.1em;
}

.main-section {
  background-color: #e2e4e6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-section.grey {
  background-color: #34484e;
  padding-top: 83px;
  padding-bottom: 83px;
}

.main-section.black {
  color: #f5f5f5;
  background-color: #34484e;
  background-image: none;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.main-section.top {
  color: #fff;
  background-color: #34484e;
  padding-top: 41px;
  padding-bottom: 41px;
}

.main-section.top.hide {
  display: none;
}

.main-section.alt {
  background-color: rgba(255, 255, 255, .5);
}

.main-section.alt.padding-bottom, .main-section.alt.last, .main-section.last {
  padding-bottom: 5em;
}

.div-block-21 {
  z-index: 3;
  width: 90%;
  max-width: 860px;
  color: #1d2128;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
}

.dropdown-link {
  color: #141414;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 15px;
}

.dropdown-link:hover {
  background-color: rgba(180, 157, 140, .13);
}

.dropdown-link.w--current {
  color: #000;
  letter-spacing: 1px;
  font-weight: 900;
}

.link-3 {
  color: #f5f5f5;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 4px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.link-3:hover {
  color: #7cc8d6;
}

.hero {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_246187812.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 195px;
  padding-bottom: 115px;
  display: flex;
}

.div-block-23 {
  width: 100%;
  height: 630px;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.div-block-23.straight {
  border-radius: 0;
}

.div-block-23.doctor {
  height: 100%;
  max-height: 700px;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.icon-large {
  height: 4rem;
}

.heading-medium {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

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

.btn-2 {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-xsmall {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.form-message-success {
  padding: 1.25rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-style-italic {
  font-style: italic;
}

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

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-small {
  height: 2rem;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.heading-xlarge {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

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

.text-style-link {
  text-decoration: underline;
}

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

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

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

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.heading-small {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.icon-medium {
  height: 3rem;
}

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

.form-wrapper {
  margin-bottom: 0;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-background2 {
  background-color: #7e5d5d;
}

.fs-styleguide_color-sample.is-others {
  background-color: #dba493;
}

.fs-styleguide_color-sample.is-background1 {
  background-color: #f5f5f5;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #41464d;
}

.fs-styleguide_color-sample.is-secondary {
  background-color: #53bdb4;
}

.fs-styleguide_color-sample.is-primary {
  background-color: #000;
}

.heading-large {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.paragraph-23 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.paragraph-23.margin-top {
  margin-top: 1.5em;
}

.paragraph-25 {
  color: #313131;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4em;
}

.paragraph-25.cta {
  color: #fff;
  font-size: 20px;
}

.heading-33 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
}

.paragraph-26 {
  color: #fff;
  margin-bottom: 95px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.div-block-45 {
  color: #fff;
  background-color: #fff;
  border-radius: 13px;
  margin-bottom: 46px;
  padding: 27px;
  line-height: 1.8em;
}

.interior-headers {
  min-height: 550px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_97255669.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 148px;
  padding-bottom: 148px;
  padding-left: 7%;
  display: flex;
}

.interior-headers.restorative {
  background-image: linear-gradient(rgba(8, 20, 34, .61), rgba(8, 20, 34, .61)), url('../images/DSC02016.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.interior-headers.emergency {
  background-image: linear-gradient(rgba(8, 20, 34, .61), rgba(8, 20, 34, .61)), url('../images/AdobeStock_130998676.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.interior-headers.team {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_370176290.webp');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.interior-headers.cosmetic {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/vida-dental-5.webp');
  background-position: 0 0, 50% 59%;
  background-size: auto, cover;
}

.interior-headers.office {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_370177530.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.interior-headers.veneers {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC01962.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.interior-headers.root {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_125586140.webp');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.interior-headers.membership {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DSC02366-min_1DSC02366-min.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.interior-headers.financing {
  background-image: linear-gradient(rgba(0, 0, 0, .47), rgba(0, 0, 0, .47)), url('../images/DSC02014-min_1DSC02014-min.webp');
  background-position: 0 0, 50%;
}

.interior-headers.contact {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_131011537.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
}

.interior-headers.posts {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/AdobeStock_280868042-copy.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
}

.grid-7 {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  align-items: center;
}

.div-block-46 {
  padding-top: 0;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.grid-8.halfsies {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.image-29 {
  width: 90%;
  min-height: 310px;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}

.image-29.max-height {
  max-height: 390px;
  object-position: 50% 34%;
}

.image-29.max-height.bottom {
  max-height: 580px;
  object-position: 50% 0%;
}

.image-29.taller {
  min-height: 460px;
  object-position: 0% 50%;
}

.image-29.taller.center {
  object-position: 50% 50%;
}

.image-29.about {
  min-height: 590px;
}

.image-29.vertical {
  width: 50%;
}

.services-content-wrap {
  position: relative;
}

.div-block-47 {
  width: 90%;
  max-width: 800px;
  text-align: left;
  position: relative;
}

.heading-34 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 67px;
  line-height: 1.1em;
}

.heading-35 {
  margin-top: 0;
}

.heading-45, .paragraph-33 {
  text-align: center;
}

.div-block-53 {
  text-align: center;
  padding: 23px;
}

.div-block-53.black {
  height: 114px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-54 {
  width: 120px;
  height: 120px;
  border: 1px solid #b0cb1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-6 {
  margin-bottom: 0;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-p-2 {
  width: 100%;
  background-color: #e4e8ec;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.toggle-text {
  z-index: 2;
  font-size: 1.3rem;
  position: relative;
}

.faq-2 {
  width: 100%;
  height: 80px;
  color: #fff;
  white-space: break-spaces;
  background-color: #34484e;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq-2.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-body-cont-2 {
  border-top: 1px #000;
  padding: 30px;
  font-weight: 300;
}

.faq-answer, .paragraph-34 {
  margin-bottom: 24px;
}

.list {
  margin-top: 18px;
  margin-bottom: 18px;
}

.list._2col {
  column-count: 2;
}

.div-block-55 {
  text-align: center;
  background-color: #000;
  padding-top: 31px;
  padding-bottom: 31px;
}

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

.div-block-56 {
  max-width: 720px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.div-block-56.new-patients {
  max-width: 800px;
}

.text-field {
  min-height: 40px;
  border-radius: 8px;
}

.success-message {
  background-color: #b0e9e4;
}

.div-block-41 {
  margin-bottom: 30px;
}

.textarea {
  min-height: 120px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.column-2 {
  padding-left: 40px;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.columns-4.top {
  align-items: flex-start;
}

.columns-4.top.reverse {
  margin-top: 83px;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 24px;
}

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

.paragraph-8 {
  margin-bottom: 2.9rem;
}

.heading-29 {
  text-align: left;
  margin-top: 3.2rem;
  font-size: 24px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 29px;
  margin-bottom: 0;
}

.div-block-39 {
  background-color: #726f71;
  border: 1px #141414;
  border-radius: 10px;
  padding: 14px;
}

.html-embed-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 9px;
}

.text-block-17 {
  color: #eaeaea;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 36px;
}

.div-block-36 {
  color: #0c1d35;
  text-align: left;
  background-color: #fff;
  border: 1px solid #435b53;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.text-block-20 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5em;
}

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

.div-block-37 {
  min-height: 100px;
  color: #0c1d35;
  background-color: #e2e4e6;
  margin-bottom: 23px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 16px;
}

.text-block-18 {
  text-align: center;
  margin-top: -5px;
}

.membership-details {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 18px;
}

.heading-47 {
  color: #fff;
  margin-bottom: 21px;
}

.two-col-2 {
  column-count: 2;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2.45rem;
}

.image-75 {
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: none;
  min-height: 610px;
  object-fit: cover;
  transition: all 1s;
}

.image-75:hover {
  filter: grayscale(12%);
}

.div-block-57 {
  width: 90%;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.grid-14 {
  width: 90%;
  max-width: 1400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-10 {
  width: 60px;
  height: 60px;
  color: #b0cb1f;
  margin-left: auto;
  margin-right: auto;
}

.text-block-27 {
  color: #7cc8d6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
}

.div-block-58 {
  width: 1px;
  height: 200px;
  background-color: #7cc8d6;
  margin-left: auto;
  margin-right: auto;
}

.div-block-59 {
  width: 100%;
  margin-top: -83px;
  margin-bottom: 77px;
}

.grid-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.paragraph-35 {
  margin-bottom: 35px;
}

.paragraph-36 {
  color: #313131;
  letter-spacing: .5px;
  text-transform: none;
  line-height: 1.7em;
}

.heading-48 {
  margin-top: 0;
}

.heading-49 {
  font-weight: 400;
}

.paragraph-37 {
  max-width: 900px;
  text-align: center;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-60 {
  z-index: 11;
  height: 100px;
  flex-direction: column;
  align-items: center;
  margin-top: -50px;
  margin-bottom: -50px;
  display: flex;
  position: relative;
}

.div-block-61 {
  width: 2px;
  height: 50px;
  background-color: #7cc8d6;
}

.div-block-61.white {
  background-color: #7cc8d6;
  position: relative;
}

.leaf-icon {
  max-width: 10%;
  margin: 0 auto 32px;
  display: block;
}

.leaf-icon.left {
  height: 50px;
  max-width: none;
  margin-top: -50px;
  margin-bottom: 15px;
  margin-left: 0;
}

.grid-16 {
  grid-column-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 108px;
  margin-bottom: 0;
}

.grid-16.image-right {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

.image-78 {
  z-index: 4;
  width: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 50% 100%;
  position: relative;
}

.div-block-62 {
  border-top: 1px #7cc8d6;
  border-bottom: 1px #b0cb1f;
  padding: 30px 26px;
  position: relative;
}

.div-block-62.left {
  padding: 0;
}

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

.div-block-63.right {
  padding: 30px 26px;
}

.div-block-64 {
  width: 150px;
  height: 160px;
  opacity: .79;
  border: 3px #dae59b;
  border-top: 3px solid #7cc8d6;
  border-left: 3px solid #7cc8d6;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-64.bottom-right {
  border-style: none solid solid none;
  border-bottom-color: #7cc8d6;
  border-right-width: 3px;
  border-right-color: #7cc8d6;
  margin: 0;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-64.top-right {
  border-left-style: none;
  border-right: 3px solid #7cc8d6;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-64.bottom-left {
  border-style: none none solid solid;
  border-bottom-color: #7cc8d6;
  border-right-width: 3px;
  margin-top: 0;
  margin-right: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.paragraph-38 {
  margin-bottom: 2em;
}

.image-79 {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  object-position: 50% 42%;
}

.heading-51 {
  color: #fff;
  margin-top: 0;
  font-weight: 500;
}

.html-embed-12 {
  width: 74px;
  height: 74px;
  color: #726f71;
}

.columns-6 {
  margin-top: 26px;
}

.grid-17 {
  grid-row-gap: 8px;
  grid-template-columns: .5fr 1fr;
}

.grid-17.hide {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-80 {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-28 {
  margin-bottom: 24px;
}

.section-11 {
  z-index: 0;
  height: 100vh;
  background-image: linear-gradient(rgba(52, 72, 78, .65), rgba(52, 72, 78, .65)), url('../images/AdobeStock_194071069-copy.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-7 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aaa-4 {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-52 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 400;
}

.heading-53 {
  color: #ebebeb;
  letter-spacing: 3px;
  text-transform: none;
  font-size: 30px;
  font-weight: 300;
}

.grid-23 {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.image-34 {
  width: 100%;
  max-height: 480px;
  min-height: 270px;
  object-fit: cover;
  border-radius: 0 30px;
  margin-bottom: 21px;
}

.text-block-38 {
  font-weight: 700;
}

.text-block-39 {
  font-style: italic;
  line-height: 1.4rem;
}

.heading-54 {
  text-align: center;
  margin-top: 54px;
}

.background-video {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video.hide {
  display: none;
}

.background-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-testimonials {
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: inline-block;
  position: relative;
}

.lightbox-testimonials:hover {
  transform: scale(1.02);
}

.image-12 {
  height: 100%;
  object-fit: cover;
  object-position: 30% 50%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: static;
}

.div-block-25 {
  opacity: .8;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-25:hover {
  opacity: 1;
}

.image-24 {
  width: 80px;
  height: 80px;
}

.image-24.hide {
  display: none;
}

.section-12 {
  padding-top: 100px;
  padding-bottom: 96px;
}

.grid-4 {
  margin-bottom: 48px;
}

.link-4 {
  color: #546303;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.heading-55 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-56 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-57, .heading-58, .heading-59 {
  font-family: Montserrat, sans-serif;
}

.text-block-40 {
  color: #fff;
  line-height: 1.6em;
}

.logo-icon {
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-60, .bold-text {
  color: #364e4d;
}

.paragraph-39 {
  color: #313131;
}

.heading-61 {
  color: #364e4d;
}

.paragraph-40 {
  color: #313131;
}

.heading-62 {
  color: #364e4d;
}

.paragraph-41 {
  color: #313131;
}

.body {
  background-color: #34484e;
}

.paragraph-42 {
  color: #fff;
}

.section-13 {
  margin-top: 5em;
}

.heading-63 {
  color: #fff;
}

.div-block-66 {
  background-color: #34484e;
}

.footer-home {
  margin-top: 0;
}

.cta-home {
  background-color: #1b2629;
  margin-top: 0;
  padding-top: 5em;
}

.cta-home.no-margin-top {
  margin-top: 0;
  padding-top: 5em;
}

.width-90 {
  width: 90%;
}

.width-85 {
  width: 85%;
}

.text-block-41 {
  color: #fff;
  font-weight: 400;
}

.section-14 {
  margin-top: 0;
}

.emergency-faq {
  margin-bottom: 2em;
}

.section-15 {
  margin-bottom: 5em;
}

.temp-office-hours {
  width: 75%;
}

.margin-bottom {
  margin-bottom: 8em;
}

.div-block-35 {
  width: 433px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  margin-right: auto;
  display: flex;
}

.div-block-32 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-image: linear-gradient(rgba(27, 38, 41, .6), rgba(27, 38, 41, .6)), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-33 {
  width: 100%;
  color: #fff;
  background-color: #42abb4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-34 {
  min-height: 120px;
  background-color: rgba(255, 255, 255, .68);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px 15px;
  display: flex;
}

.background-video-3 {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

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

.aaa-5 {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.h2-big {
  color: #364e4d;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 29px;
  font-weight: 600;
}

.btn-3 {
  min-width: 200px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #019fe3;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 1.05rem 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .4s;
}

.btn-3:hover {
  background-color: #b3b4b4;
}

.div-block-31 {
  width: 90%;
  max-width: 900px;
}

.heading-64 {
  color: #364e4d;
  margin-bottom: 23px;
}

.absolute-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-bg._2 {
  background-image: url('../images/AdobeStock_194071069-copy.webp');
  background-position: 50% 0;
}

.footer__inner-container {
  max-width: 470px;
  margin: 49px auto;
  padding-right: 0;
}

.footer {
  background-color: #fff;
  border-top: 1px rgba(54, 80, 119, .26);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-38 {
  z-index: 555;
  text-align: right;
  justify-content: space-around;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 3%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-29 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 21px;
}

.mini-title-2 {
  color: #7f7f7f;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
}

._55-percent-column {
  width: 100%;
  height: 95%;
  position: relative;
  overflow: hidden;
}

._55-percent-column.height-100-percent {
  height: 100%;
}

.div-block-30 {
  width: 60px;
  height: 60px;
  background-color: #42abb4;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: -52px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-30.bg-color-blue {
  background-color: #2a5070;
}

.html-embed-11 {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-26 {
  height: 34px;
}

.text-block-19 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
}

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

.heading-65 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.link-5 {
  color: #fff;
  font-size: 21px;
  text-decoration: none;
}

.link-5:hover {
  color: #b3b4b4;
}

.div-block-29 {
  max-width: 720px;
  text-align: center;
  margin-bottom: 101px;
  margin-left: auto;
  margin-right: auto;
}

.on-scroll-slide {
  background-color: #e8eef3;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.on-scroll-slide.darker-blue {
  width: auto;
  height: auto;
  background-color: #445756;
  margin-right: 0;
  display: none;
}

.div-block-67 {
  min-height: 820px;
  position: relative;
}

.max-369-pixels {
  width: 100%;
  max-width: 400px;
}

.section-16 {
  background-color: #e2e4e6;
  padding-top: 102px;
  padding-bottom: 102px;
}

.content-section-blue {
  background-color: rgba(158, 125, 77, .1);
  padding-top: 129px;
  padding-bottom: 129px;
  position: relative;
  overflow: hidden;
}

.content-section-blue.bg-color-gray {
  background-color: #34484e;
}

.paragraph-14 {
  color: #313131;
  margin-bottom: 19px;
  line-height: 1.6em;
}

.dr-img-wrapper {
  width: 55%;
  position: relative;
}

.heading-12 {
  color: #7cc8d6;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 54px;
  line-height: 1.2em;
}

.heading-12.text-color-white {
  color: #fff;
}

._45-percent-flex {
  width: 45%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 29px 1% 29px 0%;
  display: flex;
  position: relative;
}

.columns-7 {
  background-color: #e2e4e6;
  align-items: center;
  display: flex;
}

.text-block-42 {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-13 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-13.text-color-white {
  color: #fff;
}

.top-margin {
  position: relative;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

._81-percent-column {
  width: 81%;
}

.content-wrapper-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 1070px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.heading-66 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 69px;
  font-weight: 500;
}

.heading-66.text-color-dark-blue {
  color: #163b5a;
}

.footer__title {
  color: #364e4d;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 11px;
  font-size: 26px;
  line-height: 1.2em;
}

.flex {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.image-27 {
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 26px;
}

.div-block-68 {
  width: 90%;
  max-width: 900px;
}

.footer-wrap-2 {
  color: #fff;
  background-color: #1b2629;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
}

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

.div-block-50 {
  font-size: 12px;
}

.hover-link-2 {
  opacity: .5;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.hover-link-2:hover {
  opacity: 1;
}

.column-48 {
  padding: 51px;
}

.div-block-69 {
  height: 1px;
  background-color: #d0dce5;
  margin-top: 34px;
  margin-bottom: 34px;
}

.div-block-70 {
  padding: 10px;
}

.icon-horizontal-2 {
  color: #fff;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.icon-horizontal-2.lp {
  margin-bottom: 0;
  margin-left: 23px;
}

.icon-horizontal-heading {
  margin-bottom: 0;
  margin-left: 18px;
}

.icon-horizontal-heading.reduced-margin {
  margin-left: 12px;
}

.image-73 {
  width: 220px;
}

.heading-67 {
  color: #f5f5f5;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1em;
}

.columns-35 {
  align-items: center;
  display: flex;
}

.paragraph-44 {
  color: #f5f5f5;
  letter-spacing: .5px;
  margin-bottom: 60px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.6em;
}

.text-span-7 {
  color: #01a0e3;
  margin-right: 11px;
}

.bbb {
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #adc0cc;
  margin-top: 10px;
  margin-bottom: 40px;
}

.paragraph-45 {
  max-width: 950px;
  text-align: center;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.heading-68 {
  max-width: 910px;
  text-align: center;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.heading-69 {
  color: #fff;
}

.column-47 {
  padding-left: 55px;
  padding-right: 55px;
}

.div-block-48 {
  background-color: #fff;
  padding: 44px 31px 67px;
}

.text-span-5 {
  color: #fff;
  font-style: italic;
  font-weight: 700;
}

.section-31 {
  background-color: #f6f9fb;
  padding-top: 77px;
  padding-bottom: 77px;
}

.lp-button {
  min-width: 230px;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #01a0e3;
  border-radius: 7px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 21px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1em;
  transition: all .325s;
  display: block;
}

.lp-button:hover {
  background-color: #49c0f2;
  text-decoration: none;
  transform: translate(0, -5px);
}

.lp-button.secondary-button {
  background-color: #3f4040;
}

.lp-button.secondary-button:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.html-embed-14 {
  width: 24px;
  color: #4dcaff;
}

.div-block-72 {
  min-height: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 17px;
  padding: 30px 30px 20px;
}

.text-block-43 {
  color: #fff;
  text-align: center;
  letter-spacing: .4px;
  font-size: 25px;
  line-height: 1.5em;
}

.columns-37 {
  color: #023056;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.card-2 {
  width: 100%;
  color: rgba(0, 0, 0, .8);
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.container-4 {
  width: 90%;
  max-width: 1100px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 2%;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.btn-6 {
  min-width: 200px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #47644f;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 1.05rem 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .4s;
}

.btn-6:hover, .btn-6.brown {
  background-color: #806949;
}

.btn-6.brown:hover {
  background-color: #b49466;
}

.btn-6.brown.navigation {
  display: none;
}

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

.text-block-29 {
  color: #162f47;
  border-bottom: 1px solid rgba(157, 179, 196, .22);
  margin-top: 4px;
  margin-bottom: 4px;
  padding-bottom: 17px;
  font-size: 20px;
}

.section-30 {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-70 {
  margin-bottom: 4px;
}

.div-block-73 {
  background-color: #163b5a;
}

.aaa-6 {
  width: 95%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.aaa-6.hero {
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-74 {
  background-color: #6a6b6b;
  border-radius: 10px 10px 0 0;
  padding: 17px;
}

.column-50 {
  padding-left: 45px;
  padding-right: 45px;
}

.section-29 {
  background-color: #f6f9fb;
  padding-top: 102px;
  padding-bottom: 102px;
}

.success-message-2 {
  margin-top: 50px;
}

.columns-38 {
  margin-bottom: 66px;
  display: flex;
}

.image-72 {
  width: 100%;
  max-height: 540px;
  min-height: 550px;
  object-fit: cover;
  object-position: 50% 0%;
}

.image-72.dr-photo {
  object-position: 10% 30%;
}

.text-block-44 {
  color: #1a1a1a;
}

.navbar-4 {
  height: 100px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 7px;
  padding-bottom: 7px;
}

.navbar-4.lp {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.paragraph-46 {
  color: #fff;
  margin-bottom: 0;
}

.form-2 {
  padding-top: 11px;
}

.text-block-32 {
  color: #1a1a1a;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1.4em;
}

.bold-text-2 {
  color: #01a0e3;
}

.section-28 {
  height: 100vh;
  background-image: linear-gradient(rgba(18, 41, 51, .75), rgba(18, 41, 51, .75)), url('../images/AdobeStock_509620866-copy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.columns-36 {
  background-color: #018ec9;
  align-items: center;
  display: flex;
}

.text-block-45 {
  color: #1a1a1a;
}

.div-block-75 {
  min-height: 550px;
  position: relative;
}

.html-embed {
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-47 {
  color: #313131;
}

.link-6 {
  color: #42abb4;
}

.rich-text-block, .paragraph-48 {
  color: #313131;
}

.hours-text {
  color: #364e4d;
}

.navbar-menu-link {
  width: 30%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar-menu-link.width-20-percent {
  width: 20%;
}

.navbar-menu-link.mobile-location {
  display: none;
}

.navbar-menu-link.margin-right-1em {
  margin-right: 1em;
}

.navbar-icon {
  width: 65%;
  color: #7cc8d6;
}

.navbar-text-link {
  width: 90%;
  color: #fff;
  text-decoration: none;
}

.navbar-text-link:hover {
  color: #7cc8d6;
}

.navbar-text-link.phone {
  width: 80%;
}

.icon-navbar-wrapper {
  width: 10%;
  justify-content: center;
  display: flex;
}

.icon-navbar-wrapper.phone {
  width: 15%;
}

.navbar-menu {
  justify-content: flex-end;
  display: flex;
}

.color-segment {
  width: 20%;
  border-bottom: 3px solid #42abb4;
  align-items: center;
  margin: -2px auto 15px;
  display: block;
}

.column-feature-block {
  color: #313131;
  margin-bottom: 30px;
}

.button {
  color: #333;
  text-align: center;
  background-color: #d8d5db;
  border-top: 4px solid #795e8c;
  border-radius: 5px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 12px 25px;
  font-size: 18px;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .39);
}

.button:hover {
  color: #d8d5db;
  background-color: #795e8c;
  border-top-color: #d8d5db;
  transform: translate(0, -5px);
}

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

.button.auto-width.center-btn {
  text-align: center;
  align-self: center;
  font-size: 30px;
}

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

.button.center.mobile {
  display: none;
}

.container-5 {
  width: 90%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.container-5.width-50 {
  width: 50%;
}

.content-wrap {
  flex-direction: column;
  align-items: center;
  padding: 15px 30px;
}

.content-wrap.half-width {
  width: 50%;
}

.content-wrap.width-70-percent {
  width: 70%;
}

.content-wrap.width-70-percent.layout-flex {
  display: flex;
}

.content-wrap.footer {
  width: 33.33%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px;
  display: flex;
}

.content-wrap.footer._100-at-tablet {
  margin-bottom: 40px;
}

.content-wrap.footer._100-at-tablet.text-color-white, .content-wrap.footer.text-color-white {
  color: #fff;
}

.faq-answer-2 {
  text-align: left;
  border-bottom: 1px solid rgba(45, 62, 80, .12);
  padding-left: 45px;
  overflow: hidden;
}

.faq-question {
  height: auto;
  cursor: pointer;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.white {
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.white.disclaimer {
  font-size: 12px;
}

.white._15-margin-bottom {
  margin-bottom: 15px;
}

.white._15-margin-bottom.text-align-center {
  text-align: center;
}

.white.text-size-55 {
  font-size: 55px;
}

.white.text-size-55.text-align-center, .white.text-align-center {
  text-align: center;
}

.column-feature-title {
  color: #364e4d;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1em;
  display: inline-block;
}

.column-feature-title.icon {
  color: #7cc8d6;
  margin-right: 10px;
  font-size: 21px;
}

.success-message-3 {
  color: #fff;
  background-color: #42abb4;
  border-radius: 3px;
}

._10-margin-bottom {
  margin-bottom: 10px;
  font-weight: 400;
}

.small-divider {
  width: 50px;
  height: 3px;
  background-color: #42abb4;
  margin: 10px auto 20px;
  display: inline-block;
}

.divider-line {
  width: 200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-card {
  max-width: 1000px;
  background-color: #fcfcfc;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.feature-card.tansparent {
  box-shadow: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.feature-card.tansparent.nps {
  padding-top: 16px;
  padding-bottom: 16px;
}

.faq-plus-wrap {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.faq-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-plus-l {
  width: 5px;
  height: 20px;
  background-color: #42abb4;
  border-radius: 3px;
  position: absolute;
}

.nps-pricing-wrap {
  width: 350px;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
  padding: 15px;
  display: flex;
}

.section-32 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-32.haze {
  background-color: #e2e4e6;
}

.section-32.haze.padding-large {
  padding-bottom: 150px;
}

.section-32.center {
  text-align: center;
  background-color: #fff;
}

.section-32.parallax-bkg {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(52, 72, 78, .65), rgba(52, 72, 78, .65)), url('../images/AdobeStock_509620866-copy.webp');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.nps-form {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 40px 50px 70px;
  position: relative;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.faq-header {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.nps-hero {
  height: 90vh;
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.nps-icon {
  width: 80px;
  height: 80px;
  opacity: .89;
  filter: hue-rotate(300deg);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.light-underline {
  width: 95%;
  height: 1px;
  background-color: #323e9b;
  margin-bottom: 0;
}

.light-underline.gray {
  background-color: #e4e4e4;
}

.feature-card-wrap {
  width: 90%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto -30px;
  display: flex;
}

.feature-card-wrap.no-bottom-padding {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  padding-bottom: 0;
  display: grid;
}

.faq-plus {
  width: 20px;
  height: 5px;
  background-color: #42abb4;
  border-radius: 3px;
}

.vertical-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field {
  height: 50px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  font-size: 17px;
  transition: background-color .2s;
}

.field:hover {
  background-color: #fff;
  border-color: #c5c5c5;
}

.field:focus {
  background-color: #fff;
  border-color: #5e7feb;
  box-shadow: 0 0 15px rgba(94, 127, 235, .3);
}

.field.underline-field {
  border-width: 0 0 1px;
  border-radius: 0;
  padding-left: 0;
  transition: background-color .2s, border .2s, padding .2s, box-shadow .2s;
}

.field.underline-field:hover {
  border-bottom-color: #969696;
}

.field.underline-field:focus {
  border-bottom-color: #dd2476;
  padding-left: 15px;
}

.lp-text-link {
  color: #42abb4;
}

.lp-text-link:hover {
  color: #7cc8d6;
}

.lp-text-link.remove-link {
  color: #000;
  cursor: default;
  text-decoration: none;
}

.feature-header-wrapper {
  justify-content: space-between;
  display: flex;
}

.feature-header-wrapper.width-40-percent {
  width: 50%;
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-check-wrapper {
  width: 10%;
}

.icon-check-wrapper.margin-right-0-5em {
  width: 10%;
  align-self: center;
  margin-right: .5em;
}

.icon-check {
  color: #42abb4;
}

.feature-title-wrapper {
  align-self: flex-start;
}

.drop-shadow {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.footer-2 {
  background-color: #34484e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
}

.footer-social-wrap {
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.copyright-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.social-icon {
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #795e8c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .39);
}

.social-icon:hover {
  background-color: #795e8c;
  transform: translate(0, -5px);
}

.fa-text {
  text-align: center;
  font-size: 24px;
}

.copyright-link {
  font-size: 14px;
}

.copyright-link.hide {
  display: none;
}

.copyright {
  width: 100%;
  text-transform: capitalize;
  background-color: #1b2629;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  display: flex;
}

.footer-titles {
  font-weight: 400;
}

.footer-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 100px;
  display: flex;
}

._15-margin-bottom {
  margin-bottom: 15px;
}

.footer-map {
  width: 100%;
  height: 300px;
  border-radius: 5px;
}

.footer-content-wrapper {
  width: 50%;
  background-color: #34484e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10em;
  display: flex;
}

.footer-map-wrapper {
  width: 50%;
}

.footer-new-patient {
  display: flex;
}

.map-google {
  height: 700px;
}

.contact-wrapper {
  width: 60%;
  color: #fff;
  margin-bottom: 2em;
}

.location-wrapper {
  width: 70%;
  color: #fff;
}

.footer-address {
  margin-bottom: 2em;
  line-height: 1.3em;
}

.footer-logo-wrapper {
  width: 30%;
  margin-bottom: 1em;
}

.footer-text.phone {
  margin-bottom: .5em;
}

.footer-heading {
  color: #7cc8d6;
}

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

.footer-text-link:hover {
  color: #7cc8d6;
}

.nps-form-wrapper {
  width: 40%;
  margin-right: 90px;
}

.form-content-wrapper {
  width: 60%;
}

.link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14 {
  color: #42abb4;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 40px;
  }

  .div-block-18.new-patient-lp {
    display: block;
  }

  .div-block-18.new-patient-lp.bg-color-white {
    background-color: #fff;
  }

  .container.new-patient-lp {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-2 {
    color: #1d2128;
  }

  .div-block-24 {
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .div-block-42 {
    width: 90%;
  }

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

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

  .div-block-24-copy {
    margin-bottom: 0;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .mobile-call.new-patient-lp {
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    display: block;
  }

  .mobile-call.new-patient-lp:hover {
    color: #7cc8d6;
  }

  .mobile-call.new-patient-lp.text-color-dark {
    color: #364e4d;
  }

  .mobile-call.new-patient-lp.text-color-dark:hover {
    color: #7cc8d6;
  }

  .menu-button {
    margin-left: auto;
  }

  .image-4._2, .image-4._3, .image-4._4 {
    object-position: 50% 50%;
  }

  .btn.secondary {
    max-width: none;
  }

  .btn.secondary.mobile-button {
    width: 100%;
    margin-top: 1.5em;
  }

  .nav-menu {
    padding-bottom: 21px;
  }

  .brand {
    display: none;
  }

  .brand.mobile-only {
    display: block;
  }

  .div-block-21 {
    max-width: 60%;
    text-align: center;
    margin-bottom: 47px;
  }

  .hero {
    flex-direction: column;
    align-items: center;
    padding: 161px 0% 0%;
  }

  .div-block-23 {
    height: 380px;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .grid-8 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-29 {
    width: 100%;
    max-height: 310px;
    order: -1;
  }

  .image-29.taller {
    min-height: 350px;
  }

  .image-29.about {
    object-position: 50% 30%;
  }

  .heading-34 {
    font-size: 60px;
  }

  .div-block-53 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    padding-top: 33px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-21 {
    margin-bottom: 13px;
    font-size: 30px;
    line-height: 1.2em;
  }

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

  .grid-13, .grid-14 {
    grid-template-columns: 1fr;
  }

  .leaf-icon {
    max-width: 15%;
  }

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

  .h2-big {
    font-size: 28px;
    line-height: 34px;
  }

  .footer__inner-container {
    text-align: center;
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .paragraph-29 {
    font-size: 18px;
  }

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

  .div-block-67 {
    min-height: 500px;
  }

  .content-section-blue {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dr-img-wrapper {
    width: 50%;
  }

  ._45-percent-flex {
    width: 50%;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0%;
    padding-right: 4%;
  }

  .columns-7 {
    display: block;
  }

  .content-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-48 {
    padding: 35px 23px;
  }

  .icon-horizontal-2.lp {
    display: flex;
  }

  .heading-67 {
    font-size: 41px;
  }

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

  .text-block-43 {
    font-size: 21px;
  }

  .card-2 {
    padding: 24px;
  }

  .container-4 {
    flex-direction: column;
    align-items: flex-end;
  }

  .btn-6.brown.navigation {
    background-color: #019fe3;
    border-radius: 0;
    display: block;
  }

  .columns-38 {
    display: block;
  }

  .image-72 {
    height: 330px;
    max-width: 100%;
    object-fit: cover;
  }

  .section-28 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .navbar-menu-link.mobile-location {
    width: 60%;
    display: flex;
  }

  .mobile-brand-wrapper {
    width: 40%;
  }

  .button.center.desktop {
    display: none;
  }

  .button.center.mobile {
    display: inline-block;
  }

  .container-5.horizontal-flex {
    flex-direction: column;
  }

  .container-5.horizontal-flex.nps {
    width: 95%;
    flex-direction: column;
  }

  .container-5.horizontal-flex.mobile-flip {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5.width-50 {
    width: 90%;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    display: flex;
  }

  .content-wrap.width-70-percent.layout-flex {
    width: 90%;
  }

  .content-wrap.footer {
    width: 50%;
  }

  .content-wrap.footer._100-at-tablet {
    width: 100%;
  }

  .column-feature-title {
    font-size: 18px;
  }

  ._10-margin-bottom.mobile-text-center {
    text-align: center;
  }

  .feature-card {
    margin-bottom: 20px;
  }

  .section-32.haze.padding-large {
    padding-bottom: 100px;
  }

  .section-32.parallax-bkg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nps-form {
    padding: 35px;
  }

  .faq-header {
    font-size: 30px;
    line-height: 125%;
  }

  .nps-hero {
    height: 100vh;
  }

  .feature-card-wrap {
    width: 100%;
  }

  .feature-card-wrap.no-bottom-padding {
    grid-column-gap: 40px;
  }

  .vertical-flex {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .vertical-flex.align-left.no-margin-bottom {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .icon-check-wrapper.margin-right-0-5em {
    width: 8%;
  }

  .footer-wrap {
    flex-wrap: wrap;
  }

  .footer-content-wrapper {
    padding-left: 2em;
  }

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

  .nps-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-content-wrapper {
    width: 90%;
  }

  .dropdown-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 30px;
  }

  .image-2 {
    height: 70px;
  }

  .div-block-24 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-42 {
    width: 90%;
    max-width: 90%;
  }

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

  .div-block-24-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .mobile-call {
    color: #f5f5f5;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    display: block;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .heading-8 {
    max-width: 290px;
    text-align: left;
  }

  .aaa-2.subhead {
    display: none;
  }

  .div-block-21 {
    max-width: 90%;
  }

  .hero {
    min-height: auto;
    margin-top: 120px;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .interior-headers.restorative, .interior-headers.emergency {
    padding-top: 71px;
    padding-bottom: 71px;
  }

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

  .heading-34 {
    font-size: 49px;
  }

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

  .columns-4.top.reverse {
    flex-direction: column-reverse;
  }

  .two-col-2 {
    column-count: 1;
  }

  .image-75 {
    min-height: 310px;
  }

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

  .leaf-icon {
    max-width: 20%;
  }

  .grid-16.image-right {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .image-78 {
    min-height: 200px;
  }

  .image-79 {
    max-height: 370px;
  }

  .section-11 {
    height: 90vh;
  }

  .heading-52 {
    font-size: 32px;
  }

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

  .div-block-34 {
    margin-bottom: 44px;
  }

  .aaa-5 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-big {
    font-size: 26px;
    line-height: 32px;
  }

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

  .footer__inner-container {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .mini-title-2 {
    font-size: 15px;
    line-height: 15px;
  }

  ._55-percent-column {
    width: 100%;
  }

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

  .div-block-67 {
    min-height: 300px;
  }

  .max-369-pixels {
    max-width: none;
  }

  .dr-img-wrapper, ._45-percent-flex {
    width: 100%;
  }

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

  .content-wrapper-2 {
    z-index: 5;
  }

  .footer__title {
    margin-bottom: 16px;
  }

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

  .image-27 {
    max-width: 400px;
  }

  .hover-link-2 {
    display: inline-block;
  }

  .icon-horizontal-2.lp {
    font-size: .8rem;
  }

  .icon-horizontal-heading.reduced-margin {
    margin-left: 9px;
  }

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

  .div-block-48 {
    padding-bottom: 44px;
  }

  .div-block-72 {
    min-height: auto;
    margin-bottom: 32px;
  }

  .columns-37 {
    display: block;
  }

  .card-2 {
    padding: 24px;
  }

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

  .column-50 {
    padding-top: 51px;
  }

  .image-72 {
    height: auto;
  }

  .columns-36 {
    display: block;
  }

  .color-segment {
    width: 30%;
  }

  .column-feature-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .button {
    justify-content: center;
    align-items: center;
  }

  .button.center {
    width: 200px;
  }

  .container-5 {
    width: 90%;
  }

  .container-5.horizontal-flex.mobile-flip {
    flex-direction: column-reverse;
  }

  .container-5.horizontal-flex.mobile-flip.mobile-padding {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .content-wrap {
    margin-top: 30px;
  }

  .content-wrap.half-width, .content-wrap.width-70-percent.layout-flex {
    width: 100%;
  }

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

  .feature-card.tansparent {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nps-pricing-wrap {
    margin-left: 0;
  }

  .section-32.haze.padding-large {
    padding-bottom: 80px;
  }

  .section-32.parallax-bkg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nps-form {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .faq-header {
    font-size: 30px;
    line-height: 110%;
  }

  .nps-hero {
    height: auto;
  }

  .nps-icon {
    margin-top: 0;
  }

  .feature-card-wrap.no-bottom-padding {
    grid-template-columns: 1fr;
  }

  .vertical-flex {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .feature-header-wrapper.width-40-percent {
    width: 80%;
  }

  .copyright-text {
    font-size: 13px;
    line-height: 22px;
  }

  .copyright-link {
    font-size: 13px;
  }

  .footer-content-wrapper {
    width: 100%;
    order: 1;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .footer-map-wrapper {
    width: 100%;
  }

  .footer-new-patient {
    flex-direction: column;
  }

  .map-google {
    height: 500px;
  }

  .nps-form-wrapper, .form-content-wrapper {
    width: 100%;
  }

  .div-block-76 {
    margin-top: 4em;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 29px;
  }

  .text-block-7 {
    max-width: 260px;
    font-size: 16px;
  }

  .div-block-24 {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .aaa {
    width: 93%;
  }

  .aaa.footer {
    flex-direction: column;
  }

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

  .grid {
    grid-row-gap: 0px;
  }

  .mobile-call {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
    display: block;
  }

  .menu-button {
    margin-left: auto;
  }

  .btn.secondary {
    margin-top: .5em;
  }

  .btn.secondary.mobile-button {
    white-space: pre-wrap;
  }

  .aaa-3 {
    width: 90%;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-8 {
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7rem;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .aaa-2 {
    width: 90%;
  }

  .aaa-2.subhead {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-11 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .html-embed-5 {
    width: 20px;
    height: auto;
  }

  .heading-11.yellow {
    font-size: 35px;
  }

  .main-section {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .div-block-21 {
    max-width: 85%;
    margin-bottom: 0;
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .link-3 {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
    display: block;
  }

  .hero {
    margin-top: 107px;
  }

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

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .interior-headers {
    min-height: 230px;
    margin-top: 104px;
    padding-top: 62px;
    padding-bottom: 62px;
    padding-left: 0%;
  }

  .div-block-47 {
    width: 93%;
  }

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

  .heading-35 {
    font-size: 23px;
  }

  .div-block-53 {
    max-width: 270px;
  }

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

  .columns-4.top.reverse {
    margin-top: 17px;
  }

  .heading-29 {
    font-size: 23px;
  }

  .text-block-17 {
    font-size: .9rem;
  }

  .grid-13 {
    grid-row-gap: 41px;
  }

  .grid-15 {
    grid-row-gap: 21px;
  }

  .heading-49 {
    font-size: 29px;
  }

  .paragraph-37 {
    font-size: 19px;
    line-height: 1.4em;
  }

  .leaf-icon {
    max-width: 30%;
  }

  .grid-16 {
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .div-block-62 {
    padding: 20px;
  }

  .image-79 {
    margin-bottom: 50px;
  }

  .section-11 {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-52 {
    font-size: 34px;
  }

  .heading-53 {
    font-size: 23px;
  }

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

  .div-block-35 {
    width: auto;
    align-items: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-32 {
    height: 100%;
    justify-content: flex-start;
    padding-top: 141px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .background-video-3 {
    min-height: 90vh;
  }

  .aaa-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-31 {
    margin-top: 0;
    margin-bottom: 88px;
  }

  .footer__inner-container {
    max-width: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-38 {
    text-align: center;
    padding-right: 0%;
  }

  ._55-percent-column {
    width: 100%;
  }

  .heading-65 {
    font-size: 30px;
  }

  .div-block-67 {
    min-height: 350px;
  }

  .content-section-blue {
    padding-top: 50px;
  }

  .dr-img-wrapper {
    width: 100%;
  }

  .heading-12 {
    font-size: 30px;
  }

  ._45-percent-flex {
    width: 100%;
    padding: 29px 0%;
  }

  .heading-13 {
    font-size: 25px;
    line-height: 1.2em;
  }

  ._81-percent-column {
    width: 100%;
  }

  .heading-66 {
    font-size: 25px;
    line-height: 1.3em;
  }

  .footer__title {
    text-align: left;
    margin-bottom: 3px;
    font-size: 24px;
  }

  .image-27 {
    max-width: 90%;
    margin-top: 0;
  }

  .footer-wrap-2 {
    padding-top: 38px;
  }

  .icon-horizontal-2 {
    font-size: .9rem;
  }

  .icon-horizontal-2.lp {
    display: none;
  }

  .image-73 {
    width: 140px;
  }

  .heading-67 {
    font-size: 33px;
  }

  .paragraph-44 {
    margin-bottom: 25px;
    font-size: 17px;
  }

  .lp-button {
    line-height: 1.2em;
  }

  .text-block-43 {
    font-size: 19px;
  }

  .container-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .btn-6.brown.navigation {
    width: 100%;
    min-width: 12px;
    background-color: #019fe3;
    border-radius: 0;
    padding: .45rem 1.25rem;
  }

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

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

  .column-50 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-72 {
    min-height: 170px;
  }

  .navbar-4 {
    height: auto;
    padding-top: 0;
    padding-bottom: 2px;
  }

  .navbar-4.lp {
    height: 60px;
  }

  .navbar-menu-link.mobile-location {
    display: none;
  }

  .color-segment {
    width: 40%;
  }

  .column-feature-block {
    text-align: center;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container-5 {
    width: 100%;
    padding: 0 10px;
  }

  .content-wrap {
    flex-direction: column;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrap.footer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-answer-2 {
    padding-left: 0;
  }

  .faq-question {
    text-align: center;
    justify-content: center;
  }

  .white._15-margin-bottom.text-align-center {
    font-size: 20px;
  }

  .white.text-size-55.text-align-center, .white.text-align-center.section-heading {
    font-size: 30px;
  }

  .column-feature-title {
    text-align: left;
  }

  .column-feature-title.icon {
    color: #795e8c;
    text-align: left;
    display: inline-block;
  }

  ._10-margin-bottom.mobile-text-center {
    font-size: 28px;
  }

  .divider-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .feature-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-plus-wrap {
    display: flex;
  }

  .nps-pricing-wrap {
    width: 100%;
  }

  .section-32.parallax-bkg {
    background-image: linear-gradient(rgba(52, 72, 78, .65), rgba(52, 72, 78, .65)), url('../images/AdobeStock_509620866-copy.webp');
    background-position: 0 0, 40% 20%;
  }

  .nps-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .center {
    font-size: 30px;
  }

  .center.body-text {
    font-size: 16px;
  }

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

  .faq-header {
    font-size: 20px;
  }

  .nps-icon {
    margin-bottom: 15px;
  }

  .vertical-flex {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .feature-header-wrapper.width-40-percent {
    width: 100%;
  }

  .icon-check-wrapper.margin-right-0-5em {
    width: 12%;
  }

  .copyright {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrap {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-map {
    height: 350px;
  }

  .footer-content-wrapper {
    padding-left: 1.5em;
  }

  .map-google {
    height: 400px;
  }

  .contact-wrapper {
    width: 90%;
  }

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

  .form-content-wrapper {
    width: 90%;
  }
}

#w-node-_253ac56e-e579-bcaf-210a-7ddff0199f55-d9d13fad, #w-node-_253ac56e-e579-bcaf-210a-7ddff0199f64-d9d13fad, #w-node-_253ac56e-e579-bcaf-210a-7ddff0199f6d-d9d13fad, #w-node-_253ac56e-e579-bcaf-210a-7ddff0199f6c-d9d13fad, #w-node-_253ac56e-e579-bcaf-210a-7ddff0199f65-d9d13fad, #w-node-_253ac56e-e579-bcaf-210a-7ddff0199f74-d9d13fad, #w-node-_253ac56e-e579-bcaf-210a-7ddff0199f75-d9d13fad, #w-node-_253ac56e-e579-bcaf-210a-7ddff0199f7c-d9d13fad, #w-node-_253ac56e-e579-bcaf-210a-7ddff0199f7d-d9d13fad, #w-node-_253ac56e-e579-bcaf-210a-7ddff0199f8e-d9d13fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_253ac56e-e579-bcaf-210a-7ddff0199f8c-d9d13fad, #w-node-_7f1d4f50-dcc4-1381-3484-2877418c1a00-d9d13fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7f1d4f50-dcc4-1381-3484-2877418c1a01-d9d13fad, #w-node-f4f2df98-25c1-93bc-163c-4b20462fca1d-d9d13fad, #w-node-_1e7a48c2-5060-b4ac-b33f-6abf83a5ae9b-d9d13fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fd40cbd-645b-8455-ec08-3a54dabd72c8-d9d13fad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7fd40cbd-645b-8455-ec08-3a54dabd72c9-d9d13fad, #w-node-f562ead7-6efd-fa55-c662-42735d1c891b-5d1c88cd, #w-node-a4c156b1-16a7-9e80-cd47-08cfbf4db71f-fed13fb1, #w-node-a4c156b1-16a7-9e80-cd47-08cfbf4db723-fed13fb1, #w-node-a4c156b1-16a7-9e80-cd47-08cfbf4db725-fed13fb1, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-f5d13fb2, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-f5d13fb2, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-f5d13fb2, #w-node-e32ae198-4d9c-07d5-5de4-c9f082c8d403-f5d13fb2, #w-node-b0498b8e-dc96-e178-8081-7bfe761446dc-f5d13fb2, #w-node-_1dd107b4-3b8a-684a-575f-4dcde7715800-f5d13fb2, #w-node-_1dd107b4-3b8a-684a-575f-4dcde77157ff-f5d13fb2, #w-node-e7f05a97-e4ff-57fe-952b-1af461a86055-f5d13fb2, #w-node-_0176e5b6-2876-6ea8-c80b-625defef71b9-f5d13fb2, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcac-f5d13fb2, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcad-f5d13fb2, #w-node-_12daf0a3-4b2d-6ac3-bd03-d318115baf7c-f5d13fb2, #w-node-_12daf0a3-4b2d-6ac3-bd03-d318115baf8d-f5d13fb2, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-15d13fb4, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-15d13fb4, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-15d13fb4, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcac-15d13fb4, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcad-15d13fb4, #w-node-e7f05a97-e4ff-57fe-952b-1af461a86055-15d13fb4, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-9fd13fb5, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-9fd13fb5, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-9fd13fb5, #w-node-_1dd107b4-3b8a-684a-575f-4dcde77157ff-9fd13fb5, #w-node-_1dd107b4-3b8a-684a-575f-4dcde7715800-9fd13fb5, #w-node-_992b86c9-0823-fb1e-9802-10ba91fd8c51-9fd13fb5, #w-node-_992b86c9-0823-fb1e-9802-10ba91fd8c50-9fd13fb5, #w-node-_1831a878-23e4-7bf7-f1ae-98b1b068de5f-9fd13fb5, #w-node-_1831a878-23e4-7bf7-f1ae-98b1b068de4b-9fd13fb5, #w-node-_7939d82b-2b95-a4da-ae8e-a02403e970ed-9fd13fb5, #w-node-_7939d82b-2b95-a4da-ae8e-a02403e970f9-9fd13fb5, #w-node-d73b84af-5d69-3fdb-1fd8-a4a7275997f1-9fd13fb5, #w-node-d73b84af-5d69-3fdb-1fd8-a4a7275997f2-9fd13fb5, #w-node-_84791746-6d95-058f-b948-f3402befac6c-9fd13fb5, #w-node-_84791746-6d95-058f-b948-f3402befac72-9fd13fb5, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-17d13fb6, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-17d13fb6, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-17d13fb6, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcac-17d13fb6, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcad-17d13fb6, #w-node-e7f05a97-e4ff-57fe-952b-1af461a86055-17d13fb6, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-18d13fb8, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-18d13fb8, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-18d13fb8, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcac-18d13fb8, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcad-18d13fb8, #w-node-e7f05a97-e4ff-57fe-952b-1af461a86055-18d13fb8, #w-node-b193929e-fb52-ad10-3de9-69105312bb50-18d13fb8, #w-node-_8e384033-61a7-b86d-f8b4-187ce66873cc-18d13fb8, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-50d13fb9, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-50d13fb9, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-50d13fb9, #w-node-_1dd107b4-3b8a-684a-575f-4dcde7715800-50d13fb9, #w-node-_8db517c2-6bd8-7545-d69e-9e9fbe6774a4-50d13fb9, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-e5d13fba, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-e5d13fba, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-e5d13fba, #w-node-ac63c540-c678-3e81-82af-99169166c3d2-e5d13fba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_139436ff-9daf-3ba7-fdf9-f468b29bb00d-e7d13fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0840989d-5621-d982-1345-ead3b7e72d3f-e7d13fbc, #w-node-fbd2dfee-b014-867f-f420-a182315c0bdc-e7d13fbc, #w-node-_7d0e0c41-1cd1-ab35-5b88-7363ba7f7c3e-e7d13fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0e0c41-1cd1-ab35-5b88-7363ba7f7c3b-e7d13fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7d0e0c41-1cd1-ab35-5b88-7363ba7f7c3c-e7d13fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0b99a08-da96-2864-45a0-d8e4ef6d399b-e7d13fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f0b99a08-da96-2864-45a0-d8e4ef6d39a3-e7d13fbc, #w-node-f0b99a08-da96-2864-45a0-d8e4ef6d39a2-e7d13fbc, #w-node-_26298f38-d90f-9cf1-48de-63b756cca67d-e7d13fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26298f38-d90f-9cf1-48de-63b756cca684-e7d13fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_26298f38-d90f-9cf1-48de-63b756cca685-e7d13fbc, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-bfd13fbd, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-bfd13fbd, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-bfd13fbd, #w-node-_2b9a8a95-96a1-059c-b206-5c8cb27bf142-bfd13fbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bba101d3-dd29-7265-6757-7963e7765a7c-7dd13fbe, #w-node-bba101d3-dd29-7265-6757-7963e7765a84-7dd13fbe, #w-node-bba101d3-dd29-7265-6757-7963e7765a8e-7dd13fbe {
  align-self: start;
}

#w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-73d13fc0, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-73d13fc0, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-73d13fc0, #w-node-_1dd107b4-3b8a-684a-575f-4dcde77157ff-73d13fc0, #w-node-_1dd107b4-3b8a-684a-575f-4dcde7715800-73d13fc0, #w-node-_992b86c9-0823-fb1e-9802-10ba91fd8c51-73d13fc0, #w-node-_992b86c9-0823-fb1e-9802-10ba91fd8c50-73d13fc0, #w-node-_1831a878-23e4-7bf7-f1ae-98b1b068de5f-73d13fc0, #w-node-_1831a878-23e4-7bf7-f1ae-98b1b068de4b-73d13fc0, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-bcd13fc2, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-bcd13fc2, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-bcd13fc2, #w-node-e32ae198-4d9c-07d5-5de4-c9f082c8d403-bcd13fc2, #w-node-b0498b8e-dc96-e178-8081-7bfe761446dc-bcd13fc2, #w-node-_1dd107b4-3b8a-684a-575f-4dcde7715800-bcd13fc2, #w-node-_1dd107b4-3b8a-684a-575f-4dcde77157ff-bcd13fc2, #w-node-e7f05a97-e4ff-57fe-952b-1af461a86055-bcd13fc2, #w-node-_0176e5b6-2876-6ea8-c80b-625defef71b9-bcd13fc2, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcac-bcd13fc2, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcad-bcd13fc2, #w-node-_2ab5d2c2-c52a-f72a-aac4-17a2eb2f8ec8-bcd13fc2, #w-node-_2ab5d2c2-c52a-f72a-aac4-17a2eb2f8ec7-bcd13fc2, #w-node-_93d6e463-bf62-82b6-6d65-809142ace2a7-bcd13fc2, #w-node-_93d6e463-bf62-82b6-6d65-809142ace2a8-bcd13fc2, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-09d13fc3, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-09d13fc3, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-09d13fc3, #w-node-e32ae198-4d9c-07d5-5de4-c9f082c8d403-09d13fc3, #w-node-b0498b8e-dc96-e178-8081-7bfe761446dc-09d13fc3, #w-node-_1dd107b4-3b8a-684a-575f-4dcde7715800-09d13fc3, #w-node-_1dd107b4-3b8a-684a-575f-4dcde77157ff-09d13fc3, #w-node-e7f05a97-e4ff-57fe-952b-1af461a86055-09d13fc3, #w-node-_0176e5b6-2876-6ea8-c80b-625defef71b9-09d13fc3, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcac-09d13fc3, #w-node-_55817b0b-0c6b-44a9-16f0-added067dcad-09d13fc3, #w-node-e0658296-0bfb-9811-5ac6-90221cada236-09d13fc3, #w-node-_13865fd8-ceaa-53a0-4061-9ec889b85887-09d13fc3, #w-node-_8a1fdbec-c000-070a-4f3f-5cd31d45579d-09d13fc3, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-6dd13fc4, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-6dd13fc4, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-6dd13fc4, #w-node-e32ae198-4d9c-07d5-5de4-c9f082c8d403-6dd13fc4, #w-node-b0498b8e-dc96-e178-8081-7bfe761446dc-6dd13fc4, #w-node-_1dd107b4-3b8a-684a-575f-4dcde7715800-6dd13fc4, #w-node-_1dd107b4-3b8a-684a-575f-4dcde77157ff-6dd13fc4, #w-node-b9295310-ea46-c2b8-669e-df104a27a15e-6dd13fc4, #w-node-b9295310-ea46-c2b8-669e-df104a27a15f-6dd13fc4, #w-node-_51d66e53-213f-7d6e-a762-87f95cfc5425-6dd13fc4, #w-node-_51d66e53-213f-7d6e-a762-87f95cfc542e-6dd13fc4, #w-node-_9632074a-c9f4-17ed-29d3-9b492f73df39-6dd13fc4, #w-node-_9632074a-c9f4-17ed-29d3-9b492f73df3a-6dd13fc4, #w-node-_10298254-c27a-0b36-3309-4cc2c09b117a-97d13fc5, #w-node-_5cd6b31c-039a-bdb7-88c5-436bd7542c7c-97d13fc5, #w-node-_64780dfd-e30a-f71a-937d-11095c087ce3-97d13fc5, #w-node-_1dd107b4-3b8a-684a-575f-4dcde77157ff-97d13fc5, #w-node-_1dd107b4-3b8a-684a-575f-4dcde7715800-97d13fc5, #w-node-_6f93f500-2496-e511-efa8-e84f6af878f0-97d13fc5, #w-node-_6f93f500-2496-e511-efa8-e84f6af878ef-97d13fc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_253ac56e-e579-bcaf-210a-7ddff0199f8c-d9d13fad {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1e7a48c2-5060-b4ac-b33f-6abf83a5ae9b-d9d13fad {
    order: 9999;
  }
}

.powrd-by { padding: 5px; color: #F99C1C; font-weight: bold; text-decoration: none; border-radius: 5px; font-family: 'Poppins', sans-serif; letter-spacing: .05em; transition: 0.35s;
}
.powrd-by:hover {
  color: #fff;
}

