@font-face {
  font-family: Futura Md Bt;
  src: url('../fonts/futura-md-bt-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Book Bt 22240";
  src: url('../fonts/futura-book-bt-22240.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura Bt;
  src: url('../fonts/Futura-Heavy-BT.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --container-max-width: 90rem;
  --black: #333;
  --red: #ad0417;
  --black-2: black;
  --light-red: #dc4553;
  --very-light-red: #fff1f3;
  --_typography---futura-bold: futura-pt-bold, sans-serif;
  --_typography---futura: futura-pt, sans-serif;
  --light-rose: #ffe2e6;
  --_typography---futura-bk-bt: "Futura Book Bt 22240", sans-serif;
  --white-2: white;
}

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

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

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

a {
  text-decoration: none;
}

.page-wrapper {
  background-color: var(--white);
  overflow: visible;
}

.main-wrapper.homepageoverflow {
  overflow: hidden;
}

.main-wrapper.generalwrapper {
  overflow: visible;
}

.global-styles {
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  width: 100%;
  padding: 2rem;
  position: fixed;
  top: 0;
  left: auto;
}

.header.container_utility {
  max-width: var(--container-max-width);
}

.navbar {
  background-color: var(--black);
  border-radius: 2rem;
}

.nav-menu {
  color: var(--white);
}

.dropdown-link {
  border-color: var(--white);
  border-top-style: solid;
  border-top-width: .5px;
  border-bottom-style: solid;
  border-bottom-width: .5px;
  border-left-style: none;
  border-left-width: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-link:hover {
  background-color: var(--red);
}

.dropdown-list {
  background-color: var(--black-2);
}

.dropdown-list.w--open {
  background-color: var(--black);
}

.container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: .6rem;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  letter-spacing: 1px;
  flex-flow: row;
  padding-top: 0;
  display: flex;
}

.navbar-2 {
  background-color: var(--black);
  border-radius: 3rem;
}

.dropdown-list-2 {
  display: none;
}

.dropdown-list-2.w--open {
  background-color: var(--black);
  top: 60px;
}

.dropdown-link-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  font-size: 36px;
}

.nav-link-2 {
  background-color: var(--white);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
}

.link-block {
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block.w--current {
  background-image: url('../images/Nav-squiggle.svg');
  background-position: 0 0;
  background-size: cover;
  padding: .5rem 2rem;
}

.link-block.contactblock {
  background-color: var(--light-red);
  color: var(--white);
  border-radius: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  font-family: Futura Bt, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
}

.link-block.contactblock.w--current {
  background-color: var(--light-red);
  color: var(--white);
  font-family: Futura Bt, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
}

.text-block {
  z-index: 1;
  color: var(--white);
  font-family: Futura Bt, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  position: relative;
}

.text-block-2, .text-block-3 {
  color: var(--white);
  font-family: Futura Bt, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  position: relative;
}

.text-block-4 {
  color: var(--white);
  font-family: Futura Bt, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.icon-2 {
  background-color: var(--very-light-red);
}

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

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

.innerlinkblock {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-6 {
  color: var(--white);
}

.homeheadersection {
  background-color: var(--red);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 80vh;
  min-height: 30rem;
  margin-top: 4rem;
  padding: 2rem 2rem 4rem 0;
  display: flex;
  position: relative;
}

.headingblock {
  background-color: var(--white);
  border-top-right-radius: 36rem;
  border-bottom-right-radius: 36rem;
  width: 100%;
  height: 450px;
  display: flex;
}

.headingdescriptionblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 40%;
  display: flex;
  position: relative;
}

.headingimageblock {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.heading-red {
  font-family: var(--_typography---futura-bold);
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
}

.heading-red.headeranimate {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
}

.heading-2 {
  font-family: var(--_typography---futura);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.heading-2.u-max-width-60ch {
  max-width: 60ch;
}

.horizontallineblock {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.horizontalline {
  background-color: var(--black);
  color: var(--black);
  width: 10%;
  height: 2px;
}

.bigheadingsection {
  width: 95%;
}

.heading-black {
  font-family: var(--_typography---futura-bold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  position: relative;
}

.heading-black.headeranimate {
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
}

.heading-black.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-black.pilates {
  display: none;
}

.contactbtnblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 65%;
  margin-top: 1.5rem;
  display: flex;
}

.btnstyle {
  background-color: var(--red);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: .7rem 2rem;
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: absolute;
  top: -95px;
  left: -52px;
}

.image-2 {
  object-fit: cover;
  object-position: 70% 50%;
  width: 650px;
  height: 650px;
  position: absolute;
  left: -10%;
}

.image-3 {
  object-fit: cover;
  width: 525px;
  position: absolute;
}

.section-marquee-secondary {
  color: #fff;
  background-color: #e6351d;
  overflow: hidden;
}

.section-marquee-secondary.increasezindex {
  z-index: 1;
  background-color: var(--black);
  z-index: 1;
  position: relative;
}

.marquee-secondary-inner {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.marquee-secondary-text {
  letter-spacing: 1.5px;
  text-transform: lowercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.conditionssection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: column;
  height: auto;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.conditionheadingblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-4 {
  text-transform: uppercase;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
}

.text-block-7 {
  font-size: 1rem;
}

.image-4 {
  position: absolute;
  top: -4%;
  right: -3%;
}

.conditionstreatcards {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  height: auto;
  display: flex;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: .5rem;
  display: flex;
}

.conditioncard {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 14px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 60rem;
  padding: .5rem;
  display: flex;
  position: relative;
}

.headingcardsection {
  z-index: 4;
  background-color: var(--black);
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura Bt, sans-serif;
}

.treatmentscontainer {
  border-bottom: 2px solid var(--red);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 60px;
  padding-top: 1rem;
  padding-bottom: .8rem;
  padding-right: .5rem;
  display: flex;
  overflow: hidden;
}

.text-block-8 {
  font-size: 1.5rem;
}

.image-5 {
  z-index: 0;
  opacity: .5;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.actionbuttonsection {
  z-index: 3;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 10px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.roundplusblock {
  background-color: var(--red);
  cursor: pointer;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.treatmentblock {
  z-index: 3;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding-top: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.actionbtnsectionclose {
  justify-content: flex-end;
  margin-top: 50px;
  display: none;
}

.closebtnaction {
  background-color: var(--red);
  color: var(--red);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
}

.roundplusblock-02 {
  background-color: var(--red);
  cursor: pointer;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.roundplusblock-02.rpb02 {
  width: 60px;
  height: 60px;
}

.treatmentblock-pelvic {
  z-index: 3;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.treatmenttoolboxsection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--red);
  flex-flow: column;
  padding: 2rem 6rem;
  display: flex;
  position: relative;
}

.heading-white {
  font-family: var(--_typography---futura);
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 4rem;
  display: flex;
}

.heading-white.mobile {
  display: none;
}

.heading-white.u-text-align-center {
  text-align: center;
  width: 100%;
}

.treatmentsblock {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.treatmentbox {
  border-bottom: 2px solid var(--light-red);
  padding-top: .5rem;
  padding-bottom: 2rem;
  position: relative;
}

.treatmentbox.pelvicfloorvariant {
  border-bottom-color: var(--black);
}

.treatmentheading {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.treatmentheading.whiteversion {
  border-bottom-color: var(--white);
}

.treatmentheading.whiteversion.painpagecurso {
  cursor: default;
}

.heading-7 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.treatmentdescriptionblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 2px solid var(--light-red);
  flex-flow: column;
  padding-bottom: 2rem;
  display: flex;
}

.treatmentdescriptionblock.qualification {
  display: none;
}

.treatmentblockheading {
  justify-content: space-between;
  align-items: center;
  font-family: "Futura Book Bt 22240", sans-serif;
  display: flex;
}

.heading-8 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 400;
}

.heading-8.blackversion {
  color: var(--black);
}

.descriptionblocktreatment {
  opacity: 0;
  margin-top: 1rem;
  display: none;
}

.text-block-9 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.text-block-9.blackversion {
  color: var(--black);
}

.joinconversationsection {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  justify-content: space-between;
  padding: 2rem 2rem 4rem;
  display: none;
  position: relative;
}

.salesection {
  flex-flow: column;
  justify-content: flex-end;
  width: 20%;
  display: flex;
}

.conversationblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.conversationheadingdescription {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-9 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
}

.text-block-10 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1rem;
}

.conversationcardblock {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.conversationcard {
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 400px;
  padding: 1rem;
  display: flex;
  position: relative;
}

.image-6 {
  z-index: 0;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  flex-flow: column;
  padding: 2rem 12rem;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.footernavbar {
  justify-content: space-between;
  font-family: Futura Bt, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.section {
  z-index: 1;
  position: relative;
}

.topcardconversationblock {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.arrowcircle {
  z-index: 1;
  background-color: var(--white);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.bottomcard {
  z-index: 1;
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.text-block-11 {
  font-family: Futura Bt, sans-serif;
  font-size: 1.7rem;
}

.image-second-6 {
  z-index: 0;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sociallinkslocationsection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.actionbtnsectionfooter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  width: 20%;
  max-width: 30rem;
  display: flex;
}

.btnstylefooter {
  background-color: var(--black);
  color: var(--light-red);
  text-transform: uppercase;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 55px;
  height: 100%;
  font-family: Futura Bt, sans-serif;
  font-size: 1.3rem;
  transition: width .2s cubic-bezier(.895, .001, .25, 1), flex .7s, transform .2s ease-in;
  display: flex;
  overflow: visible;
}

.btnstylefooter:hover {
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: scale(1.01);
}

.locationblockfooter {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.locationlogosection {
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
  position: relative;
}

.locationdescription {
  width: 80%;
}

.text-block-12 {
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.sociallinkblock {
  flex-flow: column;
  display: flex;
}

.socialblocks {
  flex-flow: column;
  width: 65px;
  height: 65px;
  display: flex;
  position: relative;
}

.socialblocks.insta {
  background-image: url('../images/INSTA.svg');
}

.image-7 {
  object-fit: none;
  width: 50%;
  position: absolute;
  top: 0%;
  left: 30%;
}

.image-8 {
  object-fit: none;
  width: 90%;
  position: absolute;
}

.image-8.facebok {
  left: 8px;
}

.image-9 {
  position: absolute;
  bottom: -9px;
  left: -30px;
}

.image-10 {
  z-index: 4;
  position: absolute;
  top: -54px;
  left: auto;
  right: -58px;
}

.image-11 {
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  bottom: 20%;
  left: auto;
  right: 0%;
}

.image-12 {
  width: 50px;
  height: 30px;
  position: absolute;
  bottom: 20%;
  left: auto;
  right: 0%;
}

.image-13 {
  width: 25px;
}

.image-14 {
  width: 300px;
  position: absolute;
  top: -43px;
  left: -22px;
}

.image-15 {
  width: 250px;
  position: absolute;
  top: -58px;
  right: -68px;
}

.salesblockanimate {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
  position: relative;
}

.animate50percent {
  position: absolute;
}

.centerimage {
  width: 75px;
}

.btnblock {
  background-color: var(--black);
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3rem;
  transition: transform .2s, width .2s cubic-bezier(.895, .001, .25, 1), flex .7s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-13 {
  z-index: 4;
  color: var(--light-red);
  text-transform: uppercase;
  width: 125px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  position: absolute;
  inset: auto 1rem;
}

.image-16 {
  object-fit: cover;
  width: 100px;
  max-width: 120px;
  position: absolute;
  left: -16px;
  overflow: visible;
}

.image-16.servicespink {
  left: -5px;
}

.image-16.booknow {
  left: 1px;
}

.image-16-copy {
  object-fit: cover;
  width: 100px;
  max-width: 120px;
  position: absolute;
  left: -16px;
  overflow: visible;
}

.aboutmeheadersection {
  background-color: var(--red);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 36rem;
  padding: 2rem 2rem 2rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.headerinfoblock {
  background-color: var(--white);
  border-top-right-radius: 28rem;
  border-bottom-right-radius: 28rem;
  height: 450px;
  padding-left: 3rem;
  position: relative;
}

.image-17 {
  position: absolute;
  top: 37px;
  right: -30px;
  transform: rotate(37deg);
}

.descriptionheaderabout {
  z-index: 2;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 60%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.headingblockaboutme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.heading-10 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
}

.heading-11 {
  font-family: var(--_typography---futura);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.heading-12 {
  font-family: var(--_typography---futura-bold);
  text-transform: uppercase;
  min-width: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

.kallidescription {
  background-color: var(--black);
  display: block;
}

.kalliimageblock {
  z-index: 1;
  width: 45%;
  height: auto;
  max-height: 40rem;
  position: relative;
  overflow: hidden;
}

.kallidescriptionblock {
  z-index: 4;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--black);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  box-shadow: -3px 0 5px 6px #0003;
}

.image-18 {
  object-fit: cover;
  min-width: 45%;
  max-width: none;
  height: 100%;
  max-height: 38rem;
  position: static;
  top: 0;
  left: 0;
  overflow: hidden;
}

.bignametextblock {
  flex-flow: row;
  width: 10%;
  display: flex;
  position: relative;
}

.descriptionblock {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
}

.text-block-14 {
  color: var(--white);
  padding-right: 2rem;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.treatmentmarqueesection {
  background-color: var(--red);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  overflow: visible;
}

.approachcaresection {
  background-color: var(--white);
  padding: 4rem 2rem 8rem;
  position: relative;
}

.heading-13 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  display: flex;
}

.container-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-block-15 {
  text-align: center;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 2rem;
}

.dedicatedsection {
  background-color: var(--red);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  display: flex;
}

.dedicatedblock {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 8rem;
  display: flex;
}

.heading-14 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4rem;
}

.dedicatedbgimag {
  width: 50%;
  height: 80vh;
  position: relative;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.dedicatedblockdescription {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.verticalline {
  background-color: var(--white);
  width: 2px;
  height: 100%;
  min-height: 10px;
}

.verticalline.pinkline {
  background-color: var(--light-red);
}

.text-block-16 {
  color: var(--white);
  width: 90%;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.qualificationssection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: column;
  padding: 2rem 2rem 4rem;
  display: flex;
}

.heading-15 {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
}

.qualificationsblocksection {
  flex-flow: column;
  padding-right: 8rem;
  display: flex;
}

.qualificationblock {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.joinmesection {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 2rem 2rem 4rem;
  display: flex;
  position: relative;
}

.joinmeblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.heading-16 {
  color: var(--white);
  margin-top: 10px;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4rem;
}

.text-block-17 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
}

.actionbtnaboutmesection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 50%;
  display: flex;
}

.btnactions {
  background-color: var(--red);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
}

.link-block-2 {
  color: var(--black);
  text-decoration: none;
}

.link-block-2.w--current {
  color: var(--black);
}

.text-block-18 {
  text-decoration: none;
}

.text-block-18:hover {
  color: var(--light-red);
}

.link-block-3 {
  color: var(--black);
  text-decoration: none;
}

.link-block-3.w--current {
  color: var(--black);
}

.link-block-3.w--current:hover {
  color: var(--light-red);
}

.link-block-4 {
  color: var(--black);
  text-decoration: none;
}

.link-block-4.w--current {
  color: var(--black);
}

.text-block-19 {
  color: var(--black);
  text-decoration: none;
}

.text-block-19:hover {
  color: var(--light-red);
}

.link-block-5 {
  color: var(--black);
  text-decoration: none;
}

.link-block-5.w--current {
  color: var(--black);
}

.link-block-6 {
  color: var(--black);
  text-decoration: none;
}

.link-block-6.w--current {
  color: var(--black);
}

.bookmeheadersection {
  background-color: var(--red);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 75vh;
  padding: 2rem 2rem 2rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.descriptionheaderbookme {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 60%;
  height: 100%;
  padding-top: 2rem;
  display: flex;
}

.headingblockbookme {
  flex-flow: column;
  display: flex;
}

.imagebookme {
  width: 250px;
  position: absolute;
  top: -12px;
  right: 21px;
  transform: rotate(4deg);
}

.readytakesection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3.5rem;
  display: flex;
}

.descriptionreadytotake {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  width: 50%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.verticallineblock {
  width: 10%;
  display: block;
}

.text-block-20 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
}

.imageblockbooknow {
  width: 50%;
  height: 350px;
  position: relative;
}

.image-20 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bookwithussection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: column;
  padding: 4rem 2rem;
  display: flex;
}

.whybookuscontainersection {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-17 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
}

.reasonsbookcardsblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.reasoncard {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 2px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  width: 33%;
  height: 400px;
  padding: 2rem;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  transition: border .2s, color .25s cubic-bezier(.55, .085, .68, .53), background-color .225s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.reasoncard:hover {
  background-color: var(--light-red);
  color: var(--white);
  border-style: none;
}

.heading-18 {
  margin-top: 10px;
  font-family: Futura Bt, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.text-block-21 {
  font-size: 1.5rem;
}

.howitworkssection {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--red);
  flex-flow: column;
  padding: 4rem 8rem;
  display: flex;
  position: relative;
}

.heading-19 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
}

.howitworksblocks {
  flex-flow: column;
  display: flex;
}

.workscard {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 2px solid var(--light-red);
  border-bottom: 2px solid var(--light-red);
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.workscard.middle {
  border-top-style: none;
  border-bottom-style: none;
}

.heading-20 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.text-block-22 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.5rem;
}

.image-21 {
  position: absolute;
  top: -15%;
  right: -8%;
}

.booknowsection {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  flex-flow: column;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: relative;
}

.descriptionbooknow {
  flex-flow: column;
  align-items: center;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
}

.text-block-23 {
  color: var(--white);
  text-align: center;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.actionbtnbooknowblock {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.text-block-24 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 2rem;
  text-decoration: none;
  position: relative;
}

.link-block-7 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.image-22 {
  position: absolute;
}

.image-23 {
  width: 200px;
  position: absolute;
  top: -22px;
  left: -16px;
}

.contactheadersection {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--red);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.getincontactimageblock {
  width: 100%;
  height: auto;
  min-height: 40rem;
  position: relative;
  left: 0;
}

.image-24 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-25 {
  width: 125px;
  position: absolute;
  top: -1px;
  right: -2px;
}

.getincontactformblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: static;
}

.headingdescriptioncontact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-whi {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
}

.text-block-25 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: none;
}

.form-block {
  height: 100%;
  display: block;
}

.text-field {
  border: 2px solid var(--white);
  background-color: var(--red);
  color: var(--white);
  border-radius: 3rem;
  margin-bottom: 2.5rem;
  padding: 2rem 2.5rem;
  font-family: Chivo, sans-serif;
  font-size: 1.5rem;
  line-height: 1rem;
}

.text-field:focus {
  background-color: var(--white);
  color: var(--red);
}

.text-field::placeholder {
  color: #ffffffad;
  font-family: Chivo, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.textarea {
  border: 2px solid var(--white);
  background-color: var(--red);
  color: var(--white);
  border-radius: 3rem;
  height: 100px;
  margin-bottom: .5rem;
  padding: 1.5rem 2rem 12rem;
  font-family: Chivo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.textarea:focus {
  background-color: var(--white);
  color: var(--red);
}

.textarea::placeholder {
  color: #ffffffad;
  font-size: 1.2rem;
}

.submit-button {
  color: var(--red);
  background-color: #0000;
  width: 100%;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
}

.contactactionblock {
  margin-top: 40px;
  display: flex;
  position: relative;
}

.image-26 {
  width: 250px;
  position: absolute;
}

.btncontainercontact {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
  position: relative;
}

.servicesheadersection {
  background-color: var(--red);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  padding: 2rem 2rem 2rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.headerinfoblockservices {
  background-color: var(--white);
  border-top-right-radius: 28rem;
  border-bottom-right-radius: 28rem;
  height: 500px;
  padding-left: 3rem;
  position: relative;
}

.descriptionheaderservices {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.headingblockservices {
  flex-flow: column;
  display: flex;
}

.actionbtnservices {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 60%;
  display: flex;
}

.button-2 {
  background-color: var(--red);
  color: var(--white);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  display: flex;
}

.button-2.booknow {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-27 {
  z-index: 1;
  width: 500px;
  height: 500px;
  display: none;
  position: absolute;
  top: 20px;
  left: 43px;
}

.heading7 {
  color: var(--black);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.journeybeginssection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: column;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-22 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  display: flex;
}

.journeystoryblock {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  padding-left: 16rem;
  padding-right: 16rem;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: flex;
}

.image-28 {
  width: 200px;
  position: absolute;
  bottom: -11px;
  left: -2px;
}

.image-29 {
  width: 200px;
  position: absolute;
  bottom: -11px;
  right: -3px;
}

.treatmentssection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--red);
  flex-flow: column;
  padding: 3rem 16rem;
  display: flex;
}

.heading-23 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
}

.treatmentsdescriptionblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 2px solid var(--light-red);
  flex-flow: column;
  padding-bottom: 2rem;
  display: none;
}

.text-block9 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.treatmentscardsection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--red);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  max-width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.treatmentcard {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
  position: relative;
}

.text-block-26 {
  opacity: 1;
  color: var(--red);
  font-family: Futura Bt, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3rem;
}

.image-30 {
  z-index: 0;
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-2 {
  opacity: .69;
  background-color: #e9bac1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.containertreatments {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.birthprepheadersection {
  background-color: var(--red);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 75vh;
  padding: 2rem 2rem 2rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.headerinfoblockbirth {
  background-color: var(--white);
  border-top-right-radius: 28rem;
  border-bottom-right-radius: 28rem;
  height: 500px;
  padding-left: 3rem;
  position: relative;
  overflow: hidden;
}

.descriptionheaderbirth {
  z-index: 2;
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 85%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.headingblockbirth {
  flex-flow: column;
  display: flex;
}

.actionbtnbirth {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 40%;
  display: flex;
}

.servicessection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--red);
  flex-flow: column;
  padding: 3rem 0 3rem 2rem;
  display: flex;
}

.heading-24 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
}

.servicescardblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.cardservices {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 2px solid var(--white);
  background-color: var(--red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  padding: 1rem;
  display: flex;
}

.cardservices:hover {
  background-color: var(--light-red);
}

.cardservices.white {
  border-color: var(--red);
  background-color: var(--white);
}

.cardservices.white:hover {
  background-color: var(--red);
  color: var(--white);
}

.heading-25 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.text-block-27 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.benefitssection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: column;
  padding: 4rem 2rem;
  display: flex;
}

.benefitssection.redversion, .benefitssection.pilates {
  background-color: var(--red);
}

.headingbenefitsblock {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-26 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4rem;
}

.text-block-28 {
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.benefitsminicardsblock {
  flex-flow: column;
  padding-right: 8rem;
  display: none;
}

.benefitsminicardsblock.redversion {
  color: var(--white);
  padding-right: 8rem;
}

.benefitsminicardsblock.pilates {
  padding-right: 4rem;
  display: flex;
}

.benefitsminicard {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--light-red);
  border-bottom: 1px solid var(--light-red);
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.benefitsminicard._02 {
  border-top-style: none;
}

.benefitsminicard._03 {
  border-top-style: none;
  border-bottom-style: none;
}

.benefitsminicard.post-partum {
  border-top-style: none;
}

.text-block-29 {
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.text-block-30 {
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
}

.getstartedsection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--red);
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.getstartedsection.pelvic {
  display: none;
}

.heading-27 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
}

.heading-28 {
  color: var(--light-red);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.5rem;
}

.heading-28.pain {
  display: none;
}

.getstarteddescriptionblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 70%;
  display: none;
}

.verticallineblockgetstarted {
  width: 10px;
  display: block;
}

.text-block-31 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.whatissection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  display: flex;
}

.whatisblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  display: flex;
}

.whatisimageblock {
  width: 50%;
  height: 90vh;
  position: relative;
}

.image-31 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4rem;
}

.descriptionblockwhatis {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 70%;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  display: flex;
}

.actionbtnwhatis {
  display: flex;
}

.button-3 {
  background-color: var(--light-red);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.4rem;
  display: flex;
}

.pelvicheadersection {
  background-color: var(--red);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 75vh;
  padding: 2rem 2rem 2rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pelvicheadersection.pelvic {
  height: 80vh;
}

.descriptionheaderpelvic {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 85%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.imagepelvic {
  opacity: .69;
  width: 250px;
  position: absolute;
  top: 19px;
  right: 95px;
  transform: rotate(4deg);
}

.actionbtnpelvic {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 40%;
  display: flex;
}

.marqueeblock {
  background-color: var(--red);
  padding-bottom: 2rem;
}

.blackdescriptionsection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem 8rem;
  display: flex;
  position: relative;
}

.blackdescriptionsection.post-partum {
  background-color: var(--black);
}

.heading-30 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  display: flex;
}

.blackboxdescriptionbox {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  padding-left: 8rem;
  padding-right: 8rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: flex;
}

.image-32 {
  width: 150px;
  position: absolute;
  bottom: -13px;
  left: -1px;
}

.image-33 {
  width: 150px;
  position: absolute;
  top: auto;
  bottom: -1px;
  right: -2px;
}

.rehabsevicessection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding: 2rem 2rem 4rem;
  display: flex;
}

.heading-31 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4rem;
}

.servicescardsblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-32 {
  margin-top: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.text-block-32 {
  font-family: "Futura Book Bt 22240", sans-serif;
}

.text-block-33 {
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.headerbenefitsblock {
  justify-content: space-between;
  display: flex;
}

.heading-33 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4rem;
}

.rotatelogosection {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.image-34 {
  position: absolute;
}

.whysection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  flex-flow: column;
  padding: 0 2rem;
  display: flex;
  position: relative;
}

.whysection.pinkversion {
  color: var(--black);
  background-color: #e9bac1;
  flex-flow: row;
  padding-right: 0;
}

.whysection.pinkversion.redversion {
  background-color: #ad0417;
  padding-left: 0;
  padding-right: 2rem;
}

.whysection.pain {
  display: none;
}

.whysection.pilates {
  flex-flow: row;
  padding-right: 0;
}

.whyblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
}

.whyblock.pinkversionblock {
  color: var(--black);
  width: 65%;
}

.whyblock.pilates {
  width: 65%;
}

.heading-34 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Futura Bt, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 4rem;
}

.heading-34.pinkheadingversion {
  color: var(--black);
}

.image-35 {
  width: 75px;
  position: absolute;
  top: -8px;
  left: -6px;
}

.text-block-34 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-block-34.pinkversion {
  color: var(--black);
}

.text-block-34.pinkversion.white {
  color: var(--white);
}

.imageblockwhy {
  width: 45%;
  height: 550px;
  display: flex;
  position: relative;
}

.image-36 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-36.moveright {
  object-position: 0% 50%;
}

.pilatesheadersection {
  background-color: var(--red);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 75vh;
  padding: 2rem 2rem 2rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.servicedescriptionsection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: row;
  padding-left: 2rem;
  display: flex;
}

.servicedescriptionblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  width: 50%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.serviceblockheading {
  width: 20%;
  position: relative;
}

.servicedescriptionblockcontent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.text-block-35 {
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.servicedescriptionimageblock {
  width: 50%;
  height: 600px;
  position: relative;
}

.image-37 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-35 {
  text-transform: uppercase;
  width: 700px;
  font-family: Futura Bt, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-295px, 150px)rotate(-90deg);
}

.heading-35.painversion {
  transform: translate(-295px, 100px)rotate(-90deg);
}

.marquee-secondary-text-2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.marquee-secondary-text-2.kallimarquee {
  font-family: var(--_typography---futura);
  color: var(--light-rose);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.image-38 {
  z-index: 1;
  width: 200px;
  position: absolute;
  top: -121px;
  left: 0;
}

.treatmentscontainerservices {
  border-bottom: 2px solid var(--red);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1rem;
  padding-bottom: .8rem;
  padding-right: .5rem;
  display: flex;
}

.text-block-36 {
  color: var(--black);
}

.text-block-36:hover {
  color: var(--light-red);
}

.text-block-37 {
  color: var(--black);
}

.text-block-37:hover {
  color: var(--light-red);
}

.text-block-38 {
  color: var(--black);
}

.text-block-38:hover {
  color: var(--light-red);
}

.image-39 {
  width: 200px;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.image-40 {
  width: 200px;
  position: absolute;
  bottom: -16px;
  right: 0;
}

.imageboo {
  opacity: .69;
  width: 250px;
  position: absolute;
  top: 19px;
  right: 95px;
  transform: rotate(4deg);
}

.imagebirthprep {
  opacity: .69;
  width: 250px;
  position: absolute;
  top: 48px;
  right: 58px;
  transform: rotate(4deg);
}

.div-block-3 {
  position: relative;
}

.services_dropdown {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-8 {
  text-decoration: none;
  display: flex;
}

.div-block-5 {
  background-color: var(--black);
  flex-flow: column;
  width: 125px;
  display: none;
  position: absolute;
  top: 58px;
}

.link-block-9 {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: "Futura Book Bt 22240", sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block-9:hover {
  background-color: var(--light-red);
}

.link-block-9.booknow {
  display: none;
}

.link-block-9.bottom_item {
  border-bottom-style: none;
}

.link-block-9.bottom_item:hover {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.form {
  color: var(--white);
}

.text-block-45 {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-weight: 400;
}

.homesquiggle {
  object-fit: cover;
  width: 100px;
  max-width: 120px;
  position: absolute;
  left: -16px;
  overflow: visible;
}

.homesquiggle.servicespink {
  left: -5px;
}

.homesquiggle.booknow {
  left: 1px;
}

.homesquiggle.image-16 {
  top: 4.9943px;
}

.about-squiggle {
  object-fit: cover;
  width: 100px;
  max-width: 120px;
  position: absolute;
  left: -16px;
  overflow: visible;
}

.about-squiggle.servicespink {
  left: -5px;
}

.about-squiggle.booknow {
  left: 1px;
}

.about-squiggle.image-16 {
  top: 2px;
}

.servicessquiggle {
  object-fit: cover;
  width: 100px;
  max-width: 120px;
  position: absolute;
  left: -16px;
  overflow: visible;
}

.servicessquiggle.servicespink {
  left: -5px;
}

.servicessquiggle.servicespink.image-16 {
  top: 0;
}

.servicessquiggle.booknow {
  left: 1px;
}

.booknowsquiggle {
  object-fit: cover;
  width: 100px;
  max-width: 120px;
  position: absolute;
  left: -16px;
  overflow: visible;
}

.booknowsquiggle.servicespink {
  left: -5px;
}

.booknowsquiggle.booknow {
  left: 1px;
}

.booknowsquiggle.booknow.image-16 {
  top: 5px;
}

.imageservices {
  width: 250px;
  position: absolute;
  top: -28px;
  right: 46px;
  transform: rotate(4deg);
}

.heading-horizontal {
  font-family: var(--_typography---futura-bold);
  color: var(--white);
  text-align: justify;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  line-height: 6rem;
  position: static;
  top: 0%;
  left: 0;
  transform: perspective(1358px)rotate(-90deg);
}

.link-block-10 {
  color: var(--black);
  text-decoration: none;
}

.heading-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kalliimage {
  z-index: 1;
  width: 50%;
  height: 84%;
  position: absolute;
  top: 51px;
  left: -10%;
}

.squiggleblock {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.treatmenttechniquesection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.treatmentblocksection {
  flex-flow: column;
  padding-right: 8rem;
  display: flex;
}

.headingtreatment {
  color: var(--white);
  margin-bottom: 20px;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.pelvicrehabblock {
  flex-flow: column;
  width: 75%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pelvicheading {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--light-red) var(--light-red) var(--black);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pelvicheading.whiteversion {
  border-bottom-color: var(--white);
}

.heading-black-pelvic {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: flex;
}

.heading-black-pelvic.center {
  text-align: center;
}

.pelvicdescriptionblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 2px solid var(--black);
  flex-flow: column;
  padding-bottom: 2rem;
  display: flex;
}

.pelvicdescriptionblock.qualification {
  display: none;
}

.text-block-pelvic {
  color: var(--black);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.text-block-pelvic.blackversion {
  color: var(--black);
}

.whatexactlysection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  flex-flow: column;
  padding: 2rem;
  display: flex;
  position: relative;
}

.internalexamblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.cardexamblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--white);
  flex-flow: column;
  width: 100%;
  height: 250px;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.cardexamblock.smallheight {
  height: 200px;
}

.headingnumber {
  color: var(--white);
  margin-top: 10px;
  font-family: Futura Bt, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.textexam {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.1rem;
  line-height: 2rem;
}

.image-45 {
  width: 100px;
  position: absolute;
  top: -18px;
  right: -19px;
}

.flowerblock {
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.text-join {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.servicescard {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 2px solid var(--white);
  flex-flow: column;
  width: 100%;
  height: 250px;
  padding: 1rem 2rem 2rem;
  display: flex;
}

.servicescard:hover {
  background-color: var(--light-red);
}

.heading-2-white {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Futura Bt, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.text-block-services {
  color: var(--white);
  font-family: "Futura Book Bt 22240", sans-serif;
}

.headingwrapper {
  height: 100px;
}

.bold-text {
  font-family: Futura Bt, sans-serif;
}

.sowhatsection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.text-block-descript {
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.important-block {
  margin-top: 2rem;
}

.wrappersquiggle {
  width: 100%;
  height: 100%;
  position: absolute;
}

.treatmentpainheading {
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: .5rem;
  display: flex;
}

.treatmentdescriptionpain {
  width: 100%;
  max-width: 70ch;
  display: block;
}

.textdesciption {
  font-family: "Futura Book Bt 22240", sans-serif;
  font-size: 1rem;
  display: flex;
}

.image-46 {
  width: 35px;
}

.image-47 {
  width: 25px;
}

.minusblocl {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.plusblock {
  width: 1.5rem;
  height: 1.5rem;
}

.treatmentmuscleheading {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.treatmentdescriptionmuscle {
  display: none;
}

.treatmentnerveheading, .treatmentpostheading, .treatmentchronicheading, .treatmentsportheading {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.treatmentdescriptionnerve, .treatmentdescriptionpost, .treatmentdescriptionchronic, .treatmentdescriptionsports, .treatmentdescriptionneck {
  display: none;
}

.treatmentpainneck {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.treatmentblockpelvic {
  z-index: 3;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.link-block-11 {
  width: 20%;
  text-decoration: none;
}

.contactcardsblock {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 1rem;
  justify-content: space-between;
  width: 20rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.text-block-48 {
  font-family: Futura Bt, sans-serif;
  font-size: 2rem;
}

.div-block-11 {
  width: 30px;
  height: 30px;
}

.image-48 {
  width: 100%;
  height: 100%;
}

.image-49 {
  transform: rotate(55deg);
}

.linky {
  position: relative;
}

.icontext {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.iconblock {
  width: 30px;
  height: 30px;
}

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

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

.page_wrap {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
  overflow: clip;
}

.container_utility {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: relative;
  overflow: visible;
}

.subheading {
  font-family: var(--_typography---futura);
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.form_error_message_wrap {
  z-index: 2;
  border-radius: 20px;
  margin-top: 2rem;
  padding: 20px;
  position: absolute;
  inset: auto 51.8% 17% 0%;
}

.form_error_message_text {
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  position: relative;
  top: 40%;
  bottom: 50%;
}

.form_success_message_wrap {
  background-color: #d4fcc4;
  border-radius: 20px;
  width: auto;
  height: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
}

.nav_btn_text {
  text-align: center;
  align-self: center;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: .7rem;
  text-decoration: none;
}

.nav_text {
  font-family: var(--_typography---futura-bk-bt);
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.5rem;
  position: relative;
}

.nav_link_block {
  align-self: center;
  padding: .75rem 2rem;
  overflow: visible;
}

.nav_link_block:hover {
  background-image: url('../images/Nav-squiggle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav_link_block.w--current {
  font-family: var(--_typography---futura);
  background-image: url('../images/Nav-squiggle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  font-weight: 600;
}

.body, .body-2 {
  background-color: var(--red);
}

.container-3 {
  max-width: 90rem;
}

.div-block-12 {
  height: 100vh;
}

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

.nav_dropdown {
  background-color: var(--black);
  border-radius: 0 0 1.5rem 1.5rem;
  top: 4rem;
}

.nav_dropdown.w--open {
  padding-top: 1rem;
  top: 2.6rem;
}

.dropdown-toggle-2 {
  padding: .75rem 2rem;
}

.btnblock_fill {
  z-index: 2;
  border-radius: 30px;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: -1rem;
  left: -1rem;
}

.btnblock_fill.red_variant {
  z-index: 3;
  background-color: var(--red);
}

.btnblock_fill.light_red_variant {
  background-color: var(--light-red);
}

.btnblock_fill_2 {
  background-color: var(--red);
}

.primary_button_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-red);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: 100%;
  padding-top: .7rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary_button_image {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.primary_button_red {
  background-color: var(--red);
  border-radius: 30px;
  display: block;
  position: absolute;
  inset: 0%;
}

.primary_button_text {
  z-index: 2;
  color: var(--white);
  white-space: nowrap;
  margin-bottom: .7rem;
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
}

.size_2-5rem {
  width: 2.5rem;
  height: 2.5rem;
}

.link-block-12 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.heading_white {
  font-family: var(--_typography---futura);
  color: var(--white);
  font-size: 4.5rem;
  line-height: 4rem;
}

.heading_white.u-text-align-center {
  text-align: center;
}

.heading2_white {
  font-family: var(--_typography---futura);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.heading2_white.u-mt-4rem {
  margin-top: 4rem;
}

.heading2_white.u-text-color-red {
  color: var(--red);
}

.heading2_white.u-text-color-red.u-width-full {
  width: 100%;
}

.heading2_white.u-text-color-black.u-width-full {
  color: var(--black);
  width: 100%;
}

.u-height-40rem {
  min-height: 40rem;
}

.button_white {
  background-color: var(--white);
  font-family: var(--_typography---futura);
  color: var(--red);
  text-align: center;
  border-radius: 4rem;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

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

.u-align-items-center.u-mt-4rem {
  margin-top: 4rem;
}

.paragraphmedium {
  font-family: var(--_typography---futura);
  font-weight: 500;
}

.paragraphmedium.u-text-white {
  color: var(--white);
}

.my_treatment_toolbox_svg {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  position: relative;
  bottom: 15%;
  left: auto;
  right: 0%;
}

.u-rotate-90deg {
  transform: translate(72px)rotate(90deg);
}

.u-rotate-90deg.u-display-none {
  display: block;
}

.div-block-14 {
  height: 0;
}

.u-height-0 {
  position: static;
}

.div-block-15 {
  width: 2.7rem;
  height: 2.7rem;
}

.line_svg {
  position: absolute;
}

.line_svg.u-height-0 {
  height: 0;
}

.line_svg.u-height-100 {
  height: 100%;
}

.line_svg.rotated_variant {
  transform: scale(1);
}

.line_svg.u-text-color-black {
  color: var(--black);
}

.descriptionwhite {
  font-family: var(--_typography---futura);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.descriptionwhite.u-text-color-black {
  color: var(--black);
}

.div-block-16 {
  display: flex;
}

.svg {
  color: var(--white);
  object-fit: cover;
  height: 100%;
  display: inline;
}

.descriptiongrid {
  max-width: var(--container-max-width);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.hikalliwrap {
  aspect-ratio: 101 / 889;
  width: auto;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  width: 55%;
  display: flex;
}

.image-50 {
  aspect-ratio: 101 / 889;
  object-fit: cover;
  width: auto;
  height: 100%;
}

.div-block-18 {
  width: 45%;
  max-height: 38rem;
}

.imkallimobiletext {
  display: none;
}

@media screen and (min-width: 1280px) {
  .header.container_utility {
    left: auto;
  }

  .homeheadersection {
    height: 70vh;
  }

  .headingblock {
    height: 400px;
  }

  .headingimageblock {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-red {
    margin-top: 0;
  }

  .heading-black {
    font-family: var(--_typography---futura);
    font-weight: 700;
  }

  .image-2 {
    width: 550px;
    height: 550px;
  }

  .image-3 {
    width: 450px;
  }

  .text-block-7 {
    font-size: 1.2rem;
  }

  .conditioncard {
    min-height: 55rem;
  }

  .treatmentscontainer {
    justify-content: space-between;
    align-items: stretch;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-block-8 {
    font-size: 1.2rem;
  }

  .treatmentblock, .treatmentblock-pelvic.tb02 {
    display: flex;
  }

  .heading-white {
    font-family: var(--_typography---futura);
    width: 100%;
  }

  .footer {
    background-color: var(--white);
  }

  .sociallinkblock {
    flex-flow: column;
    display: flex;
  }

  .image-8 {
    cursor: pointer;
  }

  .aboutmeheadersection {
    padding-bottom: 2rem;
  }

  .image-17 {
    top: 36px;
  }

  .descriptionheaderabout {
    z-index: 2;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
  }

  .heading-10 {
    font-size: 4rem;
  }

  .heading-12 {
    font-size: 4rem;
    line-height: 4rem;
  }

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

  .kalliimageblock {
    height: 750px;
  }

  .image-18 {
    object-fit: cover;
  }

  .dedicatedblock {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    justify-content: flex-start;
    padding-bottom: 4rem;
  }

  .dedicatedbgimag {
    height: 750px;
  }

  .descriptionheaderbookme {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .headingblockbookme {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .getincontactformblock {
    width: 100%;
  }

  .text-field {
    border: 2px solid var(--white);
    background-color: var(--red);
    border-radius: 3rem;
  }

  .text-field:focus {
    background-color: var(--white);
    color: var(--red);
  }

  .text-field::placeholder {
    color: #ffffffad;
  }

  .textarea {
    border: 2px solid var(--white);
    background-color: var(--red);
    color: var(--white);
    margin-bottom: .5rem;
    padding: 1.5rem 2rem 12rem;
    font-family: Chivo, sans-serif;
  }

  .textarea::placeholder {
    color: #ffffffad;
  }

  .servicesheadersection {
    height: 70vh;
  }

  .headerinfoblockservices {
    height: 425px;
  }

  .button-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-2.booknow.w--current {
    width: 80%;
  }

  .image-27 {
    z-index: 1;
    width: 500px;
    height: 500px;
  }

  .treatmentcard {
    cursor: default;
  }

  .birthprepheadersection {
    padding-bottom: 2rem;
  }

  .headerinfoblockbirth {
    height: 450px;
  }

  .descriptionheaderbirth {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .headingblockbirth {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cardservices {
    width: 325px;
  }

  .getstartedsection {
    padding-top: 4rem;
  }

  .getstartheading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .heading-27 {
    font-size: 3.5rem;
    line-height: 3.5px;
  }

  .heading-28 {
    font-size: 1.2rem;
  }

  .whatisblock {
    padding-bottom: 2.5rem;
  }

  .pelvicheadersection {
    padding-bottom: 2rem;
  }

  .descriptionheaderpelvic {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .imagepelvic {
    right: 70px;
  }

  .heading-30 {
    font-size: 3.5rem;
  }

  .heading-31, .heading-33 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .whysection.pinkversion {
    background-color: #e9bac1;
  }

  .whyblock.pinkversionblock {
    width: 55%;
  }

  .heading-34 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .imageblockwhy {
    width: 45%;
    height: 650px;
  }

  .imagebirthprep {
    right: 35px;
  }

  .heading-horizontal {
    top: 0%;
  }

  .link-block-10 {
    color: var(--black);
    text-decoration: none;
  }

  .treatmentpainheading {
    justify-content: space-between;
    width: 100%;
  }

  .treatmentmuscleheading, .treatmentnerveheading, .treatmentpostheading, .treatmentchronicheading, .treatmentsportheading, .treatmentpainneck {
    width: 100%;
  }

  .treatmentblockpelvic {
    display: flex;
  }

  .subheading {
    font-family: var(--_typography---futura);
    color: var(--white);
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .header.container_utility {
    left: auto;
  }

  .homeheadersection {
    height: 80vh;
  }

  .headingblock {
    height: 500px;
  }

  .headingimageblock {
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-red {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.5rem;
  }

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

  .heading-black {
    margin-top: 0;
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .btnstyle {
    padding: 1rem 2.5rem;
    font-size: 2rem;
  }

  .image-2 {
    width: 750px;
    height: 750px;
  }

  .image-3 {
    width: 550px;
  }

  .heading-4 {
    font-size: 4.5rem;
  }

  .text-block-7 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .treatmentblock {
    overflow: hidden;
  }

  .heading-white {
    width: 100%;
    font-family: futura-pt-bold, sans-serif;
    font-size: 5rem;
    line-height: 5rem;
  }

  .heading-7 {
    font-size: 2.5rem;
  }

  .treatmentdescriptionblock.qualification {
    display: none;
  }

  .heading-8 {
    font-size: 2.5rem;
  }

  .heading-8.blackversion {
    font-size: 2rem;
  }

  .text-block-9 {
    font-size: 1.4rem;
  }

  .heading-9 {
    font-size: 4.5rem;
  }

  .text-block-10 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }

  .conversationcard {
    width: 60%;
    height: 450px;
  }

  .text-block-11 {
    font-size: 1.9rem;
  }

  .aboutmeheadersection {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .headerinfoblock {
    height: 500px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .image-17 {
    top: 47px;
  }

  .descriptionheaderabout {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    justify-content: flex-start;
  }

  .headingblockaboutme {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-10 {
    font-size: 4.5rem;
  }

  .heading-11 {
    font-size: 1.4rem;
  }

  .heading-12 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .image-18 {
    max-height: 55rem;
  }

  .descriptionblock {
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .text-block-14 {
    height: 49rem;
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .descriptionheaderbookme {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    justify-content: flex-start;
    padding-top: 0;
  }

  .headingblockbookme {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .imagebookme {
    width: 350px;
    top: -16px;
  }

  .text-block-20 {
    font-size: 1.5rem;
  }

  .imageblockbooknow {
    height: 400px;
  }

  .contactheadersection {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .getincontactimageblock {
    width: 100%;
    height: auto;
    min-height: 40rem;
  }

  .image-24 {
    object-fit: cover;
    object-position: 50% 25%;
  }

  .getincontactformblock {
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .form-block {
    display: block;
  }

  .servicesheadersection {
    height: 80vh;
  }

  .headerinfoblockservices {
    height: 600px;
  }

  .headingblockservices {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
  }

  .image-27 {
    width: 600px;
    height: 600px;
  }

  .birthprepheadersection {
    padding-bottom: 2rem;
  }

  .descriptionheaderbirth {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .cardservices {
    width: 400px;
    height: 350px;
  }

  .getstartedsection {
    padding-top: 4rem;
  }

  .whatisblock {
    padding-bottom: 2.5rem;
  }

  .imagepelvic {
    width: 300px;
    top: 0;
    right: 80px;
  }

  .imageblockwhy {
    height: 700px;
  }

  .pilatesheadersection {
    padding-bottom: 2rem;
  }

  .imagebirthprep {
    right: 68px;
  }

  .imageservices {
    width: 375px;
    top: -39px;
    right: 59px;
  }

  .imageplus {
    display: none;
  }

  .heading-black-pelvic {
    font-size: 2.5rem;
  }

  .pelvicdescriptionblock.qualification {
    display: none;
  }

  .text-block-pelvic {
    font-size: 1.4rem;
  }

  .servicescard {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border: 2px solid var(--white);
    width: 100%;
    height: 300px;
    padding: 2rem;
  }

  .servicescard:hover {
    background-color: var(--light-red);
  }

  .heading-2-white {
    color: var(--white);
    text-transform: uppercase;
    margin-top: 10px;
    font-family: Futura Bt, sans-serif;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .text-block-services {
    color: var(--white);
    font-family: "Futura Book Bt 22240", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .headingwrapper {
    width: 100%;
    height: 75px;
  }

  .treatmentblockpelvic {
    overflow: hidden;
  }

  .subheading {
    font-family: var(--_typography---futura);
    color: var(--white);
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .body {
    background-color: var(--red);
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding: 20px;
  }

  .navbar-2 {
    border-radius: 5rem;
  }

  .link-block.contactblock {
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
  }

  .text-block, .text-block-5 {
    font-size: 1.5rem;
  }

  .homeheadersection {
    height: 80vh;
  }

  .headingblock {
    height: 650px;
  }

  .headingimageblock {
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-red {
    font-size: 6.5rem;
  }

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

  .heading-black {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }

  .btnstyle {
    padding: 1.5rem 2.5rem;
    font-size: 2rem;
  }

  .image-2 {
    width: 800px;
    height: 800px;
    left: -5%;
  }

  .image-3 {
    width: 43%;
  }

  .conditionheadingblock {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-4 {
    font-size: 6.5rem;
  }

  .text-block-7 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .conditioncard {
    height: 70vh;
  }

  .headingcardsection {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-5 {
    font-size: 2.7rem;
  }

  .treatmentblock {
    padding-top: 8rem;
  }

  .treatmenttoolboxsection {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .treatmentheading {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-7 {
    font-size: 3rem;
  }

  .treatmentblockheading {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-8 {
    font-size: 3rem;
  }

  .heading-8.blackversion {
    margin-top: 10px;
  }

  .text-block-9 {
    font-size: 1.5rem;
  }

  .text-block-9.blackversion {
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading-9 {
    font-size: 6.5rem;
  }

  .text-block-10 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .conversationcard {
    height: 600px;
  }

  .text-block-12 {
    line-height: 2rem;
  }

  .salesblockanimate {
    height: 400px;
  }

  .btnblock {
    padding-left: 30px;
  }

  .text-block-13 {
    width: 200px;
    font-size: 1.5rem;
  }

  .image-16 {
    width: 300px;
  }

  .image-16.booknow {
    width: 400px;
  }

  .headerinfoblock {
    justify-content: center;
    align-items: center;
    height: 600px;
    display: flex;
  }

  .image-17 {
    width: 30rem;
    top: 46px;
    right: -43px;
  }

  .headingblockaboutme {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-10 {
    font-size: 6.5rem;
  }

  .heading-11 {
    font-size: 1.4rem;
  }

  .heading-12 {
    font-size: 6.5rem;
    font-weight: 900;
    line-height: 6.5rem;
  }

  .kalliimageblock {
    height: 100vh;
  }

  .heading-13 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }

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

  .text-block-15 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading-14 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }

  .text-block-16 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .qualificationssection {
    padding-bottom: 8rem;
  }

  .heading-15 {
    font-size: 6.5rem;
  }

  .heading-16 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }

  .text-block-17 {
    font-size: 2rem;
    line-height: 3rem;
  }

  .btnactions {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.8rem;
  }

  .text-block-18, .text-block-19 {
    font-size: 1.5rem;
  }

  .descriptionheaderbookme {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .headingblockbookme {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .imagebookme {
    width: 450px;
    top: -41px;
    right: 89px;
  }

  .text-block-20 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .imageblockbooknow {
    height: 450px;
  }

  .bookwithussection {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-bottom: 8rem;
  }

  .heading-17 {
    font-size: 6.5rem;
  }

  .reasoncard {
    height: 500px;
  }

  .heading-18 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .text-block-21 {
    font-size: 1.8rem;
  }

  .howitworkssection {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-bottom: 8rem;
  }

  .heading-19 {
    font-size: 6.5rem;
  }

  .heading-20 {
    font-size: 2.5rem;
  }

  .text-block-22 {
    font-size: 1.8rem;
  }

  .image-21 {
    top: -13%;
    right: -5%;
  }

  .booknowsection {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-block-23 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .contactheadersection {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .getincontactimageblock {
    width: 100%;
    height: auto;
  }

  .getincontactformblock {
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .headingdescriptioncontact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-whi {
    font-size: 6.5rem;
  }

  .text-block-25 {
    font-size: 1.6rem;
    display: block;
  }

  .form-block {
    display: block;
    position: static;
  }

  .text-field {
    border: 2px solid var(--white);
    color: var(--white);
    border-radius: 3rem;
    margin-bottom: 2.5rem;
    padding: 2.5rem;
    font-family: Chivo, sans-serif;
    font-size: 1.5rem;
    line-height: 1rem;
  }

  .text-field:focus {
    background-color: var(--white);
    color: var(--red);
  }

  .text-field::placeholder {
    color: #ffffffad;
  }

  .textarea {
    border: 2px solid var(--white);
    background-color: var(--red);
    color: var(--white);
    margin-bottom: .5rem;
    padding: 1.5rem 2rem 12rem;
    font-family: Chivo, sans-serif;
  }

  .textarea:focus {
    background-color: var(--white);
    color: var(--red);
  }

  .textarea::placeholder {
    color: #ffffffad;
  }

  .submit-button {
    font-size: 2rem;
    top: 2px;
  }

  .image-26 {
    width: 100%;
  }

  .btncontainercontact {
    width: 14rem;
  }

  .headerinfoblockservices {
    height: 750px;
  }

  .button-2 {
    padding: 20px 10px;
    font-size: 1.6rem;
  }

  .heading7 {
    font-size: 3rem;
  }

  .journeybeginssection {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .heading-22 {
    font-size: 6.5rem;
  }

  .treatmentssection {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .heading-23 {
    font-size: 6.5rem;
  }

  .headerinfoblockbirth {
    height: 700px;
  }

  .headingblockbirth {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .servicessection {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-24 {
    font-size: 6.5rem;
  }

  .servicescardblock {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cardservices {
    width: 450px;
    height: 450px;
  }

  .cardservices.white {
    width: 550px;
    height: 550px;
  }

  .heading-25 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .text-block-27 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-26 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }

  .text-block-28 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .benefitsminicard, .benefitsminicard._03 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-block-29 {
    font-size: 2.6rem;
  }

  .text-block-30 {
    font-size: 2rem;
  }

  .getstartedsection {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .getstartheading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .heading-27 {
    font-size: 6.5rem;
  }

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

  .text-block-31 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .button-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.8rem;
  }

  .descriptionheaderpelvic {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .imagepelvic {
    top: 15px;
    right: 147px;
  }

  .heading-31 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }

  .heading-32 {
    font-size: 2.5rem;
  }

  .text-block-33 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-33 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }

  .heading-34 {
    margin-bottom: 0;
    font-size: 6.5rem;
    line-height: 6.5rem;
  }

  .text-block-34 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .imageblockwhy {
    height: 750px;
  }

  .marquee-secondary-text-2.kallimarquee {
    font-size: 1.5rem;
  }

  .image-38 {
    width: 300px;
    top: -183px;
  }

  .text-block-36, .text-block-37, .text-block-38 {
    font-size: 1.5rem;
  }

  .image-41 {
    width: 250px;
  }

  .form {
    font-family: "Futura Book Bt 22240", sans-serif;
    font-size: 1.5rem;
  }

  .text-block-39, .text-block-40, .text-block-41, .text-block-42 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .text-block-43, .text-block-44 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .homesquiggle {
    width: 300px;
  }

  .homesquiggle.booknow {
    width: 400px;
  }

  .about-squiggle {
    width: 300px;
  }

  .about-squiggle.booknow {
    width: 400px;
  }

  .servicessquiggle {
    width: 300px;
  }

  .servicessquiggle.booknow {
    width: 400px;
  }

  .booknowsquiggle {
    width: 300px;
  }

  .booknowsquiggle.booknow {
    width: 400px;
  }

  .imageservices {
    width: 300px;
    top: 1px;
    right: 105px;
  }

  .kalliimage {
    top: 126px;
  }

  .headingtreatment {
    font-size: 3rem;
  }

  .pelvicheading {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-black-pelvic {
    font-size: 3rem;
  }

  .text-block-pelvic {
    font-size: 1.5rem;
  }

  .text-block-pelvic.blackversion {
    font-size: 2rem;
    line-height: 3rem;
  }

  .treatmentblockpelvic {
    padding-top: 8rem;
  }

  .link-block-11 {
    cursor: pointer;
  }

  .contactcardsblock {
    width: 25rem;
  }

  .page_wrap {
    flex-flow: column;
    min-height: 100vh;
    display: flex;
    overflow: clip;
  }

  .container_utility {
    width: 100%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    container-type: inline-size;
  }

  .text_main {
    font-family: Futura Bt, sans-serif;
  }

  .text_bold {
    color: var(--white);
    font-family: Futura Md Bt, sans-serif;
    font-size: 2rem;
    font-weight: 500;
  }

  .form_error_message_wrap {
    margin-top: 2.5rem;
    padding: 1rem 1.5rem;
  }

  .form_success_message_wrap {
    font-family: futura-pt, sans-serif;
  }

  .nav_link_block.w--current {
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .nav-menu-2 {
    background-color: var(--black);
    border-radius: 2rem;
    flex-flow: column;
    justify-content: space-between;
    height: 40rem;
    margin-top: .5rem;
    padding: 2rem;
  }

  .link-block.contactblock {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    max-width: 30rem;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-block.booknow {
    display: none;
  }

  .homeheadersection {
    height: 70vh;
    padding-right: 0;
  }

  .headingblock {
    width: 100%;
    height: 38rem;
  }

  .headingimageblock {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-red {
    font-size: 3.5rem;
  }

  .heading-2 {
    color: var(--black);
    margin-top: 0;
  }

  .horizontallineblock {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-black {
    text-align: center;
    margin-top: 0;
    font-size: 3.5rem;
  }

  .heading-black.headeranimate, .heading-black.u-alignment-left {
    text-align: left;
  }

  .contactbtnblock {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 1rem;
  }

  .btnstyle {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .image-2 {
    object-position: 100% 50%;
    height: 88%;
    left: -29.5%;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 3.5rem;
  }

  .image-4 {
    width: 150px;
    top: -3%;
  }

  .conditionstreatcards {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .conditioncard {
    width: 50%;
    min-height: 60rem;
    position: relative;
  }

  .treatmentscontainer {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-block-8 {
    font-size: 1rem;
  }

  .roundplusblock {
    width: 75px;
    height: 75px;
  }

  .treatmentblock {
    display: block;
  }

  .roundplusblock-02.rpb02 {
    width: 75px;
    height: 75px;
  }

  .treatmentblock-pelvic.tb02 {
    display: none;
  }

  .heading-white {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .heading-white.mobile {
    display: flex;
  }

  .heading-7, .heading-8 {
    font-size: 1.5rem;
  }

  .text-block-9 {
    font-size: 1rem;
  }

  .salesection {
    width: 15%;
  }

  .conversationblock {
    width: 90%;
  }

  .heading-9 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .conversationcard {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .bottomcard {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-11 {
    font-size: 1rem;
  }

  .sociallinkslocationsection {
    flex-flow: column;
  }

  .actionbtnsectionfooter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .locationblockfooter {
    width: 100%;
    padding-left: 0;
  }

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

  .text-block-12.u-textalign-center-tablet {
    text-align: center;
  }

  .sociallinkblock {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-7 {
    height: 50px;
    position: static;
    left: 0%;
  }

  .animate50percent {
    width: 100px;
  }

  .centerimage {
    width: 25px;
  }

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

  .text-block-13 {
    text-align: center;
    width: auto;
    font-family: futura-pt-bold, sans-serif;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .aboutmeheadersection {
    padding-right: 0;
  }

  .headerinfoblock {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-17 {
    width: 350px;
  }

  .descriptionheaderabout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-10 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .heading-12 {
    margin-top: 0;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .kallidescription {
    flex-flow: column;
  }

  .kalliimageblock {
    width: 50%;
    display: none;
  }

  .kallidescriptionblock {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-18 {
    object-fit: cover;
    object-position: 58% 50%;
    max-width: 100%;
    max-height: 100%;
  }

  .bignametextblock {
    width: 10%;
  }

  .descriptionblock {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-block-14 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .heading-13 {
    font-size: 3.5rem;
  }

  .text-block-15 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .dedicatedblock {
    padding-right: 4rem;
  }

  .heading-14 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .dedicatedbgimag {
    height: 70vh;
  }

  .text-block-16 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .heading-15 {
    font-size: 3.5rem;
  }

  .qualificationsblocksection {
    padding-right: 0;
  }

  .heading-16 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .text-block-17 {
    line-height: 1.4rem;
  }

  .btnactions {
    font-size: 1rem;
  }

  .bookmeheadersection {
    height: 35rem;
    padding-right: 0;
  }

  .text-block-20 {
    font-size: 1rem;
  }

  .heading-17 {
    font-size: 3.5rem;
  }

  .reasonsbookcardsblock {
    flex-flow: column;
  }

  .reasoncard {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
    height: auto;
    padding: 1rem 1rem 2rem;
  }

  .heading-18 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 2rem;
    line-height: 2rem;
  }

  .text-block-21 {
    font-size: 1rem;
  }

  .howitworkssection {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-19 {
    font-size: 3.5rem;
  }

  .workscard {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-20 {
    font-size: 1.5rem;
  }

  .text-block-22 {
    font-size: 1rem;
  }

  .image-21 {
    width: 200px;
    top: -7%;
    right: -6%;
  }

  .descriptionbooknow {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .text-block-23 {
    line-height: 2rem;
  }

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

  .getincontactformblock {
    width: 100%;
  }

  .heading-whi {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .form-block {
    margin-top: 1rem;
  }

  .textarea {
    border-radius: 1rem;
  }

  .submit-button {
    font-size: 1.5rem;
  }

  .image-26 {
    align-self: center;
    width: 12rem;
  }

  .btncontainercontact {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .servicesheadersection {
    height: 40rem;
    padding-right: 0;
  }

  .headerinfoblockservices {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 500px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .descriptionheaderservices {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .button-2.booknow {
    width: 100%;
  }

  .heading7 {
    font-size: 1.5rem;
  }

  .journeybeginssection {
    padding-bottom: 10rem;
  }

  .heading-22 {
    font-size: 3.5rem;
  }

  .journeystoryblock, .treatmentssection {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .heading-23 {
    font-size: 3.5rem;
  }

  .birthprepheadersection {
    height: 35rem;
    padding-right: 0;
  }

  .headerinfoblockbirth {
    height: 400px;
    padding-left: 2rem;
  }

  .descriptionheaderbirth {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .actionbtnbirth {
    width: 50%;
  }

  .heading-24 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .heading-25 {
    font-size: 1.5rem;
  }

  .text-block-27 {
    font-size: 1rem;
  }

  .benefitssection {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-26 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .text-block-28 {
    font-size: 1rem;
  }

  .text-block-29 {
    font-size: 1.2rem;
  }

  .text-block-30 {
    font-size: 1rem;
  }

  .heading-27 {
    font-size: 3.5rem;
  }

  .heading-28, .text-block-31 {
    font-size: 1rem;
  }

  .whatissection {
    padding-left: 1rem;
  }

  .whatisimageblock {
    height: 75vh;
  }

  .heading-29 {
    text-transform: uppercase;
    font-size: 3.5rem;
  }

  .descriptionblockwhatis {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .pelvicheadersection, .pelvicheadersection.pelvic {
    height: 35rem;
  }

  .descriptionheaderpelvic {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .imagepelvic {
    width: 150px;
    top: 5px;
    right: 84px;
  }

  .actionbtnpelvic {
    width: 60%;
  }

  .heading-30, .heading-31 {
    font-size: 3.5rem;
  }

  .heading-32 {
    font-size: 1.5rem;
  }

  .text-block-33 {
    font-size: 1rem;
  }

  .heading-33 {
    font-size: 3.5rem;
  }

  .whyblock.pinkversionblock {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .heading-34 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .heading-34.pinkheadingversion {
    font-size: 3.5rem;
  }

  .text-block-34 {
    font-size: 1rem;
  }

  .text-block-34.pinkversion {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .pilatesheadersection {
    height: 35rem;
  }

  .text-block-35 {
    font-size: 1rem;
  }

  .image-38 {
    width: 150px;
    top: -93px;
  }

  .imagebirthprep {
    width: 150px;
    top: 46px;
  }

  .div-block-5 {
    display: flex;
    position: relative;
    top: 0;
  }

  .link-block-9 {
    border-top-style: none;
    border-bottom-style: none;
    border-radius: 1.5rem;
    font-family: Futura Bt, sans-serif;
    font-size: 1rem;
    display: flex;
  }

  .link-block-9:hover {
    background-color: var(--light-red);
  }

  .link-block-9.booknow {
    display: none;
  }

  .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-45, .text-block-46 {
    font-size: 1rem;
  }

  .imageservices {
    top: -52px;
    right: -54px;
  }

  .heading-horizontal {
    display: none;
  }

  .image-42 {
    width: 25px;
  }

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

  .headingtreatment, .heading-black-pelvic {
    font-size: 1.5rem;
  }

  .text-block-pelvic {
    font-size: 1rem;
  }

  .wrappersquiggle, .treatmentblockpelvic {
    display: none;
  }

  .link-block-11 {
    width: 45%;
  }

  .contactcardsblock {
    width: 16rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-48 {
    font-size: 1.5rem;
  }

  .div-block-11 {
    width: 30px;
    height: 30px;
  }

  .image-49 {
    margin-top: 1px;
  }

  .form_error_message_wrap, .form_error_message_text {
    position: static;
  }

  .nav_link_block {
    display: block;
  }

  .nav_link_block.w--current {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }

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

  .nav_dropdown {
    top: 12rem;
  }

  .nav_dropdown.w--open {
    background-color: var(--black);
    padding-top: 0;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    position: relative;
    top: 0;
  }

  .code-embed {
    display: none;
  }

  .descriptiongrid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
    min-height: 50rem;
  }

  .div-block-19 {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .container, .nav-menu-2 {
    height: auto;
  }

  .link-block.contactblock {
    margin-top: 1rem;
  }

  .link-block.booknow, .headingdescriptionblock {
    display: none;
  }

  .headingimageblock {
    width: 100%;
    padding-left: 20px;
  }

  .heading-red.headeranimate {
    font-size: 2.5rem;
  }

  .heading-black {
    font-size: 3rem;
  }

  .heading-black.headeranimate {
    text-align: left;
    font-size: 2.5rem;
  }

  .contactbtnblock {
    width: 50%;
  }

  .image-2 {
    object-position: 100% 50%;
    width: 450px;
    height: 450px;
    left: -87%;
  }

  .conditionstreatcards {
    flex-flow: column;
  }

  .conditioncard {
    width: 100%;
    min-height: 55rem;
  }

  .treatmentblock {
    display: none;
  }

  .treatmenttoolboxsection {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .joinconversationsection {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 3rem;
  }

  .conversationcardblock {
    flex-flow: column;
  }

  .conversationcard {
    width: 100%;
    height: 250px;
  }

  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footernavbar {
    margin-top: 20px;
  }

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

  .locationdescription {
    width: auto;
  }

  .sociallinkblock {
    flex-flow: row;
  }

  .image-9 {
    width: 150px;
  }

  .image-10 {
    width: 150px;
    top: -34px;
    right: -30px;
  }

  .image-14 {
    width: 150px;
    top: -15px;
    left: -11px;
  }

  .image-17 {
    width: 20rem;
    top: 46px;
  }

  .kallidescription {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .image-18 {
    min-width: 100%;
    min-height: 40rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .descriptionblock {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-14 {
    padding-left: 2rem;
  }

  .dedicatedsection {
    flex-flow: column;
    padding-left: 0;
  }

  .dedicatedblock {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dedicatedbgimag {
    width: 100%;
  }

  .verticalline {
    height: 130px;
  }

  .image-27 {
    width: 25rem;
    height: 25rem;
    left: 0;
  }

  .headerinfoblockbirth {
    height: 450px;
  }

  .imagepelvic {
    top: 33px;
    right: 18px;
  }

  .div-block-5 {
    display: flex;
    top: 37px;
  }

  .link-block-9 {
    border-top-style: none;
    border-bottom-style: none;
  }

  .image-42 {
    width: 25px;
  }

  .pelvicrehabblock {
    width: 90%;
  }

  .treatmentblockpelvic {
    display: none;
  }

  .link-block-11 {
    width: 100%;
  }

  .div-block-13 {
    margin-top: 1rem;
  }

  .heading2_white.u-text-color-black.u-width-full.u-text-size1-7rem-mobile {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8rem;
  }

  .svg {
    display: none;
  }

  .descriptiongrid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-17 {
    width: auto;
  }

  .div-block-19 {
    max-width: none;
  }

  .imkallimobiletext {
    font-family: var(--_typography---futura-bold);
    color: var(--white-2);
    text-align: center;
    text-transform: uppercase;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.8rem;
    display: block;
  }

  .understandingheading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding: 1rem .5rem;
  }

  .container {
    padding-left: 5px;
  }

  .nav-menu-2 {
    background-color: var(--black);
    border-radius: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: .5rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .link-block.w--current {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .link-block.contactblock {
    margin-top: 1rem;
  }

  .link-block.booknow {
    display: none;
  }

  .homeheadersection {
    height: 60vh;
    padding-bottom: 2rem;
  }

  .headingblock {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 35rem;
    display: flex;
  }

  .headingdescriptionblock {
    display: none;
  }

  .headingimageblock {
    width: 100%;
    padding: 1.5rem 1rem;
  }

  .heading-red, .heading-red.headeranimate {
    font-size: 2.5rem;
  }

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

  .heading-2.u-max-width-60ch {
    line-height: 1.5rem;
  }

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

  .heading-black.pilates {
    display: flex;
  }

  .contactbtnblock {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .image-2 {
    opacity: 0;
  }

  .image-3 {
    bottom: 133px;
  }

  .conditionssection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-7 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .image-4 {
    width: 100px;
    top: -1%;
    right: -5%;
  }

  .conditioncard {
    border: 1px solid #0000;
    border-radius: 20px;
    min-height: 0;
  }

  .heading-5 {
    font-size: 1.5rem;
  }

  .treatmentscontainer {
    width: 100%;
  }

  .roundplusblock {
    width: 50px;
    height: 50px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .treatmentblock {
    border-style: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 3rem;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .roundplusblock-02.rpb02 {
    width: 50px;
    height: 50px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .treatmenttoolboxsection {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-white {
    z-index: 1;
    font-size: 2.5rem;
    line-height: 2.25rem;
    display: flex;
    position: relative;
  }

  .heading-white.zindex {
    position: relative;
  }

  .heading-white.center {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-9 {
    line-height: 1rem;
  }

  .salesection {
    display: none;
  }

  .conversationblock {
    width: 100%;
  }

  .heading-9 {
    font-size: 2rem;
    line-height: 2rem;
    position: relative;
  }

  .conversationcardblock {
    width: 100%;
  }

  .footernavbar {
    display: none;
  }

  .locationblockfooter {
    padding-right: 0;
  }

  .locationlogosection {
    width: 28%;
  }

  .text-block-12 {
    font-size: 1rem;
    text-decoration: none;
  }

  .sociallinkblock {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .socialblocks {
    width: 50px;
  }

  .image-7 {
    width: 80%;
    height: auto;
  }

  .image-8 {
    width: 100%;
  }

  .image-9 {
    width: 6rem;
  }

  .image-10 {
    width: 6.75rem;
    top: -23px;
  }

  .image-15 {
    width: 150px;
    top: -35px;
    right: -33px;
  }

  .aboutmeheadersection {
    height: 35rem;
    padding-right: 0;
  }

  .headerinfoblock {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 300px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-17 {
    width: 10rem;
    height: 10rem;
    top: -25px;
    right: -44px;
    transform: rotate(-9deg);
  }

  .descriptionheaderabout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    width: 100%;
  }

  .heading-12 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .heading-12.headinggeneral {
    font-size: 2rem;
    line-height: 2rem;
  }

  .kallidescription {
    flex-flow: column-reverse;
  }

  .kalliimageblock {
    width: 100%;
    height: 45vh;
  }

  .kallidescriptionblock {
    box-shadow: none;
    width: 100%;
    padding-left: 1.5rem;
  }

  .image-18, .text-block-14 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .treatmentmarqueesection {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .approachcaresection {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dedicatedsection {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .dedicatedblock {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dedicatedbgimag {
    width: 100%;
    height: 400px;
  }

  .verticalline {
    display: none;
  }

  .text-block-16 {
    width: 100%;
  }

  .qualificationssection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .qualificationsblocksection {
    padding-right: 0;
  }

  .joinmesection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .joinmeblock, .actionbtnaboutmesection {
    width: 100%;
  }

  .bookmeheadersection {
    padding-right: 0;
  }

  .readytakesection {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .descriptionreadytotake {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .verticallineblock, .imageblockbooknow {
    display: none;
  }

  .bookwithussection {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 1rem;
  }

  .reasoncard, .reasoncard._02, .reasoncard._03 {
    height: 225px;
  }

  .howitworkssection {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-21 {
    width: 150px;
    top: -5%;
    right: -13%;
  }

  .booknowsection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .descriptionbooknow {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .actionbtnbooknowblock {
    cursor: pointer;
  }

  .text-block-24 {
    position: relative;
  }

  .image-23 {
    width: 150px;
    top: -24px;
    left: -10px;
  }

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

  .getincontactimageblock {
    min-height: 25rem;
    max-height: 25rem;
    display: block;
  }

  .getincontactformblock {
    width: 100%;
  }

  .text-field {
    margin-bottom: 1.5rem;
    padding: 1.6rem 1.5rem;
    font-size: 1rem;
    line-height: .8rem;
  }

  .text-field::placeholder {
    font-size: 1rem;
  }

  .textarea {
    padding-top: 1.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .textarea::placeholder {
    font-size: 1rem;
  }

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

  .headerinfoblockservices {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 350px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .descriptionheaderservices {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .actionbtnservices, .button-2.booknow {
    width: 100%;
  }

  .image-27 {
    width: 15rem;
    height: 15rem;
    top: 4rem;
  }

  .heading7 {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .journeybeginssection {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .journeystoryblock {
    padding-left: 0;
    padding-right: 0;
  }

  .image-28, .image-29 {
    width: 150px;
  }

  .treatmentssection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .treatmentscardsection {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .treatmentcard {
    width: 150px;
    height: 150px;
  }

  .text-block-26 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .containertreatments {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .birthprepheadersection {
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .headerinfoblockbirth {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 350px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .descriptionheaderbirth {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-top: 1rem;
  }

  .actionbtnbirth {
    width: 100%;
  }

  .servicessection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .servicescardblock {
    flex-flow: column;
    display: flex;
    overflow: visible;
  }

  .cardservices {
    width: 100%;
  }

  .cardservices.white {
    height: 250px;
  }

  .benefitssection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .headingbenefitsblock {
    width: 100%;
  }

  .benefitsminicardsblock, .benefitsminicardsblock.redversion, .benefitsminicardsblock.pilates {
    padding-right: 0;
  }

  .getstartedsection {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-28 {
    line-height: 1.2rem;
  }

  .getstarteddescriptionblock {
    width: 100%;
  }

  .verticallineblockgetstarted {
    display: none;
  }

  .whatissection {
    flex-flow: column;
    padding-right: 1rem;
  }

  .whatisblock {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .whatisimageblock {
    display: none;
  }

  .descriptionblockwhatis {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .button-3 {
    width: 100%;
  }

  .pelvicheadersection {
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .descriptionheaderpelvic {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .imagepelvic {
    width: 100px;
    top: -7px;
    right: -6px;
  }

  .actionbtnpelvic {
    width: 100%;
  }

  .blackdescriptionsection {
    padding: 2rem 1rem 8rem;
  }

  .blackboxdescriptionbox {
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: "Futura Book Bt 22240", sans-serif;
    font-size: 1rem;
  }

  .image-32, .image-33 {
    width: 100px;
  }

  .rehabsevicessection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .servicescardsblock {
    flex-flow: column;
    display: flex;
  }

  .rotatelogosection {
    width: 100px;
    height: 100px;
  }

  .image-34 {
    width: 100px;
  }

  .whysection {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .whysection.pinkversion.redversion {
    justify-content: center;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .whysection.pilates {
    padding-right: 1rem;
  }

  .whyblock {
    width: 100%;
    padding-top: 2rem;
  }

  .whyblock.pinkversionblock, .whyblock.pilates {
    width: 100%;
  }

  .imageblockwhy {
    display: none;
  }

  .pilatesheadersection {
    padding-right: 0;
  }

  .servicedescriptionsection {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .servicedescriptionblock {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .serviceblockheading {
    display: none;
  }

  .servicedescriptionblockcontent {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .servicedescriptionimageblock {
    width: 100%;
    height: 300px;
  }

  .heading-35 {
    margin-top: 0;
    display: none;
    transform: none;
  }

  .image-38 {
    width: 75px;
    top: -69px;
  }

  .image-39, .image-40 {
    width: 150px;
  }

  .imagebirthprep {
    width: 100px;
    top: -5px;
    right: -5px;
  }

  .div-block-5 {
    z-index: 2;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    display: flex;
    top: 36px;
  }

  .link-block-9 {
    border-top-style: none;
    border-bottom-style: none;
  }

  .link-block-9:hover {
    background-color: var(--black);
  }

  .link-block-9.booknow {
    display: flex;
  }

  .homesquiggle.image-16 {
    object-fit: cover;
    top: -18px;
    left: -45px;
  }

  .about-squiggle.image-16 {
    opacity: 1;
    top: -18px;
    left: -134%;
    right: -66px;
  }

  .booknowsquiggle.booknow.image-16 {
    left: 121px;
  }

  .imageservices {
    width: 75px;
    top: -13px;
    right: -13px;
  }

  .heading-horizontal {
    display: none;
  }

  .image-42 {
    width: 25px;
  }

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

  .div-block-6 {
    display: none;
    position: absolute;
  }

  .div-block-7 {
    display: none;
    position: absolute;
    left: 82.011px;
  }

  .div-block-8 {
    display: none;
    position: absolute;
    top: 10px;
    left: -1.2216px;
  }

  .div-block-9 {
    display: none;
    position: absolute;
    top: 11px;
    left: -42.989px;
  }

  .link-block-10 {
    color: var(--black);
    text-decoration: none;
  }

  .image-43 {
    z-index: 5;
    position: relative;
  }

  .imageplus, .div-block-10 {
    display: none;
  }

  .image-44 {
    width: 20px;
  }

  .kalliimage, .squiggleblock {
    display: none;
  }

  .treatmentblocksection {
    padding-right: 0;
  }

  .pelvicrehabblock {
    width: 100%;
  }

  .heading-black-pelvic {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .heading-black-pelvic.center {
    font-size: 1.2rem;
    line-height: 1rem;
  }

  .text-block-pelvic {
    line-height: 1rem;
  }

  .cardexamblock {
    height: 500px;
  }

  .textexam {
    font-size: 1rem;
  }

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

  .sowhatsection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-descript {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .important-block {
    margin-top: .5rem;
  }

  .text-block-47 {
    font-family: Futura Bt, sans-serif;
  }

  .treatmentblockpelvic {
    border-style: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 3rem;
    position: relative;
    overflow: hidden;
  }

  .link-block-11 {
    width: 100%;
    text-decoration: none;
  }

  .linky {
    margin-top: 2rem;
  }

  .container_utility {
    max-width: var(--container-max-width);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subheading {
    font-size: 1.25rem;
    line-height: 1rem;
  }

  .form_error_message_text {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .nav_dropdown.w--open {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .primary_button_wrap {
    padding-top: .5rem;
  }

  .primary_button_text {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .heading_white {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .heading2_white {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .heading2_white.u-mt-4rem.u-mt-3rem-mobiles {
    margin-top: 3rem;
  }

  .heading2_white.u-text-color-black.u-width-full.u-text-size1-7rem-mobile {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }

  .heading2_white.u-text-color-black.u-width-full.u-text-size1-7rem-mobile.u-text-align-center-mobiles {
    text-align: center;
  }

  .button_white.u-align-center.w--current {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .imkallimobiletext {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

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

#w-node-_3274d8c4-4efa-f860-1cbf-8e07ed15d00b-2bc9ceed {
  align-self: auto;
}

#w-node-f74dc214-604a-492a-b124-68c93e48916c-2bc9ceef {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-f74dc214-604a-492a-b124-68c93e48916c-2bc9ceef {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1f8ad760-4911-285d-b5c6-a81322b138df-2bc9ceef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f74dc214-604a-492a-b124-68c93e48916c-2bc9ceef {
    grid-column: span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f74dc214-604a-492a-b124-68c93e48916c-2bc9ceef {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Futura Md Bt';
  src: url('../fonts/futura-md-bt-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Book Bt 22240';
  src: url('../fonts/futura-book-bt-22240.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Bt';
  src: url('../fonts/Futura-Heavy-BT.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}