:root {
  --secondary-2: #8daca2;
  --secondary-1: #102b4e;
  --_mannys-attempt---green: #4d9c60;
  --primary-1: #123a37;
  --alt-color-green: var(--_mannys-attempt---green);
  --gray: #f4f4f4;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--secondary-2);
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: underline;
}

.page-wrapper {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.navbar {
  color: var(--secondary-1);
  background-color: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  position: sticky;
  top: 0;
}

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.cta {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nav-link {
  color: var(--_mannys-attempt---green);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--primary-1);
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--alt-color-green);
  font-style: normal;
  text-decoration: none;
}

.navbar-dot {
  padding: 20px;
}

.navbar-menu {
  color: var(--_mannys-attempt---green);
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--alt-color-green);
  color: #fff;
  border-radius: 6px;
  flex: 0 auto;
  max-width: 50%;
  max-height: 11%;
  margin: 20px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  transition: all .2s;
  box-shadow: 1px 1px 20px 12px #121c5233;
}

.button:hover {
  background-color: var(--primary-1);
  transform: scale(1.02);
  box-shadow: 1px 1px 55px 22px #121c5233;
}

.button.large {
  background-color: var(--_mannys-attempt---green);
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.375rem;
  display: inline-block;
}

.button.large:hover {
  background-color: var(--primary-1);
}

.button.large.white {
  color: var(--primary-1);
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 1px 1px 20px 12px #7d808f33;
}

.button.large.white:hover {
  background-color: #dde7ff;
}

.button.white {
  background-color: var(--gray);
  color: var(--primary-1);
  margin-top: 20px;
}

.button.option-buttons {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  max-height: none;
  padding: 20px;
  display: flex;
}

.button.d-linkform {
  background-color: var(--primary-1);
  padding: 20px;
}

.button.d-linkform:active {
  background-color: var(--secondary-1);
}

.button.style-center {
  justify-content: center;
  align-items: center;
  max-width: 30%;
  max-height: none;
  display: flex;
}

.title {
  color: var(--alt-color-green);
  letter-spacing: -1px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 3.375rem;
  line-height: 3.125rem;
  display: flex;
}

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

.title.white {
  color: #fff;
  text-align: center;
}

.split-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40rem;
  padding-left: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.split-content.hero-image {
  background-image: none;
  height: auto;
  min-height: 760px;
  margin-top: 0;
  margin-left: -20px;
  padding-bottom: 0;
  position: relative;
}

.split-content.left {
  position: static;
}

.paragraph {
  color: var(--secondary-1);
  text-align: left;
  max-width: 470px;
  margin-bottom: 35px;
}

.paragraph.service {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
}

.paragraph.contact {
  color: #fff;
  text-align: center;
  max-width: 507px;
}

.button-text {
  margin-bottom: 0;
  margin-left: 10px;
  display: inline-block;
}

.button-text.small {
  color: var(--primary-1);
  font-size: 1.125rem;
  font-weight: 700;
}

.cta-icon {
  margin-top: -5px;
}

.hero-image {
  background-image: url('../images/pexels-cedric-fauntleroy-4270362.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 15px 15px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.tagline {
  color: var(--primary-1);
  text-transform: uppercase;
  margin-bottom: -10px;
  font-size: 1.125rem;
}

.info-block {
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 47px 30px 55px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px 20px #102b4e1a;
}

.info-block:hover {
  box-shadow: 1px 1px 55px 30px #102b4e1a;
}

.info-block-wrapper {
  z-index: 5;
  max-width: 90%;
  margin-top: -121px;
  position: relative;
  inset: 0% 3% auto;
}

.dots-corner {
  position: absolute;
  inset: auto 0% 0% -3%;
}

.dots-corner.horizontal {
  inset: 131px -118px 0% auto;
}

.dots-corner.bottom {
  position: absolute;
  inset: auto 14% -6% auto;
}

.dots-corner.services-bottom {
  inset: auto -2% -3% auto;
}

.dots-corner._576 {
  left: -6%;
}

.info-title {
  color: var(--primary-1);
  margin-top: 5px;
  font-size: 1.375rem;
  line-height: 2.25rem;
}

.info-icon {
  max-width: 64px;
  margin-right: 21px;
  transition: all .2s;
}

.info-icon:hover {
  transform: scale(1.04);
}

.info-flex {
  display: flex;
}

.info-text {
  color: var(--secondary-1);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

.logo {
  transition: all .2s;
}

.logo:hover {
  filter: brightness(180%);
  transform: scale(1.1);
}

.hero-section-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .8fr;
  justify-content: center;
  place-items: center stretch;
  max-width: 1280px;
  display: flex;
}

.justify-content {
  max-width: 550px;
  margin-bottom: 100px;
}

.image-wrapper {
  width: 25em;
  margin-top: 40px;
  margin-right: 20px;
  position: relative;
}

.about-image {
  z-index: 6;
  border-radius: 15px;
  max-width: 80%;
  position: relative;
}

.about-image.sizing-changes {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-grid {
  z-index: 6;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  position: relative;
}

.services-card {
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 40px;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 15px 4px #15226433;
}

.services-wrapper {
  margin-top: 60px;
  position: relative;
}

.cta-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.add-feature {
  z-index: 999;
  border-radius: 50%;
  width: 50px;
  margin-bottom: 32px;
  margin-right: 32px;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 20px #0050b380;
}

.add-feature:hover {
  filter: contrast(139%);
  box-shadow: 1px 1px 10px #0050b380;
}

.add-feature.figma {
  border-radius: 10px;
  width: auto;
  text-decoration: none;
  inset: auto auto 0% 1%;
  box-shadow: 1px 1px 30px #91919140;
}

.image {
  width: 20px;
}

.figma-button {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px 20px 20px 15px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.figma-button:hover {
  transform: scale(1.1);
}

.navbar-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.navbar-button {
  background-color: var(--alt-color-green);
  color: #fff;
  border-radius: 6px;
  flex: 0 auto;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
  transition: all .2s;
  box-shadow: 1px 1px 20px 12px #121c5233;
}

.navbar-button:hover {
  background-color: var(--primary-1);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 1px 1px 55px 22px #121c5233;
}

.hero-section {
  background-image: url('../images/Geometric-Background.svg');
  background-position: 0 0;
  background-attachment: fixed;
}

.about-section {
  text-align: left;
  background-image: linear-gradient(#0000 57%, #fafafa), url('../images/Geometric-Background.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 125px;
  padding-bottom: 40px;
  display: flex;
}

.services-section {
  background-image: linear-gradient(#fafafa, #0000 18%), url('../images/Geometric-Background.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding: 40px 20px 60px;
}

.services-section.desktop-width {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.contact-section {
  background-color: var(--_mannys-attempt---green);
  background-image: url('../images/Geometric-Background.svg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 40px;
  padding-bottom: 0;
}

.services-title {
  color: var(--_mannys-attempt---green);
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.legal-text {
  color: #ffffffb3;
  text-align: center;
  max-width: 100%;
  margin-top: 169px;
  margin-bottom: 35px;
}

.skip-block {
  z-index: 9999;
  color: #3975ff;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  margin-top: .5rem;
  margin-left: .5rem;
  padding: .5rem 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: border .2s, transform .2s;
  display: flex;
  position: absolute;
  transform: translate(0, -300px);
}

.skip-block:focus {
  border: 3px solid #2f54eb;
  transform: none;
}

.skip-block:focus-visible, .skip-block[data-wf-focus-visible] {
  outline-offset: 0px;
  border-style: none;
  outline: 3px solid #3975ff;
}

.skip-block.w--current {
  z-index: 9999;
  text-align: center;
  background-color: #fff;
  align-items: center;
  padding: 10px 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: absolute;
  transform: translate(0, -300px);
  box-shadow: 1px 1px 16px #00000040;
}

.skip-block.w--current:focus {
  transform: translate(0);
}

.skip-block-enter {
  color: #fff;
  background-color: #2f54eb;
  border-radius: 30px;
  margin-left: 1.25rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
}

.skip-blocks-code {
  display: none;
}

.template-guide-main-wrapper {
  max-width: 100%;
}

.template-guide-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--primary-1);
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.template-guide-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

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

.template-guide-column {
  display: flex;
}

.template-guide-elements {
  width: 100%;
  max-width: 100%;
}

.template-guide-heading {
  z-index: 4;
  background-color: var(--primary-1);
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: .25rem .5rem;
  font-size: 1.4rem;
}

.template-guide-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.template-guide-subheading {
  z-index: 3;
  background-color: #f0f2ff;
  border-radius: 4px;
  padding: .5rem;
  font-size: 1.05rem;
}

.template-guide-subheading.rounded-bottom-only {
  background-color: #f0f3ff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.template-guide-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--secondary-2);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  padding: 16px 32px;
}

.template-guide-row.dark {
  background-color: var(--secondary-2);
}

.template-guide-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.template-guide-label.html-tag {
  background-color: #be4aa5;
}

.style-guide-colors-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.template-guide-color {
  padding-bottom: 8rem;
}

.template-guide-color.primary-1 {
  background-color: var(--alt-color-green);
}

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

.template-guide-color.gray {
  background-color: var(--gray);
}

.template-guide-color.secondary-2 {
  background-color: var(--secondary-2);
}

.template-guide-color.secondary-1 {
  background-color: var(--secondary-1);
}

.template-guide-color.black {
  background-color: #000;
}

.template-guide-button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.template-guide-license-photo {
  object-fit: cover;
  border-radius: 16px;
  width: 200px;
  height: 200px;
}

.template-guide-license-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.template-guide-license-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.image-2 {
  width: 10em;
}

.heading {
  color: var(--_mannys-attempt---green);
}

.paragraph-2 {
  color: var(--primary-1);
  font-family: Open Sans, sans-serif;
  line-height: 2rem;
}

.heading-2 {
  color: var(--_mannys-attempt---green);
}

.heading-3 {
  color: var(--_mannys-attempt---green);
  margin-left: 60px;
  font-size: 42px;
}

.heading-4, .heading-5, .heading-6 {
  color: var(--primary-1);
}

.paragraph-3, .paragraph-4 {
  color: var(--secondary-1);
}

.div-block {
  background-color: var(--gray);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 40px;
}

.grid {
  flex-flow: row;
  grid-template: "Area"
  / 1fr 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: 40px auto;
  display: flex;
}

.text-block {
  margin-bottom: 20px;
}

.text-block.heading-3 {
  margin-left: 0;
}

.link {
  font-family: Open Sans, sans-serif;
}

.block-quote {
  color: var(--secondary-1);
  font-family: Open Sans, sans-serif;
}

.list, .list-2 {
  color: var(--secondary-1);
}

.section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 60px;
  display: block;
}

.section.desktop-width {
  background-color: var(--gray);
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--gray);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-2.bottom-gap {
  display: none;
}

.image-3 {
  max-width: 15%;
}

.image-4, .image-5, .image-6, .image-7 {
  max-width: 20%;
}

.insurance {
  max-width: 15%;
}

.testimonial {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.div-block-3.uniquer {
  margin-top: 10px;
}

.image-8 {
  vertical-align: middle;
  display: inline-block;
}

.code-embed {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.hidden-booking-plugin {
  background-color: #fff;
  display: none;
}

.waiting-room-image {
  max-width: none;
  padding: 20px;
  position: relative;
}

.div-block-4 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-2 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-2, .text-block-3 {
  text-align: center;
}

.flex-block {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  max-height: 60%;
  overflow: visible;
}

.flex-block.d-linkform {
  color: var(--secondary-1);
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
  max-width: 1279.99vw;
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navbar-dot {
    display: none;
  }

  .navbar-menu {
    background-color: #fff;
    border: 1px #000;
    border-radius: 0;
    margin-top: -20px;
    padding-top: 87px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 20px 4px #102b4e2e;
  }

  .button.white {
    max-width: 60%;
  }

  .split-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .split-content.hero-image {
    object-fit: cover;
    height: 20vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: static;
    overflow: visible;
  }

  .split-content.left {
    width: 30rem;
    padding-left: 0;
    display: flex;
  }

  .paragraph {
    margin-bottom: 60px;
  }

  .hero-image {
    object-fit: cover;
    border-radius: 0;
    height: 50%;
    padding: 20px 20px 20px 0;
    display: none;
    position: static;
  }

  .info-block {
    margin-top: 0;
  }

  .info-block-wrapper {
    max-width: 100%;
    margin-top: 0;
    left: 0%;
    right: 0%;
  }

  .dots-corner {
    display: none;
  }

  .dots-corner.bottom {
    right: -3%;
  }

  .info-icon {
    margin-bottom: 10px;
  }

  .info-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-section-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .justify-content {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-width: 700px;
    max-width: 0;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: visible;
  }

  .menu-button {
    filter: saturate(71%);
    background-color: #0000;
    border-radius: 10px;
    padding: 5px;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease;
  }

  .menu-button.w--open {
    background-color: #fff;
    border-radius: 30px 30px 0 0;
  }

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

  .about-image {
    width: 100%;
    display: inline-block;
    position: static;
    overflow: clip;
  }

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

  .navbar-button {
    display: none;
  }

  .about-section {
    aspect-ratio: auto;
    background-image: url('../images/Geometric-Background.svg');
    background-position: 0 0;
    background-size: auto;
    background-attachment: fixed;
    flex-flow: row;
    width: 80vw;
    max-width: 1180px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    display: block;
    overflow: clip;
  }

  .services-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    display: flex;
  }

  .contact-section {
    padding-top: 60px;
  }

  .section {
    padding-top: 20px;
  }

  .section.desktop-width {
    background-image: linear-gradient(#0000, #fff);
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-2.top-banner {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-2.bottom-gap {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .insurance {
    max-width: 17%;
    display: inline-flex;
  }

  .insurance.modify {
    opacity: 1;
    display: block;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    min-width: 700px;
    max-width: 700px;
    min-height: 300px;
    max-height: 40%;
    display: flex;
    overflow: scroll;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .image-9 {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    width: 100vw;
  }

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

  .button.large {
    text-align: center;
    width: 100%;
  }

  .button.d-linkform {
    background-color: var(--secondary-1);
  }

  .title {
    justify-content: center;
    align-items: center;
    font-size: 2.75rem;
    line-height: 2.8125rem;
    display: flex;
  }

  .split-content {
    width: 100%;
  }

  .split-content.hero-image {
    margin-left: auto;
    margin-right: auto;
  }

  .split-content._2 {
    width: auto;
  }

  .paragraph.service {
    margin-bottom: 40px;
  }

  .info-block {
    flex-direction: column;
    align-items: stretch;
  }

  .info-flex {
    flex-direction: row;
  }

  .justify-content {
    min-width: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: #0000;
  }

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

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

  .navbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-section {
    flex-flow: column;
    width: 100%;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .services-section.desktop-width {
    width: 100vw;
  }

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

  .services-title {
    font-size: 2.75rem;
    line-height: 2.8125rem;
  }

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

  .grid {
    flex-flow: column;
  }

  .section {
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed {
    max-width: 100vw;
  }

  .section-2 {
    flex-flow: column;
  }

  .flex-block {
    min-width: 100%;
    overflow: visible;
  }

  .flex-block-2 {
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-9 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 110px;
    display: flex;
  }

  .container {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button {
    text-align: center;
    white-space: nowrap;
    width: 80%;
    min-width: 224px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .button.large {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2rem;
  }

  .button.white {
    white-space: nowrap;
    min-width: 256px;
    max-width: 90%;
  }

  .button.option-buttons {
    width: 100%;
    max-width: none;
  }

  .button.phone-button-smaller {
    width: 70%;
  }

  .button.d-linkform {
    background-color: var(--secondary-1);
    margin: 10px auto;
  }

  .title {
    font-size: 2rem;
    line-height: 2.1875rem;
  }

  .split-content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .split-content.hero-image {
    min-height: 500px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .split-content.left {
    padding-left: 0;
  }

  .split-content.left.top-section-padding, .split-content._2 {
    padding: 20px;
  }

  .paragraph {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 20px;
    font-size: 1.125rem;
  }

  .paragraph.service {
    width: 100%;
  }

  .paragraph.contact {
    max-width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-text {
    white-space: nowrap;
    width: 95.5689%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .button-text._697 {
    width: 55.5689%;
    padding: 0;
  }

  .button-text._435 {
    width: 75%;
    min-width: 177px;
    font-size: .9rem;
  }

  .button-text._6789 {
    width: 70%;
  }

  .cta-icon {
    max-width: none;
    padding: 10px;
  }

  .hero-image {
    height: auto;
    margin-right: 0;
  }

  .tagline {
    font-size: .875rem;
  }

  .info-block {
    border-radius: 10px;
    width: 100%;
    margin-left: 0;
    padding: 20px 20px 20px 30px;
  }

  .info-block-wrapper {
    margin-top: 0;
  }

  .dots-corner.bottom {
    bottom: -7%;
    right: -7%;
  }

  .info-title {
    margin-top: 0;
  }

  .info-icon {
    max-width: 35px;
  }

  .info-flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .hero-section-content {
    margin-left: auto;
    margin-right: auto;
  }

  .justify-content {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .menu-button {
    background-color: var(--gray);
    color: var(--primary-1);
    width: 12%;
    max-width: none;
    max-height: 100%;
    margin-right: 10px;
  }

  .image-wrapper {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about-image {
    width: 90%;
    min-width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .services-grid {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .services-card {
    width: auto;
    min-width: auto;
    max-width: 80vw;
  }

  .cta-wrapper {
    width: 100vw;
    max-width: none;
  }

  .navbar-container {
    flex-flow: row;
  }

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

  .about-section {
    flex-flow: column;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .services-section {
    width: 100vw;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .contact-section {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .services-title {
    font-size: 2rem;
    line-height: 2.1875rem;
  }

  .legal-text {
    font-size: .875rem;
    line-height: 1.125rem;
  }

  .heading-3 {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    width: 100vw;
  }

  .code-embed {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .text-block-3 {
    width: 80%;
    overflow: visible;
  }

  .text-block-3.nowrap {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 90%;
    font-size: 100%;
    display: flex;
    overflow: visible;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    min-width: auto;
    max-width: none;
    padding: 20px;
    overflow: visible;
  }

  .flex-block-2 {
    width: 80vw;
    min-width: auto;
  }

  .text-block-4 {
    padding: 20px;
  }

  .image-9 {
    opacity: 1;
    color: var(--primary-1);
    mix-blend-mode: normal;
    max-width: 100%;
    max-height: 100%;
  }
}

#w-node-c5bb8791-9a9b-2bb0-a120-50f6307ced6c-277b3f55 {
  place-self: center start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c06-277b3f56, #w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c06-277b3f57 {
  justify-self: start;
}

#w-node-_7c97a0ca-9dbe-6782-9da7-0c4dc97bacd7-277b3f57, #w-node-_6b4644ed-8b28-2d2d-480c-34653e0ba4a2-277b3f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c06-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c17-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c18-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c1c-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c1d-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c21-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c22-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c26-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c27-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c2b-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c2c-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c30-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c31-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c3b-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c3c-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c40-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c41-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c45-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c46-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c4a-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c4b-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c54-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c55-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c5e-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c5f-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c71-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7c72-277b3f58 {
  justify-self: start;
}

#w-node-_68533afc-cb95-7d6c-6ccc-dede8369aa82-277b3f58, #w-node-_68533afc-cb95-7d6c-6ccc-dede8369aa83-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68533afc-cb95-7d6c-6ccc-dede8369aa84-277b3f58, #w-node-_68533afc-cb95-7d6c-6ccc-dede8369aa86-277b3f58 {
  justify-self: start;
}

#w-node-_47fd3bab-bf91-edcc-02d2-bc56abeb3caa-277b3f58, #w-node-_69e661a7-ca94-be93-250e-d2a44c3a7be1-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69e661a7-ca94-be93-250e-d2a44c3a7be2-277b3f58 {
  justify-self: start;
}

#w-node-e039354d-c54c-7cfa-a94e-9fbda9c5473c-277b3f58, #w-node-e039354d-c54c-7cfa-a94e-9fbda9c5473d-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e039354d-c54c-7cfa-a94e-9fbda9c5473e-277b3f58 {
  justify-self: start;
}

#w-node-_2a5b5473-4550-8633-5e17-17357bc5d731-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a5b5473-4550-8633-5e17-17357bc5d732-277b3f58 {
  justify-self: start;
}

#w-node-_15a24f8e-244c-cec2-d316-334be49f31f1-277b3f58, #w-node-_1adcf790-134e-fac5-122e-e5928043d904-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09837e63-9116-29d8-308f-0685d989bc0a-277b3f58, #w-node-_15a24f8e-244c-cec2-d316-334be49f31f2-277b3f58 {
  justify-self: start;
}

#w-node-_3f3f601b-cd6c-8e57-5000-9204e398b3e9-277b3f58, #w-node-_3f3f601b-cd6c-8e57-5000-9204e398b3ea-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f3f601b-cd6c-8e57-5000-9204e398b3eb-277b3f58, #w-node-_3f3f601b-cd6c-8e57-5000-9204e398b3ed-277b3f58 {
  justify-self: start;
}

#w-node-_228874ac-0e86-7f3a-0dfe-097f303240f0-277b3f58, #w-node-_228874ac-0e86-7f3a-0dfe-097f303240f1-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_228874ac-0e86-7f3a-0dfe-097f303240f2-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7cd6-277b3f58, #w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7cd7-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7cd8-277b3f58 {
  justify-self: start;
}

#w-node-_047ebb97-0bd6-90f6-c7f1-991011cb7cda-277b3f58, #w-node-_40036841-a4e4-7284-1c34-7a6292888119-277b3f58, #w-node-_40036841-a4e4-7284-1c34-7a629288811a-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40036841-a4e4-7284-1c34-7a629288811b-277b3f58 {
  justify-self: start;
}

#w-node-_40036841-a4e4-7284-1c34-7a629288811d-277b3f58, #w-node-af7d3230-7df8-318d-8c96-1d5fa814a587-277b3f58, #w-node-af7d3230-7df8-318d-8c96-1d5fa814a588-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af7d3230-7df8-318d-8c96-1d5fa814a589-277b3f58 {
  justify-self: start;
}

#w-node-af7d3230-7df8-318d-8c96-1d5fa814a58d-277b3f58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f0519d01-ae7d-ac9d-8a41-7624221fdbab-277b3f55 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}