:root {
  --grey: #e0e0e0;
  --black: #333;
  --teal-alt: #006c75;
  --teal: #006c75;
  --white: white;
}

.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;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

a {
  text-decoration: underline;
}

.body {
  background-color: var(--grey);
}

.container {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  object-fit: fill;
  justify-content: space-between;
  width: 100vw;
  max-width: 90%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.button {
  clear: right;
  text-align: center;
  background-color: rgba(116, 116, 116, 0);
  border-radius: 19px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 19%;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  transition: box-shadow .45s, transform .45s;
  display: flex;
  transform: scale(.95);
}

.button:hover {
  background-color: var(--black);
  box-shadow: 6px 6px 20px -4px var(--grey);
  transform: none;
}

.bold-text {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  display: flex;
}

.bold-text.phone-number {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.brand {
  align-self: center;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  z-index: 1;
  color: var(--grey);
  flex: 1;
  font-size: 16px;
}

.text-span-4 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.nav-contact {
  color: var(--grey);
  transition: background-color .35s ease-in-out;
}

.nav-contact:hover {
  background-color: var(--teal-alt);
  text-shadow: 1px 1px 6px rgba(224, 224, 224, .94);
}

.nav-contact.w--current {
  color: var(--grey);
}

.image {
  margin-right: 20px;
  transition: transform .5s;
  transform: scale(.95);
}

.image:hover {
  transform: none;
}

.heading-3 {
  font-family: Lato, sans-serif;
  font-size: 25px;
}

.heading-4 {
  font-family: Lato, sans-serif;
  font-size: 32px;
}

.button---conditions {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 34px;
  transition: box-shadow .4s, background-color .4s, transform .4s;
  transform: scale(.95);
}

.button---conditions:hover {
  background-color: var(--grey);
  box-shadow: 6px 6px 20px -4px var(--black);
  color: var(--teal);
  transform: none;
}

.bold-text-2 {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.bold-text-2:hover {
  color: var(--white);
}

.image-3 {
  border-radius: 100%;
  max-width: 90%;
  box-shadow: 8px 8px 20px 9px rgba(0, 0, 0, .34);
}

.laptop-image {
  text-align: left;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 8px 8px 20px 12px rgba(0, 0, 0, .36);
}

.laptop-image.desktop {
  border-radius: 20px;
  box-shadow: 8px 8px 20px -4px rgba(0, 0, 0, .3);
}

.section-3 {
  margin-top: 100px;
}

.heading3---bodiworks {
  color: var(--teal);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.heading-5 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.text-block {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  font-size: 16px;
  display: block;
}

.heading-6 {
  border: 4px none var(--grey);
  opacity: 1;
  color: var(--teal-alt);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding: 40px;
}

.image-7 {
  border-radius: 100%;
}

.border-treatment {
  text-align: left;
  border-radius: 20px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  transition: transform .4s;
  display: block;
  transform: scale(.95);
  box-shadow: 5px 6px 20px -4px rgba(0, 0, 0, .85);
}

.border-treatment:hover {
  transform: none;
}

.services-heading {
  border: 5px none var(--teal-alt);
  color: var(--teal-alt);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex-direction: row;
  align-items: stretch;
  font-family: Lato, sans-serif;
  font-size: 22px;
  transition: transform .4s;
  display: block;
  transform: scale(.95);
}

.services-heading:hover {
  transform: none;
}

.heading-7 {
  color: var(--teal);
}

.section-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-5 {
  margin-top: 100px;
}

.section-6 {
  margin-top: 100px;
  padding-bottom: 180px;
}

.button-3 {
  float: none;
  clear: none;
  background-color: var(--grey);
  color: var(--teal);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  transition: transform .4s;
  display: inline-block;
}

.button-3:hover {
  background-color: var(--grey);
  color: var(--teal-alt);
  transform: scale(1.05);
  box-shadow: 6px 6px 20px -4px rgba(0, 108, 117, .35);
}

.div-block-3 {
  text-align: center;
}

.rl_footer1_legal-link {
  color: var(--grey);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer1_credit-text {
  color: var(--grey);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.rl_footer1_bottom-wrapper {
  color: var(--grey);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl_footer1_spacing-block-6 {
  border-right: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer1_line-divider {
  border-right: 0px none var(--grey);
  background-color: var(--grey);
  width: 100%;
  height: 1px;
}

.rl_footer1_spacing-block-5 {
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer1_link-text {
  color: var(--grey);
}

.rl_footer1_social-icon {
  color: var(--grey);
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_footer1_spacing-block-4 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_footer_column-text {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.rl_footer1_link {
  clear: right;
  color: var(--grey);
  text-align: justify;
  cursor: pointer;
  align-self: stretch;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer1_link:hover {
  color: var(--black);
  font-weight: 900;
  transform: scale(1.05);
}

.rl_footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  color: var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-text-style-link {
  color: var(--grey);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer1_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button-secondary-small {
  color: var(--teal);
  text-align: center;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding: .6rem 1.25rem .5rem;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
}

.rl-form-input {
  color: var(--teal-alt);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: #000;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

.rl_footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_footer1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer1_logo-link {
  padding-left: 0;
}

.rl_footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.rl_footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer1_component {
  background-color: #0a727a;
}

.div-block-4 {
  max-width: 1100px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: end;
  justify-items: stretch;
  padding-top: 70px;
  display: grid;
}

.background-video {
  opacity: 1;
  background-color: rgba(0, 108, 117, .69);
  margin-top: -60px;
}

.div-block-5 {
  width: 75%;
}

.grid-8 {
  grid-template-rows: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-8 {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .3);
}

.div-block-9 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-left: 150px;
  padding-right: 150px;
}

.div-block-10 {
  padding-left: 38px;
  padding-right: 38px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 20px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  transform: scale(.95);
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.div-block-12:hover {
  transform: none;
  box-shadow: 6px 6px 20px -4px rgba(0, 108, 117, .35);
}

.map {
  width: 60%;
  margin-left: 38px;
  display: flex;
}

.link {
  color: #08332e;
  text-decoration: none;
}

.heading-8 {
  color: #08a4ac;
  margin-top: 27px;
  margin-bottom: 16px;
}

.image-5 {
  mix-blend-mode: multiply;
}

.div-block-13 {
  width: 40%;
}

.paragraph-2 {
  color: #333;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-span-7 {
  text-decoration: none;
}

.link-2 {
  color: #01313c;
  text-decoration: none;
}

.paragraph-3 {
  direction: ltr;
  white-space: break-spaces;
  padding-top: 0;
}

.massage-therapy {
  color: var(--teal-alt);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-size: 72px;
  display: flex;
  line-height: 1.15;
}

.vestib-rehab-vid {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vestib-rehab-vid:hover {
  text-decoration: none;
}

.section-8, .section-9 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-15 {
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.body-2 {
  background-color: var(--grey);
}

.div-block-16 {
  background-color: rgba(224, 224, 224, .85);
  border-radius: 20px;
  width: 70%;
  margin: 60px auto 0;
  padding: 20px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.paragraph-5 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 25px;
}

.paragraph-6 {
  text-align: left;
  margin-bottom: -34px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 20px;
  line-height: 25px;
}

._7 {
  color: #333;
  margin: 0;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-9 {
  text-align: left;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 20px;
}

.div-block-18 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.heading-11 {
  margin-left: 0;
}

.text-span-8 {
  color: #005d6c;
}

.heading-12 {
  color: #005d6c;
  margin-top: 38px;
  margin-left: 0;
  margin-right: 1px;
}

.div-block-19 {
  background-color: rgba(224, 224, 224, .85);
  border: 0 solid rgba(224, 224, 224, .85);
  border-radius: 20px;
  width: 70%;
  margin: 60px auto 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.paragraph-10 {
  margin-top: 51px;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 25px;
}

.button---conditions---massage {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 34px;
  transition: box-shadow .4s, background-color .4s, transform .4s;
  transform: scale(.95);
}

.button---conditions---massage:hover {
  background-color: var(--grey);
  box-shadow: 6px 6px 20px -4px var(--black);
  color: var(--teal);
  transform: none;
}

.button---home {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 34px;
  transition: box-shadow .5s, transform .5s cubic-bezier(.215, .61, .355, 1);
}

.button---home:hover {
  background-color: var(--black);
  color: var(--white);
  transform: scale(1.05);
  box-shadow: 6px 6px 20px -4px rgba(224, 224, 224, .85);
}

.div-block-20 {
  background-color: rgba(224, 224, 224, .85);
  border-radius: 20px;
  width: 70%;
  margin: 40px auto 89px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.chiropractic {
  color: var(--teal-alt);
  text-align: center;
  margin-top: 100px;
  font-size: 72px;
}

.chiropractic-video-banner {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.chiropractic-video-banner:hover {
  text-decoration: none;
}

.button---conditions---chiro {
  background-color: var(--black);
  box-shadow: 6px 6px 15px -4px var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 34px;
  transition: box-shadow .4s, transform .4s, background-color .4s;
  transform: scale(.95);
}

.button---conditions---chiro:hover {
  background-color: var(--grey);
  box-shadow: 6px 6px 20px -4px var(--black);
  color: var(--teal);
  transform: none;
}

.button---conditions---chiro.our-team-button-booking {
  transition: background-color .4s, box-shadow .4s, transform .4s;
  transform: scale(.95);
}

.button---conditions---chiro.our-team-button-booking:hover {
  transform: none;
}

.needling-video-banner {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.needling-video-banner:hover {
  text-decoration: none;
}

.dry-needling {
  color: var(--teal-alt);
  text-align: center;
  margin-top: 100px;
  font-size: 72px;
  line-height: 1.15
}

.div-block-21 {
  background-color: rgba(224, 224, 224, .85);
  border-radius: 20px;
  width: 70%;
  margin: 40px auto 89px;
  padding: 20px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.heading-15 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.button---conditions---ims {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 34px;
  transition: box-shadow .4s, transform .4s, background-color .4s;
  transform: scale(.95);
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .85);
}

.button---conditions---ims:hover {
  background-color: var(--grey);
  box-shadow: 6px 6px 20px -4px var(--black);
  color: var(--teal);
  transform: none;
}

.sw-video-banner {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sw-video-banner:hover {
  text-decoration: none;
}

.shockwave-therapy {
  color: var(--teal-alt);
  text-align: center;
  margin-top: 100px;
  font-size: 72px;
}

.div-block-22 {
  background-color: rgba(224, 224, 224, .85);
  border-radius: 20px;
  width: 70%;
  margin: 60px auto 89px;
  padding: 20px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.sfma-video-banner {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sfma-video-banner:hover {
  text-decoration: none;
}

.div-block-23 {
  background-color: rgba(224, 224, 224, .85);
  border-radius: 20px;
  width: 70%;
  margin: 40px auto 89px;
  padding: 20px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.heading-17 {
  color: var(--black);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 53px;
}

.button---conditions---sfma {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 34px;
  transition: box-shadow .4s, background-color .4s, transform .4s;
  transform: scale(.95);
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .85);
}

.button---conditions---sfma:hover {
  background-color: var(--grey);
  box-shadow: 6px 6px 20px -4px var(--black);
  color: var(--teal);
  transform: none;
}

.pelvic-health-header {
  color: var(--teal-alt);
  text-align: center;
  margin-top: 80px;
  font-size: 72px;
}

.ph-video-banner {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ph-video-banner:hover {
  text-decoration: none;
}

.paragraph-8 {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-style: italic;
  line-height: 25px;
}

.wri-video-banner {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wri-video-banner:hover {
  text-decoration: none;
}

.heading-19 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
}

.div-block-24 {
  background-color: rgba(224, 224, 224, .85);
  border-radius: 20px;
  width: 70%;
  margin: 60px auto 89px;
  padding: 20px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.text-span-9 {
  color: var(--teal);
}

.button---conditions---wri {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 34px;
  transition: box-shadow .4s, background-color .4s, transform .4s;
  transform: scale(.95);
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .85);
}

.button---conditions---wri:hover {
  background-color: var(--grey);
  box-shadow: 6px 6px 20px -4px var(--black);
  color: var(--teal);
  transform: none;
}

.div-block-25 {
  background-color: rgba(224, 224, 224, .85);
  border-radius: 20px;
  width: 70%;
  margin: 60px auto 89px;
  padding: 20px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.paragraph-11 {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 25px;
}

.mvi-video-banner {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mvi-video-banner:hover {
  text-decoration: none;
}

.button---conditions---mvi {
  background-color: var(--black);
  text-align: center;
  border-radius: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 34px;
  transition: background-color .4s, box-shadow .4s, transform .4s;
  transform: scale(.95);
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .85);
}

.button---conditions---mvi:hover {
  background-color: var(--grey);
  box-shadow: 6px 6px 20px -4px var(--black);
  color: var(--teal);
  transform: none;
}

.button---conditions---mvi.contact-us-button {
  opacity: 1;
}

.background-video---our-team {
  opacity: 1;
  background-color: rgba(0, 108, 117, .69);
  margin-top: -60px;
}

.team-grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template: ". ."
                 "Area-5 ."
                 "Area-6 ."
                 "Area Area-2"
                 "Area-4 Area-3"
                 ". ."
                 ". ."
                 / 1fr 2.25fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.team-grid-4.is-hide {
  display: none;
}

.team-card {
  color: #08a4ac;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-card.is-hide {
  display: none;
}

.image-24 {
  border-radius: 150px;
  margin-bottom: 20px;
}

.image-24.team-image {
  border-radius: 30px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  color: #08a4ac;
  margin-bottom: 24px;
  font-size: 20px;
}

.paragraph-12 {
  color: var(--black);
  text-align: left;
  background-color: rgba(224, 224, 224, .85);
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  margin-right: 40px;
  padding: 20px;
  font-size: 16px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.image-23 {
  border-radius: 150px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-23.team-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 30px;
  box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
}

.link-block-4 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13 {
  text-decoration: none;
}

.ourservices-video-banner {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ourservices-video-banner:hover {
  text-decoration: none;
}

.heading-22 {
  color: var(--teal);
  text-align: center;
  margin-top: 100px;
  font-size: 60px;
}

.section-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-11 {
  padding-bottom: 40px;
}

.body-contact-page {
  background-color: var(--grey);
}

.conditionsgrid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding: 40px;
}

.pelvic-floor-dysfunction, .tendonitis, .sprain-and-strain, .vestibular-disorder, .arthritis, .knee-injuries, .neckandbackpain, .post-surgical-conditions, .sports-injuries, .headaches-and-migraines, .balance-and-gait-disorders, .workrelatedinjuryconditions {
  color: var(--teal-alt);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-size: 72px;
  display: flex;
}

.vestib-rehab-vid-copy {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vestib-rehab-vid-copy:hover {
  text-decoration: none;
}

.elbowhandwristpain {
  color: var(--teal-alt);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-size: 72px;
  display: flex;
}

.conditions-we-treat-nav {
  color: var(--grey);
  transition: background-color .35s ease-in-out;
}

.conditions-we-treat-nav:hover {
  background-color: var(--teal-alt);
  text-shadow: 1px 1px 6px rgba(224, 224, 224, .94);
}

.conditions-we-treat-nav.w--current {
  color: var(--grey);
}

.conditions-we-treat-header {
  color: var(--teal);
  text-align: center;
  margin-top: 100px;
  font-size: 60px;
}

.navbar11_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar11_dropdown-toggle {
  color: var(--grey);
  border-radius: 6px;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: transform .45s, background-color .45s;
}

.navbar11_dropdown-toggle:hover {
  background-color: var(--black);
  text-shadow: 1px 1px 6px rgba(224, 224, 224, .35);
  transform: scale(1.035);
  box-shadow: 6px 6px 20px -4px rgba(224, 224, 224, .35);
}

.icon-height-xsmall {
  height: 1.5rem;
}

.navbar11_logo-link {
  padding-left: 0;
}

.navbar11_icon-wrapper {
  flex: none;
}

.navbar11_menu-button {
  padding: 0;
}

.button-5 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-5.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-5.is-secondary.is-small {
  background-color: var(--grey);
  border-style: none;
  border-radius: 6px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: transform .45s, background-color .45s;
}

.button-5.is-secondary.is-small:hover {
  background-color: var(--black);
  color: var(--grey);
  transform: scale(1.05);
  box-shadow: 6px 6px 20px -5px rgba(224, 224, 224, .35);
}

.button-5.is-small {
  color: var(--black);
  border-radius: 6px;
  padding: .5rem 1.25rem;
}

.button-5.is-small.is-alt {
  border-width: 2px;
  border-color: var(--grey);
  color: var(--grey);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: transform .45s, background-color .45s;
}

.button-5.is-small.is-alt:hover {
  background-color: var(--black);
  color: var(--grey);
  font-family: Lato, sans-serif;
  font-weight: 700;
  transform: scale(1.05);
  box-shadow: 6px 6px 20px -4px rgba(224, 224, 224, .35);
}

.navbar11_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar11_text-wrapper:hover {
  color: var(--black);
}

.navbar11_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar11_component {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, 0);
  align-items: center;
  width: 100vw;
  min-height: 4.5rem;
  margin-top: -12px;
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar11_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar11_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  display: grid;
}

.navbar11_dropdown-link:hover {
  color: var(--grey);
  background-color: rgba(0, 0, 0, 0);
}

.navbar11_logo {
  transition: transform .45s;
}

.navbar11_logo:hover {
  transform: scale(1.035);
}

.navbar11_dropdown-list.w--open {
  border: 2px solid var(--black);
  background-color: var(--grey);
  border-radius: 6px;
  width: 14.9rem;
  padding: 1.5rem;
  box-shadow: 3px 3px 20px -4px rgba(0, 0, 0, .35);
}

.text-weight-semibold {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: font-size .45s, font-variation-settings .45s;
}

.text-weight-semibold:hover {
  color: var(--teal-alt);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar11_link {
  color: var(--grey);
  border-radius: 6px;
  padding: .5rem 1rem;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: transform .45s, background-color .45s;
}

.navbar11_link:hover {
  background-color: var(--black);
  text-shadow: 1px 1px 6px rgba(224, 224, 224, .35);
  transform: scale(1.035);
  box-shadow: 6px 6px 20px -4px rgba(224, 224, 224, .35);
}

.navbar11_link.w--current {
  color: var(--grey);
}

.shoulder-pain-header {
  color: var(--teal-alt);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-size: 72px;
  display: flex;
}

.shoulder-pain-video {
  background-color: rgba(0, 108, 117, .69);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.shoulder-pain-video:hover {
  text-decoration: none;
}

.gallery-heading {
  color: var(--teal-alt);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  font-size: 72px;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.text-align-center {
  text-align: center;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gallery14_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery14_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery14_image-wrapper:focus {
  opacity: .5;
}

.gallery14_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery14_mask {
  overflow: visible;
}

.gallery14_arrow {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery14_arrow.hide-mobile-landscape {
  bottom: 4rem;
}

.gallery14_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.section_gallery14 {
  overflow: hidden;
}

.gallery14_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.italic-text {
  font-size: 22px;
}

.our-team-member-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.team-member {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 1440px) {
  .text-block {
    max-width: 85%;
    padding-top: 40px;
    font-size: 14px;
  }

  .heading-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
  }

  .services-heading {
    border: 7px none var(--teal-alt);
    color: var(--teal-alt);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 7px;
    font-size: 21px;
  }

  .grid-8 {
    padding-left: 30px;
    padding-right: 60px;
  }

  .div-block-8 {
    background-color: var(--grey);
    border-radius: 20px;
    padding: 30px 0;
    box-shadow: 8px 8px 20px -4px rgba(0, 0, 0, .36);
  }

  .heading-11 {
    margin-right: 175px;
  }

  .heading-19 {
    text-align: center;
  }

  .team-grid-4 {
    grid-row-gap: 100px;
    grid-template-rows: auto auto auto;
  }

  .image-24 {
    border-radius: 150px;
  }

  .paragraph-12 {
    margin-top: 0;
  }

  .navbar11_dropdown-toggle, .button-5.is-secondary.is-small, .button-5.is-small.is-alt {
    font-size: 18px;
  }

  .navbar11_dropdown-link {
    font-size: 14px;
  }

  .navbar11_logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-weight-semibold, .navbar11_link {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    max-width: 14%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px 10px;
    font-size: 32px;
  }

  .button:hover {
    background-color: var(--black);
    font-weight: 600;
  }

  .bold-text {
    padding-left: 10px;
    font-size: 25px;
  }

  .bold-text.phone-number {
    padding-right: 0;
    font-size: 21px;
    font-weight: 700;
  }

  .navbar {
    font-size: 11px;
  }

  .nav-menu {
    font-size: 26px;
  }

  .nav-contact.nav-button-style {
    font-size: 23px;
  }

  .nav-contact.nav-button-style:hover {
    background-color: var(--black);
  }

  .heading-3, .heading-4 {
    text-align: left;
  }

  .button---conditions {
    float: left;
    clear: left;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    max-width: 85%;
  }

  .image-4 {
    max-width: 75%;
  }

  .text-block {
    max-width: 60%;
    padding-top: 30px;
    font-size: 21px;
  }

  .heading-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 50px;
    box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
  }

  .grid-3 {
    border: 0px solid var(--teal-alt);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    align-items: center;
    justify-items: center;
    margin-left: 60px;
    margin-right: 60px;
    padding: 40px;
  }

  .services-heading {
    border: 6px none var(--teal-alt);
    color: var(--teal-alt);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
  }

  .heading-7 {
    color: var(--teal-alt);
    text-align: center;
  }

  .button-3 {
    direction: ltr;
    text-align: center;
    text-transform: none;
    white-space: normal;
    width: 450px;
    max-width: 40%;
    height: 60px;
    line-height: 40px;
    text-decoration: none;
    display: inline-block;
  }

  .div-block-3 {
    height: 120%;
  }

  .div-block-4 {
    max-width: 1300px;
  }

  .grid-8 {
    padding-right: 60px;
  }

  .rich-text-block-2 {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .rich-text-block-2 p {
    letter-spacing: 0;
    text-indent: 0;
    column-count: 0;
    white-space: normal;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 33px;
  }

  .rich-text-block-2 h4 {
    font-size: 29px;
  }

  .container-4 {
    border: 4px none var(--teal-alt);
    background-color: rgba(224, 224, 224, .69);
    border-radius: 20px;
    flex-flow: column;
    align-items: center;
    max-width: 75%;
    height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: flex;
    box-shadow: 6px 6px 20px -4px #000;
  }

  .div-block-8 {
    background-color: var(--grey);
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    box-shadow: 8px 8px 20px -4px rgba(0, 0, 0, .36);
  }

  .button---conditions---massage, .button---home, .button---conditions---chiro {
    float: left;
    clear: left;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .button---conditions---chiro.our-team-button-booking {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 20%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button---conditions---ims, .button---conditions---sfma, .button---conditions---wri, .button---conditions---mvi {
    float: left;
    clear: left;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .body-contact-page {
    background-image: url('../images/BodiworksBackground3.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .conditionsgrid {
    border: 0px solid var(--teal-alt);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    align-items: center;
    justify-items: center;
    margin-left: 60px;
    margin-right: 60px;
    padding: 40px;
  }

  .conditions-we-treat-nav.nav-button-style {
    font-size: 23px;
  }

  .conditions-we-treat-nav.nav-button-style:hover {
    background-color: var(--black);
  }

  .navbar11_dropdown-toggle, .button-5.is-secondary.is-small, .button-5.is-small.is-alt {
    font-size: 24px;
  }

  .navbar11_text-wrapper {
    font-size: 14px;
  }

  .navbar11_component {
    width: 100vw;
    margin-top: 0;
    display: flex;
    position: fixed;
  }

  .navbar11_dropdown-link-list {
    font-size: 14px;
  }

  .navbar11_logo {
    padding-bottom: 10px;
  }

  .navbar11_dropdown-list.w--open {
    border: 2px solid var(--black);
    border-radius: 15px;
    box-shadow: 6px 6px 20px -4px rgba(0, 0, 0, .35);
  }

  .text-weight-semibold {
    font-size: 21px;
  }

  .navbar11_menu.is-page-height-tablet {
    font-size: 14px;
  }

  .navbar11_link, .navbar11_link.w--current {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-color: var(--grey);
    background-image: none;
  }

  .button {
    max-width: 34%;
    font-size: 18px;
  }

  .button:active {
    background-color: var(--grey);
    box-shadow: 6px 6px 20px -4px var(--teal-alt);
    color: var(--teal);
  }

  .bold-text {
    font-size: 12px;
  }

  .bold-text.phone-number {
    padding-right: 0;
    font-size: 14px;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .text-span-4 {
    font-size: 18px;
  }

  .bold-text-2 {
    font-size: 23px;
  }

  .image-3 {
    max-width: 100%;
  }

  .heading3---bodiworks {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
  }

  .heading-5 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 50px;
  }

  .text-block {
    text-align: center;
    font-size: 15px;
  }

  .button-3 {
    background-color: var(--teal);
    color: var(--grey);
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 1rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .grid-6 {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: var(--grey);
  }

  .grid-8 {
    display: inline-block;
  }

  .div-block-12 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-3 {
    text-align: center;
  }

  .map {
    width: 100%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-13 {
    text-align: center;
    width: 100%;
  }

  .paragraph-2 {
    text-align: center;
  }

  .div-block-14 {
    text-align: center;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .team-grid-4 {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .team-card {
    align-items: center;
  }

  .paragraph-12 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .body-contact-page {
    background-color: var(--grey);
    background-image: none;
  }

  .navbar11_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-middle {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar11_dropdown-toggle {
    align-items: center;
    padding: .75rem .25rem .75rem .5rem;
    font-size: 1.125rem;
    display: flex;
  }

  .icon-height-xsmall {
    transition: transform .45s;
  }

  .icon-height-xsmall:hover {
    transform: scale(1.05);
  }

  .menu-icon1_line-bottom {
    background-color: var(--grey);
    color: var(--grey);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1_line-top {
    background-color: var(--grey);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 10px;
  }

  .navbar11_dropdown-link {
    transition: transform .45s;
  }

  .navbar11_dropdown-link:hover {
    transform: translate(10px);
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar11_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .navbar11_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    background-color: var(--teal-alt);
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar11_link {
    width: auto;
    padding: .75rem 0 .75rem .5rem;
    font-size: 1.125rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .gallery14_image-wrapper {
    padding-top: 66.66%;
  }

  .gallery14_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .our-team-member-wrap {
    grid-template-rows: auto;
  }

  .team-member {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-repeat: repeat-y;
    background-size: cover;
  }

  .button {
    max-width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text.phone-number {
    flex-wrap: nowrap;
    align-content: center;
    max-width: 100%;
    padding-left: 0;
    font-size: 14px;
  }

  .text-span-4 {
    font-size: 16px;
  }

  .button---conditions {
    text-align: center;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 16px;
  }

  .image-3 {
    max-width: 99%;
  }

  .heading3---bodiworks {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
    font-size: 38px;
  }

  .text-block {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .heading-6 {
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 0;
  }

  .services-heading {
    font-size: 22px;
  }

  .rl_footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer1_credit-text {
    margin-top: 1.5rem;
  }

  .rl_footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl_footer1_spacing-block-5 {
    padding-bottom: 1rem;
  }

  .rl_footer1_spacing-block-4 {
    padding-bottom: .75rem;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer1_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_footer1_spacing-block-2, .rl_footer1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .grid-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: var(--grey);
  }

  .button---conditions---massage {
    text-align: center;
  }

  .button---home {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
  }

  .button---conditions---chiro, .button---conditions---ims, .button---conditions---sfma, .button---conditions---wri, .button---conditions---mvi {
    text-align: center;
  }

  .team-grid-4 {
    grid-template-columns: 1fr;
  }

  .body-contact-page {
    background-repeat: repeat-y;
    background-size: cover;
  }

  .conditions-we-treat-header {
    line-height: 55px;
  }

  .navbar11_dropdown-toggle {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.125rem;
  }

  .navbar11_component {
    min-height: 4rem;
  }

  .navbar11_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar11_link {
    padding-left: .5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery14_slider {
    padding-bottom: 3rem;
  }

  .gallery14_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .our-team-member-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .button {
    text-align: left;
    border-radius: 19px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    align-items: center;
    margin-top: 19px;
    margin-left: 5px;
    margin-right: -15px;
    padding: 0;
    font-size: 24px;
  }

  .bold-text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 19px;
  }

  .bold-text.phone-number {
    text-align: left;
    white-space: nowrap;
    flex-flow: column-reverse;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 0;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
    display: flex;
  }

  .nav-menu {
    background-color: var(--black);
    color: var(--black);
    display: block;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 17px;
  }

  .heading-4 {
    text-align: center;
    margin-top: 29px;
    margin-bottom: 0;
    font-size: 25px;
  }

  .button---conditions {
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .image-3 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    text-align: center;
    font-size: 14px;
  }

  .section-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading3---bodiworks {
    max-width: 99.0057%;
    font-size: 38px;
  }

  .heading-5 {
    font-size: 34px;
  }

  .text-block {
    padding-top: 0;
    font-size: 15px;
  }

  .heading-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    overflow: visible;
  }

  .border-treatment {
    display: block;
  }

  .heading-7 {
    text-align: center;
  }

  .section-5 {
    max-width: 100%;
  }

  .button-3 {
    max-width: 80%;
  }

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .rl_footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .rl_footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .grid-6 {
    flex-direction: column;
    max-height: 135%;
    padding-top: 20px;
    display: flex;
  }

  .div-block-5 {
    text-align: center;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
  }

  .grid-8 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    text-align: center;
    margin-bottom: -9px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .massage-therapy {
    line-height: 68px;
  }

  .div-block-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    margin-right: 0;
  }

  .heading-12 {
    font-size: 28px;
  }

  .button---conditions---massage {
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .button---home {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .chiropractic {
    line-height: 68px;
  }

  .button---conditions---chiro {
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .dry-needling {
    line-height: 68px;
  }

  .button---conditions---ims {
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .shockwave-therapy {
    line-height: 68px;
  }

  .heading-17 {
    font-size: 30px;
  }

  .button---conditions---sfma {
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .pelvic-health-header {
    line-height: 68px;
  }

  .heading-19 {
    font-size: 22px;
  }

  .button---conditions---wri, .button---conditions---mvi {
    margin-top: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
  }

  .team-grid-4 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .paragraph-12 {
    text-align: center;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .conditionsgrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    overflow: visible;
  }

  .pelvic-floor-dysfunction, .tendonitis, .sprain-and-strain, .vestibular-disorder, .arthritis, .knee-injuries, .neckandbackpain, .post-surgical-conditions, .sports-injuries, .headaches-and-migraines, .balance-and-gait-disorders, .workrelatedinjuryconditions, .elbowhandwristpain {
    line-height: 68px;
  }

  .navbar11_dropdown-toggle {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 18px;
  }

  .navbar11_dropdown-link {
    padding-left: 0;
  }

  .navbar11_link {
    padding-left: .5rem;
  }

  .shoulder-pain-header, .gallery-heading {
    line-height: 68px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_067eaeec-03b6-bd4e-e0ce-22800f53397b-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_4fca8ad1-4f8d-f784-bb60-f9cc678c9027-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_117fb6d1-e43f-3e92-f682-e3473e8cfc54-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-a10d0a0f-515d-98a7-bb43-52077449718d-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_6429d148-97bb-6f9a-811c-4e5914be341c-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9e1aba8-8417-6727-001b-20215e86d68e-c53c33f5 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f5e8d694-0e9b-9658-6b82-90a0cb6d4e3b-c53c33f5 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_676d2893-624e-6539-b7d9-43381005654d-c53c33f5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_53c52ce8-91c9-bb74-ede3-7cfd543727dd-c53c33f5 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_72c453bf-b2aa-0db9-b213-bcfa50e2ffed-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7707c643-3982-5e87-c89c-1e3906600488-c53c33f5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_5553c7b5-0b82-94f5-4e1a-eae219e48cee-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3bedc1c-6d93-43d9-3ea4-109389874d3d-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9e3ed488-ed29-c070-7893-0d8039394379-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dab16b40-4d3c-4f3b-a084-22fd3d8ae2c0-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_30cb9821-e86b-197b-3cec-e00deec60bbf-c53c33f5, #w-node-b2273afb-0df8-709b-317b-d2a7e2cf4f64-c53c33f5, #w-node-ce166ee9-3e09-a600-7795-59c64c2f0f97-c53c33f5, #w-node-_3e107871-9f53-5e46-5e22-fb75cfcf38b1-c53c33f5, #w-node-_0b954280-8ab8-df0d-8403-963644e6e7f0-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e738757-02ae-e7d6-35a6-cc1b6aeb986a-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d6a92af3-9e72-b2fd-a00f-f1c09b407da7-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a360057d-7d6c-8612-7756-6f25774a2702-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_1980a85f-0c37-ba74-4dab-c2a745b9ec93-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ce720b2-0ff8-9045-84a8-7bdcfba2f272-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6ea8bbbf-b50c-8c12-d17c-9818660bd1cd-c53c33f5, #w-node-_3e813057-ffca-fa15-c99f-3296e09ba8fa-c53c33f5, #w-node-ab0a55b1-c7d1-1bec-6a77-16bca50df245-c53c33f5, #w-node-_960448a7-3e7f-b9b1-8378-02bf808c7f67-c53c33f5, #w-node-_1f601124-8ea7-7130-cfb2-3b0950609338-c53c33f5, #w-node-_38ccb2f5-2527-df44-0a95-8fed62f11f93-c53c33f5, #w-node-ce145b09-71f8-2ba6-0141-f7b8878b5571-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_577c5a43-2056-c099-fd3d-d7e424c30d4d-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_61e9438c-3f3e-b880-715e-0998eabbe23e-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cb376d9-f035-c241-cc10-d6e082a39c56-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3e65f8a4-9206-37fd-73a1-a1b9c84ccb4f-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea6cdac6-ddc5-8906-4f46-500ce5bfa3a4-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f71ba988-8d9f-497a-0e39-8b55757964ad-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93fa2b0d-daa9-99ec-241e-3aa3190fdbca-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3f17e82a-338e-c2fb-3351-27f55caa6d7f-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d46a717-4dff-d1d6-295b-506c3020258c-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b56d041f-7ddc-d2ae-709d-dd0b3920cce5-c53c33f5, #w-node-fc2a91e5-514a-f3a6-58c5-9719391fd82c-c53c33f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_466dd711-d037-7c1f-09f9-95094929deb6-4929dea7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb380a-543c33f9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb380b-543c33f9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb380c-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb380d-543c33f9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb380e-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb380f-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3810-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3811-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3813-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3814-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3816-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3817-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3819-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb381a-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb381b-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb381c-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb381d-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb381e-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb381f-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3820-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3822-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3823-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3825-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3826-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3828-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3829-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb382a-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb382b-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb382c-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb382d-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb382e-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb382f-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3831-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3832-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3834-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3835-543c33f9, #w-node-_507f309a-b6dc-c0f5-d003-15f115e2810e-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_507f309a-b6dc-c0f5-d003-15f115e2810f-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_84bb3c30-8e21-385a-84b7-81b3c4dc5628-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84bb3c30-8e21-385a-84b7-81b3c4dc5629-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_057ac51e-8f0a-ac69-86f8-e61eb9331dae-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_057ac51e-8f0a-ac69-86f8-e61eb9331daf-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b5850ad5-e18b-a4bf-a661-f6582576bf79-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5850ad5-e18b-a4bf-a661-f6582576bf7a-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e601e783-5df3-c188-4689-e1366fbeeaf1-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e601e783-5df3-c188-4689-e1366fbeeaf2-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5f635543-f6b8-77dd-e47e-0641f32eb593-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f635543-f6b8-77dd-e47e-0641f32eb594-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_94b4446f-4ae5-6119-dd57-866e9cd4fdef-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94b4446f-4ae5-6119-dd57-866e9cd4fdf0-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7e74a40a-e064-526a-cbf0-67965d3bd6f4-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e74a40a-e064-526a-cbf0-67965d3bd6f5-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-aa176f6b-2aaa-d474-5dba-cf20c8bcc83d-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa176f6b-2aaa-d474-5dba-cf20c8bcc83e-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_20cbe105-2dec-d563-3ce2-60d5b13f03d0-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20cbe105-2dec-d563-3ce2-60d5b13f03d1-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d3cff5b9-6fd2-8180-0bf0-4bab5ed860c2-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3cff5b9-6fd2-8180-0bf0-4bab5ed860c3-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_49732dc5-4807-7155-a404-92bfdebc3c31-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49732dc5-4807-7155-a404-92bfdebc3c32-543c33f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fb7-723c3403 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fb8-723c3403 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fb9-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fba-723c3403 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fbb-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fbd-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fbe-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fc0-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fc1-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fc3-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fc4-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fc6-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fc7-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fc8-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fc9-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fca-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fcb-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fcc-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fcd-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fcf-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fd0-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fd2-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fd3-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fd5-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fd6-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fd7-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fd8-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fd9-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fda-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fdb-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fdc-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fde-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fdf-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fe1-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fe2-723c3403 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_353c81fe-dbcb-e554-7f65-7e513e1cc544-ee3c3404 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_353c81fe-dbcb-e554-7f65-7e513e1cc54d-ee3c3404 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_75441c54-f8c7-572d-a4d1-8db714fa1cea-ee3c3404, #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1cf0-ee3c3404, #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1cff-ee3c3404 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79d3ada9-8dc1-293c-e2dc-4665bbb9fe51-ee3c3404 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d05-ee3c3404, #w-node-_8a93003e-334d-4cd9-4a22-1b1b689bc265-ee3c3404, #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d0f-ee3c3404, #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d15-ee3c3404, #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d1f-ee3c3404, #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d25-ee3c3404, #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d31-ee3c3404, #w-node-b3a787c0-499e-8077-a49f-3b047becc080-ee3c3404 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4fca8ad1-4f8d-f784-bb60-f9cc678c9027-c53c33f5 {
    justify-self: end;
  }

  #w-node-_117fb6d1-e43f-3e92-f682-e3473e8cfc54-c53c33f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }

  #w-node-a10d0a0f-515d-98a7-bb43-52077449718d-c53c33f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-dab16b40-4d3c-4f3b-a084-22fd3d8ae2c0-c53c33f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4d46a717-4dff-d1d6-295b-506c3020258c-c53c33f5 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3811-543c33f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3832-543c33f9 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fbe-723c3403 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fdf-723c3403 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_353c81fe-dbcb-e554-7f65-7e513e1cc54d-ee3c3404 {
    justify-self: end;
  }

  #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d05-ee3c3404 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-dab16b40-4d3c-4f3b-a084-22fd3d8ae2c0-c53c33f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_93fa2b0d-daa9-99ec-241e-3aa3190fdbca-c53c33f5, #w-node-_4d46a717-4dff-d1d6-295b-506c3020258c-c53c33f5 {
    align-self: center;
    justify-self: center;
  }

  #w-node-fc2a91e5-514a-f3a6-58c5-9719391fd82c-c53c33f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3811-543c33f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb382f-543c33f9, #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3832-543c33f9 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_4a33cebb-fd6b-017c-e845-f45e3eeb3835-543c33f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-b5850ad5-e18b-a4bf-a661-f6582576bf7a-543c33f9, #w-node-e601e783-5df3-c188-4689-e1366fbeeaf2-543c33f9, #w-node-_5f635543-f6b8-77dd-e47e-0641f32eb594-543c33f9, #w-node-_20cbe105-2dec-d563-3ce2-60d5b13f03d1-543c33f9, #w-node-d3cff5b9-6fd2-8180-0bf0-4bab5ed860c3-543c33f9, #w-node-_49732dc5-4807-7155-a404-92bfdebc3c32-543c33f9 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fbe-723c3403 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fdc-723c3403, #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fdf-723c3403 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_50883b1e-3bbf-6210-2911-0ac2ac3b0fe2-723c3403 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1cff-ee3c3404, #w-node-_79d3ada9-8dc1-293c-e2dc-4665bbb9fe51-ee3c3404 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d05-ee3c3404 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8a93003e-334d-4cd9-4a22-1b1b689bc265-ee3c3404, #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d0f-ee3c3404, #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d15-ee3c3404, #w-node-_75441c54-f8c7-572d-a4d1-8db714fa1d31-ee3c3404, #w-node-b3a787c0-499e-8077-a49f-3b047becc080-ee3c3404 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_353c81fe-dbcb-e554-7f65-7e513e1cc54d-ee3c3404 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4fca8ad1-4f8d-f784-bb60-f9cc678c9027-c53c33f5 {
    align-self: start;
  }

  #w-node-f5e8d694-0e9b-9658-6b82-90a0cb6d4e3b-c53c33f5 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_353c81fe-dbcb-e554-7f65-7e513e1cc54d-ee3c3404 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ed97ef22-0cf2-a8af-a34a-902abf41a8e1-c53c33f5 {
    align-self: start;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}