@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dark-slate-grey: #0f5162;
}

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

body {
  color: #333;
  background-image: linear-gradient(#094e5ffa, #094e5ffa), url('../images/s-green.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image {
  width: 80px;
  margin-right: 15px;
  position: static;
}

.nav-link {
  opacity: .7;
  color: #fff;
  margin-top: 3px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 400;
  transition: opacity .333s;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-link.hidepage {
  display: none;
}

.suzy {
  color: #fff;
  padding-top: 0;
  font-size: 29px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
}

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

.header-section {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

._80 {
  flex-direction: column;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: flex;
}

._80.hide {
  display: none;
}

.dd-arrow {
  color: #ffffff21;
  margin-right: 0;
  padding-right: 4px;
}

.text-block {
  padding-right: 6px;
}

.email-wrapper {
  z-index: 9;
  opacity: .24;
  background-color: #fff;
  border: 1px solid #0f516233;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: opacity .333s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.email-wrapper:hover {
  opacity: 1;
}

.text-block-2 {
  color: var(--dark-slate-grey);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.link-block {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.h1 {
  color: #094e5f;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.div-block-17 {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-16 {
  width: 40%;
}

.image-3 {
  float: left;
  border: 1px solid #07488a1a;
  width: 375px;
  margin-top: 6px;
  margin-bottom: 15px;
  margin-right: 20px;
  padding: 10px;
}

.div-block---18 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-top: 60px;
  padding-left: 20px;
  display: flex;
}

.unordered-list {
  float: none;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 35px;
  padding-left: 20px;
}

.unordered-list.list {
  float: none;
  width: 100%;
  margin-top: 10px;
}

.unordered-list.flat-list {
  float: none;
  margin-top: 10px;
}

.list-item {
  color: #094e5e;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.para-dark {
  float: none;
  font-size: 15px;
  line-height: 25px;
}

.testi-sect {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(#0f516266, #0f516266), url('../images/5ee67e02626ee352dae40db6_invert.png');
  background-position: 0 0, 0 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding: 60px 30px;
  position: relative;
}

._80-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._80-2._8 {
  margin-top: 60px;
  margin-bottom: 90px;
}

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

.block-quote {
  color: #fff;
  text-align: center;
  border-left-style: none;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 50px;
}

.para-light {
  color: #ffffff80;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.footer-sect {
  background-color: #fff;
  padding: 60px 20px;
  position: relative;
}

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

.footer-logo {
  width: 8vw;
  display: block;
}

.mainsect {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(#fffffffa, #fffffffa), url('../images/Suzy-logo-blue.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 100vh;
  padding: 60px 20px;
  position: relative;
}

.message-arrow {
  opacity: .16;
  margin-left: 10px;
  padding-left: 0;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
  transform: translate(0, 3px)rotate(40deg);
}

.fttext {
  color: var(--dark-slate-grey);
  font-size: 19px;
  font-weight: 600;
}

.fttext:hover {
  color: var(--dark-slate-grey);
}

.hp-ser-links {
  color: #fff;
  border-bottom: 1px solid #ffffff1a;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.hp-ser-links:hover {
  color: #ffffffb3;
}

.text-block-3 {
  color: #fff;
  width: 13ch;
  margin-top: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.text-block-3.hidepage {
  display: none;
}

.link-block-2 {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.link-block-2:hover {
  text-decoration: underline;
}

.scroll {
  opacity: .06;
  color: #fff;
  margin-top: 40px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 33px;
  line-height: 1;
  text-decoration: none;
  transition: opacity .666s;
  display: inline-block;
}

.scroll:hover {
  opacity: 1;
}

.dropdown-list {
  background-color: #5a3f3f;
}

.dropdown-list.w--open {
  background-color: #0f5162;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 5px #09313c;
}

.dropdown-link {
  background-color: #fff;
  border-bottom: 1px solid #0f51621a;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #126b81;
}

.dropdown-link.w--current {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.dropdown-link.llast {
  border-bottom-style: none;
}

.inn-mainsect {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(#fffffffa, #fffffffa), url('../images/Suzy-logo-blue.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 50vh;
  padding: 60px 20px;
  position: relative;
}

.header-section-innternal {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 59vh;
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.para-dark-2 {
  float: none;
  font-size: 15px;
  line-height: 24px;
}

.hp-ser-links-in {
  color: #fff;
  border-bottom: 1px #ffffff1a;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.hp-ser-links-in:hover {
  color: #ffffffb3;
}

.text-span {
  padding-bottom: 0;
  font-size: 60px;
  display: inline-block;
}

.mainsect-small {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(#fffffffa, #fffffffa), url('../images/Suzy-logo-blue.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  padding: 60px 20px;
  position: relative;
}

.hidden-divider {
  background-color: #5397bd00;
  width: 50px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gym-title-big {
  color: #094e5f;
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.gym-title-big.white {
  color: #fff;
}

.hidden {
  background-color: #094e5f4d;
  width: 50px;
  height: 3px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq {
  float: none;
  cursor: pointer;
  background-color: #f5f5f566;
  border: 1px solid #0000001a;
  border-radius: 3px;
  width: 100%;
  height: 63px;
  margin-bottom: 0;
  padding: 20px;
  overflow: hidden;
}

.faq.none {
  cursor: auto;
}

.faq-title {
  color: #094e5f;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}

.para-dark-3 {
  float: none;
  font-size: 15px;
  line-height: 25px;
}

.para-dark-3.test {
  margin-top: 0;
  padding-left: 0;
}

.testi-title {
  color: #094e5f;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.testis {
  float: none;
  cursor: pointer;
  background-color: #f5f5f566;
  border: 1px solid #0000001a;
  border-radius: 3px;
  width: 100%;
  height: 63px;
  margin-bottom: 0;
  padding: 19px 20px;
  overflow: hidden;
}

.image-2 {
  border-radius: 50%;
  margin-right: 15px;
}

.classification {
  color: #094e5f80;
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 1.25fr;
}

.text-block-5 {
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}

.text-block-5.hide {
  display: none;
}

.para-small {
  color: #333333b3;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.link-3 {
  color: #094e5f;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}

.link-3:hover, .link-3.w--current {
  color: #5397bd;
}

.link-3.w--current:hover {
  color: #000;
}

.link-3.hide {
  display: none;
}

.div-block-20 {
  float: left;
  flex-direction: column;
  align-items: flex-start;
  width: 140px;
  display: block;
  position: relative;
}

.heading-2 {
  color: #094e5f;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.class-label {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.class-label.canhigh {
  color: #5397bd;
  font-weight: 700;
}

.div-block-5 {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 9px;
  margin-bottom: 0;
  padding: 20px;
  overflow: hidden;
}

.data-text {
  font-size: 14px;
  display: inline-block;
}

.data-text.candata {
  color: #5397bd;
  font-weight: 600;
}

.div-block-8 {
  text-align: center;
  margin-bottom: 30px;
}

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

.lightbox-link-2 {
  float: left;
  border: 1px dotted #0000001a;
  margin-top: 7px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 10px;
}

.lightbox-link-2:hover {
  background-color: #5397bd1a;
  border-color: #5397bd;
}

.student-notes {
  color: #5397bd;
  margin-top: 0;
  padding-left: 0;
  font-size: 11px;
}

.para-dark-4, .para-dark-4.article {
  float: none;
}

.para-dark-4.test {
  margin-top: 0;
  padding-left: 0;
}

.bodybysuzy {
  color: #5397bd;
  font-weight: 700;
}

.d3 {
  width: 140px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.list-2.extra {
  margin-bottom: 40px;
}

.accord {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 9px;
  margin-bottom: 20px;
  padding: 20px;
  overflow: hidden;
}

.accord.shade {
  opacity: .6;
  display: none;
}

.accord.landings {
  display: none;
}

.day {
  background-color: #0f51621a;
  border: 1px solid #00000008;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.day.short {
  height: 60px;
}

.cal-title {
  color: #094e5f;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.cal-title.ctlarge {
  font-size: 24px;
  line-height: 24px;
}

.d1 {
  width: 180px;
  padding-left: 0;
  padding-right: 5px;
}

.subs {
  background-color: #f5f5f5;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding: 13px;
}

.row-wrapper-all {
  border-bottom: 1px #0000001a;
  width: 100%;
  padding-top: 0;
  padding-bottom: 6px;
  padding-left: 0;
  display: flex;
}

.highlight {
  color: #07488a;
}

.data-link {
  color: #094e5f;
  border: 1px #195e27;
  border-bottom-style: dotted;
  text-decoration: none;
  display: inline-block;
}

.scroll-note {
  color: #094e5e;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 11px;
  font-style: italic;
}

.na {
  background-color: #094e5f1a;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: 3px;
  display: flex;
}

.class-label-2 {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.in-text {
  color: #5397bd;
  text-transform: uppercase;
  text-decoration: none;
}

.in-text.low {
  color: #07488a;
  text-transform: none;
}

.data-text-2 {
  font-size: 13px;
  display: inline-block;
}

.gym-title {
  color: #094e5f;
  text-align: left;
  position: static;
}

.gym-title.note {
  color: #cc4505;
}

.div-block-6 {
  border-radius: 9px;
  padding: 8px;
}

.gym-classes {
  border-bottom: 1px dotted #0000001a;
  margin: 39px 20px 20px;
  padding-bottom: 19px;
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
}

.gym-classes.imp {
  color: #000;
  font-size: 16px;
  font-style: italic;
}

.gym-classes.indent-copy {
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.gym-classes.noline {
  border-bottom-style: none;
  margin-bottom: 0;
}

.gym-classes.cant {
  font-size: 19px;
}

.gym-classes.hide.sub {
  padding-left: 50px;
}

.gym-classes.noneline {
  color: #fff;
  border-bottom-style: none;
}

.data-row {
  margin-bottom: 10px;
}

.image-5 {
  width: 240px;
}

.div-block-19 {
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 20px;
}

.tick {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 17px;
}

.tic {
  background-color: #094e5f80;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.mini-listitems {
  margin-bottom: 6px;
}

.lightbox-link-3 {
  background-color: #fff;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  opacity: .5;
  width: 50%;
  height: auto;
  margin-top: 31px;
  padding-left: 10px;
}

.div-block-15 {
  text-align: left;
  border: 1px #0000001a;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}

.small {
  font-size: 11px;
}

.container-2 {
  background-color: #0000;
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  overflow: scroll;
}

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

.blog-post-wrapper {
  background-color: #fff;
  border: 1px solid #094e5e1a;
  width: 100%;
  text-decoration: none;
  transition: transform .2s;
}

.blog-post-wrapper:hover {
  transform: scale(1.03);
}

.blog-post-wrapper.w--current {
  background-color: #fff;
  border: 1px solid #094e5e1a;
  text-decoration: none;
}

.blog-pic-wrapper {
  background-color: #094e5e;
  background-image: url('../images/white-s.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  height: 160px;
  margin-bottom: 10px;
  overflow: hidden;
}

.div-block-13 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 5px 20px;
  display: flex;
}

.post-title {
  color: #094e5e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-free {
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0 0 13px #3333;
}

.lightbox-free:hover {
  box-shadow: 0 0 13px #33333380;
}

.freeguides {
  border: 1px solid #094e5e26;
  border-radius: 6px;
  width: 100%;
}

.print {
  color: #094e5e;
  border: 1px #094e5e;
  border-bottom-style: dotted;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.divider {
  border-bottom: 1px dotted #0000001a;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.divider-large {
  border-bottom: 1px dotted #0000001a;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.lightbox-link {
  margin-top: 25px;
  padding-left: 24px;
}

.note-title {
  color: #094e5f;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.note-cost {
  float: right;
  color: #094e5f;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.unordered-list-notes {
  float: none;
  width: 55%;
  margin-top: 20px;
}

.back-articles {
  color: #fff9;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.ordered-list {
  margin-top: 30px;
  padding-left: 15px;
}

.list-item-article {
  color: #333333b3;
  margin-bottom: 20px;
}

.blank {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(#0f516266, #0f516266), url('../images/5ee67e02626ee352dae40db6_invert.png');
  background-position: 0 0, 0 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding: 60px 30px;
  position: relative;
}

.section {
  background-color: #fff;
  bottom: 45px;
  right: 0;
}

.italic-text {
  color: #07488a;
}

.or {
  margin-top: 9px;
  margin-bottom: 9px;
  display: inline-block;
}

.classes {
  float: none;
  cursor: pointer;
  background-color: #0000;
  border: 1px #0000001a;
  border-radius: 40px;
  margin-bottom: 15px;
  padding: 19px 20px;
  display: none;
  overflow: hidden;
}

.arrow {
  color: #094e5f;
  text-align: left;
  font-family: "Fa solid 900", sans-serif;
  position: static;
}

.arrow.note {
  color: #cc4505;
}

.div-block-21 {
  justify-content: space-between;
  display: flex;
}

.smaller {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.heading-3 {
  color: var(--dark-slate-grey);
  margin-left: 20px;
}

.text-span-2 {
  color: #000708;
  font-weight: 400;
}

.text-block-6 {
  color: #fff;
  font-size: 20px;
}

.hide {
  display: none;
}

.bold-text {
  color: #ff6c6c;
}

._80-small {
  flex-direction: column;
  width: 80%;
  max-width: 1080px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: flex;
}

._80-small.hide {
  display: none;
}

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

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
}

.grid-8-copy {
  grid-template-columns: 1fr 1fr;
  place-items: start center;
}

.spinning {
  cursor: pointer;
  background-color: #094e5f;
  border: 1px solid #0000001a;
  border-radius: 9px;
  margin-bottom: 20px;
  padding: 30px 20px;
  overflow: hidden;
}

.spinning.shade {
  opacity: .6;
  display: none;
}

.spinning.landings {
  display: none;
}

.grid-7-copy {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 50px;
}

.what {
  color: #094e5f;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: right;
    border-bottom: 1px solid #082e38;
    padding-right: 40px;
  }

  .nav-link.w--current {
    text-align: right;
  }

  .brand.w--current {
    margin-top: -6px;
  }

  ._80 {
    width: 100%;
  }

  .dd-arrow {
    margin-right: -15px;
    padding-right: 45px;
  }

  .text-block {
    padding-right: 0;
  }

  .div-block---18 {
    align-items: flex-start;
  }

  .unordered-list {
    width: 100%;
  }

  .testi-sect {
    background-image: linear-gradient(#094e5ffa, #094e5ffa), url('../images/invert.png');
    background-position: 0 0, -100%;
  }

  ._80-2 {
    width: 100%;
  }

  ._80-2._8 {
    margin-top: 30px;
  }

  .menu-button {
    color: #fff;
    margin-top: -5px;
    padding-top: 26px;
  }

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

  .text-block-3 {
    color: #fff;
    width: 13ch;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
  }

  .hidden-divider {
    padding-top: 30px;
  }

  .grid-3 {
    grid-row-gap: 5px;
    grid-template-columns: .75fr 1fr;
  }

  .link-3, .data-text {
    margin-bottom: 10px;
  }

  .accord {
    cursor: auto;
  }

  .d1 {
    overflow: visible;
  }

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

  .data-text-2 {
    margin-bottom: 10px;
  }

  .div-block-6 {
    padding: 0;
  }

  .tick {
    font-size: 13px;
  }

  .small {
    display: none;
  }

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

  .unordered-list-notes {
    width: 44%;
  }

  .blank {
    background-image: linear-gradient(#094e5ffa, #094e5ffa), url('../images/invert.png');
    background-position: 0 0, -100%;
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
  }

  ._80-small {
    width: 100%;
  }

  .grid-8-copy {
    grid-template-columns: 1fr;
  }

  .spinning {
    cursor: auto;
    background-color: #094e5f;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-bottom: 15px;
  }

  .nav-link, .nav-link.w--current {
    text-align: right;
    padding-right: 40px;
  }

  .brand.w--current {
    margin-top: -8px;
  }

  .dd-arrow {
    margin-right: -15px;
  }

  .text-block {
    padding-right: 0;
  }

  .email-wrapper {
    display: none;
  }

  .h1 {
    line-height: 45px;
  }

  .div-block-17 {
    flex-direction: column;
  }

  .div-block-16 {
    text-align: center;
    width: 100%;
  }

  .image-3 {
    width: auto;
  }

  .div-block---18 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .unordered-list {
    float: left;
    width: 100%;
  }

  .para-dark {
    font-size: 16px;
    line-height: 27px;
  }

  .testi-sect {
    background-image: linear-gradient(#094e5ffa, #094e5ffa), url('../images/invert.png');
    background-position: 0 0, 50% 100%;
  }

  .para-light {
    font-size: 16px;
    line-height: 27px;
  }

  .message-arrow {
    display: none;
  }

  .text-block-3 {
    width: 11ch;
    font-size: 50px;
  }

  .para-dark-2, .para-dark-3 {
    font-size: 16px;
    line-height: 27px;
  }

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

  .para-dark-4 {
    font-size: 16px;
    line-height: 27px;
  }

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

  .list-row {
    margin-bottom: 10px;
  }

  .scroll-note {
    font-size: 16px;
    line-height: 25px;
  }

  .gym-classes {
    display: block;
  }

  .gym-classes.indent-copy {
    margin-right: 0;
    padding-left: 9px;
  }

  .gym-classes.hide {
    display: none;
  }

  .image-5 {
    width: 100%;
  }

  .div-block-19 {
    padding-right: 0;
  }

  .tick {
    font-size: 15px;
  }

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

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

  .print {
    margin-bottom: 20px;
    display: inline-block;
  }

  .note-title {
    font-size: 15px;
  }

  .unordered-list-notes {
    float: left;
    width: 100%;
  }

  .blank {
    background-image: linear-gradient(#094e5ffa, #094e5ffa), url('../images/invert.png');
    background-position: 0 0, 50% 100%;
  }

  .classes {
    height: 63px;
    display: block;
  }

  .arrow {
    opacity: .33;
  }

  .heading-3 {
    margin-top: 40px;
    margin-left: 0;
  }

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

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

  .spinning {
    background-color: #094e5f;
  }

  .grid-7-copy {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 60px;
  }

  .nav-link {
    text-align: left;
    padding-left: 30px;
  }

  .nav-link.w--current {
    text-align: left;
  }

  .suzy {
    font-size: 20px;
    display: none;
  }

  .brand.w--current {
    margin-top: 0;
  }

  ._80 {
    width: 100%;
  }

  .dd-arrow {
    margin-right: 0;
  }

  .email-wrapper {
    width: 30px;
    height: 30px;
    margin-right: 3px;
  }

  .h1 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
  }

  .image-3 {
    width: 445px;
  }

  .div-block---18 {
    padding-left: 0;
  }

  ._80-2._8 {
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote {
    font-size: 25px;
    line-height: 30px;
  }

  .menu-button {
    padding-top: 18px;
  }

  .text-block-3 {
    width: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .inn-mainsect, .mainsect-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq {
    border-radius: 10px;
    height: 63px;
    padding: 10px;
  }

  .para-dark-3.test {
    padding-left: 0;
  }

  .testi-title {
    margin-top: 10px;
    margin-bottom: 21px;
    display: block;
  }

  .testis {
    border-radius: 10px;
    height: 63px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .classification {
    padding-left: 0;
  }

  .div-block-20 {
    float: none;
    text-align: center;
    width: auto;
    margin-bottom: 30px;
    display: flex;
  }

  .div-block-8 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
  }

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

  .para-dark-4.test {
    padding-left: 0;
  }

  .d3 {
    width: 130px;
  }

  .list-2 {
    padding-left: 16px;
  }

  .day {
    height: auto;
    padding: 20px;
  }

  .d1 {
    width: 150px;
  }

  .list-row {
    margin-bottom: 30px;
  }

  .gym-classes {
    margin-top: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .gym-classes.indent-copy {
    padding-left: 7px;
  }

  .gym-classes.noneline {
    margin-bottom: 18px;
    padding-bottom: 0;
  }

  .div-block-19 {
    padding-left: 0;
  }

  .tic {
    height: 160px;
  }

  .lightbox-link-3 {
    padding-left: 7px;
  }

  .div-block-7 {
    padding-left: 0;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-5, .grid-6 {
    grid-template-columns: 1fr;
  }

  .note-title {
    float: left;
    width: 100%;
    font-size: 16px;
    display: block;
  }

  .note-cost {
    float: left;
  }

  .unordered-list-notes {
    padding-left: 20px;
  }

  .classes {
    border-radius: 10px;
    height: 63px;
    padding: 12px 0;
  }

  .arrow {
    opacity: .33;
  }

  ._80-small {
    width: 100%;
  }

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

  .spinning {
    background-color: #094e5f;
  }

  .grid-7-copy {
    grid-template-columns: 1fr;
  }
}

#w-node-efcf670f-ee7f-ed07-5e52-167fc7ed5749-c7ed5745 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center end;
}

#w-node-_9796092f-3dd7-24ab-8380-ba79991cd20a-968fbdf9, #w-node-_9796092f-3dd7-24ab-8380-ba79991cd225-968fbdf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9796092f-3dd7-24ab-8380-ba79991cd234-968fbdf9, #w-node-_9796092f-3dd7-24ab-8380-ba79991cd239-968fbdf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f204d85-20ea-919f-ba5d-9117eed9d49a-968fbdf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9796092f-3dd7-24ab-8380-ba79991cd20a-968fbdf9 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_9796092f-3dd7-24ab-8380-ba79991cd225-968fbdf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9796092f-3dd7-24ab-8380-ba79991cd20a-968fbdf9 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9796092f-3dd7-24ab-8380-ba79991cd20a-968fbdf9 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}