.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

.body {
  font-family: 'Gt haptik', sans-serif;
  color: #000;
  font-weight: 500;
}

.landingheader {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1.5px solid #000;
  background-color: #fff;
}

.text-block {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.titlectn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bb {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bb.small {
  margin-right: 22px;
}

.bb.bum {
  margin-left: 10px;
}

.um {
  font-size: 25px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.um._4 {
  font-family: Cookie, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.text-span {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.startbtn {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero.mobile {
  display: none;
}

.column {
  height: 74px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.left_hero {
  width: 50vw;
  height: 90vh;
  background-image: url('../images/hero_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  white-space: normal;
}

.right_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efe9e1;
}

.hero_txt {
  margin-bottom: 21px;
  margin-left: 0px;
  color: #000;
  font-size: 75px;
  line-height: 80px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-span-2 {
  font-size: 50px;
}

.hero_txt_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main_btn {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 900;
}

.main_btn.bigger {
  margin-top: 4px;
  padding-right: 40px;
  padding-left: 40px;
}

.yourfit {
  position: static;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #fff;
  background-image: none;
}

.fit_bottom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fit_left {
  position: relative;
  left: 80px;
  right: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.fit_right {
  width: 50vw;
  height: 100vh;
  background-image: url('../images/eil1v2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.fit_top {
  position: relative;
  top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100.0000601876049%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.fit_top._2 {
  top: 96px;
}

.find_txt_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100.0000601876049%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
}

.med_title {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 31px;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.med_title.trainer {
  margin-top: 15px;
  margin-bottom: 26px;
}

.med_title.trainer.mb {
  margin-bottom: 0px;
}

.text-block-2 {
  max-width: 357.59375px;
  margin-bottom: 21px;
  color: #000;
  font-size: 16px;
}

.text-block-2.mb {
  display: block;
}

.link {
  display: block;
  margin-top: 10px;
  color: #e8833e;
  text-decoration: none;
}

.orange_btn {
  margin-top: 19px;
  border: 1.5px solid #000;
  background-color: #efe9e1;
  color: #000;
}

.orange_btn.lower {
  margin-right: 20px;
  padding-right: 25px;
  padding-left: 25px;
}

.orange_btn.black {
  margin-top: 29px;
  padding-right: 55px;
  padding-left: 55px;
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.image {
  position: relative;
  left: 0%;
  top: 12%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: auto;
  max-width: 20%;
  border: 4px solid #000;
  border-radius: 11px;
}

.image-2 {
  position: relative;
  left: 314px;
  right: 0px;
  z-index: 0;
  overflow: visible;
  max-width: 35%;
  min-width: 0px;
  border: 4px solid #000;
  border-radius: 16px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-2.mb {
  display: none;
  overflow: visible;
}

.image-3 {
  position: relative;
  left: 402px;
  top: 224px;
  right: 0px;
  z-index: 1;
  max-width: 8%;
  border: 4px solid #000;
  border-radius: 18px;
}

.image-3.mb {
  display: none;
}

.programs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a38367;
}

.programs._2 {
  display: none;
}

.whiteheader {
  display: block;
  margin-top: 45px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.whiteheader.bottom {
  max-width: 600px;
  margin-top: 17px;
  margin-bottom: 26px;
  font-weight: 400;
  text-align: center;
}

.whiteheadlgr {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}

.mask {
  background-color: #a38367;
}

.slider {
  width: 100vw;
}

.slide_1 {
  width: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.programs_block {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
}

.slide-nav {
  display: none;
  overflow: visible;
  margin-top: 0px;
  padding-top: 0px;
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.image-4 {
  margin-right: 0px;
  margin-left: 0px;
  text-decoration: none;
}

.instructors {
  display: none;
  width: auto;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/eileen_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.instructors._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign_up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #000;
}

.left_signup {
  width: 50vw;
  height: 80vh;
  background-image: url('../images/Beach_Bum_2_142_-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.right_signup {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c7d2d7;
}

.signup_ctn2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 30px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  width: auto;
  height: 100%;
  max-width: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 16px;
  font-weight: 900;
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 21px;
  background-color: #000;
}

.price_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-5 {
  margin-bottom: 0px;
  margin-left: 8px;
  color: #000;
  line-height: 30px;
}

.footer {
  width: auto;
  padding-top: 0px;
  border-style: none none solid;
  border-width: 2px;
  border-color: #000;
}

.link_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.footerlink {
  margin-right: 9px;
  margin-left: 22px;
  color: #333;
  text-decoration: none;
}

.copyright_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-left: 23px;
  color: #333;
}

.spacer {
  width: 100vw;
  height: 20px;
}

.reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efe9e1;
}

.reviews.dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reviews.mb {
  display: none;
}

.slider-2 {
  height: auto;
  background-color: transparent;
}

.mask-2 {
  width: auto;
  height: auto;
}

.review_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
  height: 365px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review_ctn.dt {
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.review {
  height: 308px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  color: #333;
}

.review.dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-nav-2 {
  display: none;
}

.text-block-7 {
  margin-top: 18px;
  font-size: 20px;
}

.text-block-8 {
  max-width: 301.4375px;
  margin-top: 0px;
  margin-left: 5px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.text-span-3 {
  font-size: 40px;
}

.text-span-4 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 40px;
  line-height: 1px;
}

.left-arrow {
  margin-right: 10px;
}

.right-arrow {
  margin-left: 10px;
}

.block-quote {
  background-color: #00f;
}

.quote {
  margin-top: 15px;
  font-size: 45px;
  font-weight: 900;
  text-align: left;
}

.quote.bottom {
  text-align: right;
}

.text-block-9 {
  margin-top: 0px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.text-block-9.larger {
  margin-top: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.main_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/Beach_Bum_day154_-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.main_hero._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.programs2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a38367;
}

.programs2._2 {
  width: auto;
  background-color: #efe9e1;
}

.programs2._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  padding-bottom: 53px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -o-object-fit: none;
  object-fit: none;
}

.programs2._4.mb {
  display: none;
}

.program_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 107px;
  padding-top: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efe9e1), to(#fff));
  background-image: linear-gradient(180deg, #efe9e1, #fff);
  color: #fff;
}

.program_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: none;
  object-fit: none;
}

.text-block-10 {
  width: auto;
  margin-right: 0px;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.text-block-10._2 {
  color: #000;
}

.text-block-11 {
  max-width: 600px;
  margin-top: 24px;
  margin-right: 20px;
  text-align: center;
}

.text-block-11.mobile._2 {
  display: none;
}

.bold-text {
  margin-right: auto;
  font-weight: 400;
}

.bold-text._2 {
  color: #000;
}

.bold-text._4 {
  margin-right: 0px;
  color: #000;
}

.slider-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #a38367;
}

.slider-3._2 {
  background-color: #efe9e1;
}

.slide2 {
  height: auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 270px;
  height: 353px;
  max-width: none;
  margin-right: 17px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-5.left {
  width: auto;
  height: auto;
  margin-right: 0px;
}

.image-6 {
  width: auto;
  max-width: none;
  margin-right: 0px;
  box-shadow: 4px 4px 13px -5px #333;
  -o-object-fit: fill;
  object-fit: fill;
}

.left-arrow-2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mask-3 {
  height: 100%;
}

.slide-nav-3 {
  display: none;
  margin-top: -28px;
}

.div-block-6 {
  margin-top: 11px;
}

.text-block-12 {
  margin-top: 9px;
  margin-left: 11px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.text-block-12._2 {
  color: #000;
}

.div-block-7 {
  margin-left: 43px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-top: 21px;
  margin-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-9 {
  height: 353px;
  margin-bottom: 15px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 324px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  box-shadow: 4px 4px 13px -5px #333;
}

.text-block-13 {
  width: 97%;
  color: #fff;
  font-weight: 400;
}

.icon {
  position: absolute;
  top: 327px;
}

.icon-2 {
  top: 327px;
}

.instructor_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-top: 47px;
  padding-bottom: 47px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a38367;
}

.instuctor_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-14 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.text-block-15 {
  margin-top: 11px;
  color: #fff;
  font-size: 20px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  margin-left: 113px;
}

.text-block-16 {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-transform: uppercase;
}

.trainers {
  position: relative;
  display: none;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.train_left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 629px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c7d2d7;
}

.train_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: auto;
  margin-top: 33px;
  margin-bottom: 33px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  max-width: none;
}

.image-7.mb {
  margin-top: 11px;
}

.text-block-17 {
  max-width: 450px;
}

.text-block-17.mb {
  margin-top: 14px;
}

.image-8 {
  display: none;
  width: 30px;
  margin-top: 19px;
}

.link-2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 33px;
  color: #000;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-2:focus {
  color: #e8833e;
}

.div-block-13 {
  margin-right: 64px;
}

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

.main_program {
  max-width: none;
  margin-right: 22px;
  margin-left: 50px;
}

.back_white {
  max-width: 424px;
  background-color: #fff;
}

.main_program_title {
  margin-left: 22px;
  padding-top: 13px;
  font-size: 20px;
  font-weight: 500;
}

.level_title {
  margin-top: 0px;
  margin-left: 22px;
  padding-bottom: 0px;
}

.level_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-19 {
  max-width: 380px;
  margin-bottom: 0px;
  margin-left: 22px;
  padding-bottom: 14px;
}

.div-block-14 {
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 170px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9 {
  position: static;
  display: block;
  overflow: visible;
  height: auto;
  max-height: 223px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -o-object-fit: none;
  object-fit: none;
}

.arrow_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_programs {
  overflow: hidden;
  width: auto;
  height: auto;
  margin-left: auto;
  border: 1px none #000;
  border-radius: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-10 {
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-left: 0px;
  border: 1px none #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-20 {
  margin-top: 9px;
  margin-left: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 14px;
}

.image-11 {
  display: inline-block;
  max-width: 50%;
}

.image-12 {
  max-width: 50%;
}

.slide_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: -webkit-grab;
  cursor: grab;
}

.checked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checked.meal {
  display: none;
}

.text-block-21 {
  margin-left: 16px;
}

.programs_mobile {
  display: none;
}

.instructors_mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c7d2d7;
}

.text-block-25 {
  text-transform: uppercase;
}

.tab-link-tab-1 {
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  background-color: transparent;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}

.text-block-26 {
  font-size: 20px;
}

.text-block-27 {
  margin-bottom: 9px;
  text-decoration: underline;
}

.background-video {
  position: static;
  left: 54px;
  top: 141px;
  z-index: 3;
  overflow: visible;
  width: 504px;
  height: 350px;
  border: 3px solid #000;
  border-radius: 13px;
}

.div-block-19 {
  position: relative;
  left: 51px;
  top: 141px;
  z-index: 2;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 505px;
  border: 3px solid #000;
  border-radius: 6px;
  -o-object-fit: none;
  object-fit: none;
}

.div-block-19.mb {
  display: none;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 104, 5, 0.31)), to(rgba(131, 104, 5, 0.31))), url('../images/palm.jpg');
  background-image: linear-gradient(180deg, rgba(131, 104, 5, 0.31), rgba(131, 104, 5, 0.31)), url('../images/palm.jpg');
  background-position: 0px 0px, 50% 35%;
  background-size: auto, cover;
}

.div-block-21 {
  margin-top: 164px;
  padding-top: 34px;
  padding-right: 24px;
  padding-left: 33px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 18px 4px grey;
}

.text-block-28 {
  max-width: 500px;
  font-size: 18px;
  line-height: 22px;
}

.body-2 {
  font-family: 'Gt haptik', sans-serif;
}

.signup_ctn {
  position: static;
  width: 85%;
  margin-left: 0px;
}

.nav_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  margin-right: 14px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-3.white {
  color: #fff;
}

.explainer_txt {
  width: auto;
  max-width: 530px;
  margin-bottom: 30px;
  font-size: 16px;
}

.section-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-32 {
  width: 25%;
  max-width: none;
}

.image-32._1 {
  display: block;
}

.image-32._2 {
  display: block;
}

.image-32._3 {
  display: block;
}

.checkbox-label {
  width: 200.15625px;
  margin-bottom: 10px;
  font-size: 20px;
}

.select-field-2 {
  width: 90px;
  border: 1px solid grey;
  background-color: #efe9e1;
  font-size: 18px;
}

.radio-button-label-3 {
  max-width: 300px;
  min-width: 300px;
  margin-bottom: 10px;
  font-size: 20px;
}

.radio-button-label-3._1 {
  width: 190px;
  min-width: auto;
}

.div-block-74 {
  max-width: 600px;
  margin-top: 34px;
}

.section-20 {
  position: static;
  margin-top: 0px;
  padding-top: 40px;
}

.radio-button-label {
  max-width: 300px;
  min-width: 300px;
  margin-bottom: 10px;
  font-size: 20px;
}

.radio-button-label._1 {
  width: 190px;
  min-width: auto;
  padding-top: 0px;
  padding-right: 0px;
  border-radius: 8px;
  background-color: transparent;
}

.radio-button-label._3 {
  width: 300px;
  max-width: 300px;
  min-width: auto;
}

.radio-button-label._12 {
  width: 125px;
  min-width: auto;
}

.mainform {
  margin-bottom: 30px;
}

.radio-button-field {
  margin-top: 15px;
}

.radio-button-field.lower {
  margin-top: 0px;
}

.text-block-49 {
  max-width: 400px;
  text-align: center;
}

.text-block-50 {
  padding: 12px;
  border: 1px solid #000;
  border-radius: 1px;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
}

.text-field-9 {
  width: 85px;
  margin-bottom: 0px;
  border: 1px none purple;
  background-color: #efe9e1;
  font-size: 25px;
  line-height: 25px;
}

.formsubmit {
  margin-top: 97px;
  padding: 12px 40px;
  border-radius: 7px;
  background-color: #e8833e;
  color: #000;
  font-size: 20px;
}

.formsubmit.height {
  margin-top: 75px;
}

.formsubmit.see {
  margin-top: 0px;
}

.formsubmit.chart {
  margin-top: 23px;
}

.radio-button-2 {
  display: block;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-72.spacer {
  width: 104.421875px;
  height: 38px;
  padding-top: 0px;
}

.text-block-48 {
  margin-left: 0px;
  font-size: 25px;
  line-height: 25px;
}

.border {
  width: 100px;
  height: 2px;
  background-color: #e8833e;
}

.inputcontain {
  width: 104.421875px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
}

.inputcontain.bottom {
  padding-top: 17px;
}

.text-block-57 {
  margin-top: 97px;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 30px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formcontainer {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.formcontainer._5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.formcontainer._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.formcontainer._7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.formcontainer._9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.formcontainer._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.formcontainer._11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.formcontainer._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.formcontainer._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.formcontainer._6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.formcontainer._10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.formcontainer._8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.formcontainer.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efe9e1;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question {
  max-width: 600px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.image-31 {
  max-width: 65%;
  margin-top: 60px;
  margin-bottom: 54px;
}

.image-31.bottom {
  background-color: #fff;
}

.inputline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.body-3 {
  background-color: #efe9e1;
  font-family: 'Gt haptik', sans-serif;
}

.main_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  border-radius: 2px;
  background-color: transparent;
}

.background-video-2 {
  width: 200px;
  height: 150px;
}

.div-block-76 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #efe9e1;
}

.div-block-77 {
  position: relative;
  top: -113px;
}

.text-block-51 {
  margin-bottom: 22px;
  padding-bottom: 0px;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}

.text-block-52 {
  max-width: 500.46875px;
  font-family: 'Gt haptik', sans-serif;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.html-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 57px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-4 {
  background-color: #efe9e1;
  font-family: 'Gt haptik', sans-serif;
}

.body-5 {
  font-family: 'Gt haptik', sans-serif;
}

.heromain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Beach_Bum_day154_-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heromain.mb {
  display: none;
}

.challengehdr {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-transform: uppercase;
}

.intro_text {
  max-width: 600px;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
}

.button {
  margin-top: 26px;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: 900;
}

.button._3weeks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button.coach {
  margin-top: 5px;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._3weeks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_results_left {
  width: 50vw;
  height: 90vh;
  background-image: url('../images/3weeks3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.main_results_left.mb {
  background-color: #191a1e;
  background-image: none;
  background-size: auto;
}

.main_results_left.mb._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_results_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #efe9e1;
}

.main_results_right.mb {
  width: 100%;
  height: 80vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eef1fd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(73%, #efe9e1), to(#fff));
  background-image: linear-gradient(180deg, #efe9e1 73%, #fff);
}

.text-block-58 {
  max-width: none;
  font-family: 'Gt haptik', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-block-59 {
  margin-top: 34px;
}

.text-block-60 {
  max-width: 600px;
  margin-top: 21px;
}

.bold-text-2 {
  font-family: 'SF Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.coaching {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coaching_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 60vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.coaching_right {
  width: 35%;
  height: 60vh;
  background-image: url('../images/lyn7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-61 {
  max-width: 500px;
  color: #000;
  font-size: 60px;
  line-height: 65px;
  font-weight: 900;
  text-transform: uppercase;
}

.undercoach {
  max-width: 400px;
  margin-top: 21px;
  font-size: 16px;
  font-weight: 500;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-2 {
  margin-top: 22px;
}

.focus_btn {
  min-width: 200px;
  margin-top: 13px;
  border: 2px solid #000;
  background-color: #e8833e;
  color: #000;
  font-weight: 900;
  text-align: center;
}

.focus_btn.tan {
  background-color: #efe9e1;
}

.text-block-62 {
  margin-top: 40px;
  font-family: 'Gt haptik', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-33 {
  width: 8%;
  height: 15%;
  max-width: none;
  min-height: auto;
  margin-right: 10px;
}

.titlectn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

.titlectn-2.white {
  color: #fff;
}

.navfade {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.videomain {
  width: 100vw;
  height: 100vh;
}

.videomain.mb {
  display: none;
}

.background-video-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.image-35 {
  max-width: none;
}

.slide-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
}

.slide.ewe {
  display: block;
}

.image-36 {
  height: 400px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.text-block-63 {
  display: block;
  margin-bottom: 6px;
  font-family: 'Gt haptik', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 65px;
  text-align: center;
  text-decoration: none;
}

.text-block-64 {
  margin-top: 27px;
  margin-bottom: 43px;
  font-family: 'SF Sans', sans-serif;
  color: #646464;
  font-size: 20px;
  text-align: center;
  text-transform: none;
}

.text-block-65 {
  max-width: none;
  margin-top: 72px;
  font-family: 'Gt haptik', sans-serif;
  font-size: 60px;
  line-height: 65px;
  text-align: center;
}

.styles_ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-37 {
  width: auto;
  height: 150px;
  max-width: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.div-block-82 {
  width: auto;
}

.top_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-3 {
  font-family: 'SF Sans', sans-serif;
  color: #4e4d4d;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.bold-text-4 {
  font-family: 'SF Sans', sans-serif;
  color: #4e4d4d;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-66 {
  font-family: 'SF Sans', sans-serif;
  color: #7c7c7c;
  font-size: 20px;
  text-align: center;
}

.div-block-85 {
  margin-top: 0px;
  margin-bottom: 45px;
  padding-top: 102px;
  padding-bottom: 63px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efe9e1), to(#fff));
  background-image: linear-gradient(180deg, #efe9e1, #fff);
}

.button-3 {
  width: 302px;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 4px solid #000;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  font-family: 'SF Sans', sans-serif;
  color: #000;
}

.button-3._3 {
  margin-right: 3px;
  margin-left: 3px;
  border-style: none;
  background-color: #c7d2d7;
  background-image: linear-gradient(80deg, #c3bce7 50%, #fff);
}

.button-3._3._4 {
  width: 250px;
}

.button-3._3._4._5 {
  font-size: 11px;
  line-height: 20px;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-38 {
  height: 400px;
}

.ip_fit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.image-39 {
  max-width: none;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-40 {
  max-width: 100%;
}

.text-block-67 {
  padding-left: 12px;
  color: #000;
  font-size: 16px;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-68 {
  margin-top: 28px;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-69 {
  display: block;
  margin-left: 18px;
}

.rtg_prg_ctn_ctn {
  margin-left: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-91 {
  margin-top: 12px;
  margin-bottom: 2px;
}

.text-block-70 {
  font-size: 20px;
}

.text-block-71 {
  padding-left: 39px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .left_hero {
    background-position: 100% 50%;
  }

  .hero_txt {
    font-size: 50px;
    line-height: 50px;
  }

  .hero_txt_ctn {
    margin-left: 9px;
  }

  .fit_bottom {
    left: -19%;
    top: 26%;
    display: none;
  }

  .fit_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fit_top {
    width: 95%;
  }

  .fit_top._2 {
    top: 0px;
  }

  .find_txt_ctn {
    width: 95%;
  }

  .med_title {
    overflow: visible;
  }

  .med_title.trainer {
    margin-left: 8px;
  }

  .image-2 {
    position: relative;
    left: 62px;
    top: 341px;
    max-width: 60%;
  }

  .image-2.mb {
    display: block;
  }

  .image-3 {
    position: relative;
    left: -111px;
    top: 0px;
    max-width: 16%;
    border-radius: 9px;
  }

  .image-3.mb {
    display: block;
  }

  .instructors {
    height: auto;
    min-height: 500px;
  }

  .reviews {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .reviews.dt {
    display: none;
  }

  .reviews.mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .review_ctn {
    height: 375px;
  }

  .review {
    height: 321px;
  }

  .review._4 {
    display: block;
  }

  .review._3 {
    display: block;
  }

  .text-block-8 {
    max-width: 250px;
    line-height: 19px;
  }

  .text-block-9.larger {
    font-size: 35px;
  }

  .programs2._4 {
    display: none;
  }

  .programs2._4.mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .program_heading {
    margin-top: 80px;
  }

  .program_slide {
    width: 160vw;
  }

  .train_right {
    margin-left: 9px;
  }

  .image-7 {
    max-width: 100%;
  }

  .text-block-17 {
    max-width: none;
    margin-left: 8px;
  }

  .image-8 {
    margin-left: 8px;
  }

  .link-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-13 {
    margin-right: 0px;
  }

  .main_program {
    margin-left: 15px;
  }

  .main_program_title {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-14 {
    max-height: 261px;
  }

  .image-9 {
    max-height: 100px;
  }

  .background-video {
    top: -76px;
    width: 403px;
    height: 280px;
  }

  .div-block-19 {
    position: static;
    top: -150px;
    max-height: none;
    max-width: 80%;
  }

  .div-block-19.mb {
    display: block;
  }

  .html-embed {
    position: relative;
  }

  .image-32 {
    width: 45%;
  }

  .div-block-78 {
    margin-left: 20px;
  }

  .div-block-79 {
    margin-left: 10px;
  }

  .coaching {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .coaching_left {
    width: 95%;
    height: auto;
  }

  .coaching_right {
    width: 95%;
    background-position: 50% 65%;
  }

  .text-block-61 {
    font-size: 45px;
    line-height: 50px;
  }

  .undercoach {
    max-width: 600px;
    margin-bottom: 23px;
  }

  .div-block-80 {
    margin-left: 10px;
  }

  .styles_ctn {
    margin-right: 5px;
    margin-left: 5px;
  }

  .ip_fit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-67 {
    font-weight: 500;
  }

  .div-block-89 {
    margin-bottom: 46px;
  }

  .text-block-71 {
    margin-top: 34px;
    margin-bottom: 18px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    display: none;
  }

  .hero.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .left_hero.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 100% 50%;
    background-size: cover;
  }

  .hero_txt {
    line-height: 55px;
  }

  .hero_txt_ctn.mobile {
    margin-left: 41px;
  }

  .main_btn.black {
    background-color: #e8833e;
    color: #000;
  }

  .fit_bottom {
    position: absolute;
    left: -16%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fit_left {
    width: auto;
    height: auto;
  }

  .fit_right {
    width: 100%;
    height: 90vh;
    margin-top: 55px;
  }

  .fit_top {
    top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .med_title {
    margin-top: 28px;
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-2 {
    display: block;
  }

  .text-block-2.mb {
    display: none;
  }

  .orange_btn.mobile {
    padding-right: 60px;
    padding-left: 60px;
    background-color: #fff;
    color: #000;
  }

  .image-2 {
    position: relative;
    left: 112px;
    top: 42%;
    right: 0%;
    bottom: 0%;
    max-width: 45%;
  }

  .image-3 {
    position: relative;
    left: -23%;
    top: 15px;
    right: 0%;
    bottom: 0%;
    max-width: 14%;
  }

  .programs2._4 {
    padding-bottom: 158px;
  }

  .program_heading {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efe9e1), to(#fff));
    background-image: linear-gradient(180deg, #efe9e1, #fff);
  }

  .background-video {
    position: static;
    left: -62px;
    top: -39px;
    overflow: visible;
    width: auto;
    height: auto;
    max-width: none;
    border-style: none;
  }

  .div-block-19 {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: auto;
    max-width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #000;
    border-radius: 8px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-29 {
    display: none;
    max-width: 400px;
    margin-bottom: 17px;
  }

  .image-32 {
    width: 55%;
  }

  .section-20 {
    position: static;
  }

  .formcontainer._1 {
    position: static;
  }

  .question {
    font-size: 22px;
  }

  .button {
    margin-bottom: 35px;
  }

  ._3weeks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main_results_left {
    width: 100vw;
    height: 70vh;
  }

  .main_results_right {
    width: 100vw;
    height: 60vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .coaching {
    margin-top: 89px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .coaching_left {
    width: 100vw;
    height: auto;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .coaching_right {
    width: 100vw;
    height: 60vh;
  }

  .text-block-61 {
    width: auto;
    max-width: 400px;
  }

  .div-block-85 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .landingheader {
    height: 50px;
  }

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

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

  .um._4 {
    font-size: 25px;
    line-height: 25px;
  }

  .startbtn {
    padding-right: 35px;
    padding-left: 35px;
  }

  .startbtn.mb {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #000;
  }

  .left_hero {
    background-size: contain;
  }

  .hero_txt {
    font-size: 40px;
    line-height: 42px;
  }

  .hero_txt.top {
    margin-top: 36px;
  }

  .hero_txt_ctn.mobile {
    margin-bottom: 35px;
    margin-left: 10px;
  }

  .main_btn.bigger {
    padding-right: 80px;
    padding-left: 80px;
  }

  .fit_bottom {
    left: -68%;
    top: 50%;
  }

  .fit_left {
    margin-left: 0px;
    padding-left: 15px;
  }

  .fit_right {
    height: 30vh;
    background-position: 50% 20%;
  }

  .med_title {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 30px;
    text-transform: none;
  }

  .med_title.trainer.mb.bottom {
    margin-bottom: 30px;
  }

  .med_title.mb {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-2 {
    display: block;
  }

  .text-block-2.mb {
    display: none;
  }

  .orange_btn.mobile {
    width: 90vw;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .image {
    left: 14%;
    top: 6%;
  }

  .image-2 {
    position: relative;
    left: 49px;
    top: 246px;
    right: 0px;
    max-width: 75%;
    border-radius: 11px;
  }

  .image-2.mb {
    top: 222px;
    z-index: 2;
    overflow: visible;
    max-width: 65%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-3 {
    position: absolute;
    top: 64px;
    right: -167px;
    display: none;
    border-radius: 5px;
  }

  .image-3.mb {
    display: none;
  }

  .instructors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 225px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sign_up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left_signup {
    width: 100%;
    height: 300px;
    padding-top: 0px;
  }

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

  .signup_ctn2 {
    padding-bottom: 41px;
  }

  .link_ctn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerlink {
    margin-top: 11px;
  }

  .review_ctn {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .review._2 {
    display: block;
  }

  .text-block-9.larger {
    margin-top: 19px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 35px;
  }

  .programs2._4 {
    display: none;
  }

  .program_heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 35px;
  }

  .text-block-10 {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-10.mobile {
    overflow: visible;
    width: auto;
    max-width: 600px;
    clear: none;
    font-size: 30px;
  }

  .text-block-11 {
    margin-right: 0px;
  }

  .text-block-11.mobile {
    margin-bottom: 47px;
    color: #fff;
    line-height: 18px;
  }

  .bold-text {
    color: #000;
    line-height: 18px;
  }

  .div-block-11 {
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .trainers {
    display: none;
  }

  .text-block-17.mb {
    margin-bottom: 0px;
  }

  .text-block-17.mb.bottom {
    margin-bottom: 24px;
  }

  .programs_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #efe9e1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efe9e1), to(#fff));
    background-image: linear-gradient(180deg, #efe9e1, #fff);
  }

  .text-block-22 {
    margin-top: 36px;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
  }

  .mask-4 {
    overflow: visible;
    height: auto;
    background-color: #a38367;
  }

  .slide_program {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85vw;
    height: auto;
    margin-right: 0px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .slide_program.last {
    margin-right: 0px;
    padding-right: 0px;
  }

  .right-arrow-3 {
    display: none;
    overflow: hidden;
  }

  .icon-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: -15%;
    z-index: auto;
  }

  .slider-4 {
    height: auto;
  }

  .pro_txt_ctn_mb {
    position: static;
    top: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .slide-nav-4 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: visible;
  }

  .text-block-23 {
    position: relative;
    margin-top: 21px;
    margin-bottom: -1px;
    font-weight: 900;
  }

  .text-block-24 {
    margin-top: 7px;
    margin-bottom: 13px;
    font-size: 12px;
  }

  .div-block-15 {
    width: 90%;
  }

  .icon-4 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: -15%;
  }

  .left-arrow-3 {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .instructors_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .trainer_ctn._4 {
    display: none;
  }

  .trainer_ctn._3 {
    display: none;
  }

  .trainer_ctn._2 {
    display: none;
  }

  .text-block-26 {
    margin-left: 19px;
    font-size: 16px;
  }

  .div-block-17 {
    display: block;
    text-align: center;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-13 {
    width: auto;
  }

  .side_spacer {
    width: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block-27.mobile {
    margin-top: 12px;
    margin-bottom: 20px;
    color: #fff;
  }

  .background-video {
    left: -3px;
    top: 88px;
  }

  .div-block-19 {
    position: relative;
    left: 0px;
    top: -89px;
    max-height: none;
    max-width: 85%;
    min-width: auto;
  }

  .div-block-19.mb {
    left: -43px;
    top: -136px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 65%;
  }

  .html-embed {
    position: static;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .signup_ctn {
    padding-bottom: 41px;
  }

  .link-3 {
    margin-right: 6px;
    font-size: 14px;
  }

  .link-3.white {
    font-size: 12px;
  }

  .text-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-32 {
    width: 75%;
  }

  .checkbox-label {
    font-size: 18px;
  }

  .section-20 {
    position: relative;
    margin-top: 52px;
    padding-top: 0px;
  }

  .radio-button-label {
    font-size: 20px;
  }

  .radio-button-label._3 {
    font-size: 18px;
    line-height: 15px;
  }

  .radio-button-label._12 {
    font-size: 18px;
  }

  .mainform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .formsubmit.height {
    margin-top: 72px;
  }

  .div-block-72 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .inputcontain.bottom {
    padding-top: 0px;
  }

  .formcontainer {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .formcontainer._5 {
    position: static;
  }

  .formcontainer._4 {
    position: static;
  }

  .formcontainer._7 {
    position: static;
  }

  .formcontainer._9 {
    position: static;
  }

  .formcontainer._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .formcontainer._11 {
    position: static;
  }

  .formcontainer._2 {
    position: static;
  }

  .formcontainer._3 {
    position: static;
  }

  .formcontainer._6 {
    position: static;
  }

  .formcontainer._10 {
    position: static;
  }

  .formcontainer._8 {
    position: static;
  }

  .formcontainer.main {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .question {
    max-width: none;
    color: #191919;
    font-size: 20px;
    line-height: 24px;
  }

  .image-31 {
    max-width: 95%;
  }

  .image-31.bottom {
    max-width: 95%;
  }

  .inputline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heromain {
    display: none;
  }

  .heromain.mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44))), url('../images/lynmb2.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url('../images/lynmb2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .intro_text.mb {
    font-size: 16px;
  }

  .button.orange {
    background-color: #e8833e;
  }

  .button.mb {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
  }

  .main_results_left.mb {
    height: 55vh;
  }

  .main_results_right.mb {
    height: auto;
    padding-top: 43px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #efe9e1), to(#fff));
    background-image: linear-gradient(180deg, #efe9e1 50%, #fff);
  }

  .text-block-58 {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-79 {
    width: 95%;
    margin-left: 0px;
  }

  .coaching_right {
    height: 40vh;
  }

  .text-block-61 {
    max-width: 320px;
    font-size: 35px;
    line-height: 40px;
  }

  .undercoach {
    max-width: none;
  }

  .div-block-80 {
    margin-bottom: 5px;
  }

  .image-34 {
    max-width: 100%;
  }

  .videomain {
    display: none;
  }

  .videomain.mb {
    display: block;
  }

  .text-block-63 {
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-64 {
    margin-bottom: 15px;
    color: #7c7c7c;
    font-size: 16px;
  }

  .text-block-65 {
    font-size: 38px;
    line-height: 40px;
    text-align: center;
  }

  .styles_ctn {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top_slide {
    overflow: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bold-text-3 {
    font-family: 'Gt haptik', sans-serif;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -2px;
    text-transform: none;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-84 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-66 {
    font-size: 16px;
  }

  .div-block-85 {
    padding-bottom: 14px;
  }

  .div-block-86 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-67 {
    color: #000;
  }
}

@font-face {
  font-family: 'Gt haptik';
  src: url('../fonts/GT-Haptik-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt haptik';
  src: url('../fonts/GT-Haptik-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt haptik';
  src: url('../fonts/GT-Haptik-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Sans';
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Sans';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Sans';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}