:root {
  --mktg_color_2: #68cde8;
  --mktg_color_1: #8B5A96;
  --mktg_color_5: #ffffff;
  --mktg_color_3: #E1D8EB;
  --mktg_white: white;
  --white: white;
  --mktg_color_4: #F8F6F9;
  --mktg_black: #333333;
  --black: #333333;
}

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

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

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

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

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Lato', serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 44px;
}

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

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

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

p {
  margin-bottom: 10px;
  line-height: 1.6rem;
}

a {
  color: var(--mktg_black);
  font-weight: 600;
  text-decoration: underline;
}

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

ol {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

li {
  background-image: url('../images/check-solid.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 18px 31px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 25px;
  line-height: 2rem;
  list-style-type: none;
}

.container {
  text-align: left;
  width: 70vw;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.small {
  width: 60vw;
  max-width: 60vw;
}

.button {
  background-color: var(--mktg_color_1);
  color: var(--mktg_color_5);
  text-transform: capitalize;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 16px 28px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 163, 197, .16);
}

.button:hover {
  color: #fff;
}

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

.button.dark-button {
  background-color: var(--mktg_color_2);
  padding: 20px 32px;
}

.button.round {
  background-color: var(--mktg_color_1);
  color: var(--mktg_color_5);
  border-radius: 3px;
  margin-bottom: 0;
}

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

.section {
  text-align: center;
  padding: 60px 30px;
  position: relative;
}

.section.section-bg {
  background-color: var(--mktg_color_3);
}

.footer-subscribe {
  background-color: var(--mktg_color_2);
  border-bottom: 1px solid #e4ebf3;
  padding: 30px;
  position: relative;
}

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

.footer-copyright {
  color: var(--mktg_white);
}

.insurance-section {
  background-color: var(--mktg_color_3);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: block;
}

.logo-slider {
  text-align: center;
  max-width: 22%;
  margin-right: 3%;
}

.testimonial-slider-2 {
  background-color: rgba(0, 0, 0, 0);
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
  display: none;
}

.accordian-wrapper {
  border-bottom: 1px solid #d7d7d7;
  margin-top: 10px;
  margin-bottom: 20px;
}

.faq-question-block {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-question {
  margin-bottom: 0;
  margin-right: 6px;
  font-weight: 600;
  line-height: 30px;
}

.accordian-content {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.faq-answer {
  font-weight: 400;
  line-height: 1.8rem;
}

.text-block {
  font-weight: 700;
  display: inline-block;
}

.logo {
  width: 225px;
  margin-bottom: 10px;
}

.floating-icon {
  background-color: var(--mktg_color_5);
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 55px;
  margin-bottom: 10px;
  padding: 10px 20px;
  display: flex;
}

.iframe-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.close-btn {
  z-index: 30;
  opacity: 1;
  color: #000;
  text-align: right;
  cursor: pointer;
  border-radius: 100%;
  padding: 7px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.book-appointment-popup {
  z-index: 99999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center {
  text-align: center;
}

.modal {
  background-color: var(--mktg_white);
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 85vh;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.get-information-popup {
  z-index: 99999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.modal--2 {
  background-color: var(--mktg_white);
  border-radius: 16px 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.modo-body {
  background-color: #f8f8f8;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.2rem;
}

.cta-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(180deg, var(--mktg_color_1), var(--mktg_color_5));
  color: var(--mktg_white);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.heading-4 {
  color: var(--mktg_white);
  font-family: Baskervville, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}

.rich-text-block {
  padding-top: 20px;
}

.process-at-modo-dental {
  display: none;
}

.before-after-column-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
}

.before-after-image-wrapper {
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.before-after-image {
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-top: 20px;
  display: block;
}

.caption {
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
}

.column-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 300px;
}

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

.floating-icon-wrapper {
  z-index: 99;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 22%;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  background-image: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  text-decoration: none;
  list-style-type: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.navbar-logo-left {
  z-index: 10;
  background-color: var(--white);
  height: 13vh;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 90vw;
  margin-bottom: 0;
  padding: 10px 0 20px;
}

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

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

.nav-menu-wrapper-2 {
  align-items: center;
  display: block;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

.nav-menu-text {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-menu-text:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-menu-text:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-menu-text[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  background-image: none;
  margin-bottom: 0;
}

.image-4 {
  height: 80px;
}

.mobile-sticky-buttons {
  display: none;
}

.grid-logo {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.div-block-logo {
  background-color: var(--mktg_white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.offer-price {
  background-color: var(--mktg_color_2);
  color: #fff;
  text-transform: capitalize;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 10px 40px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.6rem;
}

.heading-37 {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.container-offer {
  border: 2px dashed var(--mktg_color_2);
  color: #e9e7e7;
  background-image: url('../images/tooth-bg-design-04.svg'), linear-gradient(rgba(168, 197, 206, .1), rgba(168, 197, 206, .1));
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: 200px, auto;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 100%;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .2);
}

.container-offer.small {
  background-image: url('../images/tooth-bg-design-04.svg'), linear-gradient(to bottom, var(--mktg_color_4), var(--mktg_color_3));
  color: #010101;
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: 200px, auto;
  border-width: 3px;
  border-radius: 3px;
  width: 70vw;
}

.heading-35 {
  color: #576366;
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}

.paragraph-51-copy {
  color: #525050;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-offer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-52 {
  color: var(--mktg_color_1);
  text-align: center;
  font-weight: 500;
}

.rt-custom {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.rt-custom h1 {
  color: #576366;
  font-size: 2.2rem;
  font-weight: 300;
}

.rt-custom h2 {
  color: var(--mktg_color_2);
  font-size: 1.4rem;
}

.rt-custom li {
  color: #5c5c5c;
}

.rt-custom ul {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rt-custom h3 {
  background-color: var(--mktg_color_2);
  color: var(--mktg_white);
  border-radius: 50px;
  margin-top: 10px;
  padding: 10px 30px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.6rem;
  display: inline-block;
}

.rt-custom ol {
  text-align: center;
  align-items: flex-start;
}

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

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

.insurance-popup {
  z-index: 99999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-insurance {
  background-color: var(--mktg_white);
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 85vh;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.insurance-btn {
  background-color: var(--mktg_color_1);
  color: var(--mktg_color_5);
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 16px 28px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 163, 197, .16);
}

.insurance-btn:active {
  color: var(--mktg_white);
  background-color: #43464d;
}

.mask {
  padding-bottom: 60px;
}

.text-block-number {
  color: var(--white);
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
}

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

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

.quick-action-block {
  background-color: var(--mktg_color_1);
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  text-decoration: none;
  display: flex;
}

.quick-action-icon {
  height: 56px;
}

.logo--div {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.lp-thumbnail {
  border-radius: 12px;
  width: 100%;
}

.quick-action-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.lp-block {
  background-color: var(--mktg_color_3);
  color: #000;
  cursor: pointer;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.main-block {
  background-color: #fff;
  width: 50vw;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lp {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 65px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.index-body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.offer-grid-wrapper {
  width: 70vw;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.offer-btn-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 20px;
  display: flex;
}

.offer-btn-wrapper.border-left {
  border-left: 1px solid var(--mktg_color_2);
}

.image-10 {
  height: 20px;
  margin-bottom: 8px;
  margin-right: 5px;
  transform: rotate(-90deg);
}

.special-offers-modal {
  background-color: var(--mktg_color_3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.offer-text {
  color: #181818;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1rem;
}

.navbar {
  z-index: 999;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.column-12 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-hero {
  justify-content: center;
  align-items: stretch;
  height: auto;
  min-height: 90vh;
  max-height: none;
  margin-top: 19vh;
  padding-bottom: 0;
  display: flex;
}

.container-regular {
  grid-column-gap: 81.0704px;
  grid-row-gap: 81.0704px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 65vw;
  display: block;
  position: relative;
}

.hero-left-align {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.columns-16 {
  width: 100%;
  display: flex;
}

.image-hero-bnw {
  filter: saturate(110%) contrast(105%);
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 750px;
}

.hero-heading-2 {
  font-size: 4rem;
  line-height: 4.6rem;
}

.hero-heading-2.dark {
  color: #000;
  font-family: Baskervville, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.column-11 {
  align-items: center;
  padding: 60px 80px 60px 12vw;
  display: flex;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 800px;
  height: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.heading-titles {
  color: #000;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.6rem;
}

.heading-titles.mob {
  display: none;
}

.heading-titles.mob-hide {
  font-size: 3rem;
  line-height: 3.6rem;
}

.testimonial-slider-left-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: -50px;
  display: flex;
  left: 0;
}

.testimonial-slider-left-3:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.color-text-divider {
  background-color: #333130;
  width: 80px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 5px;
}

.testimonial-slide-wrapper {
  max-width: 50%;
  margin-right: 0%;
}

.section-testimonials {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-author {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 1.1rem;
  font-weight: 600;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.rating-wrapper {
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-right: -10px;
  display: flex;
  right: -50px;
}

.testimonial-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  color: #331c25;
  display: block;
}

.rating-icon-block {
  padding-bottom: 3.5px;
  padding-left: 10px;
  padding-right: 10px;
}

.total-reviews {
  color: var(--mktg_color_2);
}

.div-block-titles {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-titles.center {
  align-items: center;
  display: flex;
}

.rating-2 {
  color: #694654;
  padding-bottom: 5px;
  font-size: 2rem;
}

.testomony-para {
  height: 240px;
  overflow: auto;
}

.star-img {
  width: 21px;
}

.total-rating {
  display: flex;
}

.testimonial-card {
  background-color: #f8f8f8;
  border-radius: 13px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 240px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 24px;
  display: flex;
}

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

.call-img {
  height: 20px;
  margin-bottom: 8px;
  margin-right: 5px;
}

.image-doctor {
  filter: saturate(140%) contrast(150%) grayscale();
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 450px;
  display: block;
}

.columns-column {
  flex-direction: row;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.column-doc-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  display: flex;
}

.content-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.button-2 {
  box-shadow: none;
  color: #000;
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  background-color: #e6c0b8;
  border: 1px solid #e6c0b8;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 16px 35px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-decoration: none;
  display: inline-block;
}

.button-2:hover {
  background-color: #fff;
  border-color: #000;
}

.button-2.bookappointmentpopup {
  line-height: 1.4rem;
}

.button-2.bookappointmentpopup:hover {
  background-color: #f8f8f8;
  border-width: 1px;
}

.button-2.outline {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #b4b4b4;
}

.degree {
  text-align: center;
}

.column-img {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.doc-quali {
  margin-top: 0;
  font-weight: 400;
}

.section-meet-the-doctor {
  background-color: var(--mktg_color_3);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dentist-name {
  text-align: center;
  padding-top: 10px;
  font-size: 1.2rem;
  font-weight: 500;
}

.div-gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-frame-block {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: -10px;
}

.image-frame-block.bl {
  border-width: 0 0 2px 2px;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-left-style: solid;
  border-left-color: #000;
  top: auto;
  bottom: 55px;
  left: -10px;
  right: auto;
}

.html-embed-13 {
  color: #000;
  text-align: center;
}

.footer-divider {
  opacity: .11;
  background-color: #000;
  width: 100%;
  max-width: 75vw;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.text-block-66 {
  font-weight: 500;
  display: block;
}

.work-hours-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: .75fr 1fr;
}

.frame-social-media {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.footer-page-links {
  color: #000;
  text-align: left;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-page-links:hover {
  text-shadow: -1px 0 1px rgba(0, 0, 0, .28);
}

.text-block-number-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
}

.footer-page-link-list {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-social-icon {
  height: 18px;
}

.div-block-375 {
  margin-top: 20px;
}

.footer-div-block {
  padding-top: 20px;
}

.bookappointmentpopup:hover {
  border-style: solid;
  border-width: 2px;
}

.map-image-block {
  background-image: url('../images/ivory-map.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  width: 100%;
  height: 350px;
  display: flex;
}

.cta-list {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-regular-3 {
  grid-column-gap: 81.0704px;
  grid-row-gap: 81.0704px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  display: block;
  position: static;
}

.social_media {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0 5px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-social-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -12px;
  display: flex;
}

.footer-list-item-2 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
}

.cta-fixed {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.social-media-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 22px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.cta-btn-icons {
  opacity: .2;
  height: 18px;
  margin-bottom: 10px;
}

.cta-btn-icons:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  transform: scale(1.5);
}

.social-media-link {
  opacity: .6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.social-media-link:hover {
  opacity: 1;
}

.floating-icon-wrapper-2 {
  z-index: 99;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 5px;
}

.footer-link-2 {
  color: #232323;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.footer-link-2:hover {
  color: #844f43;
  font-weight: 400;
}

.list-item-6 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.columns-hours {
  width: 100%;
}

.footer-social-link {
  opacity: 1;
  margin-left: 12px;
}

.footer-social-link:hover {
  opacity: 1;
  transform: scale(1.2);
}

.floating-icon-2 {
  cursor: pointer;
  background-color: var(--mktg_color_1);
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 55px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.footer-head-2 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.text-block-3 {
  color: #000;
  text-align: left;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.text-block-67 {
  color: #c4c4c4;
  text-align: left;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
  display: block;
}

.text-block-67.disclaimer {
  color: #000;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5rem;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ebdedb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 30px;
  display: flex;
  position: relative;
  top: 0;
}

.footer-div-blocks {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

.grid-network {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding: 20px 0;
}

.affiliation-logo {
  object-fit: contain;
  background-color: #f8f8f8;
  height: 160px;
  padding: 15px;
}

.section-membership-plan {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-card {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  padding: 0 0 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 130px rgba(181, 154, 150, .58);
}

.div-block-388 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-span {
  color: #844f43;
  font-weight: 700;
}

.pricing-divider {
  background-color: #e5dedc;
  align-self: stretch;
  height: 1px;
  margin: 0 0 16px;
}

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

.div-block-387 {
  color: #fff;
  background-color: #4d4d4d;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}

.list-item-with-icon {
  background-image: url('../images/check-solid.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 5px;
  padding-left: 28px;
}

.list {
  padding-left: 10px;
  list-style: none;
}

.column-10 {
  justify-content: center;
  display: flex;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

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

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.heading-41 {
  margin-top: 10px;
}

.no-insurance-popup {
  z-index: 99999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.insuarnce-modal {
  background-color: #fff;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  height: 85vh;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.close-btn-2 {
  z-index: 30;
  opacity: 1;
  color: #000;
  text-align: right;
  cursor: pointer;
  border-radius: 100%;
  padding: 7px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 15px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.insurance-form-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.div-block-389 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.text-feild {
  color: #232323;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #232323;
  border-radius: 3px;
  min-height: 40px;
}

.html-embed-12 {
  margin-bottom: 5px;
}

.form-block {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.success-message {
  color: #fff;
  background-color: #4caf50;
}

.close-modal {
  color: #fff;
  background-color: #121621;
  padding: 8px 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal-2 {
  background-color: #fff;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 40vw;
  max-width: 40vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.modal-heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 1.6em;
  line-height: 1em;
}

.error-message {
  color: #fff;
  background-color: #af4c4c;
}

.text-block-32 {
  color: #0f0e0e;
  font-size: 15px;
}

.modal-div-block {
  flex-direction: column;
  padding: 0 0 20px;
  display: flex;
}

.modal-inner-block {
  padding: 40px;
}

.request-appointment-modal {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.book-appointment-popup-copy,
.request-appt-form-modal {
  z-index: 99999;
  background-color: rgba(0, 0, 0, .59);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-4 {
  width: 70vw;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-4.center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.payment-card {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, .07);
}

.card-color-2 {
  color: #39b9d3;
}

.card-color-3 {
  color: #b6bdff;
}

.heading {
  color: #39b9d3;
  text-align: center;
  font-weight: 700;
}

.image-2 {
  margin-bottom: 10px;
}

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

.card-color-1 {
  color: #fea2ea;
}

.card-color-4 {
  color: #ff8b8b;
}

.section-2 {
  padding: 60px 30px;
  position: relative;
}

.services-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

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

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

@media screen and (min-width: 1280px) {
  .container {
    width: 70vw;
    max-width: 70vw;
  }

  .container.small {
    width: 55vw;
    max-width: 55vw;
  }

  .close-btn {
    top: 2%;
    right: 2%;
  }

  .book-appointment-popup {
    justify-content: center;
    align-items: center;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal {
    flex: 1;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .get-information-popup {
    justify-content: center;
    align-items: center;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal--2 {
    flex: 1;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-logo-left-container-2.shadow-three {
    width: 75vw;
  }

  .insurance-popup {
    justify-content: center;
    align-items: center;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal-insurance {
    flex: 1;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-doc-info {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-gap-20 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .no-insurance-popup {
    justify-content: center;
    align-items: center;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .insuarnce-modal {
    flex: 1;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .close-btn-2 {
    top: 2%;
    right: 2%;
  }

  .form-block {
    margin-top: 20px;
  }

  .modal-heading {
    padding-left: 20px;
  }

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

  .book-appointment-popup-copy,
  .request-appt-form-modal {
    justify-content: center;
    align-items: center;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-4 {
    width: 70vw;
    max-width: 70vw;
  }
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width: 70vw;
    max-width: 70vw;
  }

  .close-btn,
  .close-btn-2 {
    top: 2%;
    right: 2%;
  }

  .container-4 {
    width: 70vw;
    max-width: 70vw;
  }
}

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

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .modal,
  .modal--2 {
    max-width: 100%;
    top: 13%;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-menu-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .image-4 {
    height: 64px;
  }

  .modal-insurance {
    max-width: 100%;
    top: 13%;
  }

  .main-block {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .index-body {
    background-color: var(--mktg_white);
    justify-content: flex-start;
  }

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

  .container-regular {
    flex-direction: column;
    align-items: center;
    max-width: 80vw;
  }

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

  .hero-heading-2.dark {
    font-size: 3rem;
    line-height: 3.3rem;
  }

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

  .heading-titles {
    font-size: 2.6rem;
  }

  .testimonial-slider-left-3 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .image-doctor {
    width: 200px;
    height: 400px;
  }

  .column-doc-info {
    padding-left: 20px;
  }

  .footer-page-links {
    line-height: 1.8;
  }

  .container-regular-3 {
    flex-direction: column;
    align-items: center;
  }

  .footer-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-3,
  .text-block-67 {
    line-height: 1.8;
  }

  .pricing-card {
    width: 350px;
  }

  .insuarnce-modal {
    max-width: 100%;
    top: 13%;
  }

  .form-block {
    margin-top: 5px;
  }

  .close-modal {
    top: 3%;
  }

  .modal-2 {
    max-width: 750px;
    display: block;
    top: 1%;
  }

  .modal-heading {
    padding-left: 20px;
  }

  .error-message {
    margin-top: 5px;
  }

  .modal-div-block {
    height: 90vh;
    padding-top: 0;
  }

  .container-4 {
    max-width: 728px;
  }

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

  .container-5 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .button {
    padding: 20px 32px;
  }

  .section {
    padding: 60px 15px;
  }

  .footer-subscribe {
    text-align: center;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .insurance-section {
    padding: 60px 15px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .logo-slider {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .logo {
    width: 180px;
  }

  .iframe-container {
    overflow: auto;
  }

  .modal {
    background-color: #f4f4f4;
    height: 100vh;
    margin: 0% 0;
    padding-left: 40px;
    padding-right: 40px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .get-information-popup {
    align-items: flex-end;
  }

  .hero-wrapper-two {
    align-items: stretch;
  }

  .modal--2 {
    background-color: #f4f4f4;
    align-items: center;
    height: auto;
    margin: 0% 0;
    padding-left: 40px;
    padding-right: 40px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .before-after-column-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .floating-icon-wrapper {
    justify-content: flex-end;
    display: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .menu-button {
    z-index: 999;
  }

  .image-4 {
    height: 64px;
  }

  .sticky-btn-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    align-items: center;
  }

  .call-link {
    background-color: var(--mktg_color_4);
    text-align: center;
    border-top-left-radius: 20px;
    align-items: center;
    text-decoration: none;
  }

  .calender-link-block.bookappointmentpopup,
  .calender-link-block.appt-popup-btn {
    background-color: var(--mktg_color_2);
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 20px;
    text-decoration: none;
  }

  .mobile-sticky-buttons {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text {
    color: var(--mktg_white);
    cursor: pointer;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text.call {
    color: var(--mktg_black);
    text-decoration: none;
  }

  .modal-insurance {
    background-color: #f4f4f4;
    height: 100vh;
    margin: 0% 0;
    padding-left: 40px;
    padding-right: 40px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .insurance-btn {
    padding: 20px 32px;
  }

  .quick-action-block {
    text-align: center;
    height: 120px;
  }

  .quick-action-icon {
    height: 40px;
  }

  .main-block {
    padding: 20px;
  }

  .lp {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .offer-grid-wrapper {
    height: 500px;
    overflow: auto;
  }

  .section-hero {
    height: auto;
    margin-top: 100px;
  }

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

  .hero-heading-2.dark {
    font-size: 3rem;
    line-height: 3.4rem;
  }

  .testimonial-slider-left-3 {
    left: -10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-gap-20 {
    text-align: center;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .floating-icon-wrapper-2 {
    justify-content: flex-end;
    display: none;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-div-blocks {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .affiliation-logo {
    width: 200px;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-card {
    width: auto;
  }

  .insuarnce-modal {
    background-color: #f4f4f4;
    height: 100vh;
    margin: 0% 0;
    padding-left: 40px;
    padding-right: 40px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .insurance-form-content {
    overflow: auto;
  }

  .close-modal {
    top: 2%;
    right: 2%;
  }

  .modal-2 {
    background-color: #fff;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal-heading {
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 26px;
  }

  .modal-div-block {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0%;
  }

  .modal-inner-block {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0%;
    margin-right: 0%;
  }

  .section-2,
  .services-block {
    padding: 60px 15px;
  }

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

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

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

  .container.center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .container.small {
    width: 80vw;
    max-width: 80vw;
  }

  .button {
    padding: 14px 30px;
    display: flex;
  }

  .button.dark-button,
  .button.round {
    width: auto;
  }

  .section {
    padding: 20px;
  }

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

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .insurance-section {
    padding: 20px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .logo-slider {
    max-width: 50%;
    margin-right: 0%;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .accordian-content {
    font-size: 1rem;
    font-weight: 400;
    display: none;
  }

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

  .close-btn {
    opacity: 1;
    font-weight: 400;
  }

  .book-appointment-popup {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
  }

  .center {
    text-align: center;
    margin-bottom: 10px;
  }

  .modal {
    background-color: #f4f4f4;
    border-style: none;
    border-radius: 3px;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
    margin: 0% 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .get-information-popup {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .hero-wrapper-two {
    align-items: stretch;
    display: flex;
  }

  .modal--2 {
    background-color: #f4f4f4;
    border-style: none;
    border-radius: 20px 20px 0 0;
    align-items: center;
    margin: 0% 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .cta-section {
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
  }

  .before-after-column-wrapper {
    margin-bottom: 10px;
  }

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

  .floating-icon-wrapper {
    z-index: 10;
    bottom: 9px;
    right: 2px;
  }

  .navbar-logo-left {
    height: 12vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo-left-container-2.shadow-three {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-3 {
    max-width: none;
  }

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

  .sticky-btn-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    justify-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .call-link {
    background-color: var(--mktg_color_3);
    color: var(--mktg_color_2);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .calender-link-block {
    background-color: #444;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .calender-link-block.bookappointmentpopup,
  .calender-link-block.appt-popup-btn {
    background-color: var(--mktg_color_1);
    border-top-right-radius: 10px;
    font-size: 1rem;
  }

  .mobile-sticky-buttons {
    width: 100%;
    overflow: hidden;
  }

  .text {
    color: var(--mktg_color_5);
  }

  .text.call {
    color: var(--mktg_black);
    font-size: 1rem;
  }

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

  .div-block-logo {
    text-align: justify;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .offer-price {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .heading-37 {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .container-offer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-offer.small {
    background-image: url('../images/tooth-bg-design-04.svg'), linear-gradient(to bottom, var(--mktg_color_4), var(--mktg_color_3));
    background-position: 50%, 0 0;
    background-repeat: repeat, repeat;
    background-size: 200px, auto;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-35 {
    text-align: center;
    font-size: 23px;
    line-height: 32px;
  }

  .section-offer {
    margin: 20px;
    padding: 0;
  }

  .rt-custom {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-custom h1 {
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .rt-custom h2 {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .rt-custom li {
    text-align: left;
    margin-bottom: 5px;
    line-height: 1.6rem;
  }

  .rt-custom ul {
    align-items: flex-start;
  }

  .rt-custom ol {
    text-align: left;
    align-items: flex-start;
    padding-left: 0;
  }

  .rt-custom p {
    margin-top: 10px;
  }

  .insurance-popup {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
  }

  .modal-insurance {
    background-color: #f4f4f4;
    border-style: none;
    border-radius: 3px;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
    margin: 0% 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .insurance-btn {
    width: 88vw;
    padding: 14px 30px;
    font-size: 18px;
    display: flex;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

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

  .quick-action-block {
    height: 100px;
  }

  .lp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .offer-grid-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .offer-btn-wrapper {
    flex-direction: row;
    display: flex;
  }

  .offer-btn-wrapper.border-left {
    border-left-style: none;
    font-size: 1.2rem;
  }

  .special-offers-modal {
    flex-direction: column;
    display: flex;
  }

  .offer-text {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.15rem;
    line-height: 1.6rem;
  }

  .section-hero {
    height: auto;
    min-height: auto;
    margin-top: 25vh;
  }

  .container-regular {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 80vw;
  }

  .columns-16 {
    flex-direction: column-reverse;
  }

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

  .hero-heading-2.dark {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }

  .column-11 {
    padding: 20px 40px 40px;
    display: flex;
  }

  .testimonial-slider {
    width: 100%;
    max-width: 100%;
  }

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

  .heading-titles.mob {
    display: block;
  }

  .heading-titles.mob-hide {
    display: none;
  }

  .testimonial-slider-left-3 {
    margin-left: 3px;
    left: -10px;
  }

  .testimonial-slide-wrapper {
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
  }

  .section-testimonials {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .rating-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-slider-right-2 {
    margin-right: 1px;
    right: -10px;
  }

  .div-block-titles {
    text-align: left;
    align-items: flex-start;
  }

  .div-block-titles.center {
    align-items: flex-start;
  }

  .rating-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .total-rating {
    display: flex;
  }

  .testimonial-card {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .image-doctor {
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }

  .columns-column {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .column-doc-info {
    align-items: center;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .button-2 {
    text-align: center;
    font-size: .9rem;
  }

  .button-2.bookappointmentpopup {
    font-size: .9rem;
  }

  .column-img {
    padding-bottom: 0;
  }

  .doc-quali.mob-hide,
  .doc-name.mob-hide {
    display: none;
  }

  .section-meet-the-doctor {
    padding: 20px 40px;
  }

  .div-gap-20.center {
    align-items: center;
  }

  .image-frame-block {
    width: 50px;
    height: 50px;
    top: 60px;
  }

  .image-frame-block.bl {
    bottom: 50px;
  }

  .html-embed-13 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-divider {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .work-hours-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 30vw 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-page-links {
    text-align: left;
  }

  .footer-page-link-list {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .bookappointmentpopup {
    line-height: 1.5rem;
  }

  .bookappointmentpopup.width {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .map-image-block {
    height: 200px;
  }

  .cta-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ebdedb;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: relative;
    top: 0%;
    box-shadow: 0 4px 18px 6px rgba(0, 0, 0, .1);
  }

  .container-regular-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    max-width: none;
  }

  .social_media {
    display: flex;
  }

  .footer-social-block {
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer-list-item-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cta-fixed {
    z-index: 5;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-right: 3px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer-grid {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-btn-icons {
    opacity: .8;
    width: 28px;
    height: 28px;
    margin-bottom: 0;
  }

  .cta-btn-icons:hover {
    transform: none;
  }

  .social-media-link-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .floating-icon-wrapper-2 {
    z-index: 10;
    bottom: 9px;
    right: 2px;
  }

  .footer-link-2 {
    text-align: left;
  }

  .column-hours-right,
  .list-item-6 {
    padding-left: 0;
  }

  .columns-hours {
    flex-direction: row;
    display: block;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 20px;
  }

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

  .social-media-list-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .social-media-list-item.color {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }

  .text-block-67 {
    color: #dbdbdb;
    text-align: left;
  }

  .text-block-67.disclaimer {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    align-items: flex-start;
    padding: 40px 40px 20px;
    display: flex;
  }

  .footer-div-blocks {
    text-align: left;
    align-items: flex-start;
  }

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

  .affiliation-logo {
    width: 200px;
    height: 100px;
  }

  .heading-39 {
    font-size: 24px;
    font-weight: 400;
  }

  .heading-40 {
    font-size: 32px;
    line-height: 2.2rem;
  }

  .section-membership-plan {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-card {
    margin-top: 30px;
  }

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

  .image-12 {
    height: 250px;
  }

  .no-insurance-popup {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .insuarnce-modal {
    background-color: #f4f4f4;
    border-style: none;
    border-radius: 3px;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
    margin: 0% 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .close-btn-2 {
    opacity: 1;
    font-weight: 400;
    position: fixed;
    top: 1%;
    right: 1%;
  }

  .heading-42 {
    font-size: 30px;
    line-height: 2.4rem;
  }

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

  .heading-44 {
    font-size: 22px;
  }

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

  .close-modal {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .modal-2 {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin: 0;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .modal-heading {
    padding-top: 0;
    padding-left: 0;
    font-size: 15px;
  }

  .modal-div-block {
    height: auto;
    padding-bottom: 0;
  }

  .modal-inner-block {
    padding: 40px 20px 20px;
  }

  .book-appointment-popup-copy,
  .request-appt-form-modal {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
  }

  .container-4 {
    width: 100%;
    max-width: none;
  }

  .container-4.center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

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

  .section-2 {
    padding: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

#w-node-_00a064f2-b5bf-af65-22ba-ca7f2781ff72-b024d9fe,
#w-node-_00a064f2-b5bf-af65-22ba-ca7f2781ff74-b024d9fe,
#w-node-_00a064f2-b5bf-af65-22ba-ca7f2781ff76-b024d9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0c30cb-49ee-4bac-d5ae-4b68af7cd4bc-b024d9fe {
  align-self: center;
}

#w-node-aea0ed3e-48a4-ba2c-4e8b-d14434d534eb-b024d9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_88ee8957-5718-581e-0fff-91500cdbf8ce-b024d9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_88ee8957-5718-581e-0fff-91500cdbf8bd-b024d9fe {
  align-self: center;
  justify-self: center;
}

#w-node-d91b793d-7db5-d619-c026-d11138630e3c-b024d9fe {
  align-self: center;
}

#w-node-d91b793d-7db5-d619-c026-d11138630e41-b024d9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_06132754-6d66-66b8-6513-794532f08c5f-b024d9fe,
#w-node-_06132754-6d66-66b8-6513-794532f08c6a-b024d9fe,
#w-node-_06132754-6d66-66b8-6513-794532f08c74-b024d9fe,
#w-node-_06132754-6d66-66b8-6513-794532f08c7e-b024d9fe,
#w-node-_06132754-6d66-66b8-6513-794532f08c88-b024d9fe,
#w-node-_06132754-6d66-66b8-6513-794532f08c92-b024d9fe,
#w-node-_5623b407-7703-5080-9b54-908b318f5859-b024d9fe,
#w-node-_5623b407-7703-5080-9b54-908b318f585f-b024d9fe,
#w-node-_5623b407-7703-5080-9b54-908b318f5865-b024d9fe,
#w-node-_5623b407-7703-5080-9b54-908b318f586b-b024d9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_352dc952-d11c-40e3-a7b9-7d5e455c97d8-b024d9fe {
  align-self: auto;
  justify-self: auto;
}

@media screen and (min-width: 1440px) {

  #w-node-_06132754-6d66-66b8-6513-794532f08c6a-b024d9fe,
  #w-node-_06132754-6d66-66b8-6513-794532f08c74-b024d9fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_352dc952-d11c-40e3-a7b9-7d5e455c97d8-b024d9fe {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_352dc952-d11c-40e3-a7b9-7d5e455c97d8-b024d9fe {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9c0c30cb-49ee-4bac-d5ae-4b68af7cd4bc-b024d9fe {
    order: -9999;
  }

  #w-node-aea0ed3e-48a4-ba2c-4e8b-d14434d534eb-b024d9fe {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_88ee8957-5718-581e-0fff-91500cdbf8bd-b024d9fe,
  #w-node-d91b793d-7db5-d619-c026-d11138630e3c-b024d9fe {
    order: -9999;
  }

  #w-node-d91b793d-7db5-d619-c026-d11138630e41-b024d9fe {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_352dc952-d11c-40e3-a7b9-7d5e455c97d8-b024d9fe {
    align-self: center;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_56945760-875c-f25a-8925-df4439741bbf-b024d9fe,
  #w-node-_56945760-875c-f25a-8925-df4439741bc1-b024d9fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}