.navigation {
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 3px solid #9bcee5;
  background-color: #fff;
}

.image--logo {
  margin-right: 20px;
}

.container-nav {
  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;
}

.nav-menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Raleway, sans-serif;
  color: #1c3869;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #8dc043;
}

.nav-link.w--current {
  color: #5e802e;
}

.div-block--logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .56), #fff 92%), url('../images/42248149_ml.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .56), #fff 92%), url('../images/42248149_ml.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.top-image {
  position: absolute;
  left: 45px;
  top: -160px;
  height: 570px;
}

.container--hero {
  position: relative;
  margin-top: 11%;
  padding-left: 401px;
}

.image--logo-2 {
  width: 76%;
  margin-bottom: 21px;
}

.paragraph {
  font-family: Raleway, sans-serif;
  color: #363636;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 1px;
}

.paragraph.white {
  color: #fff;
  font-size: 18px;
}

.paragraph.white.blue {
  color: #1c3869;
}

.paragraph.white.blue.right {
  position: relative;
  z-index: 30;
  text-align: right;
}

.button {
  padding: 13px 38px;
  border-radius: 46px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button.padding {
  margin-top: 10px;
  border: 1px solid #1c3869;
  background-color: #1c3869;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.button.padding:hover {
  background-color: transparent;
  color: #1c3869;
}

.button.padding.white-hover {
  margin-left: 3px;
  border-color: #272727;
  background-color: #272727;
  font-weight: 700;
}

.button.padding.white-hover:hover {
  border-color: #ff4337;
  background-color: #ff4337;
  color: #fff;
}

.section--sub-page-banners {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section--sub-page-banners._2 {
  padding-bottom: 120px;
}

.tilt-section-container {
  position: absolute;
  left: 0px;
  top: 148px;
  right: 0px;
  bottom: 162px;
  z-index: 10;
  padding-right: 392px;
  padding-left: 55px;
}

.tilt-section-container._2 {
  top: 157px;
  bottom: 226px;
  padding-right: 18px;
  padding-left: 410px;
  text-align: right;
}

.div-block--title-color {
  position: relative;
  z-index: 0;
  width: 120%;
  height: 500px;
  margin-left: -45px;
  background-image: -webkit-linear-gradient(270deg, rgba(55, 167, 219, .95), rgba(55, 167, 219, .7)), url('../images/applewatchbg_flipped.jpg');
  background-image: linear-gradient(180deg, rgba(55, 167, 219, .95), rgba(55, 167, 219, .7)), url('../images/applewatchbg_flipped.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.div-block--title-color._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(141, 192, 67, .9), rgba(141, 192, 67, .6)), url('../images/manbg.jpg');
  background-image: linear-gradient(180deg, rgba(141, 192, 67, .9), rgba(141, 192, 67, .6)), url('../images/manbg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block--title-color.contact {
  background-image: -webkit-linear-gradient(270deg, rgba(204, 76, 123, .73), rgba(218, 90, 137, .6)), url('../images/running.jpg');
  background-image: linear-gradient(180deg, rgba(204, 76, 123, .73), rgba(218, 90, 137, .6)), url('../images/running.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-image {
  position: absolute;
  left: 648px;
  top: -25px;
  right: 70px;
  bottom: -155px;
  z-index: 20;
  width: 400px;
}

.section-image._2 {
  left: -100px;
  top: -31px;
  right: auto;
  bottom: -208px;
  height: 604px;
}

.section-image._2._3 {
  left: -195px;
  height: 400px;
}

.section-image.classes {
  height: 900px;
}

.section-image.contact {
  left: 535px;
  top: 25px;
  right: 25px;
  height: 500px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 51px;
  font-weight: 800;
}

.heading-1.blue {
  color: #1c3869;
}

.heading-1.blue.right {
  text-align: right;
}

.heading-1.red {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #ff4337;
}

.heading-1.red._2 {
  color: #333;
  font-size: 21px;
  line-height: 30px;
}

.section--footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

.container-footer {
  position: relative;
  padding-top: 20px;
  text-align: center;
}

.link-block--footer-logo {
  margin-top: 50px;
}

.image--footer-logo {
  width: 301px;
}

.section--copyright {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #46a4d1;
}

.text--copyright {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  text-align: center;
  letter-spacing: 1px;
}

.container--pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: #f8f8f8;
  box-shadow: 1px 1px 6px 0 #8a8a8a;
}

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

.div-block--pricing-block {
  background-color: #6dcede;
}

.div-block--pricing-block.white {
  margin-bottom: 20px;
}

.div-block--pricing-content-block {
  height: 80px;
  padding: 25px;
}

.div-block--pricing-content-block.white {
  height: auto;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.div-block--pricing-content-block.white.with-line {
  border-top: 1px solid #f1f1f1;
}

.text--price {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 35px;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 23px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f1f1f1;
  font-family: Raleway, sans-serif;
  color: #1c3869;
}

.heading-3.top-padding {
  margin-top: 60px;
}

.text--private-classes {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #1c3869;
  font-size: 22px;
  font-weight: 700;
}

.link--blue {
  color: #c9e9ff;
}

.section--white-new {
  padding: 100px 10px;
}

.div-block--left-60 {
  width: 60%;
  padding-left: 10px;
}

.container.hero-container {
  position: relative;
  padding-left: 380px;
}

.left-container {
  position: relative;
}

.container--right {
  position: relative;
  padding-right: 10px;
}

.div-block--right-60 {
  width: 60%;
  float: right;
}

.logo-title {
  display: inline-block;
  font-family: Raleway, sans-serif;
  font-size: 28px;
}

.brand--footer {
  float: none;
}

.image--app {
  height: 50px;
}

.section {
  height: auto;
  padding-top: 195px;
  padding-bottom: 150px;
}

.section.stripe-top {
  position: relative;
  padding-top: 212px;
  padding-bottom: 104px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .83), hsla(0, 0%, 100%, .84)), url('../images/bloodpress.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .83), hsla(0, 0%, 100%, .84)), url('../images/bloodpress.jpg');
  background-position: 0px 0px, 50% 43%;
  background-size: auto, cover;
}

.hero-paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.image--check {
  height: 24px;
  margin-right: 14px;
  float: left;
}

html.w-mod-js *[data-ix="nav-on-load"] {
  -webkit-transform: translate(0px, -137px);
  -ms-transform: translate(0px, -137px);
  transform: translate(0px, -137px);
}

html.w-mod-js *[data-ix="load-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 19px);
  -ms-transform: translate(0px, 19px);
  transform: translate(0px, 19px);
}

html.w-mod-js *[data-ix="load-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 19px);
  -ms-transform: translate(0px, 19px);
  transform: translate(0px, 19px);
}

@media (max-width: 991px) {
  .image--logo {
    width: 60px;
  }
  .nav-menu {
    background-color: #fff;
  }
  .top-image {
    left: 11px;
  }
  .container--hero {
    padding-right: 18px;
    padding-left: 369px;
  }
  .paragraph {
    font-size: 18px;
  }
  .paragraph.white {
    font-size: 14px;
  }
  .button.padding.white-hover {
    font-size: 15px;
  }
  .menu-button.w--open {
    background-color: #1c3869;
  }
  .tilt-section-container {
    padding-right: 369px;
    padding-left: 18px;
  }
  .tilt-section-container._2 {
    padding-right: 17px;
    padding-left: 369px;
  }
  .section-image {
    left: auto;
    top: -14px;
    right: -64px;
    bottom: -155px;
    width: 400px;
  }
  .section-image._2 {
    left: -13px;
    height: 500px;
  }
  .section-image._2._3 {
    left: -25px;
    top: 15px;
    height: 200px;
  }
  .section-image.classes {
    top: -14px;
    right: 2px;
    bottom: -155px;
    height: 600px;
  }
  .section-image.contact {
    left: auto;
    top: 25px;
    right: 0px;
    bottom: -155px;
    height: 400px;
  }
  .heading-1 {
    font-size: 32px;
  }
  .heading-1.red {
    margin-bottom: 0px;
  }
  .heading-1.red._2 {
    font-size: 18px;
  }
  .text--price {
    font-size: 25px;
  }
  .heading-3 {
    font-size: 22px;
  }
  .div-block--left-60 {
    padding-left: 10px;
  }
  .logo-title {
    margin-top: 10px;
    font-size: 24px;
  }
  .section.stripe-top {
    padding-top: 187px;
    padding-bottom: 17px;
  }
  .hero-paragraph {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .navigation {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .image--logo {
    width: 45px;
    margin-right: 12px;
  }
  .section--hero {
    height: auto;
    padding-top: 227px;
  }
  .top-image {
    top: -98px;
    height: 500px;
  }
  .container--hero {
    padding-left: 298px;
  }
  .paragraph {
    font-size: 14px;
  }
  .paragraph.white {
    font-size: 11px;
  }
  .button.padding {
    font-size: 16px;
  }
  .button.padding.white-hover {
    font-size: 13px;
  }
  .tilt-section-container {
    padding-right: 298px;
  }
  .tilt-section-container._2 {
    padding-left: 298px;
  }
  .section-image {
    top: -21px;
    right: -44px;
    bottom: -155px;
    width: 300px;
  }
  .section-image._2 {
    height: 400px;
  }
  .section-image._2._3 {
    left: -1px;
    height: 164px;
  }
  .section-image.classes {
    left: 323px;
    top: 10px;
    height: 400px;
  }
  .section-image.contact {
    top: 39px;
    right: 0px;
    bottom: -155px;
    height: 200px;
  }
  .heading-1 {
    margin-bottom: 10px;
    font-size: 32px;
  }
  .heading-1.red {
    font-size: 28px;
  }
  .heading-1.red._2 {
    font-size: 17px;
  }
  .div-block--pricing-block.white {
    margin-bottom: 20px;
  }
  .div-block--pricing-content-block {
    height: 80px;
  }
  .text--price {
    font-size: 20px;
  }
  .heading-3 {
    font-size: 21px;
  }
  .text--private-classes {
    font-size: 21px;
  }
  .paragraph--black {
    font-size: 13px;
  }
  .container.hero-container {
    padding-right: 18px;
    padding-left: 279px;
  }
  .logo-title {
    font-size: 18px;
  }
  .image--app {
    height: 40px;
  }
  .section.stripe-top {
    padding-top: 99px;
  }
  .hero-paragraph {
    font-size: 13px;
  }
  .image--check {
    height: 18px;
  }
}

@media (max-width: 479px) {
  .image--logo {
    width: 33px;
    margin-right: 3px;
  }
  .section--hero {
    height: 100vh;
  }
  .top-image {
    left: 4px;
    top: 0px;
    height: 189px;
  }
  .container--hero {
    margin-top: auto;
    margin-bottom: 150px;
    padding-left: 142px;
  }
  .paragraph {
    font-size: 11px;
    line-height: 19px;
  }
  .button.padding {
    font-size: 12px;
  }
  .button.padding.white-hover {
    font-size: 10px;
  }
  .tilt-section-container {
    padding-right: 107px;
  }
  .tilt-section-container._2 {
    padding-left: 142px;
  }
  .div-block--title-color {
    width: 130%;
    height: 900px;
    background-position: 0px 0px, 78% 50%;
  }
  .div-block--title-color._2 {
    background-position: 0px 0px, 76% 50%;
  }
  .section-image {
    left: auto;
    top: 14px;
    right: -89px;
    bottom: -155px;
    width: 200px;
  }
  .section-image._2 {
    height: 191px;
  }
  .section-image._2._3 {
    height: 90px;
  }
  .section-image.classes {
    left: auto;
    top: 10px;
    right: -1px;
    bottom: -155px;
    height: 300px;
  }
  .section-image.contact {
    left: auto;
    top: 0px;
    right: 3px;
    bottom: -155px;
    height: 100px;
  }
  .heading-1 {
    margin-bottom: 10px;
    font-size: 29px;
  }
  .heading-1.red {
    font-size: 20px;
    line-height: 32px;
  }
  .heading-1.red._2 {
    font-size: 15px;
  }
  .section--white-new {
    overflow: hidden;
  }
  .container.hero-container {
    padding-left: 101px;
  }
  .logo-title {
    font-size: 14px;
    line-height: 36px;
  }
  .image--app {
    height: 30px;
  }
  .section.stripe-top {
    padding-top: 26px;
    padding-bottom: 0px;
  }
  .hero-paragraph {
    font-size: 12px;
  }
  .list {
    padding-left: 0px;
  }
}

