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

@font-face {
  font-family: Holmesh;
  src: url('../fonts/Holmesh.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --lime-green: #b3bc50;
  --dark-green: #224034;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.nav-desktop {
  background-color: #fff;
}

.nav-desktop.modal {
  background-color: #fff0;
}

.logo-desktop {
  z-index: 99;
  margin-top: 18px;
  margin-bottom: -122px;
}

.hero-section {
  background-color: #224034;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10%;
  display: flex;
}

.hero-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 80rem;
  height: 100%;
  display: flex;
}

.desktop-nav-wide {
  width: 80rem;
  min-width: 80rem;
}

.hero-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-right: 47px;
  display: flex;
}

.hero-right {
  z-index: 5;
  background-image: url('../images/Sisu-51.jpg');
  background-position: 50%;
  background-size: cover;
  border: 15px solid #fff;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 200px;
  width: 500px;
  height: 500px;
  margin-top: auto;
  position: relative;
}

.hero-right.about {
  background-image: url('../images/Sisu-31.jpg');
  background-position: 0%;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.hero-right.team {
  background-image: url('../images/Team_2Team_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.hero-right.pilates {
  background-image: url('../images/Sisu-66.jpg');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.hero-right.wellness {
  background-image: url('../images/AdobeStock_817938158.jpg');
  background-position: 80%;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.hero-right.psychology {
  background-image: url('../images/AdobeStock_495007344_Preview.jpg');
  background-position: 50%;
  background-size: auto 100%;
  width: 500px;
  height: 500px;
}

.hero-right.other-top {
  background-image: url('../images/AdobeStock_1041004746_Preview.jpg');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.hero-right.launch {
  background-image: url('../images/Sisu-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 550px;
}

.hero-right.services {
  background-image: linear-gradient(#a2aa4d70, #a2aa4d70), url('../images/Sisu-29.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  width: 500px;
  height: 500px;
}

.hero-right.resources {
  background-image: url('../images/Sisu-63.jpg');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.hero-right.contact {
  background-image: url('../images/Sisu-59.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 500px;
  height: 500px;
}

.hero-right.team-copy {
  background-image: url('../images/1000_F_606473980_TWne700xNxTydECYTrp7cLv5Fa9ptlOn.jpg');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 550px;
}

.hero-right.timetable {
  background-image: url('../images/Sisu-59.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 500px;
}

.hero-right.pricing {
  background-image: linear-gradient(#123512bf, #123512bf), url('../images/Sisu-12.jpg');
  background-position: 0 0, 67%;
  background-size: auto, cover;
  width: 500px;
  height: 500px;
}

.services-main-text {
  color: #fff;
  margin-top: 17px;
  margin-bottom: 0;
  padding-right: 13px;
  font-family: Calibril, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.hero-right-side {
  width: 40%;
  margin-bottom: -79px;
  padding-top: 0;
  display: flex;
}

.hero-cta-wrapper {
  width: 400px;
  height: 60px;
  margin-top: 54px;
}

.cta {
  background-color: var(--lime-green);
  color: #154114;
  vertical-align: baseline;
  border-top-right-radius: 30px;
  align-self: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 18px 38px;
  font-family: Calibril, Arial, sans-serif;
  font-size: 21px;
  display: inline-block;
}

.cta.bottom {
  clear: none;
  text-align: center;
  overflow-wrap: normal;
  vertical-align: baseline;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.cta.dark {
  background-color: var(--dark-green);
  color: #fff;
  align-self: center;
}

.cta.centre {
  align-self: center;
}

.cta-holder {
  width: 400px;
  margin-top: -74px;
}

.nav-link {
  font-family: Calibril, Arial, sans-serif;
  font-size: 18px;
}

.nav-link:focus {
  background-color: var(--lime-green);
  color: #fff;
}

.nav-link.w--current {
  color: #000;
  background-color: #fff;
  font-family: Calibril, Arial, sans-serif;
}

.who-section {
  width: 100%;
  height: auto;
  padding-top: 37px;
  padding-bottom: 104px;
}

.who-section.filled {
  height: auto;
  padding-top: 125px;
  padding-bottom: 60px;
}

.who-section.dark {
  background-image: linear-gradient(#224034db, #224034db), url('../images/1000_F_451005790_dh45CzyZYCz8fa1ve6afupJSdlNBXYDl_11000_F_451005790_dh45CzyZYCz8fa1ve6afupJSdlNBXYDl.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
}

.who-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.who-text {
  color: #e8ebd7;
  margin-top: 0;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 120px;
  line-height: 120px;
  display: flex;
}

.who-text.gap {
  margin-left: 81px;
}

.who-text.welcome {
  margin-bottom: 81px;
  font-family: Holmesh, Palatino Linotype, sans-serif;
}

.services-section {
  background-image: linear-gradient(#0c2e1ce0, #0c2e1ce0), url('../images/1000_F_451005790_dh45CzyZYCz8fa1ve6afupJSdlNBXYDl_11000_F_451005790_dh45CzyZYCz8fa1ve6afupJSdlNBXYDl.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  padding-top: 116px;
  padding-bottom: 62px;
}

.services-content-wrapper {
  flex-flow: column;
  width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: var(--lime-green);
  margin-bottom: 34px;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.heading.white {
  color: #fff;
}

.heading.dg {
  color: #558d53;
}

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

.services-boxes-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: -239px;
  display: flex;
}

.services-box {
  background-image: linear-gradient(#7c6c1380, #7c6c1380), url('../images/AdobeStock_403354462.jpeg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  width: 100%;
  height: 430px;
}

.services-box.left {
  background-image: linear-gradient(#7c6c1380, #7c6c1380), url('../images/Sisu-74.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-bottom-left-radius: 160px;
}

.services-box.right {
  background-image: linear-gradient(#7c6c1380, #7c6c1380), url('../images/AdobeStock_950650725.jpg');
  background-position: 0 0, 50%;
  border-top-right-radius: 160px;
  height: 430px;
}

.services-box-title {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 32%;
  height: 180px;
}

.services-box-title.left {
  border-bottom-left-radius: 160px;
}

.services-box-title.right {
  border-top-right-radius: 160px;
}

.services-titles-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 350px;
  margin-bottom: -212px;
  display: flex;
}

.s-box-wrapper {
  flex-flow: column;
  width: 32%;
  text-decoration: none;
  display: flex;
}

.service-title {
  color: #004728;
  text-align: right;
  margin-top: 22px;
  font-family: Calibril, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.what-we-do-section {
  padding-top: 247px;
  padding-bottom: 40px;
}

.what-we-do-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80rem;
  margin: 99px auto;
  display: flex;
}

.what-we-do-wrapper.pilates {
  padding-top: 112px;
}

.body-text-black {
  font-family: Calibril, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.body-text-black.tall {
  padding-right: 121px;
}

.body-text-black.white {
  color: #fff;
}

.rgp-columns {
  width: 100%;
  margin-top: 36px;
}

.rgp-box {
  flex-flow: column;
  display: flex;
}

.rgp-title {
  background-color: #004728;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 60px;
  margin-bottom: 21px;
  text-decoration: none;
  display: flex;
}

.rgp-title._2 {
  background-color: #004728cc;
}

.rgp-title._3 {
  background-color: #00472875;
}

.rgp-title-text {
  color: #fff;
  padding-left: 34px;
  font-family: Calibril, Arial, sans-serif;
  font-size: 24px;
}

.separator {
  background-color: #004728;
  width: 100%;
  height: 2px;
  margin-top: 148px;
  margin-bottom: 148px;
  display: flex;
}

.separator.memb {
  margin-top: 59px;
  margin-bottom: 59px;
}

.instagram-section {
  background-image: linear-gradient(#e4e260b3, #e4e260b3), url('../images/1000_F_1132213445_Sga1Kn5Gyl6lmm0kzIYfSX3bV9hPaaD4.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  padding-top: 47px;
  padding-bottom: 47px;
}

.instagram-feed-wrapper {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #224034;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-text {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  font-family: Calibril, Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.footer-text.creds {
  justify-content: center;
  align-items: center;
  padding-top: 21px;
}

.page-title {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 40px;
  padding-right: 13px;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 60px;
  line-height: 40px;
}

.page-title.black {
  color: #000;
}

.page-title.values {
  text-align: center;
  font-size: 50px;
}

.page-title-slog {
  color: #ffffff42;
  letter-spacing: 2px;
  margin-bottom: 40px;
  padding-right: 13px;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 60px;
  line-height: 45px;
  text-decoration: none;
}

.mission-wrapper {
  width: 100%;
  display: flex;
}

.mission-cols {
  width: 100%;
}

.mission-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.carousel-section {
  background-image: linear-gradient(#fff, #ffffff7d), url('../images/AdobeStock_403354462.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding-top: 47px;
  padding-bottom: 47px;
}

.slider {
  background-color: #003305;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  width: 100%;
  height: 500px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  padding-bottom: 17px;
  display: flex;
}

.slide {
  border-top-right-radius: 0;
}

.icon-2, .icon-3 {
  color: #ffffff87;
}

.slides {
  background-image: linear-gradient(#224034db, #224034db), url('../images/1000_F_535880353_d4O3aIygTXy8JAsOD2I4BINCrxSXstaY.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 106px;
  display: flex;
}

.slides._2 {
  background-image: linear-gradient(#224034db, #224034db), url('../images/AdobeStock_323410616.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slides._3 {
  background-image: linear-gradient(#224034db, #224034db), url('../images/AdobeStock_439301051_Preview.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-text {
  color: #fff;
  text-align: center;
  font-family: Calibril, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
}

.carousel-col-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  display: flex;
}

.services-cols {
  width: 100%;
  margin-top: 89px;
}

.services-cols.wellness {
  margin-top: 0;
}

.services2-section {
  width: 100%;
  height: auto;
  padding-bottom: 70px;
}

.services2-section.filled {
  height: auto;
  padding-top: 93px;
  padding-bottom: 60px;
}

.img-wrapper {
  background-image: url('../images/Sisu-66.jpg');
  background-position: 50%;
  background-size: cover;
  border: 15px #fff;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 200px;
  width: 500px;
  height: 550px;
  margin-top: auto;
  margin-bottom: 56px;
}

.img-wrapper.about {
  background-image: url('../images/1000_F_823079798_rjcrdX4EwiY51rnn68SFX8yaYTKD1Wm4.jpg');
  background-position: 0%;
  background-size: cover;
  width: 500px;
  height: 550px;
}

.img-wrapper.wellness {
  background-image: url('../images/AdobeStock_1256003493.jpg');
  background-position: 50%;
}

.img-wrapper.psychology {
  background-image: url('../images/AdobeStock_703561527.jpg');
}

.img-wrapper.rp {
  background-image: url('../images/AdobeStock_564574857.jpg');
}

.img-wrapper.pod {
  background-image: url('../images/Sisu-63.jpg');
}

.img-wrapper.matp {
  background-image: url('../images/AdobeStock_356056727.jpg');
  background-position: 0 0;
  background-size: cover;
}

.img-wrapper.yoga {
  background-image: url('../images/Sisu-78.jpg');
}

.img-wrapper.timt {
  background-image: url('../images/Sisu-23.jpg');
  background-position: 50%;
}

.img-wrapper.sauna {
  background-image: url('../images/AdobeStock_836266676_Preview.jpeg');
  background-position: 50%;
  background-size: auto;
}

.img-wrapper.hotcold {
  background-image: url('../images/AdobeStock_788425807_Preview.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.img-wrapper.retreats {
  background-image: url('../images/AdobeStock_1131258274_Preview.jpg');
  background-position: 50%;
  background-size: auto;
}

.img-wrapper.partnerships {
  background-image: url('../images/AdobeStock_1138899791_Preview.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapper.corporates {
  background-image: url('../images/AdobeStock_980242310_Preview.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapper.teaching {
  background-image: url('../images/AdobeStock_1103921044_Preview.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapper.cpt {
  background-image: url('../images/AdobeStock_653167885_Preview.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapper.cbt, .img-wrapper.act {
  background-image: url('../images/AdobeStock_1162515191_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapper.act {
  background-image: url('../images/AdobeStock_1044114367_Preview.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapper.group {
  background-image: url('../images/AdobeStock_439301051_Preview.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapper.srs {
  background-image: url('../images/AdobeStock_640500873_Preview.jpg');
  background-position: 70%;
  background-size: cover;
}

.img-wrapper.individual {
  background-image: url('../images/AdobeStock_823079798.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapper.couples {
  background-image: url('../images/AdobeStock_1095706028_Preview.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapper.veterans {
  background-image: url('../images/AdobeStock_606473980.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-wrapper.ice-shower {
  background-image: url('../images/AdobeStock_640500873_Preview.jpg');
  background-position: 70%;
  background-size: cover;
}

.img-wrapper.icebath {
  background-image: url('../images/AdobeStock_1226016240_Preview.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.img-wrapper.placeholder {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.img-wrapper.infrared {
  background-image: url('../images/AdobeStock_1256003493.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.img-wrapper.srs {
  background-image: url('../images/AdobeStock_640500873_Preview.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

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

.services-green {
  background-image: linear-gradient(#0c2e1ce0, #0c2e1ce0), url('../images/1000_F_1313821866_KwMJSsMczcs5aJOAOpiJcIGJRKzxIoUV.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  padding-top: 62px;
  padding-bottom: 62px;
}

.services-green.wellness {
  background-image: linear-gradient(#013b1ee0, #013b1ee0), url('../images/1000_F_1313821866_KwMJSsMczcs5aJOAOpiJcIGJRKzxIoUV.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.service-modal-title {
  background-color: #b3bd50;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 60px;
  margin-bottom: 21px;
  text-decoration: none;
  display: flex;
}

.service-modal-title._2 {
  background-color: #004728cc;
}

.service-modal-title._3 {
  background-color: #00472875;
}

.cta-class3 {
  background-color: #6d887c;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 60px;
  margin-bottom: 21px;
  text-decoration: none;
  display: flex;
}

.cta-class3._2 {
  background-color: #004728cc;
}

.cta-class3._3 {
  background-color: #00472875;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pilates-modal {
  z-index: 1500;
  background-color: #b3bc50;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo-desktop-modal {
  z-index: 99;
  margin-top: 18px;
  margin-bottom: 44px;
  margin-left: 95px;
}

.modal-content-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  margin-top: 0;
  margin-left: 2.5%;
  margin-right: auto;
  padding: 15px 59px 15px 15px;
  display: flex;
}

.modal-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.swiper-pagination-bullet {
  background-color: #a8a8a8;
  border-radius: 99rem;
  width: .75rem;
  height: .75rem;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-pagination-bullet-active {
  background-color: #000;
  border-radius: 99rem;
  width: .75rem;
  height: .75rem;
}

.swiper.is-slider-1 {
  width: 100%;
}

.swiper-pagination.is-slider-1 {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  display: flex;
}

.swiper-navigation.is-slider-1 {
  grid-column-gap: .75rem;
  display: flex;
}

.swiper-buttons {
  justify-content: space-between;
  align-items: center;
}

.swiper-buttons.is-slider-1 {
  display: flex;
}

.slider_image-wrapper {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.swiper-button-prev {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.swiper-button-prev:hover {
  color: #fff;
  background-color: #000;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.swiper-slide.is-slider-1 {
  flex: none;
  width: 40%;
  height: 100%;
  padding-right: 29px;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.slider_image {
  object-fit: cover;
  border-top-left-radius: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 60px;
  width: 100%;
  height: 100%;
}

.swiper-wrapper.is-slider-1 {
  width: 100%;
  display: flex;
}

.swiper-button-next {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.spacer-large {
  padding-top: 3rem;
}

.modal-title-text {
  color: #136602;
  text-transform: uppercase;
  padding-left: 28px;
  font-size: 15px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.closer {
  margin-top: 24px;
  margin-bottom: auto;
}

.modal-cta {
  background-color: #1a5c0c;
  border-top-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 45px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.modal-cta._2 {
  background-color: #004728cc;
}

.modal-cta._3 {
  background-color: #00472875;
}

.modal-cta-text {
  color: #fff;
  padding-left: 28px;
  font-size: 15px;
}

.modal-cta-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 55px;
  padding-left: 38px;
  padding-right: 57px;
  display: flex;
}

.modal-big-title {
  color: #fff;
  font-size: 40px;
}

.team-wrapper {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.container {
  flex-flow: column;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

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

.team-member-image.lia {
  background-image: url('../images/Lia.jpg');
  background-position: 0 0;
  background-size: auto;
}

.team-member-name {
  color: #014e09;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  color: #6d9b19;
  margin-bottom: 24px;
  font-family: Calibril, Arial, sans-serif;
  font-size: 21px;
}

.hero-without-image {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

.bio-profiles {
  margin-top: 33px;
  font-family: Calibril, Arial, sans-serif;
  font-size: 18px;
}

.dropdown-toggle {
  font-size: 18px;
}

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

.class-title {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calibril, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 18px;
}

.class-title.ref {
  font-size: 1em;
}

.duration {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 18px;
}

.programs-boxes {
  float: none;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 72px;
  padding: 0 16px;
}

.days-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cee3ee;
  grid-template: ". . . . . Area Area-2"
                 ". . . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 2000px;
  height: 60px;
  margin: 0 auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: grid;
  position: sticky;
  inset: 0 0% 0%;
}

.days-row.flex {
  background-color: #224034;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  display: flex;
}

.days-row.flex.ref {
  background-color: #4c6954;
}

.timetable-css {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  margin: 40px auto 0;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-8.md-4.centre-align {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.day-title {
  color: #e9f5c4;
  text-transform: uppercase;
  margin: 0;
  font-family: Calibril, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.hour-rows {
  background-color: #fefef800;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.event-wrapper {
  background-color: #b3bd50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
}

.event-wrapper.single {
  color: #ffb700;
  background-color: #7dc5e9;
  border: 1px solid #6d94cc;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.event-wrapper.single.t {
  background-color: #cee3ee;
  border-style: none;
  border-color: #224034;
  border-top-right-radius: 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.event-wrapper.single.t.intro {
  background-color: #f5ec41;
}

.event-wrapper.single.t.kids {
  background-color: #e08db2;
}

.event-wrapper.top {
  color: #ffb700;
  background-color: #7dc5e9;
  border-top: 1px solid #6d94cc;
  border-left: 1px solid #6d94cc;
  border-right: 1px solid #6d94cc;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.event-wrapper.ref {
  background-color: #c0dbab;
}

.row {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.centre-align.margin-bottom {
  margin-top: 34px;
  margin-left: 0;
  margin-right: 0;
}

.slot {
  background-color: #0000;
  border: 1px #0000001a;
  justify-content: center;
  align-items: center;
  width: 16.6%;
  margin: 0 7px;
  padding: 0;
  display: flex;
}

.slot.day {
  background-color: #0000;
  border-style: none;
  border-right-color: #ffffff45;
  width: 16.6%;
  padding: 0;
}

.day-columns {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.class-title-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 18px;
}

.duration-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 600;
  line-height: 18px;
}

.timetable-mobile {
  display: none;
}

.tabs-content {
  background-color: #ededed;
}

.slot-2 {
  background-color: #0000;
  border: 1px #0000001a;
  justify-content: center;
  align-items: center;
  width: 16.6%;
  margin: 6px 7px;
  padding: 0;
  display: flex;
}

.wellness-modal, .psychology-modal {
  z-index: 1500;
  background-color: #b3bc50;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.dropdown-list {
  background-color: #b39393;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  color: #3e5a34;
}

.dropdown-link.w--current {
  color: #6c9c5c;
}

.js-clock {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #74ac72;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 70px;
}

.clock-number.small {
  font-size: 13px;
}

.clock-label {
  color: #477919;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-2 {
  display: flex;
}

.opening-banner {
  background-color: #c7cf2b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.opening-banner.w--current {
  background-color: #d2da41;
}

.text-block {
  color: #2a520f;
  font-weight: 700;
}

.columns {
  background-color: #f1f1f1;
  padding: 22px;
}

.column-5 {
  padding-right: 48px;
}

.h1 {
  color: #ffffff5c;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

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

.resources-holder {
  width: 80rem;
  max-width: 80rem;
}

.resource-info-box {
  background-color: #224034;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  min-height: auto;
  padding: 13px 14px;
  display: flex;
}

.resources-holder2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.resources-holder2.pilates {
  padding-top: 112px;
}

.resources-cols {
  width: 100%;
  margin-top: 36px;
}

.resources-author {
  color: #fff;
  text-align: center;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.resource-title {
  color: #fff;
  text-align: center;
  padding-top: 8px;
  font-family: Calibril, Arial, sans-serif;
}

.resource-box {
  background-color: #c0b982;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 450px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.book-info {
  background-color: #224034;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  min-height: 300px;
  padding: 24px 23px;
  display: flex;
}

.book-icon {
  margin-bottom: 23px;
}

.rich-text-block {
  font-family: Calibril, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.rich-text-block.white {
  color: #fff;
  font-size: 24px;
}

.rich-text-block-2 {
  font-size: 21px;
  line-height: 24px;
}

.tab-link-tab-1.w--current {
  background-color: #ececec;
  display: inline-block;
}

.tab-link-tab-2 {
  background-color: #ddd;
}

.tab-link-tab-2.w--current {
  background-color: #ededed;
}

.tab-text {
  color: #224034;
  font-family: Calibril, Arial, sans-serif;
  font-size: 21px;
}

.marquee_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper.is-crimson {
  background-color: #c7d02c;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.display_text-huge {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.display_text-huge.marquee_item {
  color: #07460f;
  justify-content: flex-end;
  align-items: center;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 1rem;
  display: flex;
}

.marquee-horizontal {
  z-index: 200;
  color: #fff;
  background-color: #588258;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Calibril, Arial, sans-serif;
  font-weight: 700;
}

.dropdown-link-2 {
  color: #333;
}

.dropdown-link-2.w--current {
  color: #6c9c5c;
}

.code-embed {
  width: 100%;
}

.mask {
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
}

.prices-wrapper {
  flex-flow: column;
  width: 65rem;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.prices-row {
  flex-flow: row;
  width: 100%;
  height: auto;
  display: flex;
}

.package {
  background-color: #d3dfce;
  flex-flow: column;
  width: 70%;
  margin: 3px;
  padding: 12px;
  font-size: 18px;
  display: flex;
}

.package.title {
  color: #fff;
  text-transform: uppercase;
  background-color: #224034;
  width: 100%;
  font-weight: 700;
}

.price {
  background-color: #d3dfce;
  flex-flow: column;
  width: 30%;
  margin: 3px;
  padding: 12px;
  font-size: 18px;
  display: flex;
}

.package-2 {
  background-color: #d3dfce;
  flex-flow: column;
  width: 70%;
  margin: 3px;
  padding: 12px;
  font-size: 18px;
  display: flex;
}

.package-2.wellness-desc {
  width: 35%;
}

.package-2.wellness-desc.tit {
  background-color: #8eae80;
}

.package-2.wellness-desc.full {
  width: 65%;
}

.package-2.wellness {
  width: 35%;
}

.package-2.wellness.tit {
  background-color: #8dad7f;
}

.package-2.title {
  color: #fff;
  text-transform: uppercase;
  background-color: #224034;
  width: 100%;
  font-weight: 700;
}

.price-2 {
  background-color: #d3dfce;
  flex-flow: column;
  width: 30%;
  margin: 3px;
  padding: 12px;
  font-size: 18px;
  display: flex;
}

.price-2.wellness-price {
  width: 30%;
}

.price-2.wellness-price.tit {
  background-color: #8faf81;
}

.social-links {
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.logo {
  margin-bottom: 32px;
}

.footer-link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.footer-07 {
  background-color: var(--dark-green);
  width: 80rem;
  max-width: 80rem;
  padding: 49px 0% 0;
}

.footer-link-white {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-white:hover {
  opacity: .5;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.paragraph-light {
  color: #ffffff80;
  font-size: 15px;
}

.why-icons-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.value-box {
  background-color: #f4f8ee;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 250px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 36px 26px 35px;
  display: flex;
}

.values-title {
  color: var(--dark-green);
  text-align: center;
  padding-top: 0;
  font-family: Calibril, Arial, sans-serif;
  font-size: 25px;
  line-height: 24px;
}

.values-title.tall {
  padding-right: 121px;
}

.values-title.white {
  color: #fff;
}

.value-box-copy {
  background-color: #f4f8ee;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 250px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 15px;
  display: flex;
}

.sisu-reset {
  width: 100%;
  height: auto;
  display: flex;
}

.button {
  color: #5e4dcd;
  background-color: #ffd2dd;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
}

.footer-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 40px;
  font-family: Calibril, Arial, sans-serif;
  display: flex;
}

.title-wrap-large {
  margin-bottom: 32px;
}

.footer-grid-long {
  grid-template: ". . Area"
  / .5fr .5fr .5fr;
}

.footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .5;
}

.footer-link.serv, .footer-link.serv.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-link.phone-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

.footer-link.phone-footer.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-title-large {
  color: #fff;
  margin-bottom: 12px;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-title {
  color: var(--lime-green);
  letter-spacing: 2px;
  margin-bottom: 22px;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 32px;
}

.reset-half {
  background-color: #bbb180;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-top: 81px;
  padding-bottom: 81px;
  display: flex;
}

.reset-half.img {
  background-image: url('../images/reset-bg_1reset-bg.avif');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
}

.reset-copy-wrapper {
  background-color: #fff;
  border-bottom-left-radius: 60px;
  width: 85%;
  height: auto;
  margin-top: 52px;
  padding: 43px 43px 43px 59px;
}

.paragraph {
  font-family: Calibril, Arial, sans-serif;
  font-size: 18px;
}

.reset-logo-wrapper {
  background-color: #fff;
  border-bottom-right-radius: 60px;
  width: 60%;
  margin-bottom: 39px;
  padding: 33px;
}

.reset-logo {
  margin-bottom: 36px;
}

.bold-text {
  font-family: Holmesh, Palatino Linotype, sans-serif;
}

.bold-text-2 {
  font-family: Calibril, Arial, sans-serif;
}

.bold-text-3 {
  font-family: Holmesh, Palatino Linotype, sans-serif;
}

.bold-text-4 {
  font-family: Calibril, Arial, sans-serif;
}

.bold-text-5 {
  font-family: Holmesh, Palatino Linotype, sans-serif;
}

.bold-text-6 {
  font-family: Calibril, Arial, sans-serif;
}

.bold-text-7 {
  font-family: Holmesh, Palatino Linotype, sans-serif;
}

.bold-text-8 {
  font-family: Calibril, Arial, sans-serif;
}

.name-tag {
  font-family: Holmesh, Palatino Linotype, sans-serif;
}

.role {
  font-family: Calibril, Arial, sans-serif;
}

.bold-text-9 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.bio-intro {
  color: #5a5a5a;
  font-family: Calibril, Arial, sans-serif;
  font-size: 21px;
  line-height: 24px;
  display: none;
}

.definition-section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.meaning-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.rich-text-block-3 {
  color: #fff;
  font-family: Calibril, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.launch {
  background-color: #bbb180;
  background-image: linear-gradient(#bbb180, #bbb180cf 87%, #bbb18099), url('../images/1000_F_451005790_dh45CzyZYCz8fa1ve6afupJSdlNBXYDl_11000_F_451005790_dh45CzyZYCz8fa1ve6afupJSdlNBXYDl.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 203px 30px 80px;
  position: relative;
}

.promo-info {
  background-color: #fff;
  border-top-left-radius: 150px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 150px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 20px;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-size: 10px;
}

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

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

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

.launch-title {
  color: var(--dark-green);
  margin-bottom: 41px;
  font-family: Holmesh, Palatino Linotype, sans-serif;
}

.bold-text-10 {
  font-family: Calibril, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.list-item {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list {
  padding-top: 16px;
  padding-bottom: 16px;
}

.paragraph-2, .paragraph-3 {
  font-size: 24px;
}

.footer-link {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.resources-author-copy, .price-package {
  color: #fff;
  text-align: center;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.membership-type {
  color: var(--dark-green);
  text-align: center;
  padding-top: 8px;
  font-family: Calibril, Arial, sans-serif;
  font-size: 20px;
}

.price-membership {
  color: var(--dark-green);
  text-align: center;
  padding-top: 31px;
  padding-bottom: 20px;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.price-membership.gapped {
  padding-top: 53px;
}

.cta-2 {
  color: #154114;
  vertical-align: baseline;
  background-color: #b3bc50;
  border-top-right-radius: 30px;
  align-self: flex-start;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 18px 38px;
  font-family: Calibril, Arial, sans-serif;
  font-size: 21px;
  display: inline-block;
}

.cta-2.dark {
  color: #fff;
  background-color: #224034;
  align-self: center;
}

.cta-2.dark.mb {
  margin-top: 0;
  margin-bottom: 0;
}

.membership-titles {
  color: #224034;
  text-align: center;
  font-family: Holmesh, Palatino Linotype, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.code-embed-2 {
  color: #fff;
  text-decoration: none;
}

.book-box {
  background-color: #c0b982;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.marquee-phone {
  z-index: 0;
  color: #fff;
  background-color: #c0b982;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone-menu {
  color: #000;
  padding-right: 25px;
  font-family: Calibril, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
}

.contact-phone {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .hero-right {
    background-image: url('../images/AdobeStock_564574857.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-right.about {
    background-image: url('../images/AdobeStock_823079798.jpg');
  }

  .hero-right.team {
    opacity: 1;
    filter: blur();
    background-image: url('../images/Team_2Team_1.avif');
    background-position: 50%;
  }

  .hero-right.other-top {
    height: 500px;
  }

  .hero-right.services {
    background-image: linear-gradient(#c0c30354, #c0c30354), url('../images/AdobeStock_191682556.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-right.resources {
    background-image: url('../images/AdobeStock_356056727.jpg');
  }

  .hero-right.timetable {
    background-image: url('../images/Sisu-59.jpg');
    background-position: 50% 20%;
  }

  .hero-right.pricing {
    background-image: linear-gradient(#123512bf, #123512bf), url('../images/Sisu-12.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 500px;
  }

  .services-box {
    background-image: linear-gradient(#7c6c1380, #7c6c1380), url('../images/AdobeStock_403354462.jpeg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .services-box.left {
    background-image: linear-gradient(#7c6c1380, #7c6c1380), url('../images/AdobeStock_307478021.jpeg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .services-box.right {
    background-image: linear-gradient(#7c6c1380, #7c6c1380), url('../images/AdobeStock_950650725.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .what-we-do-wrapper.pilates {
    padding-top: 0;
  }

  .body-text-black {
    font-size: 28px;
  }

  .page-title {
    letter-spacing: 2px;
    font-family: Holmesh, Palatino Linotype, sans-serif;
  }

  .img-wrapper {
    height: 500px;
  }

  .img-wrapper.wellness {
    background-image: url('../images/AdobeStock_817938158.jpg');
    background-position: 70%;
  }

  .img-wrapper.hotcold {
    background-image: url('../images/AdobeStock_788425807_Preview.jpg');
  }

  .img-wrapper.ice-shower {
    background-image: url('../images/AdobeStock_833781607_Preview.jpeg');
  }

  .img-wrapper.srs {
    background-image: url('../images/AdobeStock_788425807_Preview.jpg');
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-name {
    letter-spacing: 2px;
    font-family: Holmesh, Palatino Linotype, sans-serif;
    font-size: 24px;
  }

  .team-member-position {
    color: var(--dark-green);
    font-family: Calibril, Arial, sans-serif;
    font-size: 21px;
  }

  .hour-rows {
    background-color: #fefef800;
  }

  .tabs-menu {
    display: flex;
  }

  .resource-box {
    justify-content: space-between;
    height: 450px;
  }

  .rich-text-block.white {
    color: #fff;
  }

  .tabs-menu-2 {
    justify-content: flex-start;
    align-items: flex-end;
    height: 90px;
    display: flex;
  }

  .tab-link-tab-1 {
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    background-color: #eee;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-2 {
    justify-content: center;
    align-items: center;
    height: 60px;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    background-color: #eee;
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .tabs-content-2 {
    background-color: #eee;
  }

  .tab-text {
    color: #224034;
    font-size: 28px;
  }

  .prices-wrapper {
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-title {
    letter-spacing: 2px;
    font-family: Holmesh, Palatino Linotype, sans-serif;
    font-size: 32px;
  }

  .bio-intro {
    color: #636363;
    font-family: Calibril, Arial, sans-serif;
    font-size: 21px;
  }

  .rich-text-block-3 {
    color: #fff;
    font-family: Calibril, Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
  }

  .book-box {
    justify-content: center;
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .logo-desktop {
    padding-left: 27px;
  }

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

  .hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 95%;
  }

  .desktop-nav-wide {
    width: 100%;
    min-width: 100%;
  }

  .hero-left {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .hero-right {
    background-position: 70% 30%;
    width: 400px;
    height: 400px;
  }

  .hero-right.about, .hero-right.team, .hero-right.pilates, .hero-right.wellness, .hero-right.psychology {
    width: 400px;
    height: 400px;
  }

  .hero-right.other-top {
    background-size: cover;
    width: 400px;
    height: 400px;
  }

  .hero-right.launch, .hero-right.services, .hero-right.resources, .hero-right.contact, .hero-right.team-copy {
    width: 400px;
    height: 400px;
  }

  .hero-right.timetable {
    height: 400px;
  }

  .hero-right.pricing {
    width: 400px;
    height: 400px;
  }

  .services-main-text {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .hero-right-side {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: -39px;
  }

  .cta {
    align-self: center;
  }

  .nav-link {
    text-align: right;
  }

  .who-section {
    height: auto;
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .who-section.filled {
    flex-flow: column;
    display: flex;
  }

  .who-section.dark {
    padding-top: 40px;
  }

  .who-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .who-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    line-height: 70px;
  }

  .services-content-wrapper {
    width: 95%;
  }

  .heading {
    font-size: 30px;
  }

  .heading.dg {
    text-align: center;
  }

  .services-box, .services-box.left, .services-box.right {
    height: 250px;
  }

  .service-title {
    margin-top: 10px;
    font-size: 21px;
    line-height: 25px;
  }

  .what-we-do-wrapper {
    width: 90%;
    margin-top: 40px;
  }

  .what-we-do-wrapper.pilates {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .body-text-black {
    text-align: center;
    font-size: 18px;
  }

  .body-text-black.tall {
    padding-right: 0;
  }

  .rgp-title {
    width: 100%;
  }

  .rgp-title-text {
    font-size: 18px;
  }

  .instagram-feed-wrapper {
    width: 90%;
  }

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

  .image {
    margin-top: -12px;
    padding-top: 0;
    padding-right: 64px;
  }

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

  .icon {
    color: #063101;
  }

  .page-title {
    font-family: Holmesh, Palatino Linotype, sans-serif;
    font-size: 45px;
    line-height: 25px;
  }

  .page-title-slog {
    font-size: 30px;
    line-height: 25px;
  }

  .mission-wrap {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    display: none;
  }

  .slider {
    height: 400px;
    margin-top: 23px;
  }

  .slides {
    padding: 56px 73px;
  }

  .slide-text {
    font-size: 21px;
    line-height: 30px;
  }

  .carousel-col-text {
    height: auto;
  }

  .services2-section {
    height: auto;
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .img-wrapper {
    width: 400px;
    height: 400px;
  }

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

  .service-modal-title, .cta-class3 {
    width: 100%;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
  }

  .pilates-modal {
    display: none;
  }

  .logo-desktop-modal {
    margin-left: 0;
    padding-left: 0;
  }

  .slider_image-wrapper {
    width: 100px;
    height: 100px;
  }

  .swiper-slide.is-slider-1 {
    width: 80%;
  }

  .slider_image {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .modal-title-text {
    font-size: 18px;
  }

  .closer {
    padding-left: 16px;
  }

  .modal-cta {
    width: 250px;
  }

  .modal-cta-text {
    font-size: 18px;
  }

  .modal-cta-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 28px;
    padding-right: 13px;
  }

  .modal-big-title {
    margin-bottom: 21px;
  }

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

  .team-wrapper {
    width: 100%;
  }

  .container {
    max-width: 728px;
  }

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

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

  .programs-boxes {
    flex-direction: column;
    padding-top: 43px;
    display: none;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .event-wrapper.single.t {
    background-color: #b4be51;
  }

  .event-wrapper.single.t.intro {
    background-color: #cee3ee;
  }

  .event-wrapper.single.t.kids {
    color: #ffb700;
    background-color: #cee3ee;
  }

  .event-wrapper.top {
    -webkit-text-fill-color: inherit;
    background-color: #cee3ee;
    background-clip: border-box;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .slot {
    flex-direction: column;
    width: 100%;
    height: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .day {
    background-color: #c1cc54;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .day.w--current {
    color: #fff;
    background-color: #224034;
    align-items: center;
    height: 70px;
    padding-left: 11px;
    padding-right: 11px;
    display: flex;
  }

  .day.ref {
    background-color: #c1dcaa;
  }

  .day.ref.w--current {
    background-color: #224034;
  }

  .day-columns.vertical {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    min-height: auto;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .class-title-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.5em;
  }

  .duration-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 400;
  }

  .timetable-mobile {
    display: flex;
  }

  .tabs-menu {
    text-align: left;
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tabs {
    width: 100%;
    margin-top: 33px;
    margin-bottom: 0;
  }

  .slot-2 {
    flex-direction: column;
    width: 100%;
    height: 95px;
    margin-left: 0;
    margin-right: 0;
  }

  .wellness-modal, .psychology-modal {
    display: none;
  }

  .h1 {
    text-align: center;
  }

  .resources-holder2 {
    width: 90%;
  }

  .resource-box {
    margin-bottom: 20px;
  }

  .rich-text-block {
    font-size: 18px;
  }

  .prices-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .footer-07 {
    width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .why-icons-wrapper {
    flex-flow: wrap;
  }

  .value-box {
    width: 250px;
    margin-bottom: 30px;
  }

  .values-title {
    font-size: 18px;
  }

  .values-title.tall {
    padding-right: 0;
  }

  .sisu-reset {
    flex-flow: column;
    height: auto;
  }

  .footer-column {
    flex-flow: column wrap-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 20px;
  }

  .footer-column.middle {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .footer-grid-long {
    grid-column-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1.75fr 1fr;
    display: flex;
  }

  .footer-title {
    font-family: Holmesh, Palatino Linotype, sans-serif;
    font-size: 32px;
  }

  .reset-half {
    width: 100%;
    height: auto;
  }

  .reset-half.img {
    background-position: 50% 10%;
    height: 500px;
  }

  .reset-copy-wrapper {
    margin-bottom: 53px;
  }

  .bold-text-9 {
    font-size: 18px;
  }

  .definition-section {
    padding-top: 73px;
    padding-bottom: 73px;
  }

  .mv-titles {
    letter-spacing: 2px;
    font-family: Holmesh, Palatino Linotype, sans-serif;
    font-size: 28px;
  }

  .meaning-wrap {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .rich-text-block-3 {
    text-align: center;
    font-size: 18px;
  }

  .launch {
    padding-top: 133px;
  }

  .promo-info {
    max-width: 728px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .launch-title {
    font-size: 30px;
  }

  .bold-text-10 {
    font-size: 18px;
  }

  .cta-2 {
    align-self: center;
  }

  .book-box {
    margin-bottom: 20px;
  }

  .marquee-phone {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-right {
    background-size: cover;
    border-width: 8px;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    width: 300px;
    height: 300px;
  }

  .hero-right.about, .hero-right.team, .hero-right.pilates, .hero-right.wellness, .hero-right.psychology {
    width: 350px;
    height: 350px;
  }

  .hero-right.other-top {
    background-size: cover;
    width: 350px;
    height: 350px;
  }

  .hero-right.launch, .hero-right.services, .hero-right.resources, .hero-right.contact, .hero-right.team-copy {
    width: 350px;
    height: 350px;
  }

  .hero-right.timetable {
    height: 300px;
  }

  .hero-right.pricing {
    width: 350px;
    height: 350px;
  }

  .services-main-text {
    text-align: center;
    margin-bottom: 24px;
  }

  .hero-right-side {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: -50px;
  }

  .cta {
    align-self: center;
    margin-top: 10px;
  }

  .cta.bottom {
    margin-top: 24px;
  }

  .who-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-left: 19px;
    padding-right: 19px;
  }

  .who-text {
    font-size: 60px;
  }

  .who-text.welcome {
    margin-bottom: 0;
    padding-top: 91px;
  }

  .services-section {
    padding-bottom: 20px;
  }

  .heading {
    text-align: center;
  }

  .services-boxes-wrapper {
    flex-flow: column;
    margin-bottom: 0;
  }

  .services-box {
    width: 300px;
    height: 300px;
  }

  .services-box.left {
    border-top-right-radius: 160px;
    border-bottom-left-radius: 0;
    width: 300px;
    height: 300px;
  }

  .services-box.right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 160px;
    height: 300px;
  }

  .s-box-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 23px;
  }

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

  .what-we-do-section {
    padding-top: 0;
  }

  .what-we-do-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .body-text-black {
    text-align: center;
  }

  .rgp-columns {
    margin-top: 0;
  }

  .rgp-box {
    margin-top: 24px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-text, .page-title {
    text-align: center;
  }

  .page-title.values {
    font-size: 35px;
  }

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

  .slide-text {
    font-size: 18px;
  }

  .img-wrapper {
    text-align: left;
    border-width: 8px;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    width: 350px;
    height: 350px;
  }

  .column {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .services-green {
    padding-bottom: 20px;
  }

  .service-modal-title {
    width: 80%;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .swiper-slide.is-slider-1 {
    width: 85%;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .modal-big-title {
    font-size: 30px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .hero-without-image, .timetable {
    padding: 60px 15px;
  }

  .programs-boxes {
    margin-top: -86px;
  }

  .col.lg-8.md-4.centre-align {
    margin-bottom: 0;
  }

  .row {
    flex-wrap: wrap;
  }

  .tabs-menu {
    background-color: #fff;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .js-clock {
    margin-top: 10px;
  }

  .box {
    width: 25%;
  }

  .clock-number {
    font-size: 50px;
  }

  .h1 {
    text-align: center;
  }

  .resources-section {
    padding: 60px 15px;
  }

  .resources-holder2 {
    justify-content: flex-start;
    align-items: center;
  }

  .package, .package.title, .price {
    font-size: 15px;
  }

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

  .why-icons-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .value-box {
    flex-flow: wrap;
    width: 250px;
  }

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

  .footer-column {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .footer-column._3 {
    justify-content: space-between;
    align-items: center;
    padding-left: 63px;
    padding-right: 63px;
  }

  .footer-column.middle {
    margin-top: 57px;
    margin-bottom: 57px;
  }

  .footer-grid-long {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 4fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-link {
    margin-right: 0;
  }

  .launch {
    padding: 118px 15px 60px;
  }

  .promo-info {
    padding-left: 57px;
    padding-right: 57px;
  }

  .launch-title {
    font-size: 30px;
  }

  .list-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .memberships {
    padding: 60px 15px;
  }

  .cta-2 {
    align-self: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .logo-desktop {
    padding-right: 28px;
  }

  .hero-section {
    padding-top: 27%;
  }

  .hero-left {
    justify-content: center;
    align-items: center;
  }

  .hero-right {
    background-position: 50%;
  }

  .hero-right.about, .hero-right.team, .hero-right.pilates, .hero-right.wellness, .hero-right.psychology {
    width: 300px;
    height: 320px;
  }

  .hero-right.other-top {
    background-size: cover;
    width: 300px;
    height: 300px;
  }

  .hero-right.launch, .hero-right.services, .hero-right.resources, .hero-right.contact, .hero-right.team-copy {
    width: 300px;
    height: 320px;
  }

  .hero-right.pricing {
    width: 300px;
    height: 300px;
  }

  .cta {
    align-self: center;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 18px;
    position: static;
  }

  .cta.bottom {
    margin-top: 21px;
  }

  .who-section {
    padding-top: 0;
    padding-bottom: 19px;
  }

  .who-section.filled {
    padding-top: 91px;
  }

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

  .who-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 27px;
    padding-right: 27px;
  }

  .service-title {
    margin-top: 19px;
  }

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

  .footer-text.creds {
    flex-flow: column;
  }

  .image {
    padding-right: 38px;
  }

  .page-title {
    font-size: 40px;
  }

  .page-title.values {
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
  }

  .mission-wrap {
    display: none;
  }

  .slide-nav {
    align-items: center;
  }

  .slide-text {
    font-family: Calibril, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
  }

  .carousel-col-text {
    justify-content: center;
    align-items: center;
  }

  .img-wrapper {
    width: 300px;
    height: 320px;
  }

  .service-modal-title {
    width: 80%;
  }

  .column-2 {
    justify-content: center;
    align-items: center;
  }

  .pilates-modal {
    display: none;
  }

  .logo-desktop-modal {
    margin-left: 0;
    padding-left: 0;
  }

  .modal-content-wrapper {
    height: 80%;
  }

  .modal-top {
    height: 150px;
  }

  .swiper-slide.is-slider-1 {
    width: 95%;
  }

  .modal-title-text {
    padding-left: 10%;
    font-size: 13px;
  }

  .modal-cta {
    border-top-right-radius: 20px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .modal-cta-text {
    padding-left: 18px;
  }

  .modal-cta-wrapper {
    width: 60%;
    padding-left: 12px;
  }

  .modal-big-title {
    line-height: 25px;
  }

  .column-3, .column-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container {
    max-width: none;
  }

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

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

  .timetable {
    padding-top: 79px;
  }

  .programs-boxes {
    margin-top: -122px;
  }

  .col {
    margin-bottom: 0;
  }

  .slot {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .day {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-pane-friday {
    width: 95%;
  }

  .tab-pane-monday {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    background-color: #0000;
    justify-content: center;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tab-pane-thursday {
    width: 95%;
  }

  .tabs-content {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .tab-pane-tuesday {
    width: 95%;
  }

  .tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slot-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-pane-wednesday {
    width: 95%;
  }

  .wellness-modal, .psychology-modal {
    display: none;
  }

  .js-clock {
    width: 90%;
  }

  .box {
    width: 25%;
    height: 90px;
  }

  .clock-number {
    font-size: 40px;
  }

  .columns, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .rich-text-block-2 {
    font-size: 18px;
  }

  .code-embed {
    width: 100%;
    margin-top: 37px;
  }

  .package {
    width: 60%;
    padding: 6px;
    font-size: 15px;
  }

  .price {
    width: 40%;
    padding: 6px;
    font-size: 15px;
  }

  .package-2.wellness-desc {
    width: 50%;
    font-size: 15px;
  }

  .package-2.wellness-desc.tit {
    font-size: 15px;
  }

  .package-2.wellness {
    width: 30%;
    font-size: 15px;
  }

  .package-2.wellness.tit, .package-2.title {
    font-size: 15px;
  }

  .price-2.wellness-price {
    width: 20%;
    font-size: 15px;
  }

  .price-2.wellness-price.tit {
    font-size: 15px;
  }

  .footer-07 {
    flex-flow: column;
    display: flex;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .why-icons-wrapper {
    flex-flow: column;
  }

  .value-box {
    width: 250px;
    margin-bottom: 33px;
  }

  .values-title {
    font-size: 21px;
  }

  .footer-column {
    justify-content: space-between;
  }

  .footer-column._3 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-column.middle {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .bold-text-9 {
    font-size: 18px;
    line-height: 24px;
  }

  .mv-titles {
    letter-spacing: 2px;
    font-family: Holmesh, Palatino Linotype, sans-serif;
    font-size: 30px;
  }

  .meaning-wrap {
    display: flex;
  }

  .launch {
    padding-top: 119px;
  }

  .promo-info {
    max-width: none;
    padding-left: 34px;
    padding-right: 34px;
  }

  .launch-title {
    font-size: 30px;
    line-height: 35px;
  }

  .cta-2 {
    align-self: center;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 18px;
    position: static;
  }
}

#w-node-_3448425d-3a1b-c737-5179-693b3eec426b-c078dade {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3448425d-3a1b-c737-5179-693b3eec4273-c078dade, #w-node-e8e4a506-89de-bc59-a4c6-b28159145a9a-c078dade {
  align-self: start;
}

#w-node-bdd3d518-81b4-bfef-8796-8691d41379c8-783fed6e, #w-node-bdd3d518-81b4-bfef-8796-8691d41379d3-783fed6e, #w-node-bdd3d518-81b4-bfef-8796-8691d41379dd-783fed6e, #w-node-bdd3d518-81b4-bfef-8796-8691d41379e7-783fed6e, #w-node-_3e167951-3dc4-12d7-0e81-2a2578872d23-783fed6e, #w-node-_9c88d229-e9a4-20d2-dd64-cf4bf953ff7c-783fed6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-bdd3d518-81b4-bfef-8796-8691d41379d3-783fed6e, #w-node-bdd3d518-81b4-bfef-8796-8691d41379dd-783fed6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3448425d-3a1b-c737-5179-693b3eec426b-c078dade {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3448425d-3a1b-c737-5179-693b3eec426b-c078dade {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Calibril';
  src: url('../fonts/calibril.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Holmesh';
  src: url('../fonts/Holmesh.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}