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

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

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

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

body {
  color: #1a244e;
  font-family: Google Sans Flex, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  color: #c71d1d;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

h3 {
  color: #1a244e;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 25px;
}

li {
  font-size: 16px;
  line-height: 24px;
}

strong {
  font-weight: 500;
}

.navbar-no-shadow {
  height: 80px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

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

.navbar-brand {
  background-color: #fff;
  border-radius: 200px;
  width: 120px;
  height: 120px;
  margin-top: 60px;
  padding: 4px;
}

.navbar-brand.w--current {
  background-color: #fff;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 60px;
  padding: 4px;
  display: flex;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  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-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a244e;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 0;
  padding: 12px 18px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

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

.footer-subscribe {
  background-color: #1a244e;
  border-bottom: 1px solid #e4ebf3;
  padding: 24px 30px;
  position: relative;
}

.container {
  width: 1140px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.container.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.footer-link-three {
  color: #fff;
  letter-spacing: .5px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

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

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

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

.footer-copyright {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

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

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

.section.top {
  margin-top: 30px;
}

.section.cta {
  background-color: #000;
  height: 300px;
  position: relative;
}

.section.cta.space, .section.bottom {
  margin-bottom: 0;
}

.section.logo {
  width: auto;
  height: auto;
  margin-top: 30px;
  margin-bottom: 60px;
}

.hero-h2 {
  color: #c71d1d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.hero-h2.center {
  text-align: center;
  font-weight: 500;
}

.banner-con {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: 100%;
  display: flex;
}

.banner-con.flex {
  justify-content: center;
  align-items: center;
  width: 800px;
}

.colum-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.hero-btn {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.button {
  letter-spacing: 1.2px;
  background-color: #c71d1d;
  border: 1px solid #c71d1d;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 20px;
  font-size: 14px;
}

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

.hero {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 700;
  line-height: 72px;
}

.hero-p {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-weight: 200;
  line-height: 26px;
}

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

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 900px;
  height: 100%;
}

.grid.xl {
  width: 1140px;
}

.ftr-cube {
  margin-bottom: 0;
  transition: transform .3s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.trainers-con-block {
  padding: 20px 20px 0;
}

.con-sm-block {
  text-align: center;
  width: 700px;
  margin-bottom: 20px;
}

.trainers {
  border: 1px solid #0000001a;
  border-radius: 4px;
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}

.ftr-ink {
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  background-color: #c71d1d;
  border-radius: 30px;
  margin-right: 6px;
  padding: 1px 14px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.eyebrow-cta {
  color: #c71d1d;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.h2-cta {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

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

.eyebrow {
  color: #c71d1d;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
}

.trainer {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
}

.trainer._2-3 {
  aspect-ratio: 2 / 3;
  object-position: 50% 50%;
}

.trainer._3-2 {
  aspect-ratio: 3 / 2;
}

.h1-inner {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 58px;
}

.banner-center {
  flex-flow: column;
  width: 700px;
  display: flex;
}

.inner-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

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

.sm-block {
  width: 900px;
  margin-top: 40px;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.add-con {
  padding: 24px 24px 14px;
}

.grid-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.lightbox-link {
  border-radius: 4px;
  overflow: hidden;
}

.gallery-img-sm {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.detail-img {
  width: 100%;
  max-width: none;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: grid;
}

.logo {
  width: 112px;
  height: 112px;
}

.map {
  height: 240px;
  margin-bottom: 0;
}

.map.xl {
  height: 240px;
}

.add-block {
  border: 1px solid #0003;
  border-radius: 4px;
  padding: 0;
}

.add-title {
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.add-title.sm {
  color: #1a244e;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.p-add {
  margin-bottom: 10px;
  line-height: 24px;
}

.section-home {
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.banner-container {
  width: 1140px;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-container.flex {
  justify-content: center;
  align-items: center;
}

.banner {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gradient {
  background-image: radial-gradient(circle, #000c 10%, #fff0);
  position: absolute;
  inset: 0%;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.gallery-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.trainers-main {
  border: 1px solid #0000001a;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}

.trainers-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.trainers-img.top {
  object-position: 0px -20px;
}

.trainers-img-main {
  object-fit: cover;
  width: 240px;
  max-width: none;
  height: 384px;
}

.trainers-con {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 30px 10px;
  display: flex;
  position: relative;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-auto-flow: column;
  display: flex;
}

.ftr-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 366px;
  height: 366px;
}

.ftr-con {
  background-image: linear-gradient(0deg, #000, #0000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 366px;
  height: 366px;
  padding: 30px 30px 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h3-white {
  color: #fff;
  letter-spacing: .2px;
  margin-bottom: 4px;
  font-size: 26px;
  font-weight: 500;
}

.p-white {
  color: #fff;
  letter-spacing: .2px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 24px;
}

.cta-cube {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.cat-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: auto;
  height: 100%;
}

.cat-img.hide {
  width: auto;
}

.section-inner {
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
}

.section-inner.shot {
  height: 450px;
}

.section-inner.shot.sm {
  height: 220px;
}

.inner-block-center {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.chip {
  color: #c71d1d;
  background-color: #c71d1d1a;
  border: 1px #c71d1d;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
}

.classer-trainer {
  width: 270px;
  max-width: none;
}

.classes {
  border: 1px solid #0000001a;
  border-radius: 4px;
  width: auto;
  min-width: 100px;
  max-width: 900px;
  margin-right: 10px;
  display: flex;
}

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

.inner-image-sm {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.trainer-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 250px;
  max-width: none;
  height: 100%;
}

.date {
  color: #c71d1d;
  letter-spacing: .2px;
  text-transform: capitalize;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
}

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

.grid-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.cont {
  border: 1px solid #0003;
  border-radius: 4px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

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

.ftr-cube-home {
  border-radius: 4px;
  margin-bottom: 0;
  transition: transform .3s cubic-bezier(.77, 0, .175, 1);
  position: relative;
  overflow: hidden;
}

.ftr-cube-home:hover {
  transform: translate(0, -10px);
}

.eyebrow-sm {
  color: #c71d1d;
  letter-spacing: .5px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
}

.whatsapp {
  z-index: 99;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.designation {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.mob-button {
  justify-content: center;
  align-items: center;
  display: none;
}

.mobile {
  background-color: #08403e;
}

.mob-whatapp-icon {
  width: 30px;
  height: 30px;
}

.mob-whatsapp {
  background-color: #44c554;
}

.call-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.number {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.affi-logo {
  width: auto;
  height: 110px;
  margin-bottom: 12px;
}

.affi-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  display: flex;
}

.p-sm {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.image {
  width: 60px;
  height: 60px;
}

.image-2 {
  aspect-ratio: 3 / 2;
  width: 100%;
  max-width: none;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .navbar-no-shadow {
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #c71d1d33;
    width: 100%;
    height: 70px;
    position: fixed;
  }

  .navbar-no-shadow-container {
    height: 70px;
  }

  .container-regular {
    height: 60px;
    padding-left: 20px;
  }

  .navbar-wrapper {
    border-bottom: 1px #c71d1d;
    height: 70px;
  }

  .navbar-brand {
    width: 90px;
    height: 90px;
    margin-top: 60px;
    padding-left: 4px;
  }

  .navbar-brand.w--current {
    width: 90px;
    height: 90px;
    margin-left: 0;
  }

  .nav-menu-wrapper {
    position: fixed;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60vw;
    height: 100vh;
    margin-top: 70px;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .mobile-margin-top-10 {
    display: none;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .footer-subscribe {
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.center {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-block-three {
    flex-flow: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-three {
    margin-left: 0;
    margin-right: 20px;
  }

  .footer-link-three.w--current {
    letter-spacing: 1px;
  }

  .footer-divider-two {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-bottom {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    margin-top: 10px;
    margin-left: 0;
  }

  .section {
    margin-bottom: 60px;
  }

  .section.top {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section.cta {
    height: 280px;
  }

  .section.logo {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-h2.center {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-con.flex {
    width: auto;
  }

  .colum-img {
    margin-bottom: 0;
  }

  .hero-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button {
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
  }

  .columns-2 {
    flex-flow: column wrap-reverse;
  }

  .columns-2.home {
    flex-flow: row-reverse wrap-reverse;
  }

  .hero {
    font-size: 30px;
    line-height: 42px;
  }

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

  .grid.xl {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .trainers-con-block {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .con-sm-block {
    width: auto;
    margin-bottom: 10px;
  }

  .trainers {
    padding-bottom: 0;
  }

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

  .h2-cta {
    text-align: left;
  }

  .btn-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .trainer._2-3 {
    height: 240px;
  }

  .h1-inner {
    font-size: 34px;
    line-height: 42px;
  }

  .banner-center {
    width: auto;
  }

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

  .sm-block {
    width: auto;
    margin-top: 20px;
  }

  .grid-2 {
    display: block;
  }

  .grid-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .list {
    grid-column-gap: 16px;
    grid-row-gap: 4px;
  }

  .logo {
    width: auto;
    max-width: none;
    height: auto;
  }

  .add-block {
    margin-bottom: 20px;
  }

  .add-title.sm {
    font-size: 16px;
  }

  .banner-container.flex {
    width: auto;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .columns-3 {
    flex-flow: column;
  }

  .trainers-main {
    flex-flow: column;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .trainers-img-main {
    width: 100%;
    height: 300px;
  }

  .trainers-con {
    padding-right: 30px;
  }

  .grid-5 {
    flex-flow: column;
  }

  .ftr-img {
    width: 100%;
    height: auto;
  }

  .ftr-con {
    width: auto;
    height: auto;
  }

  .h3-white {
    font-size: 22px;
    line-height: 28px;
  }

  .cta-cube {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

  .cat-img {
    object-fit: cover;
    width: 210px;
    max-width: none;
    height: 50%;
  }

  .cat-img.hide {
    display: none;
  }

  .section-inner {
    margin-top: 0;
    padding-top: 70px;
  }

  .section-inner.shot {
    height: 60vh;
    padding-top: 70px;
  }

  .section-inner.shot.xl {
    height: 80vh;
  }

  .inner-block-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    display: grid;
  }

  .chip {
    margin-bottom: 10px;
  }

  .classer-trainer {
    width: 100%;
  }

  .classes {
    flex-flow: column;
    margin-right: 0;
  }

  .columns-sm {
    flex-flow: column-reverse;
  }

  .inner-image-sm {
    margin-bottom: 10px;
  }

  .trainer-img {
    width: 100%;
  }

  .grid-6 {
    margin-bottom: 20px;
    display: block;
  }

  .cont {
    margin-bottom: 20px;
    padding: 20px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .whatsapp {
    display: none;
  }

  .mob-button {
    z-index: 99;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 -4px 10px #00000029;
  }

  .mobile {
    background-color: #c71d1d;
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 16px 20px;
    text-decoration: none;
    display: flex;
  }

  .mob-whatapp-icon {
    width: auto;
    height: 24px;
  }

  .mob-btn {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .mob-whatsapp {
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 16px 20px;
    text-decoration: none;
    display: flex;
  }

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

  .list-item {
    text-align: left;
    border-bottom: 1px solid #0000001a;
    flex-flow: row;
    width: 100%;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-top: 10px;
    display: grid;
    overflow: scroll;
  }

  .affi-logo {
    width: auto;
    height: 80px;
  }

  .affi-block {
    width: 150px;
  }
}

#w-node-cfe9d394-3063-108b-0d7d-af334e823aad-27efe1e0, #w-node-cfe9d394-3063-108b-0d7d-af334e823ab3-27efe1e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}


