:root {
  --white_p: #fcfcfd;
  --blue_p: #1570ef;
  --black-off: #333;
}

.container {
  text-align: left;
  display: flex;
}

.image {
  display: inline;
}

.heading {
  display: inline;
  position: relative;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.navbar {
  object-fit: fill;
}

.navbar-logo-left {
  z-index: 1;
  background-color: var(--white_p);
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.nav-menu-two {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.button-primary.primary-blue {
  background-color: var(--blue_p);
  color: var(--white_p);
  border-radius: 8px;
}

.hero-heading-right {
  opacity: 1;
  background-color: #f5f7fa;
  background-image: url('../images/Rectangle-4.jpg');
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  max-height: 250px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-right: 20px;
  display: inline;
}

.shadow-two {
  flex: none;
  max-width: none;
  display: inline-block;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: var(--white_p);
  margin-bottom: 24px;
  line-height: 26px;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
}

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: 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;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

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

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

.footer-dark {
  background-color: #ececec;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: static;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

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

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.specialties {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider-wrapper {
  z-index: auto;
  background-color: #0000;
  height: auto;
  margin-top: 50px;
  position: relative;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 9px;
  padding-bottom: 0;
}

.team-member-image-two {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  margin-bottom: 0;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  display: none;
}

.text-link-arrow {
  color: #1a1b1f;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.heading-2 {
  color: var(--black-off);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 25px;
}

.heading-3 {
  color: var(--white_p);
}

.modal_outer-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000bf;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0%;
}

.modal_inner-wrapper {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #d3d0d0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: relative;
}

.x-close-box {
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-section {
  z-index: 5;
  position: relative;
}

.image-3 {
  min-width: 40px;
  max-width: 150%;
  position: relative;
}

.modal_click-outside-wrapper {
  z-index: 1;
  position: fixed;
  inset: 0%;
}

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

.section {
  background-color: var(--white_p);
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.ortho-icon {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.icon-title-block {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.text-block {
  font-family: Inter, sans-serif;
  font-size: 16px;
  position: relative;
}

.training {
  background-color: var(--white_p);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 100px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.training-image {
  object-fit: cover;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: 100px;
  max-height: none;
  margin-bottom: 16px;
}

.training-image.western {
  width: auto;
}

.pricing-card-text {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  position: static;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.training-text {
  white-space: normal;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.heading-4 {
  color: var(--white_p);
}

.div-block-3 {
  background-color: var(--blue_p);
  object-fit: none;
  border-radius: 8px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 150px;
  padding: 10px;
  display: flex;
  overflow: visible;
}

.text-block-2 {
  color: var(--white_p);
  align-self: center;
  padding-left: 0;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.appointment-button {
  background-color: var(--blue_p);
  outline-offset: 0px;
  object-fit: none;
  border-radius: 9px;
  outline: 3px #00e;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 160px;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  left: auto;
  overflow: auto;
}

.image-4 {
  padding-right: 10px;
}

.html-embed {
  margin-bottom: -6px;
  display: block;
}

.container-3 {
  background-color: #4b4b4b;
  align-items: flex-start;
  display: flex;
}

.specialties-container {
  text-align: left;
  object-fit: fill;
  background-color: #fd9f9f;
  flex-flow: row;
  place-content: space-around space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
  position: static;
  overflow: visible;
}

.specialties-card {
  object-fit: fill;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  max-width: 280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.div-block-4 {
  align-items: center;
  padding: 0;
  display: flex;
}

.list-2 {
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.specialty-image {
  filter: grayscale();
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-width: 320px;
}

.specialty-icon {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 90px;
  max-width: none;
  padding: 12px;
  position: static;
}

.text-block-3 {
  padding-left: 10px;
}

.specialties-card-title-text {
  color: var(--white_p);
  background-color: #0000;
  padding: 10px 0 20px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.specialties-card-title-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.specialty-card-text-area-div {
  background-color: #525252;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -2px;
  padding: 44px 20px 20px;
  display: flex;
}

.specialty-card-list {
  color: var(--white_p);
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 15px;
  font-family: Inter, sans-serif;
}

.container-4 {
  display: none;
}

.specialties-card-div {
  object-fit: contain;
  justify-content: space-between;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.hero2-content-container {
  background-color: #fff;
  justify-content: flex-start;
  max-width: 940px;
  display: flex;
}

.div-block-5 {
  background-color: #fff;
  margin-top: 108px;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.appointment-button-2 {
  background-color: var(--blue_p);
  outline-offset: 0px;
  object-fit: none;
  border-radius: 9px;
  outline: 3px #00e;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 160px;
  max-width: 160px;
  margin-top: 20px;
  margin-right: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: static;
  left: auto;
  overflow: auto;
}

.hero-card-2-div {
  background-color: #fff0;
  border-radius: 20px;
  align-items: flex-start;
  display: flex;
}

.hero-card-2-container {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.image-5 {
  max-width: 0;
  display: block;
}

.hero-photo-2 {
  object-fit: contain;
  border-radius: 0;
  max-height: 100%;
  margin-right: 0;
}

.div-block-7 {
  background-color: #efefef00;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  padding: 25px 40px;
  display: flex;
}

.container-hero2-card {
  text-align: left;
  background-color: #0000;
  border-radius: 20px 0 0 20px;
  display: flex;
}

.hero-section-2 {
  opacity: 1;
  background-color: #f5f7fa;
  background-image: url('../images/montana-glacier-lake-photo-grayscale.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  min-height: 500px;
  max-height: 500px;
  padding: 80px 30px;
  display: block;
  position: static;
}

.hero-3-video-test {
  opacity: 1;
  object-fit: contain;
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
  max-height: 500px;
  padding: 0;
  display: flex;
  position: static;
}

.background-video {
  width: 100%;
  max-height: 500px;
}

.video-hero {
  max-height: 500px;
  display: none;
  overflow: hidden;
}

.hero-card-2-video {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
  top: -400px;
}

.pricing-card-text-city {
  margin-top: auto;
  margin-bottom: 20px;
  position: static;
}

.div-icon-cards {
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: relative;
}

.heading-5 {
  color: var(--black-off);
}

.text-block-4 {
  color: var(--black-off);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-1 {
  font-family: Inter, sans-serif;
  font-size: 32px;
}

.heading-1.navbar {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.training-location-text {
  margin-top: auto;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.hero-card-sub-text {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
}

.image-6 {
  float: right;
  max-width: 400px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding: 0;
}

.body {
  background-color: var(--white_p);
  flex-direction: column;
  display: flex;
}

.heading-6 {
  text-align: center;
  margin-bottom: 20px;
}

.meet-section {
  background-color: var(--white_p);
  margin-top: 0;
  padding-top: 40px;
}

.text-block-5 {
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  padding: 20px;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.image-7 {
  max-width: 200px;
}

.benefis-svg {
  max-width: 200px;
  padding: 10px;
}

.hero-mobile-image, .hero-card-mobile-div {
  display: none;
}

.meet-section-2 {
  background-color: var(--white_p);
  margin-top: 0;
  padding-top: 40px;
}

.link-block {
  z-index: 3;
  padding-top: 0;
  display: block;
  position: relative;
}

.image-9 {
  padding-top: 20px;
}

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

  .specialties-card {
    align-items: stretch;
  }

  .specialty-image {
    filter: grayscale();
  }

  .hero-card-2-container {
    position: relative;
  }

  .hero-section-2 {
    opacity: 1;
    background-position: 50%;
  }

  .hero-3-video-test {
    align-items: baseline;
    min-height: 0;
  }

  .background-video {
    height: 500px;
  }

  .video-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 500px;
    max-height: 500px;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .hero-card-2-video {
    z-index: 1;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    inset: -400px 0% -31px;
  }

  .div-icon-cards {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    background-color: #0000;
  }

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

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

  .nav-menu-two {
    background-color: var(--white_p);
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .section {
    background-color: #fafafb;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .specialties-card {
    max-width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero-heading-right, .team-circles {
    padding: 60px 15px;
  }

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

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

  .specialties, .training {
    padding: 60px 15px;
  }

  .specialties-card {
    box-shadow: none;
    max-width: 100%;
    padding: 0 0 20px;
  }

  .specialties-card-div {
    flex-direction: column;
    width: 320px;
    margin-bottom: 0;
  }

  .specialty-cards-container {
    object-fit: contain;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .appointment-button-2 {
    text-align: left;
    justify-content: center;
    margin-right: 0;
  }

  .hero-card-2-container {
    justify-content: center;
    display: none;
  }

  .div-block-7 {
    align-items: flex-start;
    padding: 10px;
  }

  .container-hero2-card {
    background-color: #fcfcfdd9;
    border-radius: 25px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .hero-section-2 {
    text-align: center;
    background-position: 50%;
    justify-content: center;
    align-items: center;
    height: 250px;
    min-height: 0;
    max-height: 200px;
    padding: 60px 15px;
    display: flex;
  }

  .hero-3-video-test {
    padding: 60px 15px;
  }

  .hero-card-sub-text {
    text-align: center;
  }

  .image-6 {
    max-width: 300px;
  }

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

  .hero-mobile-image {
    border: 5px solid var(--white_p);
    border-radius: 180px;
    max-width: 200px;
    display: block;
    position: static;
    bottom: auto;
  }

  .hero-card-mobile-div {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .mobile-hero-profile {
    flex-direction: column;
    flex: 1;
    align-items: center;
    margin-top: -100px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

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

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

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

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

  .image-3 {
    min-width: 30px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .specialties-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .specialties-card {
    background-color: #0000;
    margin-bottom: 20px;
  }

  .specialties-card-title-text {
    direction: ltr;
    white-space: break-spaces;
    object-fit: fill;
    flex-direction: row;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .specialties-card-title-div {
    white-space: normal;
    flex-wrap: wrap;
    max-width: 100%;
    overflow: visible;
  }

  .specialty-card-text-area-div {
    flex-wrap: wrap;
  }

  .hero-card-2-container {
    margin-top: 0;
  }

  .div-block-7 {
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-hero2-card {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-2 {
    padding-top: 20px;
  }

  .heading-1 {
    font-size: 26px;
  }

  .heading-1.navbar {
    font-size: 24px;
  }

  .image-6 {
    max-width: 100%;
  }

  .image-8 {
    display: none;
  }

  .hero-mobile-image {
    border-width: 5px;
  }

  .mobile-hero-profile {
    margin-top: -103px;
  }
}

#w-node-a02fe77f-21d3-aab5-06db-5fc1cf8f4461-9ca382e8, #w-node-a02fe77f-21d3-aab5-06db-5fc1cf8f446b-9ca382e8, #w-node-a02fe77f-21d3-aab5-06db-5fc1cf8f4475-9ca382e8, #w-node-_41024cf4-8ced-a3bd-7064-8e0a0a829b71-9ca382e8, #w-node-_41024cf4-8ced-a3bd-7064-8e0a0a829b85-9ca382e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


