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

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

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

:root {
  --black: #101112;
  --white-smoke-2: #f2f2f2;
  --white: white;
  --yellow-green: #bedb39;
  --white-smoke: #f2f2f2;
  --black-2: #222223;
  --firebrick: #c80000;
}

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

body {
  background-color: var(--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 80px;
  font-weight: 600;
  line-height: 93.6%;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 93.6%;
}

h4 {
  color: var(--white-smoke-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.body {
  color: var(--white);
  font-family: Bai Jamjuree, sans-serif;
}

.nav {
  background-color: #10111200;
  padding-top: 23px;
  padding-bottom: 23px;
  position: fixed;
  inset: 0 0% auto;
}

._1300-container {
  z-index: 3;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

.nav__logo__img.nav__logo__img--mobile {
  display: none;
}

.nav__link {
  opacity: .6;
  color: var(--white);
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  transition: all .15s;
}

.nav__link:hover {
  opacity: 1;
}

.nav__link.w--current {
  opacity: 1;
  color: var(--yellow-green);
}

.nav__btn {
  color: var(--white);
  border: 1px solid #fff3;
  border-radius: 20px;
  padding: 17px 46px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 93.6%;
  text-decoration: none;
  transition: all .15s;
  display: none;
  overflow: hidden;
}

.nav__btn:hover {
  border-color: #fff9;
}

.nav-menu {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav__links-wrap {
  margin-right: 124px;
}

.section {
  padding-bottom: 0;
}

.section.section--hero {
  background-image: url('../images/img-hero.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 130px;
}

.section.section--hero.section--hero--coaches {
  background-image: url('../images/img-hero-coaches-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: -80px;
  padding-bottom: 0;
}

.section.section--overview {
  padding-bottom: 0;
}

.section.section--features {
  padding-top: 140px;
  padding-bottom: 160px;
}

.section.section--community {
  z-index: 1;
  padding-top: 240px;
  padding-bottom: 280px;
  position: static;
}

.section.section--feature {
  z-index: 2;
  padding-bottom: 90px;
  position: static;
}

.section.section--subscribe {
  background-image: url('../images/img-follow-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 170px;
}

.section.section--footer {
  background-color: #202122;
  padding-top: 64px;
  padding-bottom: 40px;
}

.section.section-content {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.section--session {
  padding-top: 120px;
  padding-bottom: 92px;
}

.section.section--programs-hero {
  background-image: linear-gradient(#0009, #0006 11%, #0000 33%), url('../images/img-hero-bg-programs.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 220px;
  padding-bottom: 246px;
}

.section.section--programs-hero.section--training-hero {
  background-image: linear-gradient(#0009, #0006 11%, #0000 33%), url('../images/img-hero-bg-training-2.jpg');
}

.section.section--programs-list {
  padding-top: 80px;
  padding-bottom: 110px;
}

.section.section--program-item-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}

.section.section--program-item-list {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.section--training-updates {
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.section--training-programs {
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.section--training-articles {
  padding-top: 100px;
  padding-bottom: 300px;
}

.section.section--article-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.section.section--article-body {
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.section--about-hero {
  background-image: url('../images/img-hero-about-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
}

.section.section--about {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.section--about.section--gray {
  background-color: #ffffff05;
}

.section.section--about.about-us-quote {
  display: none;
}

.hero__grid {
  grid-column-gap: 198px;
  grid-template-rows: auto;
}

.hero__text {
  padding-top: 100px;
}

.hero__text.hero__text--no-padding {
  margin-bottom: 32px;
  padding-top: 0;
}

.hero__text.hero__text--no-padding.hero__text--dark {
  max-width: none;
  margin-bottom: 0;
}

.hero__text.hero__text--no-padding.hero__text--dark.hero__text--max-width {
  max-width: 490px;
}

.hero__text.hero__text--no-padding.hero__text--no-margin, .heading {
  margin-bottom: 0;
}

.hero__p {
  max-width: 420px;
  color: var(--white-smoke);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.hero__p.hero__p--center.hero__p--dark {
  color: #2f2f2f;
}

.hero__p.hero__p--dark {
  max-width: none;
  color: var(--black);
}

.hero__p.hero__p--no-max-width {
  max-width: none;
}

.buttons-box {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.buttons-box.buttons-box--50 {
  margin-top: 50px;
}

.btn {
  color: #000;
  background-color: #c3da58;
  border-radius: 16px;
  margin-right: 10px;
  padding: 16px 28px 17px;
  font-size: 16px;
  font-weight: 600;
  line-height: 93.6%;
  text-decoration: none;
  transition: all .15s;
}

.btn:hover {
  background-color: #b3ca46;
}

.btn.btn--download {
  background-color: #0000;
  background-image: linear-gradient(130deg, #656363, #65636300 87%);
  border-radius: 20px;
  padding: 12px 20px 13px;
}

.btn.btn--download:hover {
  background-image: linear-gradient(130deg, #656363b3, #65636300 87%);
}

.btn.btn--form {
  margin-right: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}

.btn.btn--download-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 10px 25px;
  display: flex;
}

.btn.btn--download-full.btn--download-last {
  margin-bottom: 0;
}

.btn.btn--download-full.btn--auto-width {
  flex: none;
  width: auto;
  margin-bottom: 0;
  margin-right: 16px;
}

.btn.btn--wide {
  margin-right: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.btn.btn--wide.btn--wide-outline {
  color: var(--yellow-green);
  background-color: #0000;
}

.btn.btn--outline {
  border: 2px solid var(--yellow-green);
  color: var(--yellow-green);
  background-color: #0000;
  margin-right: 0;
  padding-left: 23px;
  padding-right: 23px;
}

.btn.btn--outline:hover {
  background-color: var(--yellow-green);
  color: var(--black);
}

.hero__image {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.hero__img.hero__img--mobile {
  display: none;
}

.wrapper {
  background-image: linear-gradient(135deg, #222223, #161717);
  border-radius: 40px;
  height: 650px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.wrapper.wrapper--journey {
  height: auto;
  padding: 100px 110px 110px;
}

.wrapper.wrapper--elevate {
  height: auto;
  padding: 120px 110px 160px;
  overflow: visible;
}

.wrapper.wrapper--temp {
  height: auto;
}

.overview__bg {
  z-index: 2;
  background-image: linear-gradient(63deg, #bedb3966, #bedb3900);
  border-radius: 300px;
  width: 555px;
  height: 555px;
  position: absolute;
  inset: auto auto -179px 81px;
}

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

.overbiew__tabs {
  z-index: 10;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.overbiew__tabs.overbiew__tabs--temp {
  display: none;
}

.overview__tabs-menu {
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 50%;
  max-width: none;
  height: 100%;
  padding: 40px 120px 40px 100px;
  display: flex;
}

.overview__tabs-menu.overview__tabs-menu--coaches {
  padding-top: 20px;
  padding-bottom: 20px;
}

.overview__tab-link {
  color: #ffffff80;
  background-color: #0000;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 93.6%;
  transition: all .2s linear;
  overflow: hidden;
}

.overview__tab-link:hover {
  color: var(--yellow-green);
}

.overview__tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  font-size: 44px;
}

.overview__tab-text {
  color: #f2f2f2;
  margin-top: 38px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.overview__tab-content {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 60px;
  display: flex;
  bottom: -60px;
}

.overview__img {
  width: 363px;
  height: auto;
}

.div-block {
  z-index: 1;
  filter: blur(40px);
  background-color: #101112;
  font-family: Bai Jamjuree, sans-serif;
  position: absolute;
  inset: 0%;
}

.features {
  padding-left: 110px;
  padding-right: 110px;
}

.features__grid {
  grid-column-gap: 164px;
  grid-row-gap: 90px;
  grid-template-columns: 1fr 1fr 1fr;
}

.features__box {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features__box.features__box--title {
  padding-top: 12px;
}

.h2--yellow {
  color: var(--yellow-green);
}

.features__icon {
  background-image: linear-gradient(145deg, #222223, #161717);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  margin-bottom: 40px;
  display: flex;
}

.features__text {
  color: #fff9;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.journey__grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.grid-box.grid-box--flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-box.grid-box--flex.grid-box--right-padding {
  padding-right: 40px;
}

.grid-box.grid-box--flex.grid-box--left-right-padding {
  padding-left: 68px;
  padding-right: 52px;
}

.grid-box.grid-box--image-right {
  align-items: center;
  margin-right: -110px;
  display: flex;
  position: relative;
}

.grid-box.grid-box--image-left {
  align-items: center;
  margin-left: -110px;
  display: flex;
}

.journey__icon {
  background-image: linear-gradient(135deg, var(--yellow-green), #bedb3900);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 32px;
  display: flex;
}

.p-24 {
  color: var(--white-smoke-2);
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}

.p-24.p-24--regular {
  font-weight: 400;
  line-height: 130%;
}

.p-24.p-24--regular.p-24--max-width {
  max-width: 460px;
}

.p-24.p-24--max-430 {
  max-width: 400px;
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 400;
}

.p-24.p24--dark {
  color: var(--black);
}

.p-24.p24--height-30 {
  font-family: Bai Jamjuree, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.journey__image {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.journey__img {
  width: 100%;
}

.journey__img--mobile {
  display: none;
}

.community {
  position: relative;
}

.h2--large {
  max-width: 50%;
  font-size: 60px;
  font-weight: 600;
  line-height: 130%;
}

.h2--large.h2--large--full-wodth {
  max-width: none;
}

.h2--large--yellow {
  color: var(--yellow-green);
}

.community--picture1 {
  z-index: 3;
  max-width: 44%;
  margin-top: 194px;
  position: relative;
}

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

.community--picture2 {
  z-index: 1;
  max-width: 36%;
  position: absolute;
  inset: 14px 0% auto auto;
}

.community--picture3 {
  z-index: 2;
  max-width: 45%;
  position: absolute;
  inset: auto auto -15% 35%;
}

.feature__grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.feature__image {
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.feature__img {
  max-width: 717px;
}

.feature--mobile {
  display: none;
}

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

.subscribe__form {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
}

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

.subscribe__input {
  min-width: 300px;
  height: 48px;
  color: var(--white);
  text-align: left;
  background-color: #fff3;
  border: .5px solid #ffffff4d;
  border-radius: 16px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 17px 16px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.3px;
}

.subscribe__input:focus {
  border-style: solid;
  border-color: var(--yellow-green);
}

.subscribe__input::placeholder {
  color: var(--white);
  text-align: left;
}

.subscribe__success {
  color: var(--yellow-green);
  background-color: #10111266;
  border-radius: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 19.3px;
}

.subscribe__success.subscribe__success--erroe {
  color: #ff4f3f;
}

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

.footer__grid {
  grid-column-gap: 130px;
  grid-row-gap: 10px;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area Area-2 Area-3 Area-5"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  padding-left: 110px;
  padding-right: 110px;
  display: grid;
}

.footer__grid-area {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer__logo {
  width: 86px;
  height: 38px;
}

.footer__title {
  color: var(--yellow-green);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
}

.footer__nav-menu {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer__link {
  width: auto;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0;
  font-family: Bai Jamjuree, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: all .15s;
  display: block;
}

.footer__link:hover {
  color: #bebebe;
}

.footer__link.footer__link--sub {
  text-transform: none;
  margin-bottom: 0;
  margin-left: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.footer__link.programs {
  display: block;
}

.footer__link-block {
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: opacity .15s;
  display: flex;
}

.footer__link-block:hover {
  color: #bebebe;
}

.footer__link-icon {
  flex: none;
  margin-right: 10px;
}

.btn__icon {
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.footer__sub-box {
  border: 1px #000;
  border-top: 1px solid #828282;
  justify-content: space-between;
  margin-left: 110px;
  margin-right: 110px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer__sub-left {
  align-items: center;
  display: flex;
}

.footer__sub-text {
  color: #828282;
  margin-right: 24px;
  font-size: 12px;
  line-height: 14.4px;
}

.footer__sub-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section--footer {
  background-color: #202122;
  padding-top: 64px;
  padding-bottom: 40px;
}

._890-container {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.terms__rich-text {
  color: var(--white-smoke-2);
  font-family: Bai Jamjuree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.terms__rich-text h3 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 140%;
}

.terms__rich-text p {
  color: #c7c7c7;
  margin-bottom: 26px;
  line-height: 160%;
}

.terms__rich-text ol {
  color: #c7c7c7;
  padding-left: 0;
  font-weight: 400;
}

.terms__rich-text li {
  margin-bottom: 14px;
}

.terms__rich-text ul {
  color: #c7c7c7;
  padding-left: 0;
}

.terms__rich-text h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
}

.h1-session {
  font-family: Bai Jamjuree, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

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

.session__main-column {
  width: 894px;
  max-width: none;
}

.session__right-column {
  width: 366px;
  max-width: none;
}

.content-wrap {
  background-image: linear-gradient(135deg, var(--black-2), #22222300);
  border-radius: 40px;
}

.content-wrap.content-wrap--32-40 {
  width: 100%;
  padding: 32px 40px;
}

.content-wrap.content-wrap--32-40.content-wrap--about {
  background-image: none;
  margin-top: 0;
  padding-bottom: 30px;
  padding-left: 0;
  position: relative;
}

.content-wrap.content-wrap--20-20 {
  border-radius: 24px;
  height: 100%;
  padding: 20px 20px 24px;
}

.content-wrap.content-wrap--54-66 {
  padding: 54px 66px 75px 0;
}

.content-wrap.content-wrap--54-66.content-wrap--flex {
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.content-wrap.content-wrap--38-32 {
  background-color: #ffffff0d;
  background-image: none;
  padding: 38px 32px 42px;
}

.content-wrap.content-wrap--80-50 {
  min-height: 335px;
  padding: 0 50px;
}

.content-wrap.content-wrap--40-40 {
  padding: 0 40px;
  display: none;
}

.session__overview {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.p-18 {
  font-size: 18px;
  line-height: 140%;
}

.p-18.p-18--gray {
  color: #ffffff80;
}

.session__grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 24px;
  margin-bottom: 40px;
}

.session__grid.session__grid--right {
  margin-top: 32px;
  margin-bottom: 0;
}

.session__grid.session__grid--ddropdown {
  margin-top: 0;
  margin-bottom: 35px;
}

.session_flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.session__icon {
  background-color: #ffffff12;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  display: flex;
}

.session__box-title {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.session__param-text {
  color: var(--yellow-green);
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.p-16 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.p-16.p-16--gray {
  color: #ffffff80;
}

.p-16.p-16--gray.p-16--80 {
  color: #fffc;
  display: block;
}

.p-16.p-16--gray.p-16--martin8 {
  margin-top: 8px;
  font-weight: 400;
}

.p-16.p-16--gray.p-16--article {
  margin-bottom: 40px;
}

.p-16.p-16--right-margin {
  margin-right: 6px;
}

.p-16.p-16--light-gray {
  color: #fffc;
}

.session__text-flex {
  align-items: center;
  display: flex;
}

.session__details {
  flex-direction: column;
  align-items: stretch;
  width: 381px;
  max-width: none;
  display: flex;
}

.session__details-wrap.session__details-wrap--flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 69px;
  display: flex;
}

.session__details-wrap.session__details-wrap--flex.session__details-wrap--last {
  margin-bottom: 0;
}

.session__details-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 130%;
}

.session__details-subtitle {
  color: var(--yellow-green);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.session__details-title-box {
  align-items: flex-start;
  display: flex;
}

.session__detail-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 430px;
  height: 573px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.session__collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 22px;
  display: grid;
}

.session__exercise-video {
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
}

.session__exercise-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 93.6%;
}

.hero__wrap {
  max-width: 695px;
}

.hero__wrap.hero__wrap--article {
  max-width: 580px;
}

.h1--110 {
  margin-bottom: 16px;
  line-height: 110%;
}

.programs__title {
  text-align: center;
}

.programs__title.programs__title--hide {
  display: none;
}

.h2-60 {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 600;
  line-height: 130%;
}

.programs__filter-wrapper {
  justify-content: flex-start;
  display: flex;
}

.programs__filter-wrapper.filter-tags {
  margin-bottom: 40px;
}

.programs__filter-btn {
  color: var(--white);
  background-image: linear-gradient(135deg, #222223, #22222300);
  border-radius: 50px;
  margin-right: 24px;
  padding: 16px 32px 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 93.6%;
  text-decoration: none;
  transition: all .15s;
}

.programs__filter-btn:hover {
  color: var(--firebrick);
}

.programs__filter-btn.fltr-active {
  background-color: var(--yellow-green);
  color: var(--black);
  background-image: none;
}

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

.programs__grid {
  grid-column-gap: 60px;
  grid-row-gap: 22px;
  grid-template-areas: "Area Area-2"
                       "Area Area-3";
}

.programs__item-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  height: 335px;
  position: relative;
  top: 40px;
}

.programs__item-image.programs__item-image--ithumb {
  height: 354px;
  top: 40px;
}

.programs__item-text {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.programs__item-text.programs__item-text--top {
  justify-content: flex-start;
}

.p-20 {
  text-align: left;
  font-size: 20px;
  line-height: 130%;
}

.p-20.p-20--white-50 {
  color: #ffffff80;
}

.filter-class {
  display: none;
}

.section__overlay {
  z-index: 2;
  background-image: linear-gradient(100deg, #0009, #0006 29%, #0000 56%, #0000), linear-gradient(#0009, #0006 11%, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section__overlay.section__overlay--article {
  background-image: linear-gradient(100deg, #0009, #0003 30%, #0000 57%, #0000), linear-gradient(#0009, #0006 11%, #0000 50%);
}

.h2-50 {
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
}

.content-wrap-2 {
  background-image: linear-gradient(135deg, #222223, #22222300);
  border-radius: 40px;
}

.content-wrap-2.content-wrap--80-50 {
  min-height: 335px;
  padding: 0 50px;
}

.program-item--grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.program-item--text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.program-item__sessions {
  max-width: 944px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.sessions {
  max-width: 944px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.sessions__dropdown-week {
  width: 100%;
  margin-bottom: 44px;
  display: block;
  overflow: hidden;
}

.sessions__dropdown-week.temp {
  display: none;
}

.sessions__dropdown-week-toggle {
  width: 100%;
  color: var(--yellow-green);
  background-color: #ffffff0d;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px 16px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.sessions__dropdown-week-list {
  color: var(--white);
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  display: block;
  position: static;
}

.sessions__dropdown-session {
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  width: 100%;
  overflow: hidden;
}

.sessions__dropdown-session-toggle {
  width: 100%;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px 16px 24px;
  display: flex;
}

.collection-list-wrapper {
  margin-bottom: 40px;
}

.text-block {
  color: var(--yellow-green);
  margin-right: 8px;
  font-size: 12px;
  display: inline;
}

.empty-state {
  color: var(--white);
  background-color: #0000;
}

.heading-3 {
  height: 50px;
  display: block;
}

.collection-list {
  margin-bottom: 100px;
}

.p-subtitle {
  margin-bottom: 0;
}

.sessions__dropdown-week-icon {
  width: 32px;
  height: 32px;
}

.image {
  display: block;
}

.sessions__dropdown-session-icon {
  width: 24px;
  height: 24px;
}

.sessions__dropdown-session-list {
  background-color: #0000;
  padding: 20px 24px 40px;
  display: block;
  position: static;
}

.training__grid {
  grid-column-gap: 160px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.training__guide {
  margin-right: 40px;
}

.training__updates {
  background-color: #ffffff0d;
  border-radius: 40px;
  padding: 40px 40px 15px;
}

.h2-40 {
  font-size: 40px;
  line-height: 93.6%;
}

.h2-40.h2-40--margin20 {
  margin-bottom: 20px;
}

.training__guide-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.training__guide-item {
  color: var(--white);
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.training__guide-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 110px;
  height: 110px;
  margin-right: 24px;
}

.training__guide-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.training__guide-description {
  color: #ffffff80;
  font-size: 22px;
  font-weight: 400;
  line-height: 27.5px;
}

.h2-32 {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 600;
  line-height: 93.6%;
}

.h2-32.h2-32--margin16 {
  margin-bottom: 16px;
}

.h2-32.h2-32--margin16.h32--yellow {
  color: var(--yellow-green);
}

.h2-32.h2-32--margin24 {
  margin-bottom: 24px;
}

.updates__item {
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 24px;
  display: flex;
}

.updates__icon-box {
  background-image: linear-gradient(135deg, #65636380, #65636300);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.updates__text {
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  width: 100%;
  margin-left: 20px;
  padding-bottom: 25px;
}

.h3-24 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.p-22 {
  color: #ffffff80;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 27.5px;
}

.updates__collection-list {
  margin-bottom: -2px;
  padding-bottom: 0;
  overflow: hidden;
}

.updates__collection {
  overflow: hidden;
}

.training__updates-wrap {
  padding-right: 70px;
}

.training__title-box {
  text-align: center;
  margin-bottom: 40px;
}

.training__articles-collection {
  padding-top: 32px;
}

.training__articles-collection-lest {
  grid-column-gap: 32px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.training__article-box {
  color: var(--white);
  background-image: linear-gradient(135deg, #222223, #16171700);
  border-radius: 40px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: all .15s;
  display: block;
}

.training__article-box:hover {
  color: var(--yellow-green);
}

.training__article-image-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  height: 200px;
  position: relative;
  top: -32px;
}

.training_article-tag {
  width: auto;
  color: var(--white);
  background-color: #10111266;
  border-radius: 16px;
  padding: 9px 15px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 93.6%;
  position: absolute;
  inset: 12px 12px auto auto;
}

.training__article-text-box {
  margin-top: -16px;
}

.training__article-date {
  color: var(--yellow-green);
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 22.5px;
}

.h3-28 {
  margin-bottom: 6px;
  font-size: 28px;
  line-height: 100%;
}

.h1-60 {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 110%;
}

.hero__article-details {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 93.6%;
}

.inline {
  margin-right: 6px;
  display: inline;
}

.inline.inline--yellow {
  color: var(--yellow-green);
}

.hero__article-author-box {
  color: #f2f2f2b3;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.5px;
}

.hero__article-author {
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.hero__article-author-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: block;
}

.hero__article-author-name {
  color: #f2f2f2;
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

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

.article__grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .45fr;
  align-items: start;
  position: relative;
}

.article__body {
  background-color: #ffffff0d;
  border-radius: 40px;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.article__popular {
  background-color: #ffffff0d;
  border-radius: 40px;
  padding: 50px 24px 8px;
  position: sticky;
  top: 110px;
}

.article__download-box {
  background-image: linear-gradient(#222223, #222223a6);
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 40px 32px 60px;
  position: relative;
  overflow: hidden;
}

.article__download-box.article__download-box--hide {
  display: none;
}

.article__download-box-text {
  max-width: 375px;
}

.article__download-buttons {
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.article__download-box-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 43%;
  height: 100%;
  position: absolute;
  inset: 0% 24px 0% auto;
}

.article__download-collection {
  margin-top: 40px;
  margin-bottom: 40px;
}

.article__download-emphy-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.article__rich-text {
  margin-bottom: 46px;
}

.article__rich-text h2 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 93.6%;
}

.article__rich-text p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 140%;
}

.article__rich-text h4 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
}

.article__rich-text ol {
  text-align: left;
  margin-bottom: 32px;
  padding-left: 20px;
  font-size: 16px;
}

.article__rich-text h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
}

.article__footer-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 370px;
  margin-left: -50px;
  margin-right: -50px;
}

.article__populat-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 93.6%;
}

.article__popular-box {
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.article__popular-box.article__popular-box--hide {
  display: none;
}

.article__popular-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 16px;
}

.article__popular-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 93.6%;
}

.article__popular-collection {
  margin-top: 40px;
}

.about__text-box {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-36 {
  font-size: 36px;
  line-height: 120%;
}

.p-36--light {
  color: #ffffff80;
  font-weight: 400;
}

.about__grid {
  grid-column-gap: 48px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
}

.about__grid-box-100 {
  max-width: 48%;
}

.about__section-title-box {
  max-width: 70%;
}

.about__section-title-box.about__section-title-box--100 {
  max-width: none;
  margin-bottom: 70px;
}

.about__section-title-box.about__section-title-box--100.about__section-title-box--last {
  margin-bottom: 0;
}

.content-wrap__dot {
  background-color: var(--yellow-green);
  border-radius: 12px;
  width: 22px;
  height: 22px;
  position: relative;
  inset: 0%;
}

.content-wrap__dot-box {
  align-items: center;
  width: 22px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -11px;
}

.sessions__empty {
  color: var(--white);
  background-color: #ffffff0d;
}

.training__button-box {
  justify-content: center;
  margin-top: 120px;
  display: flex;
}

.nav__bg {
  z-index: 300;
  position: absolute;
  inset: 0%;
}

.nav__container {
  z-index: 800;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 32px;
    line-height: 130%;
  }

  h3 {
    font-size: 24px;
  }

  .nav {
    z-index: 999;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._1300-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav__wrap {
    z-index: 500;
    padding-top: 23px;
    padding-bottom: 23px;
    position: relative;
  }

  .nav__logo {
    z-index: 999;
  }

  .nav__link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nav-menu {
    z-index: 500;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    margin-left: -32px;
    margin-right: -32px;
    position: absolute;
    inset: 0%;
  }

  .nav__links-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
    margin-right: 0;
    display: flex;
  }

  .section {
    padding-bottom: 0;
  }

  .section.section--hero {
    background-position: 35% 100%;
    padding-top: 160px;
  }

  .section.section--hero.section--hero--coaches {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.section--overview {
    padding-top: 60px;
  }

  .section.section--features {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.section--community {
    padding-top: 110px;
    padding-bottom: 160px;
  }

  .section.section--feature {
    padding-bottom: 80px;
  }

  .section.section--subscribe {
    padding-top: 80px;
    padding-bottom: 124px;
  }

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

  .section.section--programs-hero {
    padding-top: 140px;
    padding-bottom: 112px;
  }

  .section.section--programs-list {
    padding-top: 40px;
    padding-bottom: 76px;
  }

  .section.section--program-item-list {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.section--training-updates {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .section.section--training-programs {
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .section.section--training-articles {
    padding-top: 40px;
    padding-bottom: 200px;
  }

  .section.section--article-hero {
    padding-top: 130px;
    position: relative;
  }

  .section.section--article-body {
    padding-top: 40px;
  }

  .section.section--about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.section--coaches-tabs {
    padding-top: 48px;
  }

  .hero__grid {
    grid-column-gap: 0px;
    grid-row-gap: 68px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero__text {
    padding-top: 0;
  }

  .hero__text.hero__text--no-padding.hero__text--no-margin {
    margin-bottom: 0;
  }

  .hero__p {
    font-size: 20px;
    line-height: 25px;
  }

  .btn.btn--download.btn--no-padding {
    margin-right: 0;
  }

  .btn.btn--download-full {
    width: 100%;
  }

  .btn.btn--download-full.btn--auto-width {
    width: 100%;
    margin-top: 16px;
    margin-right: 0;
  }

  .hero__image {
    justify-content: flex-start;
    height: 522px;
    padding-right: 0;
    overflow: hidden;
  }

  .hero__img {
    width: 426px;
  }

  .wrapper {
    height: 480px;
  }

  .wrapper.wrapper--journey {
    height: auto;
    padding: 70px 24px;
  }

  .wrapper.wrapper--elevate {
    padding: 72px 32px 78px;
  }

  .overview__bg {
    width: 430px;
    height: 430px;
    bottom: -89px;
    left: -79px;
  }

  .overview__tabs-menu {
    justify-content: center;
    padding: 0 24px 0 0;
  }

  .overview__tab-link {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .overview__tab-link.w--current {
    font-size: 32px;
  }

  .overview__tab-text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .overview__tab-content {
    padding-left: 40px;
    bottom: -32px;
  }

  .overview__img {
    width: 260px;
  }

  .features {
    padding-left: 0;
    padding-right: 0;
  }

  .features__grid {
    grid-column-gap: 34px;
    grid-row-gap: 50px;
  }

  .features__box.features__box--title {
    padding-top: 0;
  }

  .features__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
  }

  .features__text {
    font-size: 16px;
  }

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

  .grid-box.grid-box--flex.grid-box--left-right-padding {
    max-width: none;
    padding-left: 32px;
    padding-right: 0;
  }

  .grid-box.grid-box--image-right {
    margin-right: -24px;
  }

  .grid-box.grid-box--image-left {
    margin-left: -32px;
  }

  .journey__icon {
    border-radius: 10px;
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
  }

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

  .p-24.p-24--regular.p-24--max-width {
    max-width: 335px;
  }

  .p-24.p-24--max-430 {
    max-width: 345px;
    font-size: 20px;
  }

  .journey__image {
    width: 130%;
    inset: 0% auto 0% 0%;
  }

  .journey__img {
    width: auto;
  }

  .h2--large {
    font-size: 32px;
  }

  .community--picture1 {
    margin-top: 89px;
  }

  .feature__image {
    width: 466px;
    left: -27px;
  }

  .feature__img {
    width: 104%;
    max-width: none;
  }

  .footer__grid {
    grid-column-gap: 12px;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__sub-box {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .footer__sub-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__sub-text {
    margin-bottom: 16px;
  }

  .footer__sub-right {
    align-items: flex-start;
    height: auto;
  }

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

  ._890-container._890-container--no-padding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .session__main-column {
    width: 100%;
  }

  .session__right-column {
    width: 100%;
    margin-top: 77px;
  }

  .content-wrap.content-wrap--32-40 {
    padding: 24px 24px 32px;
  }

  .content-wrap.content-wrap--32-40.content-wrap--about {
    padding-bottom: 24px;
  }

  .content-wrap.content-wrap--20-20 {
    height: auto;
    padding: 16px;
  }

  .content-wrap.content-wrap--54-66.content-wrap--flex {
    border-radius: 0;
    padding-top: 32px;
    padding-bottom: 40px;
    padding-right: 44px;
  }

  .content-wrap.content-wrap--80-50 {
    border-radius: 32px;
    min-height: 200px;
    padding-left: 16px;
    padding-right: 32px;
  }

  .p-18.p-18--gray {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17.5px;
  }

  .session__grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
  }

  .session_flex.session_flex--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .session__icon {
    width: 36px;
    height: 36px;
  }

  .session__box-title.session__box-title--no-margin {
    margin-bottom: 0;
  }

  .session__param-text {
    font-size: 16px;
  }

  .p-16 {
    margin-right: 0;
  }

  .p-16.p-16--gray.p-16--article {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 17.5px;
  }

  .p-16.p-16--right-margin {
    margin-right: 4px;
  }

  .session__details {
    width: 52%;
  }

  .session__details-title {
    font-size: 50px;
  }

  .session__details-subtitle {
    font-size: 20px;
  }

  .session__detail-bg {
    object-fit: fill;
    background-size: contain;
    width: 350px;
    height: 100%;
  }

  .session__collection-list {
    grid-column-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .session__icon-icon {
    width: 24px;
    height: 24px;
  }

  .hero__wrap {
    max-width: 440px;
  }

  .h1--110 {
    font-size: 50px;
    line-height: 93.6%;
  }

  .programs__title {
    margin-bottom: 24px;
  }

  .h2-60 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .programs__filter-wrapper.filter-tags {
    flex-wrap: nowrap;
    margin-right: -32px;
    overflow: scroll;
  }

  .programs__filter-btn {
    flex: none;
    margin-bottom: 14px;
    margin-right: 14px;
    padding: 12px 20px 13px;
    font-size: 16px;
    overflow: scroll;
  }

  .programs__collection-list.programs-list {
    grid-row-gap: 40px;
  }

  .programs__grid {
    grid-column-gap: 24px;
    grid-row-gap: 14px;
  }

  .programs__item-image {
    border-radius: 24px;
    height: 200px;
    top: 16px;
  }

  .p-20.p-20--white-50 {
    font-size: 14px;
  }

  .h1--8vw.h1--middle {
    font-size: 50px;
  }

  .content-wrap-2.content-wrap--80-50 {
    border-radius: 32px;
    min-height: 200px;
    padding-left: 16px;
    padding-right: 32px;
  }

  .training__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .training__guide {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .training__updates {
    padding: 32px 24px 14px;
  }

  .h2-40 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .training__guide-grid {
    grid-column-gap: 24px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 22px;
  }

  .training__guide-image {
    width: 80px;
    height: 80px;
    margin-right: 16px;
  }

  .training__guide-title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 25px;
  }

  .training__guide-description {
    font-size: 14px;
    line-height: 17.5px;
  }

  .h2-32 {
    font-size: 24px;
  }

  .updates__item {
    min-height: auto;
    padding-top: 0;
  }

  .updates__text {
    height: auto;
    margin-left: 16px;
    padding-bottom: 16px;
  }

  .h3-24 {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 22.5px;
  }

  .p-22 {
    font-size: 14px;
    line-height: 17.5px;
  }

  .updates__collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 26px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 32px;
    display: grid;
  }

  .training__updates-wrap {
    padding-right: 0;
  }

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

  .training__articles-collection {
    padding-top: 16px;
  }

  .training__articles-collection-lest {
    grid-column-gap: 16px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .training__article-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .training__article-image-box {
    top: -16px;
  }

  .training__article-text-box {
    margin-top: 0;
  }

  .training__article-date {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 17.5px;
  }

  .h3-28 {
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 140%;
  }

  .h1-60 {
    margin-bottom: 32px;
    font-size: 50px;
    line-height: 93.6%;
  }

  .article {
    padding-left: 0;
    padding-right: 0;
  }

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

  .article__body {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .article__popular {
    display: none;
  }

  .article__download-box {
    margin-top: 24px;
    padding: 24px 24px 57px;
  }

  .article__download-box-text {
    max-width: 320px;
  }

  .article__download-buttons {
    flex-wrap: wrap;
    max-width: 168px;
    margin-top: 8px;
  }

  .article__download-box-bg {
    width: 47%;
    right: 12px;
  }

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

  .article__footer-image {
    height: 300px;
  }

  .p-36 {
    font-size: 32px;
    line-height: 110%;
  }

  .nav__menu-button {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  .nav__menu-button.w--open {
    z-index: 999;
    background-color: #0000;
  }

  .nav__icon {
    width: 100%;
    height: 100%;
    padding: 4px;
  }

  .nav__bg {
    z-index: 100;
    position: absolute;
    inset: 0%;
  }

  .nav__container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    text-align: left;
  }

  h2 {
    font-size: 24px;
    line-height: 120%;
  }

  h3 {
    font-size: 20px;
  }

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

  ._1300-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav__wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    margin-left: -16px;
    margin-right: -16px;
  }

  .section.section--overview {
    padding-top: 32px;
  }

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

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

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

  .section.section--programs-hero {
    background-image: linear-gradient(#0009, #0006 30%, #0000 66%), url('../images/img-hero-bg-programs.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 214px;
  }

  .section.section--program-item-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section--training-updates {
    padding-top: 40px;
  }

  .section.section--training-programs {
    padding-top: 25px;
    padding-bottom: 80px;
  }

  .section.section--training-articles {
    padding-top: 25px;
    padding-bottom: 160px;
  }

  .section.section--article-hero {
    padding-top: 92px;
    padding-bottom: 184px;
  }

  .section.section--article-body, .section.section--coaches-tabs {
    padding-top: 32px;
  }

  .hero {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero__text.hero__text--no-padding {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    display: flex;
  }

  .hero__p {
    text-align: left;
  }

  .hero__p.hero__p--center, .hero__p.hero__p--no-max-width {
    text-align: center;
  }

  .buttons-box.buttons-box--50 {
    margin-top: 24px;
  }

  .btn.btn--download-full.btn--auto-width {
    margin-top: 14px;
  }

  .btn.btn--wide {
    text-align: center;
    width: 100%;
  }

  .btn.btn--medium {
    margin-right: 0;
    padding: 12px 35px 13px;
  }

  .hero__image {
    height: 410px;
  }

  .hero__img {
    width: 60%;
  }

  .wrapper {
    border-radius: 24px;
    height: 670px;
    padding-top: 8px;
  }

  .wrapper.wrapper--journey {
    padding: 32px 16px;
  }

  .wrapper.wrapper--elevate {
    padding: 24px 16px 0;
  }

  .overbiew__tabs {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .overview__tabs-menu {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 200px;
    padding-right: 0;
  }

  .overview__tabs-menu.overview__tabs-menu--coaches {
    padding-top: 0;
    padding-bottom: 0;
  }

  .overview__tab-link {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .overview__tab-link.w--current {
    font-size: 24px;
    line-height: 22.46px;
  }

  .overview__tab-text {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17.5px;
  }

  .overview__tab-content {
    align-items: flex-end;
    width: 100%;
    padding-left: 0;
  }

  .features__grid {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .features__box.features__box--title {
    padding-top: 22px;
  }

  .h2--yellow {
    max-width: 150px;
  }

  .journey__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-box.grid-box--flex.grid-box--right-padding {
    padding-right: 0;
  }

  .grid-box.grid-box--flex.grid-box--left-right-padding {
    padding-left: 0;
  }

  .grid-box.grid-box--image-right {
    margin-right: -16px;
  }

  .grid-box.grid-box--image-left {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .p-24.p-24--max-430 {
    max-width: 212px;
    font-size: 16px;
    line-height: 20px;
  }

  .p-24.p24--height-30 {
    font-size: 14px;
    line-height: 17.5px;
  }

  .journey__image {
    position: relative;
  }

  .section--overview {
    padding-top: 32px;
  }

  .h2--large {
    font-size: 23px;
  }

  .h2--large.h2--large--full-wodth {
    margin-bottom: 12px;
  }

  .community--picture2 {
    top: 0;
  }

  .feature__grid {
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature__image {
    width: 350px;
    position: relative;
    left: auto;
  }

  .footer__grid {
    grid-template: "Area Area-4"
                   "Area-2 Area-3"
                   "Area-5 Area-5"
                   / 1fr 1fr;
  }

  .section--footer {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  ._890-container._890-container--no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap.content-wrap--32-40 {
    border-radius: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-wrap.content-wrap--32-40.content-wrap--about {
    margin-top: 32px;
  }

  .content-wrap.content-wrap--54-66.content-wrap--flex {
    border-radius: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 30px;
    overflow: hidden;
  }

  .content-wrap.content-wrap--38-32 {
    border-radius: 24px;
    padding: 24px 16px 32px;
  }

  .content-wrap.content-wrap--80-50 {
    padding-top: 24px;
    padding-bottom: 32px;
    padding-right: 16px;
  }

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

  .p-18.p-18--gray {
    line-height: 18.2px;
  }

  .session__grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  .session__grid.session__grid--ddropdown {
    margin-bottom: 20px;
  }

  .p-16.p-16--gray.p-16--article {
    text-align: center;
  }

  .session__details {
    width: 100%;
  }

  .session__details-wrap.session__details-wrap--flex {
    margin-bottom: 30px;
  }

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

  .session__details-subtitle {
    font-size: 16px;
  }

  .session__detail-bg {
    order: 1;
    width: 100%;
    height: 500px;
    position: relative;
    bottom: -20px;
    left: -30px;
  }

  .session__collection-list {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .hero__wrap {
    max-width: 288px;
  }

  .hero__wrap.hero__wrap--program {
    max-width: none;
  }

  .h1--110 {
    font-size: 32px;
  }

  .h2-60 {
    font-size: 24px;
    line-height: 93.6%;
  }

  .programs__filter-wrapper.filter-tags {
    margin-right: -16px;
  }

  .programs__filter-btn {
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 10px 12px 11px;
    font-size: 14px;
  }

  .programs__collection-list.programs-list {
    grid-row-gap: 24px;
  }

  .programs__grid {
    grid-row-gap: 24px;
    grid-template: "Area"
                   "Area-3"
                   "Area-2"
                   / 1fr;
  }

  .programs__item-image {
    border-radius: 16px;
    height: 160px;
    top: 0;
  }

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

  .p-20.p-20--white-50 {
    text-align: center;
    margin-bottom: 0;
  }

  .h1--8vw.h1--middle {
    text-align: center;
    margin-bottom: 6px;
    font-size: 32px;
    line-height: 120%;
  }

  .content-wrap-2.content-wrap--80-50 {
    padding-top: 24px;
    padding-bottom: 32px;
    padding-right: 16px;
  }

  .sessions__dropdown-week-toggle {
    padding: 13px 16px;
    font-size: 16px;
  }

  .sessions__dropdown-session-toggle {
    padding: 10px 16px;
    font-size: 14px;
  }

  .sessions__dropdown-week-icon {
    width: 24px;
    height: 24px;
  }

  .sessions__dropdown-session-icon {
    width: 16px;
    height: 16px;
  }

  .sessions__dropdown-session-list {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .training__guide {
    margin-bottom: 40px;
  }

  .training__updates {
    padding: 24px 16px 11px;
  }

  .h2-40 {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .h2-40.h2-40--margin20 {
    text-align: center;
    margin-bottom: 16px;
  }

  .training__guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .training__guide-image {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }

  .training__guide-title {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
  }

  .training__guide-description {
    font-size: 12px;
    line-height: 15px;
  }

  .h2-32.h2-32--margin24.h2--yellow {
    max-width: none;
  }

  .updates__icon-box {
    border-radius: 12px;
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .updates__text {
    margin-left: 12px;
    padding-bottom: 12px;
  }

  .h3-24 {
    font-size: 16px;
    line-height: 20px;
  }

  .p-22 {
    font-size: 12px;
    line-height: 15px;
  }

  .updates__collection-list {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .training__articles-collection {
    padding-top: 24px;
  }

  .training__articles-collection-lest {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .training__article-box {
    padding-bottom: 24px;
  }

  .training__article-image-box {
    border-radius: 16px;
    top: -24px;
  }

  .training__article-date {
    margin-top: -13px;
    margin-bottom: 14px;
  }

  .h3-28 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 93.6%;
  }

  .h1-60 {
    text-align: center;
    margin-bottom: 6px;
    font-size: 8vw;
  }

  .inline {
    font-size: 16px;
    line-height: 20px;
  }

  .hero__article-author-box {
    font-size: 14px;
    line-height: 17.5px;
  }

  .hero__article-author-name {
    font-size: 18px;
    line-height: 22.5px;
  }

  .article__body {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .article__download-box {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .article__download-box-text {
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .article__download-buttons {
    max-width: none;
    margin-bottom: 32px;
  }

  .article__download-box-bg {
    background-position: 100% 0;
    width: 100%;
    height: 400px;
    position: relative;
    right: -40px;
  }

  .article__rich-text h2 {
    font-size: 20px;
    line-height: 130%;
  }

  .article__rich-text h4 {
    margin-top: 24px;
  }

  .article__rich-text ol, .article__rich-text h3 {
    margin-bottom: 24px;
  }

  .about__section-title-box {
    max-width: 100%;
  }

  .training__button-box {
    margin-top: 60px;
  }

  .nav__icon {
    padding: 8px;
  }

  .nav__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
    line-height: 120%;
  }

  ._1300-container {
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav__wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .nav__logo {
    padding-left: 0;
  }

  .nav__logo__img.nav__logo__img--desktop {
    display: none;
  }

  .nav__logo__img.nav__logo__img--mobile {
    display: block;
  }

  .nav-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .section.section--hero {
    background-size: auto 70%;
    height: 90vh;
    padding-top: 100px;
  }

  .section.section--hero.section--hero--coaches {
    height: 100vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.section--community {
    padding-bottom: 182px;
    overflow: hidden;
  }

  .section.section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.section--session {
    padding-top: 76px;
  }

  .section.section--program-item-hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.section--training-programs {
    padding-bottom: 100px;
  }

  .section.section--article-body {
    padding-bottom: 32px;
  }

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

  .section.section--coaches-tabs {
    padding-top: 32px;
  }

  .hero {
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }

  .hero__grid {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .hero__text {
    margin-bottom: 7%;
  }

  .hero__p {
    font-size: 16px;
    line-height: 20px;
  }

  .buttons-box.buttons-box--50 {
    flex-flow: row;
  }

  .btn {
    padding: 12px 21px 13px;
  }

  .btn.btn--download {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .btn.btn--form {
    width: 100%;
    height: 40px;
    padding-top: 12px;
    padding-bottom: 13px;
  }

  .btn.btn--download-full {
    width: 48%;
    padding: 7px 8px 8px;
  }

  .btn.btn--download-full.btn--auto-width {
    padding-top: 11px;
    padding-bottom: 14px;
  }

  .btn.btn--padding13 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero__image-area {
    height: auto;
  }

  .hero__image {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 70%;
    height: auto;
    max-height: none;
  }

  .hero__img {
    object-fit: contain;
    width: auto;
  }

  .hero__img.hero__img--mobile {
    display: block;
  }

  .wrapper {
    height: 696px;
    padding-bottom: 0;
  }

  .wrapper.wrapper--elevate {
    overflow: hidden;
  }

  .overview__bg {
    left: -101px;
  }

  .overbiew__tabs {
    align-items: flex-start;
  }

  .overview__tabs-menu {
    height: 260px;
  }

  .overview__tab-content {
    bottom: 0;
  }

  .features__grid {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .features__box {
    flex-direction: row;
    align-items: center;
  }

  .features__box.features__box--title {
    padding-top: 0;
  }

  .h2--yellow {
    max-width: 240px;
  }

  .features__icon {
    flex: none;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .features__text {
    font-size: 14px;
  }

  .journey__grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .grid-box.grid-box--image-left {
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px;
  }

  .p-24 {
    font-size: 14px;
    line-height: 17.5px;
  }

  .p-24.p-24--regular.p-24--max-width {
    max-width: 288px;
  }

  .journey__image {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: block;
  }

  .journey__img {
    flex: 0 auto;
    width: auto;
    display: none;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .journey__img--mobile {
    width: 100%;
    display: block;
  }

  .h2--large {
    max-width: 240px;
  }

  .community--picture1 {
    max-width: 63%;
    margin-top: 83px;
    left: -9px;
  }

  .community--picture2 {
    max-width: 74%;
    top: 77px;
    right: -40px;
  }

  .community--picture3 {
    max-width: 64%;
    bottom: -122px;
    left: auto;
    right: 14px;
  }

  .feature__image {
    width: 100%;
    height: auto;
    display: block;
    position: static;
    left: -28px;
  }

  .feature__img {
    object-fit: cover;
    width: 100%;
    height: 350px;
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .feature--mobile {
    display: none;
  }

  .subscribe {
    align-items: stretch;
  }

  .subscribe__form-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .subscribe__input {
    flex: 0 auto;
    min-width: 100%;
    height: 40px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .footer__grid {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
  }

  .footer__grid-area.footer__grid-area--btn {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer__link.footer__link--sub {
    margin-left: 12px;
    margin-right: 12px;
  }

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

  .footer__sub-left {
    text-align: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .footer__sub-text {
    margin-right: 0;
  }

  .footer__sub-right {
    justify-content: center;
  }

  .section--footer {
    padding-bottom: 26px;
  }

  .heading-2 {
    margin-bottom: 12px;
    font-size: 8vw;
  }

  .h1-session {
    font-size: 24px;
    line-height: 93.6%;
  }

  .content-wrap.content-wrap--32-40.content-wrap--about {
    margin-top: 24px;
  }

  .p-18 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .p-16.p-16--gray.p-16--martin8 {
    font-size: 12px;
    line-height: 15px;
  }

  .session__detail-bg {
    background-position: 0 0;
    background-size: cover;
    width: 140%;
    height: 350px;
    left: -49px;
  }

  .h1--110 {
    text-align: center;
  }

  .programs__filter-wrapper.filter-tags {
    flex-wrap: nowrap;
    margin-bottom: 24px;
    overflow: scroll;
  }

  .programs__filter-btn {
    flex: none;
    margin-bottom: 0;
    overflow: scroll;
  }

  .programs__item-text {
    align-items: stretch;
  }

  .h1--8vw {
    margin-bottom: 12px;
    font-size: 8vw;
  }

  .h1--8vw.h1--middle {
    font-size: 8vw;
  }

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

  .training__updates {
    border-radius: 24px;
  }

  .h2-40.h2-40--margin20 {
    line-height: 130%;
  }

  .training__guide-grid {
    margin-top: 32px;
  }

  .h2-32 {
    text-align: center;
  }

  .h2-32.h2-32--margin16 {
    text-align: left;
  }

  .training_article-tag {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .h1-60 {
    line-height: 120%;
  }

  .article__grid {
    grid-row-gap: 32px;
  }

  .article__body {
    border-radius: 24px;
  }

  .article__popular {
    border-radius: 24px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: relative;
    top: auto;
  }

  .article__download-box {
    margin-bottom: 16px;
  }

  .article__download-box-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .article__download-box-bg {
    background-position: 0 0;
    height: 290px;
    right: -16px;
  }

  .article__rich-text h4 {
    line-height: 140%;
  }

  .article__footer-image {
    height: 235px;
  }

  .article__popular-image {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }

  .article__popular-text {
    font-size: 16px;
  }

  .article__popular-collection {
    margin-top: 24px;
  }

  .p-36 {
    font-size: 22px;
  }

  .training__button-box {
    margin-top: 42px;
  }

  .nav__container {
    padding-right: 8px;
  }
}

#w-node-_31356408-fb16-676f-f3be-23cdcdbc0897-cdbc0893, #w-node-_31356408-fb16-676f-f3be-23cdcdbc089a-cdbc0893, #w-node-_31356408-fb16-676f-f3be-23cdcdbc08a6-cdbc0893 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_31356408-fb16-676f-f3be-23cdcdbc08b9-cdbc0893, #w-node-_31356408-fb16-676f-f3be-23cdcdbc08c1-cdbc0893, #w-node-_327a6445-b1c6-20c7-f44c-c93bdb341534-c8dce684 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fac5f28b-b779-2d76-d411-51f14097db93-7e4837ca {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d5768061-1470-eac5-be55-b24b08cc73da-7e4837ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1db6b2e4-1d3e-87b9-df93-1c6c9bded117-5d9306b8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1db6b2e4-1d3e-87b9-df93-1c6c9bded118-5d9306b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_31356408-fb16-676f-f3be-23cdcdbc0897-cdbc0893, #w-node-_31356408-fb16-676f-f3be-23cdcdbc089a-cdbc0893, #w-node-_31356408-fb16-676f-f3be-23cdcdbc08a6-cdbc0893 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_31356408-fb16-676f-f3be-23cdcdbc08b9-cdbc0893 {
    grid-area: Area-4;
  }

  #w-node-_31356408-fb16-676f-f3be-23cdcdbc08c1-cdbc0893 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2b3ebfef-932b-2342-9ea4-bd8132682888-20dce685, #w-node-_98fd20dd-8658-9719-5236-faabc8346fd4-07dce67f, #w-node-_98fd20dd-8658-9719-5236-faabc8346fd4-63dce681 {
    order: -9999;
  }

  #w-node-_327a6445-b1c6-20c7-f44c-c93bdb341534-c8dce684 {
    grid-area: Area-3;
  }

  #w-node-_6ca69024-72f8-c2b5-5277-e2d61a6a3cc6-c8dce684 {
    order: -9999;
  }

  #w-node-fac5f28b-b779-2d76-d411-51f14097db93-7e4837ca {
    grid-area: Area-3;
  }

  #w-node-ef29bf86-4ddd-8b2a-c00e-afefb7b4d3fb-7e4837ca {
    grid-area: Area-2;
  }

  #w-node-_1db6b2e4-1d3e-87b9-df93-1c6c9bded117-5d9306b8 {
    grid-area: Area-3;
  }

  #w-node-_1db6b2e4-1d3e-87b9-df93-1c6c9bded11c-5d9306b8 {
    grid-area: Area-2;
  }

  #w-node-e83702e9-7dc6-fdab-2302-5092c63e6940-39aa99e4 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31356408-fb16-676f-f3be-23cdcdbc0897-cdbc0893 {
    grid-row: span 1 / span 1;
  }

  #w-node-_31356408-fb16-676f-f3be-23cdcdbc08a6-cdbc0893 {
    grid-area: Area-3;
  }

  #w-node-_31356408-fb16-676f-f3be-23cdcdbc08b9-cdbc0893 {
    grid-area: Area-4;
  }

  #w-node-_31356408-fb16-676f-f3be-23cdcdbc08c1-cdbc0893 {
    grid-area: Area-5;
  }
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}