@font-face {
  font-family: Helvetica Neue Black;
  src: url('../fonts/HelveticaNeueBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Heavy;
  src: url('../fonts/HelveticaNeueHeavy.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Medium;
  src: url('../fonts/HelveticaNeueMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --white: white;
  --black: #000;
  --grey: #f0f0f0;
  --_tryn---font-head: "Plus Jakarta Sans", "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --_tryn---ink: #0f1412;
  --_tryn---ink-mute: #6e7772;
  --_tryn---ink-soft: #3a4540;
  --_tryn---bg: #f5f2ec;
  --_tryn---font-body: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --_tryn---green: #1f3a2e;
  --_tryn---signal: #2e6b4e;
  --_tryn---bg-alt: #ede8de;
  --_tryn---green-tint: #eaf0e6;
  --_tryn---paper: #fff;
  --_tryn---green-deep: #14281f;
  --_tryn---green-soft: #d8e3d4;
  --_tryn---cream: #f5e9cc;
  --_tryn---line: #0f14121f;
  --_tryn---line-soft: #0f14120f;
  --_tryn---radius: 14px;
  --_tryn---radius-lg: 22px;
  --_platform---sidebar-w: 248px;
  --_platform---sidebar-w-collapsed: 76px;
  --_platform---topbar-h: 64px;
  --_platform---radius: 16px;
  --_platform---radius-sm: 10px;
  --_platform---radius-lg: 20px;
  --_platform---bg: #f1ece2;
  --_platform---paper-2: #fbf8f2;
  --_platform---line: #0f14121a;
  --_platform---paper-3: #fff;
  --_platform---line-soft: #0f14120f;
  --_platform---ink: #0f1412;
  --_platform---ink-soft: #3a4540;
  --_platform---ink-mute: #6e7772;
  --_platform---green: #1f3a2e;
  --_platform---green-soft: #d8e3d4;
  --_platform---green-tint: #eaf0e6;
  --_platform---green-accent: #9dd2a8;
  --p: 10%;
  --_responsive---1920: 50px;
  --_responsive---1600: 0px;
  --_responsive---size: 0px;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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: #0f1412;
  --_responsive---1920: 50px;
  --_responsive---1600: 0px;
  margin: 0;
  padding: 0;
  font-family: Plus Jakarta Sans, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--white);
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #0f1412;
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, system-ui, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
}

h3 {
  color: #0f1412;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}

h4 {
  color: #0f1412;
  letter-spacing: -.015em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: #525b58;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.navbar-logo-left {
  background-color: #f3f3f3;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  color: #f3f3f3;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.container.text-center {
  z-index: 2;
  text-align: center;
  position: relative;
}

.container.big-containr {
  max-width: 90%;
}

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

.navbar-brand {
  width: 20%;
}

.nav-menu-wrapper {
  justify-content: center;
  width: 60%;
  display: flex;
}

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

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.banner-sec {
  z-index: 2;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/trynHeroBG.jpg'), url('../images/bnr-back-img.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.common-padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.common-padding.kunden-padding {
  padding-top: 50px;
  padding-bottom: 80px;
}

.paragraph {
  color: #525252;
  font-family: Helvetica Neue Black, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.body {
  line-height: 1.2;
}

.btn {
  background-color: var(--black);
  color: #fff;
  border-radius: 10px;
  font-family: Helvetica Neue Medium, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 0 60px #00000008, 0 0 40px #0000000d, 0 0 20px #0000001a, 0 0 10px #00000026;
}

.btn.hdr-btn {
  font-size: 12px;
}

.btn.plan-btn-custom {
  width: 100%;
}

.btn.big-text {
  font-size: 16px;
}

.btn-light {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  font-family: Helvetica Neue Medium, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s ease-in;
}

.btn-light:hover {
  background-color: var(--black);
  color: var(--white);
}

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

.button {
  color: #000;
  background-color: #f3f3f3;
  border-radius: 10px;
  font-family: Helvetica Neue Medium, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s ease-in;
}

.button:hover {
  color: #666;
  background-color: #f8f8f8;
}

.hdr-btn-wrap {
  justify-content: space-around;
  width: 20%;
  display: flex;
}

.bold-text {
  font-weight: 500;
}

.paragraph-2 {
  color: var(--white);
  font-family: Helvetica Neue Medium, Arial, sans-serif;
  font-weight: 500;
}

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

.paragraph-3 {
  color: var(--white);
  background-color: #0000;
  font-family: Helvetica Neue Medium, Arial, sans-serif;
  font-weight: 500;
}

.btn-white {
  color: #000;
  background-color: #fff;
  background-image: url('../images/bnr--btn--arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 11px 11px;
  border-radius: 10px;
  margin-top: 20px;
  padding-right: 25px;
  font-family: Helvetica Neue Medium, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.btn-white.bnr-btn {
  align-items: center;
  transition: all .4s ease-in;
  display: inline-flex;
}

.btn-white.bnr-btn:hover {
  transform: scale(1.05);
}

.btn-white.trainning-btn {
  background-image: none;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
  transition: all .4s ease-in;
}

.btn-white.trainning-btn:hover {
  transform: scale(1.05);
}

.div-block {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
  box-shadow: 0 0 20px #ffffff4d;
}

.bubble-sm {
  z-index: 1;
  background-color: #ffffff2b;
  border: 1px #000;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  position: absolute;
  inset: auto -3% -15% auto;
  box-shadow: 0 0 20px #ffffff4d;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  position: relative;
}

.bubble-sm-2 {
  z-index: 2;
  background-color: #fff3;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  position: absolute;
  inset: -4% auto auto -3%;
  box-shadow: 0 0 20px #ffffff4d, 0 0 20px #0003;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bnr-cont {
  padding-right: 40px;
}

.kurse-sec {
  z-index: 2;
  background-color: var(--grey);
  position: relative;
}

.head-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.head-center.effective-training-head {
  max-width: 936px;
}

.paragraph-4 {
  color: var(--white);
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-weight: 400;
}

.kurse-item-wrap {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .4s ease-in;
  box-shadow: 0 0 10px #0000000d, 0 0 5px #0000001a;
}

.kurse-item-wrap:hover {
  transform: scale(1.05);
}

.kurse-item-image {
  background-color: #0000;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

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

.paragraph-5 {
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.button-2 {
  color: #404040;
  background-color: #fff0;
  background-image: url('../images/btn-arrow.svg');
  background-position: 102%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 100%;
  max-width: 98px;
  padding-left: 0;
  padding-right: 20px;
  font-family: Helvetica Neue Medium, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

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

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

.unsere-platform-sec {
  z-index: 2;
  position: relative;
}

.div-block-6 {
  width: 100%;
  height: 100%;
}

.unsere-platform-item-wrap {
  text-align: center;
  background-color: #fafafa;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 20px;
  transition: all .4s ease-in;
  box-shadow: 0 0 10px #0003, 0 0 5px #0000001a;
}

.unsere-platform-item-wrap:hover {
  transform: scale(1.05);
}

.unsere-icon-wrap {
  background-color: #e1e1e1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 266px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.paragraph-7 {
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-weight: 400;
}

.heading-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.heading-3, .heading-4 {
  font-family: HelveticaNeueBold-600, Arial, sans-serif;
  font-weight: 600;
}

.unsere-tag {
  margin-top: 20px;
  margin-bottom: 20px;
}

.kunden-slider-sec {
  z-index: 2;
  background-color: #1a1a1a;
  position: relative;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
}

.slider {
  border-radius: 20px;
  width: 100%;
  max-width: 784px;
  height: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
  bottom: -56px;
  overflow: visible;
}

.slide {
  opacity: 0;
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid #fff3;
  border-radius: 20px;
  outline: 1px solid #fff3;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-shadow: 0 0 20px #0003;
}

.kunden-slider-mask {
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 0 20px #0003;
}

.div-block-7 {
  width: 100%;
  height: 100%;
}

.kunden-block {
  color: var(--black);
  text-align: center;
  cursor: auto;
  font-family: Helvetica Neue Medium, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.review-star {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.kunden-slider-img-info-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kunden-img {
  border-radius: 30px;
  width: 42px;
  height: 42px;
  overflow: hidden;
}

.image-3 {
  width: 238%;
  height: 100%;
  overflow: auto;
}

.paragraph-8 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 12px;
}

.bold-text-2 {
  color: var(--black);
  font-size: 14px;
}

.kunden-img-info {
  margin-left: 10px;
}

.left-arrow {
  z-index: 4;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  inset: auto auto -23% 38%;
}

.icon {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  max-width: 100%;
  height: 40px;
  font-size: 18px;
  display: flex;
}

.right-arrow {
  background-color: var(--white);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  inset: auto 38% -23% auto;
}

.icon-2 {
  color: #000;
  font-size: 18px;
}

.slide-2 {
  background-color: #313131;
  margin-bottom: 0;
  padding: 30px;
  box-shadow: 0 0 20px #0003;
}

.info-sec {
  z-index: 2;
  position: relative;
}

.info-img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.info-img-wrap {
  border-radius: 20px;
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  box-shadow: 0 2px 5px #0003, 0 0 10px #0000001a;
}

.info-outer-wrap {
  width: 100%;
  height: 100%;
}

.counter-block {
  text-align: center;
  background-color: #fafafa;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px 5px 5px;
  box-shadow: 0 0 10px #0000000d, 0 0 5px #0000001a;
}

.quick-stack-2 {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.heading-6 {
  font-family: Helvetica Neue Heavy, Arial, sans-serif;
  font-weight: 700;
}

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

.cell {
  padding-left: 40px;
}

.quick-stack-3 {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-8 {
  text-align: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px #0000000d, 0 0 5px #0000001a;
}

.div-block-8.subsription-plan-wrap {
  cursor: pointer;
  border: 2px solid #0000;
  flex-flow: column;
  margin-bottom: 0;
  padding: 30px;
  transition: all .4s ease-in;
  display: flex;
}

.div-block-8.subsription-plan-wrap:hover {
  border: 2px solid #0000;
  transform: scale(1.05);
  box-shadow: 0 0 10px #0003, 0 0 5px #0000001a, 0 0 10px #0000000d, 0 0 5px #0000001a;
}

.div-block-8.subsription-plan-wrap:active {
  border-color: var(--black);
}

.div-block-8.subsription-plan-wrap:focus {
  border-color: #000;
}

.preis-sec {
  z-index: 2;
  background-color: #f5f5f5;
  position: relative;
}

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

.plan-price-head {
  margin-top: 10px;
  font-family: Helvetica Neue Heavy, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.text-span {
  color: #525252;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-9 {
  text-align: left;
}

.list-item {
  border: 1px #000;
  justify-content: flex-start;
  padding-bottom: 15px;
  display: flex;
}

.text-block {
  color: #000;
  text-align: left;
  padding-left: 5px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: var(--black);
  text-align: left;
  padding-left: 5px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-5 {
  width: 20px;
}

.list-item-2, .list-item-3, .list-item-4 {
  padding-bottom: 15px;
  display: flex;
}

.plan-list {
  margin-top: 40px;
}

.plan-btn {
  margin-top: auto;
}

.paragraph-10 {
  color: var(--black);
  font-size: 14px;
}

.paragraph-11 {
  font-size: 12.75px;
}

.paragraph-12 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 12.75px;
}

.div-block-9 {
  background-color: var(--black);
  width: 100%;
  max-width: 143px;
  color: var(--white);
  border-radius: 30px;
  margin: -45px auto 14px;
  padding: 8px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 12.75px;
  font-weight: 400;
}

.effective-trainning-sec {
  z-index: 2;
  background-color: var(--black);
  position: relative;
}

.heading-8 {
  width: 100%;
  color: var(--white);
  margin-top: 0;
}

.heading-9 {
  color: var(--white);
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  overflow: visible;
}

.footer-link-three {
  color: #666;
  margin-left: 20px;
  margin-right: 20px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-copyright {
  color: #666;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #666;
  margin-left: 24px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footer-legal-link:hover {
  color: #666;
}

.image-6 {
  width: 100%;
  max-width: 86px;
  height: 100%;
}

.auto-slide-sec {
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: relative;
}

.slider-item-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 10px #0000000d, 0 0 5px #0000001a;
}

.splide-slide-img-wrap {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 196px;
  height: 100%;
  padding-bottom: 10%;
  position: relative;
  overflow: hidden;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.splide-slide-cont {
  padding: 0 0 0 15px;
}

.paragraph-13 {
  width: 100%;
  max-width: 100%;
}

.splider-over-wrap {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-10 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff4d;
  border-radius: 10px;
  width: 85px;
  height: 84px;
  box-shadow: 0 0 20px #ffffff4d;
}

.div-block-10.bnr-vdo-play-btn {
  z-index: 3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kurse-icon-wrap {
  z-index: 5;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.image-8 {
  width: 30px;
  font-size: 16px;
}

.image-9, .image-10, .image-11 {
  width: 30px;
}

.heading-10, .heading-11, .heading-12 {
  margin-bottom: 0;
}

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

.heading-13 {
  font-size: 50px;
}

.heading-15, .heading-16, .heading-17, .heading-18 {
  margin-top: 0;
}

.popup-wrap {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 392px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input-label {
  z-index: 2;
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 0;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 12.75px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.input.user-name-input {
  height: 35px;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 12px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-weight: 400;
}

.input.user-name-input:hover {
  border-color: var(--black);
}

.input.user-name-input:focus {
  border-color: var(--black);
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  box-shadow: 0 0 5px 1px #000;
}

.input.user-name-input:focus-visible, .input.user-name-input[data-wf-focus-visible] {
  box-shadow: none;
}

.input.user-name-input::placeholder {
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.input.modal-mail-input {
  height: 35px;
  box-shadow: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 12px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
}

.input.modal-mail-input:hover {
  border-color: var(--black);
}

.input.modal-mail-input:focus {
  border-color: var(--black);
  box-shadow: 0 0 5px 1px #000;
}

.input.modal-mail-input::placeholder {
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.input.tel-modal-input {
  height: 35px;
  box-shadow: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 12px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
}

.input.tel-modal-input:hover {
  border-color: var(--black);
}

.input.tel-modal-input:focus {
  border-color: var(--black);
  box-shadow: 0 0 5px 1px #000;
}

.input.tel-modal-input::placeholder {
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.rte-label {
  color: #000;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
}

.form_100w {
  width: 100%;
}

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

.spacer-10 {
  width: 100%;
  height: 10px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.pop-up {
  opacity: 1;
  position: static;
}

.message_success {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  font-weight: 600;
}

.button-3 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-3:hover {
  box-shadow: none;
  background-color: #000;
}

.button-3.in-form {
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-left: 0;
}

.button-3.in-form.btn {
  background-color: var(--black);
  height: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1;
}

.paragraph-14 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.form-row {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.custom-scrollbar {
  display: none;
}

.h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
}

.popup {
  z-index: 9999;
  opacity: 1;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-red {
  color: #ff0004;
}

.job_sticky-card {
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 35px 30px;
}

.form-separator {
  background-color: #f2f3ff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-border {
  background-color: #fff;
  border: 1px #f2f3ff00;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 30px 0 0;
  display: flex;
}

.scrollbar {
  max-height: 600px;
  padding: 30px;
  overflow: auto;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.mr-15 {
  margin-right: 0;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.select-field {
  background-color: var(--white);
  color: #6e6e6e;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  padding-right: 20px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.select-field:hover {
  border-color: var(--black);
}

.select-field:focus {
  border-color: var(--black);
  box-shadow: 0 0 5px 1px #000;
}

.text-block-5 {
  color: #666;
  text-align: center;
  margin-top: 10px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

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

.link.link-color {
  color: #000;
  text-decoration: underline;
}

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.nav2_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav2_logo-link {
  color: #000;
  align-items: center;
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h3 {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-cc-prefs3_label {
  color: #2962ff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.section-title {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  border-radius: 5rem;
  padding: .25rem 1rem;
  font-weight: 700;
}

.section-title.is-left-tilt {
  transform: rotate(-4deg);
}

.section-title.is-right-tilt {
  transform: rotate(4deg);
}

.directory_card-tag {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #0006;
  border: 1px #fff;
  border-radius: 5rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  position: relative;
}

.review_card {
  background-color: #fff;
  border: 1px #d8d8d8;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.review_card.is-4 {
  top: 7.5rem;
}

.review_card.is-2 {
  top: 6.5rem;
}

.review_card.is-3 {
  top: 7rem;
}

.review_card.is-5 {
  top: 8rem;
}

.review_card.is-static {
  position: static;
}

.hero_marquee-card {
  color: #fff;
  background-image: linear-gradient(to top, #0009, #fff0);
  border-radius: .5rem;
  width: 15rem;
  margin-right: 1rem;
  padding: 13rem 1.5rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.hero_accent-text {
  color: #fff;
  background-color: #2962ff;
  border-radius: 5rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 1.5rem;
  display: inline-block;
  transform: rotate(-2deg);
}

.hero_marquee-group {
  align-items: center;
  width: 64rem;
  display: flex;
}

.footer4_bottom-link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: grid;
}

.nav2_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.benefits_sticky {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.benefits_left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 9rem;
}

.fs-cc-prefs3_form {
  position: relative;
}

.heading-style-h4 {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.nav2_link-wrapper {
  color: #fff;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: #fff;
  border-radius: 999rem;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto auto 2rem 2rem;
  box-shadow: 7px 7px 12px #0000001a;
}

.text-size-medium {
  font-size: 1.25rem;
}

.pricing3_component {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 1rem;
  overflow: hidden;
}

.footer4_logo-link {
  align-items: center;
  display: flex;
}

.fs-cc-preferences3_close-icon {
  color: #4b53eb;
  width: 1.5rem;
  height: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.nav2_link {
  padding: .75rem 1rem;
  transition: color .1s;
}

.nav2_link:hover {
  color: #2962ff;
}

.nav2_link.w--current {
  color: #000;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  border: 2px solid #2962ff;
  border-radius: 5rem;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s, border-color .2s;
}

.button-4:hover {
  background-color: #000;
  border-color: #000;
}

.button-4.is-secondary {
  color: #000;
  background-color: #f3f3f3;
  border: 2px solid #0000;
  transition: border-color .2s;
}

.button-4.is-secondary:hover {
  border-color: #000;
}

.button-4.is-pricing {
  color: #000;
  background-color: #f3f3f3;
  border: 2px solid #0000;
  transition: border-color .2s;
}

.button-4.is-pricing:hover {
  border-color: #000;
}

.button-4.is-pricing.is-recommended {
  color: #fff;
  background-color: #2962ff;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cross-icon {
  opacity: .4;
  color: #000;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

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

.footer4_bottom {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.fs-cc-banner3_paragraph {
  color: #000;
  margin-top: .75rem;
  margin-bottom: 0;
}

.layout4_rating-text-wrapper {
  border-left: 1px solid #000;
  padding-left: .5rem;
}

.hero_marquee-card-tag {
  border: 1px solid #fff;
  border-radius: 5rem;
  padding: .25rem .5rem;
  font-size: .75rem;
}

.footer4_link {
  color: #000;
  text-decoration: none;
  transition: color .2s;
}

.footer4_link:hover {
  color: #2962ff;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.directory_card-image {
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer4_link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: grid;
}

.fs-cc-banner3_text-link {
  color: #4b53eb;
  border-bottom: 2px solid #4b53eb;
  font-weight: 400;
  text-decoration: none;
}

.hero_marquee-card-name {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_cta {
  color: #fff;
  background-color: #2962ff;
}

.fs-cc-banner3_button-icon {
  width: 1rem;
  margin-bottom: 2px;
  margin-right: .625rem;
}

.hero_marquee-card-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section_directory {
  background-color: #f3f3f3;
}

.footer4_logo {
  max-height: 1.5rem;
}

.footer4_info-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.pricing3_row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center;
  display: grid;
}

.fs-cc-prefs3_icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox {
  border-radius: 999rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #58bd19;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.section_pricing3 {
  background-image: linear-gradient(#fff 43%, #fff0), url('../images/ooorganize.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 750px;
  border-bottom: 1px solid #d8d8d8;
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-cc-banner3_button {
  color: #fff;
  background-color: #2962ff;
  border-radius: 500px;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
  transition: background-color .2s;
}

.fs-cc-banner3_button:hover {
  background-color: #000;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: #e93235;
  margin-right: .75rem;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.layout4_rating-icon {
  color: #2962ff;
  width: 1.5rem;
  height: 1.5rem;
}

.directory_card {
  color: #000;
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  border-radius: 1rem;
  text-decoration: none;
  transition: box-shadow .2s;
  overflow: hidden;
}

.directory_card:hover {
  box-shadow: 0 2px 20px #00000026;
}

.footer4_social-grid {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.fs-cc-manager3_icon {
  color: #4b53eb;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-cc-prefs3_header {
  background-color: #2962ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.hero_marquee-inner {
  align-items: center;
  display: flex;
}

.section_hero {
  background-image: linear-gradient(#fff0, #fff), url('../images/ooorganize.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 750px;
  background-attachment: scroll, fixed;
}

.features_card {
  color: #fff;
  background-color: #2962ff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.features_card.is-black {
  background-color: #000;
}

.features_card.is-grey {
  color: #000;
  background-color: #f3f3f3;
}

.nav2_component {
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
  border-top: 2px solid #2962ff;
  border-bottom: 1px solid #f3f3f3;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 2.5rem;
  font-size: .9rem;
  position: sticky;
  top: 0;
}

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

.benefits_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 999rem;
  padding: .75rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.fs-cc-banner3_component {
  z-index: 9999;
  background-color: #fff;
  border-radius: 1rem;
  margin: 2rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0;
  box-shadow: 7px 7px 20px #00000026;
}

.text-size-large {
  font-size: 1.5rem;
}

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

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer4_component {
  color: #000;
  background-color: #fff;
  border-top: 1px solid #f3f3f3;
  flex-direction: column;
  align-items: center;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.content-flex-top-left {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout4_rating-icon-list {
  color: #2962ff;
  align-items: center;
  margin-right: .5rem;
  display: flex;
}

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

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

.directory_card-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 8rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.fs-cc-prefs3_submit {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.page-wrapper.is-relative {
  position: relative;
}

.nav2_button-wrapper {
  color: #fff;
  align-items: center;
  display: flex;
}

.hero_marquee-card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer4_social-link {
  color: #2962ff;
}

.footer4_social-link:hover {
  color: #fff;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: .75rem;
  max-width: 45rem;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #f2f3ff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.benefits_card {
  background-color: #f3f3f3;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.benefits_card.is-2 {
  top: 6.5rem;
}

.benefits_card.is-4 {
  top: 7.5rem;
}

.benefits_card.is-3 {
  top: 7rem;
}

.fs-cc-prefs3_button {
  color: #fff;
  text-align: center;
  background-color: #58bd19;
  border: 2px solid #58bd19;
  border-radius: 999rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #a8a8a8;
  margin-right: .75rem;
}

.fs-cc-banner3_block {
  margin-right: 2rem;
}

.pricing3_cell {
  border-top: 1px solid #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.pricing3_cell.title-cell {
  background-color: #f3f3f3;
  border-style: none;
}

.directory_card-bottom {
  padding: 1.5rem;
}

.review_author-image {
  object-fit: cover;
  border: 1px solid #d8d8d8;
  border-radius: 5rem;
  width: 2rem;
  height: 2rem;
}

.layout4_rating-wrapper {
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-cc-manager3_text {
  color: #4b79f0;
  margin-left: .625rem;
  font-weight: 700;
  display: inline-block;
}

.nav2_logo {
  max-height: 1.5rem;
}

.footer4_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  overflow: visible;
}

.hero_marquee-outer {
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.fs-cc-prefs3_content {
  padding: 2rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.check-icon {
  color: #2962ff;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

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

.fs-cc-banner3_text {
  color: #2962ff;
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

._2-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  border: 2px solid #2962ff;
  border-radius: 5rem;
  width: 100%;
  min-width: 208px;
  max-width: 208px;
  padding: .5rem 1.5rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: background-color .2s, border-color .2s;
  position: relative;
}

.button-5:hover {
  background-color: #000;
  border-color: #000;
}

.button-5.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.button-5.is-secondary {
  color: #000;
  background-color: #f3f3f3;
  border: 2px solid #0000;
  transition: border-color .2s;
  position: static;
}

.button-5.is-secondary:hover {
  border-color: #000;
}

.button-5.is-secondary.big-btn {
  padding-top: .9rem;
  padding-bottom: .9rem;
}

.button-5.is-form-submit {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: 4rem;
  display: flex;
}

.button-5.is-pricing {
  color: #000;
  background-color: #f3f3f3;
  border: 2px solid #0000;
  transition: border-color .2s;
}

.button-5.is-pricing:hover {
  border-color: #000;
}

.button-5.is-pricing.is-recommended {
  color: #fff;
  background-color: #2962ff;
}

.button-5.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
  font-family: Inter, sans-serif;
}

.button-5.is-blocker {
  pointer-events: none;
  background-color: #000;
  border-style: solid;
  border-color: #000;
  position: relative;
  inset: 0%;
}

.button-5.is-blocker.fl-width-black {
  min-width: 100%;
}

.button-5.big-btn, .button-5.py-3 {
  padding-top: .9rem;
  padding-bottom: .9rem;
}

.banner_container {
  background-color: #fff;
  border: .0625rem solid #f3f3f3;
  border-radius: 1rem;
  max-width: 70rem;
  padding: 2rem;
  box-shadow: 0 9px 20px #0000001a;
}

.text-highlight {
  color: #2962ff;
}

.banner {
  z-index: 9999;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #ffffffbf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

._2-button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.demo-video {
  background-image: url('../images/white-vidbox.jpg');
  background-position: 50%;
  background-size: cover;
  border: .0625rem solid #f0f0f0;
  border-radius: 1rem;
  height: 100%;
  overflow: hidden;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.5rem;
  display: flex;
}

.form_input {
  background-color: #fff;
  border-radius: 1rem;
  min-height: 4rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-family: Inter, sans-serif;
}

.or-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #d8d8d8;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.auth_overlay {
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form_form {
  margin-bottom: 0;
}

.section_auth {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
  position: relative;
}

.or-line {
  background-color: #d8d8d8;
  flex: 1;
  height: 1px;
}

.auth_modal {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  border: 1px solid #f3f3f3;
  border-radius: 1rem;
  max-width: 40rem;
  padding: 2rem;
  box-shadow: 0 10px 20px #00000026;
}

.link-3 {
  color: #2962ff;
}

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

.section_reviews {
  background-image: linear-gradient(#fff, #f3f3f3);
}

.comment_content {
  width: 100%;
}

.comment_date {
  opacity: .8;
  font-family: Inter, sans-serif;
}

.comment_thread-container {
  width: 100%;
}

.comment_loader-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.comment_online {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comment_unused {
  display: none;
}

.comment_thread-sort {
  align-self: stretch;
}

.menu {
  background: none;
  border: none;
  flex-direction: column;
  justify-content: space-between;
  align-self: start;
  width: 248px;
  max-width: 15rem;
  height: 100vh;
  padding: 0;
  display: block;
  position: sticky;
  top: 0;
}

.menu.sidebar-menu {
  background: none;
  border: none;
  align-self: start;
  width: 248px;
  height: 100vh;
  padding: 0;
  display: block;
  position: sticky;
  top: 0;
}

.menu.sidebar-menu.open {
  transform: translateX(0);
}

.comment_reaction-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: .75rem;
  display: flex;
}

.comment_form-links {
  color: #333c;
}

.comment_channel {
  position: relative;
}

.comment_action-hover.w--open {
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: .4375rem .9375rem;
  bottom: 100%;
  left: -50%;
}

.comment_reply-action {
  color: #424242;
  align-items: center;
  font-weight: 500;
  transition: opacity .2s;
  display: flex;
}

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

.menu_top {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.comment_empty-head {
  font-size: 1.2em;
}

.todays-date {
  background-color: #f3f3f3;
  border-radius: 1rem;
  padding: .5rem 1rem;
}

.comment_has-posts {
  border-bottom: 3px solid #fff;
  position: relative;
}

.menu_logo {
  height: 1.5rem;
  margin: 0 auto 0;
}

.hide {
  display: block;
}

.comment_name {
  grid-column-gap: .1875rem;
  grid-row-gap: .1875rem;
  margin-left: 0;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.comment_name.is-typing {
  display: block;
}

.comment_reaction {
  color: #000;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  padding-right: 7px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.comment_reaction.is-active {
  color: #fff;
  background-color: #2962ff;
}

.comment_form {
  width: 100%;
  margin-bottom: 1em;
}

.comment_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.is-hidden {
  display: none;
}

.comment-input-wrap {
  width: 100%;
  position: relative;
}

.menu_link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #f3f3f300;
  border: 1px #d8d8d8;
  border-radius: 1rem;
  align-items: center;
  padding: 8px 10px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.menu_link:hover {
  color: #2962ff;
}

.menu_link.w--current {
  color: #fff;
  background-color: #2962ff;
  border-style: none;
  border-radius: 10px;
}

.app_page-wrapper {
  background-color: #f1ece2;
  grid-template-columns: 248px 1fr;
  justify-content: flex-start;
  min-height: 100vh;
  display: grid;
  position: relative;
}

.comment_action-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 0;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.comment_section-header {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.comment_inline-block {
  display: inline-block;
}

.home_grid-item {
  color: #000;
  background-color: #f3f3f3;
  border: 1px solid #d8d8d8;
  border-radius: 1rem;
  padding: 1.5rem;
  text-decoration: none;
  transition: background-color .2s, color .2s;
}

.home_grid-item:hover {
  color: #fff;
  background-color: #2962ff;
}

.comment_bottom-border-block {
  z-index: 1;
  background-color: #fff;
  height: 3px;
  margin-top: -1px;
  position: relative;
}

.menu_link-text {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.comment_loader-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.comment_loader-wrap.is-fixed {
  z-index: 99999;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #fff;
  border: .0625rem solid #e1e1e1;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: center;
  width: 5.625rem;
  height: 6.25rem;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0;
}

.comment_delete-box {
  background-color: #fff;
  border: .0625rem solid #e13030;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: .3em;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: 100% 0% auto auto;
  box-shadow: 0 10px 1.25rem -.625rem #42424233;
}

.comment_row {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  border-bottom: 1px solid #d8d8d8;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.comment_thread-box {
  width: 100%;
}

.comment_is-typing {
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.comment_form-button {
  background-color: #2962ff;
  border: .0625rem solid #2962ff;
  border-radius: .25rem;
  padding: .6em 1.2em;
}

.comment_form-button.is-delete {
  white-space: nowrap;
  word-break: keep-all;
  background-color: #e13030;
}

.comment_form-button.is-delete:hover {
  background-color: #850e0e;
}

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

.comment_loader {
  object-fit: contain;
  width: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}

.flex-end {
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.menu_mid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.menu_bot {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #baccffad;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.comment_text {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  display: inline-block;
}

.comment_action-row {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  align-items: center;
  display: flex;
  position: relative;
}

.comment_empty-state {
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 1rem;
  padding: 1rem;
}

.comment_mod {
  color: #fff;
  background-color: #2962ff;
  border-radius: 5rem;
  padding: .25rem .75rem;
  font-family: Inter, sans-serif;
  font-size: .8rem;
}

.comment_name-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.main-dashboard-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background: none;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden auto;
}

.main-dashboard-wrapper.p-0 {
  padding: 0;
}

.comment_hover {
  width: 100%;
  display: block;
}

.comment_online-indicator {
  background-color: #48d396;
  border-radius: 6.25rem;
  width: .75rem;
  height: .75rem;
}

.comment_upload-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.comment_profile-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.comment_form-button-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comment_is-edited {
  color: #797373;
  font-family: Inter, sans-serif;
  font-size: .8em;
}

.comment_action {
  justify-content: center;
  align-items: center;
  width: 2.25em;
  height: 2.25em;
  padding: 0;
  display: flex;
}

.comment_image {
  object-fit: cover;
  background-color: #000;
  border: 2px solid #2962ff;
  border-radius: 100%;
  flex: none;
  width: 2.2rem;
  height: 2.2rem;
}

.divider-line {
  background-color: #d8d8d8;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.pricing_number {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing_card {
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 1.5rem;
  display: flex;
}

.pricing_button-relative-wrap {
  width: 208px;
  height: 40px;
  position: relative;
}

.pricing_button-relative-wrap.fl-width {
  width: 100%;
}

.pricing_list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: flex;
}

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

.calendly_embed-wrap {
  min-height: 85vh;
}

.calendly_embed {
  height: 100%;
  min-height: 80vh;
}

.access-denied_container {
  background-color: snow;
  border: 1px solid #e1e1e1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 44.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 25px;
  display: flex;
}

.access-denied_icon-wrapper {
  color: #fff;
  background-color: #2962ff;
  border-radius: 10rem;
  margin-bottom: 1rem;
  margin-right: auto;
  padding: 1rem;
  box-shadow: inset 0 2px 8px #0003;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.section_access-denied {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.heading-22 {
  color: #000;
}

.background-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.custom-video {
  z-index: 6;
  padding-bottom: 56.25%;
  position: relative;
}

.code-embed {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.footer1_credit-text {
  font-size: .875rem;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-6 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-small {
  padding: .5rem 1.25rem;
}

.button-6.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.padding-section-large {
  color: #000;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.navbar1_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-weight-semibold {
  font-size: .8rem;
}

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

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: .5rem;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.form_input-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.navbar1_logo-link {
  padding-left: 0;
}

.footer1_logo-link {
  padding-left: 0;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

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

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.success-message {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.plan-listing-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.plan-listing-wrap.ml-left {
  margin-left: 0;
  margin-right: 0;
}

.comment-wrap {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  margin-top: 20px;
  padding: 30px 15px;
}

.details-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.upgrade-btn {
  text-align: center;
  border-radius: 20px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.link-4 {
  margin-bottom: 10px;
  display: block;
}

.link-5 {
  margin-bottom: 11px;
  display: block;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.tabs-menu {
  background-color: #fff;
  width: 340px;
  height: 100vh;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.tabs-content {
  background-color: #f3f3f3;
  width: 80%;
  padding: 15px;
}

.collection-item {
  margin-bottom: 30px;
}

.tab-link-tab-1 {
  display: block;
}

.tab-link-tab-1.w--current {
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
}

.text-block-6 {
  font-size: 14px;
}

.div-block-11 {
  width: 17%;
}

.menu-holder-logo {
  text-align: left;
  border-bottom: 1px solid #f6fcff6b;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

.dropdown {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.dropdown-toggle {
  width: 100%;
  padding: 10px 40px 10px 10px;
}

.text-block-7 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-4 {
  color: #fff;
}

.dropdown-list {
  padding-left: 8px;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #ddd0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.welcome-sec {
  background-color: #000;
  border-radius: 15px;
  padding: 40px 20px;
}

.welcome-sec.mb-40 {
  margin-bottom: 30px;
}

.text-white {
  color: #fff;
  margin-top: 0;
}

.text-white.mb-15 {
  margin-bottom: 15px;
}

.text-white.mb-15.heading {
  font-family: Inter, sans-serif;
}

.welcome-para {
  color: #f7f7f7;
  margin-bottom: 0;
}

.welcome-para.cl-b {
  color: #000;
}

.welcome-para.mb-10 {
  margin-bottom: 13px;
  font-family: Inter, sans-serif;
}

.progress-wraper {
  width: 100%;
  max-width: 415px;
  margin-top: 10px;
}

.progress-wraper.hide-div {
  display: none;
}

.content-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.progres-bar-2 {
  background-color: #161616;
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.progres-bar-2.card-bar {
  color: #fbf9fc;
  background-color: #374052;
  width: 100%;
  height: 7px;
  margin-top: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.progress-bar__content-4 {
  object-fit: fill;
  background-color: #8f00ff;
  border-radius: 1000px;
  width: 18%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.progress-bar__content-4._4 {
  background-color: #050112;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 0 auto;
  width: 50%;
  margin-right: 0;
  display: block;
}

.progress-holder-wrap {
  margin-top: 10px;
}

.counter-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.counter-box-wrap {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 25%;
  padding: 20px;
}

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

.image-13 {
  width: 30px;
}

.live-session-wrap {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  padding: 20px;
  font-size: 14px;
  display: flex;
}

.liveworkout-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  align-items: center;
  display: flex;
}

.blue_dashboard-card {
  color: #f1f0e1;
  cursor: pointer;
  background-color: #506385;
  padding: 20px;
  transition: all .5s;
}

.blue_dashboard-card:hover {
  color: #506385;
  background-color: #f1f0e1;
}

.card_menu-icon {
  width: 20px;
  height: 17px;
  transform-style: preserve-3d;
  transition: all .5s;
}

.card_menu-icon:hover {
  transform: scale3d(1, 1, 2);
}

.card_total {
  overflow: hidden;
}

.cross {
  font-size: 1.5rem;
  position: absolute;
  inset: 5% 5% auto auto;
}

.popup_button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.popup_button-group.flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.div-block-2 {
  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: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 42px;
  display: flex;
}

.graph_number {
  text-align: center;
  font-size: .8rem;
  position: relative;
  top: 50px;
}

.popup_features-wrap {
  z-index: 3;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.ms-dot {
  background-color: #2962ff80;
  border: 1px solid #2962ff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  inset: -10px -10px auto auto;
}

.popup_card {
  color: #f1f0e1;
  cursor: pointer;
  background-color: #1f1f22;
  width: 100%;
  max-width: 450px;
  padding: 30px 40px;
  transition: all .5s;
  position: relative;
}

.arrow {
  cursor: pointer;
  width: 38px;
  transition: all .3s;
}

.arrow:hover {
  transform: rotate(45deg);
}

.popup_horizontal-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.slide-nav-2 {
  font-size: .5rem;
  inset: auto auto 0% 6%;
}

.focus_span {
  font-size: 1rem;
}

.dashboard_grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #101015;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  min-height: 90vh;
  display: grid;
}

.card-divider {
  background-color: #444;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
}

.circle_wrap {
  z-index: -1;
  border: 8px solid #506385;
  border-top-color: #343435;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  transform: rotate(-45deg);
}

.absolute_arrow {
  width: 35px;
  height: 35px;
  transition: all .3s;
  position: absolute;
  inset: 10% 2% auto auto;
}

.absolute_arrow:hover {
  transform: rotate(45deg);
}

.custom_dashboard {
  cursor: pointer;
  background-color: #adada4;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.custom_dashboard:hover {
  color: #fff;
  background-color: #1f1f22;
}

.graph_chart {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 90%;
  display: flex;
  overflow: hidden;
}

.navbar_watchlist {
  cursor: pointer;
  transition: all .3s;
}

.navbar_watchlist:hover {
  transform: translate(0, -8px);
}

.text-color-green {
  color: #28971e;
}

.popup_button {
  color: #f1f0e1;
  background-color: #506385;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.popup_button:hover {
  background-color: #444;
}

.popup_button.is-alternative {
  background-color: #50638500;
  border: 1px solid #f1f0e1;
}

.popup_button.is-alternative:hover {
  color: #506385;
  background-color: #f1f0e1;
}

.popup_divider {
  background-color: #444;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.chart_bar {
  background-color: #b2b1a8;
  width: 55px;
  height: 35%;
}

.chart_bar.height_70 {
  height: 70%;
}

.chart_bar.height_70.background_color {
  background-color: #506385;
}

.chart_bar.height_45 {
  height: 45%;
}

.chart_bar.height_50 {
  height: 50%;
}

.chart_bar.height_55 {
  height: 55%;
}

.popup_invoice {
  color: #f1f0e1;
  cursor: pointer;
  background-color: #1f1f22;
  width: 100%;
  max-width: 450px;
  padding: 30px 40px;
  transition: all .5s;
  position: relative;
  box-shadow: 0 0 5px #0003;
}

.slide-3 {
  background-image: url('../images/Pattern-Elements-1.svg');
  background-position: 500% -68%;
  background-repeat: no-repeat;
  background-size: auto;
}

.popup_features {
  color: #f1f0e1;
  cursor: pointer;
  background-color: #1f1f22;
  width: 100%;
  max-width: 450px;
  padding: 30px 20px;
  transition: all .5s;
  position: relative;
}

.navbar_watchlist-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.navbar_divider {
  background-color: #ccc3;
  width: 1px;
  height: 36px;
  margin-left: 46px;
  margin-right: 46px;
}

.menu_icon {
  width: 35px;
}

.watchlist_number {
  color: #f1f0e1;
  font-size: .75rem;
}

.dashboard_container {
  width: 100%;
  max-width: 83rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.focus_text {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  font-size: 4rem;
  line-height: 1;
  display: flex;
}

.total_text {
  justify-content: space-between;
  align-items: stretch;
  margin-top: .5rem;
  display: flex;
}

.slider_card {
  color: #f1f0e1;
  cursor: pointer;
  background-color: #506385;
  transition: all .5s;
  position: relative;
}

.slider_card:hover {
  background-color: #343435;
}

.section_hero-2 {
  background-color: #101015;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.popup_invoice-wrap {
  z-index: 3;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.text-color-red {
  color: #a01212;
}

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

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.blue {
  color: #0b173099;
}

.text-size-small.text-weight-semibold.text-align-center.light-grey {
  color: #000000fa;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-size-small.text-weight-semibold.grey {
  color: #0b1730cc;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
}

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

.popup_tick-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.circle_text {
  font-size: 4rem;
}

.card_graph-wrap {
  flex-flow: column;
  width: 100%;
  max-width: 365px;
  height: 100%;
  display: flex;
}

.popup_heading2 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}

.image_grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.popup_wrap {
  z-index: 3;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #101015;
  padding-left: 2rem;
  padding-right: 2rem;
}

.card_graph {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.procces-bar {
  background-color: #444;
  background-image: linear-gradient(270deg, #343435 55%, #506385 55%);
  width: 100%;
  height: 8px;
  margin-top: 2rem;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
}

.graph_text {
  color: #878682;
}

.dark_dashboard-card {
  color: #f1f0e1;
  cursor: pointer;
  background-color: #1f1f22;
  padding: 20px;
  transition: all .5s;
}

.dark_dashboard-card:hover {
  background-color: #506385;
}

.dark_dashboard-card.item-center {
  z-index: 1;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dark_dashboard-card.item-center:hover {
  color: #000;
  background-color: #adada4;
}

.dark_dashboard-card.card_flex {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.dark_dashboard-card.card_flex:hover {
  background-color: #343435;
}

.dark_dashboard-card.card_flex.hover {
  cursor: pointer;
}

.dark_dashboard-card.card_flex.hover:hover {
  color: #1f1f22;
  background-color: #adada4;
}

.dark_dashboard-card.card_flex.hover.is-relative {
  position: relative;
}

.dark_dashboard-card.invoice_flex {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.grid_image {
  object-fit: cover;
  width: 81.8281px;
  height: 83.9531px;
  transition: all .3s;
}

.grid_image:hover {
  transform: translate(0, -8px);
}

.time_text {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  font-size: .9rem;
  display: flex;
}

.navbar_menu {
  padding-top: 24px;
  padding-bottom: 24px;
}

.tick_icon {
  width: 30px;
}

.watchlist_heading {
  color: #575655;
  font-size: .75rem;
}

.popup_heading {
  color: #506385;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}

.userimg-liveworkout {
  object-fit: cover;
  border-radius: 84%;
  width: 60px;
  height: 60px;
}

.video-collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.video-collection-item-holder {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  position: relative;
}

.video-content-holder {
  height: auto;
  margin-bottom: 0;
  padding: 20px 15px;
  position: static;
}

.video-2 {
  border-radius: 15px;
}

.course-details-hd {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  margin-top: 20px;
  padding: 30px 15px;
}

.menu-icon {
  object-fit: contain;
  width: 19px;
  height: 22px;
}

.video-img-holder {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}

.video-img {
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  margin-bottom: 0;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.menu-bot-profile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.menu-user-img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.collection-item-2 {
  color: #fff;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.menu-link {
  color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.slidemeunu-text {
  color: #fff;
  font-family: Inter, sans-serif;
}

.collection-list {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.collection-list-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.div-block-14 {
  z-index: 5;
  background-color: #000;
  border: 1px #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-9 {
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.main-dashboard-row {
  width: 100%;
  display: flex;
}

.course-sidebar {
  background-color: #fff;
  border-right: 1px solid #dfdfdf;
  flex: 0 0 330px;
  width: 470px;
  height: 100vh;
  padding: 40px 15px 10px;
  display: block;
  overflow: auto;
  padding: 40px 20px !important;
}

.sidebar-view-content {
  width: 100%;
  height: 100vh;
  padding: 30px;
  overflow: scroll;
}

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

.chapterholder {
  margin-top: 40px;
}

.chapter-list {
  border: 2px solid #dadada;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 25px 10px;
  display: flex;
}

.count-holder {
  background-color: #e2e2e2;
  border-radius: 50%;
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  max-width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
}

.count-holder.chapter-number {
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
}

.count-number {
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 13px;
}

.progress-holder {
  margin-left: auto;
}

.complte {
  display: none;
}

.run {
  width: 16px;
}

.run.progress-icon, .not-start {
  display: none;
}

.not-start.progress-icon {
  width: 16px;
  display: block;
}

.chapter-link {
  width: 158px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.chapter-parent-holder {
  color: #0c0c0c;
  width: 100%;
  text-decoration: none;
  display: block;
}

.chapter-name {
  width: 160px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.video-details-content {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  margin-top: 0;
  padding: 30px 15px;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-3.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.upgrade_charges {
  font-size: 2rem;
  font-weight: 500;
}

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

.upgrade_card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 1px #00000014, 0 1px 20px #00000014;
}

.upgrade_card.vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.upgrade_checkitem {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 5px;
  align-items: flex-end;
  padding: 8px 10px;
  display: flex;
}

.upgrade_checkitem:hover {
  background-color: #f9fafb;
}

.secftion_upgrade {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
}

.upgrade_vertical-para {
  color: #4f4f4fcc;
  font-size: 1.25rem;
  font-weight: 400;
}

.upgrade_icon {
  width: 16px;
  height: 16px;
}

.is-grey {
  color: #4f4f4fcc;
}

.upgrade_content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.upgrade_grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.upgrade_checklist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.upgrade_plan-name {
  font-size: 1.875rem;
  font-weight: 500;
}

.upgrade_plan-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.upgrade_title {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
  overflow: hidden;
}

.upgrade_button {
  color: #fff;
  text-align: center;
  background-color: #0071eb;
  border-radius: 8px;
  width: 200px;
  font-weight: 500;
  transition: all .25s;
}

.upgrade_button:hover {
  background-color: #0062cc;
}

.upgrade_button.current {
  cursor: default;
  background-color: #4f4f4fcc;
}

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

.upgrade_card-title {
  color: #141414;
  font-size: 2.235rem;
  font-weight: 500;
  line-height: 1;
}

.login_forgot-link {
  color: #0b1730cc;
  font-size: .875rem;
  font-weight: 600;
  transition: all .3s;
}

.login_forgot-link:hover {
  color: #0b173099;
}

.login_form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  filter: drop-shadow(0 1px 5px #0000001a);
  flex-flow: column;
  display: flex;
}

.section_login {
  background-image: url('../images/trynHeroBG.jpg');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  min-height: 100svh;
  line-height: 1.4;
  display: flex;
}

.login_field-label {
  color: #0b1730cc;
  margin-bottom: 8px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.login_google-icon {
  width: 30px;
  height: 30px;
}

.login_button {
  text-align: center;
  background-color: #0b1730cc;
  border: 1px solid #0000;
  border-radius: 8px;
  height: 100%;
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .3s;
}

.login_button:hover {
  color: #0b1730cc;
  background-color: #0000;
  border-color: #0b1730cc;
}

.show-password {
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-size: 13.5px;
  display: flex;
  bottom: 0;
}

.show-password.w--current {
  background-color: #0000;
  display: none;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  inset: 10px 12px auto auto;
}

.login_password-wrap {
  position: relative;
}

.login_google-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b1730cc;
  border: 1px solid #0b173033;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.login_google-wrap:hover {
  color: #fffc;
  background-color: #0b1730cc;
}

.login_signup-link {
  color: #0b1730cc;
  transition: all .3s;
}

.login_signup-link:hover {
  color: #0b173099;
}

.login_title-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  filter: drop-shadow(0 1px 4px #00000014);
  flex-flow: column;
  display: flex;
}

.login_link-wrap.center {
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
}

.login_divider-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.login_bottom-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  display: flex;
}

.login_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fffffff0;
  border: 1px solid #0000001a;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 438px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.login_input {
  border: 1px solid #0b173033;
  border-radius: 8px;
  min-height: 44px;
  margin-bottom: 0;
  padding-right: 35px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
}

.login_input::placeholder {
  color: #0b173066;
  font-size: .75rem;
  font-weight: 600;
}

.eye-svg {
  filter: invert(50%);
  color: #0b173066;
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 0;
  display: flex;
}

.login_form-block {
  margin-bottom: 0;
}

.login_divider {
  background-image: linear-gradient(270deg, #0b173099, #fff);
  width: 50%;
  height: 2px;
}

.login_divider.right {
  background-image: linear-gradient(90deg, #0b173099, #fff);
}

.login_heading {
  color: #0b1730;
  text-align: center;
  font-family: Helvetica Neue Medium, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.auth-sec {
  background-color: #fdfdfd;
}

.signup_input-wrap {
  position: relative;
}

.signup_input-wrap.col-50 {
  width: 49%;
}

.signup_log-txt {
  color: #0b173099;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.login_passwords-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.signup_content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fffffffa;
  border: 1px solid #0000001a;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 572px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  display: flex;
}

.signup_divider {
  background-image: linear-gradient(270deg, #0b173099, #fff);
  width: 50%;
  height: 2px;
}

.signup_divider.right {
  background-image: linear-gradient(90deg, #0b173099, #fff);
}

.signup_field-label {
  color: #0b1730cc;
  margin-bottom: 8px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.signup_or-txt {
  color: #0b173099;
  font-size: .875rem;
  font-weight: 600;
}

.section_signup {
  flex-flow: column;
  justify-content: center;
  min-height: 100svh;
  line-height: 1.4;
  display: flex;
}

.show-password-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.signup_google-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0b1730cc;
  border: 1px solid #0b173033;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.signup_google-wrap:hover {
  color: #fffc;
  background-color: #0b1730cc;
}

.signup_title-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  filter: drop-shadow(0 1px 4px #00000014);
  flex-flow: column;
  display: flex;
}

.signup_form-block {
  margin-bottom: 0;
}

.code-embed-2 {
  color: #0b173066;
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.signup_heading {
  color: #0b1730;
  text-align: center;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.signup_submit-button {
  background-color: #0b1730cc;
  border: 1px solid #0000;
  border-radius: 8px;
  min-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .3s;
}

.signup_submit-button:hover {
  color: #0b1730cc;
  background-color: #0000;
  border-color: #0b1730cc;
}

.login-list {
  color: #3d3d41;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8px;
  padding-left: 0;
  display: flex;
}

.signup_google-icon {
  width: 30px;
  height: 30px;
}

.password-requirements {
  color: #737373;
  background-image: url('../images/close_black_24dp.svg');
  background-position: 0 46%;
  background-repeat: no-repeat;
  background-size: 11px;
  width: 50%;
  padding-left: 20px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.8;
  list-style-type: none;
}

.signup_log-link {
  color: #0b1730cc;
  transition: all .3s;
}

.signup_log-link:hover {
  color: #0b173099;
}

.signup_link-wrap {
  text-align: center;
}

.signup_form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  filter: drop-shadow(0 1px 4px #00000014);
  flex-flow: column;
  display: flex;
}

.show-password-tabs {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 12px 12px auto;
}

.signup_input {
  color: #000000d9;
  background-color: #f3f3f326;
  border: 1px solid #0b173033;
  border-radius: 8px;
  min-height: 44px;
  margin-bottom: 0;
  padding-right: 35px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
}

.signup_input::placeholder {
  color: #0b173066;
  font-size: .75rem;
  font-weight: 600;
}

.signup_divider-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: #0000;
  padding: 0;
}

.tab-link-tab-1-2.w--current {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
}

.code-embed-3 {
  color: #0b173066;
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
}

.tab-link-tab-1-3 {
  background-color: #0000;
  padding: 0;
}

.tab-link-tab-1-3.w--current {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
}

.text-block-10 {
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
}

.pr-des {
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 21px;
}

.small-h1 {
  color: #000;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.spacer-xl {
  width: 100%;
  height: 40px;
}

.navbar-logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.faint-text {
  color: #000;
}

.form-container {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.button-7 {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-7:hover {
  box-shadow: none;
  background-color: #000;
}

.button-7.in-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

.link-6 {
  color: #434de7;
  font-weight: 600;
  text-decoration: none;
}

.link-6:hover {
  color: #000;
}

.form-block {
  width: 100%;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.logo-img {
  color: #000;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.left-align {
  text-align: left;
  align-items: flex-start;
}

.input-label-2 {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.ms-button {
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  background-color: #2962ff;
  border: 1px solid #2962ff;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1051b9;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.is-form {
  width: 100%;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #12133199;
}

.ms-form-sub-heading {
  margin-top: -15px;
  margin-bottom: 20px;
}

.ms-form-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4em;
}

.ms-input-label {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
}

.ms-form {
  width: 400px;
  min-width: 400px;
  padding: 7.5%;
}

.ms-link {
  color: #2962ff;
  border-bottom: 1px solid #2962ff03;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s;
}

.ms-link:hover {
  color: #1051b9;
  border-bottom-color: #2962ff;
}

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

.input-wrap {
  text-align: left;
  width: 100%;
}

.icon-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-wrap {
  background-color: #783ae2;
  border-radius: 50%;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: inset 0 2px 18px #0003, inset 0 -2px 9px #ffffff4f;
}

.input-2 {
  border: 2px solid #ececec;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding-left: 18px;
  padding-right: 18px;
  transition: box-shadow .2s;
  box-shadow: 0 2px 2px #0000000d;
}

.input-2:hover {
  box-shadow: 0 0 2px #0000000d;
}

.input-2:focus-visible, .input-2[data-wf-focus-visible] {
  border-color: #783be2;
}

.modal {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 450px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: inset 0 20px 45px -15px #783be212, 0 16px 25px #181f9c12;
}

.button-8 {
  text-align: center;
  background-color: #783be2;
  border: 1px solid #783be2;
  border-radius: 10px;
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
  transition: opacity .2s;
  box-shadow: 0 2px 2px #0000000d;
}

.button-8:hover {
  opacity: .75;
}

.spacer-20-2 {
  height: 20px;
}

.small-text {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.section_big {
  background-color: #f7f7ff;
  background-image: url('../images/ooorganize-3.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.h1 {
  color: #0f1412;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, system-ui, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
}

.modal-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 2px solid #f5f4ff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.modal-top {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 30px 25px 20px;
  display: flex;
}

.dark {
  color: #272727;
}

.image-14 {
  border: 1px solid #afafaf;
  border-radius: 50%;
}

.div-block-15 {
  margin-top: 50px;
}

.liveworkot-pannel {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-2 {
  border: 1px #000;
}

.live-worout-list-menu {
  color: #515151;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 20px;
  padding: 18px 20px;
  font-family: HelveticaNeueLight-400, Arial, sans-serif;
  line-height: 23px;
  text-decoration: none;
  display: block;
}

.live-worout-list-menu.w--current {
  border-radius: 20px;
}

.liveworkout-list-holder {
  width: 100%;
}

.workout-top-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.workout-top-wrap.mb-3 {
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.workout-trainer-img-wrap {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.workout-trainer-img-wrap-img {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workout-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.livevideo-details {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

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

.fullwidth-btn.live-c-btn {
  background-color: #000;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.detailsbox-video {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 20px;
}

.category-list-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.dashboard-top {
  z-index: 9;
  background: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: sticky;
  top: 0;
}

.close-menu {
  z-index: 45;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: #080a0980;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: fixed;
  inset: 0;
}

.image-15 {
  width: 72%;
  position: relative;
  bottom: -1px;
}

.sidebar-icon {
  width: 25px;
  position: relative;
  top: 7px;
  left: 0;
}

.mobile-logo {
  width: 73px;
  position: relative;
  inset: 0%;
}

.mobile-logo-link {
  position: absolute;
  left: 50%;
}

.small-text-bold, .heading4 {
  font-family: Inter, sans-serif;
}

.readmore-btn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.course-cat {
  color: #000;
  background-color: #cbcbef;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 3px 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.paragraph-15 {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.light-text-color {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.contet-wtap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.duration-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.dura-time {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.mv-0 {
  margin-bottom: 0;
}

.mv-0.live-video_hd {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.hd1 {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.hd1.mb-10 {
  margin-bottom: 30px;
  font-size: 20px;
}

.des {
  font-family: Inter, sans-serif;
}

.text-block-11 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.live-workout-info {
  align-items: center;
  display: flex;
}

._w-img-wrap {
  flex: 0 0 16px;
  width: 22px;
  margin-right: 10px;
}

.text-block-12 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-13 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.hd2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.hd2.hd-sm {
  color: #7d7d7d;
}

.sticky-button {
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  bottom: 0;
}

.sticky-button.mobile-chapter-btn {
  z-index: 1;
  border-top: 1px solid #bfbfbf;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  bottom: 10px;
  overflow: visible;
}

.chapter-close-btn {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.chapter-close-btn.close-icon {
  width: 50px;
  height: 50px;
  display: none;
}

.collection-item-3 {
  margin-bottom: 15px;
}

.user-info-live {
  margin-top: 6px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.chat-text, .acd, .paragraph-16 {
  font-family: Inter, sans-serif;
}

.mb-40 {
  margin-bottom: 30px;
}

.mobile-livelist {
  display: none;
}

.desktop-livelist {
  width: 100%;
}

.dash_modal {
  z-index: 9999;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  inset: 0%;
}

.social-btn {
  color: #272b31;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px 40px 12px 15px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 3px 6px -1px #1d01501a;
}

.social-btn:hover {
  box-shadow: none;
  border-color: #374252;
}

.social-btn:focus {
  border: 1px solid #000;
}

.social-btn::placeholder {
  color: #6e6e6e;
}

.social-btn.is-profile {
  float: left;
  clear: both;
  width: 280px;
  margin-right: auto;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.disconnect-link {
  text-align: right;
  padding: 13px;
  line-height: 1.3;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.disconnect-link:hover {
  color: #000;
}

.credit_cost {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
}

.social-content {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile_field-wrapper {
  width: 65%;
  min-height: 30px;
}

.profile_field-wrapper.has-button {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.no-margin {
  margin: 0;
}

.profile_h1 {
  font-size: 1.2rem;
  font-weight: 700;
}

.credit_total {
  margin-bottom: 3rem;
  font-weight: 700;
}

.modal_close {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.dash_nav-link {
  opacity: .7;
  color: #000;
  text-align: center;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 140px;
  padding: .6rem 1.5rem .6rem 1rem;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.dash_nav-link:hover {
  opacity: 1;
  background-color: #f6f6f7;
}

.dash_nav-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #5d52f7;
  border-radius: 10px;
  font-weight: 600;
}

.dash_nav-link.is-profile {
  border: 1px solid #b7bbd1;
  justify-content: center;
  width: 104px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.dash_nav-link.is-profile:hover {
  border-color: #5d52f7;
}

.dash_nav-link.is-profile.w--current {
  border-style: none;
}

.double-click {
  opacity: 0;
  text-align: center;
  font-size: 12px;
  transition: opacity .2s;
  position: absolute;
  top: -27.3203px;
  left: -28.3203px;
  transform: rotate(-30deg);
}

.dash_logo-wrap {
  height: 100px;
}

.widget-embed {
  flex: 1;
  min-width: 86vh;
  height: 100%;
}

.social-image {
  width: 24px;
}

.widget-svg-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.profile-checkbox {
  width: 22px;
  height: 22px;
  margin-top: 0;
}

.dash_nav-wrap {
  z-index: 10;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: auto;
  padding: 3rem 1rem 1.5rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.dash_icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: -5px;
  margin-right: 6px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.dash_icon.profile {
  padding: 2px;
}

.dash_icon.wallet {
  padding: 4px;
}

.button-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 21px;
  min-height: 24px;
  margin-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  overflow: hidden;
}

.button-icon.after {
  min-height: 21px;
  margin-left: 6px;
  margin-right: 0;
}

.widget-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: -.5vw;
  display: flex;
  position: absolute;
  inset: auto 1vw 100% auto;
}

.widget-close:hover {
  background-color: #002aff1a;
}

.profile_sub-head {
  font-size: .8rem;
}

.widget-svg {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.widget-mobile {
  display: none;
}

.input-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-3:hover {
  box-shadow: none;
  border-color: #5d52f7;
}

.input-3:focus {
  border: 1px solid #434de7;
}

.input-3::placeholder {
  color: #6e6e6e;
}

.input-3.is-profile {
  height: 36px;
  font-size: .9rem;
}

.input-3.is-profile.is-2nd-half {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -6px;
  position: relative;
}

.input-3.is-profile.is-2nd-half.is-zip {
  max-width: 100px;
  margin-left: -13px;
}

.input-3.is-profile.is-state {
  padding-top: 8px;
  padding-left: 14px;
}

.dash_profile-nav-link {
  color: #272b31;
  background-color: #0000;
  border-radius: 6px;
  margin-right: .25rem;
  padding: .5em 1rem .4rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.6;
  transition: color .2s, background-color .2s;
}

.dash_profile-nav-link:hover {
  color: #5d52f7;
  background-color: #fff;
}

.dash_profile-nav-link.w--current {
  color: #5d52f7;
  background-color: #e0e4fc;
  font-weight: 700;
}

.dash_profile-nav-link.is-logout {
  background-color: #fff;
  margin-right: 0;
  padding-left: .7rem;
  display: flex;
  position: absolute;
  inset: 8px 10px auto auto;
}

.credit_tabs {
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.credit-tab {
  background-color: #0000;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  margin-right: .5rem;
}

.credit-tab.w--current {
  color: #5d52f7;
  background-color: #0000;
  border-color: #5d52f7;
  font-weight: 700;
}

.credit-tab.last {
  margin-right: 0;
}

.credit-tab-wrap {
  max-width: 570px;
}

.dash_nav-menu {
  margin-bottom: auto;
}

.is-free {
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dash_page {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  padding: 2.7rem 2rem 2rem 240px;
  display: block;
  position: relative;
}

.hide-2 {
  display: none;
}

.profile_form {
  position: relative;
}

.nav_logo {
  height: 1.6875rem;
}

.disconnect-image {
  width: 16px;
}

.profile_label {
  width: 35%;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}

.profile_label.is-modal {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.dash_header {
  justify-content: space-between;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

.modal_form {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.profile_label-sub {
  color: #868686;
  margin-top: .3rem;
  font-size: .8rem;
  font-weight: 400;
  display: block;
}

.profile_row {
  border-top: .5px solid #e0e4fc;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  display: flex;
}

.input-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
}

.delete-me {
  background-color: #5d52f7;
}

.profile_form-header {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.dash_button {
  color: #fff;
  text-align: center;
  background-color: #5d52f7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .65rem .975rem .5rem;
  font-size: .9rem;
  font-weight: 500;
  transition: background-color .2s, transform .2s;
}

.dash_button:hover {
  background-color: #342d96;
  transform: translate(0, -4px);
}

.dash_button.grey {
  z-index: 2;
  color: #272b31;
  background-color: #f6f6f7;
  border: 1px solid #b7bbd1;
  position: relative;
}

.dash_button.grey:hover {
  color: #5d52f7;
  background-color: #fff;
  border-color: #5d52f7;
}

.dash_button.is-modal {
  margin-top: 1rem;
}

.spacer-s {
  width: 100%;
  height: 1rem;
}

.relative {
  position: relative;
}

.credit_save {
  color: #3ab549;
  background-color: #f6f6f7;
  border-radius: 100px;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
  display: inline-block;
  transform: scale(.8);
}

.credit_description {
  border-left: 1px solid #5d52f7;
  padding-bottom: .5rem;
  padding-left: 2rem;
}

.flex-row-outer-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dash_contain {
  max-width: 90%;
}

.dash_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 25vh;
  margin-left: auto;
  margin-right: auto;
}

.embed-css {
  background-color: #ededed;
  align-items: center;
  height: 5rem;
  padding-left: 2rem;
  font-style: italic;
  display: flex;
}

.widget-wrapper {
  z-index: 9999;
  width: 20vw;
  height: 50vh;
  padding: 1vw;
  position: fixed;
  inset: auto 0 0 auto;
}

.widget-container {
  z-index: 3;
  background-color: #2962ff;
  border: 2px solid #2962ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -7px 7px 30px 1px #0003;
}

.dash_h1 {
  color: #272b31;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
}

.dash_user-wrap {
  text-align: center;
  max-width: 200px;
  margin-bottom: .5rem;
  overflow: hidden;
}

.dash_user-email {
  opacity: .6;
  letter-spacing: 1px;
  font-size: .7rem;
}

.modal_close-icon {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 25px 25px auto auto;
}

.dash_profile-menu {
  background-color: #f6f6f7;
  border-radius: 12px;
  margin-left: -10px;
  padding: 8px;
}

.widget-move {
  opacity: 0;
  color: #fff;
  background-color: #161e27;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 0 100%;
}

.widget-move:hover {
  opacity: 1;
}

.widget-move.down {
  top: 100%;
  bottom: auto;
  transform: rotate(180deg);
}

.widget-move.left {
  margin: auto 0;
  inset: 0 100% 0 auto;
  transform: rotate(-90deg);
}

.widget-move.right {
  margin: auto 0;
  inset: 0 auto 0 100%;
  transform: rotate(90deg);
}

.dash_user-name {
  font-size: .9rem;
}

.live-video_hd {
  margin-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.live-video_time {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.time-box {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
}

.dot {
  background-color: #000;
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.live-video_trainername {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.rich-text-block {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.tag-holder {
  border: 1px solid #0000003b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 5px 7px 3px;
  font-family: Inter, sans-serif;
  display: inline-flex;
}

.live-cat {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

._w-img-wrap_img {
  width: 100%;
}

.top-hd-cat {
  margin-bottom: 20px;
  padding-left: 5px;
}

.d-none {
  display: none;
}

.inner-banner-wrap {
  background-image: url('../images/Gemini_Generated_Image_tlclwwtlclwwtlcl.png');
  background-position: 50% 70%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
  position: relative;
}

.overlay-inner-banner {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.heading-banner-content {
  padding-top: 20%;
  padding-bottom: 20%;
}

.text-light {
  color: #000000b8;
}

.mb-3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.text-holder {
  margin-bottom: 20px;
}

.big-para {
  font-size: 20px;
}

.text-right-holder {
  margin-bottom: 30px;
}

.pd-5 {
  padding-left: 5%;
}

.mb-12 {
  margin-bottom: 20px;
}

.filter-input-text {
  opacity: 1;
}

.ten-session-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ten-live-sesson-wraper {
  margin-top: 30px;
}

.ten-live-session-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hd-wrap {
  width: 100%;
  max-width: 800px;
}

.ten-session-plan {
  text-align: center;
}

.section {
  margin-top: 30px;
}

.pricing_button-relative-wrap-2 {
  width: 100%;
  position: relative;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  border: 2px solid #2962ff;
  border-radius: 5rem;
  width: 100%;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s, border-color .2s;
}

.button-9:hover {
  background-color: #000;
  border-color: #000;
}

.button-9.is-blocker {
  pointer-events: none;
  background-color: #000;
  border-style: solid;
  border-color: #000;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-9.is-blocker.d-none {
  display: block;
}

.pricing_plan-name {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  align-items: center;
  display: block;
}

.pricing_plan-top {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  display: flex;
}

.section_pricing-plan {
  background-image: none;
  position: relative;
}

.pricing_plan {
  margin-top: 30px;
}

.pricing_features {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.pricing_charges-txt {
  font-size: 2.25rem;
  font-weight: 500;
}

.pricing_charges-txt.right {
  display: none;
}

.pricing_charges-txt.text-align-center {
  color: var(--black);
}

.pricing_plan-info {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_plan-checkitem {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.text-size-large-3 {
  font-size: 1.5rem;
}

.pricing_title-2 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(130deg, #000, #e4f222);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

.pricing_button {
  color: #000;
  text-align: center;
  background-color: #e4f222;
  border-radius: 5px;
  padding: 20px;
}

.pricing_button:hover {
  box-shadow: 5px 5px #000;
}

.pricing_button.alt {
  color: #fff;
  background-color: #000;
  font-weight: 600;
}

.pricing_button.alt:hover {
  box-shadow: 5px 5px #e4f222;
}

.pricing_features_check-text {
  font-size: .875rem;
}

.pricing_features_check-text.not {
  display: none;
}

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

.pricing_features-inner-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing_features-plan-top {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.pricing_features-plan {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 220px;
  padding: 16px;
  display: flex;
}

.pricing_features-plan.left {
  width: auto;
}

.pricing_plan-divider {
  background-color: #d2d2d2;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing_plan-charges {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  height: 54px;
  display: flex;
}

.pricing_plan-charges.right-card {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 54px;
}

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

.pricing_charges-middle {
  height: 42px;
}

.pricing_features-names {
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
}

.pricing_features-names.silver {
  background-color: #f4f3f1;
}

.pricing_plan-card {
  border: 1px solid #d2d1d1;
  border-radius: 8px;
  flex-flow: column;
  padding: 50px 24px 24px;
  display: flex;
  position: relative;
}

.pricing_plan-card.is-second, .pricing_plan-card.is-first {
  padding-top: 50px;
}

.pricing_plan-absolute {
  z-index: 2;
  text-align: center;
  background-color: #e4f222;
  border-radius: 20px;
  width: 172px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  position: absolute;
  inset: -1.5% 0% auto;
}

.pricing_plan-absolute.right-card {
  background-color: #e8e8e7;
  width: 190px;
}

.pricing_features-checks {
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.pricing_features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.pricing_features-inner-grid {
  grid-column-gap: 1px;
  background-color: #d2d2d2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.pricing_features-inner-grid.silver {
  background-color: #f4f3f1;
}

.pricing_features-inner-grid.top {
  background-color: #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

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

.pricing_plan-para {
  max-width: 250px;
}

.pricing_name-custom {
  display: none;
}

.pricing_name-custom.paid {
  background-color: #e4f222;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 2px 6px;
  display: flex;
}

.pricing_name-custom.paid.is-black {
  color: #fff;
  background-color: #000;
}

.pricing_plan-checklist {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.pricing_right-check {
  width: 20px;
  height: 20px;
}

.pricing_right-check.not {
  display: none;
}

.tryn-nav {
  z-index: 50;
  -webkit-backdrop-filter: saturate(1.4) blur(16px);
  backdrop-filter: saturate(1.4) blur(16px);
  background-color: #f5f2ecc7;
  border-bottom: 1px solid #0000;
  transition: border-color .25s, background .25s;
  position: sticky;
  top: 0;
}

.tryn-nav-row {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.tryn-logo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-family: var(--_tryn---font-head);
  color: var(--_tryn---ink);
  align-items: baseline;
  gap: 8px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.tryn-logo-mark {
  letter-spacing: .04em;
  font-size: 22px;
  line-height: 1;
}

.tryn-logo-sub {
  color: var(--_tryn---ink-mute);
  letter-spacing: .22em;
  font-size: 11px;
  font-weight: 500;
}

.tryn-nav-links {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: var(--_tryn---ink-soft);
  gap: 36px;
  font-size: 14px;
  display: flex;
}

.tryn-hero {
  color: #fff;
  isolation: isolate;
  min-height: 760px;
  position: relative;
  overflow: hidden;
}

.tryn-hero-media {
  z-index: -2;
  background-color: #0b0e0d;
  background-image: url('../images/');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.tryn-hero-media:after {
  content: "";
  background: linear-gradient(90deg, #0a0e0cd1 0%, #0a0e0c8c 40%, #0a0e0c26 70%, #0a0e0c00 100%), linear-gradient(#0a0e0c59 0%, #0a0e0c00 30%, #0a0e0c99 100%);
  position: absolute;
  inset: 0;
}

.tryn-hero-inner {
  padding-top: 140px;
  padding-bottom: 120px;
}

.tryn-hero-h1 {
  color: #fff;
  max-width: 760px;
}

.tryn-hero-sub {
  color: #ffffffd1;
  max-width: 520px;
  margin-top: 22px;
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.55;
}

.tryn-hero-cta {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.tryn-arrow {
  font-weight: 600;
  display: inline-block;
}

.tryn-hero-members {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #ffffffd9;
  align-items: center;
  margin-top: 22px;
  font-size: 14px;
  display: flex;
}

.tryn-avatar-stack {
  display: flex;
}

.tryn-av {
  background-size: cover;
  border: 2px solid #ffffffe6;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: -10px;
  box-shadow: 0 2px 6px #0000004d;
}

.tryn-av:first-child {
  margin-left: 0;
}

.tryn-av.inline-div-0 {
  background-image: url('../images/');
}

.tryn-av.inline-div-1 {
  background-image: url('../images/');
}

.tryn-av.inline-div-2 {
  background-image: url('../images/');
}

.tryn-av.inline-div-3 {
  background-image: url('../images/');
}

.tryn-hero-eyebrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ffffffd1;
  letter-spacing: .18em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 28px;
  font-size: 12px;
  display: inline-flex;
}

.tryn-hero-eyebrow:before {
  content: "";
  background-color: #fff9;
  width: 24px;
  height: 1px;
  display: inline-block;
}

.tryn-hero-ticker {
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #ffffffd1;
  background-color: #0a0e0c59;
  border-top: 1px solid #ffffff24;
  width: 100%;
  padding: 16px 0;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tryn-hero-ticker-inner {
  box-sizing: border-box;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
}

.tryn-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.tryn-container.tryn-footer-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  display: flex;
}

.tryn-page {
  background-color: var(--_tryn---bg);
  font-family: var(--_tryn---font-body);
  color: var(--_tryn---ink);
  font-size: 16px;
  line-height: 1.5;
}

.tryn-section-pad {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.tryn-h2 {
  font-family: var(--_tryn---font-head);
  letter-spacing: -.02em;
  color: inherit;
  margin: 0;
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 700;
  line-height: 1.02;
}

.tryn-lede {
  color: var(--_tryn---ink-soft);
  margin: 0;
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.55;
}

.tryn-eyebrow {
  font-family: var(--_tryn---font-body);
  color: var(--_tryn---green);
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.tryn-eyebrow:before {
  background-color: var(--_tryn---green);
  content: "";
  width: 24px;
  height: 1px;
  display: inline-block;
}

.tryn-h1 {
  font-family: var(--_tryn---font-head);
  letter-spacing: -.02em;
  color: inherit;
  margin: 0;
  font-size: clamp(44px, 6vw, 84px);
  font-weight: 700;
  line-height: .98;
}

.tryn-h3 {
  font-family: var(--_tryn---font-head);
  letter-spacing: -.02em;
  color: inherit;
  margin: 0;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1.15;
}

.tryn-btn {
  white-space: nowrap;
  cursor: pointer;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .15s, background-color .2s, box-shadow .2s;
  display: inline-flex;
}

.tryn-btn-primary {
  background-color: var(--_tryn---green);
  color: #fff;
  box-shadow: 0 8px 20px #1f3a2e40;
}

.tryn-btn-dark {
  background-color: var(--_tryn---ink);
  color: #fff;
}

.tryn-btn-signal {
  background-color: var(--_tryn---signal);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 28px #2e6b4e66;
}

.tryn-btn-lg {
  padding: 18px 28px;
  font-size: 16px;
}

.tryn-btn-sm {
  padding: 10px 16px;
  font-size: 13px;
}

.tryn-btn-block {
  width: 100%;
}

.tryn-problem {
  background-color: var(--_tryn---bg);
  position: relative;
}

.tryn-shift {
  background-color: var(--_tryn---ink);
  color: #fff;
  position: relative;
}

.tryn-proof {
  background-color: var(--_tryn---bg);
  position: relative;
}

.tryn-features {
  background-color: var(--_tryn---bg-alt);
  position: relative;
}

.tryn-trainer {
  background-color: var(--_tryn---bg);
  position: relative;
}

.tryn-pricing {
  background-color: var(--_tryn---bg-alt);
  position: relative;
}

.tryn-final {
  background-color: var(--_tryn---ink);
  color: #fff;
  text-align: center;
  position: relative;
}

.tryn-footer {
  background-color: var(--_tryn---ink);
  color: #fff9;
  border-top: 1px solid #ffffff14;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 13px;
}

.tryn-mt-18 {
  margin-top: 18px;
}

.tryn-mt-20 {
  max-width: 520px;
  margin-top: 20px;
}

.tryn-eyebrow-light {
  color: #9dd2a8;
}

.tryn-eyebrow-light:before {
  background-color: #9dd2a8;
}

.tryn-eyebrow-center {
  justify-content: center;
}

.tryn-arrow-1 {
  margin-left: 4px;
  font-weight: 600;
  display: inline-block;
}

.tryn-tag {
  color: var(--_tryn---ink);
  font-weight: 700;
  display: inline-block;
}

.tryn-stars {
  letter-spacing: 2px;
  color: var(--_tryn---green);
  font-size: 14px;
}

.tryn-problem-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  display: grid;
}

.tryn-x-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin: 28px 0 36px;
  padding: 0;
  list-style: none;
  display: flex;
}

.tryn-bento {
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 16px;
  display: grid;
}

.tryn-bento-cell {
  background-color: #fff;
  border: 1px solid #0f14120f;
  border-radius: 22px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tryn-bento-hero {
  background-color: var(--_tryn---ink);
  color: #fff;
  grid-area: span 2 / span 7;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  display: grid;
}

.tryn-bento-ondemand {
  grid-area: span 1 / span 5;
  padding: 0;
}

.tryn-bento-programs {
  background-color: var(--_tryn---green-tint);
  grid-area: span 1 / span 5;
}

.tryn-bento-community {
  grid-area: span 1 / span 6;
}

.tryn-bento-schedule {
  grid-area: span 1 / span 6;
  padding: 0;
}

.tryn-bento-content {
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: 28px 30px;
  display: flex;
}

.tryn-bento-title-xl {
  font-family: var(--_tryn---font-head);
  color: #fff;
  letter-spacing: -.02em;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.05;
}

.tryn-bento-title {
  font-family: var(--_tryn---font-head);
  color: var(--_tryn---ink);
  letter-spacing: -.015em;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}

.tryn-pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 16px;
  margin-bottom: 24px;
  display: grid;
}

.tryn-price-card {
  background-color: #fff;
  border: 1px solid #0f14120f;
  border-radius: 22px;
  flex-direction: column;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  display: flex;
  position: relative;
  overflow: visible;
}

.tryn-price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px #0f14121a;
}

.tryn-recommended {
  border: 2px solid #1f3a2e;
  transform: translateY(-8px);
  box-shadow: 0 24px 48px #1f3a2e26;
}

.tryn-price-head {
  text-align: center;
  background-color: #f7f4ee;
  border-radius: 21px 21px 0 0;
  padding: 28px 24px;
}

.tryn-price-body {
  flex-direction: column;
  flex: 1;
  gap: 18px;
  padding: 28px 24px;
  display: flex;
}

.tryn-price-footer {
  padding: 0 24px 24px;
}

.tryn-amount {
  font-family: var(--_tryn---font-head);
  color: var(--_tryn---ink);
  letter-spacing: -.02em;
  margin-top: 10px;
  font-size: 38px;
  font-weight: 700;
}

.tryn-tier {
  color: var(--_tryn---ink-soft);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.tryn-check {
  color: #fff;
  background-color: #1f3a2e;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.tryn-recommended-badge {
  z-index: 3;
  background-color: var(--_tryn---ink);
  color: #fff;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 11px;
  font-weight: 700;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.tryn-shift-cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.tryn-shift-card {
  color: #fff;
  background-size: cover;
  border: 1px solid #ffffff1a;
  border-radius: 22px;
  align-items: flex-end;
  min-height: 520px;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tryn-shift-card:after {
  content: "";
  background: linear-gradient(#0a0d0c4d 0%, #0a0d0c00 30%, #0a0d0ceb 100%);
  position: absolute;
  inset: 0;
}

.tryn-shift-overlay {
  z-index: 1;
  flex-direction: column;
  gap: 14px;
  display: flex;
  position: relative;
}

.tryn-shift-label {
  color: #9dd2a8;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #9dd2a814;
  border: 1px solid #9dd2a866;
  border-radius: 999px;
  align-self: flex-start;
  padding: 6px 12px;
  font-size: 11px;
  display: inline-flex;
}

.tryn-shift-title {
  max-width: 280px;
  font-family: var(--_tryn---font-head);
  color: #fff;
  letter-spacing: -.015em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.tryn-shift-head {
  flex-direction: column;
  gap: 20px;
  max-width: 760px;
  margin-bottom: 72px;
  display: flex;
}

.tryn-proof-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 56px;
}

.tryn-proof-cards {
  -webkit-user-select: none;
  user-select: none;
  max-width: 1400px;
  margin: 0 auto;
  padding: 8px 0 0;
  display: block;
  position: relative;
}

.tryn-testi {
  text-align: center;
  background-color: #fff;
  border: 1px solid #0f14120f;
  border-radius: 22px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 32px 28px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 14px #0f14120a;
}

.tryn-testi-active {
  border-color: var(--_tryn---ink);
  transform: none;
  box-shadow: 0 0 0 2px #0f1412;
}

.tryn-bento-label {
  color: var(--_tryn---green);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.tryn-bento-copy {
  max-width: 520px;
  color: var(--_tryn---ink-soft);
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.tryn-bento-pill {
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #ffffff24;
  border-radius: 999px;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-flex;
}

.tryn-live-dot {
  background-color: #e94b4b;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px #e94b4b40;
}

.tryn-bento-stats {
  border-top: 1px solid #ffffff1a;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
  display: grid;
}

.tryn-bento-media-full {
  aspect-ratio: 16 / 8;
  position: relative;
  overflow: hidden;
}

.tryn-bento-badge {
  color: #fff;
  background-color: #0f1412d9;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 16px;
  left: 16px;
}

.tryn-bento-bars {
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  display: flex;
}

.tryn-bar {
  color: var(--_tryn---ink-soft);
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
  display: grid;
}

.tryn-bento-avatars {
  align-items: center;
  margin-top: auto;
  padding-top: 8px;
  display: flex;
}

.tryn-x-icon {
  background-color: var(--_tryn---ink);
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 14px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.tryn-phones {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  display: grid;
  position: relative;
}

.tryn-phone {
  aspect-ratio: 9 / 19;
  background-color: #111;
  border: 6px solid #0f1412;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 48px #0f14121a;
}

.tryn-phone-mid {
  transform: translateY(-18px);
}

.tryn-problem-grid-base {
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 80px;
  display: grid;
}

.tryn-features-head {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 56px;
  display: grid;
}

.tryn-features-lede {
  max-width: 460px;
  color: var(--_tryn---ink-soft);
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
}

.tryn-trainer-grid-base {
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 64px;
  display: grid;
}

.tryn-trainer-quote {
  font-family: var(--_tryn---font-head);
  letter-spacing: -.015em;
  margin: 32px 0 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3;
}

.tryn-video-frame {
  aspect-ratio: 16 / 10;
  cursor: pointer;
  background-color: #0f1412;
  background-image: url('../images/');
  background-size: cover;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 48px #0f14121a;
}

.tryn-video-frame:after {
  content: "";
  background: linear-gradient(#0000 40%, #00000080 100%);
  position: absolute;
  inset: 0;
}

.tryn-play-btn {
  z-index: 2;
  width: 84px;
  height: 84px;
  color: var(--_tryn---ink);
  background-color: #ffffffeb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-left: 6px;
  font-size: 28px;
  display: inline-flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 12px 32px #0000004d;
}

.tryn-final-h2 {
  max-width: 900px;
  font-family: var(--_tryn---font-head);
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 auto;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 700;
  line-height: 1.02;
}

.tryn-final-sub {
  color: #ffffffb3;
  margin: 18px 0 0;
  font-size: 18px;
}

.tryn-final-btn {
  margin-top: 42px;
}

.tryn-pricing-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 72px;
}

.tryn-footer-brand {
  align-items: center;
  gap: 16px;
  display: flex;
}

.tryn-footer-links {
  gap: 28px;
  display: flex;
}

.tryn-proof-rating {
  color: #0f1412;
  background-color: #fff;
  border: 1px solid #0f14120f;
  border-radius: 999px;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
}

.tryn-shift-lede {
  color: #ffffffb3;
  max-width: 620px;
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
}

.tryn-shift-copy {
  color: #ffffffc7;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.tryn-pass-card {
  background-color: #fff;
  border: 1px solid #0f14120f;
  border-radius: 22px;
  grid-template-columns: 1.1fr 1.3fr auto;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
  padding: 32px 36px;
  display: grid;
  box-shadow: 0 8px 24px #0f14120f;
}

.tryn-proof-cta {
  text-align: center;
  margin-top: 48px;
}

.tryn-bar-track {
  background-color: #1f3a2e24;
  border-radius: 999px;
  height: 6px;
  overflow: hidden;
}

.tryn-bar-fill {
  background-color: var(--_tryn---green);
  border-radius: 999px;
  height: 100%;
}

.tryn-testi-head {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
}

.tryn-testi-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: none;
}

.tryn-testi-quote {
  color: var(--_tryn---ink-soft);
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.tryn-bento-media {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.tryn-testi-name {
  color: var(--_tryn---ink);
  font-size: 17px;
  font-weight: 700;
}

.tryn-testi-tag {
  color: var(--_tryn---ink-mute);
  letter-spacing: .04em;
  margin-top: 3px;
  font-size: 12px;
}

.tryn-pass-meta {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.tryn-shift-card-1 {
  min-height: 520px;
}

.tryn-bento-cell-1 {
  transition: transform .25s, box-shadow .25s;
}

.inline-div-0 {
  height: 4px;
  min-height: 4px;
  max-height: 4px;
  display: none;
}

.tryn-dot {
  background-color: #9dd2a8;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  display: inline-block;
  box-shadow: 0 0 0 4px #9dd2a833;
}

.tryn-nav-link {
  color: var(--_tryn---ink-soft);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
}

.tryn-nav-link:hover {
  color: var(--_tryn---ink);
}

.tryn-shift-stage {
  background-color: #0a0d0c;
  background-image: linear-gradient(135deg, #1a2620, #0a0d0c);
  background-size: cover;
  flex: 1.15;
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.tryn-shift-stage.inline-div-0 {
  background-image: url('../images/');
}

.tryn-shift-showcase {
  background-color: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 22px;
  flex-direction: row;
  gap: 2px;
  width: 100%;
  min-height: 560px;
  display: flex;
  overflow: hidden;
}

.tryn-shift-stage-gradient {
  z-index: 1;
  background: linear-gradient(#0a0d0c4d 0%, #0a0d0c00 30%, #0a0d0cd9 100%);
  position: absolute;
  inset: 0;
}

.tryn-shift-stage-overlay {
  z-index: 2;
  padding: 40px 44px 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tryn-shift-stage-label {
  color: #9dd2a8;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #9dd2a814;
  border: 1px solid #9dd2a866;
  border-radius: 999px;
  margin-bottom: 18px;
  padding: 6px 12px;
  font-size: 11px;
  display: inline-block;
}

.tryn-shift-stage-title {
  max-width: 520px;
  font-family: var(--_tryn---font-head);
  color: #fff;
  letter-spacing: -.02em;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.05;
}

.tryn-shift-progress {
  z-index: 3;
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 44px;
  right: 44px;
}

.tryn-shift-progress-bar {
  background-color: #fff3;
  border-radius: 2px;
  flex: 1;
  height: 2px;
}

.tryn-shift-progress-active {
  background-color: #fff;
}

.tryn-shift-panel {
  background-color: var(--_tryn---ink);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.tryn-shift-tabs {
  border-bottom: 1px solid #ffffff14;
  display: flex;
}

.tryn-shift-tab {
  color: #fff6;
  text-align: left;
  cursor: pointer;
  border-right: 1px solid #ffffff14;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  padding: 20px 16px;
  transition: background-color .2s, color .2s;
  display: flex;
  position: relative;
}

.tryn-shift-tab.tryn-shift-tab-active, .tryn-shift-tab-active {
  color: #fff;
  background-color: #ffffff0a;
  border-bottom: 2px solid #9dd2a8;
  box-shadow: inset 0 -2px #9dd2a8;
}

.tryn-shift-tab-num {
  opacity: .6;
  font-family: var(--_tryn---font-body);
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 500;
}

.tryn-shift-tab-label {
  letter-spacing: -.005em;
  font-size: 14px;
  font-weight: 600;
}

.tryn-shift-body {
  flex-direction: column;
  flex: 1;
  gap: 18px;
  padding: 44px;
  display: flex;
}

.tryn-shift-body-title {
  font-family: var(--_tryn---font-head);
  color: #fff;
  letter-spacing: -.015em;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
}

.tryn-shift-body-copy {
  color: #ffffffb8;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.tryn-shift-meta {
  border-top: 1px solid #ffffff14;
  flex-direction: column;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
}

.tryn-shift-meta-row {
  color: #ffffff80;
  border-bottom: 1px solid #ffffff14;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  font-size: 13px;
  display: flex;
}

.pc-wrap {
  position: relative;
}

.pc-track {
  max-width: 1400px;
  height: 340px;
  margin: 0 auto;
  position: relative;
}

.pc-card {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0f14120f;
  border-radius: 22px;
  flex-direction: column;
  width: 380px;
  min-height: 260px;
  padding: 28px;
  transition: transform .55s cubic-bezier(.4, .14, .16, 1), opacity .45s, box-shadow .3s, border-color .3s;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  box-shadow: 0 4px 14px #0f14120a;
}

.pc-card.pc-card-active.inline-article-0 {
  z-index: 10;
  opacity: 1;
  transform: translate(-50%)translateX(0)scale(1);
}

.pc-card.inline-article-1 {
  z-index: 9;
  opacity: .72;
  transform: translate(-50%)translateX(200px)scale(.9);
}

.pc-card.inline-article-2 {
  z-index: 8;
  opacity: .35;
  transform: translate(-50%)translateX(370px)scale(.78);
}

.pc-card.inline-article-3 {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%)translateX(370px)scale(.78);
}

.pc-card.inline-article-4, .pc-card.inline-article-5 {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%);
}

.pc-card.inline-article-6 {
  z-index: 8;
  opacity: .35;
  transform: translate(-50%)translateX(-370px)scale(.78);
}

.pc-card.inline-article-7 {
  z-index: 9;
  opacity: .72;
  transform: translate(-50%)translateX(-200px)scale(.9);
}

.pc-card-active {
  cursor: default;
  border-color: #0f1412;
  width: 440px;
  box-shadow: 0 24px 48px #0f141224, 0 0 0 1px #0f1412;
}

.pc-head {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.pc-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}

.pc-name {
  color: #0f1412;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.pc-age {
  color: #8e9694;
  font-weight: 500;
}

.pc-tag {
  color: #8e9694;
  letter-spacing: .04em;
  margin-top: 3px;
  font-size: 12px;
}

.pc-stars {
  color: #1f3a2e;
  letter-spacing: 2px;
  font-size: 14px;
}

.pc-quote {
  color: #525b58;
  margin: 4px 0 0;
  font-size: 16px;
  line-height: 1.55;
}

.pc-fade-l {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(90deg, #f5f2ec 0%, #f5f2ec00 100%);
  width: 18%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.pc-fade-r {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(270deg, #f5f2ec 0%, #f5f2ec00 100%);
  width: 18%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.pc-ctrl {
  z-index: 6;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
  position: relative;
}

.pc-arrow {
  color: #fff;
  cursor: pointer;
  background-color: #0f1412;
  border: 1px solid #0f1412;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  transition: transform .15s, background .2s, border-color .2s;
  display: flex;
  box-shadow: 0 10px 24px #0f141224;
}

.pc-dots {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.pc-dot {
  cursor: pointer;
  background-color: #0f14122e;
  border-style: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  transition: background .2s, transform .2s, width .25s;
}

.pc-dot-active {
  background-color: #0f1412;
  border-radius: 999px;
  width: 24px;
}

.tryn-price-head-rec {
  color: #fff;
  text-align: center;
  background-color: #1f3a2e;
  border-radius: 21px 21px 0 0;
  padding: 28px 24px;
}

.tryn-on-dark {
  color: #fff;
}

.tryn-save-pill {
  color: #fff;
  letter-spacing: .04em;
  background-color: #ffffff26;
  border-radius: 999px;
  margin-top: 10px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.tryn-pass-meta-pill {
  color: #525b58;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid #0f14122e;
  border-radius: 999px;
  margin-bottom: 10px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
}

.tryn-pass-title {
  color: #0f1412;
  letter-spacing: -.015em;
  margin: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.tryn-pass-desc {
  color: #8e9694;
  margin: 8px 0 0;
  font-size: 14px;
}

.tryn-pass-perks {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.tryn-pass-perk {
  color: #0f1412;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  display: flex;
}

.tryn-pass-price-block {
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  display: flex;
}

.tryn-pass-amount {
  color: #0f1412;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.tryn-pass-once {
  color: #8e9694;
  margin-left: 6px;
  font-size: 13px;
  font-weight: 500;
}

.tryn-em-accent {
  color: #9dd2a8;
  font-style: normal;
  font-weight: 700;
}

.tryn-footer-link {
  color: #fff9;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.tryn-footer-link:hover {
  color: #fff;
}

.tryn-footer-brand-name {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.tryn-footer-brand-copy {
  color: #ffffff80;
  margin-left: 12px;
  font-size: 13px;
}

.tryn-shift-mobile-wrap {
  display: block;
}

.tryn-shift-mobile-slider {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  margin-top: 8px;
  padding: 0 20px 8px;
  display: flex;
  overflow-x: auto;
}

.tryn-shift-m-slide {
  scroll-snap-align: center;
  background-color: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 22px;
  flex-direction: column;
  flex: 0 0 calc(100vw - 40px);
  max-width: 420px;
  display: flex;
  overflow: hidden;
}

.tryn-shift-m-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 4 / 3;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  display: flex;
  position: relative;
}

.tryn-shift-m-image:after {
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(#0a0d0c00 0%, #0a0d0c26 35%, #0a0d0ca6 70%, #0a0d0ceb 100%);
  position: absolute;
  inset: 0;
}

.tryn-shift-m-image.tryn-shift-m-image-1 {
  background-image: url('../images/');
}

.tryn-shift-m-image.tryn-shift-m-image-2 {
  background-image: url('../images/');
}

.tryn-shift-m-image.tryn-shift-m-image-3 {
  background-image: url('../images/');
}

.tryn-shift-m-image-1 {
  background-blend-mode: overlay;
  background-image: linear-gradient(135deg, #1a2620, #0a0d0c), url('../images/');
}

.tryn-shift-m-image-2 {
  background-blend-mode: overlay;
  background-image: linear-gradient(135deg, #1a2620, #0a0d0c), url('../images/');
}

.tryn-shift-m-image-3 {
  background-blend-mode: overlay;
  background-image: linear-gradient(135deg, #1a2620, #0a0d0c), url('../images/');
}

.tryn-shift-m-label {
  z-index: 2;
  color: #9dd2a8;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #9dd2a81f;
  border: 1px solid #9dd2a866;
  border-radius: 999px;
  align-self: flex-start;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
}

.tryn-shift-m-title {
  z-index: 2;
  color: #fff;
  letter-spacing: -.015em;
  margin: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.tryn-shift-m-body {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.tryn-shift-m-copy {
  color: #ffffffb8;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.tryn-shift-m-meta {
  border-top: 1px solid #ffffff14;
  flex-direction: column;
  margin: 6px 0 0;
  padding: 0;
  display: flex;
}

.tryn-shift-m-row {
  border-bottom: 1px solid #ffffff14;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 0;
  display: flex;
}

.tryn-shift-m-dots {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  margin-top: 22px;
  display: flex;
}

.tryn-shift-m-dot {
  background-color: #ffffff38;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: background .2s, width .25s;
}

.tryn-shift-m-dot-active {
  background-color: #9dd2a8;
  border-radius: 999px;
  width: 24px;
}

.tm-wrap {
  margin-top: 8px;
  display: none;
}

.tm-slider {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 8px 20px 16px;
  display: flex;
  overflow-x: auto;
}

.tm-card {
  box-sizing: border-box;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  scroll-snap-align: center;
  background-color: #fff;
  border: 1px solid #0f14120f;
  border-radius: 22px;
  flex-direction: column;
  flex: 0 0 calc(100vw - 40px);
  max-width: 420px;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 18px #0f14120f;
}

.tm-mark {
  pointer-events: none;
  color: #0f14122e;
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1;
  position: absolute;
  top: 14px;
  right: 22px;
}

.tm-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.tm-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.tm-name {
  color: #0f1412;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.tm-age {
  color: #8e9694;
  font-weight: 500;
}

.tm-tag {
  color: #8e9694;
  letter-spacing: .04em;
  margin-top: 2px;
  font-size: 12px;
}

.tm-stars {
  color: #1f3a2e;
  letter-spacing: 2px;
  font-size: 14px;
}

.tm-quote {
  color: #0f1412;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.tm-dots {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  margin-top: 12px;
  padding: 0 20px;
  display: flex;
}

.tm-dot {
  background-color: #0f14122e;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  transition: background .2s, width .25s;
}

.tm-dot-active {
  background-color: #0f1412;
  border-radius: 999px;
  width: 20px;
}

.tryn-rating-newline {
  color: #525b58;
  text-align: center;
  flex-basis: 100%;
  font-weight: 500;
}

.tryn-bullet-list {
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.tryn-bullet-item {
  color: #0f1412;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.tryn-amount-suffix {
  opacity: .7;
  margin-left: 2px;
  font-size: 16px;
  font-weight: 500;
}

.tryn-phone-1 {
  background-image: url('../images/');
  background-size: cover;
}

.tryn-phone-2 {
  background-image: url('../images/');
  background-size: cover;
}

.tryn-phone-3 {
  background-image: url('../images/');
  background-size: cover;
}

.tryn-bento-img-hero {
  background-image: url('../images/');
  background-size: cover;
  min-height: 100%;
}

.tryn-bento-img-ondemand {
  background-image: url('../images/');
  background-size: cover;
}

.tryn-bento-img-schedule {
  background-image: url('../images/');
  background-size: cover;
}

.tryn-bento-img-programs {
  background-blend-mode: multiply;
  background-image: linear-gradient(135deg, #9dd2a826 0%, #1f3a2e0d 100%), url('../images/');
  background-size: cover;
}

.tryn-bento-img-community {
  background-image: linear-gradient(#ffffffd9 0%, #fff6 100%), url('../images/');
  background-size: cover;
}

.auth-shell {
  background-color: #f5f2ec;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  min-height: 100vh;
  display: grid;
}

.auth-aside {
  color: #fff;
  background-color: #0b0e0d;
  flex-direction: column;
  width: auto;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding: 36px 48px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.auth-aside-media {
  opacity: .5;
  background-image: url('../images/');
  background-size: cover;
  position: absolute;
  inset: 0;
}

.auth-aside-scrim {
  z-index: 1;
  background: linear-gradient(#0b0e0da6 0%, #0b0e0dd9 60%, #0b0e0df2 100%);
  position: absolute;
  inset: 0;
}

.auth-aside-top {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.auth-aside-content {
  z-index: 2;
  margin-top: auto;
  margin-bottom: auto;
  padding: 80px 0 40px;
  position: relative;
}

.auth-aside-h {
  color: #fff;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 700;
  line-height: 1.02;
}

.auth-aside-h-em {
  color: #9dd2a8;
  font-style: normal;
  font-weight: 700;
}

.auth-aside-sub {
  color: #ffffffc7;
  max-width: 440px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.55;
}

.auth-aside-stats {
  border-top: 1px solid #ffffff1f;
  gap: 40px;
  margin-top: 40px;
  padding-top: 32px;
  display: flex;
}

.auth-aside-stat-k {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.auth-aside-stat-v {
  color: #fff9;
  margin-top: 6px;
  font-size: 13px;
}

.auth-main {
  background-color: #f5f2ec;
  flex-direction: column;
  min-height: 100vh;
  padding: 28px 48px 36px;
  display: flex;
}

.auth-main-top {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.auth-main-inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.auth-form {
  box-sizing: border-box;
  background-color: #f5f2ec;
  flex-direction: column;
  justify-content: flex-start;
  place-self: center;
  width: 100%;
  max-width: 460px;
  height: 100vh;
  max-height: 100vh;
  margin: 0 auto;
  padding: 80px 48px 60px;
  display: flex;
  overflow-y: auto;
}

.auth-head {
  margin-bottom: 32px;
}

.auth-eyebrow {
  color: #1f3a2e;
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.auth-h1 {
  color: #0f1412;
  letter-spacing: -.02em;
  margin: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.02;
}

.auth-lede {
  color: #525b58;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.55;
}

.auth-fields {
  flex-direction: column;
  gap: 18px;
  display: flex;
}

.auth-grid-2 {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
}

.auth-field {
  flex-direction: column;
  gap: 7px;
  display: flex;
}

.auth-field-label {
  color: #0f1412;
  letter-spacing: .01em;
  font-size: 13px;
  font-weight: 600;
}

.auth-field-hint {
  color: #8e9694;
  font-size: 12px;
  line-height: 1.4;
}

.auth-input {
  box-sizing: border-box;
  color: #0f1412;
  background-color: #fff;
  border: 1px solid #dcd8cf;
  border-radius: 12px;
  outline: none;
  width: 100%;
  padding: 13px 16px;
  font-family: inherit;
  font-size: 15px;
  transition: border-color .15s, box-shadow .15s;
}

.auth-input:focus {
  border-color: #1f3a2e;
  box-shadow: 0 0 0 3px #1f3a2e1f;
}

.auth-input-wrap {
  position: relative;
}

.auth-input-affix {
  color: #8e9694;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

.auth-row-between {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

.auth-check {
  color: #525b58;
  cursor: pointer;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  display: inline-flex;
}

.auth-link {
  color: #0f1412;
  border-bottom: 1px solid #0f14122e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s, border-color .15s;
}

.auth-link:hover {
  color: #1f3a2e;
  border-color: #1f3a2e;
}

.auth-submit {
  color: #fff;
  cursor: pointer;
  background-color: #1f3a2e;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6px;
  padding: 16px 24px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .15s, transform .15s;
  display: inline-flex;
}

.auth-submit:hover {
  background-color: #0f1412;
}

.auth-divider {
  color: #8e9694;
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  margin: 6px 0;
  font-size: 12px;
  display: flex;
}

.auth-divider:before, .auth-divider:after {
  content: "";
  background-color: #0f14121f;
  flex: 1;
  height: 1px;
}

.auth-google {
  color: #0f1412;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dcd8cf;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 13px 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .15s;
  display: inline-flex;
}

.auth-google:hover {
  border-color: #0f1412;
}

.auth-foot {
  color: #525b58;
  text-align: center;
  margin-top: 28px;
  font-size: 14px;
}

.auth-main-foot {
  color: #8e9694;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  font-size: 13px;
  display: flex;
}

.auth-switch {
  background-color: #0f14120d;
  border-radius: 999px;
  gap: 2px;
  padding: 4px;
  display: inline-flex;
}

.auth-switch-btn {
  color: #525b58;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 999px;
  align-items: center;
  padding: 8px 18px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: inline-flex;
}

.auth-switch-btn-active {
  color: #0f1412;
  background-color: #fff;
  box-shadow: 0 1px 2px #0f141214;
}

.auth-back {
  color: #ffffffd9;
  background-color: #ffffff0f;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .15s, color .15s, border-color .15s;
  display: inline-flex;
}

.auth-logo {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: none;
  border: 0;
  align-items: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.auth-stats-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.auth-stat-cell {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.auth-stat-num {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.auth-stat-label {
  color: #fff9;
  font-size: 13px;
}

.auth-stats-wrap-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #ffffff1f;
  width: 100%;
  margin-top: 28px;
  padding-top: 24px;
  display: flex;
}

.auth-shell-fixed {
  z-index: 100;
  background-color: #f5f2ec;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  width: 100vw;
  height: 100vh;
  display: grid;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.auth-switch-top {
  align-self: flex-end;
  margin-bottom: 24px;
}

.sidebar-menu-1, .menu-1 {
  background-color: #0000;
  width: 248px;
  height: 100vh;
  padding: 0;
  position: sticky;
  top: 0;
}

.plat-side-inner {
  box-sizing: border-box;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0f1412;
  background-color: #fbf8f2;
  border-right: 1px solid #0f14120f;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 22px 16px 16px;
  font-family: Plus Jakarta Sans, Inter, sans-serif;
  display: flex;
}

.plat-side-brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: .02em;
  align-items: center;
  padding: 4px 10px 18px;
  font-size: 15px;
  font-weight: 800;
  display: flex;
}

.plat-side-brand-dot {
  color: #fff;
  background-color: #0f1412;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}

.plat-side-brand-text {
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 800;
}

.plat-side-section {
  color: #6e7772;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 14px 12px 6px;
  font-size: 10px;
  font-weight: 600;
}

.plat-nav {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.plat-nav-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3a4540;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 10px;
  align-items: center;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background .15s, color .15s;
  display: flex;
}

.plat-nav-item.is-active {
  color: #fff;
  background-color: #0f1412;
  font-weight: 600;
}

.plat-nav-icon {
  opacity: .9;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.plat-nav-label {
  flex: 1;
}

.plat-nav-count {
  color: #3a4540;
  background-color: #0f141214;
  border-radius: 999px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 600;
}

.plat-nav-count--accent {
  color: #1f3a2e;
  background-color: #eaf0e6;
}

.plat-side-foot {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: auto;
  padding-top: 12px;
  display: flex;
}

.plat-side-upgrade {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  background-color: #0f1412;
  border-radius: 14px;
  flex-direction: column;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plat-side-upgrade-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.plat-side-upgrade-copy {
  color: #ffffffa6;
  font-size: 12px;
  line-height: 1.4;
}

.plat-side-upgrade-cta {
  color: #0f1412;
  background-color: #fff;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: 8px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
}

.plat-side-user {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #0f14120f;
  align-items: center;
  margin-top: 4px;
  padding: 10px 6px;
  display: flex;
}

.plat-side-user-avatar {
  object-fit: cover;
  border: 1px solid #0f14121a;
  border-radius: 50%;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.plat-side-user-info {
  flex-direction: column;
  flex: 1;
  min-width: 0;
  line-height: 1.15;
  display: flex;
}

.plat-side-user-name {
  color: #0f1412;
  font-size: 13px;
  font-weight: 600;
}

.plat-side-user-mail {
  color: #6e7772;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  overflow: hidden;
}

.plat-side-user-logout {
  color: #6e7772;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.dashboard-top-1 {
  z-index: 9;
  background-color: #0000;
  height: auto;
  padding: 0;
  display: block;
  position: sticky;
  top: 0;
}

.plat-topbar-inner {
  box-sizing: border-box;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #0f1412;
  background-color: #f1ece2d9;
  border-bottom: 1px solid #0f14120f;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: none;
  height: 64px;
  padding: 0 40px;
  font-family: Plus Jakarta Sans, Inter, sans-serif;
  display: flex;
}

.plat-topbar-burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0f1412;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0f14121a;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 38px;
  height: 38px;
  margin-right: 4px;
  padding: 0;
  display: none;
}

.plat-topbar-crumb {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6e7772;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.plat-topbar-crumb-title {
  color: #0f1412;
  font-size: 13px;
  font-weight: 600;
}

.plat-topbar-spacer {
  background: none;
  border: none;
  flex: 1;
}

.plat-topbar-actions {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.plat-icon-btn {
  color: #3a4540;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0f14121a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: background .15s, color .15s;
  display: inline-flex;
  position: relative;
}

.plat-icon-dot {
  background-color: #9dd2a8;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 7px;
  right: 8px;
}

.app_page-wrapper-1 {
  background-color: #f1ece2;
  grid-template-rows: auto;
  grid-template-columns: 248px 1fr;
  min-height: 100vh;
  display: grid;
}

.main-dashboard-wrapper-1 {
  background-color: #0000;
  flex-direction: column;
  min-width: 0;
  height: 100vh;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.plat-content {
  color: #0f1412;
  scroll-behavior: smooth;
  background: none;
  flex: auto;
  margin: 0;
  padding: 0;
  font-family: Plus Jakarta Sans, Inter, sans-serif;
  overflow-y: auto;
}

.plat-page {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 40px 80px;
}

.plat-page--wide {
  max-width: 1440px;
}

.plat-eyebrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1f3a2e;
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.plat-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, color .15s, transform .15s;
  display: inline-flex;
}

.plat-btn.plat-btn--ghost {
  opacity: .9;
  color: currentColor;
  background: none;
  border: 1px solid;
}

.plat-btn--primary {
  color: #fff;
  background-color: #0f1412;
}

.plat-btn--ghost {
  color: #0f1412;
  background-color: #0000;
  border-color: #0f14121a;
}

.plat-btn--sm {
  padding: 7px 12px;
  font-size: 12px;
}

.plat-btn--lg {
  padding: 14px 22px;
  font-size: 14px;
}

.plat-card {
  background-color: #fff;
  border: 1px solid #0f14120f;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 1px #0f141208, 0 6px 18px #0f14120d;
}

.plat-pill {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  letter-spacing: .02em;
  border-radius: 999px;
  align-items: center;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.plat-pill--ink {
  color: #3a4540;
  background-color: #0f141214;
}

.plat-pill--neutral {
  color: #6e7772;
  background-color: #0f14120a;
  border: 1px solid #0f14120f;
}

.plat-level {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  border-radius: 999px;
  align-items: center;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 0 2px 10px #00000059;
}

.plat-level.lvl-beginner {
  background-color: #2e8a4e;
}

.plat-level.lvl-medium {
  background-color: #2b6fbd;
}

.plat-level.lvl-advanced {
  background-color: #0f1412;
}

.home-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(135deg, #15201c 0%, #0f1412 55%, #1a2620 100%);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  background-attachment: scroll, scroll, scroll;
  background-origin: padding-box, padding-box, padding-box;
  background-clip: border-box, border-box, border-box;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  min-height: 280px;
  padding: 36px 40px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-hero:before {
  z-index: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(closest-side, #9dd2a859, #0000 70%);
  width: 360px;
  height: 360px;
  position: absolute;
  top: -80px;
  right: -80px;
}

.home-hero:after {
  z-index: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(closest-side, #9dd2a82e, #0000 70%);
  width: 280px;
  height: 280px;
  position: absolute;
  bottom: -120px;
  left: -120px;
}

.home-hero-left {
  z-index: 1;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  gap: 18px;
  display: flex;
  position: relative;
}

.home-hero-eyebrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #9dd2a8;
  letter-spacing: .2em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.home-hero-eyebrow:before {
  content: "";
  background-color: #9dd2a8;
  width: 28px;
  height: 1px;
  display: inline-block;
}

.home-hero-title {
  color: #fff;
  letter-spacing: -.025em;
  max-width: 580px;
  margin: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: clamp(32px, 3.6vw, 52px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.04;
}

.home-hero-meta {
  grid-column-gap: 28px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  grid-template-columns: none;
  gap: 16px 32px;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
}

.home-hero-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
  display: flex;
}

.home-hero-right {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
  display: flex;
  position: relative;
}

.home-hero-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff12;
  border: 1px solid #ffffff29;
  border-radius: 14px;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  display: flex;
}

.home-hero-card-icon {
  color: #9dd2a8;
  background-color: #9dd2a829;
  border-radius: 9px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.home-hero-card-num {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.home-hero-card-lbl {
  color: #ffffffa6;
  margin-top: 2px;
  font-size: 12px;
}

.home-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 24px;
  display: grid;
}

.home-left {
  min-width: 0;
}

.home-side-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.home-section-head {
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 4px 4px 14px;
  display: flex;
}

.home-section-head--mt {
  margin-top: 28px;
}

.home-section-head--inline {
  margin: 0 0 14px;
}

.home-section-head-date {
  color: #3a4540;
  cursor: pointer;
  border-bottom: 1px solid #0f14121a;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.home-continue {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.course-card {
  cursor: pointer;
  color: inherit;
  background-color: #fff;
  border: 1px solid #0f14120f;
  border-radius: 16px;
  flex-direction: column;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex;
  overflow: hidden;
}

.course-thumb {
  aspect-ratio: 16 / 10;
  background-color: #15201c;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.course-thumb.course-thumb--bg1 {
  background-image: url('../images/stretchingTrynCrop.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.course-thumb.course-thumb--bg2 {
  background-image: url('../images/yogaTrynCrop.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.course-thumb.course-thumb--bg3 {
  background-image: url('../images/krafttrainingCrop.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.course-thumb.course-thumb--bg4 {
  background-image: url('../images/HIITTrynCrop.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.course-thumb--bg1 {
  background-image: linear-gradient(135deg, #1f3a2e 0%, #2e6b4e 60%, #9dd2a8 100%);
}

.course-thumb--bg2 {
  background-image: linear-gradient(135deg, #2b6fbd 0%, #5a9fe8 100%);
}

.course-thumb--bg3 {
  background-image: linear-gradient(135deg, #c2453d 0%, #e94b4b 100%);
}

.course-thumb--bg4 {
  background-image: linear-gradient(135deg, #6e5a36 0%, #b89856 100%);
}

.course-thumb-overlay {
  background-image: linear-gradient(#0000 35%, #000000bf 100%);
  position: absolute;
  inset: 0;
}

.course-thumb-meta {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 14px;
}

.course-thumb-time {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #0000008c;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  bottom: 12px;
  right: 14px;
}

.course-card-body {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  padding: 16px 18px 18px;
  display: flex;
}

.course-card-tags {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  display: flex;
}

.course-card-title {
  color: #0f1412;
  letter-spacing: -.005em;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.course-card-desc {
  color: #3a4540;
  font-size: 13px;
  line-height: 1.5;
}

.course-progress {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6e7772;
  flex-flow: row;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  font-size: 11px;
  display: flex;
}

.course-progress-bar {
  background-color: #0f14120f;
  border-radius: 999px;
  flex: auto;
  align-self: center;
  height: 4px;
  min-height: 4px;
  max-height: 4px;
  display: block;
  position: relative;
  overflow: hidden;
}

.course-progress-bar.inline-div-1, .course-progress-bar.inline-div-2, .course-progress-bar.inline-div-3 {
  height: 4px;
  min-height: 4px;
  max-height: 4px;
}

.course-progress-pct {
  color: #3a4540;
  font-weight: 600;
}

.streak-card {
  background-color: #fff;
  border: 1px solid #0f14120f;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 1px #0f141208, 0 6px 18px #0f14120d;
}

.streak-num {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0f1412;
  letter-spacing: -.03em;
  white-space: nowrap;
  align-items: baseline;
  gap: 8px;
  margin: 8px 0 4px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.streak-copy {
  color: #6e7772;
  font-size: 13px;
}

.streak-days {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 16px;
  display: grid;
}

.streak-day {
  color: #6e7772;
  aspect-ratio: 1;
  background-color: #0f14120d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.streak-day.is-done {
  color: #fff;
  background-color: #1f3a2e;
}

.streak-day.is-today {
  color: #0f1412;
  background-color: #fff;
  border: 1.5px solid #0f1412;
}

.next-list {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.next-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  cursor: pointer;
  border-top: 1px solid #0f14120f;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  padding: 14px 4px;
  display: grid;
}

.next-date {
  text-align: center;
  background-color: #0f14120a;
  border-radius: 10px;
  padding: 8px 0;
}

.next-date-d {
  color: #0f1412;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.next-date-m {
  color: #6e7772;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 10px;
}

.next-info-ttl {
  color: #0f1412;
  font-size: 14px;
  font-weight: 600;
}

.next-info-meta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #6e7772;
  flex-wrap: wrap;
  margin-top: 2px;
  font-size: 12px;
  display: flex;
}

.next-chev {
  color: #6e7772;
  width: 16px;
  height: 16px;
}

.plat-card--community {
  background-color: #eaf0e6;
  border-color: #1f3a2e33;
}

.comm-ping-title {
  color: #0f1412;
  letter-spacing: -.01em;
  margin: 0 0 8px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.comm-ping-body {
  color: #3a4540;
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.5;
}

.hero-em {
  color: #9dd2a8;
  font-style: normal;
  font-weight: 700;
}

.home-section-link {
  color: #3a4540;
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #0f14121a;
  padding-bottom: 1px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.hero-meta-item {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.hero-meta-dt {
  color: #ffffff80;
  letter-spacing: .04em;
  text-transform: none;
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-meta-dd {
  color: #fff;
  letter-spacing: -.005em;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.plat-btn--white {
  color: #0f1412;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.streak-num-small {
  color: #6e7772;
  letter-spacing: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.section-h2 {
  color: #0f1412;
  letter-spacing: -.01em;
  margin: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.burger-bar {
  background-color: currentColor;
  border-radius: 1px;
  width: 16px;
  height: 1.5px;
  display: block;
}

.close-menu-1 {
  z-index: 45;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: #080a0980;
  display: none;
  position: fixed;
  inset: 0;
}

@media screen and (min-width: 1440px) {
  body {
    --_responsive---1920: 50px;
    --_responsive---1600: 0px;
  }

  h2 {
    font-size: 36px;
  }

  .common-padding.kunden-padding {
    padding-top: 80px;
  }

  .div-block {
    position: static;
  }

  .div-block-3 {
    object-fit: cover;
  }

  .bnr-cont {
    padding-right: 112px;
  }

  .container-2 {
    width: 7%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .unsere-platform-item-wrap {
    padding: 40px;
  }

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

  .slide-nav {
    font-size: 12px;
  }

  .left-arrow, .right-arrow {
    width: 30px;
    height: 30px;
  }

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

  .splide-slide-cont {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .heading-13, .heading-14 {
    font-size: 96px;
  }

  .video {
    width: 100%;
    height: 100%;
  }

  .heading-15, .heading-16, .heading-17 {
    margin-top: 0;
  }

  .popup-wrap {
    position: relative;
  }

  .input-label {
    letter-spacing: 2px;
    padding-bottom: 0;
    font-family: HelveticaNeueLight-400, Arial, sans-serif;
    font-weight: 400;
    line-height: 16px;
    bottom: 0;
    left: 0;
  }

  .input.user-name-input {
    padding-left: 12px;
  }

  .input.user-name-input:focus {
    font-family: HelveticaNeueLight-400, Arial, sans-serif;
    box-shadow: 0 0 2px 1px #000;
  }

  .input.user-name-input::placeholder {
    font-family: HelveticaNeueLight-400, Arial, sans-serif;
    font-size: 14px;
  }

  .input.modal-mail-input {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 12px;
  }

  .input.modal-mail-input::placeholder {
    background-image: none;
    font-family: HelveticaNeueLight-400, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .input.tel-modal-input {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 12px;
  }

  .input.tel-modal-input::placeholder {
    font-family: HelveticaNeueLight-400, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .popup-close {
    background-color: var(--white);
    color: var(--black);
    top: 6%;
  }

  .button-3.in-form.btn {
    background-color: var(--black);
    height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-row {
    flex-flow: column;
  }

  .h3 {
    font-size: 21px;
  }

  .popup {
    opacity: 1;
    display: none;
  }

  .form-border {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .input-wrapper.mr-15 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
  }

  .modal-header {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---1920: 50px;
    --_responsive---1600: 0px;
  }

  h1 {
    font-size: 50px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper {
    justify-content: flex-start;
  }

  .nav-menu-wrapper {
    background-color: #f3f3f3;
    width: 100%;
    display: block;
    top: 58px;
  }

  .nav-menu-two {
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    background-color: #0000;
    padding: 12px;
  }

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

  .common-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hdr-btn-wrap {
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
  }

  .div-block {
    object-fit: cover;
  }

  .bubble-sm {
    width: 84px;
    height: 84px;
  }

  .bubble-sm-2 {
    width: 64px;
    height: 64px;
  }

  .bnr-cont {
    padding-right: 20px;
  }

  .head-center.effective-training-head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    width: 95%;
  }

  .slider {
    max-width: 632px;
  }

  .cell {
    padding-left: 0;
  }

  .plan-list {
    margin-top: 30px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .auto-slide-sec {
    padding-bottom: 20px;
  }

  .div-block-10.bnr-vdo-play-btn {
    width: 65px;
    height: 65px;
  }

  .video {
    object-fit: cover;
    height: 100%;
  }

  .icon-3 {
    color: #000;
  }

  .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
    padding-top: 0;
    padding-bottom: 10px;
  }

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

  .popup-close {
    top: 5%;
    right: 5%;
  }

  .form-border {
    padding-bottom: 0;
  }

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

  .heading-style-h3 {
    font-size: 26px;
  }

  .nav2_menu-button {
    color: #fff;
    background-color: #2962ff;
    border-radius: 100%;
    padding: .75rem;
  }

  .nav2_menu-button.w--open {
    color: #7b58cf;
    background-color: #fff;
  }

  .nav2_menu {
    background-color: #fff;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav2_link-wrapper {
    color: #2f2a6b;
  }

  .nav2_link {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2.5rem;
  }

  .nav2_link:hover {
    color: #2f2a6b;
  }

  .nav2_link.w--current {
    color: #7b58cf;
    border-radius: 0;
    margin-right: 0;
  }

  .nav2_link.alt {
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .button-4.is-pricing {
    padding: .3rem 1rem;
    font-size: .9rem;
  }

  .nav2_component {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .features_grid {
    flex-direction: column;
    display: flex;
  }

  .nav2_button-wrapper {
    color: #2f2a6b;
    border-top: 1px solid #f4f0ff;
    border-bottom: 1px solid #f4f0ff;
    padding: .75rem 2.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .button-5.is-pricing {
    padding: .3rem 1rem;
    font-size: .9rem;
  }

  .menu {
    width: auto;
    padding: 1rem;
  }

  .menu.sidebar-menu {
    display: block;
  }

  .menu_logo, .menu_link-text {
    display: none;
  }

  .pricing_number {
    font-size: 24px;
  }

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

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .text-white.mb-15.heading {
    font-size: 25px;
  }

  .welcome-para.mb-10 {
    font-size: 14px;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .graph_number {
    top: 0;
  }

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

  .circle_wrap {
    width: 180px;
    height: 180px;
  }

  .graph_chart {
    height: 100%;
  }

  .slide-3 {
    background-position: 205% -32%;
  }

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

  .section_hero-2 {
    padding-top: 3rem;
  }

  .navbar_flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .circle_text {
    font-size: 2rem;
  }

  .image_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .dark_dashboard-card.item-center {
    font-size: .5rem;
  }

  .sidebar-view-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .upgrade_card {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .upgrade_vertical-para {
    text-align: center;
  }

  .upgrade_vertical-para.is-hide {
    display: none;
  }

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

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

  .ms-button {
    position: relative;
  }

  .div-block-15 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-15.d-none {
    display: none;
  }

  .live-worout-list-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .workout-top-wrap {
    flex-flow: wrap;
  }

  .workout-top-wrap.list-workout {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .workout-name {
    font-size: 15px;
  }

  .small-text-bold {
    font-size: 22px;
  }

  .text-block-12 {
    font-size: 12px;
  }

  .mb-10 {
    margin-bottom: 20px;
  }

  .user-info-live.d-none, .mobile-livelist {
    display: none;
  }

  .desktop-livelist {
    display: block;
  }

  .dash_contain {
    max-width: 100%;
  }

  .pd-5 {
    padding-left: 10px;
  }

  .pricing_plan-name.features {
    flex-flow: column;
    height: 60.1875px;
  }

  .text-size-large-3 {
    font-size: 1.3rem;
  }

  .pricing_button {
    text-align: center;
    white-space: pre-line;
    word-break: keep-all;
    padding: 10px 0;
    font-size: .875rem;
  }

  .pricing_plan-grid {
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: stretch center;
    display: flex;
  }

  .pricing_features-plan-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .pricing_features-plan {
    height: 200px;
  }

  .pricing_features-plan.left {
    width: 179px;
    height: 100%;
  }

  .pricing_features-plan.left.hide-mobile-landscape {
    width: auto;
  }

  .pricing_charges-middle {
    height: 42px;
  }

  .pricing_plan-card {
    width: 100%;
    max-width: 380px;
  }

  .pricing_plan-card.is-first {
    order: 1;
  }

  .pricing_features-grid {
    width: 100%;
  }

  .pricing_features-inner-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .pricing_features-inner-grid.silver, .pricing_features-inner-grid.top {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tryn-hero-ticker-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tryn-container.tryn-trainer-grid {
    grid-template-columns: 1fr;
  }

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

  .tryn-bento {
    grid-template-columns: 1fr;
  }

  .tryn-bento-hero {
    grid-area: auto / 1 / auto / -1;
    grid-template-columns: 1fr;
  }

  .tryn-bento-ondemand, .tryn-bento-programs, .tryn-bento-community, .tryn-bento-schedule {
    grid-area: auto / 1 / auto / -1;
  }

  .tryn-bento-title-xl {
    font-size: 28px;
  }

  .tryn-pricing-grid {
    grid-template-columns: 1fr;
  }

  .tryn-recommended {
    transform: none;
  }

  .tryn-problem-grid-base {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .tryn-features-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tryn-trainer-grid-base {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tryn-pass-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px;
  }

  .tryn-pass-price-block {
    align-items: flex-start;
  }

  .auth-shell {
    grid-template-columns: 1fr;
  }

  .auth-aside {
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 24px 24px 32px;
    position: relative;
  }

  .auth-main {
    min-height: auto;
    padding: 24px 20px 32px;
  }

  .auth-form {
    width: 100%;
    max-width: 520px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 20px;
  }

  .auth-shell-fixed {
    grid-template-columns: 1fr;
    height: 100vh;
    position: fixed;
  }

  .sidebar-menu-1, .menu-1 {
    width: 100%;
    height: auto;
    position: relative;
  }

  .plat-side-inner {
    padding: 16px;
  }

  .plat-topbar-inner {
    padding: 0 16px;
  }

  .plat-topbar-burger {
    display: flex;
  }

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

  .plat-page {
    padding: 24px 20px 60px;
  }

  .home-hero {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

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

@media screen and (max-width: 767px) {
  body {
    --_responsive---1920: 50px;
    --_responsive---1600: 0px;
  }

  h1 {
    font-size: 40px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .menu-button {
    margin-left: auto;
  }

  .btn.hdr-btn {
    margin-top: 10px;
  }

  .btn-white.trainning-btn {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
  }

  .container-3 {
    width: 95%;
  }

  .heading-5 {
    font-size: 27px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .div-block-8.subsription-plan-wrap {
    padding: 20px;
  }

  .plan-price-head {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .image-5 {
    width: 17px;
  }

  .plan-list {
    margin-top: 20px;
  }

  .heading-8 {
    font-size: 27px;
  }

  .heading-9 {
    font-size: 16px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-14 {
    margin-top: 0;
    font-size: 55px;
  }

  .list-item-9.tgl-log-in {
    flex-flow: column;
    display: flex;
  }

  .heading-15, .heading-16, .heading-17, .heading-18, .heading-19 {
    font-size: 27px;
  }

  .heading-20, .heading-21 {
    font-size: 22px;
  }

  .popup-wrap {
    padding-left: 0;
  }

  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scrollbar {
    padding: 20px;
  }

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

  .heading-style-h3 {
    width: 100%;
    margin-bottom: 6px;
    font-size: 1.5rem;
  }

  .footer4_bottom-link-list {
    grid-column-gap: 1rem;
    margin-top: 1rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav2_link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-4.is-pricing {
    font-size: .8rem;
    line-height: 1.2;
  }

  .footer4_link-list {
    grid-column-gap: 1.5rem;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }

  .footer4_info-wrapper {
    flex-direction: column;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .pricing3_row {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .page-padding, .padding-global, .nav2_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .nav2_button-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer4_social-link {
    margin-right: 1.5rem;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .pricing3_cell {
    border-style: none;
    padding: 1rem;
  }

  .pricing3_cell.combo-row-title {
    color: #2f2a6b;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .pricing3_cell.title-cell.hide-landscape {
    display: none;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button-5.is-pricing {
    font-size: .8rem;
    line-height: 1.2;
  }

  .banner_container {
    padding: 2rem;
  }

  .form_input.is-text-area {
    font-size: 14px;
  }

  .menu {
    z-index: 50;
    width: 280px;
    height: 100vh;
    transition: transform .24s;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .menu.sidebar-menu {
    z-index: 50;
    width: 280px;
    height: 100vh;
    transition: transform .24s cubic-bezier(.4, 0, .2, 1);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    box-shadow: 0 20px 60px #080c0a4d;
  }

  .comment_empty-head {
    font-size: 15px;
  }

  .app_page-wrapper {
    grid-template-columns: 1fr;
    min-height: 100vh;
    display: block;
  }

  .comment_row {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .comment_is-typing {
    padding-left: 2.5em;
  }

  .comment_text {
    margin-bottom: .5em;
    font-size: 14px;
  }

  .comment_name-row {
    min-height: 2em;
    font-size: .9em;
  }

  .main-dashboard-wrapper {
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow-y: auto;
  }

  .comment_image {
    width: 2em;
    height: 2em;
  }

  .divider-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing_number {
    font-size: 1.5rem;
  }

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

  .pricing_title {
    flex-flow: wrap;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

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

  .counter-box {
    flex-flow: wrap;
  }

  .counter-box-wrap {
    width: 48%;
  }

  .live-session-wrap {
    flex-flow: wrap;
    padding-top: 15px;
  }

  .liveworkout-left {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .navbar_divider {
    display: none;
  }

  .navbar_flex {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .navbar_menu {
    margin-left: auto;
  }

  .liveworkout-content {
    text-align: center;
    width: 100%;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .upgrade_checkitems-wrap {
    grid-template-columns: 1fr;
  }

  .upgrade_card-title {
    font-size: 2rem;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .workout-name {
    font-size: 16px;
  }

  .dashboard-top {
    width: 100%;
    padding: 0;
    position: sticky;
    top: 0;
  }

  .contet-wtap {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .profile_field-wrapper.has-button {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .dash_logo-wrap {
    height: 70px;
  }

  .widget-embed {
    min-width: 690px;
  }

  .dash_nav-wrap {
    width: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .widget-svg {
    width: 36px;
  }

  .widget-svg.close {
    display: none;
  }

  .widget-mobile {
    color: #fff;
    background-color: #2962ff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    display: flex;
    position: fixed;
    inset: auto 3vw 3vw auto;
    box-shadow: 0 0 0 5px #2962ff33;
  }

  .dash_page {
    padding-left: 180px;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .dash_header {
    height: 70px;
  }

  .widget-wrapper {
    width: 250px;
    height: 400px;
    margin: auto;
    display: none;
    top: 0;
    left: 0;
  }

  .dash_h1 {
    margin-top: .3rem;
    font-size: 1.4rem;
  }

  .widget-move {
    display: none;
  }

  .text-size-large-3 {
    font-size: 1.12rem;
  }

  .pricing_plan-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .pricing_features-plan {
    border-right: 1px solid #d2d2d2;
    width: auto;
  }

  .pricing_features-plan.mobile-end {
    border-right-style: none;
  }

  .pricing_charges-middle {
    height: 42px;
  }

  .pricing_plan-card.is-first {
    order: -1;
  }

  .pricing_features-checks {
    border: 1px solid #d2d2d2;
    width: auto;
  }

  .pricing_features-checks.is-miidle {
    border-left-style: none;
    border-right-style: none;
  }

  .pricing_features-checks.mobile-end {
    border-right-style: none;
  }

  .pricing_features-inner-grid {
    grid-column-gap: 0px;
    background-color: #fff;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing_features-inner-grid.silver {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing_features-inner-grid.top {
    background-color: #fff;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tryn-nav-links {
    display: none;
  }

  .tryn-hero {
    min-height: 740px;
  }

  .tryn-hero-inner {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    min-height: 740px;
    padding: 60px 20px 70px;
    display: flex;
  }

  .tryn-hero-sub {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .tryn-hero-cta {
    margin-top: 30px;
  }

  .tryn-hero-members {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    font-size: 13px;
  }

  .tryn-av {
    width: 28px;
    height: 28px;
  }

  .tryn-hero-eyebrow {
    letter-spacing: .14em;
    margin-bottom: 22px;
    font-size: 11px;
  }

  .tryn-hero-ticker {
    padding: 10px 0;
    font-size: 12px;
  }

  .tryn-hero-ticker-inner {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    gap: 6px;
    padding: 0 20px;
  }

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

  .tryn-container.tryn-footer-row {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

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

  .tryn-h2 {
    font-size: clamp(28px, 7vw, 40px);
  }

  .tryn-h1 {
    font-size: clamp(36px, 9vw, 52px);
  }

  .tryn-btn-lg {
    justify-content: center;
    width: 100%;
    padding: 14px 22px;
    font-size: 15px;
  }

  .tryn-amount {
    font-size: 32px;
  }

  .tryn-proof-head {
    margin-bottom: 24px;
    padding: 0 20px;
  }

  .tryn-proof-cards {
    display: none;
  }

  .tryn-phones {
    gap: 10px;
  }

  .tryn-phone-mid {
    transform: translateY(-10px);
  }

  .tryn-problem-grid-base {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tryn-trainer-grid-base {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tryn-trainer-quote {
    font-size: 20px;
  }

  .tryn-final-h2 {
    font-size: clamp(32px, 8vw, 48px);
  }

  .tryn-pricing-head {
    margin-bottom: 40px;
  }

  .tryn-footer-brand {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .tryn-footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .tryn-proof-rating {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    gap: 2px 10px;
    padding: 12px 20px;
  }

  .tryn-shift-stage {
    min-height: 380px;
  }

  .tryn-shift-showcase {
    flex-direction: column;
    grid-template-columns: 1fr;
    min-height: 0;
    display: none;
  }

  .tryn-shift-stage-overlay {
    padding: 24px 24px 36px;
  }

  .tryn-shift-tab {
    gap: 2px;
    padding: 14px 10px;
  }

  .tryn-shift-body {
    gap: 14px;
    padding: 28px;
  }

  .tryn-shift-body-title {
    font-size: 22px;
  }

  .tryn-shift-body-copy {
    font-size: 15px;
  }

  .tryn-pass-amount {
    font-size: 28px;
  }

  .tryn-footer-brand-copy {
    margin-left: 0;
  }

  .tryn-mobile-hide {
    display: none;
  }

  .tm-wrap {
    display: block;
  }

  .auth-aside-stats {
    gap: 24px;
    margin-top: 28px;
    padding-top: 24px;
  }

  .auth-aside-stat-k {
    font-size: 22px;
  }

  .auth-grid-2 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .plat-topbar-inner {
    gap: 8px;
    padding: 0 16px;
  }

  .plat-topbar-burger {
    color: #0f1412;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #0f14121a;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 38px;
    height: 38px;
    padding: 0;
    display: inline-flex;
  }

  .plat-page {
    max-width: 100%;
    padding: 20px 16px 60px;
  }

  .home-hero {
    border-radius: 16px;
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding: 24px 22px;
  }

  .home-hero-title {
    font-size: 26px;
    line-height: 1.1;
  }

  .home-hero-meta {
    grid-column-gap: 22px;
    grid-row-gap: 14px;
    gap: 14px 22px;
  }

  .home-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }

  .home-continue {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .streak-num {
    margin: 6px 0 4px;
    font-size: 36px;
  }
}

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

  h2 {
    font-size: 22px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .btn-white.trainning-btn {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

  .bubble-sm {
    width: 64px;
    height: 64px;
  }

  .bubble-sm-2 {
    width: 44px;
    height: 44px;
  }

  .head-center.effective-training-head {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-nav {
    font-size: 8px;
    bottom: -50px;
  }

  .slide {
    padding: 20px;
  }

  .left-arrow {
    width: 20px;
    height: 20px;
    bottom: -16%;
    left: 30%;
  }

  .icon {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .right-arrow {
    width: 20px;
    height: 20px;
    bottom: -16%;
    right: 30%;
  }

  .icon-2 {
    font-size: 13px;
  }

  .quick-stack-3 {
    margin-top: 0;
  }

  .div-block-8.subsription-plan-wrap {
    margin-top: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    margin-top: 10px;
  }

  .footer-link-three {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
  }

  .footer-divider-two {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .footer-copyright, .footer-legal-link {
    font-size: 10px;
  }

  .slider-item-wrap {
    flex-flow: column;
  }

  .splide-slide-img-wrap {
    max-width: 100%;
    margin-bottom: 10px;
    padding-bottom: 40%;
  }

  .splide-slide-cont {
    padding-left: 0;
  }

  .div-block-10.bnr-vdo-play-btn {
    width: 45px;
    height: 45px;
  }

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

  .image-12 {
    width: 222%;
    max-width: 23px;
  }

  .popup-close {
    top: 23px;
    right: 30px;
  }

  .form-row {
    flex-direction: column;
  }

  .form-border {
    min-width: auto;
    padding: 10px 0 0;
  }

  .scrollbar {
    padding: 20px;
  }

  .input-wrapper.mr-15 {
    margin-right: 0;
  }

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

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

  .footer4_bottom-link-list {
    grid-auto-flow: row;
    justify-items: start;
  }

  .benefits_left {
    position: static;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-4.is-pricing {
    background-color: #f3f3f300;
    border-style: none;
    padding: 0;
  }

  .button-4.is-pricing.is-recommended {
    color: #000;
    background-color: #2962ff00;
  }

  .footer4_link-list {
    grid-auto-flow: row;
    place-items: start;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .footer4_info-wrapper {
    align-items: flex-start;
  }

  .fs-cc-prefs3_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

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

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .pricing3_cell {
    text-align: center;
  }

  .button-5.is-pricing {
    background-color: #f3f3f300;
    border-style: none;
    padding: 0;
  }

  .button-5.is-pricing.is-recommended {
    color: #000;
    background-color: #2962ff00;
  }

  .button-5.big-btn {
    max-width: 100%;
  }

  .form_input.is-text-area {
    width: 93%;
  }

  .auth_overlay, .auth_modal {
    padding: 1.5rem;
  }

  .menu.sidebar-menu {
    width: 86vw;
    display: block;
    transform: translateX(-100%);
  }

  .comment_reply-section {
    margin-left: -1em;
  }

  .menu_link {
    padding: .75rem;
  }

  .comment_is-typing {
    padding-left: 0;
  }

  .main-dashboard-wrapper {
    padding: 1rem;
  }

  .pricing_number {
    width: 100%;
    display: flex;
  }

  .pricing_card {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .pricing_list-item {
    font-size: 14px;
  }

  .pricing_title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: left;
    flex-direction: column;
  }

  .access-denied_container {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .access-denied_icon-wrapper {
    margin-left: auto;
  }

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

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

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

  .progres-bar-2 {
    width: 100%;
    margin-right: 8px;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .counter-box-wrap {
    width: 100%;
  }

  .liveworkout-left {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .blue_dashboard-card {
    padding: 16px;
  }

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

  .custom_dashboard {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
  }

  .navbar_watchlist-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider_card {
    height: 342px;
  }

  .navbar_flex {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .text-size-small.is-grey {
    font-size: .75rem;
  }

  .card_head {
    flex-flow: row;
  }

  .card_graph {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }

  .dark_dashboard-card.item-center {
    height: 253px;
  }

  .navbar_menu {
    margin-left: 0;
    margin-right: auto;
  }

  .upgrade_charges {
    font-size: 1.5rem;
  }

  .upgrade_charges-wrap {
    justify-content: center;
    align-items: center;
  }

  .upgrade_content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .upgrade_plan-name {
    font-size: 1.6rem;
  }

  .upgrade_plan-info {
    text-align: center;
    flex-flow: column;
  }

  .upgrade_button {
    margin-left: auto;
    margin-right: auto;
  }

  .upgrade_checkitems-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .upgrade_card-title {
    font-size: 1.8rem;
  }

  .login_google-wrap {
    font-size: 1rem;
  }

  .signup_input-wrap.col-50 {
    width: 100%;
  }

  .login_passwords-wrap {
    flex-flow: column;
  }

  .signup_content {
    padding: 10px;
  }

  .signup_or-txt {
    flex: none;
  }

  .signup_google-wrap {
    font-size: 1rem;
  }

  .login-list {
    flex-flow: column;
  }

  .password-requirements, .signup_input {
    width: 100%;
  }

  .pr-des {
    font-size: 18px;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-form-block {
    width: 100%;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .live-worout-list-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .workout-name {
    font-size: 14px;
  }

  .livevideo-details {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 10px 0;
  }

  .contet-wtap {
    justify-content: center;
    align-items: center;
  }

  .hd1.mb-10 {
    font-size: 20px;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .hd2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .user-info-live {
    padding-left: 0;
    padding-right: 0;
  }

  .acd {
    width: 100%;
  }

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

  .dash_nav-wrap {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 0;
    position: static;
  }

  .dash_page {
    padding-left: 25px;
  }

  .dash_button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .big-para {
    font-size: 17px;
  }

  .pricing_plan-name.features {
    height: 52.875px;
  }

  .section_pricing-plan {
    background-image: linear-gradient(215deg, #000 1%, #e4f222 1%, #0000 5%), linear-gradient(135deg, #000 1%, #e4f222 1%, #0000 5%);
  }

  .pricing_button {
    font-size: .75rem;
    line-height: 1;
  }

  .pricing_features_check-text {
    font-size: .75rem;
  }

  .pricing_plan-grid {
    justify-items: stretch;
  }

  .pricing_features-plan {
    width: auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing_plan-card {
    padding: 25px 10px 20px;
  }

  .pricing_features-checks {
    width: auto;
    height: 50.2031px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing_name-custom.paid {
    font-size: .875rem;
  }

  .pricing_name-custom.paid.is-black {
    letter-spacing: -.03em;
  }

  .home-hero-title {
    font-size: 22px;
    line-height: 1.15;
  }
}

#w-node-_57a30a5a-9a83-de24-e30c-271f47731d4d-d875b10c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_45559135-9ab4-482f-1a3e-1bd22ed5bf64-d875b10c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f426ee74-7a5a-b567-5dd9-eb6603379093-d875b10c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_92982e06-ce30-e612-7f5b-30a7bd864911-d875b10c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_233f15d3-a682-157b-8e68-40f7234cd025-d875b10c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9bb37305-087b-2e1e-ee0b-acab5698b0d7-d875b10c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_67f17644-213d-3ec1-ea36-82c32d69d89a-de5160ed, #w-node-_67f17644-213d-3ec1-ea36-82c32d69d8a2-de5160ed, #w-node-_67f17644-213d-3ec1-ea36-82c32d69d8aa-de5160ed, #w-node-_67f17644-213d-3ec1-ea36-82c32d69d8b2-de5160ed, #w-node-_6a8eaeb8-2acd-ee15-127e-2e33ab673c21-de5160ed, #w-node-_6a8eaeb8-2acd-ee15-127e-2e33ab673c25-de5160ed, #w-node-_6a8eaeb8-2acd-ee15-127e-2e33ab673c2d-de5160ed, #w-node-_6a8eaeb8-2acd-ee15-127e-2e33ab673c31-de5160ed, #w-node-ed5aa097-e8cd-1010-9495-1459490d18ed-de5160ed, #w-node-ed5aa097-e8cd-1010-9495-1459490d18f1-de5160ed, #w-node-ed5aa097-e8cd-1010-9495-1459490d18f5-de5160ed, #w-node-ed5aa097-e8cd-1010-9495-1459490d18f9-de5160ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c6e3db3-6b1b-da37-55cf-d0c1b3e5dba9-c90f0a35 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_27cb57ba-576d-51c8-9c1c-6e47eefc3008-c90f0a35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr 1fr;
}

#w-node-_80c70c17-6e47-9788-2868-1696fbd4e49f-c90f0a35 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d8a5e38-7605-e6ba-c29a-10fb27fe784b-c90f0a35 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_45559135-9ab4-482f-1a3e-1bd22ed5bf64-d875b10c, #w-node-f426ee74-7a5a-b567-5dd9-eb6603379093-d875b10c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_92982e06-ce30-e612-7f5b-30a7bd864911-d875b10c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9bb37305-087b-2e1e-ee0b-acab5698b0d7-d875b10c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-aaaefa44-2cd3-4092-e1cf-0a569ca5c38b-de5160ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6c6e3db3-6b1b-da37-55cf-d0c1b3e5dba9-c90f0a35 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_27cb57ba-576d-51c8-9c1c-6e47eefc3008-c90f0a35 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .75fr .75fr 1fr;
  }

  #w-node-_0d8a5e38-7605-e6ba-c29a-10fb27fe784b-c90f0a35 {
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_57a30a5a-9a83-de24-e30c-271f47731d4d-d875b10c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aaaefa44-2cd3-4092-e1cf-0a569ca5c38b-de5160ed {
    grid-column: span 1 / span 1;
  }

  #w-node-_27cb57ba-576d-51c8-9c1c-6e47eefc3008-c90f0a35, #w-node-_0d8a5e38-7605-e6ba-c29a-10fb27fe784b-c90f0a35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_45559135-9ab4-482f-1a3e-1bd22ed5bf64-d875b10c, #w-node-f426ee74-7a5a-b567-5dd9-eb6603379093-d875b10c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_233f15d3-a682-157b-8e68-40f7234cd025-d875b10c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9bb37305-087b-2e1e-ee0b-acab5698b0d7-d875b10c, #w-node-_27cb57ba-576d-51c8-9c1c-6e47eefc3008-c90f0a35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_80c70c17-6e47-9788-2868-1696fbd4e49f-c90f0a35 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0d8a5e38-7605-e6ba-c29a-10fb27fe784b-c90f0a35 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Helvetica Neue Black';
  src: url('../fonts/HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Heavy';
  src: url('../fonts/HelveticaNeueHeavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueBold-600';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLight-400';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}