@font-face {
  font-family: Articulatcf;
  src: url('../fonts/ArticulatCF-BoldOblique.woff2') format("woff2"), url('../fonts/ArticulatCF-ExtraBoldOblique.woff2') format("woff2"), url('../fonts/ArticulatCF-ExtraBoldOblique.woff') format("woff"), url('../fonts/ArticulatCF-BoldOblique.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Articulatcf;
  src: url('../fonts/ArticulatCF-DemiBold.woff2') format("woff2"), url('../fonts/ArticulatCF-DemiBold.woff2') format("woff2"), url('../fonts/ArticulatCF-DemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Articulatcf;
  src: url('../fonts/ArticulatCF-Bold.woff2') format("woff2"), url('../fonts/ArticulatCF-ExtraBold.woff2') format("woff2"), url('../fonts/ArticulatCF-Bold.woff') format("woff"), url('../fonts/ArticulatCF-ExtraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Articulatcf;
  src: url('../fonts/ArticulatCF-DemiBoldOblique.woff2') format("woff2"), url('../fonts/ArticulatCF-DemiBoldOblique.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Articulatcf;
  src: url('../fonts/ArticulatCF-Medium.woff2') format("woff2"), url('../fonts/ArticulatCF-Medium.woff2') format("woff2"), url('../fonts/ArticulatCF-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Articulatcf;
  src: url('../fonts/ArticulatCF-Normal.woff2') format("woff2"), url('../fonts/ArticulatCF-Regular.woff2') format("woff2"), url('../fonts/ArticulatCF-Regular.woff2') format("woff2"), url('../fonts/ArticulatCF-Regular.woff') format("woff"), url('../fonts/ArticulatCF-Normal.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Articulatcf;
  src: url('../fonts/ArticulatCF-NormalOblique.woff2') format("woff2"), url('../fonts/ArticulatCF-RegularOblique.woff2') format("woff2"), url('../fonts/ArticulatCF-NormalOblique.woff') format("woff"), url('../fonts/ArticulatCF-RegularOblique.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Articulatcf;
  src: url('../fonts/ArticulatCF-MediumOblique.woff2') format("woff2"), url('../fonts/ArticulatCF-MediumOblique.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Articulatcf;
  src: url('../fonts/ArticulatCF-Heavy.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --teal: #3d9cb5;
  --white-ish: #d7dee4;
  --navy: #1f2938;
  --greenc: #cf6;
  --sand: #dbd1bc;
  --green: black;
  --white: white;
  --ink-soft: #4a4e4b;
  --dark-ink: #123c47;
  --navy-line: #3a4756;
  --sand-background: #efeae0;
  --sand-card: #e8e1d2;
  --ink: #1a1d1c;
  --30-opacity: #1f2938;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.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;
}

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

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

body {
  color: var(--teal);
  background-color: #3d9cb5;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: var(--white-ish);
  text-decoration: underline;
}

.header {
  background-color: var(--navy);
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: Articulatcf, Verdana, sans-serif;
}

.navbar-container {
  max-width: 1220px;
  max-height: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: opacity .2s;
  position: relative;
}

.navbar-container.coaches-container {
  max-width: 1380px;
  max-height: none;
}

.navbar-container.blog-container {
  color: #fff;
  max-width: 1300px;
}

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

.header---navbar {
  z-index: 10;
  background-color: #0000;
}

.header---nav---menu-links {
  color: var(--greenc);
  margin-right: 10px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 500;
  position: relative;
}

.nav---non-dd-links {
  color: #fff;
  margin-right: 24px;
  padding: 0;
  font-family: Articulatcf, Verdana, sans-serif;
  transition: color .6s;
}

.nav---non-dd-links:hover {
  color: #cf6;
}

.nav---non-dd-links.w--current {
  color: #fff;
  font-family: Articulatcf, Verdana, sans-serif;
  text-decoration: none;
}

.nav---non-dd-links.w--current:hover {
  color: #cf6;
}

.site-header {
  z-index: 999;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .3s;
  position: relative;
}

.header-top {
  padding-left: 0;
  padding-right: 0;
}

.header-top-slider {
  background-color: var(--sand);
  height: auto;
  padding: 10px 15px;
}

.header-top-slide {
  text-align: center;
  font-family: Articulatcf, Verdana, sans-serif;
}

.text-block {
  color: #1f2938;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.header-top-slider-nav {
  display: none;
}

.mask {
  line-height: 1;
}

.link {
  color: #1f2938;
}

.link.text-light-blue {
  color: var(--teal);
  font-weight: 600;
}

.header-top-slider-arrow {
  width: 20px;
  height: 20px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.header-top-slider-arrow.header-top-slider-arrow-right {
  left: auto;
  right: 20px;
}

.header-top-slider-arrow-icon {
  width: 20px;
  height: 20px;
}

.banner {
  background-color: var(--navy);
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.banner.banner-truemed {
  padding-bottom: 20px;
}

.banner-inner {
  text-align: center;
}

.banner-heading {
  color: #fff;
  text-align: center;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.1;
}

.banner-content {
  padding-top: 20px;
  padding-bottom: 42px;
}

.banner-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.text-span {
  color: #3d9cb5;
  font-weight: 400;
}

.banner-content-inner {
  max-width: 700px;
  color: var(--greenc);
  margin-left: auto;
  margin-right: auto;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.button {
  border: 1px solid var(--sand);
  background-color: var(--sand);
  min-width: 280px;
  color: var(--navy);
  text-align: center;
  border-radius: 15px;
  padding: 26.5px 40px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
}

.button:hover {
  border-color: var(--teal);
  background-color: var(--teal);
  color: var(--greenc);
}

.button.button-pre-sale {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--teal);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--teal);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--teal);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--teal);
  background-color: #0000;
  border-radius: 15px;
  position: relative;
}

.button.button-pre-sale:hover {
  background-color: var(--teal);
}

.button.button-transparent {
  color: #fff;
  background-color: #0000;
  font-weight: 800;
}

.button.button-transparent:hover {
  background-color: var(--teal);
}

.button.button-transparent.button-cream {
  border-width: 2px;
  border-color: var(--navy);
  color: var(--navy);
}

.button.button-transparent.button-cream:hover {
  border-color: var(--teal);
  background-color: var(--teal);
  color: var(--greenc);
}

.button.button-dark {
  border-top-color: var(--navy);
  border-right-color: var(--navy);
  border-bottom-color: var(--navy);
  border-left-color: var(--navy);
  background-color: var(--navy);
  color: #fff;
  box-shadow: 0 6px 10px #0000002e;
}

.button.button-dark:hover {
  border-color: var(--teal);
  background-color: var(--teal);
}

.button.button-dark.career-tab-cta {
  margin-top: 50px;
}

.button.button-dark.open-positions-acr-content-cta {
  min-width: 170px;
  margin-top: 44px;
  padding: 14px 20px;
  font-size: 16px;
}

.button.coach-card-button {
  background-color: var(--white-ish);
  text-transform: uppercase;
  width: 100%;
  min-width: auto;
  transition: box-shadow .2s, background-color .2s cubic-bezier(.55, .085, .68, .53);
  position: static;
}

.button.coach-card-button:hover {
  background-color: var(--green);
  color: var(--navy);
  box-shadow: 7px 7px 5px 5px #0003;
}

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

.text-block-2.pre-sale-button-text {
  color: #fff;
  font-weight: 800;
}

.text-block-2.pre-sale-button-text:hover {
  color: var(--navy);
  box-shadow: 2px 2px 5px 2px #0003;
}

.pre-sale-button-upper {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding: 0 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.banner-slider {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.cards-section {
  background-color: var(--navy);
  text-align: center;
  padding-top: 95px;
  padding-bottom: 65px;
}

.cards-section.cards-section-about-page {
  padding-top: 100px;
}

.section-header {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-header.privacy-policy-header {
  max-width: 860px;
  margin-bottom: 50px;
}

.section-header.privacy-policy-header.bottom-header {
  padding-top: 40px;
}

.section-heading {
  color: #fff;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
}

.section-heading.text-align-left {
  text-align: left;
  margin-bottom: 25px;
}

.section-heading.text-align-left.privay-policy-heading {
  font-size: 38px;
}

.section-header-content {
  color: #fff;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.cards-wrapper {
  display: flex;
}

.card-item {
  color: #fff;
  flex: 1;
  margin-top: 29px;
  padding: 30px 45px;
}

.card-logo-img {
  outline-offset: 0px;
  -webkit-text-stroke-width: 0px;
  border: 0 solid #b7e66b;
  border-radius: 0;
  outline: 3px #fff;
  width: auto;
  height: auto;
  padding: 0;
}

.card-title {
  text-transform: uppercase;
  margin-top: 7px;
  margin-bottom: 25px;
  padding-top: 25px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 19px;
}

.tmed-steps-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--navy);
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-right: 0;
  display: grid;
  position: relative;
}

.location-column {
  text-align: left;
  width: 50%;
}

.location-content-inner {
  text-align: left;
  max-width: 90%;
  position: relative;
}

.location-tag {
  float: none;
  background-color: var(--navy);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  min-width: 142px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 18px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}

.location-tag.what-we-do-tag {
  background-color: var(--teal);
  color: var(--navy);
  font-weight: 600;
}

.location-tag.what-we-do-tag.faq-tag {
  background-color: var(--sand);
  color: var(--navy);
}

.location-tag.what-we-do-tag.home {
  font-size: 25px;
}

.location-content-wrapper {
  margin-top: 18px;
  margin-bottom: 23px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.location-content-wrapper.what-we-do-content {
  margin-bottom: 49px;
  font-family: Articulatcf, Verdana, sans-serif;
}

.heading {
  color: var(--navy);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 90%;
  position: relative;
}

.heading.what-we-do-heading {
  color: #fff;
  font-family: Articulatcf, Verdana, sans-serif;
}

.heading.faq-heading.coach-faq_title {
  color: var(--green);
  text-align: left;
}

.what-we-do-section {
  background-image: linear-gradient(#1f2938e6, #1f2938e6), url('../images/Rectangle-1271-1.avif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 634px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.row.what-we-do-row {
  justify-content: flex-start;
}

.what-we-do-column.what-we-do-column-slider {
  width: 50%;
  position: absolute;
  left: 50%;
}

.text-block-4 {
  color: var(--navy);
  padding-top: 5px;
  padding-bottom: 25px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16.5px;
}

.text-block-5 {
  color: #fff;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16.5px;
  font-weight: 300;
}

.what-we-do-slider {
  display: flex;
}

.what-we-do-slide {
  text-align: left;
  width: 550px;
  min-width: 550px;
  max-width: 550px;
  padding-right: 40px;
  font-family: Articulatcf, Verdana, sans-serif;
}

.what-we-do-slide-img {
  width: 48px;
  height: 48px;
}

.what-we-do-slide-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: .9;
}

.what-we-do-slide-content {
  color: #fff;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.faq-section {
  background-color: #faf8f4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-section-row {
  align-items: stretch;
  display: flex;
}

.faq-section-column.faq-section-content {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.faq-section-column.faq-section-questions {
  width: 50%;
}

.faq-section-content-inner {
  text-align: left;
  max-width: 75%;
}

.faq-section-content-inner.coach-faq_content-inner {
  clear: none;
}

.faq-section-content {
  color: var(--navy);
  margin-top: 15px;
  margin-bottom: 19px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.faq-section-questions-inner {
  text-align: left;
  border-top: 1px solid #616867;
  margin-left: 0;
}

.faq-section-question {
  border-bottom: 1px solid #616867;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-section-question-header {
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 12px;
  display: flex;
}

.faq-section-question-heading {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.faq-section-question-content {
  max-height: none;
  color: var(--navy);
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  overflow: hidden;
}

.faq-section-question-content.faq-sec-content-main {
  height: 1px;
}

.faq-section-question-icon {
  -webkit-text-fill-color: inherit;
  background-color: #3d9cb500;
  background-clip: border-box;
  border-radius: 50%;
  width: 32px;
  min-width: 32px;
  height: 32px;
  position: relative;
}

.faq-section-question-icon.open-position-acr-header-icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
}

.question-icon-line {
  color: #e90808;
  -webkit-text-stroke-color: #f70f0f;
  background-color: #3d9cb5;
  width: calc(100% - 8px);
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.question-icon-line.question-icon-line-horizontal {
  color: #3d9cb5;
  width: 2px;
  height: calc(100% - 8px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-block-6 {
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.site-footer {
  background-color: var(--navy);
  color: #fff;
  padding: 53px 20px 40px;
  font-family: Inter;
}

.container-large {
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-row {
  text-align: right;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-content-contact {
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.footer-content-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

.footer-content-bottom.wrapper-social {
  flex-flow: column;
  margin-top: 0;
}

.footer-content-bottom-links {
  grid-column-gap: 0px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

.footer-content-bottom-link {
  color: #fff;
  padding-left: 20px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.text-span-5 {
  font-weight: 300;
  text-decoration: none;
}

.text-block-7 {
  font-weight: 600;
}

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

.home-sect2-image {
  border-radius: 20px;
  max-width: 100%;
}

.footer---text---copyright.footer-bottom-copyright {
  padding-top: 27px;
}

.new-enrolling {
  width: 127px;
  height: 127px;
  margin-top: -50px;
  margin-right: -60px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(18.87deg);
}

.new-enrolling.featured-post-batch {
  margin-top: -25px;
  margin-right: 16px;
  transform: none;
}

.opening-sec-col {
  background-image: url('../images/col-img02.avif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 510px;
  position: relative;
}

.text-span-6 {
  color: var(--teal);
  font-family: "Fontspring Demo Articulatcf Bf 64 A 38 D 8 B 06 D 4 E";
  font-size: 13px;
  font-weight: 700;
}

.shadow-banner {
  min-height: auto;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 10px;
  position: relative;
}

.shadow-banner-inner {
  position: relative;
}

.shadow-banner-content {
  flex-flow: column;
  width: 680px;
  max-height: none;
  display: flex;
  position: relative;
  top: -50px;
}

.shadow-banner-content-text {
  color: var(--greenc);
  font-family: Inter;
  font-size: 20px;
  line-height: 1.4;
}

.shadow-banner-heading {
  color: var(--white-ish);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: .99;
}

.shadow-banner-overlay {
  background-color: var(--navy);
  opacity: 1;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.our-coaches-section {
  background-color: var(--navy);
  padding-top: 35px;
  padding-bottom: 35px;
}

.coach-card {
  border: 0 #000;
  border-radius: 0;
  height: 100%;
  transition: transform .3s;
  position: relative;
  box-shadow: 7px 7px 5px 5px #0003;
}

.coach-card:hover {
  transform: scale(1.025);
  box-shadow: 7px 7px 5px 5px #0003;
}

.coach-card-inner {
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.coach-img {
  z-index: 1;
  border: 1px solid #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.caoch-card-image {
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.coach-name {
  color: var(--white-ish);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.coach-content-sharelinks {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-right: 26.16px;
  display: flex;
}

.coach-content-bottom {
  padding-left: 16px;
  display: flex;
}

.coach-content-cta {
  flex: 1;
  align-self: center;
}

.coach-column {
  border-radius: 0;
  height: 500px;
}

.coaches-list {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coach-img-overlay {
  z-index: 1;
  opacity: .88;
  background-image: linear-gradient(#0000, #000);
  border: 2px solid #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.coach-card-sharelink {
  padding: 4.5px;
}

.coach-card-sharelink-img {
  width: 18px;
  max-width: 18px;
  height: 18px;
}

.coach-card-upper {
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shadow-banner-overlay-otr {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.careers-section {
  padding-top: 88px;
  padding-bottom: 0;
}

.careers-section-header-inner {
  max-width: 884px;
}

.careers-section-header-heading {
  color: var(--navy);
  margin-bottom: 0;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: .99;
}

.text-span-8 {
  font-style: italic;
  font-weight: 700;
}

.careers-section-header-content {
  color: #2e2e2e;
  padding-top: 35px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.form-popup-close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.careers-tabs {
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.career-tab-content-row {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.careers-tab-content {
  position: relative;
}

.career-tab-content-column {
  color: #2e2e2e;
  flex: 1;
  padding-right: 150px;
  font-family: Inter;
  font-size: 16px;
  line-height: 1.5;
}

.career-tab-content-column.career-tab-content-column-img {
  aspect-ratio: 1;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding-right: 0;
  display: block;
}

.career-tab-content-column.career-tab-content-column-text {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 75px;
  display: flex;
}

.image-6 {
  outline-color: var(--teal);
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 20px;
  outline-width: 3px;
  outline-style: none;
  width: 90%;
  height: auto;
  margin-left: 24px;
}

.career-tab {
  color: #e6e7e8;
  background-color: #0000;
  border-bottom: 1px solid #e6e7e8;
  padding: 0 0 3px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.career-tab.w--current {
  border-bottom-color: var(--navy);
  color: var(--navy);
  background-color: #0000;
}

.career-tabs-row {
  z-index: 2;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.careers-open-positions {
  border-top: 3px solid #d9d9d9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.careers-open-positions-header {
  margin-bottom: 80px;
  padding-left: 22px;
  padding-right: 22px;
}

.careers-open-positions-header-row {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.careers-open-positions-header-col {
  padding-right: 40px;
}

.open-positions-heading {
  color: var(--navy);
  margin-bottom: 0;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.open-position-header-content {
  color: #2e2e2e;
  padding-top: 27px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.open-position-accordian {
  border-bottom: 3px solid #d9d9d9;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.faq-section-question-header.open-position-acr-header {
  padding: 40px 0;
}

.faq-section-question-heading.open-position-acr-heading {
  flex: 1;
  padding-right: 15px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-section-question-content.open-positions-acr-content {
  margin-bottom: 36px;
  padding-bottom: 0;
  display: block;
}

.faq-section-question-content.open-positions-acr-content.active {
  display: block;
}

.open-positions-acr-content-inner {
  color: #2e2e2e;
  font-family: Articulatcf, Verdana, sans-serif;
  line-height: 1.5;
}

.text-block-11 {
  font-weight: 300;
}

.text-block-12 {
  font-family: Articulatcf, Verdana, sans-serif;
}

.rich-text-block-3 {
  color: var(--white-ish);
}

.blog-banner {
  padding-top: 74px;
  padding-bottom: 111px;
}

.blog-banner-header {
  padding-left: 14px;
  padding-right: 14px;
}

.blog-banner-heading {
  max-width: 65%;
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: .99;
}

.blog-banner-tags {
  padding-top: 52px;
  position: relative;
}

.blog-banner-tags-row {
  border-bottom: 2px #2e2e2e29;
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.blog-banner-tag {
  color: #2e2e2e52;
  text-transform: uppercase;
  padding-bottom: 14px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.blog-banner-tag.w--current {
  color: #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
}

.blog-banner-heading-span {
  color: var(--teal);
  font-weight: 700;
}

.blog-banner-tags-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.blog-banner-tags-bottom-line {
  z-index: 1;
  border-bottom: 2px solid #2e2e2e29;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-banner-featured-posts {
  padding-top: 80px;
}

.blog-banner-featured-posts-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.featured-post, .sub-featured-posts-wrap {
  width: 50%;
}

.blog-banner-featured-post.main-featured-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.main-featured-post-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.main-featured-post-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.blog-tag {
  background-color: var(--teal);
  color: #fff;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 10px 8px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.blog-tag.blog-tag-white {
  background-color: var(--white-ish);
  color: var(--navy);
}

.blog-date {
  vertical-align: middle;
  background-image: url('../images/66d9b5a667d60ee6f6d4c8a2_calendar-icon-green.svg.svg');
  background-position: 0 40%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 23px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}

.blog-date.blog-date-white {
  color: var(--white-ish);
  background-image: url('../images/Vector-6.svg');
}

.main-featured-post-heading {
  max-width: 462px;
  color: var(--white-ish);
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.main-featured-post-tagline {
  color: var(--white-ish);
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.sub-featured-post {
  display: flex;
}

.sub-featured-post-image {
  width: 228px;
}

.sub-featured-post-content {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.sub-featured-post-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-featured-post-name {
  color: var(--navy);
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.sub-featured-post-content-text {
  color: var(--navy);
  font-family: Articulatcf, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.sub-featured-post-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sub-featured-post-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.featured-post-row, .featured-post-inner {
  height: 100%;
}

.featured-post-overlay {
  background-image: linear-gradient(#1f293833, #000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-posts-grid {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}

.blog-posts-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-bottom: 83px;
  display: flex;
}

.blog-posts-grid-heading.blog-banner-heading {
  color: var(--navy);
}

.blog-posts-grid-heading.blog-banner-heading.blog-banner-heading-span {
  color: var(--teal);
}

.blog-posts-grid-heading.blog-banner-heading-span {
  font-size: 65px;
}

.blog-posts-wrapper-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  color: #1f2938;
  background-color: #1f293800;
  border: 0 #3d9cb500;
  border-radius: 10px;
  padding-left: 0;
}

.blog-card:hover {
  border: 0 #1f2938;
  border-radius: 5px;
  box-shadow: 10px 10px 5px 5px #0003;
}

.blog-card-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-card-image {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
}

.blog-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-shadow: 2px 2px 5px #0003;
}

.blog-card-content {
  padding-left: 10px;
}

.blog-card-content-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  min-height: 0;
  display: flex;
}

.blog-card-content-name {
  margin-top: 16px;
  margin-bottom: 16px;
}

.blog-card-content-desc {
  padding-bottom: 10px;
}

.main-featured-post-link {
  height: 100%;
  text-decoration: none;
  display: block;
}

.sub-featured-post-link {
  text-decoration: none;
}

.sub-featured-post-img-link, .blog-card-img-link {
  height: 100%;
  display: block;
}

.blog-card-heading-link {
  color: #000;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.blog-post-banner {
  background-color: var(--navy);
  margin-bottom: 250px;
  padding-top: 72px;
  padding-bottom: 250px;
  position: relative;
}

.blog-post-banner-inner {
  position: relative;
}

.blog-post-banner-meta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-post-banner-header {
  padding-bottom: 45px;
}

.blog-post-banner-tagline {
  width: 80%;
  color: var(--white-ish);
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.blog-post-banner-heading {
  color: var(--white-ish);
  margin-top: 13px;
  margin-bottom: 15px;
  font-size: 64px;
  line-height: 1.2;
}

.blog-post-banner-image {
  width: 100%;
  height: 500px;
  position: absolute;
}

.blog-post-banner-img {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-content-section {
  padding-top: 150px;
  padding-bottom: 120px;
}

.blog-post-content-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.blog-post-content-column {
  flex: 1;
}

.blog-post-subscribe-form {
  width: 400px;
}

.blog-post-content {
  color: #2e2e2e;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.blog-post-inner-content {
  background-color: var(--navy);
  max-width: 95%;
  color: var(--white-ish);
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px 38px 24px 28px;
  font-size: 18px;
  line-height: 1.3;
}

.rich-text-block-4 {
  color: #2e2e2e;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.blog-post-subscribe-form-inner {
  background-color: var(--navy);
  color: var(--greenc);
  background-image: url('../images/stripe_curve2x.svg');
  background-position: 0 0;
  background-size: cover;
  padding: 32px;
  position: sticky;
  top: 0;
}

.blog-post-subscribe-form-top {
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.blog-post-subscribe-heading {
  color: var(--white-ish);
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-post-subscribeform-inner {
  padding-top: 50px;
}

.subscribe-form-input {
  color: #2e2e2e;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.subscribe-form-input::placeholder {
  color: #2e2e2e99;
}

.form-2 {
  display: flex;
}

.subscribe-form-button {
  width: 134px;
  color: var(--white-ish);
  background-color: #3d9cb5;
  padding: 12px 13px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.blog-post-related-posts {
  background-color: #faf8f4;
  padding-top: 60px;
  padding-bottom: 50px;
}

.related-posts-heading {
  color: #3d9cb5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: .99;
}

.related-posts-heading-span {
  font-style: italic;
  font-weight: 700;
}

.related-posts-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-blog-posts-inner {
  padding-top: 83px;
}

.online-coaching-form {
  background-color: var(--navy);
  opacity: 1;
  background-image: url('../images/How-It-Works-banner-img.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact-page-banner-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.contact-page-banner-heading {
  color: var(--white-ish);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-page-banner-content {
  color: var(--white-ish);
  flex: 1;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.contact-page-banner-row {
  padding-top: 69px;
  display: flex;
}

.contact-page-content-left {
  width: 50%;
  padding-right: 20px;
}

.contact-page-banner-form-col {
  width: 50%;
}

.contact-info-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  flex-flow: wrap;
  width: 100%;
  max-width: 360px;
  font-size: 20px;
  display: flex;
}

.contact-info {
  width: 50%;
  color: var(--white-ish);
  padding-right: 15px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.contact-info.contact-info-address {
  width: 100%;
  padding-right: 0;
}

.contact-info-link {
  color: var(--white-ish);
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.contact-addr {
  padding-top: 5px;
}

.contact-banner-map-image {
  border-radius: 30px;
  max-width: 477px;
  height: 229px;
  margin-top: 30px;
  overflow: hidden;
}

.contact-page-banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-banner-form-inner {
  background-color: var(--white-ish);
  border-radius: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.contact-fieldset {
  display: flex;
}

.contact-form-field {
  background-color: var(--white-ish);
  color: #5b5b5b;
  border: 1px #000;
  border-bottom: 1px solid #5b5b5b;
  height: auto;
  margin-bottom: 0;
  padding: 18px 0;
  font-family: Syne;
  font-size: 18px;
  line-height: 1.2;
}

.contact-form-field::placeholder {
  color: #5b5b5b;
}

.contact-form-field.contact-form-field-textarea {
  height: 120px;
  padding-top: 10px;
  font-family: Articulatcf, Verdana, sans-serif;
}

.contact-form-field.contact-form-field-textarea::placeholder {
  color: #5b5b5b;
}

.contact-form-field.contact-form-select-field {
  padding-top: 6px;
}

.submit-button {
  margin-top: 10px;
}

.submit-button.contact-form-button {
  width: 100%;
  color: var(--white-ish);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3d9cb5;
  margin-top: 32px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-page-instagram {
  padding-top: 97px;
  padding-bottom: 50px;
}

.contact-page-instagram-header {
  margin-bottom: 53px;
}

.contact-page-instagram-heading {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 38px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: .99;
}

.contact-page-instagram-content {
  color: #2e2e2e;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.contact-page-instagram-header-inner {
  text-align: center;
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
}

.contact-page-faq-header {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  align-items: center;
  display: flex;
}

.contact-page-faq-header-contentt {
  max-width: 907px;
}

.faq-header-content {
  color: var(--navy);
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.blog-posts-grid-empty {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white-ish);
  color: var(--navy);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.blog-posts-grid-empty-backlink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-posts-backlink-img {
  width: 20px;
  height: 20px;
}

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

.text-block-15 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;
}

.text-span-10 {
  font-size: 24px;
}

.body {
  color: var(--white-ish);
}

.privacy-policy {
  background-color: var(--navy);
  padding-top: 100px;
  padding-bottom: 80px;
}

.contact-form-field-wrap {
  padding-top: 20px;
}

.contact-form-field-label {
  padding-left: 5px;
  font-family: Syne;
}

.text-span-17, .text-span-18, .text-span-19 {
  font-size: 20px;
}

.faq-section-question-heading-inner {
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.faq-section-question-heading-link {
  border: 2px solid var(--navy);
  color: var(--navy);
  -webkit-text-stroke-color: var(--navy);
  text-transform: uppercase;
  background-color: #bac6da;
  border-radius: 6px;
  padding: 2px 10px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.faq-section-question-heading-link:hover {
  text-decoration: underline;
}

.ps-block-cta-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.ps-block-cta-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  font-size: 12px;
  line-height: 1.2;
  display: flex;
}

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

.link-block.ps-block-cta-link {
  color: #fff;
  background-color: #3d9cb5;
  border-radius: 10px;
  width: 91.9373%;
  min-width: 35%;
  margin-left: 0;
  padding: 20px;
  transition: box-shadow .4s, background-color .4s, color .4s;
  display: block;
  position: static;
}

.link-block.ps-block-cta-link:hover {
  color: #1f2938;
  background-color: #cf6;
  box-shadow: 0 2px 5px 5px #0003;
}

.link-block.ps-block-cta-link.truemed-button {
  border-radius: 20px;
  width: auto;
  min-width: 300px;
  display: inline-block;
  position: relative;
}

.thank-you-page-wrapper {
  background-color: var(--navy);
  min-height: 750px;
}

.text-block-25 {
  margin-top: 0;
  margin-bottom: 40px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #b7e66b;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 25px;
  display: inline-block;
}

.image-7 {
  border-radius: 20px;
  margin-bottom: 45px;
}

.section-2 {
  background-image: url('../images/meal-plan-for-a-week-on-a-table-among-tomatoes.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.sleep-ebook {
  background-image: url('../images/Screenshot-2025-09-16-at-8.13.37-PM.png');
}

.div-block-6 {
  background-image: linear-gradient(#000000bf, #000000bf);
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.heading-8 {
  color: #fff;
  max-width: 80%;
  margin-bottom: 40px;
  display: inline-block;
}

.code-embed {
  background-color: #fff;
  border-radius: 20px;
  width: 50%;
  min-width: 500px;
  max-width: none;
  padding: 20px;
  display: inline-block;
}

.section-3 {
  background-color: var(--navy);
  padding-top: 95px;
  padding-bottom: 65px;
}

.div-block-7 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-26 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.container-3 {
  max-width: 1220px;
  padding-left: 15px;
  padding-right: 15px;
}

.link-6 {
  color: var(--navy);
}

.nav---oc-dd {
  color: #fff;
}

.nav---dd---toggle---icon {
  color: var(--white-ish);
  margin: 0;
  padding-top: 3px;
  padding-left: 7px;
  position: absolute;
}

.nav---dd---toggle-cont {
  opacity: 1;
  background-color: #0000;
  margin-right: 24px;
  padding: 0;
}

.nav---dd---toggle-cont.w--open:hover {
  color: var(--green);
  background-color: #1f2938;
}

.text-block-28 {
  color: #fff;
  border: 1px #1f2938;
  border-radius: 0;
  margin-right: 10px;
  transition: opacity .6s;
}

.text-block-28:hover {
  opacity: .8;
}

.dropdown-list {
  color: #1f2938;
  background-color: #1f2938;
  border: 2px solid #cf6;
  border-radius: 10px;
}

.dropdown-list:hover {
  border-radius: 7px;
}

.dropdown-list.w--open {
  opacity: 1;
  background-color: #1f2938;
  border: 2px solid #cf6;
  border-radius: 5px;
}

.header-nav---dd-links {
  color: var(--white-ish);
  -webkit-text-fill-color: inherit;
  background-color: #1f2938;
  background-clip: border-box;
}

.header-nav---dd-links:hover {
  background-color: var(--green);
  color: var(--greenc);
  border: 2px solid #1f2938;
  border-radius: 10px;
  font-size: 20px;
  transform: translate(0);
}

.body-2, .text-block-32 {
  font-family: Articulatcf, Verdana, sans-serif;
}

.banner-column-header {
  color: #fff;
  text-align: left;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  position: relative;
}

.text-block-33 {
  color: #fff;
  text-align: left;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}

.text-block-34 {
  color: #fff;
  text-align: left;
}

.text-span-20 {
  color: #3d9cb5;
  font-size: 16px;
  font-weight: 500;
}

.text-span-21 {
  color: #3d9cb5;
  font-size: 50px;
}

.truemed-icon {
  max-width: 75%;
  position: relative;
}

.banner-button-div-block {
  margin-top: 29px;
  position: relative;
}

.text-block-35 {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  vertical-align: baseline;
  background-color: #1f2938;
  border-radius: 15px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 30px;
  padding: 7px;
  display: block;
  position: relative;
  inset: 0;
}

.tmed-steps-list {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: decimal;
  display: block;
  position: relative;
  left: 0;
}

.heading-15 {
  margin-bottom: 20px;
  display: block;
}

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

.tmed-sect2-grid-divs {
  opacity: .95;
  background-color: #dbd1bc;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  padding: 0 0 20px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 6px 2px #0003;
}

.tmed-banner-grid-divs {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.tmed-steps-bg-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  min-width: 1600px;
  max-width: 100%;
  height: 100%;
  min-height: 1000px;
  max-height: 100%;
}

.home-sect2-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dbd1bc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
  position: relative;
}

.home-sect2-grid-divs {
  padding: 5px 10px;
  position: relative;
}

.tmed-sect3-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1f2938;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  padding-top: 40px;
  display: grid;
  position: relative;
}

.tmed-sect3-pgraphs {
  color: #fff;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 10px;
  position: relative;
}

.image-17 {
  box-shadow: 2px 2px 5px 2px #0003;
}

.collection-item {
  border-radius: 0;
  padding-left: 0;
  box-shadow: 3px 3px 5px 2px #0003;
}

.text-block-36 {
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: static;
}

.schedule-description {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
}

.schedule-description.fitdads-page {
  color: var(--greenc);
}

.schedule-description.hybrid-athletes {
  max-width: 450px;
}

.schedule-title {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 42px;
  font-weight: 500;
}

.schedule-details-text {
  color: #3d9cb5;
  font-weight: 600;
}

.hero-texts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.hero-texts.online-coach-main-text {
  float: none;
  clear: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.hero-texts.coaches-banner-txt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
}

.schedule-subtitle {
  color: #dbd1bc;
  font-size: 30px;
  font-weight: 500;
}

.hero-container {
  width: 940px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.hero-container.online-coach-container {
  max-width: 1200px;
}

.hero-container.coaches-bannner-container {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 0;
}

.hero-buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: -61px;
  margin-bottom: 10px;
  display: flex;
}

.hero-buttons.online-coach-main-button.see-if-you-qualify {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.coaches-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.coaches-mask {
  height: 100%;
}

.coaches-mask.how-it-work-slider-mask {
  height: auto;
}

.coaches-slider {
  background-color: #0000;
  padding-top: 40px;
}

.coaches-slider.how-it-work-slider {
  height: auto;
  padding-top: 0;
  display: block;
}

.coaches-image {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.coaches-image.slider-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.coaches-image.slider-count {
  color: #3d9cb5;
  font-size: 22px;
  line-height: 30px;
}

.coaches-navigation {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  top: 100%;
}

.coaches-navigation.how-it-work-slider-navigation {
  box-sizing: border-box;
  opacity: 1;
  pointer-events: auto;
  color: #da1e1e00;
  text-overflow: clip;
  object-fit: fill;
  display: block;
  top: 100%;
  overflow: visible;
}

.coaches-section {
  background-image: url('../images/bg-coaches.avif');
  background-position: 50%;
  background-size: cover;
}

.coaches-description {
  color: #fff;
  text-align: center;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.coaches-description.slide-description {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.coaches-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.coaches-content:hover {
  transform: translate(0, 5px);
}

.coaches-content.how-it-work-content {
  border: 8px solid #343f4f;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  padding: 30px 15px;
}

.the-program-description {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}

.class-schedule-header {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 32px;
}

.class-schedule-header.hybrid-athletes {
  font-size: 30px;
}

.the-program-slider {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 40px;
}

.the-program-slider.program {
  background-color: var(--greenc);
  background-color: var(--sand);
  background-color: #faf8f4;
  border-radius: 30px;
  margin-bottom: 0;
}

.the-program-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.the-program-support-text {
  color: var(--navy);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.the-program-slide {
  vertical-align: top;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 20px 20px 30px;
}

.the-program-mask {
  object-fit: fill;
  background-color: #0000;
  height: auto;
}

.the-program-hour {
  color: #1f2938;
  font-size: 18px;
  font-weight: 600;
}

.the-program-navigation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.parallax-section-one {
  object-fit: cover;
  height: 100vh;
  margin-top: 0;
}

.parallax-div {
  object-fit: cover;
  background-image: url('../images/6-banner-parallax-section6.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.parallax-div.hybrid-athletes {
  background-image: url('../images/IMG_1138.jpeg.jpg');
}

.steps-details-text {
  color: #3d9cb5;
}

.rewards-description {
  color: #fff;
  text-align: center;
}

.rewards-description.hybrid-athletes {
  max-width: 90%;
}

.rewards-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.rewards-title-2 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  width: 100%;
  max-width: 55%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.rewards-title-2.hybrid-athletes {
  max-width: 65%;
}

.rewards-icon {
  border: 2px #3d9cb5;
  border-radius: 0;
  width: 60px;
  height: 60px;
  padding: 0;
}

.parallax-section-two {
  object-fit: cover;
  height: 80vh;
}

.parallax-div-two {
  object-fit: cover;
  background-image: url('../images/p3-entire-team-photo-2.20.25.avif');
  background-position: 45%;
  background-size: cover;
  height: 100vh;
}

.parallax-div-two.hybrid-athletes {
  background-image: url('../images/A280DA7D-0F83-4B7B-8CE9-763B1D086135_1_105_c.jpeg.avif');
}

.testimonials-subtitle {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.testimonials-subtitle.sub-title {
  color: #3d9cb5;
  text-align: left;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 24px;
}

.testimonials-subtitle.sub-title.new-testi {
  color: #363636;
  text-align: center;
  font-size: 16px;
}

.testimonials-section {
  background-image: url('../images/7-banner-testimonials.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 40px;
}

.testimonials-section.salt-river {
  background-image: url('../images/Top-of-Mountain-Female-Banner-1.avif');
}

.testimonials-section.salt-river.testimonial-gym-main.salt-section {
  background-image: url('../images/Customer-Success-Banner_min.avif');
  background-position: 0 0;
  background-size: cover;
}

.testimonials-details-text {
  color: #3d9cb5;
}

.testimonials-quote-icon {
  text-align: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-quote-icon.testimonial-slide-icon {
  margin-bottom: 10px;
}

.testimonials-author-name {
  color: var(--navy);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.form-section {
  object-fit: cover;
  background-image: url('../images/9-banner-form.avif');
  background-position: 50%;
  background-size: cover;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.form-section.hybrid-athletes {
  background-image: url('../images/511A1F7C-428B-42EA-9096-B8942F3145F1_1_105_c.jpeg.avif');
}

.form-wrapper {
  color: #000;
  text-align: center;
  background-color: #fff0;
  border-radius: 14px;
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  line-height: 24px;
  position: relative;
}

.form-title {
  color: #1f2938;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.form-description {
  text-align: center;
  padding-bottom: 0;
}

.rewards-container {
  opacity: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rewards-slider-2 {
  background-color: #0000;
}

.rewards-mask {
  height: 100%;
}

.rewards-slide {
  width: 100%;
  max-width: 33.33%;
}

.rewards-navigation {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: auto;
  bottom: 30%;
}

.schedule-section {
  background-image: url('../images/8-banner-section8.jpg');
  background-position: 50%;
  background-size: cover;
}

.schedule-section.hybrid-athletes {
  background-image: url('../images/banner-4.avif');
}

.schedule-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.schedule-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  align-self: center;
  align-items: center;
  display: flex;
}

.the-program-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.the-program-image-two {
  border-radius: 20px;
  width: 100%;
  max-width: 40%;
}

.testimonials-image-brett {
  text-align: center;
  border-radius: 100px;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-image-janice {
  text-align: center;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-image-maggie, .testimonials-image-elena, .testimonials-image-jarryd {
  text-align: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video-section {
  background-color: #1f2938;
  background-image: linear-gradient(#00000080, #00000080);
}

.hero-title {
  color: #fff;
  text-align: center;
  padding-top: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 50px;
}

.hero-title.online-coach-main-tiltle {
  font-size: 57px;
  font-weight: 400;
  line-height: 1.3em;
}

.hero-title.coaches-banner-herotxt {
  text-align: left;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 400;
  line-height: 76px;
}

.hero-details-text {
  color: #3d9cb5;
  font-weight: 400;
}

.hero-section-gym {
  background-image: url('../images/banner-header.avif');
  background-size: cover;
  margin-top: -130px;
  padding-top: 130px;
}

.hero-section-gym.assessments {
  background-image: url('../images/assessments-banner-top-min.avif');
  background-position: 0 0;
  background-size: cover;
}

.hero-section-gym.assessments.assessment-banner-section {
  object-fit: cover;
  background-image: none;
  height: 70vh;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
}

.hero-section-gym.gym-that-trains-hero {
  object-fit: cover;
  background-image: none;
  height: 70vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.hero-section-gym.gym-that-trains-hero.ast-salt-hero {
  background-image: url('../images/687e8ab540506cff2f27259e_salt-river-banner-img.webp');
  padding: 150px 20px 140px;
}

.hero-section-gym.gym-that-trains-hero.ast-salt-hero.hero-section-about-us {
  background-image: url('../images/About-Us-Banner-Top-min.avif');
  background-position: 50% 0;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 180px;
}

.hero-section-gym.gym-that-trains-hero.ast-salt-hero.hero-section-about-us.mobile-section {
  display: none;
}

.hero-section-gym.hero-section-online-coach {
  background-image: url('../images/online-coaches-topBanner-img.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 200px;
  padding-bottom: 100px;
}

.hero-button-2 {
  background-color: #3d9cb5;
  border: 1px #3d9cb5;
  width: auto;
  max-width: none;
  padding: 10px 30px;
  font-weight: 600;
  transition: all .5s;
}

.hero-button-2:hover {
  color: #1f2938;
  background-color: #cf6;
  border-style: none;
}

.hero-button-2.online-coach-main-buttontxt {
  padding-top: 12px;
  padding-bottom: 12px;
}

.hero-button-2.online-coach-main-buttontxt.popup-modal {
  clear: both;
  border-radius: 12px;
  align-self: auto;
  margin-top: 30px;
  display: block;
  position: static;
}

.hero-button-2.explore-our-coaches-btn {
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hero-subtitle {
  color: #dbd1bc;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
}

.hero-subtitle.online-coach-main-subtiltle {
  flex: 0 auto;
  align-self: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 32px;
  line-height: 38px;
}

.hero-subtitle.meet-coach-subtitle {
  color: #fff;
  font-size: 22px;
}

.hero-subtitle.onlinecoaches-modal-subtitle {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.hero-subtitle.coaches-banner-herosubtxt {
  color: var(--greenc);
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

.coaches-title-2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 600;
}

.coaches-title-2.meet-the-coaches-title {
  font-size: 44px;
  line-height: 50px;
}

.coaches-slide-2 {
  width: 100%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.coaches-slide-2.how-it-work-slide-duplicated {
  border: 0 solid #343f4f;
  width: 100%;
  max-width: 33.3%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
}

.the-program-slide-2 {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-right: 0;
}

.the-program-navigation-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.testimonials-subtitle-2 {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
}

.testimonials-subtitle-2.real-people-subtitle {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.testimonials-section-2 {
  background-image: url('../images/banner-testimonials.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 40px;
}

.testimonials-title-2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 46px;
  font-weight: 500;
}

.testimonials-title-2.real-people-title {
  color: #fff;
  line-height: 50px;
}

.the-program-support-text-3 {
  color: #dbd1bc;
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
}

.the-program-support-text-3.testimonial-slide-quate {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.testimonials-author-name-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.form-title-2 {
  color: var(--greenc);
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.form-description-2 {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
}

.the-program-slide-3 {
  vertical-align: middle;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 20px 20px 30px;
}

.testimonials-section-3 {
  background-image: url('../images/7-banner-testimonials.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 40px;
}

.testimonials-section-3.hybrid-athletes {
  background-image: url('../images/banner-3.avif');
}

.the-program-support-text-4 {
  color: #1f2938;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.testimonials-author-name-3 {
  color: #1f2938;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.the-program-navigation-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.testimonials-subtitle-3 {
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.testimonials-subtitle-3.hybrid-athletes {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-weight: 400;
}

.coaches-slide-3 {
  width: 100%;
  max-width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.coaches-title-3 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 36px;
  font-weight: 600;
}

.the-program-slide-4 {
  vertical-align: top;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 20px 20px 30px;
}

.the-program-slide-4.program {
  vertical-align: top;
  background-color: #0000;
  max-width: 100%;
  padding: 10px 10px 0;
}

.the-program-container-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: 940px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.program-details-text-ii-2 {
  color: #1f2938;
  font-weight: 600;
}

.the-program-image-3 {
  width: 100%;
  max-width: 35%;
}

.the-program-content-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 65%;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.the-program-section-3 {
  background-color: #dbd1bc;
  height: auto;
}

.the-program-support-text-5 {
  color: #1f2938;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.the-program-support-text-5.program {
  color: #1f2938;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.the-program-subtitle-2 {
  color: #1f2938;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.hero-button-4 {
  background-color: #3d9cb5;
  border: 1px #3d9cb5;
  width: auto;
  max-width: none;
  padding: 10px 30px;
  font-weight: 600;
  transition: all .5s;
}

.hero-button-4:hover {
  color: #1f2938;
  background-color: #cf6;
  border-style: none;
}

.the-program-navigation-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.the-program-navigation-4.program {
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.get-started-section-3 {
  background-color: #1f2938;
  background-image: url('../images/2-banner-section2.jpg');
  background-position: 100%;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.get-started-section-3.hybrid-athletes {
  background-image: url('../images/img-banner-2.avif');
  background-position: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-button-6 {
  background-color: #3d9cb5;
  border: 1px #3d9cb5;
  width: auto;
  max-width: none;
  margin-top: auto;
  padding: 10px 30px;
  font-weight: 600;
  transition: all .5s;
}

.hero-button-6:hover {
  color: #1f2938;
  background-color: #cf6;
  border-style: none;
}

.hero-button-6.hybrid-athletes {
  margin-top: -40px;
}

.hero-section-4 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/1-banner-header.avif');
  background-size: cover;
  background-clip: border-box;
  margin-top: -130px;
  padding-top: 130px;
}

.hero-section-4.hybrid-athletes {
  background-image: url('../images/banner-1-new.avif');
  background-position: 50%;
}

.section-8 {
  background-color: var(--sand);
  background-image: url('../images/writing-a-diet-plan-on-the-table-full-of-healthy.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section-8.sleep-ebook {
  background-image: url('../images/Screenshot-2025-09-16-at-8.05.03-PM.avif');
}

.container-8 {
  background-color: #000000bf;
  max-width: none;
  padding: 100px 15px;
}

.text-block-47 {
  color: var(--greenc);
  font-size: 22px;
  line-height: 1.6;
}

.heading-16 {
  color: var(--greenc);
  text-align: center;
  font-weight: 600;
}

.paragraph-18 {
  color: var(--greenc);
  text-align: center;
}

.modal-wrapper {
  z-index: 9999;
  background-color: var(--greenc);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 20px;
  padding: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 5px 20px 5px #0003;
}

.modal-wrapper.modal-7day {
  inset: auto auto 0% 0%;
}

.submit-button-2 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.form-3 {
  text-align: center;
}

.field-label-2, .field-label-3, .field-label-4 {
  text-align: left;
}

.modal-hero {
  background-color: var(--navy);
  padding: 20px;
}

.form-block-5 {
  margin-bottom: 0;
  padding: 20px;
}

.modal-close-button {
  width: 25px;
  padding: 5px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.image-28 {
  filter: invert();
}

.image-29 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-outline {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 1px;
  padding: 15px 25px;
}

.button-outline:hover {
  border-color: var(--navy);
  background-color: var(--green);
  color: var(--navy);
}

.fdbp-about {
  background-image: url('../images/bg-about-fdbp.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.fdbp-banner {
  background-image: url('../images/bg-banner-fdbp.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: -130px;
  padding-top: 190px;
  padding-bottom: 60px;
}

.fdbp-banner.coaches-banner {
  background-color: #1f2938;
  background-image: none;
  padding-top: 220px;
}

.image-30 {
  margin-bottom: 30px;
}

.container-10 {
  text-align: center;
}

.paragraph-21 {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  line-height: 30px;
}

.image-31 {
  margin-bottom: 20px;
}

.fdbp-about-bullet {
  color: #fff;
  font-size: 16px;
}

.fdbp-about-column {
  text-align: center;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.columns-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.fdbp-app {
  background-color: var(--sand);
  padding-top: 40px;
}

.column-9 {
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.column-10 {
  padding-left: 15px;
  padding-right: 15px;
}

.heading-17 {
  color: var(--navy);
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-22 {
  color: var(--navy);
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}

.image-32 {
  margin-bottom: 10px;
  margin-left: 15px;
}

.paragraph-23 {
  padding-right: 10px;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
}

.paragraph-24 {
  font-size: 16px;
}

.container-11 {
  padding-left: 15px;
  padding-right: 15px;
}

.container-12 {
  max-width: 1140px;
}

.image-33 {
  padding-top: 40px;
}

.fdbp-benefits {
  background-image: url('../images/bg-benefits-fdbp.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-18 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 56px;
  line-height: 60px;
}

.container-13 {
  text-align: center;
  display: block;
}

.image-34 {
  margin-bottom: 20px;
}

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

.columns-4, .columns-5 {
  margin-bottom: 0;
}

.fdbp-form {
  background-image: url('../images/bg-form-fdbp.avif');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.columns-6, .columns-7 {
  margin-bottom: 20px;
}

.div-team-photo {
  margin-top: 20px;
  position: relative;
}

.image-35 {
  border-radius: 10px;
  box-shadow: 3px 5px 5px 5px #0003;
}

.team-photo-container {
  padding-top: 0;
  padding-bottom: 60px;
}

.image-36 {
  width: 124px;
  height: 124px;
}

.image-36.work-slider-img {
  width: 70px;
  height: 70px;
}

.image-37, .image-39, .image-40, .image-41, .image-42, .image-43 {
  width: 124px;
  height: 124px;
}

.link-block-2 {
  margin-left: 8px;
  margin-right: 8px;
  padding-right: 0;
}

.link-block-3 {
  margin-left: 8px;
  margin-right: 8px;
}

.section-11 {
  background-color: var(--navy);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: -130px;
  padding-top: 220px;
  padding-bottom: 0;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.section-12 {
  background-color: var(--navy);
  padding-top: 100px;
  padding-bottom: 100px;
}

.rich-text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.button-4 {
  background-color: #119bb3;
  padding: 25px 70px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

.button-4:hover {
  background-color: var(--green);
  color: var(--navy);
}

.flex-block-6 {
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.section-13 {
  background-color: var(--sand);
}

.div {
  background-color: #1d2937;
  width: 130px;
  height: 1px;
  margin-bottom: 55px;
}

.rich-text-block-6 {
  color: #1d2937;
  font-size: 21px;
  line-height: 30px;
}

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

.container-15 {
  max-width: 1200px;
  display: block;
}

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

.section-14 {
  background-color: var(--navy);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.flex-block-7 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.column-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  display: flex;
}

.columns-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

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

.columns-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

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

.rich-text-block-7 {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
}

.text-block-52 {
  color: var(--teal);
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.text-block-53 {
  color: #fff;
  text-align: center;
  margin-bottom: 65px;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.image-45 {
  border-radius: 20px;
  margin-bottom: 25px;
}

.text-block-54 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-55 {
  color: #fff;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
}

.column-13 {
  justify-content: center;
  display: flex;
}

.column-14 {
  display: flex;
}

.section-15 {
  background-color: var(--navy);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
}

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

.columns-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 100px;
  display: flex;
}

.column-15 {
  display: flex;
}

.column-16 {
  justify-content: center;
  display: flex;
}

.image-46 {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
}

.rich-text-block-8 {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
}

.flex-block-11 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
}

.section-17 {
  background-color: var(--sand);
  padding-top: 120px;
  padding-bottom: 130px;
}

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

.div-2 {
  background-color: #1d2937;
  width: 230px;
  height: 1px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.columns-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.column-17 {
  display: flex;
}

.column-18 {
  justify-content: center;
  display: flex;
}

.image-47 {
  border-radius: 20px;
  width: 110%;
  max-width: none;
}

.flex-block-13 {
  justify-content: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
}

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

.rich-text-block-9 {
  color: #1d2937;
  font-size: 21px;
  line-height: 30px;
}

.section-18 {
  background-color: var(--navy);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

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

.columns-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.column-19 {
  justify-content: center;
  display: flex;
}

.column-20 {
  display: flex;
}

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

.flex-block-16 {
  justify-content: center;
}

.image-48 {
  margin-bottom: 25px;
}

.text-block-59 {
  color: var(--teal);
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.text-block-60 {
  color: #fff;
  text-align: center;
  margin-bottom: 65px;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

.text-block-61 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-62 {
  color: #fff;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
}

.rich-text-block-10 {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
}

.section-19 {
  background-color: var(--sand);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
}

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

.rich-text-block-11 {
  color: #1d2937;
  text-align: center;
  margin-bottom: 50px;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 24px;
  line-height: 30px;
}

.link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  margin-left: 20px;
  margin-right: 20px;
}

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

.heading-19 {
  color: var(--teal);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
}

.heading-20, .heading-21 {
  color: #1d2937;
  text-align: center;
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.heading-22 {
  color: #1d2937;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.heading-23 {
  color: var(--teal);
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.text-block-64 {
  text-align: center;
  margin-bottom: 10px;
}

.div-block-30 {
  align-self: center;
  margin-bottom: 20px;
}

.div-block-31 {
  align-self: center;
}

.text-block-65 {
  opacity: .7;
  background-color: #1f2938;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
}

.gym-hero-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 700px;
  display: block;
}

.gym-hero-text.river-ast-hero-text {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.know-more {
  color: #fff;
  font-size: 72px;
  font-weight: 500;
  line-height: 64px;
}

.know-more.trains-smarter-txt {
  padding-bottom: 10px;
  font-size: 72px;
  font-weight: 600;
  line-height: 65px;
}

.know-more.lifestyle-title-text {
  font-size: 58px;
}

.button-assessment {
  margin-top: 20px;
}

.assessment-description {
  color: #fff;
  width: 80%;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 26px;
}

.assessment-description.lifestyle-sub-tecxt {
  width: 90%;
  display: block;
}

.assessment-description.lifestyle-sub-tecxt.about-us-subtitle {
  margin-top: 0;
}

.assessment-btn {
  text-align: center;
  background-color: #3d9cb5;
  border-radius: 50px;
}

.assessment-btn.hoverbtn {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.assessment-btn.hoverbtn:hover {
  color: var(--navy);
  background-color: #cf6;
}

.assessment-btn.hoverbtn.get-started-now {
  float: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  background-clip: border-box;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 13px 40px;
  font-size: 17px;
  font-weight: 600;
}

.assessment-btn.hoverbtn.get-started-now:hover {
  color: var(--navy);
  background-color: #cf6;
}

.gym-banner-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: block;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.gallery-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 450px;
  display: flex;
}

.heading-24 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area-3 Area-4"
                 "Area-5 Area-3 Area-4"
                 "Area-2 Area-2 Area-2"
                 / .75fr 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
}

.image-55 {
  max-width: 100%;
  display: block;
}

.image-56, .image-57 {
  max-width: 100%;
}

.paragraph-29 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.parallax-div-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/1137F6AA-A78B-4141-85B6-Parallax-img-min.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  display: block;
}

.parallax-div-img.parallax-image-top {
  background-image: url('../images/684d4629cb3f067b32a6fc34_1137F6AA-A78B-4141-85B6-Parallax-img-min.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-div-img.parallax-image-top.parallax-image-onlinecoaching {
  background-image: url('../images/OnlineCoaching-Parallax-Img1.avif');
  background-position: 50%;
}

.parallax-div-img.parallax-image-top.parallax-sec-mid-onlinecoach-parallax-img {
  background-image: url('../images/Janice-Workout.avif');
  background-position: 0 0;
  background-size: cover;
}

.parallax-div-img.parallax-image-bottom {
  background-image: url('../images/6850e5e3348fce6ebb881df1_Banner-min-inner.webp');
}

.proof-assessment {
  background-color: #1f2938;
  padding-top: 60px;
  padding-bottom: 60px;
}

.proof-assessment-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: block;
}

.hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: block;
}

.margin-bottom-24px {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.margin-bottom-24px.assessment-desc {
  color: #fff;
  max-width: 80%;
  margin-bottom: 40px;
}

.shadow-two {
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-25 {
  color: #16213e;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.heading-25.assement-title {
  color: #fff;
  min-width: 80%;
  font-size: 36px;
}

.sub-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.sub-heading.assessment-sub-head {
  color: #fff;
  min-width: 80%;
  font-size: 20px;
}

.precision-in-motion {
  padding-top: 60px;
  padding-bottom: 60px;
}

.list-text {
  text-align: left;
  align-self: auto;
  margin-bottom: 0;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
}

.list-text.check-list {
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.list-text.check-list.optimself-list-title {
  font-family: Articulatcf, Verdana, sans-serif;
  font-weight: 500;
}

.list-text.check-list.program-list-title {
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.list-text.check-list.day-inlife-title {
  font-weight: 500;
}

.list-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.list-items.optimself_list {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 20px;
}

.list-items.program-list-colored {
  background-color: #e4ddce;
  padding: 10px 20px 10px 30px;
}

.list-items.program-list-plain {
  padding: 10px 20px 10px 30px;
}

.list-items.day-inlife-list {
  align-items: flex-start;
  margin-bottom: 15px;
}

.div-block-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: flex;
}

.ready-to-know-more {
  background-image: url('../images/Ready-to-Know-More-img.avif');
  background-position: 100%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.title-text-ready {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.ready-to-know-button {
  color: var(--teal);
  background-color: #3898ec00;
  border: 1px solid #3d9cb5;
  border-radius: 50px;
  margin-top: 20px;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
}

.ready-to-know-button:hover {
  color: var(--navy);
  background-color: #cf6;
  font-weight: 500;
}

.ready-know-container {
  max-width: 1200px;
}

.hero-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two.hero-wrapper-three {
  max-width: 790px;
}

.margin-bottom-24px-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.inbody-scan {
  background-image: url('../images/hexigon-banner-BG-img.avif');
  background-position: 0 0;
  background-size: cover;
}

.inbody-scan-contrainer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.inbody-title {
  color: #000;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
}

.inbody-sub-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.inbody-button {
  background-color: #3d9cb5;
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
}

.inbody-button.hoverbtn:hover {
  color: var(--navy);
  background-color: #cf6;
}

.inbody-sub-title.bmi-title {
  margin-bottom: 20px;
}

.quick-stack {
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cell {
  background-image: url('../images/Muscle-Mass-img.png');
  background-position: 0 0;
  background-size: cover;
}

.cell.bmi-image-boxes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Muscle-Mass-BG-img.avif');
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.cell-2 {
  background-image: url('../images/Body-Fat--Visceral-Fat-min.avif');
  background-position: 0 0;
  background-size: cover;
}

.cell-2.bmi-image-boxes {
  text-align: center;
  background-image: url('../images/Body-Fat-BG-img.avif');
  border-radius: 20px;
  justify-content: flex-end;
}

.cell-3 {
  background-image: url('../images/Water-Balance-min.avif');
  background-position: 0 0;
  background-size: cover;
}

.cell-3.bmi-image-boxes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Water-Balance-bg-img.avif');
  border-radius: 20px;
  justify-content: flex-end;
  text-decoration: none;
}

.bmi-image-boxes {
  background-image: url('../images/Phase-Angle-min.avif');
  background-position: 0 0;
  background-size: cover;
}

.bmi-image-boxes.cell-4 {
  background-image: url('../images/Basal-Metabolic-RateBG-img.avif');
  border-radius: 20px;
  justify-content: flex-end;
}

.bmi-image-boxes.cell-5 {
  background-image: url('../images/Phase-Angln-BG-img.avif');
  border-radius: 20px;
  justify-content: flex-end;
}

.wrapper-box-for-grid {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.grid-icon-image {
  order: 0;
  align-self: center;
  max-width: 25%;
  margin-top: -10px;
}

.grid-icon-image.icon-img-1 {
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: -20px;
}

.grid-icon-image.icon-img-2, .grid-icon-image.icon-img-3, .grid-icon-image.icon-img-4, .grid-icon-image.icon-img-5 {
  margin-top: -20px;
}

.heading-27 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.div-block-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin: 160px 10px 10px;
  padding: 20px 5px;
  display: flex;
}

.div-block-36.grid-inner-box-main {
  margin-top: 100px;
  padding-left: 5px;
  padding-right: 5px;
}

.grid-inner-sub-title {
  clear: none;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.grid-inner-sub-title.dd {
  color: #000;
  margin-bottom: 20px;
}

.image-59 {
  width: 15px;
  max-width: 40%;
}

.link-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--navy);
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

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

.hero-split-4 {
  background-color: #3d9cb5;
  border-radius: 42px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-right: 20px;
  padding: 30px 40px;
  display: flex;
}

.comes-together {
  padding-top: 60px;
  padding-bottom: 60px;
}

.comes-together-container.container {
  align-items: center;
  display: flex;
}

.heading-28 {
  color: #1f2938;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.comes-together-wrapper-left {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.comes-together-wrapper-right, .split-right {
  width: 100%;
  max-width: 100%;
}

.come-together-description {
  color: #fff;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  background-image: url('../images/Real-Progress-banner-min.avif');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.centered-heading-2.contact-form-title {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.centered-subheading {
  color: #fff;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.contact-form-assessment {
  background-image: url('../images/contact-form-banner.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-form-container {
  max-width: 1200px;
}

.contact-form-sub-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.contact-form-main {
  margin-top: 30px;
}

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

.container-27.common-question-container {
  max-width: 1200px;
  display: block;
}

.common-question {
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-title-container {
  margin-bottom: 40px;
}

.faq-title-txt {
  color: #3d9cb5;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.common-question-dropdown {
  padding-left: 0;
}

.common-question-title {
  color: #000;
  text-align: center;
  font-size: 36px;
}

.testimonial-code {
  margin-top: 20px;
  display: none;
}

.cell-6 {
  padding-top: 60px;
  display: block;
}

.code-embed-4 {
  align-self: auto;
  margin-top: 20px;
  display: block;
}

.vertical-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: block;
}

.container-29 {
  flex: 0 auto;
  align-self: auto;
}

.container-29.slider-container {
  align-self: stretch;
  max-width: 650px;
}

.container-29.slider-container.slider-for-mobile {
  display: none;
}

.quick-stack-2 {
  text-align: left;
  width: 100%;
}

.quick-stack-2.slider-main {
  text-align: left;
  object-fit: fill;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cell-7 {
  flex-flow: column;
  display: flex;
}

.cell-7.cell-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-22 {
  background-image: url('../images/circle-bg-img.avif');
  background-position: 50%;
  background-size: cover;
  padding: 60px 20px;
}

.heading-30 {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.cell-8 {
  text-align: center;
  align-items: center;
}

.cell-9, .cell-10 {
  align-items: center;
}

.section-23 {
  background-image: url('../images/Results-That-Go-Beyond-img.avif');
  background-position: 50% 0;
  background-size: cover;
  padding: 60px 20px;
}

.section-24 {
  background-image: url('../images/02392FE5-B24D-41E2-85ED-966BD952D937.avif');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  position: static;
}

.section-24.about-us-parallax-hero {
  background-image: url('../images/Background-BG-min.png');
}

.section-25 {
  background-image: url('../images/arrow-banner-Main-min.avif');
  background-position: 50%;
  background-size: cover;
  padding: 60px 20px;
}

.heading-31 {
  text-align: center;
  font-size: 42px;
  line-height: 50px;
}

.cell-11 {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 20px;
}

.cell-11.founder-grid-cell11 {
  border-width: 0;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 4px 0 20px -3px #b5373733;
}

.cell-11.sets-apart-grid-cell11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-width: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 0 5px #87828233;
}

.paragraph-34 {
  color: #3d9cb5;
  margin-bottom: 0;
  padding-top: 15px;
}

.section-27 {
  background-image: url('../images/Drives-Progress-Circle-banner.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 20px 100px;
}

.heading-32 {
  text-align: center;
  font-size: 38px;
  line-height: 50px;
}

.heading-32.clarity-progresss-heading.schedule {
  color: #fff;
}

.paragraph-36 {
  color: #595959;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-36.schedule {
  color: #fff;
  margin-bottom: 20px;
}

.heading-34 {
  text-align: center;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 55px;
}

.section-28 {
  min-height: 600px;
  padding: 60px 20px;
}

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

.div-block-37 {
  background-color: #202938;
  border-radius: 40px;
  width: 100%;
  display: flex;
}

.image-61 {
  order: -1;
  width: 50%;
}

.div-block-38 {
  align-self: center;
  width: 50%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-35 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-38 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.section-29 {
  background-color: var(--navy);
  min-height: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-36 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.paragraph-39 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.heading-37 {
  color: #fff;
  text-align: center;
  padding-top: 40px;
}

.paragraph-40 {
  color: #fff;
  text-align: center;
  text-overflow: clip;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.section-31 {
  background-color: var(--navy);
  padding-bottom: 40px;
}

.paragraph-41 {
  color: #595959;
  text-align: center;
  max-width: 600px;
  font-size: 16px;
}

.three-box-container {
  max-width: 1200px;
}

.result-that-workout {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

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

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

.get-statrted-container {
  max-width: 940px;
}

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

.quick-stack-7.proof3-founder-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.quick-stack-7.sets-apart-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 40px;
}

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

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

.river-coaches-container {
  max-width: 1200px;
}

.map-container_m {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.grid-div {
  padding-left: 30px;
  padding-right: 30px;
}

.rive-ast-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-34 {
  color: #fff;
  background-color: #1f2938;
  padding-bottom: 30px;
}

.heading-42, .heading-43 {
  color: #1b1503;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.heading-44 {
  color: var(--navy);
  text-align: left;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.heading-45 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

.body-4 {
  background-color: #1f2938;
}

.paragraph-49 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  position: static;
}

.text-span-26, .text-span-27 {
  color: #cf6;
}

.proof3-founders-main {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.proof3-founders-main.founders-hero {
  background-image: url('../images/proof3-Founders-banner-main-min.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.hero-wrapper-two-4.founder-wrapper {
  max-width: 999px;
}

.description-texxt {
  color: #fff;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.why-we-re-different {
  background-color: #f5f7fa;
  background-image: url('../images/Background-Blue.avif');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 20px;
  position: relative;
}

.our-mission-subtitle {
  color: var(--white-ish);
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.our-mission-subtitle.why-we-re-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.image-71 {
  margin-bottom: 20px;
}

.image-72, .image-73 {
  max-width: 15%;
  margin-bottom: 20px;
}

.image-74 {
  max-width: 30%;
  margin-bottom: 20px;
}

.paragraph-51 {
  color: #646464;
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-51.founder-description {
  color: #656565;
  text-align: center;
}

.paragraph-52 {
  color: #646464;
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-52.founder-description {
  color: #656565;
  text-align: center;
}

.paragraph-53 {
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-53.founder-description {
  color: #656565;
  text-align: center;
}

.what-sets-us-apart {
  background-color: #f5f7fa;
  background-image: url('../images/circles-Banner-min.avif');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 20px;
  position: relative;
}

.what-sets-us-apart-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.modal {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.scroll-popup {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal.scroll-popup.online-coaches-modal {
  z-index: 9999;
  display: none;
}

.modal-bg {
  background-color: #403f3f73;
  width: 100%;
  height: 100%;
}

.modal-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 70rem;
  height: 100vh;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  position: absolute;
}

.modal-container.online-coaches-modal-container {
  max-width: 50rem;
}

.close-text {
  color: #1f2938;
  font-size: 3rem;
  font-weight: 500;
  line-height: 26px;
  position: absolute;
  inset: 1rem 1rem auto auto;
  transform: rotate(45deg);
}

.link-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: block;
}

.button-container {
  text-align: center;
  max-width: 1200px;
}

.code-embed-5 {
  margin-top: 20px;
}

.image-75 {
  border-radius: 20px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right.meet-optimself {
  background-image: url('../images/Meet-OptimSelf-BG-banner.avif');
  background-position: 0 0;
  background-size: auto;
}

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

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  margin-top: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two-5.image-mobile-view {
  display: none;
}

.margin-bottom-24px-9 {
  color: #000;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.heading-51 {
  color: #3d9cb5;
  font-size: 44px;
  font-weight: 600;
}

.heading-51.onlinecoaches-modal-title {
  text-align: center;
  font-size: 34px;
  line-height: 45px;
}

.text-span-29 {
  color: #000;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-stack-2.how-it-works-section {
  background-image: url('../images/How-It-Works-banner-img.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 60px;
}

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

.container-41.how-it-works-container {
  max-width: 1200px;
  margin-top: 60px;
}

.container-41.how-it-work-container-inner {
  margin-top: 60px;
}

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

.heading-52 {
  color: #fff;
  -webkit-text-stroke-color: var(--white-ish);
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
}

.heading-53 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.text-span-30 {
  color: #3d9cb5;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-image-left.optimself-right-for-you-main {
  background-image: url('../images/Is-OptimSelf-Right-banner.avif');
  background-position: 50%;
  background-size: cover;
}

.testimonial-wrapper-four {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-wrapper-four.optimself-title-box {
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: block;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.optimself-heading {
  color: #000;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

.testimonial-text-four {
  color: #000;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.testimonial-text-four.programunlike-sub-txt {
  font-size: 22px;
  line-height: 30px;
}

.testimonial-text-four.meet-the-coaches-description {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.text-span-31 {
  color: #3d9cb5;
  -webkit-text-stroke-color: #3d9cb5;
}

.bold-text-10 {
  font-weight: 700;
}

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

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-without-image-3.program-unlike-section {
  background-image: url('../images/Program-Unlike-BG.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-54 {
  color: #000;
}

.a-program-unlike-div-block {
  padding-right: 40px;
}

.bold-text-11 {
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.bold-text-12 {
  font-weight: 700;
}

.program-div-box {
  border: 2px solid #fff;
}

.heading-55 {
  color: #000;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 23px;
  font-weight: 700;
  line-height: 35px;
}

.program-list-checkbox {
  width: 25px;
}

.column-23 {
  padding-left: 0;
}

.column-24 {
  padding-right: 0;
}

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

.container-43.day-in-life-container {
  margin-left: 0;
}

.hero-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 49%;
  display: block;
}

.margin-bottom-24px-12 {
  color: #000;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two-6.day-in-life-img-left.image-desktop-inner {
  margin-top: 10px;
  margin-bottom: 20px;
}

.shadow-two-6.day-in-life-img-left.image-mobile-view {
  display: none;
}

.text-span-32 {
  color: #3d9cb5;
}

.div-block-43 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right-2.a-day-in-the-life-section {
  background-image: url('../images/Day-in-the-lifeBanner.png');
  background-position: 50%;
  background-size: cover;
  padding-left: 0;
  padding-right: 20px;
}

.heading-56 {
  color: #000;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-44 {
  padding-left: 30px;
}

.container-44 {
  max-width: 1200px;
  margin-top: 20px;
}

.never-flying-txt {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

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

.text-span-33 {
  color: #d6cbb4;
}

.testimonial-author-image {
  float: none;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  width: 15%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.italic-txt-testimonial {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.text-span-35 {
  color: #cf6;
  overflow-wrap: normal;
  text-decoration: underline;
}

.image-76 {
  display: block;
}

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

.container-45, .container-46 {
  text-align: center;
}

.paragraph-56 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
  font-size: 22px;
}

.hero-image-3 {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.hiw-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #3d9cb5;
  border-radius: 10px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.heading-58 {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 85px;
}

.hero-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  padding: 80px 80px 80px 100px;
  display: flex;
}

.hero-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1f2938;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  min-height: 500px;
  margin-bottom: 20px;
  display: grid;
}

.heading-59 {
  color: #3d9cb5;
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #3d9cb5;
  column-count: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 70px;
  font-weight: 700;
}

.stepsbar-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stepsbar-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  display: grid;
}

.stepbar-text {
  color: #fff;
  text-align: center;
  white-space: normal;
  width: 100%;
  min-width: auto;
  font-size: 20px;
  font-weight: 700;
}

.step-box {
  background-color: #3d9cb5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.step-box.step-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.step-box.step-4 {
  background-color: #2e6379;
}

.step-box.step-2 {
  background-color: #3889a1;
}

.step-box.step-3 {
  background-color: #33758b;
}

.step-media {
  background-color: #111;
  background-image: url('../images/2DE553B5-E9E5-42E5-B2AA-BA8990A174A1_1_105_c.avif');
  background-position: 50%;
  background-size: cover;
  min-height: 520px;
  overflow: hidden;
}

.step-media.media-consultation {
  background-image: url('../images/HIT-360-ASSESSMENT.avif');
  min-height: 400px;
}

.step-media.media-assessment {
  background-image: url('../images/2-1.avif');
}

.step-media.media-training {
  background-image: url('../images/3-1.avif');
}

.step-media.media-nutrition {
  background-image: url('../images/0A1C2451-6562-4B7C-93E0-F7A370CE4FCB_1_105_c.avif');
}

.step-eyebrow {
  color: #3d9cb5;
  font-size: 30px;
  font-weight: 700;
}

.step-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.step-row.is-reverse {
  background-color: #1f2938;
  margin-top: 20px;
  margin-bottom: 20px;
}

.step-title {
  margin-bottom: 20px;
  font-size: 46px;
}

.step-title.step2 {
  color: #fff;
}

.step-section {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Proof3_Symbol_White_LightBlue-5.avif');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  width: 100%;
}

.step-content {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 70px;
  display: flex;
}

.step-content.step4 {
  background-color: #1f2938;
}

.step-paragraph {
  max-width: 600px;
  font-size: 18px;
}

.step-paragraph.step2 {
  color: #fff;
}

.tour-section {
  background-color: #1f2938;
  padding-top: 110px;
  padding-bottom: 110px;
}

.tour-section.p3-howitworks-wrap {
  background-color: #fff;
  margin-top: -40px;
}

.proof3-white {
  align-self: center;
  max-width: 20%;
}

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

.tour-wrap1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.tour-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.tour-title {
  color: #1f2938;
  letter-spacing: 0;
  font-size: 55px;
  line-height: 55px;
}

.tour-paragraph {
  color: #1f2938;
  padding-top: 20px;
  font-size: 18px;
}

.tour-video {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: 110%;
  margin-left: 60px;
  padding-left: 0;
  overflow: hidden;
}

.learn-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.learn-section {
  background-color: #fff;
  background-image: url('../images/bd78648c-1dd1-44dd-b2a9-537d04ae1408.jpg');
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.learn-section.p3-howitworks-wrap {
  background-color: #1f2938;
  background-image: none;
  flex-flow: column;
  align-items: center;
}

.paragraph-57 {
  color: #fff;
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.heading-60 {
  color: #3d9cb5;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #3d9cb5;
  margin-top: 10px;
  font-size: 50px;
}

.testimonials-title-3 {
  color: #1f2938;
  text-align: center;
  max-width: none;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 50px;
}

.testimonials-title-3.goals {
  color: #fff;
}

.testimonials-section-4 {
  background-color: #3d9cb5;
  padding-top: 110px;
  padding-bottom: 110px;
}

.testimonials-section-4.p3-howitworks-wrap {
  background-color: #fff;
}

.testimonials-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.testimonials-kicker {
  color: #3d9cb5;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.testimonials-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 10px 60px;
  display: flex;
}

.faq-title {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 50px;
}

.faq-section-2 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 20px;
  display: flex;
}

.faq-bigwrap {
  background-image: url('../images/88-01.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.faq-kicker {
  color: #3d9cb5;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.container-47 {
  width: 100%;
  margin-top: 40px;
}

.code-embed-7 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.paragraph-58, .paragraph-59, .paragraph-60 {
  padding-top: 0;
}

.bullet-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.bullet-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.bulet-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

.image-78 {
  vertical-align: baseline;
  order: 0;
  width: 18px;
  height: 18px;
}

.div-block-49 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.superscript-7 {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.padding-xsmall {
  padding: .5rem;
}

.section-medium {
  background-color: #fff;
  padding: 4rem 5%;
  position: relative;
}

.text-size-medium {
  font-size: 1rem;
}

.text-size-medium.text-color-secondary {
  color: #fff;
}

.text-size-medium.text-color-secondary.subtitle {
  color: #1f2938;
  font-weight: 700;
}

.text-size-medium.text-color-secondary.cdpt {
  color: #fff;
}

.text-size-medium.text-color-secondary {
  color: #1f2938;
  -webkit-text-stroke-color: #1f2938;
  font-size: .8rem;
}

.team_card-image {
  aspect-ratio: 1;
  border-radius: .5rem;
  width: 100%;
  overflow: hidden;
}

.column-4x-large {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.team_card-details {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.text-size-xlarge.text-weight-semibold {
  color: #1f2938;
  font-weight: 700;
}

.card {
  border: 1px solid #dde3e8;
  border-radius: .75rem;
  overflow: hidden;
}

.card.cdp {
  background-color: #3d9cb5;
}

.padding-medium {
  background-color: #3d9cb5;
  padding: 1rem;
}

.column-2x-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

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

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.team_card-layout-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.section-medium-2 {
  background-color: #0000;
  padding: 2rem 5%;
  position: relative;
}

.column-4x-large-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

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

.padding-medium-2 {
  background-color: #fff;
  padding: 1rem;
}

.paragraph-62 {
  color: var(--white-ish);
}

.section-35 {
  background-image: url('../images/CLASS-3780-x-1690-px-8.avif');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 60px;
}

.div-block-50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

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

.hero-image-separate {
  z-index: -1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.parallax-photo {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 130%;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.image-80 {
  width: 17px;
  height: 17px;
}

.div-block-52, .div-block-53 {
  display: flex;
}

.section-36 {
  min-height: 700px;
  padding-top: 40px;
}

.section-37 {
  min-width: 100%;
  min-height: 1px;
}

.link-block-12 {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-61 {
  color: #3d9cb5;
  text-align: center;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.pillar-card {
  flex-flow: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-83 {
  width: 100px;
}

.heading-62 {
  color: #3d9cb5;
  text-align: center;
  font-size: 25px;
}

.paragraph-63 {
  color: #fff;
  text-align: center;
}

.image-84 {
  width: 70px;
}

.div-block-55 {
  min-height: 100px;
}

.parallax-container {
  z-index: 1;
  height: 700px;
  position: relative;
  overflow: hidden;
}

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

.form-placeholder {
  height: 600px;
}

.div-block-57 {
  width: 100%;
  height: 0;
  position: absolute;
  top: auto;
}

.code-embed-8 {
  padding-bottom: 20px;
}

.image-85 {
  z-index: -1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.code-embed-9 {
  padding-bottom: 20px;
}

.h1 {
  letter-spacing: -.025em;
  font-family: Articulatcf, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.04;
}

.h2 {
  letter-spacing: -.022em;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
}

.h3 {
  font-weight: 500;
  line-height: 1.12;
}

.navbar {
  background-color: #1f2938;
  border: 1px solid #3a4756;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-bottom: 0;
  display: flex;
  position: sticky;
}

.container-49 {
  align-self: center;
}

.nav-link {
  color: var(--white-ish);
  font-size: 14.5px;
}

.nav-link-2 {
  color: var(--white-ish);
  mix-blend-mode: normal;
  font-size: 14.5px;
  transition: opacity .2s;
}

.nav-link-3 {
  color: var(--white-ish);
  font-size: 14.5px;
}

.image-86 {
  padding-left: 20px;
  text-decoration: line-through;
}

.button-5 {
  margin: 10px;
  padding: 12px 22px;
}

.button-5.btn-primary {
  background-color: #3d9cb5;
  border-radius: 5px;
  margin-left: 0;
}

.section-38 {
  background-color: var(--navy);
  background-image: url('../images/01_hero-room.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 88vh;
  position: relative;
}

.div-block-58 {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--navy), #1f293873 86%);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  line-height: 1.6;
  position: absolute;
  inset: 0;
}

.div-block-59 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template: ". ."
                 "Eyebrow Area-5"
                 "Area ."
                 "Area-2 ."
                 "Area-3 ."
                 "Area-4 ."
                 / 1.35fr .9fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: absolute;
}

.eyebrow {
  color: var(--greenc);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.eyebrow.teal {
  color: var(--teal);
  margin-top: 0;
  margin-bottom: 80px;
}

.heading-63 {
  color: var(--white);
  font-size: 60px;
}

.container-50 {
  position: relative;
}

.text-block-66 {
  color: var(--greenc);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-67 {
  color: var(--greenc);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.one-hour {
  color: var(--white);
  margin-top: 0;
  font-size: 45px;
  font-weight: 500;
}

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

.paragraph-64 {
  color: var(--ink-soft);
  font-size: 19px;
}

.paragraph-65 {
  color: var(--white-ish);
  padding-top: 0;
  font-size: 19px;
}

.paragraph-66 {
  font-size: 19px;
  font-weight: 600;
}

.paragraph-67 {
  color: var(--white);
  font-size: 19px;
  font-weight: 500;
}

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

.link-7 {
  color: var(--white);
  letter-spacing: .5px;
  text-indent: 0;
  text-transform: none;
  align-self: center;
  font-weight: 500;
  text-decoration: none;
}

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

.div-block-61 {
  background-color: #ffffff0f;
  border: 1px solid #ffffff24;
  border-radius: 18px;
  flex: 0 auto;
  align-self: center;
  padding: 32px;
}

.link-8 {
  padding-right: 20px;
}

.section-39 {
  background-color: #2e7e93;
}

.div-block-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-63, .div-block-64, .div-block-65 {
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
}

.prf-label {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.prf-day {
  color: var(--greenc);
  font-size: 10px;
  font-weight: 700;
}

.prf-num {
  color: var(--white);
  font-size: 80px;
}

.prf-top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.prf-bar {
  -webkit-text-stroke-color: var(--ink-soft);
  background-color: #0003;
  border-radius: 20px;
  height: 8px;
  margin-top: 30px;
  font-size: 8px;
  position: relative;
  overflow: hidden;
}

.div-block-66 {
  background-image: repeating-linear-gradient(90deg, #3d9cb5, #cf6);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.text-block-69, .text-block-70 {
  color: var(--white-ish);
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
}

.paragraph-68 {
  color: var(--white-ish);
  margin-top: 10px;
}

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

.code-embed-10, .code-embed-11, .code-embed-12 {
  margin-left: 10px;
}

.split {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: var(--sand);
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: 240px;
  margin-right: 240px;
  display: grid;
}

.section-40 {
  background-color: #ece3cf;
}

.div-block-67 {
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.bold-text-15 {
  font-weight: 400;
}

.heading-64 {
  color: var(--navy);
  font-size: 40px;
}

.paragraph-69 {
  color: var(--navy);
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .location-content-inner {
    max-width: 95%;
  }

  .hero-buttons {
    margin-top: -49px;
  }

  .coaches-content.how-it-work-content {
    height: 400px;
  }

  .parallax-section-one {
    background-position: 50% 0;
  }

  .testimonials-image-brett {
    width: 180px;
    height: 180px;
  }

  .hero-section-gym.assessments.assessment-banner-section {
    background-image: url('../images/HEADER-ASSESSMENTS.avif');
  }

  .hero-section-gym.gym-that-trains-hero {
    background-image: none;
    height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .coaches-slide-2.how-it-work-slide-duplicated {
    max-width: 33.3%;
    margin-left: auto;
    margin-right: auto;
  }

  .know-more.trains-smarter-txt {
    font-size: 50px;
  }

  .gym-banner-container {
    z-index: 2;
    position: relative;
  }

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

  .gallery-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .grid-5 {
    grid-template-areas: "Area Area-3 Area-4"
                         "Area-5 Area-3 Area-4"
                         "Area-2 Area-2 Area-2";
  }

  .image-56 {
    width: 1200px;
  }

  .list-text.check-list {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
  }

  .list-items {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .grid-inner-sub-title.dd {
    margin-bottom: 40px;
  }

  .comes-together {
    color: #1f2938;
  }

  .heading-28 {
    color: #1f2938;
    font-weight: 700;
  }

  .come-together-description {
    padding-left: 10px;
  }

  .heading-32.clarity-progresss-heading.schedule {
    color: #fff;
  }

  .paragraph-36.schedule {
    color: #fff;
    margin-bottom: 20px;
  }

  .paragraph-38 {
    font-size: 14px;
  }

  .paragraph-41 {
    text-align: center;
    max-width: 600px;
  }

  .result-that-workout {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .hero-stack-2.how-it-works-section {
    padding-bottom: 100px;
  }

  .container-41.how-it-work-container-inner {
    margin-top: 60px;
  }

  .testimonial-wrapper-four {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-right {
    margin-bottom: 0;
    font-size: 19px;
    display: flex;
  }

  .testimonial-text-four {
    color: #000;
    margin-bottom: 20px;
  }

  .container-42 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .a-program-unlike-div-block {
    padding-right: 0;
  }

  .program-unlike-columns {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-3 {
    color: #3d9cb5;
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .heading-59 {
    color: #3d9cb5;
    -webkit-text-stroke-width: 0px;
  }

  .step-media.media-consultation {
    background-image: url('../images/HIT-360-ASSESSMENT.avif');
  }

  .step-media.media-assessment {
    background-image: url('../images/HIT-360-ASSESSMENT-1.avif');
  }

  .step-media.media-training {
    background-image: url('../images/HIT-360-ASSESSMENT-3.avif');
  }

  .step-content.step4 {
    background-color: #1f2938;
  }

  .tour-section.p3-howitworks-wrap {
    background-color: #fff;
    margin-top: -22px;
  }

  .tour-title, .tour-paragraph {
    color: #1f2938;
  }

  .learn-section.p3-howitworks-wrap {
    background-color: #1f2938;
    background-image: none;
    flex-flow: column;
  }

  .paragraph-57 {
    color: #fff;
    padding-top: 40px;
    font-size: 20px;
  }

  .heading-60 {
    color: #3d9cb5;
    -webkit-text-stroke-width: 0px;
  }

  .testimonials-title-3 {
    color: #fff;
  }

  .testimonials-title-3.testimonials {
    color: #1f2938;
  }

  .testimonials-section-4.p3-howitworks-wrap {
    background-color: #fff;
  }

  .testimonials-kicker {
    color: #3d9cb5;
  }

  .code-embed-7 {
    width: 90%;
  }

  .text-size-medium.text-color-secondary.cdpt {
    color: #fff;
  }

  .text-size-medium.text-color-secondary {
    color: #1f2938;
    font-size: .9rem;
  }

  .card {
    background-color: #fff;
  }

  .card.cdp, .padding-medium {
    background-color: #3d9cb5;
  }

  .section-medium-2 {
    background-color: #0000;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-medium-2 {
    background-color: #fff;
  }

  .div-block-50 {
    background-image: url('../images/CLASS-3780-x-1690-px-8.avif');
    background-position: 0 0;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .image-79 {
    max-width: 50%;
    padding-bottom: 0;
  }

  .hero-image-separate {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

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

  .image-80 {
    width: 17px;
    height: 17px;
  }

  .div-block-52, .div-block-53 {
    display: flex;
  }

  .proof3-pillars-section {
    color: #3d9cb5;
  }

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

  .div-block-54 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
    display: grid;
  }

  .pillar-card {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image-83 {
    width: 100px;
  }

  .heading-62 {
    text-align: center;
    font-size: 30px;
  }

  .paragraph-63 {
    color: #fff;
  }

  .image-84 {
    width: 70px;
  }

  .eyebrow.teal {
    margin-bottom: 0;
  }

  .section-41 {
    background-color: #dbd1bc;
  }

  .split2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 240px;
    margin-right: 240px;
    display: grid;
  }

  .div-block-68 {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .heading-65, .paragraph-70 {
    color: var(--navy);
  }

  .steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .step {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .step-n {
    border: 2px solid #3d9cb5;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .text-block-71 {
    color: var(--navy);
  }

  .text-block-72 {
    color: var(--navy);
    font-size: 12px;
  }

  .image-87 {
    overflow-wrap: normal;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 2px 17px 3px #0000004d;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-container {
    background-color: #1f293880;
    border-radius: 12px;
    padding: 40px;
  }

  .banner-heading {
    font-weight: 600;
  }

  .location-content-inner {
    max-width: 95%;
  }

  .link-block.ps-block-cta-link {
    margin-left: 40px;
    position: static;
  }

  .hero-buttons {
    margin-top: -49px;
  }

  .parallax-section-one {
    background-position: 50% 0;
  }

  .testimonials-image-brett {
    width: 200px;
    height: 200px;
  }

  .hero-section-gym {
    margin-top: -210px;
    padding-top: 210px;
  }

  .hero-section-gym.assessments.assessment-banner-section {
    background-image: url('../images/HEADER-ASSESSMENTS.avif');
    background-size: cover;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 140px;
  }

  .hero-section-gym.gym-that-trains-hero {
    background-image: none;
  }

  .hero-section-gym.hero-section-online-coach {
    margin-top: 0;
    padding-top: 140px;
  }

  .hero-section-4 {
    margin-top: -210px;
    padding-top: 210px;
  }

  .section-8 {
    background-position: 50%;
  }

  .text-block-47 {
    color: var(--greenc);
    font-size: 24px;
    line-height: 1.4;
  }

  .fdbp-banner {
    margin-top: -210px;
    padding-top: 270px;
  }

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

  .section-19 {
    margin-top: 0;
  }

  .heading-19 {
    color: var(--white-ish);
  }

  .heading-21 {
    margin-top: 50px;
  }

  .know-more, .know-more.trains-smarter-txt {
    font-size: 72px;
  }

  .assessment-btn.hoverbtn.get-started-now {
    margin-left: 0;
  }

  .gym-banner-container {
    margin-bottom: 0;
    margin-left: auto;
  }

  .gallery-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-55 {
    max-width: 100%;
  }

  .parallax-div-img.parallax-image-top {
    background-image: url('../images/B0D53C65-2849-4FA1-9B27-E93C163F464D_1_105_c.avif');
  }

  .ready-to-know-more {
    background-image: url('../images/JON-BANNER.avif');
  }

  .grid-inner-sub-title.dd {
    margin-bottom: 40px;
  }

  .heading-28 {
    color: #1f2938;
    -webkit-text-stroke-color: #1f2938;
    font-weight: 700;
  }

  .come-together-description {
    padding-left: 10px;
  }

  .section-24 {
    background-image: none;
    position: relative;
    overflow: hidden;
  }

  .heading-32.clarity-progresss-heading {
    margin-top: 100px;
  }

  .heading-32.clarity-progresss-heading.schedule, .paragraph-36.schedule {
    color: #fff;
  }

  .paragraph-38 {
    font-size: 14px;
  }

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

  .container-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-without-image-3.program-unlike-section {
    padding: 60px 20px;
    display: block;
  }

  .a-program-unlike-div-block {
    margin-left: auto;
    margin-right: auto;
  }

  .program-unlike-boxes {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-43.day-in-life-container {
    margin-left: auto;
  }

  .hero-wrapper-6 {
    justify-content: space-between;
    display: flex;
  }

  .hero-heading-right-2.a-day-in-the-life-section {
    padding-left: 20px;
  }

  .hero-image-3 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: static;
    overflow: hidden;
  }

  .hero-left.hiw {
    height: 100%;
  }

  .hero-wrap.p3-howitworks-wrap {
    margin-bottom: 0;
  }

  .heading-59 {
    color: #3d9cb5;
    -webkit-text-stroke-width: 0px;
  }

  .step-media.media-consultation {
    background-image: url('../images/HIT-360-ASSESSMENT.avif');
    background-size: cover;
  }

  .step-media.media-assessment {
    background-image: url('../images/HIT-360-ASSESSMENT-1.avif');
  }

  .step-media.media-training {
    background-image: url('../images/HIT-360-ASSESSMENT-3.avif');
  }

  .step-media.media-nutrition {
    background-image: url('../images/HOW-IT-WORKS-5-.avif');
  }

  .step-content.step4 {
    background-color: #1f2938;
  }

  .tour-section.p3-howitworks-wrap {
    background-color: #fff;
    margin-top: -28px;
  }

  .tour-title, .tour-paragraph {
    color: #1f2938;
  }

  .learn-section.p3-howitworks-wrap {
    -webkit-text-fill-color: inherit;
    background-color: #1f2938;
    background-image: none;
    background-clip: border-box;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .paragraph-57 {
    color: #fff;
    padding-top: 30px;
    font-size: 20px;
  }

  .heading-60 {
    color: #3d9cb5;
    -webkit-text-stroke-width: 0px;
  }

  .testimonials-title-3 {
    color: #fff;
  }

  .testimonials-title-3.testimonials {
    color: #1f2938;
  }

  .testimonials-section-4.p3-howitworks-wrap {
    background-color: #fff;
  }

  .testimonials-kicker {
    color: #3d9cb5;
  }

  .div-block-47 {
    background-color: #0000;
  }

  .code-embed-7 {
    width: 100%;
    max-width: none;
  }

  .superscript-7 {
    font-size: 30px;
  }

  .section-medium {
    background-color: #0000;
    padding: 2rem 0%;
  }

  .text-size-medium.text-color-secondary {
    color: #fff;
  }

  .text-size-medium.text-color-secondary.subtitle {
    color: #1f2938;
    font-size: 1.1rem;
    font-weight: 700;
  }

  .text-size-medium.text-color-secondary.subtitle.cdps {
    padding-top: 10px;
    font-size: 1.2rem;
  }

  .text-size-medium.text-color-secondary.cdpt {
    color: #fff;
    padding-top: 10px;
  }

  .text-size-medium.text-color-secondary {
    color: #1f2938;
    padding-top: 30px;
  }

  .column-4x-large {
    width: 100%;
  }

  .text-size-xlarge.text-weight-semibold {
    color: #1f2938;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .text-size-xlarge.text-weight-semibold.cdp {
    font-size: 1.8rem;
  }

  .text-size-xlarge.text-weight-semibold {
    letter-spacing: 0;
    text-indent: 2px;
    font-size: 1.4rem;
  }

  .card {
    background-color: #3d9cb5;
  }

  .padding-medium {
    opacity: 1;
    background-color: #3d9cb5;
  }

  .section-medium-2 {
    background-color: #0000;
    padding: 2rem 0%;
  }

  .column-4x-large-2 {
    background-color: #0000;
  }

  .paragraph-62 {
    color: var(--white-ish);
    font-size: 24px;
    font-weight: 500;
  }

  .section-35 {
    background-image: url('../images/CLASS-3780-x-1690-px-8.avif');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .image-79 {
    max-width: 50%;
    margin-bottom: 140px;
    padding-top: 40px;
  }

  .hero-image-separate {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    position: absolute;
    inset: 0%;
  }

  .parallax-photo {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .div-block-51 {
    flex-flow: row;
    display: flex;
  }

  .image-80 {
    width: 22px;
    height: 22px;
  }

  .div-block-52, .div-block-53 {
    display: flex;
  }

  .section-36 {
    min-height: 500px;
    margin-bottom: 10px;
  }

  .link-block-12 {
    object-fit: fill;
    border-radius: 12px;
    height: 500px;
  }

  .image-82 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .container-48 {
    margin-bottom: 20px;
  }

  .proof3-pillars-section {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding: 10px 20px 80px;
    display: flex;
  }

  .heading-61 {
    color: #3d9cb5;
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
    font-size: 50px;
  }

  .div-block-54 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .pillar-card {
    background-color: #0000;
    border-radius: 12px;
    flex-flow: column;
    align-items: center;
    padding: 20px 20px 0;
    display: flex;
  }

  .image-83 {
    width: 150px;
    margin-bottom: 0;
  }

  .heading-62 {
    color: #3d9cb5;
    text-align: center;
    font-size: 35px;
  }

  .paragraph-63 {
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  .image-84 {
    width: 100px;
  }

  .nav-link:hover, .nav-link-2:hover, .nav-link-3:hover {
    color: var(--teal);
  }

  .image-86 {
    text-align: left;
    vertical-align: middle;
    height: 26px;
    text-decoration: none;
    display: block;
    position: static;
  }

  .body-6 {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    color: var(--teal);
  }
}

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

  .header---nav---menu-links {
    background-color: #3d9cb5;
    padding: 15px;
    font-family: Articulatcf, Verdana, sans-serif;
    display: block;
  }

  .nav---non-dd-links {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .banner {
    padding-top: 20px;
  }

  .banner-heading {
    font-size: 55px;
  }

  .button.button-dark {
    min-width: 100%;
  }

  .button.button-dark.career-tab-cta, .button.button-dark.open-positions-acr-content-cta {
    min-width: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.coach-card-button {
    padding: 20px 25px;
  }

  .section-heading {
    font-size: 40px;
  }

  .card-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tmed-steps-section {
    object-fit: cover;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .heading, .heading.what-we-do-heading, .heading.faq-heading {
    font-size: 40px;
  }

  .heading.faq-heading.coach-faq_title {
    font-size: 34px;
  }

  .what-we-do-section {
    min-height: 500px;
  }

  .what-we-do-slide-heading {
    font-size: 35px;
  }

  .faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-section.faq-coachs.faq-coach-new {
    padding: 50px 20px;
  }

  .faq-section-row {
    flex-flow: column;
  }

  .faq-section-column.faq-section-content {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .faq-section-column.faq-section-questions {
    width: 100%;
  }

  .faq-section-content-inner.coach-faq_content-inner {
    display: block;
  }

  .faq-section-question-heading {
    flex: 1;
    font-size: 30px;
  }

  .faq-section-question-icon {
    flex: 0 auto;
    min-width: auto;
  }

  .footer-content-bottom {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 10px;
  }

  .footer-content-bottom-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
  }

  .footer-content-bottom-link {
    justify-content: flex-end;
    display: flex;
  }

  .menu-button {
    color: var(--greenc);
    background-color: #3d9cb5;
    padding: 10px;
  }

  .menu-button:focus {
    padding: 10px;
  }

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

  .footer---text---copyright {
    margin-top: 10px;
  }

  .new-enrolling {
    width: 80px;
    max-width: 80px;
    margin-top: -30px;
    margin-right: -20px;
    padding-right: 0;
  }

  .new-enrolling.featured-post-batch {
    width: 110px;
    max-width: 110px;
  }

  .shadow-banner {
    min-height: 350px;
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .shadow-banner-content {
    width: 100%;
  }

  .shadow-banner-heading {
    font-size: 48px;
  }

  .coach-name {
    font-size: 28px;
  }

  .coaches-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .coach-card-upper {
    padding-bottom: 10px;
  }

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

  .careers-section-header {
    text-align: center;
  }

  .careers-section-header-heading {
    font-size: 48px;
  }

  .careers-section-header-content {
    padding-top: 20px;
  }

  .careers-tabs {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .career-tab-content-row {
    text-align: center;
    flex-flow: column;
  }

  .career-tab-content-column.career-tab-content-column-img {
    margin-left: auto;
    margin-right: auto;
  }

  .career-tab-content-column.career-tab-content-column-text {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .career-tabs-row {
    justify-content: center;
    position: static;
  }

  .careers-open-positions-header {
    margin-bottom: 40px;
  }

  .careers-open-positions-header-row {
    text-align: center;
    flex-flow: column;
  }

  .careers-open-positions-header-col {
    padding-right: 0;
  }

  .open-positions-heading {
    font-size: 36px;
  }

  .open-positions-acr-content-inner {
    text-align: center;
  }

  .text-block-11 {
    text-align: left;
  }

  .blog-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-banner-heading {
    max-width: 100%;
    font-size: 48px;
  }

  .blog-banner-tags {
    padding-top: 40px;
  }

  .blog-banner-tag {
    font-size: 16px;
  }

  .blog-banner-tags-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-banner-featured-posts {
    padding-top: 40px;
  }

  .blog-banner-featured-posts-row {
    flex-flow: wrap;
  }

  .featured-post, .sub-featured-posts-wrap {
    width: 100%;
  }

  .main-featured-post-inner {
    min-height: 420px;
  }

  .main-featured-post-heading {
    font-size: 32px;
  }

  .blog-posts-grid {
    padding-bottom: 80px;
  }

  .blog-posts-header {
    padding-bottom: 45px;
  }

  .blog-posts-grid-heading.blog-banner-heading.blog-banner-heading-span {
    font-size: 48px;
  }

  .blog-posts-wrapper-inner {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-banner {
    margin-bottom: 210px;
    padding-top: 55px;
    padding-bottom: 210px;
  }

  .blog-post-banner-tagline {
    width: 100%;
  }

  .blog-post-banner-heading {
    font-size: 48px;
  }

  .blog-post-banner-image {
    height: 420px;
  }

  .blog-post-content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-post-content-row {
    flex-flow: wrap;
  }

  .blog-post-subscribe-form {
    width: 100%;
  }

  .blog-post-subscribe-form-inner {
    position: static;
  }

  .blog-post-related-posts {
    padding-top: 30px;
  }

  .related-posts-heading {
    text-align: center;
    font-size: 48px;
  }

  .related-posts-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .related-blog-posts-inner {
    padding-top: 40px;
  }

  .online-coaching-form {
    padding-bottom: 60px;
  }

  .contact-page-banner-header {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
  }

  .contact-page-banner-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 30px;
  }

  .contact-page-content-left {
    width: 100%;
    padding-right: 0;
  }

  .contact-page-banner-form-col {
    width: 100%;
  }

  .contact-banner-map-image {
    aspect-ratio: 16 / 9;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-banner-form-inner {
    margin-right: auto;
  }

  .contact-page-instagram {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .contact-page-instagram-header {
    margin-bottom: 30px;
  }

  .contact-page-instagram-heading {
    margin-bottom: 25px;
    font-size: 48px;
  }

  .contact-page-faq-header {
    flex-flow: column;
  }

  .contact-page-faq-header-contentt {
    text-align: center;
  }

  .link-block.ps-block-cta-link.truemed-button {
    margin-bottom: 20px;
  }

  .thank-you-page-wrapper {
    min-height: 500px;
  }

  .nav---dd---toggle---icon {
    padding-top: 10px;
  }

  .text-block-28 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .truemed-icon {
    max-width: 50%;
    display: inline-block;
  }

  .tmed-sect1-grid {
    grid-template-columns: 1fr;
    position: relative;
  }

  .tmed-sect2-grid-divs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tmed-steps-bg-image {
    min-width: 0;
    min-height: 0;
    overflow: visible;
  }

  .hero-texts.coaches-banner-txt, .hero-container {
    width: 100%;
  }

  .hero-container.online-coach-container {
    padding-bottom: 20px;
  }

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

  .coaches-content.how-it-work-content {
    height: 440px;
  }

  .parallax-section-one {
    margin-top: -20px;
  }

  .rewards-title-2 {
    max-width: none;
  }

  .parallax-div-two {
    background-position: 60%;
  }

  .testimonials-subtitle.sub-title.new-testi {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-title.online-coach-main-tiltle {
    font-size: 44px;
  }

  .hero-title.coaches-banner-herotxt {
    font-size: 48px;
    line-height: 60px;
  }

  .hero-section-gym.gym-that-trains-hero {
    height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section-gym.gym-that-trains-hero.ast-salt-hero.hero-section-about-us {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-section-gym.hero-section-online-coach {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .hero-subtitle.online-coach-main-subtiltle {
    font-size: 24px;
  }

  .coaches-title-2.meet-the-coaches-title {
    font-size: 34px;
  }

  .coaches-slide-2, .coaches-slide-2.how-it-work-slide-duplicated {
    max-width: 50%;
  }

  .testimonials-section-2.real-people-real-result {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials-title-2.real-people-title {
    font-size: 34px;
  }

  .the-program-container-3 {
    flex-flow: column-reverse;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .the-program-image-3 {
    max-width: 35%;
    margin-left: auto;
    margin-right: auto;
  }

  .the-program-content-3 {
    width: auto;
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
  }

  .the-program-section-3 {
    background-position: 100%;
  }

  .hero-button-4, .hero-button-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section-4 {
    background-position: 50%;
  }

  .fdbp-about-column.mobile-none {
    display: none;
  }

  .columns-8 {
    flex-flow: row;
  }

  .gym-hero-text.river-ast-hero-text {
    align-self: center;
  }

  .know-more {
    font-size: 48px;
    line-height: 52px;
  }

  .know-more.lifestyle-title-text {
    font-size: 55px;
    line-height: 60px;
  }

  .button-assessment {
    font-size: 18px;
  }

  .assessment-description {
    width: 90%;
  }

  .assessment-btn {
    padding: 15px 30px;
    font-size: 16px;
  }

  .assessment-btn.hoverbtn.get-started-now {
    padding: 7px 30px;
    font-size: 14px;
  }

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

  .gallery-overview {
    padding: 60px 20px;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    justify-items: stretch;
  }

  .gallery-block {
    width: 370px;
  }

  .heading-24 {
    font-size: 30px;
    line-height: 36px;
  }

  .parallax-div-img.parallax-image-top, .parallax-div-img.parallax-image-bottom {
    height: 400px;
  }

  .proof-assessment {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 0;
  }

  .heading-25.assement-title {
    font-size: 30px;
    line-height: 36px;
  }

  .sub-heading {
    align-self: center;
  }

  .precision-in-motion {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-text {
    font-size: 14px;
  }

  .ready-to-know-more {
    background-position: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .title-text-ready {
    font-size: 30px;
    line-height: 36px;
  }

  .ready-know-container {
    text-align: left;
    text-decoration: none;
  }

  .inbody-scan-contrainer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .inbody-sub-title {
    font-size: 20px;
  }

  .inbody-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell.bmi-image-boxes {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
  }

  .bmi-image-boxes.cell-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .wrapper-box-for-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-27 {
    font-size: 16px;
  }

  .grid-inner-sub-title, .grid-inner-sub-title.dd {
    font-size: 14px;
  }

  .container-26 {
    max-width: 728px;
  }

  .hero-split-4 {
    text-align: center;
    border-radius: 20px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .comes-together-container.container {
    display: block;
  }

  .heading-28 {
    align-self: center;
    font-size: 30px;
    line-height: 36px;
  }

  .comes-together-wrapper-left {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .come-together-description {
    align-self: center;
  }

  .testimonial-slider-small {
    padding: 60px 20px;
  }

  .centered-heading-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .contact-form-assessment {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-main {
    margin-top: 20px;
  }

  .container-27 {
    max-width: 728px;
  }

  .container-27.common-question-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .common-question {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-title-container {
    margin-bottom: 20px;
  }

  .cell-6 {
    padding-top: 20px;
  }

  .container-29.slider-container {
    max-width: 350px;
  }

  .section-24.about-us-parallax-hero {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    height: 70vh;
  }

  .heading-31 {
    font-size: 36px;
    line-height: 44px;
  }

  .cell-11.sets-apart-grid-cell11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-32 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-34 {
    line-height: 44px;
  }

  .div-block-37 {
    border-radius: 60px;
  }

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

  .heading-36 {
    line-height: 44px;
  }

  .paragraph-39 {
    line-height: 24px;
  }

  .heading-37 {
    font-size: 38px;
    line-height: 44px;
  }

  .paragraph-40 {
    font-size: 16px;
  }

  .quick-stack-7.proof3-founder-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .quick-stack-7.sets-apart-grid {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .grid-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-42, .heading-43 {
    text-align: center;
  }

  .proof3-founders-main.founders-hero {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-38 {
    max-width: 728px;
  }

  .why-we-re-different {
    padding: 60px 20px;
  }

  .our-mission-subtitle.why-we-re-title {
    font-size: 36px;
    line-height: 40px;
  }

  .image-72, .image-73 {
    max-width: 20%;
    margin-bottom: 20px;
  }

  .image-74 {
    max-width: 50%;
    margin-bottom: 20px;
  }

  .paragraph-51, .paragraph-52 {
    text-align: center;
  }

  .what-sets-us-apart {
    padding: 60px 20px;
  }

  .what-sets-us-apart-container {
    max-width: 728px;
  }

  .heading-47 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
  }

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

  .modal-container {
    padding-top: 40px;
  }

  .close-text {
    font-size: 3rem;
  }

  .container-40 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-5.image-desktop {
    margin-bottom: 20px;
    display: none;
  }

  .shadow-two-5.image-mobile-view {
    display: block;
  }

  .heading-51 {
    font-size: 34px;
  }

  .container-41 {
    max-width: 728px;
  }

  .container-41.how-it-works-container {
    margin-top: 0;
  }

  .container-41.how-it-work-container-inner {
    margin-top: 60px;
  }

  .heading-52 {
    font-size: 34px;
    line-height: 45px;
  }

  .testimonial-wrapper-four {
    flex-flow: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 40px;
  }

  .heading-small.optimself-heading {
    font-size: 34px;
  }

  .container-42 {
    max-width: 728px;
  }

  .bold-text-11 {
    font-size: 34px;
  }

  .program-unlike-columns {
    flex-flow: column;
    display: block;
  }

  .column-23 {
    flex-flow: column;
    margin-bottom: 40px;
    padding-right: 0;
    display: block;
  }

  .column-24 {
    padding-left: 0;
  }

  .container-43 {
    max-width: 728px;
  }

  .container-43.day-in-life-container {
    margin-left: auto;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-6.image-desktop {
    display: none;
  }

  .shadow-two-6.day-in-life-img-left.image-mobile-view {
    display: block;
  }

  .hero-heading-right-2.a-day-in-the-life-section {
    padding-left: 20px;
  }

  .heading-56 {
    font-size: 34px;
  }

  .testimonial-author-image {
    width: 18%;
  }

  .paragraph-56 {
    margin-top: 10px;
    font-size: 18px;
  }

  .hero-image-3 {
    max-width: none;
    height: auto;
    overflow: hidden;
  }

  .hiw-cta {
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hero-left {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .hero-wrap {
    flex-flow: column;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .heading-59 {
    padding-bottom: 10px;
    font-size: 60px;
  }

  .stepbar-text {
    font-size: 15px;
  }

  .step-media.media-consultation {
    object-fit: cover;
    width: 100%;
    min-height: 400px;
  }

  .step-media.media-assessment, .step-media.media-training, .step-media.media-nutrition {
    min-height: 400px;
  }

  .step-eyebrow {
    font-size: 25px;
  }

  .step-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .step-row.is-reverse {
    margin-top: 0;
  }

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

  .step-content {
    width: 100%;
  }

  .step-paragraph {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .tour-content {
    width: 100%;
  }

  .tour-wrap1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

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

  .tour-paragraph {
    padding-top: 0;
    font-size: 16px;
  }

  .tour-video {
    margin-left: 0;
  }

  .learn-wrap {
    max-width: 750px;
  }

  .learn-section {
    background-position: 50%;
    background-size: cover;
    padding: 80px 32px;
  }

  .paragraph-57 {
    text-align: center;
    max-width: 600px;
    font-size: 16px;
  }

  .heading-60 {
    font-size: 40px;
  }

  .testimonials-title-3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
  }

  .testimonials-kicker {
    margin-bottom: 0;
    font-size: 25px;
  }

  .div-block-47 {
    max-width: 600px;
  }

  .faq-title {
    text-align: center;
    font-size: 35px;
  }

  .faq-kicker {
    font-size: 25px;
  }

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

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .column-4x-large-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-separate {
    inset: 0%;
  }

  .div-block-54 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar-container {
    width: 100%;
  }

  .header---nav---menu-links {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav---non-dd-links {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner {
    padding-top: 30px;
  }

  .banner-heading {
    font-size: 40px;
  }

  .button {
    min-width: 200px;
    padding: 20px 35px;
  }

  .button.button-pre-sale {
    min-width: 200px;
  }

  .banner-slider {
    width: 100%;
    min-width: 100%;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .cards-section.cards-section-about-page {
    padding-top: 60px;
  }

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

  .cards-wrapper {
    display: block;
  }

  .card-item {
    margin-top: 20px;
  }

  .location-column {
    width: 100%;
  }

  .location-content-inner {
    width: 100%;
    max-width: 100%;
  }

  .heading, .heading.what-we-do-heading, .heading.faq-heading {
    font-size: 35px;
  }

  .heading.faq-heading.coach-faq_title {
    margin-bottom: 20px;
  }

  .what-we-do-section {
    flex-flow: wrap;
  }

  .row.what-we-do-row {
    flex-flow: wrap;
    position: relative;
  }

  .what-we-do-column.what-we-do-column-slider {
    width: 100%;
    padding-top: 25px;
    position: relative;
    left: auto;
  }

  .what-we-do-slide-heading {
    font-size: 25px;
  }

  .faq-section {
    padding-top: 40px;
  }

  .faq-section-row {
    flex-flow: wrap;
  }

  .faq-section-column.faq-section-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .faq-section-column.faq-section-questions {
    width: 100%;
  }

  .faq-section-content-inner {
    max-width: 100%;
  }

  .faq-section-questions-inner {
    width: 100%;
    max-width: 100%;
  }

  .faq-section-question-heading {
    font-size: 25px;
  }

  .faq-section-question-icon {
    width: 25px;
    height: 25px;
  }

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

  .footer-logo {
    padding-bottom: 25px;
  }

  .footer-content {
    display: block;
  }

  .footer-content-bottom {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 10px;
    line-height: 1.6;
  }

  .footer-content-bottom-links {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-7 {
    text-align: center;
  }

  .home-sect2-image {
    width: 100%;
  }

  .footer---text---copyright {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .new-enrolling.featured-post-batch {
    width: 80px;
    max-width: 80px;
    height: 80px;
    margin-top: -25px;
    margin-right: 0;
  }

  .coaches-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-5 {
    object-fit: cover;
    object-position: 75% 50%;
  }

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

  .careers-section-header-heading {
    font-size: 36px;
  }

  .careers-section-header-content {
    padding-top: 10px;
  }

  .careers-tabs {
    margin-bottom: 40px;
  }

  .career-tab-content-column.career-tab-content-column-text {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .career-tabs-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .careers-open-positions {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .open-positions-heading {
    margin-top: 0;
  }

  .open-position-header-content {
    padding-top: 16px;
  }

  .open-position-accordian {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-section-question-header.open-position-acr-header {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-section-question-heading.open-position-acr-heading {
    font-size: 18px;
  }

  .blog-banner-heading {
    font-size: 42px;
  }

  .blog-banner-tags-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: center;
  }

  .blog-banner-tag, .blog-banner-tag.w--current {
    padding-bottom: 6px;
  }

  .blog-banner-tags-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: center;
  }

  .blog-banner-tags-bottom-line {
    display: none;
  }

  .main-featured-post-inner {
    padding: 20px;
  }

  .main-featured-post-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .main-featured-post-tagline {
    font-size: 16px;
  }

  .sub-featured-post {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
  }

  .sub-featured-post-image {
    width: 100%;
  }

  .sub-featured-post-content {
    text-align: center;
  }

  .sub-featured-post-top, .blog-posts-header {
    justify-content: center;
  }

  .blog-posts-grid-heading.blog-banner-heading.blog-banner-heading-span {
    font-size: 42px;
  }

  .blog-posts-wrapper-inner {
    grid-template-columns: 1fr;
  }

  .blog-card-content {
    text-align: center;
  }

  .blog-card-content-top {
    justify-content: center;
  }

  .blog-post-banner {
    margin-bottom: 140px;
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .blog-post-banner-header {
    padding-bottom: 25px;
  }

  .blog-post-banner-heading {
    font-size: 36px;
  }

  .blog-post-banner-image {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .blog-post-content-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .blog-post-inner-content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
  }

  .blog-post-subscribe-form-inner {
    padding: 20px;
  }

  .blog-post-subscribe-heading {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .blog-post-subscribeform-inner {
    padding-top: 25px;
  }

  .related-posts-heading {
    text-align: center;
    font-size: 36px;
  }

  .related-blog-posts-inner {
    padding-top: 30px;
  }

  .contact-page-banner-header {
    padding-right: 0;
  }

  .contact-page-banner-heading {
    font-size: 36px;
  }

  .contact-page-content-left {
    padding-right: 0;
  }

  .contact-page-instagram-heading {
    font-size: 36px;
  }

  .contact-page-faq-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-section-question-heading-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: flex-start;
  }

  .faq-section-question-heading-link {
    font-size: 18px;
  }

  .ps-block-cta-content {
    width: 100%;
  }

  .link-block.ps-block-cta-link {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7 {
    border-radius: 20px;
  }

  .tmed-sect3-grid {
    grid-auto-flow: column;
  }

  .hero-texts.online-coach-main-text {
    padding-bottom: 20px;
  }

  .hero-texts.coaches-banner-txt {
    padding-bottom: 0;
  }

  .hero-buttons {
    margin-top: 20px;
  }

  .hero-buttons.online-coach-main-button {
    justify-content: flex-start;
  }

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

  .coaches-description.slide-description {
    width: 100%;
  }

  .coaches-content.how-it-work-content {
    height: 370px;
  }

  .testimonials-subtitle.sub-title {
    text-align: center;
  }

  .testimonials-section.salt-river.testimonial-gym-main.salt-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title.online-coach-main-tiltle {
    font-size: 36px;
  }

  .hero-title.coaches-banner-herotxt {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-section-gym.gym-that-trains-hero {
    padding-bottom: 20px;
  }

  .hero-section-gym.gym-that-trains-hero.ast-salt-hero {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .hero-section-gym.gym-that-trains-hero.ast-salt-hero.hero-section-about-us {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
  }

  .hero-section-gym.gym-that-trains-hero.ast-salt-hero.hero-section-about-us.mobile-section {
    background-image: url('../images/Mobile-View-img-min.avif');
    display: block;
  }

  .hero-subtitle.online-coach-main-subtiltle {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-subtitle.coaches-banner-herosubtxt {
    margin-bottom: 0;
    font-size: 20px;
  }

  .coaches-title-2.meet-the-coaches-title {
    font-size: 28px;
    line-height: 35px;
  }

  .coaches-slide-2, .coaches-slide-2.how-it-work-slide-duplicated {
    max-width: 100%;
  }

  .testimonials-section-2.real-people-real-result {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-title-2.real-people-title {
    font-size: 28px;
    line-height: 35px;
  }

  .the-program-support-text-3.testimonial-slide-quate {
    width: auto;
    line-height: 26px;
  }

  .image-31 {
    max-width: 60%;
  }

  .image-33 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-34 {
    max-width: 60%;
  }

  .team-photo-container.meet-the-coaches-team-photo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-7 {
    padding-left: 0;
  }

  .column-12 {
    height: 150vw;
  }

  .columns-8, .columns-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .flex-block-9 {
    margin-top: 40px;
  }

  .columns-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .flex-block-11 {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .columns-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .flex-block-14 {
    margin-bottom: 40px;
  }

  .columns-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .flex-block-16 {
    margin-top: 40px;
  }

  .gym-hero-text {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    display: block;
  }

  .gym-hero-text.river-ast-hero-text {
    display: flex;
  }

  .know-more {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .know-more.trains-smarter-txt {
    font-size: 42px;
    line-height: 50px;
  }

  .know-more.lifestyle-title-text {
    font-size: 32px;
    line-height: 40px;
  }

  .know-more.lifestyle-title-text.about-us-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .button-assessment {
    float: none;
    text-align: center;
  }

  .assessment-description {
    text-align: center;
    width: 100%;
    display: block;
  }

  .assessment-description.lifestyle-sub-tecxt.about-us-subtitle {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .assessment-btn.hoverbtn.get-started-now {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .gym-banner-container {
    text-align: center;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-block {
    width: 100%;
  }

  .heading-24 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .parallax-div-img.parallax-image-bottom {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
  }

  .proof-assessment {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-25 {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .heading-25.assement-title {
    font-size: 28px;
    line-height: 34px;
  }

  .ready-to-know-more {
    background-position: 0%;
  }

  .title-text-ready {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-wrapper-two {
    margin-top: 0;
  }

  .inbody-scan-contrainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inbody-title {
    font-size: 28px;
    line-height: 34px;
  }

  .inbody-sub-title, .inbody-sub-title.bmi-title {
    font-size: 18px;
  }

  .quick-stack {
    margin-top: 0;
  }

  .cell {
    background-size: cover;
  }

  .hero-split-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .comes-together {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-28 {
    margin-top: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .testimonial-slider-small {
    padding: 60px 20px;
  }

  .centered-heading-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .common-question-title {
    margin-top: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .cell-6 {
    padding-top: 20px;
  }

  .vertical-slider {
    display: none;
  }

  .container-29.slider-container {
    max-width: 500px;
  }

  .container-29.slider-container.slider-for-mobile {
    margin-top: 40px;
    display: block;
  }

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

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

  .heading-30 {
    font-size: 20px;
    line-height: 26px;
  }

  .cell-8 {
    flex-flow: column;
  }

  .section-24 {
    height: 80vh;
  }

  .section-24.about-us-parallax-hero {
    height: 50vh;
  }

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

  .heading-31 {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

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

  .cell-11.founder-grid-cell11 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-11.sets-apart-grid-cell11 {
    padding: 30px;
  }

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

  .heading-32 {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-32.clarity-progresss-heading.schedule {
    margin-top: 20px;
  }

  .heading-34 {
    font-size: 26px;
    line-height: 30px;
  }

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

  .div-block-37 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-61 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .div-block-38 {
    width: 100%;
    padding-bottom: 40px;
  }

  .heading-35 {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-38 {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .section-29 {
    padding-bottom: 150px;
  }

  .heading-36 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-37 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-41 {
    text-align: center;
    font-size: 14px;
  }

  .quick-stack-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
  }

  .heading-38 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
  }

  .grid-div {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-62 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    max-width: 100%;
  }

  .container-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rive-ast-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-42 {
    font-size: 22px;
  }

  .heading-43 {
    font-size: 20px;
  }

  .proof3-founders-main {
    padding: 60px 15px;
  }

  .description-texxt {
    margin-bottom: 10px;
  }

  .why-we-re-different {
    padding: 60px 20px;
  }

  .our-mission-subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .our-mission-subtitle.why-we-re-title {
    font-size: 32px;
  }

  .image-74 {
    max-width: 20%;
  }

  .paragraph-51 {
    color: #646464;
  }

  .paragraph-51.founder-description {
    font-size: 16px;
    line-height: 20px;
  }

  .what-sets-us-apart {
    padding: 60px 15px;
  }

  .heading-47 {
    font-size: 32px;
  }

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

  .modal-container {
    width: 100%;
    max-width: 30rem;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-heading-right.meet-optimself {
    padding: 50px 20px;
  }

  .hero-wrapper-5 {
    margin-bottom: 0;
    display: block;
  }

  .hero-split-5 {
    display: block;
  }

  .heading-51 {
    font-size: 28px;
    line-height: 35px;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .hero-stack-2.how-it-works-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-41.how-it-works-container {
    margin-top: 0;
  }

  .container-41.how-it-work-container-inner {
    margin-top: 60px;
  }

  .heading-52 {
    font-size: 28px;
    line-height: 35px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-image-left.optimself-right-for-you-main {
    padding: 50px 20px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-small.optimself-heading {
    font-size: 28px;
    line-height: 35px;
  }

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

  .hero-without-image-3.program-unlike-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-11 {
    font-size: 28px;
    line-height: 35px;
  }

  .program-list-checkbox {
    width: 20px;
  }

  .column-24 {
    padding-left: 0;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .heading-56 {
    font-size: 28px;
    line-height: 35px;
  }

  .div-block-44 {
    padding-left: 0;
  }

  .testimonial-author-image {
    width: 20%;
  }

  .hiw-cta {
    margin-bottom: 20px;
  }

  .hero-left {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .step-media.media-consultation, .step-media.media-assessment, .step-media.media-training, .step-media.media-nutrition {
    min-height: 240px;
  }

  .step-eyebrow {
    font-size: 20px;
  }

  .step-eyebrow.step2 {
    margin-top: 20px;
  }

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

  .step-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .step-paragraph {
    font-size: 12px;
  }

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

  .proof3-white {
    max-width: 40%;
  }

  .tour-title {
    margin-top: 10px;
    font-size: 20px;
  }

  .tour-paragraph {
    font-size: 12px;
  }

  .learn-section {
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-57 {
    max-width: 400px;
    padding-top: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-60 {
    text-align: center;
    font-size: 35px;
  }

  .testimonials-title-3 {
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 25px;
  }

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

  .div-block-47 {
    max-width: 500px;
  }

  .faq-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
  }

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

  .column-4x-large, .column-4x-large-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .grid-four-column {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .hero-image-separate {
    inset: 0%;
  }

  .link-block-12 {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav---non-dd-links.w--current {
    font-size: 15px;
  }

  .banner {
    padding-top: 30px;
  }

  .banner-heading {
    max-width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
  }

  .banner-buttons {
    flex-flow: wrap;
  }

  .text-span {
    font-size: 34px;
  }

  .banner-content-inner {
    max-width: 85%;
  }

  .button {
    padding: 18px 35px;
  }

  .button.button-pre-sale {
    margin-bottom: 10px;
  }

  .cards-section {
    padding-bottom: 45px;
  }

  .cards-section.cards-section-about-page {
    padding-top: 40px;
  }

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

  .card-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tmed-steps-section {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    place-items: center;
    padding: 25px;
  }

  .heading.what-we-do-heading, .heading.faq-heading {
    font-size: 28px;
  }

  .what-we-do-slide {
    width: 100%;
    min-width: 100%;
    max-width: 34%;
  }

  .what-we-do-slide-heading {
    font-size: 22px;
  }

  .faq-section {
    padding-bottom: 50px;
  }

  .faq-section-question-header.faq-sec-trigger {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-section-question-heading {
    font-size: 20px;
  }

  .faq-section-question-icon {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .footer-content-bottom {
    flex-flow: wrap;
  }

  .footer-content-bottom-links {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    padding-bottom: 10px;
  }

  .new-enrolling {
    width: 100px;
    max-width: 100px;
  }

  .coach-content-sharelinks {
    padding-bottom: 16px;
    padding-right: 0;
  }

  .coach-content-bottom {
    flex-flow: column;
    padding-left: 0;
  }

  .coach-column {
    height: 420px;
  }

  .coach-card-upper {
    text-align: center;
  }

  .open-position-accordian {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-banner-heading {
    text-align: center;
    font-size: 32px;
  }

  .blog-banner-tags {
    padding-top: 25px;
  }

  .main-featured-post-inner {
    padding-top: 60px;
  }

  .blog-posts-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
  }

  .blog-posts-grid-heading.blog-banner-heading.blog-banner-heading-span {
    font-size: 32px;
  }

  .blog-card-inner {
    display: flex;
  }

  .blog-post-banner {
    margin-bottom: 40px;
    padding-bottom: 90px;
  }

  .blog-post-banner-heading {
    font-size: 26px;
  }

  .blog-post-banner-image {
    object-fit: fill;
    position: relative;
  }

  .blog-post-banner-img {
    position: static;
    overflow: clip;
  }

  .subscribe-form-input {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .subscribe-form-button {
    width: 100%;
    margin-top: 18px;
  }

  .blog-post-related-posts {
    padding-top: 15px;
  }

  .related-posts-heading {
    font-size: 26px;
  }

  .related-posts-wrap {
    grid-template-columns: 1fr;
  }

  .online-coaching-form {
    padding-bottom: 40px;
  }

  .contact-banner-form-inner {
    padding: 18px;
  }

  .contact-fieldset {
    flex-flow: column;
  }

  .contact-page-instagram {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .ps-block-cta-heading {
    font-size: 17px;
  }

  .ps-block-cta-content {
    width: 100%;
  }

  .link-block.ps-block-cta-link {
    width: 70%;
    margin-left: 40px;
    margin-right: 40px;
    transition: opacity .2s, box-shadow .4s, background-color .4s, color .4s;
  }

  .link-block.ps-block-cta-link.truemed-button {
    min-width: 200px;
    margin-bottom: 20px;
  }

  .thank-you-page-wrapper {
    min-height: 400px;
  }

  .code-embed._7daymealplanmobile {
    min-width: 300px;
    max-width: 100%;
    position: relative;
  }

  .nav---oc-dd {
    font-size: 15px;
  }

  .nav---oc-dd:hover {
    background-color: #3d9cb5;
  }

  .nav---dd---toggle---icon {
    background-color: #3d9cb5;
    padding-top: 10px;
  }

  .nav---dd---toggle-cont, .nav---dd---toggle-cont.w--open, .nav---dd---toggle-cont.w--open:hover, .text-block-28, .dropdown-list.w--open {
    background-color: #3d9cb5;
  }

  .banner-column-header {
    font-size: 40px;
  }

  .text-block-33 {
    padding-bottom: 10px;
    font-size: 15px;
  }

  .text-span-21 {
    font-size: 40px;
  }

  .text-block-35 {
    left: 0;
  }

  .tmed-steps-list {
    object-fit: fill;
    padding: 10px;
  }

  .tmed-sect1-grid {
    grid-template-columns: 1fr;
  }

  .tmed-sect2-grid-divs {
    width: 275px;
    margin-left: 0;
    margin-right: 0;
  }

  .tmed-steps-bg-image {
    position: relative;
  }

  .home-sect2-grid {
    flex-flow: column;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .tmed-sect3-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .schedule-description {
    width: 90%;
    max-width: none;
  }

  .schedule-title {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
    line-height: 50px;
  }

  .schedule-details-text {
    text-align: left;
    font-weight: 700;
  }

  .hero-texts {
    padding-bottom: 0;
  }

  .hero-texts.online-coach-main-text {
    padding-left: 0;
    padding-right: 0;
  }

  .schedule-subtitle {
    text-align: center;
    line-height: 40px;
  }

  .hero-container.online-coach-container {
    max-width: 1200px;
    padding-left: 0;
  }

  .hero-buttons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons.hybrid-athletes {
    padding-top: 40px;
  }

  .hero-buttons.online-coach-main-button {
    align-items: flex-start;
    margin-left: 0;
  }

  .coaches-slider {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .coaches-section.meet-the-coaches-main {
    display: block;
  }

  .coaches-description {
    width: auto;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .coaches-description.slide-description {
    max-width: 100%;
    font-size: 15px;
  }

  .coaches-content.how-it-work-content {
    height: 460px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .the-program-slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .the-program-slider.program, .the-program-slider.testimonial-slider-real-people {
    width: 100%;
  }

  .parallax-section-one {
    background-image: none;
    height: 100vh;
  }

  .rewards-content {
    width: auto;
  }

  .rewards-title-2 {
    max-width: 90%;
    line-height: 36px;
  }

  .rewards-title-2.hybrid-athletes {
    max-width: 95%;
  }

  .parallax-section-two {
    background-image: none;
    height: 100vh;
  }

  .parallax-div-two {
    background-position: 65%;
  }

  .testimonials-subtitle.sub-title {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials-subtitle.sub-title.new-testi {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonials-section {
    background-position: 70%;
  }

  .form-section {
    background-position: 20%;
  }

  .form-wrapper {
    background-color: #ffffffb3;
    border-radius: 0;
    padding: 30px 20px;
  }

  .form-title {
    line-height: 30px;
  }

  .rewards-slider-2 {
    width: 100%;
    max-width: 90%;
  }

  .rewards-slide {
    max-width: 100%;
  }

  .schedule-section {
    background-position: 30%;
  }

  .schedule-section.hybrid-athletes {
    background-position: 50%;
  }

  .the-program-wrapper {
    flex-flow: column;
  }

  .the-program-image-two {
    max-width: 100%;
  }

  .hero-title {
    line-height: 50px;
  }

  .hero-title.online-coach-main-tiltle {
    font-size: 28px;
  }

  .hero-title.coaches-banner-herotxt {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-section-gym {
    background-position: 50%;
    background-size: cover;
  }

  .hero-section-gym.gym-that-trains-hero {
    background-image: none;
    padding-top: 40px;
  }

  .hero-section-gym.gym-that-trains-hero.ast-salt-hero {
    padding-top: 200px;
    padding-bottom: 60px;
  }

  .hero-section-gym.gym-that-trains-hero.ast-salt-hero.hero-section-about-us {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 60px;
    display: none;
  }

  .hero-section-gym.gym-that-trains-hero.ast-salt-hero.hero-section-about-us.mobile-section {
    background-image: url('../images/Mobile-View-img-min.avif');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section-gym.hero-section-online-coach {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-button-2 {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .hero-subtitle {
    line-height: 40px;
  }

  .hero-subtitle.online-coach-main-subtiltle {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .hero-subtitle.meet-coach-subtitle {
    font-size: 16px;
  }

  .hero-subtitle.coaches-banner-herosubtxt {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }

  .coaches-title-2.meet-the-coaches-title {
    font-size: 24px;
    line-height: 40px;
  }

  .coaches-slide-2 {
    text-align: left;
    width: 100%;
    max-width: 100%;
  }

  .coaches-slide-2.how-it-work-slide-duplicated {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-subtitle-2.real-people-subtitle {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials-title-2 {
    line-height: 40px;
  }

  .testimonials-title-2.real-people-title {
    font-size: 24px;
    line-height: 36px;
  }

  .the-program-support-text-3.testimonial-slide-quate {
    width: auto;
  }

  .testimonials-author-name-2.testimonial-slide-author-name {
    font-size: 16px;
  }

  .form-title-2 {
    line-height: 30px;
  }

  .testimonials-section-3 {
    background-position: 70%;
  }

  .coaches-slide-3 {
    max-width: 50%;
  }

  .coaches-title-3 {
    line-height: 36px;
  }

  .the-program-image-3, .the-program-content-3 {
    max-width: 90%;
  }

  .hero-button-4 {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .the-program-navigation-4.program {
    justify-content: center;
  }

  .get-started-section-3 {
    background-position: 50%;
  }

  .get-started-section-3.hybrid-athletes {
    background-position: 35%;
  }

  .hero-button-6 {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .hero-button-6.hybrid-athletes {
    max-width: 90%;
  }

  .hero-section-4 {
    background-position: 60%;
    background-size: cover;
  }

  .modal-wrapper {
    margin-top: 20px;
    margin-left: 20px;
  }

  .fdbp-banner.coaches-banner {
    padding-top: 160px;
    padding-bottom: 30px;
  }

  .image-31 {
    max-width: 60%;
  }

  .div-block-31 {
    margin-bottom: 20px;
  }

  .know-more {
    font-size: 28px;
    line-height: 36px;
  }

  .know-more.trains-smarter-txt {
    margin-top: 0;
  }

  .know-more.lifestyle-title-text {
    font-size: 28px;
    line-height: 36px;
  }

  .know-more.lifestyle-title-text.about-us-title {
    font-size: 32px;
    font-weight: 600;
  }

  .assessment-description {
    font-size: 26px;
    line-height: 24px;
  }

  .assessment-description.lifestyle-sub-tecxt {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .assessment-description.lifestyle-sub-tecxt.about-us-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .assessment-btn.hoverbtn.get-started-now {
    text-align: center;
  }

  .gym-banner-container {
    padding-top: 20px;
  }

  .gallery-overview {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-24 {
    font-size: 24px;
    line-height: 30px;
  }

  .parallax-section-main.parallax-section-onlinecoaching {
    display: block;
  }

  .parallax-div-img.parallax-image-top {
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: 300px;
  }

  .parallax-div-img.parallax-image-bottom {
    height: 300px;
  }

  .proof-assessment {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-25 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-25.assement-title {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .precision-in-motion {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .list-text.check-list.optimself-list-title {
    font-size: 16px;
  }

  .list-text.check-list.program-list-title {
    font-size: 14px;
  }

  .list-text.check-list.day-inlife-title {
    font-size: 16px;
  }

  .list-items.program-list-colored, .list-items.program-list-plain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-34 {
    display: block;
  }

  .ready-to-know-more {
    background-position: 50%;
    background-size: cover;
  }

  .title-text-ready {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .inbody-scan-contrainer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inbody-title {
    font-size: 24px;
    line-height: 30px;
  }

  .inbody-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .container-26 {
    max-width: none;
  }

  .hero-split-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-28 {
    font-size: 24px;
    line-height: 30px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 30px;
  }

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

  .container-27 {
    max-width: none;
  }

  .common-question {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-title-txt {
    font-size: 16px;
    line-height: 22px;
  }

  .common-question-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .container-29.slider-container {
    max-width: 360px;
  }

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

  .heading-30 {
    font-size: 18px;
  }

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

  .section-24 {
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 70vh;
  }

  .section-24.about-us-parallax-hero {
    height: 30vh;
  }

  .heading-31 {
    font-size: 24px;
    line-height: 30px;
  }

  .cell-11.founder-grid-cell11, .cell-11.sets-apart-grid-cell11 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-32 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-34 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-37 {
    text-align: center;
    border-radius: 40px;
    align-self: auto;
    display: block;
  }

  .image-61 {
    width: 100%;
  }

  .div-block-38 {
    border-radius: 0;
    width: 100%;
    padding-bottom: 20px;
  }

  .heading-35 {
    font-size: 20px;
    line-height: 23px;
  }

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

  .heading-36 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-39 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-37 {
    font-size: 24px;
    line-height: 30px;
  }

  .quick-stack-7.sets-apart-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-38 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .grid-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-20 {
    border-radius: 0;
    display: flex;
  }

  .rive-ast-container {
    padding-bottom: 0;
  }

  .heading-42 {
    font-size: 18px;
    line-height: 24px;
  }

  .proof3-founders-main.founders-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-38 {
    max-width: none;
  }

  .description-texxt {
    font-size: 14px;
    line-height: 20px;
  }

  .our-mission-subtitle.why-we-re-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .image-72, .image-73 {
    max-width: 30%;
    margin-bottom: 0;
  }

  .paragraph-51, .paragraph-51.founder-description, .paragraph-52.founder-description, .paragraph-53.founder-description {
    font-size: 14px;
    line-height: 20px;
  }

  .what-sets-us-apart {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .what-sets-us-apart-container {
    max-width: none;
  }

  .heading-47, .heading-48 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-heading-right.meet-optimself {
    display: block;
  }

  .container-40 {
    max-width: none;
  }

  .margin-bottom-24px-9 {
    font-size: 16px;
  }

  .heading-51 {
    font-size: 24px;
  }

  .hero-stack-2.how-it-works-section {
    display: block;
  }

  .container-41 {
    max-width: none;
  }

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

  .heading-53 {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-image-left.optimself-right-for-you-main {
    display: block;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-small.optimself-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .testimonial-text-four {
    font-size: 16px;
  }

  .testimonial-text-four.programunlike-sub-txt {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-text-four.meet-the-coaches-description {
    line-height: 26px;
  }

  .container-42 {
    max-width: none;
  }

  .hero-without-image-3.program-unlike-section {
    display: block;
  }

  .heading-54 {
    font-size: 24px;
  }

  .a-program-unlike-div-block {
    padding-right: 0;
  }

  .bold-text-11 {
    font-size: 24px;
    line-height: 40px;
    display: block;
  }

  .heading-55 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .program-list-checkbox {
    width: 18px;
  }

  .column-24 {
    padding-left: 0;
  }

  .container-43 {
    max-width: none;
  }

  .margin-bottom-24px-12 {
    font-size: 16px;
  }

  .hero-heading-right-2.a-day-in-the-life-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-56 {
    font-size: 24px;
    line-height: 35px;
  }

  .never-flying-txt {
    font-size: 19px;
    line-height: 26px;
  }

  .div-block-45 {
    display: block;
  }

  .text-span-33 {
    font-size: 16px;
  }

  .testimonial-author-image {
    width: 40%;
  }

  .bold-text-14 {
    font-size: 16px;
  }

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

  .paragraph-56 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .hiw-cta {
    padding: 10px;
    font-size: 12px;
  }

  .heading-58 {
    margin-bottom: 0;
    font-size: 35px;
  }

  .hero-left {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .heading-59 {
    padding-bottom: 0;
    font-size: 35px;
  }

  .stepsbar-section {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .stepbar-text {
    text-align: center;
    flex-flow: column;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 11px;
    display: flex;
  }

  .step-box.step-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .step-media.media-consultation, .step-media.media-assessment, .step-media.media-training, .step-media.media-nutrition {
    min-height: 180px;
  }

  .step-eyebrow {
    font-size: 16px;
  }

  .step-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .step-title.step2 {
    font-size: 23px;
  }

  .step-content {
    padding: 10px 40px;
  }

  .step-paragraph {
    font-size: 10px;
    line-height: 15px;
  }

  .proof3-white {
    max-width: 30%;
  }

  .tour-wrap1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tour-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .tour-title {
    font-size: 20px;
  }

  .tour-paragraph {
    font-size: 10px;
  }

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

  .paragraph-57 {
    margin-bottom: 5px;
  }

  .heading-60 {
    text-align: center;
    margin-top: 0;
    font-size: 25px;
  }

  .testimonials-title-3 {
    margin-top: 0;
    padding-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .testimonials-kicker {
    font-size: 15px;
  }

  .div-block-47 {
    max-width: 300px;
  }

  .faq-title {
    font-size: 20px;
    line-height: 25px;
  }

  .faq-kicker {
    margin-bottom: 0;
    font-size: 15px;
  }

  .padding-xsmall {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .team_card-layout-left {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .paragraph-62 {
    color: var(--white-ish);
  }

  .image-79 {
    max-width: 80%;
  }

  .heading-61 {
    font-size: 20px;
  }

  .div-block-54 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-62 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }
}

#w-node-_0a6d8ecd-37e0-f6f1-c98b-011f07edfddd-b8c05dd6 {
  grid-area: 2 / 2 / 5 / 6;
}

#w-node-b6f30d89-07c5-11c5-f94a-071f29249390-ef541249, #w-node-_03115c42-f05c-1936-f674-d96b45ed8307-ef541249 {
  place-self: auto;
}

#w-node-bedb0fd1-00ec-a05d-c92b-21af4be0138d-6064b109, #w-node-_7187b225-d30b-de9f-4731-11974a620105-6064b109 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80295300-4f28-c9f6-bd19-21ccdc579f9e-6064b109, #w-node-_80295300-4f28-c9f6-bd19-21ccdc579fb2-6064b109, #w-node-_80295300-4f28-c9f6-bd19-21ccdc579fc6-6064b109, #w-node-_80295300-4f28-c9f6-bd19-21ccdc579fda-6064b109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da135ffc-86b2-ca08-936a-2f687457c1a5-6064b109 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_36cc60f1-79e2-38c1-8952-1e1066c1c2cd-3446ea44 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d3ea23c0-25a2-7c59-c6a7-940dc343842b-3446ea44 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e35857f3-027e-9a1e-a4a8-e67dab437b69-b83384b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7eea57a-b35d-63fd-6cf4-f0e099f0eb81-b83384b6 {
  grid-area: Area-4;
}

#w-node-c266e002-c434-6b16-a123-c429455821ac-b83384b6 {
  grid-area: Area-2;
  place-self: auto;
}

#w-node-_772da189-8d7d-b24f-b7f6-953797a8039e-b83384b6 {
  grid-area: Area;
}

#w-node-_70617b6b-0fee-b6f1-29ea-266ce3bd2e03-b83384b6 {
  grid-area: Area-3;
}

#w-node-_075b40a3-fa80-014b-8e00-b61e692fcb9b-b83384b6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_874d8d54-9a22-eccd-566b-a232bcf81bcc-db41fd9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_156596a2-d394-6cf6-82e9-ac3097a8b2dc-a4eaaa1c {
  grid-area: Eyebrow;
}

#w-node-_54b63276-a620-e612-c791-01f98abfbbb6-a4eaaa1c {
  grid-area: Area;
}

#w-node-_8596a848-4f25-b088-ba68-5810b1c07bd6-a4eaaa1c {
  grid-area: Area-5;
  align-self: center;
}

#w-node-_4d854afe-380c-6a9c-01ff-10a63377672c-a4eaaa1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto start;
}

#w-node-c7466c44-37cd-4b8c-3a4a-ea4724fc4775-a4eaaa1c {
  grid-area: Area-2;
  justify-self: start;
}

#w-node-e1c5945c-725c-c649-055c-9f2040bee7c9-a4eaaa1c {
  grid-area: Area-3;
  justify-self: start;
}

#w-node-cc26f052-5c8e-aa4a-c1c8-e2812f7d9e7f-a4eaaa1c {
  grid-area: Area-4;
  justify-self: start;
}

#w-node-_4f9fdc85-bc46-d654-c106-c7e8e31611a2-a4eaaa1c {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_772da189-8d7d-b24f-b7f6-953797a8039e-b83384b6 {
    grid-area: Area;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c266e002-c434-6b16-a123-c429455821ac-b83384b6 {
    place-self: auto;
  }

  #w-node-e24d2079-41f7-e19e-6a30-57e2cf345741-a4eaaa1c {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0a6d8ecd-37e0-f6f1-c98b-011f07edfddd-b8c05dd6 {
    grid-area: 2 / 2 / 4 / 6;
  }

  #w-node-da135ffc-86b2-ca08-936a-2f687457c1a5-6064b109 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_075b40a3-fa80-014b-8e00-b61e692fcb9b-b83384b6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9537cb35-5ffd-f080-e6d9-62bc687f49f3-b8c05dd6, #w-node-_4ab4f8a7-004a-6d40-41c9-9be952af3471-b8c05dd6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bedb0fd1-00ec-a05d-c92b-21af4be0138d-6064b109, #w-node-_7187b225-d30b-de9f-4731-11974a620105-6064b109, #w-node-_36cc60f1-79e2-38c1-8952-1e1066c1c2cd-3446ea44, #w-node-d3ea23c0-25a2-7c59-c6a7-940dc343842b-3446ea44 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a6d8ecd-37e0-f6f1-c98b-011f07edfddd-b8c05dd6 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_075b40a3-fa80-014b-8e00-b61e692fcb9b-b83384b6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Articulatcf';
  src: url('../fonts/ArticulatCF-BoldOblique.woff2') format('woff2'), url('../fonts/ArticulatCF-ExtraBoldOblique.woff2') format('woff2'), url('../fonts/ArticulatCF-ExtraBoldOblique.woff') format('woff'), url('../fonts/ArticulatCF-BoldOblique.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Articulatcf';
  src: url('../fonts/ArticulatCF-DemiBold.woff2') format('woff2'), url('../fonts/ArticulatCF-DemiBold.woff2') format('woff2'), url('../fonts/ArticulatCF-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Articulatcf';
  src: url('../fonts/ArticulatCF-Bold.woff2') format('woff2'), url('../fonts/ArticulatCF-ExtraBold.woff2') format('woff2'), url('../fonts/ArticulatCF-Bold.woff') format('woff'), url('../fonts/ArticulatCF-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Articulatcf';
  src: url('../fonts/ArticulatCF-DemiBoldOblique.woff2') format('woff2'), url('../fonts/ArticulatCF-DemiBoldOblique.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Articulatcf';
  src: url('../fonts/ArticulatCF-Medium.woff2') format('woff2'), url('../fonts/ArticulatCF-Medium.woff2') format('woff2'), url('../fonts/ArticulatCF-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Articulatcf';
  src: url('../fonts/ArticulatCF-Normal.woff2') format('woff2'), url('../fonts/ArticulatCF-Regular.woff2') format('woff2'), url('../fonts/ArticulatCF-Regular.woff2') format('woff2'), url('../fonts/ArticulatCF-Regular.woff') format('woff'), url('../fonts/ArticulatCF-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Articulatcf';
  src: url('../fonts/ArticulatCF-NormalOblique.woff2') format('woff2'), url('../fonts/ArticulatCF-RegularOblique.woff2') format('woff2'), url('../fonts/ArticulatCF-NormalOblique.woff') format('woff'), url('../fonts/ArticulatCF-RegularOblique.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Articulatcf';
  src: url('../fonts/ArticulatCF-MediumOblique.woff2') format('woff2'), url('../fonts/ArticulatCF-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Articulatcf';
  src: url('../fonts/ArticulatCF-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}