:root {
  --orange: #f04c29;
  --navy-colour: #0c1433;
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand.black-logo-show {
  display: none;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #f04c29;
}

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

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

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

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

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

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

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

.nav-dropdown-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: block;
}

.nav-dropdown-link:hover {
  background-color: var(--orange);
  color: #fff;
}

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

.nav-dropdown-link.w--current {
  color: var(--orange);
}

.nav-button-wrapper {
  margin-left: 50px;
}

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

.button-primary:hover {
  color: #fff;
  background-color: #f04c29;
  border-color: #f04c29;
}

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

.button-primary.button_slide.slide_left {
  color: #fff;
  background-color: #fff0;
  padding: 15px 25px;
  font-size: 16px;
}

.section {
  background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6631cd0eb64cf31496953bf2_Banner%20Image.webp");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Cerapro, sans-serif;
  font-size: 90px;
  font-weight: 900;
}

.text-span {
  color: var(--orange);
}

.paragraph {
  color: #fff;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.button_slide {
  color: #000;
  background-color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 400;
}

.button_slide:hover {
  background-color: var(--orange);
  color: #fff;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.divider-border {
  background-color: #fff;
  width: 43%;
  height: 1px;
  margin-top: 40px;
  position: absolute;
}

.divider-border.border-orange-right.lower-back-faq-divider, .divider-border.border-orange-right.nack-pain-faq-divider {
  width: 47%;
}

.divider-border.about-iastm {
  background-color: var(--orange);
  width: 5%;
  margin-top: 128px;
}

.divider-border.myofascial-release-border {
  background-color: var(--orange);
  width: 5%;
  margin-top: 83px;
}

.divider-border.spinal-adjustments-border {
  background-color: var(--orange);
  width: 5%;
  margin-top: 70px;
}

.divider-border.sports-why-choose-border {
  background-color: var(--orange);
  width: 5%;
  margin-top: 110px;
}

.divider-border.nack-pain-divider {
  background-color: var(--orange);
  width: 25%;
  margin-top: 10px;
  right: 0;
}

.divider-border.about-neck-pain {
  background-color: var(--orange);
  width: 5%;
  margin-top: 75px;
}

.divider-border.about-elbow-pain {
  background-color: var(--orange);
  width: 5%;
  margin-top: 10px;
}

.divider-border.about-shoulder-pain {
  background-color: var(--orange);
  width: 5%;
  margin-top: 18px;
}

.divider-border.orange-border-divider-copy {
  background-color: var(--orange);
  width: 5%;
  margin-top: 10px;
  left: 0;
}

.divider-border.orange-border-divider-copy.nack-pain-divider {
  width: 41%;
  margin-top: 110px;
  left: auto;
  right: 0;
}

.divider-border.orange-border-divider {
  background-color: var(--orange);
  width: 5%;
  margin-top: 110px;
  left: 0;
}

.divider-border.orange-border-divider.nack-pain-divider {
  width: 41%;
  margin-top: 110px;
  left: auto;
  right: 0;
}

.divider-border.orange-border-divider.treatment-process-divider {
  margin-top: 10px;
}

.divider-border.border-orange-right {
  background-color: var(--orange);
  width: 44%;
  margin-top: 9px;
}

.divider-border.border-orange-right.chiropractic-for-iastm {
  width: 40%;
}

.divider-border.border-orange-right.iastm-help-you {
  width: 42%;
}

.divider-border.border-orange-right.mfr-everyone {
  width: 39%;
}

.divider-border.border-orange-right.path-to-relief-border {
  width: 40%;
}

.divider-border.border-orange-right.journey-wellness-border {
  width: 37%;
  right: 0;
}

.divider-border.border-orange-right.lower-back-treatment {
  width: 40%;
}

.divider-border.border-orange-right.lower-back-faq-divider, .divider-border.border-orange-right.nack-pain-faq-divider {
  width: 47%;
}

.divider-border.border-orange-right.why-choossolutionse-us-border {
  width: 38%;
  position: absolute;
  right: auto;
}

.divider-border.border-orange-right.elbow-choose-border {
  width: 40%;
}

.divider-border.border-orange-right.discover-wellness-divider {
  width: 32%;
}

.divider-border.border-orange-right.addressing-imbalances-divider {
  width: 37%;
}

.divider-border.border-orange-right.get-started {
  width: 43%;
  right: 0;
}

.image {
  width: 150px;
}

.text-block {
  color: #fff;
  font-size: 16px;
}

.text-block:hover {
  color: #f04c29;
}

.treansperent-header {
  color: #fff;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-us {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-3 {
  background-image: url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6631eef9bd9216c711341c5a_about%20bg%20img.webp");
  background-position: 38%;
  background-repeat: no-repeat;
  background-size: 200px;
  max-width: 1200px;
}

.paragraph-3 {
  color: var(--orange);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 18px;
}

.paragraph-3.about-jason {
  color: var(--navy-colour);
}

.quick-stack {
  padding: 0;
}

.heading-2 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Cerapro, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-2.leg-h2 {
  font-family: Abril Fatface, sans-serif;
}

.heading-2.white-text-heading {
  color: var(--white);
}

.heading-2.big-size-heading {
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 900;
}

.paragraph-4 {
  color: var(--navy-colour);
  flex: 0 auto;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.image-2 {
  vertical-align: middle;
  width: 70%;
}

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

.text-span-2 {
  color: var(--orange);
}

.div-block {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  margin-top: 50px;
  display: flex;
}

.paragraph-5 {
  color: var(--orange);
  margin-bottom: 2px;
  font-family: Cerapro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.third-button-css {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cell-2 {
  padding-right: 20px;
}

.section-3 {
  justify-content: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.container-4.about-get-started-bg {
  background-image: url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/66346e39664a763a7e2d029d_Get%20Started%20Img%20Bg.webp");
  background-position: 15% 88%;
  background-repeat: no-repeat;
  background-size: 150px 150px;
}

.section-4 {
  background-image: url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6631ff90d5689488924c3dec_features.webp");
  background-position: 0 0;
  background-size: cover;
  height: 300px;
}

.text-span-3 {
  color: var(--orange);
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.quick-stack-2 {
  padding: 0;
}

.image-3 {
  width: 50px;
  padding-bottom: 0;
}

.div-block-2 {
  border: 1px solid #00000080;
  border-radius: 200px;
  padding: 10px;
}

.div-block-2.number-one {
  padding-left: 15px;
  padding-right: 17px;
}

.div-block-2.number-furth {
  padding: 10px 13px;
}

.div-block-2.your-journey-number4 {
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-2.your-journey-number3 {
  padding-left: 13px;
  padding-right: 13px;
}

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

.cell-3 {
  align-items: stretch;
}

.heading-3 {
  color: var(--navy-colour);
  font-family: Cerapro, sans-serif;
  font-weight: 500;
}

.text-span-4 {
  color: var(--orange);
}

.paragraph-6 {
  font-size: 16px;
  line-height: 27px;
}

.section-6 {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-6 {
  max-width: 1200px;
}

.quick-stack-3 {
  padding: 0;
}

.paragraph-7 {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
}

.cell-4 {
  align-items: stretch;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.div-block-4.recovery-box-copy {
  margin-top: -5px;
}

.div-block-4.recovery-box {
  margin-top: -25px;
}

.div-block-4.recovery-box.rewt {
  margin-top: -30px;
}

.div-block-5 {
  background-color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-5.diagnostic-imaging {
  margin-top: 0;
}

.div-block-5.customized-treatment-plan {
  margin-top: 20px;
}

.div-block-5.customized-plan-copy {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
}

.div-block-5.your-journey-4-copy {
  margin-top: 25px;
}

.div-block-5.customized-plan {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-5.customized-plan.preparation-box {
  margin-top: 10px;
}

.div-block-5.customized-third {
  margin-top: -10px;
}

.div-block-5.customized-third.nack-pain-soft-tissue {
  margin-top: -30px;
}

.div-block-5.customized-third.nack-pain-soft-tissue-copy {
  margin-top: 0;
}

.div-block-5.your-journey-4 {
  margin-top: 50px;
}

.image-4 {
  width: 18px;
}

.image-5 {
  width: 12px;
}

.image-6 {
  width: 18px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  margin-top: 70px;
  display: flex;
}

.div-block-7 {
  margin-top: 40px;
}

.section-3-copy {
  justify-content: flex-end;
  padding-top: 80px;
  padding-bottom: 30px;
  display: flex;
}

.section-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.quick-stack-5 {
  padding: 0;
}

.cell-6 {
  justify-content: center;
  padding-left: 100px;
}

.div-block-8 {
  padding-top: 40px;
}

.container-7 {
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

.cell-7 {
  justify-content: center;
  padding-right: 100px;
}

.quick-stack-6 {
  padding: 60px 0;
}

.testimonials {
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials.blog-testimonial {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials.nack-pain-testimonial {
  background-position: 0%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.testimonials.jason-lee-testimonial {
  background-image: url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6639f2bf1914465d19f32d5e_Jason%20Lee%20testimonial.webp");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonials.joney-lee-hjuhuj {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials.hip-painbg {
  background-image: none;
}

.container-8 {
  max-width: 1900px;
  padding-left: 0;
}

.quick-stack-7 {
  padding: 0;
}

.text-span-5 {
  color: var(--orange);
}

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

.section-4-copy {
  background-image: url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/66322609bc01cd603e66db7d_bg%20Image.webp"), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6631ff90d5689488924c3dec_features.webp");
  background-position: 0 0, 0 0;
  background-size: cover, cover;
  height: 300px;
}

.container-9 {
  max-width: 1200px;
}

.text-span-6 {
  color: var(--orange);
}

.div-block-10 {
  padding-right: 220px;
}

.div-block-11 {
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.link-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--orange);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  color: var(--navy-colour);
}

.paragraph-8 {
  margin-bottom: 0;
  font-family: Cerapro, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-7 {
  width: 25px;
}

.cell-8 {
  justify-content: flex-start;
  align-items: stretch;
}

.text-field {
  border: 1px solid #0000004d;
  height: 55px;
  margin-bottom: 20px;
}

.text-field:hover {
  background-color: #f2f2f2;
}

.text-field::placeholder {
  color: var(--navy-colour);
  font-size: 16px;
}

.text-field-2 {
  border: 1px solid #0000004d;
  height: 55px;
}

.text-field-2:hover {
  background-color: #f2f2f2;
}

.text-field-2::placeholder {
  color: var(--navy-colour);
  font-size: 16px;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.textarea {
  border: 1px solid #0000004d;
  margin-bottom: 20px;
  padding-bottom: 70px;
}

.submit-button {
  background-color: var(--orange);
  padding: 15px 30px;
  font-family: Cerapro, sans-serif;
  font-size: 18px;
}

.heading-4 {
  margin-top: 0;
  font-family: Cerapro, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.form {
  margin-top: 0;
}

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

.footer-section {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 60px;
}

.quick-stack-8 {
  padding: 0;
}

.cell-9 {
  align-items: stretch;
}

.quick-stack-9 {
  padding: 0;
}

.heading-5 {
  color: var(--orange);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Cerapro, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link {
  color: #fff;
  margin-bottom: 12px;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: var(--orange);
}

.div-block-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.image-8 {
  width: 30px;
}

.cell-10 {
  justify-content: space-between;
  align-items: flex-end;
}

.paragraph-9 {
  color: #fff;
  font-size: 16px;
}

.container-10 {
  max-width: 1200px;
  margin-top: 100px;
}

.container-11 {
  max-width: 1200px;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.testimonial-quote {
  color: #fff;
  white-space: pre-wrap;
  word-break: break-all;
  margin-bottom: 32px;
  font-family: Cerapro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-slider-arrow {
  display: block;
  inset: auto auto 0% 0%;
  overflow: visible;
}

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

.icon {
  border: 1px solid #fff;
  border-radius: 250px;
  margin-left: 65px;
  padding: 8px 32px 32px 8px;
  font-size: 23px;
}

.icon:hover {
  color: var(--orange);
  background-color: #fff;
}

.icon-2 {
  border: 1px solid #fff;
  border-radius: 250px;
  margin-left: 0;
  padding: 8px 32px 32px 8px;
  font-size: 23px;
}

.icon-2:hover {
  color: var(--orange);
  background-color: #fff;
}

.secondary-button {
  background-color: var(--orange);
  padding: 15px 30px;
  font-size: 18px;
}

.secondary-button.navy-colur-slide.pervious-btn {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.secondary-button.navy-colur-slide.button-white {
  background-color: var(--white);
  color: var(--black);
  margin-top: 220px;
}

.btn-arrow {
  width: 20px;
}

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

.div-block-20 {
  height: 30px;
  display: block;
  overflow: hidden;
}

.text-span-54 {
  color: var(--orange);
}

.cell-68 {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 70px;
}

.cell-69 {
  background-image: url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6639f2bf1914465d19f32d5e_Jason%20Lee%20testimonial.webp");
  background-position: 0 0;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-menu {
    background-color: var(--orange);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .section {
    padding: 80px 0 50px;
  }

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

  .heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .paragraph-2 {
    letter-spacing: 3px;
    font-size: 18px;
  }

  .divider-border {
    width: 39%;
  }

  .divider-border.border-orange-right.get-started, .divider-border.border-orange-right.publication {
    width: 39%;
  }

  .divider-border.border-orange-right.mfr-everyone, .divider-border.border-orange-right.path-to-relief-border {
    width: 32%;
  }

  .divider-border.myofascial-release-border, .divider-border.spinal-adjustments-border {
    width: 2%;
    margin-top: 10px;
  }

  .divider-border.about-shoulder-pain, .divider-border.orange-border-divider-copy {
    width: 2%;
    margin-top: 10px;
  }

  .divider-border.orange-border-divider {
    width: 2%;
    margin-top: 10px;
  }

  .divider-border.orange-border-divider.nack-pain-divider {
    width: 72%;
    margin-top: 10px;
  }

  .divider-border.border-orange-right {
    width: 41%;
  }

  .divider-border.border-orange-right.get-started, .divider-border.border-orange-right.publication {
    width: 39%;
  }

  .divider-border.border-orange-right.mfr-everyone, .divider-border.border-orange-right.path-to-relief-border {
    width: 32%;
  }

  .divider-border.border-orange-right.get-started, .divider-border.border-orange-right.publication {
    width: 39%;
  }

  .divider-border.border-orange-right.chiropractic-for-iastm {
    width: 36%;
  }

  .divider-border.border-orange-right.iastm-help-you {
    width: 38%;
  }

  .divider-border.border-orange-right.mfr-everyone, .divider-border.border-orange-right.path-to-relief-border {
    width: 32%;
  }

  .divider-border.border-orange-right.journey-wellness-border {
    width: 28%;
  }

  .divider-border.border-orange-right.lower-back-treatment {
    width: 35%;
  }

  .divider-border.border-orange-right.lower-back-faq-divider {
    width: 46%;
  }

  .divider-border.border-orange-right.nack-pain-faq-divider {
    width: 45%;
  }

  .divider-border.border-orange-right.why-choossolutionse-us-border {
    width: 35%;
  }

  .divider-border.border-orange-right.discover-wellness-divider {
    width: 20%;
  }

  .divider-border.border-orange-right.addressing-imbalances-divider {
    width: 25%;
  }

  .divider-border.about-iastm {
    width: 2%;
    margin-top: 56px;
  }

  .divider-border.myofascial-release-border, .divider-border.spinal-adjustments-border {
    width: 2%;
    margin-top: 10px;
  }

  .divider-border.nack-pain-divider {
    width: 19%;
  }

  .divider-border.about-neck-pain {
    width: 2%;
    margin-top: 10px;
  }

  .divider-border.about-elbow-pain {
    width: 2%;
  }

  .divider-border.about-shoulder-pain, .divider-border.orange-border-divider-copy {
    width: 2%;
    margin-top: 10px;
  }

  .divider-border.orange-border-divider-copy.nack-pain-divider {
    width: 72%;
    margin-top: 10px;
  }

  .contact-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 38px;
  }

  .heading-2.big-size-heading {
    font-size: 50px;
  }

  .image-2 {
    width: 100%;
  }

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

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

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

  .heading-3 {
    font-size: 19px;
  }

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

  .div-block-4.recovery-box.rewt {
    margin-top: -20px;
  }

  .div-block-5.customized-plan {
    padding: 10px;
  }

  .div-block-5.customized-third.nack-pain-soft-tissue, .div-block-5.customized-third.nack-pain-soft-tissue-copy {
    margin-top: -60px;
  }

  .div-block-5.your-journey-one, .div-block-5.your-journey-4, .div-block-5.customized-plan-copy, .div-block-5.your-journey-4-copy, .div-block-5.customized-plan {
    padding: 10px;
  }

  .div-block-5.customized-plan.preparation-box {
    margin-top: 50px;
  }

  .div-block-5.customized-third {
    padding: 10px;
  }

  .div-block-5.customized-third.nack-pain-soft-tissue, .div-block-5.customized-third.nack-pain-soft-tissue-copy, .div-block-5.customized-third.nack-pain-soft-tissue, .div-block-5.customized-third.nack-pain-soft-tissue-copy {
    margin-top: -60px;
  }

  .div-block-5.your-journey-one, .div-block-5.your-journey-4, .div-block-5.customized-plan-copy, .div-block-5.your-journey-4-copy {
    padding: 10px;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

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

  .section-3-copy {
    padding-top: 40px;
  }

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

  .cell-6 {
    padding-left: 0;
  }

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

  .cell-7 {
    padding-right: 0;
  }

  .quick-stack-6 {
    padding: 40px 0;
  }

  .testimonials {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/66321f718c15c7c58df56ddf_Real%20Stories%20img.webp");
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials.blog-testimonial {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6634b9fe517c2965599bb5ee_Sports%20WHY%20CHOOSE%20img.webp");
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials.blog-testimonial.jason-testi {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6639f2bf1914465d19f32d5e_Jason%20Lee%20testimonial.webp");
  }

  .testimonials.nack-pain-testimonial {
    background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/66321f718c15c7c58df56ddf_Real%20Stories%20img.webp");
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .testimonials.jason-lee-testimonial {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6639f2bf1914465d19f32d5e_Jason%20Lee%20testimonial.webp");
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  .testimonials.joney-lee-hjuhuj {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/663a00cfc2669a2a181f8ad3_Joey%20Lee%20testimonial.webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonials.hip-painbg {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6634b9fe517c2965599bb5ee_Sports%20WHY%20CHOOSE%20img.webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .testimonials.hip-painbg.shockwave-last-bg {
    background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6800a58568b00cb941df5a94_Shockwave%20Therapy%20testimonial.webp");
  }

  .container-8 {
    padding: 0 20px;
    overflow: hidden;
  }

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

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

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

  .testimonial-slide {
    padding-left: 0;
  }

  .testimonial-quote {
    white-space: pre-wrap;
    word-break: break-all;
    overflow: visible;
  }

  .mask {
    width: auto;
  }

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

  .heading-7 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-7.single-blog-heading {
    font-size: 40px;
    line-height: 55px;
  }

  .cell-12 {
    padding-right: 0;
  }

  .container-14 {
    margin-top: 30px;
  }

  .section-2-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cell-13 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .image-9 {
    width: 100%;
  }

  .section-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quick-stack-11 {
    padding-top: 40px;
  }

  .image-10 {
    width: 100%;
  }

  .cell-16 {
    justify-content: flex-start;
  }

  .section-10-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-11 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cell-20 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-21 {
    padding-right: 0;
  }

  .youtube-2 {
    height: auto;
  }

  .cell-25 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-13 {
    width: auto;
  }

  .cell-27 {
    justify-content: flex-start;
  }

  .sports-why-choose {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6634b9fe517c2965599bb5ee_Sports%20WHY%20CHOOSE%20img.webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-13 {
    padding: 30px 20px;
  }

  .blog-box {
    height: 350px;
  }

  .heading-9 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-16 {
    padding: 8px;
  }

  .image-15 {
    width: 25px;
  }

  .paragraph-11, .paragraph-12.month-div, .paragraph-12.month-div {
    font-size: 14px;
  }

  .container-16 {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-10 {
    padding-bottom: 15px;
    font-size: 18px;
  }

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

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

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

  .cell-32 {
    padding-left: 0;
  }

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

  .icon-3 {
    color: var(--orange);
  }

  .white-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-copy, .link-3 {
    color: var(--white);
  }

  .link-3:hover, .link-3.w--current {
    color: var(--navy-colour);
  }

  .icon-4 {
    color: var(--white);
  }

  .black-button-hover {
    border-color: var(--white);
    background-color: var(--orange);
    color: var(--white);
  }

  .cell-37 {
    padding: 0;
  }

  .cell-38, .cell-38-copy, .cell-39 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cell-40 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-41 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-42 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-43 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-44 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-45 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-46 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-47, .cell-48 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-48.shockwave-therapy-testimonial {
    display: none;
  }

  .cell-49 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-50 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-51 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-52 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-53 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-54 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-55 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-56 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-57 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cell-58 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-59, .cell-60 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-61 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-62 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-63, .cell-64 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-65 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-66, .cell-68 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-69 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-70 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-71 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-72 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-73 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-74 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-75 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-76 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-77 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .cell-78 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .cell-79 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .container-24 {
    max-width: 95%;
  }

  .text-span-96 {
    font-size: 35px;
  }

  .cell-84 {
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .quick-stack-21 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-85 {
    padding-left: 60px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

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

  .heading-16, .text-span-96 {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .nav-link:hover {
    color: var(--navy-colour);
  }

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

  .nav-dropdown-link:hover {
    background-color: var(--navy-colour);
  }

  .nav-dropdown-link.w--current {
    background-color: var(--navy-colour);
    color: var(--white);
  }

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

  .section {
    padding-top: 90px;
    padding-bottom: 40px;
  }

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

  .heading {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 55px;
  }

  .paragraph {
    line-height: 1.5em;
  }

  .divider-border {
    width: 25%;
    margin-top: 25px;
  }

  .divider-border.border-orange-right.lower-back-faq-divider, .divider-border.border-orange-right.nack-pain-faq-divider {
    width: 41%;
  }

  .divider-border.orange-border-divider {
    width: 5%;
  }

  .divider-border.orange-border-divider.nack-pain-divider {
    width: 35%;
  }

  .divider-border.border-orange-right {
    width: 30%;
  }

  .divider-border.border-orange-right.lower-back-faq-divider, .divider-border.border-orange-right.nack-pain-faq-divider {
    width: 41%;
  }

  .divider-border.border-orange-right.get-started {
    width: 24%;
  }

  .divider-border.border-orange-right.publication {
    width: 25%;
  }

  .divider-border.border-orange-right.chiropractic-for-iastm {
    width: 16%;
  }

  .divider-border.border-orange-right.iastm-help-you {
    width: 22%;
  }

  .divider-border.border-orange-right.mfr-everyone {
    width: 8%;
  }

  .divider-border.border-orange-right.path-to-relief-border {
    width: 6%;
  }

  .divider-border.border-orange-right.journey-wellness-border {
    width: 12%;
  }

  .divider-border.border-orange-right.lower-back-faq-divider, .divider-border.border-orange-right.nack-pain-faq-divider {
    width: 41%;
  }

  .divider-border.border-orange-right.why-choossolutionse-us-border {
    width: 15%;
    margin-top: 0;
  }

  .divider-border.border-orange-right.discover-wellness-divider {
    width: 7%;
  }

  .divider-border.border-orange-right.addressing-imbalances-divider {
    margin-top: 0;
  }

  .divider-border.about-iastm {
    width: 5%;
    margin-top: 10px;
  }

  .divider-border.nack-pain-divider {
    width: 33%;
    margin-top: 8px;
  }

  .divider-border.about-elbow-pain {
    width: 4%;
  }

  .divider-border.orange-border-divider-copy {
    width: 5%;
  }

  .divider-border.orange-border-divider-copy.nack-pain-divider {
    width: 35%;
  }

  .quick-stack {
    padding-left: 0;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.big-size-heading {
    font-size: 36px;
  }

  .cell-2 {
    padding-right: 0;
  }

  .section-3 {
    padding-bottom: 40px;
  }

  .container-4 {
    text-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    height: 250px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-3 {
    padding: 10px 0;
  }

  .section-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .div-block-4.recovery-box, .div-block-4.recovery-box.rewt, .div-block-4.recovery-box-copy, .div-block-4.recovery-box, .div-block-4.recovery-box.rewt, .div-block-4.recovery-box.rewt, .div-block-4.recovery-box-copy {
    margin-top: 20px;
  }

  .div-block-5.customized-plan, .div-block-5.customized-plan.preparation-box, .div-block-5.customized-third, .div-block-5.customized-third.nack-pain-soft-tissue, .div-block-5.your-journey-4, .div-block-5.customized-treatment-plan, .div-block-5.customized-plan-copy, .div-block-5.your-journey-4-copy, .div-block-5.customized-plan, .div-block-5.customized-plan.preparation-box, .div-block-5.customized-plan.preparation-box, .div-block-5.customized-third, .div-block-5.customized-third.nack-pain-soft-tissue, .div-block-5.customized-third.nack-pain-soft-tissue, .div-block-5.your-journey-4, .div-block-5.customized-treatment-plan, .div-block-5.customized-plan-copy, .div-block-5.your-journey-4-copy {
    margin-top: 0;
  }

  .cell-5 {
    padding-bottom: 30px;
  }

  .testimonials {
    background-image: linear-gradient(#000000b3, #000000b3), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/66321f718c15c7c58df56ddf_Real%20Stories%20img.webp");
    background-position: 0 0, 0 0, 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials.blog-testimonial {
    background-image: linear-gradient(#000000a8, #000000a8), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6634b9fe517c2965599bb5ee_Sports%20WHY%20CHOOSE%20img.webp");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonials.blog-testimonial.jason-testi {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6639f2bf1914465d19f32d5e_Jason%20Lee%20testimonial.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .testimonials.jason-lee-testimonial {
    background-image: linear-gradient(#0009, #0009), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/6639f2bf1914465d19f32d5e_Jason%20Lee%20testimonial.webp");
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .testimonials.joney-lee-hjuhuj {
    background-image: linear-gradient(#000000b3, #000000b3), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/663a00cfc2669a2a181f8ad3_Joey%20Lee%20testimonial.webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials.leg-length-testimonial {
    background-image: linear-gradient(#000000cf, #000000cf), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6631cb5ee78668b308dd18e6/680090ec03819edbeda148b5_Leg%20Length%20testimonial.webp");
  }

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

  .section-4-copy {
    height: 250px;
  }

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

  .div-block-10 {
    padding-right: 0;
  }

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

  .paragraph-8 {
    word-break: break-all;
  }

  .div-block-12 {
    flex-flow: row;
  }

  .footer-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .cell-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: flex-start;
  }

  .container-10 {
    margin-top: 20px;
  }

  .testimonial-slide {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-content {
    margin-bottom: 20px;
  }

  .testimonial-quote {
    white-space: pre-line;
    word-break: break-all;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .mask {
    padding-bottom: 20px;
  }

  .secondary-button.navy-colur-slide.button-white {
    margin-top: 20px;
  }

  .heading-7 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-7.single-blog-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .container-14 {
    height: 250px;
  }

  .container-14.leg-length-banner {
    height: 100px;
  }

  .quick-stack-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-13 {
    padding-bottom: 0;
  }

  .cell-14 {
    padding-left: 0;
  }

  .section-9 {
    padding-top: 10px;
  }

  .quick-stack-11 {
    object-fit: fill;
  }

  .cell-17 {
    padding-left: 0;
  }

  .section-4-copy-copy {
    background-position: 50% 0;
    height: 250px;
  }

  .section-4-copy-copy.leg-length-lastbg {
    background-position: 50%;
  }

  .cell-20 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-12 {
    padding-top: 30px;
  }

  .cell-25 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-16 {
    justify-content: flex-start;
    align-items: center;
  }

  .collection-item.blog-box-container {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    flex-flow: column;
    align-items: stretch;
  }

  .paragraph-14 {
    color: #fff;
  }

  .text-block-3 {
    white-space: pre-wrap;
    word-break: normal;
  }

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

  .text-block-copy:hover {
    color: var(--navy-colour);
  }

  .cell-42.leg-length-testimonial {
    display: none;
  }

  .cell-46, .cell-56 {
    padding-right: 0;
  }

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

  .text-span-93 {
    color: var(--orange);
    font-size: 25px;
  }

  .list-3 {
    padding-left: 10px;
  }

  .text-span-95 {
    color: var(--orange);
  }

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

  .heading-16, .text-span-96 {
    font-size: 35px;
  }

  .quick-stack-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

  .cell-84 {
    display: block;
  }

  .div-block-22.div-margin, .div-block-22.div-margin-top1, .div-block-22.div-margin-top-2, .div-block-22.div-margin, .div-block-22.div-margin-top1, .div-block-22.div-margin-top-2 {
    margin-top: 0;
  }

  .quick-stack-21 {
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
    position: static;
  }

  .cell-85 {
    padding-left: 0;
    display: block;
  }

  .cell-86 {
    display: none;
  }

  .list-4, .list-5, .list-6 {
    padding-left: 10px;
  }
}

#w-node-ef6e0911-4b91-361c-6c1c-54e82fd61246-08dd1903 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-c99a7181-049e-13be-4c6e-89043ea3a98e-08dd1903 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a999319f-5dbc-ec10-a77a-9c107e169ad7-08dd1903 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-f5abd2ff-018a-225b-ef2d-9de2ed6cad2d-08dd1903, #w-node-_13160fd9-1a03-91e5-2889-a7496fdd5af5-08dd1903, #w-node-_0f1f1a5e-2f34-5787-4f37-95378be51afa-08dd1903, #w-node-_90eab642-3622-f49e-a097-2894f1820776-08dd1903, #w-node-e71297d8-c120-6ac8-e969-f9db63e14c72-63e14c70, #w-node-e71297d8-c120-6ac8-e969-f9db63e14c74-63e14c70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_407c8ebb-6a86-2e54-e52e-f12a2a6e7e43-2a6e7e40 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_6a43662c-27d1-1098-44e1-615406bfada0-06bfad9d {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6a43662c-27d1-1098-44e1-615406bfada0-06bfad9d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ef6e0911-4b91-361c-6c1c-54e82fd61246-08dd1903 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-ef6e0911-4b91-361c-6c1c-54e82fd61247-08dd1903 {
    order: -9999;
  }

  #w-node-c99a7181-049e-13be-4c6e-89043ea3a98e-08dd1903 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a999319f-5dbc-ec10-a77a-9c107e169ad7-08dd1903 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-f5abd2ff-018a-225b-ef2d-9de2ed6cad2d-08dd1903, #w-node-_13160fd9-1a03-91e5-2889-a7496fdd5af5-08dd1903 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_13160fd9-1a03-91e5-2889-a7496fdd5af6-08dd1903 {
    order: 9999;
  }

  #w-node-_0f1f1a5e-2f34-5787-4f37-95378be51afa-08dd1903, #w-node-_90eab642-3622-f49e-a097-2894f1820776-08dd1903 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90eab642-3622-f49e-a097-2894f1820777-08dd1903 {
    order: 9999;
  }

  #w-node-e71297d8-c120-6ac8-e969-f9db63e14c72-63e14c70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e71297d8-c120-6ac8-e969-f9db63e14c74-63e14c70 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_407c8ebb-6a86-2e54-e52e-f12a2a6e7e43-2a6e7e40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_407c8ebb-6a86-2e54-e52e-f12a2a6e7e44-2a6e7e40 {
    order: -9999;
  }

  #w-node-_6a43662c-27d1-1098-44e1-615406bfada0-06bfad9d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
