:root {
  --ffffff: black;
  --black: gold;
  --gold: gold;
  --white: white;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

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

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

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

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

.section.center {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-2585.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column;
  place-content: stretch center;
  align-items: stretch;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  margin-top: 160px;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 291px;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #f8cc1d;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #f8cc1d;
  border-radius: 4px;
  margin: 0 20px 26px auto;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #f8cc1d;
  background-color: #0000;
  border: 3px solid #f8cc1d;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  text-align: center;
  margin-bottom: 59px;
  margin-left: 0;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button.bottom {
  text-shadow: none;
  border-radius: 10px;
  margin-top: -6px;
  margin-bottom: 82px;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 26px;
}

.button.test {
  text-align: center;
  text-shadow: none;
  background-color: #0000;
  border-radius: 50px;
  flex: 0 auto;
  order: 0;
  width: auto;
  margin-bottom: 184px;
  margin-left: 0;
  margin-right: 17px;
  padding: 10px;
  font-size: 36px;
  font-weight: 600;
  display: block;
}

.button.test:hover {
  color: #f8cc1d;
  background-color: #0000;
  border-color: #f8cc1d;
}

.button.test.reviews {
  width: auto;
}

.button.test.call {
  width: 20%;
}

.button.test.call.portrait {
  width: auto;
  margin-bottom: 0;
  font-weight: 600;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-menu-wrap {
  flex: 0 auto;
  display: block;
}

.nav-link {
  background-color: var(--ffffff);
  color: var(--black);
  border-radius: 4px;
  flex: 0 auto;
  margin: 14px 15px 20px;
  padding: 10px;
  font-family: Blackopsone, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  transition: opacity .2s, all .5s;
  display: block;
}

.nav-link:hover {
  background-color: var(--black);
  color: #fff;
  box-shadow: inset 0 -5px #debd03;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  display: block;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  margin-top: -386px;
  margin-bottom: 3px;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  text-transform: uppercase;
  max-width: 60%;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Blackopsone, sans-serif;
  font-size: 30px;
  line-height: 44px;
  display: block;
}

.hero-subhead.hide {
  display: block;
}

.hero-subhead.header {
  margin-bottom: -5px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/James-and-Truck-Smudged-License.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 2px solid gold;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 80vh;
  margin-top: 0;
  display: none;
}

.footer.our-team-footer {
  margin-top: -11px;
  display: none;
}

.footer.return-policies-page {
  flex-direction: column;
}

.footer-link {
  color: var(--ffffff);
  margin-left: 15px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
  transform: scale(1.3);
}

.footer-link.w--current {
  font-family: Montserrat, sans-serif;
}

.footer-list {
  background-color: var(--black);
  width: auto;
  padding-top: 29px;
  padding-bottom: 0;
  display: none;
}

.footer-list.retruns-pollicy-page {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -11px;
  margin-left: -46px;
  padding-left: 0;
  display: flex;
}

.nav-menu-2 {
  margin-top: -174px;
  display: flex;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 3px 0 3px #00000047;
  margin-top: 34px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 400;
  line-height: 59px;
}

.heading-3.test {
  color: var(--gold);
  letter-spacing: 0;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px #000;
  background-color: #0000;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 12px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.image-5 {
  margin-top: 12px;
  margin-left: -143px;
}

.div-block-13, .image-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  height: 100vh;
}

.about-us-section-wrapper {
  background-color: #0000;
  margin-top: 2px;
  display: flex;
}

.heading-4 {
  color: var(--gold);
  text-align: center;
  text-transform: capitalize;
  text-shadow: 2px 1px 1px var(--ffffff);
  border: 2px #f8cc1d;
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 20px;
  font-family: Permanent Marker, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.heading-4.test {
  text-shadow: none;
}

.paragraph-2 {
  color: #000c;
  background-color: #fff6;
  border-radius: 4px;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  font-family: Montserrat, sans-serif;
}

.faq-list-header {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.list-item {
  color: var(--ffffff);
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 63px;
  font-family: Blackopsone, sans-serif;
  font-size: 25px;
  line-height: 49px;
}

.list-item.test-drive {
  margin-bottom: 4px;
}

.faq-list-answer {
  letter-spacing: 2px;
  text-transform: capitalize;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.faq-section-wrapper {
  background-color: #0000;
  display: flex;
}

.button-div {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 40%;
  margin: 0 auto 71px;
  padding-top: 88px;
  padding-left: 16px;
  display: block;
}

.button-div.test {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  margin-top: 4px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-right: 16px;
  display: flex;
}

.button-div.groups {
  flex: 1;
}

.profile-card-big {
  text-align: center;
  background-color: #6b6b6b52;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  padding: 40px 50px;
  display: flex;
  box-shadow: 0 1px 4px #0000000d;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline.tagline-promo-40 {
  color: #3336;
  letter-spacing: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.button-2 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-2:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-2.profile-contact-big-button {
  background-color: #0000;
  background-image: url('../images/IMG-2585.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button-2.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-2.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button-2.default-button.default-button-with-line {
  color: var(--ffffff);
  background-color: #f8cc1d;
  border: 2px solid #f8cc1d;
  border-radius: 10px;
  margin-left: 2px;
  margin-right: 8px;
  padding: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  transition: color .2s, background-color .2s, border-color .2s;
}

.button-2.default-button.default-button-with-line:hover {
  box-shadow: none;
  color: #fff;
  background-color: #f8cc1d;
  border-style: none;
  border-color: #c5d0de;
}

.big-profile-name {
  color: var(--black);
  letter-spacing: 4px;
  text-shadow: 2px 2px 3px #00000047;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.big-profile-name.test {
  text-shadow: none;
}

.actions-wrapper {
  flex-direction: row;
  flex: 0 auto;
  align-items: stretch;
  padding-top: 7px;
  display: flex;
}

.profile-card-big-avatar {
  background-image: url('../images/Avatar-13.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.paragraph-3 {
  color: var(--black);
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px #00000047;
  margin-bottom: 22px;
  font-family: Blackopsone, sans-serif;
  font-size: 27px;
  line-height: 39px;
}

.paragraph-3.we-offer {
  text-shadow: 2px 2px 3px #00000047;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 7px;
  font-family: Montserrat, sans-serif;
  line-height: 29px;
}

.paragraph-3.we-offer.test {
  text-shadow: none;
}

.paragraph-3.cak {
  text-shadow: 2px 2px 3px #00000047;
  font-family: Montserrat, sans-serif;
}

.paragraph-3.cak.test {
  color: #6b6b6b;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  text-shadow: none;
  width: auto;
  font-size: 16px;
  line-height: 30px;
}

.div-block-14 {
  text-align: center;
  margin-top: -20px;
}

.heading-5 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-right: 10px;
  font-family: Blackopsone, sans-serif;
  font-size: 47px;
}

.hero-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.image-6 {
  margin-bottom: 5px;
}

.reviews-widget-div {
  margin-top: -4px;
}

.reviews-widget-code {
  margin-top: 4px;
}

.disclosure-div-block {
  margin-top: -6px;
  margin-bottom: 22px;
}

.heading-6 {
  color: var(--ffffff);
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.paragraph-4 {
  color: var(--ffffff);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 19px;
}

.security-bounce-link {
  color: #c7b668;
}

.disclosure-container {
  border: 2px solid var(--ffffff);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 9px;
}

.disclosure-container.assets {
  background-color: #00000080;
  margin-top: 0;
  display: block;
}

.disclosure-container.white {
  color: #fff;
}

._6-week-challenge-text {
  color: var(--ffffff);
  text-align: center;
  font-family: Blackopsone, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

._6-week-challenge-text.large {
  font-size: 43px;
  line-height: 49px;
}

.hero-section-heading {
  color: #f8cc1d;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 4px 4px 6px #000;
  background-color: #0000;
  margin-top: 14px;
  margin-bottom: -2px;
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 69px;
}

.hero-section-heading.test {
  text-shadow: none;
  font-weight: 600;
}

.text-block-3 {
  color: var(--ffffff);
  text-align: center;
  letter-spacing: 3px;
  font-family: Blackopsone, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.text-block-3.large {
  margin-bottom: 2px;
  font-size: 25px;
  line-height: 39px;
}

.section-3 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/IMG_3472.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  min-height: 180vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.nav-link-2 {
  background-color: var(--ffffff);
  color: var(--black);
  margin-right: 99px;
  font-family: Blackopsone, sans-serif;
  font-size: 18px;
}

.nav-link-3 {
  background-color: var(--ffffff);
  color: var(--black);
  border-radius: 4px;
  margin-top: -2px;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 10px 3px;
  font-family: Blackopsone, sans-serif;
  font-size: 14px;
  transition: all .5s;
}

.nav-link-3:hover {
  background-color: var(--black);
  color: var(--ffffff);
}

.nav-link-3.more-info {
  padding-left: 3px;
  padding-right: 3px;
}

.nav-link-3.training {
  text-align: center;
  margin-top: -21px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-3.nutrition {
  text-align: center;
  margin-top: -21px;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link-3.home {
  margin-bottom: 0;
  margin-right: 15px;
  padding-left: 13px;
  padding-right: 13px;
}

.navbar {
  background-image: url('../images/NavBar-Background-GymTruckChico.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 14px;
}

._200-span {
  font-size: 66px;
}

.image-7 {
  margin-top: 10px;
}

.brand-2 {
  margin-top: -20px;
}

.header-subheader-div {
  margin-top: 0;
}

.list-item-2 {
  color: var(--ffffff);
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 6px;
  margin-left: 103px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
  list-style-type: none;
}

.list-item-2.button {
  margin-bottom: 3px;
}

.list-item-2.button-top {
  margin-top: 0;
  margin-bottom: 10px;
}

.dropdown {
  color: var(--ffffff);
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-block-4 {
  color: var(--black);
  font-family: Blackopsone, sans-serif;
}

.dropdown-toggle {
  background-color: var(--ffffff);
  color: var(--black);
}

.text-block-5 {
  color: var(--ffffff);
  font-family: Blackopsone, sans-serif;
}

.dropdown-toggle-2 {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-link {
  text-transform: uppercase;
  font-family: Blackopsone, sans-serif;
  font-size: 12px;
}

.container {
  margin-top: 25px;
  padding-top: 0;
}

.section-4 {
  background-color: #0000;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/IMG_3472.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -5px;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 58px;
  display: block;
  overflow: visible;
}

.nutrition-content-div {
  background-color: #0000;
  flex: 1;
}

.heading-7 {
  color: #fc0;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  line-height: 45px;
}

.heading-7.semi-private, .heading-7.online-personal-training {
  margin-bottom: 54px;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 4px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 49px;
}

.paragraph-5._1-on-1 {
  color: var(--gold);
  text-shadow: 2px 2px 3px #000;
  margin-top: -1px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.paragraph-5.online {
  font-size: 34px;
  line-height: 39px;
}

.text-block-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-left: 28px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}

.text-block-6.subheader.bottom-margin {
  color: #fc0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
}

.text-block-6.bottom-margin {
  color: var(--white);
  text-align: left;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 4px;
  margin-bottom: 32px;
  margin-left: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.text-block-6.bottom-margin.assets {
  background-color: var(--white);
}

.text-block-6.bottom-margin._1-on-1 {
  font-size: 20px;
}

.text-block-6.bottom {
  margin-bottom: 51px;
  font-size: 25px;
}

.text-block-6.what-to-expect {
  color: var(--gold);
  text-align: center;
  text-shadow: 2px 2px 3px #000;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 39px;
  text-decoration: none;
}

.text-block-6.one-on-one {
  width: 15%;
  margin-top: 54px;
  margin-bottom: 53px;
}

.text-block-6.last-for-margin {
  margin-bottom: 32px;
}

.body-2 {
  margin-top: 1px;
}

.body-3 {
  margin-top: 36px;
}

.div-block-15 {
  color: #fc0;
  background-color: #fc0;
  width: 900px;
  height: 5px;
  margin: 0 auto 10px;
}

.container-2 {
  border: 1px none var(--ffffff);
  margin-bottom: 0;
}

.container-2.assets {
  background-color: var(--white);
}

.nav-link-nutrition {
  color: var(--ffffff);
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 29px;
}

.nav-link-nutrition.w--current {
  margin-right: 0;
}

.nav-link-nutrition.right {
  color: #fc0;
  margin-left: 0;
  margin-right: -136px;
  font-size: 23px;
  font-weight: 600;
}

.nav-link-nutrition.consult {
  color: #fc0;
  margin-right: 10px;
  font-weight: 600;
}

.dropdown-link-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.dropdown-link-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.brand-3 {
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: -70px;
}

.brand-3.w--current {
  flex-direction: column;
  margin-left: -70px;
  display: flex;
}

.brand-3.blog {
  display: flex;
}

.dropdown-toggle-3 {
  padding: 20px 10px 10px;
}

.navbar-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-2740.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.navbar-2.homepage {
  display: block;
}

.navbar-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-2740.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.navbar-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-2740.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: -39px;
}

.brand-4 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: -152px;
}

.brand-5 {
  margin-left: -152px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-toggle-4, .dropdown-toggle-5, .dropdown-toggle-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-8 {
  text-align: center;
  text-transform: uppercase;
  font-family: Blackopsone, sans-serif;
  font-size: 38px;
}

._2-how-it-works {
  color: var(--ffffff);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 45px;
}

._1st-trainng-span {
  font-size: 30px;
}

.div-block-16 {
  flex-direction: column;
  flex: 0 60%;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._20-off-header {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 40px;
  font-family: Blackopsone, sans-serif;
  font-size: 69px;
  font-weight: 400;
  line-height: 90px;
}

._20-off-header.call {
  margin-top: -12px;
  margin-bottom: 27px;
  font-size: 40px;
}

.list-2 {
  display: block;
}

.list-3 {
  border: 2px none var(--ffffff);
  width: 100%;
  margin: 0 auto 20px 0;
  padding-left: 308px;
}

.image-8 {
  text-align: right;
  margin: 386px 350px 141px 0;
}

.div-block-17 {
  justify-content: flex-end;
  display: flex;
}

.text-block-7 {
  color: #f8cc1d;
  text-align: center;
  margin-top: -11px;
  margin-bottom: -126px;
  font-family: Blackopsone, sans-serif;
  font-size: 35px;
  line-height: 39px;
}

.image-9 {
  margin-top: -11px;
  margin-left: 165px;
}

.nav-menu-4 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link-text {
  color: var(--ffffff);
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.nav-link-text.w--current {
  text-shadow: 4px 4px 3px #000;
}

.nav-link-text.right {
  color: #fc0;
  background-color: #000;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 33px;
  margin-right: 20px;
  padding: 10px;
  font-size: 23px;
  font-weight: 600;
}

.nav-link-text.bkgrnd {
  color: #fc0;
  letter-spacing: 1.2px;
  background-color: #0000;
  border: 2px solid #fc0;
  border-radius: 4px;
  flex: 0 auto;
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 29px;
  font-weight: 900;
  line-height: 40px;
}

.nav-link-text.bkgrnd.padded {
  border-radius: 10px;
}

.nav-link-text.bkgrnd.hide {
  display: none;
}

.nav-link-text.reviews {
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-text.our-team {
  margin-left: 0;
  font-weight: 600;
}

.nav-link-text.our-team.consult-our-team {
  background-color: var(--black);
  color: #fc0;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
  font-weight: 600;
}

.nav-link-text.bkgrnd {
  background-color: var(--black);
  border-radius: 10px;
  margin-right: 9px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-text.top {
  margin-left: -101px;
  margin-right: -47px;
}

.nav-link-text.gold {
  color: #fc0;
}

.nav-link-text.phone-no {
  background-image: linear-gradient(#00000080, #00000080), url('../images/american-4402599_1920_478x320.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.nav-link-text.phone-no.margin-right {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 54px;
  padding-right: 5px;
}

.nav-link-text.phone-no.margin-right.appointment {
  color: #0000;
  background-image: linear-gradient(#0000, #0000), url('../images/agenda-3489747_1920.jpg');
  background-size: auto, cover;
}

.nav-link-text.trainers {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.nav-link-text.trainers.book-appt {
  background-image: linear-gradient(#00000080, #00000080), url('../images/background-for-Schedule-Appt-Button.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.nav-link-text.phoneno {
  padding-left: 0;
  padding-right: 0;
}

.nav-link-text.wide {
  font-size: 18px;
}

._20-off-heading {
  color: #f8cc1d;
  text-align: center;
  text-shadow: 4px 4px 6px #000;
  margin-top: 0;
  margin-left: 138px;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  line-height: 106px;
}

._20-off-heading.test {
  text-shadow: none;
  margin: 30px auto 20px;
  font-weight: 800;
}

.section-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Gym-Truck-Chico-Clean-Truck-Pic.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.div-block-18 {
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-header-div, .div-block-19 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.top-div {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bottom-div {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-9 {
  color: var(--ffffff);
  text-shadow: 6px 0 10px var(--ffffff);
  background-color: #0000;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 126px;
  margin-right: 105px;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
}

.heading-9.lower {
  text-shadow: 4px 4px 10px var(--ffffff);
  background-color: #0000;
  border-radius: 10px;
  margin-top: 94px;
  padding: 10px;
  font-size: 18px;
}

.heading-10 {
  color: var(--ffffff);
  text-shadow: 6px 0 10px var(--ffffff);
  background-color: #0000;
  border-radius: 10px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}

.right-heading-heading-div {
  color: var(--ffffff);
  text-shadow: 4px 4px 10px var(--ffffff);
  background-color: #0000;
  border-radius: 10px;
  margin-top: 179px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}

.right-heading-heading-div.lower {
  background-color: #0000;
  margin-top: 35px;
  padding: 10px;
  font-size: 18px;
}

.right-heading-div {
  color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.right-header-header-div {
  flex: 1;
  margin-top: -129px;
  margin-left: 43px;
  margin-right: 37px;
}

.heading-11 {
  color: var(--ffffff);
  text-shadow: 4px 4px 10px var(--ffffff);
  background-color: #0000;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}

.heading-11._1on1 {
  background-color: #0000;
  border-radius: 10px;
  margin-top: -147px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
}

.heading-11.online-personal-training {
  color: var(--ffffff);
  text-shadow: 4px 4px 10px var(--ffffff);
  background-color: #0000;
  border-radius: 10px;
  margin-top: -7px;
  padding: 10px;
}

.bottom-header-header-div {
  margin-left: 41px;
  margin-right: 41px;
}

.bottom-header-header-div.group-training {
  margin-top: -95px;
}

.image-11 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 104px;
}

.button-3 {
  color: #f8cc1d;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px #f8cc1d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 69px;
  font-weight: 800;
  line-height: 79px;
  display: inline-block;
}

.button-3.test {
  text-shadow: none;
}

.div-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3472.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-12 {
  background-color: #0000;
}

.reviews-div-wrapper {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  display: block;
}

.text-block-8 {
  text-shadow: 4px 4px 3px #000;
  margin-right: 0;
  font-size: 20px;
}

._25-off-div-wrapper {
  cursor: pointer;
  background-color: #000000b3;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.list-4 {
  background-color: #6b6b6b52;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.faq-content-div {
  border-radius: 4px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-21 {
  flex-flow: row;
  flex: 1;
  place-content: center space-around;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.read-reviews-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-12 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
}

.accordion-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item-content, .accordian-item-content {
  overflow: hidden;
}

.heading-13 {
  color: var(--gold);
  text-align: left;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #000;
  font-family: Permanent Marker, sans-serif;
}

.heading-13.workout-at-home {
  text-align: center;
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
}

.content-paragraph {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.content-paragraph.workout-at-home {
  color: var(--gold);
  letter-spacing: 2px;
  background-color: #0000002e;
  margin-bottom: 0;
  padding: 13px;
  font-weight: 600;
  line-height: 22px;
}

.heading-14 {
  color: #f8cc1d;
  margin-bottom: 20px;
}

.heading-14.h2 {
  color: var(--ffffff);
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 39px;
  text-decoration: none;
}

.heading-14.h2.div-line {
  color: var(--gold);
  text-align: left;
  letter-spacing: 2px;
  text-shadow: 4px 4px 6px #000;
  background-color: #0000;
  border-radius: 4px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 8px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 39px;
  text-decoration: none;
}

.heading-14.h2.div-line.underline {
  text-decoration: underline;
}

.heading-14.h2.bottom-margin {
  color: var(--ffffff);
}

.heading-14.h2.top-margin {
  color: var(--ffffff);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 4px 6px #000;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  line-height: 39px;
}

.heading-14.h2.top-margin.bottom-margin {
  margin-bottom: 60px;
}

.heading-14.heading1 {
  color: #fc0;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 78px;
  font-weight: 800;
  line-height: 89px;
}

.heading-14.local-organic {
  color: var(--ffffff);
  text-align: left;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.schedule-a-consult-button {
  background-color: var(--black);
  color: #fc0;
  text-transform: uppercase;
  border: 2px solid #f8cc1d;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 27px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 39px;
  display: block;
}

.schedule-a-consult-button.margins {
  background-image: linear-gradient(#00000080, #00000080), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-left: 197px;
  font-size: 23px;
  line-height: 40px;
}

.schedule-a-consult-button.white {
  color: #fff;
  border-style: none;
  border-color: #fff;
}

.schedule-a-consult-button.uptop {
  display: none;
}

.schedule-a-consult-button.mobile {
  display: block;
}

.call-now-button {
  background-color: var(--black);
  color: #fc0;
  text-transform: uppercase;
  border: 2px solid #f8cc1d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
  display: block;
}

.call-now-button.margin-small {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.call-now-button.white {
  color: #fff;
  border-style: none;
  border-color: #fff;
}

.call-now-button.consult {
  margin-left: 22px;
}

.call-now-button.uptop, .call-now-button.mobile, .call-now-button.hide {
  display: none;
}

.heading-16 {
  color: #fc0;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 59px;
}

.heading-16.only-mobile {
  border: 2px solid var(--ffffff);
  background-color: var(--black);
  color: var(--ffffff);
  letter-spacing: 0;
  border-radius: 10px;
  margin-top: 8px;
  margin-bottom: 13px;
  margin-left: 100px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 19px;
  display: block;
}

.heading-16.only-mobile.footer-new {
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
}

.heading-16.h2 {
  color: var(--gold);
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 69px;
}

.heading-16.h2.gold {
  color: var(--gold);
}

.heading-16.white {
  color: #fc0;
  letter-spacing: 2px;
  text-shadow: 6px 4px 4px #000;
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 44px;
}

.div-to-center-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
}

.savings-heading {
  color: #fffc;
  text-align: center;
  letter-spacing: 8px;
  border: 4px solid #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Oswald, sans-serif;
  font-size: 69px;
  font-weight: 700;
  line-height: 79px;
}

.div-block-23 {
  flex: 0 auto;
  display: block;
  position: static;
}

.video {
  font-weight: 400;
  position: relative;
}

.div-block-24 {
  margin-top: 40px;
}

.main-content-section-not-hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  display: none;
}

.personal-trainier-chico-div {
  background-color: #0000;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 12px;
  display: flex;
}

.personal-trainier-chico-div.almosttop {
  background-color: #0000;
  width: 80%;
  margin: 20px auto;
  display: block;
}

.personal-trainier-chico-div.almosttop.bottom-cta {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.list-5 {
  background-color: #0000;
  font-family: Oswald, sans-serif;
}

.list-item-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 63px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 49px;
}

.list-item-3.assets {
  background-color: var(--white);
}

.nav-link-div-wrapper {
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/Gym-Truck-Chico-Clean-Truck-Pic.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  display: flex;
}

.trainers-image-div-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.trainers-image-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.image-13 {
  text-align: left;
  width: 100%;
}

.image-13.james {
  width: 75%;
}

.image-13.alex {
  width: 75%;
  margin-top: 40px;
}

.image-13.aiyana {
  background-color: #000;
}

.james-div-block-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.james-image-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-17 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 59px;
}

.paragraph-7 {
  color: var(--ffffff);
  text-align: justify;
  width: auto;
  margin-left: 160px;
  margin-right: 160px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.paragraph-7.james {
  width: auto;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 29px;
}

.paragraph-7.james.trainers {
  color: var(--white);
  font-weight: 600;
}

.paragraph-8, .paragraph-9 {
  color: #fff;
}

.gym-truck-chico-text-span-white {
  color: var(--ffffff);
  text-transform: uppercase;
  font-size: 60px;
  line-height: 99px;
}

.training-types-div-wrapper {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.link-block {
  margin-bottom: 16px;
  text-decoration: none;
}

.link-block.bottom-margin, .link-block._2-training {
  background-color: #ffffff2b;
  width: 80%;
  margin-left: 90px;
}

.link-block._1-on-1 {
  background-color: #ffffff2b;
  border-top: 1px #000;
  border-radius: 4px;
  width: 80%;
  margin-left: 90px;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

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

.dropdown-2 {
  margin-left: 111px;
}

.wbtgty-span {
  font-size: 39px;
  font-weight: 600;
  text-decoration: none;
}

.heading-18 {
  color: #fc0;
  letter-spacing: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 59px;
}

.heading-19 {
  color: #fc0;
  letter-spacing: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 69px;
  font-weight: 800;
}

.heading-20 {
  font-family: Montserrat, sans-serif;
  font-size: 53px;
}

.meal-prep-header {
  letter-spacing: 4px;
  text-transform: none;
  border: 3px solid #fff;
  margin-bottom: 40px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 59px;
}

.sale-link-block, .meal-prep-link-block {
  text-decoration: none;
}

.hidden-button {
  color: #fc0;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fc0;
  border-radius: 4px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 40px;
  display: none;
}

.top-button-div-home-page {
  flex-direction: row;
  margin-bottom: 38px;
  display: flex;
}

.div-block-25 {
  background-color: #fc0;
  height: 5px;
  margin-bottom: 30px;
}

.text-block-10 {
  color: var(--ffffff);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 39px;
}

.text-block-10.trainers {
  color: var(--white);
}

.nasm-div-trainer-page {
  width: 870px;
}

.image-14 {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.image-14.cta-bar {
  padding-top: 11px;
  padding-bottom: 11px;
  display: none;
}

.button-link-block {
  margin-top: 17px;
  margin-left: 100px;
  margin-right: 28px;
}

.button-link-block.call {
  margin-left: 25px;
}

.image-button-div-wrapper {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.image-button-div-wrapper._1on1 {
  margin-bottom: 40px;
}

.image-button-div-wrapper.ewp-buttons {
  margin-bottom: 64px;
  padding-top: 20px;
}

.image-button-div-wrapper.tranparent-background {
  background-image: none;
  margin-bottom: 10px;
}

.image-button-div-wrapper.reviews {
  background-color: #0000;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.link-block-4, .image-15 {
  margin-left: 0;
}

.link-block-5 {
  margin-top: 0;
}

.image-16 {
  margin-left: 80px;
}

.call-now-button-image-home-page-top {
  margin-right: 0;
  padding-bottom: 30px;
  display: block;
}

.call-now-button-image-home-page-top.cta-bar {
  margin-right: 81px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: none;
}

.workout-div-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.image-17 {
  margin-left: 166px;
}

.image-18 {
  margin-right: 50px;
}

.container-4 {
  flex-direction: row;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: static;
}

.heading-22 {
  text-align: center;
  letter-spacing: 4px;
  text-transform: capitalize;
  text-shadow: 4px 4px 6px #000;
  margin-top: 0;
  margin-bottom: 65px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 79px;
}

.link-block-8 {
  margin-top: 56px;
  text-decoration: none;
}

.navbar-div {
  z-index: 15;
  flex-flow: row;
  line-height: 15px;
  display: flex;
  position: relative;
}

.phone-span-red {
  color: #f30808;
  display: flex;
}

.phone-span-red.book {
  color: #0000;
}

.phone-span-blue {
  color: #2103ff;
  margin-left: 7px;
  font-size: 22px;
}

.phone-span-blue.book {
  color: #0000;
}

.phone-dash-span-red {
  color: red;
  margin-left: 7px;
}

.phone-dash-span-red.book {
  color: #0000;
}

.chicos-only-mobile-link-block-to-about-us {
  text-align: center;
  margin-bottom: 20px;
  line-height: 29px;
  text-decoration: none;
}

.div-block-27 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  margin-top: 69px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-not-link-block-div-block {
  width: 960px;
}

.command-center-success-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.command-center-success-section.hide {
  display: none;
}

.heading-23 {
  color: var(--black);
  font-size: 29px;
  line-height: 34px;
}

.command-secrets-div-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-command-ctr-header-div-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 23px;
  display: flex;
}

.h1-command-ctr-header-div-wrapper.hide {
  display: none;
}

.command-ctr-secrets-wrapper-div {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-19 {
  display: block;
}

.image-20 {
  margin-left: 160px;
}

.image-21 {
  margin-left: 137px;
}

.div-block-28 {
  margin-left: -60px;
}

.heading-24 {
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 4px 4px 6px #000;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 33px;
}

.link-4 {
  border: 2px solid var(--ffffff);
  color: var(--ffffff);
  letter-spacing: 1px;
  text-shadow: 4px 4px 6px #000;
  margin-top: 30px;
  margin-bottom: 80px;
  margin-left: 138px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 59px;
  text-decoration: none;
}

.title-div-home-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2px;
  display: flex;
}

.home-page-title-header {
  color: #fc0;
  text-transform: uppercase;
  text-shadow: 4px 4px 6px #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 45px;
}

.image-22 {
  margin-top: 56px;
  margin-left: 0;
}

.image-22.bottom {
  margin-top: 25px;
}

.section-7 {
  background-image: url('../images/under-construction-2891888_1920-1.jpg');
  background-position: 0 0;
  background-size: auto;
  min-height: 100vh;
}

.html-embed {
  margin-bottom: 0;
}

._40-off-span {
  border: 2px solid var(--ffffff);
  padding: 12px;
  font-size: 98px;
  line-height: 79px;
  display: inline-block;
}

.html-embed-2 {
  z-index: 19;
  width: 110%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.reviews-link-block-schedule-a-consult {
  margin-left: 120px;
}

.read-our-reviews-call-now-link-block {
  margin-left: 101px;
}

.read-our-reviews-schedule-a-consult-div-block {
  margin-left: 114px;
}

.link-block-11 {
  display: none;
}

.html-embed-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed-3.not-100-percent {
  z-index: 19;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.link-block-12 {
  margin-bottom: 0;
  margin-left: 80px;
}

.messenger-link-block {
  text-align: center;
  width: 20%;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.review-page-button-section-bottom {
  min-height: 30vh;
  margin-top: -5px;
}

.div-block-29 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-24 {
  margin-bottom: 47px;
  margin-left: 120px;
}

.image-25 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

._2nd-ewp-div-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-4 {
  width: 50%;
  margin-top: 0;
}

.html-embed-4.contact-us-form {
  width: 100%;
  margin-top: 10px;
}

.heading-25 {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}

.heading-26 {
  color: var(--white);
  text-align: center;
}

.paragraph-10 {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding: 12px;
  font-size: 16px;
}

.section-8 {
  border: 2px solid #000;
  width: 95%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-inline-header {
  font-size: 24px;
}

.image-26 {
  margin-bottom: 20px;
  margin-right: 0;
}

.section-9 {
  background-image: url('../images/Business-Complex-Workout.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: auto;
}

.body-4 {
  background-image: url('../images/Business-Complex-Workout.jpg');
  background-position: 0 0;
  background-size: auto;
  min-height: 200vh;
}

.goals-needs-results-heading {
  color: var(--ffffff);
  text-align: center;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 39px;
}

.heading-27 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 45px;
}

.image-27 {
  margin-bottom: 0;
}

.heading-28 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 39px;
}

.heading-28._1on1 {
  color: #fc0;
  margin-bottom: 40px;
}

.heading-29 {
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 39px;
}

.heading-30 {
  color: #fc0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 39px;
}

.heading-31 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.image-29 {
  margin-bottom: 12px;
}

.heading-32 {
  color: gold;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  line-height: 45px;
  display: flex;
}

.ewp-lightbox-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.ewp-div-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-div-4-ewp {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.ewp-learn-more-span {
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.mother-s-day-special-div-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

._12-week-special-section-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 2px gold;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.mothers-day-special-link-block {
  color: #f85e04;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.mother-s-day-special-container {
  max-height: 105vh;
  margin-top: 0;
  margin-bottom: 28px;
}

.mothers-day-special-link-text-div {
  color: var(--ffffff);
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-30 {
  z-index: 100;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 14px;
  display: block;
  position: static;
  transform: skew(0deg);
}

.div-block-30.top-of-page {
  display: none;
}

.consult-link-block {
  flex-direction: column;
  display: flex;
}

.paragraph-11 {
  color: var(--ffffff);
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
}

.call-to-action-div-wrapper {
  background-color: var(--ffffff);
  color: #3330;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
}

.call-to-action-div-wrapper.light {
  background-color: var(--gold);
}

.heading-33 {
  border: 2px solid var(--gold);
  background-color: var(--black);
  color: gold;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.contact-us-section-pg1 {
  background-color: #6b6b6b;
  margin-bottom: 0;
}

.contact-us-div-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-11 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/female-2646996_1920.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.heading-34 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Permanent Marker, sans-serif;
  font-weight: 700;
}

.section-12 {
  height: auto;
  padding-bottom: 25px;
}

.div-block-31 {
  margin-top: 17px;
}

.image-30 {
  margin-left: 50px;
  display: none;
}

.cta-round {
  margin-left: 50px;
}

.image-31 {
  display: none;
}

.button-4 {
  border: 1px solid #000;
  padding-left: 40px;
  padding-right: 40px;
}

.button-5 {
  border: 2px solid var(--gold);
  color: var(--gold);
  text-align: center;
  background-color: #0000;
  margin-left: 50px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
}

.button-5.left {
  padding-left: 85px;
  padding-right: 85px;
  font-size: 16px;
  line-height: 19px;
}

.button-5.black.largerester {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 29px;
}

.slide {
  max-width: 100%;
  height: 100vh;
}

.mask {
  max-width: 90%;
  height: auto;
}

.slider {
  max-width: 40%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.div-block-32 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 44px;
  display: flex;
}

.div-block-33 {
  max-width: none;
  height: auto;
}

.container-9 {
  height: auto;
}

.image-32 {
  width: auto;
}

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

.lightbox-image-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 20px;
  display: block;
}

.text-block-11 {
  text-align: center;
  margin-top: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
}

.text-on-image-to-enlarge {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

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

.h1-header-div-block {
  background-color: #f8cc1d14;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  padding: 12px;
  display: flex;
}

.heading-35 {
  color: gold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.heading-36 {
  color: gold;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.heading-36.h3 {
  font-size: 10px;
}

.text-block-12 {
  color: var(--ffffff);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 6px 6px 6px #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 39px;
}

.text-block-12.larger {
  color: var(--gold);
  letter-spacing: 2px;
  text-shadow: 4px 4px #000;
  background-color: #fff0;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 12px;
}

.text-block-12.larger.white {
  color: var(--ffffff);
  letter-spacing: 2px;
}

.text-block-12.gold {
  color: var(--gold);
}

._3961-span {
  color: #2103ff;
}

._530-span {
  color: #f30808;
  font-size: 22px;
}

.heading-div-block {
  background-color: #ffffff2b;
  width: 80%;
  margin-bottom: 16px;
  margin-left: 90px;
  margin-right: auto;
}

.phone-span-white {
  color: var(--gold);
  font-size: 22px;
}

.text-block-13 {
  margin-left: 10px;
}

.heading-37 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.blog-hero-contaner-wrapper {
  background-color: #a9a9a9;
  flex-direction: column;
  display: flex;
}

.blog-hero-heading {
  color: var(--gold);
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 3px 0 1px var(--black);
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 39px;
}

.blog-hero-image-div-wrapper {
  text-align: center;
  background-image: url('../images/IMG-1953_837X915.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 12px 0;
}

.blog-intro-and-pic-div-wrapper {
  background-color: #bcbbbb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.block-quote {
  color: #ffffffd9;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.block-quote.b-ph {
  color: var(--gold);
  background-color: #a9a9a9;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 29px;
}

.heading-39 {
  color: #ffffffd9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
}

.heading-39.blog {
  color: var(--gold);
  letter-spacing: 2px;
  overflow-wrap: normal;
  background-color: #000;
}

.section-13 {
  background-color: var(--ffffff);
}

.blog-content-div-wrapper {
  color: #fff;
  background-color: #a9a9a9;
}

.blog-content-subheading-h3 {
  color: #ffffffd9;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 49px;
}

.blog-content-subheading-h3.blog {
  color: var(--gold);
  font-family: Montserrat, sans-serif;
}

.block-quote-2 {
  color: var(--gold);
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 3px 3px 1px var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 79px;
  display: block;
}

.blog-content-section {
  background-color: var(--white);
}

.blog-post-cta {
  color: #ffffffd9;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
}

.content-rich-text-block {
  text-transform: capitalize;
}

.content-rich-text-block h2 {
  color: #ffffffd9;
  margin-top: 10px;
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.content-rich-text-block p {
  color: #ffffffd9;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.content-rich-text-block h3 {
  color: #ffffffd9;
  font-family: Montserrat, sans-serif;
}

.content-rich-text-block h4 {
  color: #ffffffd9;
}

.image-34 {
  margin-left: 75px;
}

.list-item-4 {
  color: var(--gold);
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}

.list-item-5 {
  color: var(--ffffff);
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.list-item-6 {
  color: var(--ffffff);
}

.blog-content-rtb {
  color: var(--ffffff);
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.blog-content-rtb p {
  color: var(--ffffff);
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

.blog-content-rtb h4 {
  color: var(--gold);
  font-family: Montserrat, sans-serif;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #ddd0;
}

.dropdown-list-2 {
  background-color: #ddd0;
  display: block;
}

.dropdown-list-2.w--open {
  background-color: #ddd0;
}

.dropdown-link-4, .dropdown-link-5 {
  color: #fff;
}

.text-block-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.dropdown-toggle-7 {
  margin-top: 3px;
}

.icon-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.dropdown-link-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.dropdown-link-7 {
  color: #fdfdfd;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-list-3 {
  background-color: #ddd;
}

.dropdown-list-3.w--open {
  background-color: #ddd0;
}

.rich-text-block {
  font-size: 13px;
}

.heading-40 {
  font-size: 38px;
}

.rich-text-block-2 {
  color: var(--ffffff);
  text-transform: capitalize;
}

.rich-text-block-3 {
  color: #fff;
}

.paragraph-12 {
  color: var(--ffffff);
}

.rich-text-block-4 {
  color: #fff;
}

.new-hero-section {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: auto;
  margin-top: 0;
  display: flex;
}

.new-hero-div-wrapper {
  background-color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.new-hero-section-drop-down-div-block {
  margin-left: 17px;
}

.dropdown-toggle-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-16 {
  line-height: 15px;
}

.icon-9 {
  display: none;
}

.dropdown-toggle-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-10 {
  display: none;
}

.dropdown-toggle-10 {
  border: 2px solid var(--black);
  color: gold;
  border-radius: 12px;
  margin-top: 12px;
  margin-right: 80px;
  padding: 10px 20px;
}

.dropdown-toggle-10.w--open {
  margin-right: 52px;
}

.dropdown-list-4 {
  margin-right: -1px;
}

.image-35 {
  margin-top: 2px;
  margin-bottom: 12px;
  margin-left: 61px;
}

.bold-text-2 {
  color: gold;
  border: 1px #c8c1b5;
  padding-bottom: 10px;
  display: block;
}

.promo-div-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-hero-cta-div-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 35px;
  margin-right: 80px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.new-hero-cta-div-wrapper.pt {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-17 {
  color: gold;
  text-align: center;
  background-color: #000;
  border: 2px solid gold;
  border-radius: 12px;
  padding: 12px;
  font-family: PT Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.link-block-14 {
  margin-left: 80px;
  text-decoration: none;
}

.bogo-cta-span {
  border: 2px gold;
  border-radius: 0;
}

.content-div {
  margin-right: 70px;
  display: block;
}

.content-div.directory {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  margin-right: 0;
  display: flex;
}

.content-div.hideit {
  margin-right: 0;
  display: block;
}

.content-div.twpp {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.content-div.footer-logo {
  margin-right: 0;
}

.footer-wrapper-vertical {
  flex-direction: column;
  min-height: 95vh;
  display: none;
}

.div-block-34 {
  background-color: var(--ffffff);
}

.footer-div-horizontal-1-link-block {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-18 {
  color: gold;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 150px;
}

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

.dropdown-list-5.w--open {
  color: #fff;
  background-color: gold;
}

.dropdown-link-8 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.dropdown-link8 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.link-5 {
  color: gold;
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.link-5.reviews {
  margin-left: 0;
  margin-right: 45px;
}

.link-5.blog, .link-5.trainers {
  margin-left: 0;
}

.link-5.nutrition {
  margin-right: 45px;
  padding-top: 8px;
}

.link-5.trainres, .link-5.blo0g {
  margin-right: 45px;
}

.link-5.training {
  margin-right: 0;
  padding-top: 2px;
}

.dropdown-3 {
  color: gold;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.dropdown-toggle-11 {
  text-align: left;
  margin: 0 25px 3px 0;
  padding: 10px 20px 0 0;
  font-family: Montserrat, sans-serif;
}

.text-block-19 {
  color: gold;
  margin-top: 0;
  margin-left: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-20 {
  color: gold;
  margin-top: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 35px;
}

.dropdown-toggle-12 {
  margin-right: 45px;
  padding: 0;
  font-size: 28px;
  line-height: 40px;
}

.dropdown-list-6 {
  background-color: #ddd;
}

.dropdown-list-6.w--open {
  background-color: gold;
  border-radius: 9px;
}

.dropdown-list-7 {
  background-color: #ddd;
}

.dropdown-list-7.w--open {
  background-color: gold;
  border-radius: 12px;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-size: 20px;
}

.description-header-div-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-41 {
  color: gold;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.div-wrapper-for-logo-and-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-media-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-wrapper-content-description-header-div-wrapper {
  width: 100%;
  display: flex;
}

.heading-42 {
  color: gold;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.content-div-block-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-43 {
  color: gold;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

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

.heading-44 {
  color: gold;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

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

.list-6 {
  background-color: #a9a9a9;
}

.go-home-link-block.w--current {
  justify-content: space-between;
  display: flex;
}

.heading-45 {
  color: gold;
  text-align: center;
  text-shadow: 3px 3px 1px #0003;
  font-size: 68px;
  line-height: 79px;
}

.bold-text-10 {
  text-shadow: 4px 3px 1px #0003;
}

.heading-46 {
  color: gold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 1px 1px var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 68px;
  line-height: 79px;
}

.text-block-21 {
  color: gold;
  text-align: center;
  text-shadow: 3px 0 1px #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
}

.hero-header-div-wrapper {
  flex-direction: column;
  display: flex;
}

.hero-paragraph {
  color: gold;
  letter-spacing: 1px;
  padding: 12px;
  font-size: 20px;
  font-weight: 700;
}

.meet-james-biccum-div-wrapper {
  min-height: .25vh;
}

.intro-to-james-header-2 {
  color: gold;
  text-align: center;
}

.section-14 {
  background-color: #c4c4c4;
}

.hero-credentials-heading {
  color: gold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 3px 1px #000;
}

.credentials-div-wrapper-main {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.jim-biccum-wner-heading-3 {
  color: gold;
  font-weight: 700;
}

.owner-div-wrapper-horizontal {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.list-item-description {
  color: gold;
  font-weight: 700;
  line-height: 30px;
}

.heading-53 {
  color: gold;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

.footer-link-2 {
  color: gold;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #fff;
  text-decoration: underline;
  transform: scale(1.3);
}

.footer-link-2.w--current {
  font-family: Montserrat, sans-serif;
}

.image-44 {
  margin-right: 0;
}

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

.social-media-div-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 65vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-block-22 {
  color: gold;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 150px;
  text-decoration: none;
}

.footer-checkmark-box-description {
  color: gold;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.heading-50 {
  color: gold;
  margin-right: 25px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-54 {
  color: gold;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.image-45 {
  margin-bottom: 140px;
  margin-left: 30px;
  margin-right: 0;
}

.div-block-36 {
  margin-left: -14px;
  margin-right: 148px;
}

.cell-2, .div-block4 {
  text-align: center;
}

.footer-div-block-wrapper-horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-37 {
  margin-right: 171px;
}

.div-block3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.footer-list-2 {
  background-color: gray;
  width: auto;
  padding-top: 29px;
  padding-bottom: 29px;
  display: none;
}

.heading-51 {
  color: gold;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.link-8 {
  color: gold;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}

.heading-55 {
  color: #fc0;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 59px;
}

.heading-55.only-mobile {
  color: gold;
  letter-spacing: 0;
  background-color: gray;
  border: 2px solid gold;
  border-radius: 10px;
  margin-top: 8px;
  margin-bottom: 13px;
  margin-left: 100px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 19px;
  display: block;
}

.heading-55.only-mobile.footer-new {
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
}

.heading-55.only-mobile.footer-new.right-side {
  margin-right: 30px;
}

.footer-social-cell {
  flex-direction: row;
  justify-content: space-between;
}

.heading-52 {
  color: gold;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.link-9 {
  color: gold;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.link-9.training {
  text-align: center;
  margin-right: 0;
  padding-top: 2px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}

.link-9.trainres, .link-9.blo0g {
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.link-9.nutrition {
  margin-right: 0;
  padding-top: 8px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}

.link-9.reviews {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.div-block-39 {
  text-align: center;
}

.cell {
  display: block;
}

.div-block-35 {
  margin-left: 46px;
  margin-right: 167px;
}

.link-block-17 {
  text-align: center;
  text-decoration: none;
}

.footer-wrapper-vertical-2 {
  flex-direction: column;
  min-height: 95vh;
  display: block;
}

.footer-header-div-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100%;
  margin-right: -62px;
  padding-right: 188px;
  display: flex;
}

.quick-stack {
  min-width: 100%;
}

.div-block2 {
  text-align: center;
  padding-left: 0;
}

.footer-customer-schedule-div-wrapper {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-2 {
  background-color: gray;
  background-image: linear-gradient(#00000080, #00000080), url('../images/James-and-Truck-Smudged-License.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 2px solid gold;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0;
  display: block;
}

.div-block-38 {
  margin-left: 49px;
}

.footer-checkmark-and-description-div-wrapper {
  margin-left: 50px;
  display: flex;
}

.div-wrapper-for-logo-and-content-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-18 {
  margin-left: 0;
}

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

.heading-56 {
  color: gold;
  text-align: center;
  -webkit-text-stroke-color: #0400ff;
  border: 2px solid gold;
  padding: 12px;
  font-family: Gothic A1, sans-serif;
  font-size: 44px;
  line-height: 54px;
}

.text-block-23 {
  color: var(--gold);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 54px;
  font-size: 28px;
  line-height: 40px;
}

.bold-text-11 {
  font-size: 18px;
}

.one-on-one-title-span {
  font-size: 25px;
}

.group-spa-n {
  font-size: 25px;
  font-weight: 800;
}

.lightbox-link-2 {
  background-color: #000;
}

.image-46 {
  margin-top: 50px;
}

.div-block-40 {
  background-color: #000;
}

.section-15 {
  border: 3px solid var(--gold);
  background-color: #000;
  min-height: 30vh;
}

.heading-57 {
  color: var(--gold);
  text-align: center;
  text-transform: capitalize;
  margin-top: 33px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 69px;
}

.link-10 {
  min-width: 100%;
  font-size: 30px;
}

.block-quote-3 {
  color: gold;
  text-align: center;
  border: 1px solid #000;
  font-size: 26px;
  font-weight: 800;
}

.text-block-24 {
  color: gold;
  text-align: center;
  min-width: 100%;
  font-size: 26px;
  font-weight: 600;
}

.link-block-21 {
  color: #000;
  text-align: center;
  min-width: 11%;
}

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

.div-block-41 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.button-6 {
  color: var(--gold);
  background-color: #3898ec00;
  border: 1px solid gold;
  border-radius: 3px;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.section-16 {
  background-image: linear-gradient(#000000d1, #000000d1), url('../images/IMG-1954_837X915.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 75vh;
}

.div-block-42 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 76px;
  display: flex;
}

.paragraph-13 {
  color: var(--gold);
  background-color: #000000fc;
  padding: 13px;
  font-size: 18px;
  line-height: 24px;
}

.coach-brandon-span {
  font-size: 20px;
}

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

.image-48 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
}

.button-7 {
  color: #000;
  background-color: gold;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
}

.dropdown-link-9 {
  color: gold;
  background-color: #000;
  font-weight: 700;
}

.dropdown-link-10 {
  color: var(--gold);
  background-color: #000;
  font-weight: 700;
}

.dropdown-link-11, .dropdown-link-12 {
  color: gold;
  background-color: #000;
  font-weight: 700;
}

.dropdown-link-13 {
  background-color: var(--ffffff);
  color: gold;
  font-weight: 700;
}

.dropdown-link-14, .dropdown-toggle-13 {
  color: gold;
  background-color: #000;
  font-weight: 700;
}

.section-17 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG-1954_837X915.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  min-height: 50vh;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    background-color: #0000;
    width: 100vw;
    margin-top: 6px;
  }

  .button {
    text-shadow: none;
    border-radius: 50px;
    margin-top: 22px;
    margin-bottom: 37px;
    margin-left: 0;
    font-size: 30px;
  }

  .button.bottom {
    text-shadow: none;
    margin-top: -6px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .button.test {
    font-size: 20px;
  }

  .button.test.reviews {
    font-size: 22px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 75%;
    max-width: none;
    height: auto;
    margin: -548px auto 7vw 377px;
    display: none;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    margin-top: 78px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-left: 18px;
    font-size: 22px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button {
    margin-top: -126px;
    margin-left: 631px;
    display: block;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    margin-top: 8px;
    padding: 18px 20px;
  }

  .brand {
    margin-left: 137px;
    padding-left: 18px;
  }

  .heading-3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 20px;
    font-size: 34px;
    line-height: 49px;
  }

  .image-5 {
    margin-top: -17px;
    margin-left: 125px;
    padding-top: 0;
  }

  .image-div {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .about-us-section-wrapper {
    margin-top: 37px;
  }

  .heading-4 {
    font-size: 30px;
    font-weight: 400;
  }

  .faq-list-header {
    font-size: 18px;
  }

  .list-item {
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .button-div {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    display: flex;
  }

  .button-2.profile-contact-big-button {
    padding: 16px;
    font-size: 27px;
    font-weight: 400;
  }

  .button-2.default-button.default-button-with-line {
    margin-left: 1px;
    margin-right: 8px;
    padding: 16px;
    font-size: 27px;
    font-weight: 400;
  }

  .big-profile-name {
    text-transform: uppercase;
    font-family: Blackopsone, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .big-profile-name.test {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .div-block-14 {
    margin-top: -110px;
  }

  .heading-5 {
    margin-left: 143px;
    font-size: 36px;
  }

  .hero-div {
    width: 95%;
    margin: -107px auto -19px;
  }

  .reviews-widget-div {
    margin-top: 25px;
  }

  .disclosure-div-block {
    margin-top: -22px;
    margin-bottom: 0;
    padding: 12px;
  }

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

  .paragraph-4 {
    padding-left: 10px;
  }

  .disclosure-container {
    margin-top: 10px;
  }

  .hero-section-heading {
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 98px;
    font-size: 39px;
    font-weight: 400;
    line-height: 46px;
    display: flex;
  }

  .hero-section-heading.test {
    width: 100%;
  }

  .text-block-3.large {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .nav-link-3 {
    text-align: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-3.more-info, .nav-link-3.training, .nav-link-3.nutrition {
    text-align: center;
  }

  ._200-span {
    font-size: 50px;
  }

  .header-subheader-div {
    padding-top: 21px;
  }

  .icon-2 {
    color: var(--ffffff);
  }

  .nav-menu-3, .menu-button-2 {
    background-color: var(--black);
  }

  .list-item-2 {
    color: var(--ffffff);
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 7px;
    margin-left: -108px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 29px;
  }

  .dropdown-toggle-2 {
    text-align: center;
  }

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

  .paragraph-5 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .paragraph-5._1-on-1, .paragraph-5.online {
    font-size: 30px;
  }

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

  .text-block-6.subheader.bottom-margin {
    font-size: 30px;
  }

  .text-block-6.bottom-margin {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

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

  .text-block-6.what-to-expect {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 27px;
  }

  .nav-link-nutrition {
    font-family: Montserrat, sans-serif;
  }

  .nav-link-nutrition.right {
    margin-left: 31px;
  }

  .brand-5 {
    margin-left: 13px;
  }

  .icon-3 {
    color: var(--ffffff);
  }

  .menu-button-3 {
    border: 1px solid var(--ffffff);
  }

  .icon-4 {
    color: var(--ffffff);
    border: 1px #000;
  }

  .menu-button-4 {
    border: 1px solid var(--ffffff);
    margin-top: 17px;
  }

  .menu-button-4.w--open {
    background-color: var(--black);
  }

  .div-block-16 {
    display: block;
  }

  ._20-off-header {
    margin-bottom: 152px;
    font-size: 42px;
    line-height: 49px;
  }

  ._20-off-header.call {
    font-size: 26px;
  }

  .icon-5 {
    color: var(--ffffff);
  }

  .menu-button-5 {
    border: 1px solid var(--ffffff);
  }

  .icon-6 {
    color: var(--ffffff);
  }

  .menu-button-6 {
    border: 1px solid var(--ffffff);
  }

  .list-2 {
    display: none;
  }

  .list-3 {
    text-align: left;
    border-style: none;
    border-width: 1px;
    width: auto;
    margin-top: -3px;
    margin-bottom: 115px;
    margin-left: 13px;
  }

  .text-block-7 {
    font-size: 30px;
  }

  .image-9 {
    margin-top: -19px;
    margin-left: 136px;
  }

  .nav-menu-4 {
    background-color: #000;
  }

  .nav-link-text {
    margin-left: 0;
  }

  .nav-link-text.right {
    margin-left: 23px;
    margin-right: 0;
  }

  .nav-link-text.trainers {
    margin-left: 0;
  }

  ._20-off-heading {
    color: #f8cc1d;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 132px;
    font-family: Blackopsone, sans-serif;
    font-size: 59px;
    line-height: 65px;
    display: block;
  }

  ._20-off-heading.test {
    margin-left: auto;
    margin-right: auto;
    font-family: Montserrat, sans-serif;
  }

  .menu-button-7.w--open {
    border: 1px solid var(--ffffff);
    background-color: #00000080;
  }

  .nav-menu-5 {
    background-color: #000;
  }

  .image-11 {
    margin-left: 154px;
  }

  .button-3 {
    font-size: 34px;
  }

  ._25-off-div-wrapper {
    flex-wrap: nowrap;
  }

  .nav-menu-6 {
    background-color: var(--black);
  }

  .list-item-3 {
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .call-now-button-image-home-page-top.cta-bar {
    margin-left: 21px;
  }

  .heading-56 {
    font-size: 32px;
  }

  .heading-57 {
    font-size: 40px;
  }

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

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button {
    flex: 0 auto;
    width: 40%;
    margin: 0 auto 23px 0;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
  }

  .button.top {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: block;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .button.bottom {
    margin-top: 0;
    padding-top: 10px;
  }

  .button.test, .button.test.call {
    width: auto;
  }

  .button.portrait {
    flex: 0 auto;
    width: 40%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .nav-link:hover {
    transform: none;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-top: 75px;
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .hero-subhead {
    margin-left: 25px;
    font-size: 16px;
  }

  .footer-link {
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .arrow {
    margin-top: 0;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .nav-logo-wrap {
    margin-left: -120px;
  }

  .menu-button {
    border: 1px solid var(--ffffff);
    margin-left: 439px;
  }

  .brand {
    text-align: left;
    margin-left: -12px;
  }

  .heading-3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 25px;
    font-size: 20px;
    line-height: 39px;
  }

  .heading-3.test {
    margin-left: 18px;
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .image-5 {
    margin-top: -16px;
    margin-left: 136px;
  }

  .about-us-section-wrapper {
    margin-top: 0;
  }

  .heading-4 {
    font-size: 24px;
  }

  .paragraph-2 {
    padding: 12px;
    font-size: 14px;
  }

  .faq-list-header {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .list-item {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .faq-list-answer {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .button-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-left: 0;
    display: flex;
  }

  .button-div.test {
    width: auto;
  }

  .profile-card-big {
    padding-bottom: 40px;
  }

  .button-2.profile-contact-big-button {
    padding: 16px;
  }

  .button-2.default-button.default-button-with-line {
    margin-left: -1px;
    margin-right: 10px;
    padding: 17px;
  }

  .big-profile-name {
    font-size: 32px;
    line-height: 39px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .paragraph-3.we-offer {
    font-size: 20px;
  }

  .paragraph-3.cak {
    font-size: 22px;
    text-decoration: underline;
  }

  .heading-5 {
    font-size: 22px;
  }

  .hero-div {
    margin-top: 0;
    display: block;
  }

  .disclosure-div-block {
    border-radius: 0;
    margin-bottom: 10px;
  }

  .heading-6 {
    font-size: 12px;
  }

  .disclosure-container {
    border-radius: 10px;
  }

  .hero-section-heading {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-right: 95px;
    font-size: 35px;
    line-height: 59px;
    display: flex;
  }

  .hero-section-heading.test {
    margin-top: 12px;
    font-size: 30px;
    line-height: 39px;
  }

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

  ._200-span {
    font-size: 30px;
  }

  .header-subheader-div {
    padding-top: 17px;
  }

  .list-item-2 {
    color: var(--ffffff);
    text-align: left;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 6px;
    margin-left: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 21px;
    list-style-type: none;
  }

  .section-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 45px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 29px;
  }

  .paragraph-5._1-on-1 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 35px;
  }

  .paragraph-5.online {
    font-size: 18px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-6.subheader.bottom-margin {
    font-size: 18px;
  }

  .text-block-6.bottom-margin {
    color: var(--ffffff);
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 29px;
  }

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

  .text-block-6.what-to-expect {
    font-size: 24px;
    line-height: 35px;
  }

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

  .nav-link-nutrition.right {
    margin-left: 0;
  }

  .brand-3 {
    margin-top: 6px;
    margin-left: -46px;
  }

  .brand-3.w--current {
    margin-left: -41px;
  }

  .brand-5 {
    margin-left: 5px;
  }

  ._2-how-it-works {
    font-size: 18px;
  }

  .menu-button-3 {
    margin-top: 7px;
    margin-left: 60px;
  }

  .menu-button-3.w--open {
    margin-left: 340px;
  }

  .icon-4 {
    color: var(--ffffff);
    border: 1px solid #0000;
  }

  .menu-button-4 {
    border: 1px solid var(--ffffff);
    margin-top: 15px;
  }

  ._1st-trainng-span {
    font-size: 14px;
  }

  .div-block-16 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  ._20-off-header {
    margin-bottom: 115px;
    font-size: 22px;
  }

  .icon-5 {
    color: var(--ffffff);
  }

  .menu-button-5 {
    border: 1px solid var(--ffffff);
  }

  .list-3 {
    text-align: left;
    width: auto;
    margin: -2px auto 140px 110px;
    padding-left: 28px;
  }

  .image-9 {
    margin-top: -18px;
    margin-left: 150px;
  }

  .nav-link-text.right {
    margin-left: 0;
  }

  ._20-off-heading {
    font-size: 40px;
  }

  ._20-off-heading.test {
    line-height: 49px;
  }

  .icon-7 {
    color: var(--ffffff);
  }

  .menu-button-7 {
    border: 1px solid var(--ffffff);
  }

  .menu-button-7.w--open {
    background-color: #0000003b;
    margin-top: 10px;
    margin-right: 11px;
  }

  .nav-menu-5 {
    background-color: #000;
  }

  .image-11 {
    margin-top: -2px;
    margin-left: 44px;
  }

  .button-3 {
    font-size: 30px;
  }

  .heading-13 {
    line-height: 29px;
  }

  .content-paragraph {
    line-height: 30px;
  }

  .heading-14.h2 {
    letter-spacing: 2px;
    margin-top: 20px;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 29px;
  }

  .heading-14.h2.div-line {
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    text-decoration: none;
  }

  .heading-14.h2.div-line.meal-prep {
    margin-top: 0;
  }

  .heading-14.h2.top-margin {
    margin-top: -20px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 29px;
  }

  .heading-14.h2.top-margin.bottom-margin {
    margin-bottom: 0;
  }

  .heading-14.heading1 {
    letter-spacing: 2px;
    font-family: Oswald, sans-serif;
    font-size: 34px;
  }

  .schedule-a-consult-button {
    font-size: 29px;
  }

  .call-now-button {
    border-radius: 50px;
    margin-bottom: 30px;
    font-size: 29px;
  }

  .heading-16 {
    font-size: 20px;
  }

  .heading-16.only-mobile {
    border: 2px solid var(--ffffff);
    color: var(--ffffff);
    background-color: #000000ad;
    border-radius: 10px;
    margin-top: 0;
    margin-left: -7px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 19px;
  }

  .heading-16.h2 {
    text-shadow: 4px 4px 6px #000;
    font-family: Oswald, sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
  }

  .heading-16.personal-trainer-h1 {
    color: var(--ffffff);
    text-shadow: 4px 4px 6px #000;
    margin-top: 0;
    font-family: Oswald, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
  }

  .heading-16.hother {
    color: var(--ffffff);
    text-shadow: 4px 4px 6px #000;
    margin-top: 0;
    font-family: Oswald, sans-serif;
    font-size: 26px;
    line-height: 29px;
  }

  .savings-heading {
    letter-spacing: 2px;
    font-family: Oswald, sans-serif;
    font-size: 32px;
    line-height: 39px;
  }

  .personal-trainier-chico-div {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .list-item-3 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .nav-link-div-wrapper {
    margin-top: 23px;
  }

  .training-types-div-wrapper {
    margin-bottom: 0;
  }

  .training-types-div-wrapper.bottom-hp-mobile {
    margin-top: 1px;
  }

  .link-block {
    margin-bottom: 50px;
  }

  .link-block._2-training {
    margin-bottom: 12px;
  }

  .link-block._1-on-1 {
    margin-bottom: 0;
  }

  .link-block-5 {
    margin-left: 61px;
  }

  .workout-div-wrapper {
    flex-direction: column;
    margin-top: 31px;
  }

  .image-17 {
    margin-top: 0;
  }

  .container-4 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .heading-22 {
    letter-spacing: 4px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 49px;
  }

  .link-block-8 {
    width: 100%;
  }

  .navbar-div {
    justify-content: space-between;
  }

  .chicos-only-mobile-link-block-to-about-us {
    margin-bottom: 20px;
  }

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

  .div-not-link-block-div-block {
    margin-bottom: 40px;
  }

  .link-block-9 {
    margin-top: 0;
  }

  .image-22 {
    margin-top: 77px;
    margin-left: 1px;
  }

  .dropdown-toggle-10 {
    margin-right: 20px;
  }

  .image-35 {
    margin-left: 18px;
  }

  .footer-link-2 {
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
  }

  .heading-55 {
    font-size: 20px;
  }

  .heading-55.only-mobile {
    color: gold;
    background-color: #000000ad;
    border: 2px solid gold;
    border-radius: 10px;
    margin-top: 0;
    margin-left: -7px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 19px;
  }

  .heading-56 {
    font-size: 20px;
  }

  .heading-57 {
    font-size: 32px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
    margin-top: 12px;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    color: #f8cc1d;
    text-shadow: none;
    border: 3px solid #f8cc1d;
    border-radius: 50px;
    width: 95%;
    margin: 0 auto 20px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 19px;
    display: block;
  }

  .button:hover {
    color: #f8cc1d;
    background-color: #0000;
    border: 3px solid #f8cc1d;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button.top {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .button.bottom {
    opacity: 1;
    border-radius: 10px;
    width: 40%;
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 14px;
  }

  .button.test {
    color: #f8cc1d;
    background-color: #0000;
    border-color: #f8cc1d;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 14px;
  }

  .button.test.call.portrait {
    margin-bottom: 14px;
  }

  .button.portrait {
    width: auto;
    margin-bottom: 12px;
  }

  .button._2-groups {
    margin-top: 42px;
  }

  .button.online-training, .button.nutrition {
    margin-top: 40px;
  }

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

  .button.alex {
    margin-top: 0;
  }

  .button._1on1 {
    margin-top: 40px;
  }

  .wrap {
    margin-top: 25px;
    padding-top: 10px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .nav-link {
    font-size: 17px;
  }

  .nav-link:hover {
    transform: none;
  }

  .hero-image {
    width: 80%;
  }

  .hero-content {
    margin-top: 95px;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    max-width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .hero-subhead.header {
    max-width: none;
    margin-left: 0;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer {
    flex-direction: column;
    margin-top: 0;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 19px;
  }

  .footer-link.w--current {
    font-family: Montserrat, sans-serif;
  }

  .footer-list {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-icon {
    background-color: #0000;
    display: block;
  }

  .nav-logo-wrap {
    margin-top: -13px;
  }

  .menu-button {
    border-style: none;
    margin-top: -191px;
    margin-left: 195px;
    padding: 5px;
    display: none;
  }

  .heading-3 {
    text-transform: uppercase;
    margin-top: 0;
    margin-left: -66px;
    font-size: 10px;
    line-height: 22px;
  }

  .heading-3.test {
    color: var(--gold);
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px #000;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
  }

  .image-5 {
    margin-top: -9px;
    margin-left: 141px;
  }

  .image-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: -31px;
    display: flex;
  }

  .about-us-section-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
  }

  .heading-4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 2px 1px 1px var(--ffffff);
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }

  .paragraph-2 {
    object-fit: fill;
    width: 100vw;
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    position: static;
  }

  .faq-list-header {
    font-size: 14px;
    line-height: 19px;
  }

  .list-item {
    margin-top: 20px;
    margin-left: 40px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 19px;
  }

  .faq-list-answer {
    font-size: 13px;
    line-height: 19px;
  }

  .button-div {
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: auto;
    margin: 0 auto 40px;
    padding-top: 0;
    display: flex;
  }

  .button-div.test {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    font-family: Oswald, sans-serif;
    display: flex;
  }

  .button-div.trainers {
    margin-top: 23px;
  }

  .profile-card-big {
    background-color: var(--ffffff);
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    margin: -37px auto 0;
    padding: 0 0 11px;
    display: block;
  }

  .tagline.tagline-promo-40 {
    color: #000;
    letter-spacing: 1px;
    text-shadow: none;
    width: 80%;
    margin-left: 6px;
    margin-right: auto;
    font-size: 11px;
  }

  .button-2.profile-contact-big-button {
    border-radius: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 12px;
    font-size: 18px;
    display: block;
  }

  .button-2.default-button.default-button-with-line {
    border-radius: 10px;
    width: 60%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 12px;
    font-size: 18px;
    display: block;
  }

  .big-profile-name {
    width: 80%;
    margin-left: 19px;
    margin-right: auto;
    font-size: 22px;
    line-height: 29px;
  }

  .big-profile-name.test {
    width: 80%;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .actions-wrapper {
    text-align: center;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7px;
    display: flex;
  }

  .paragraph-3 {
    letter-spacing: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .paragraph-3.we-offer {
    margin-bottom: 2px;
    margin-left: -16px;
    margin-right: auto;
    font-size: 16px;
  }

  .paragraph-3.we-offer.test {
    display: none;
  }

  .paragraph-3.cak {
    width: 60%;
    margin-left: 56px;
    margin-right: auto;
    font-size: 20px;
  }

  .heading-5 {
    font-size: 17px;
    line-height: 27px;
  }

  .hero-div {
    flex-direction: column;
    margin: 0 auto;
    padding-top: 0;
    display: block;
  }

  .image-6 {
    max-width: none;
    margin-left: 32px;
  }

  .disclosure-div-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: -6px;
    padding-top: 0;
  }

  .heading-6 {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 12px;
  }

  .paragraph-4 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 12px;
  }

  .disclosure-container {
    max-width: 100%;
    margin-top: 22px;
    margin-bottom: 10px;
  }

  .hero-section-heading {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 45px;
    display: flex;
  }

  .hero-section-heading.test {
    width: 100%;
    font-size: 25px;
  }

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

  .section-3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_3472.jpg');
    background-position: 0 0, 50%;
    min-height: auto;
    margin-top: 30px;
    padding-bottom: 0;
  }

  ._200-span {
    font-size: 20px;
  }

  .header-subheader-div {
    font-size: 17px;
  }

  .list-item-2 {
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: -55px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
    line-height: 19px;
  }

  .container {
    direction: ltr;
    flex-direction: column;
    padding-top: 1px;
    display: block;
  }

  .section-4 {
    background-color: #000;
    background-image: none;
  }

  .nutrition-content-div {
    margin-bottom: 0;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 29px;
  }

  .paragraph-5 {
    color: var(--ffffff);
    text-shadow: 2px 2px 3px #000;
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-5._1-on-1 {
    text-shadow: 2px 2px 3px #000;
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .paragraph-5.online {
    color: var(--gold);
    text-shadow: 2px 2px 3px #000;
    font-size: 16px;
    line-height: 29px;
  }

  .text-block-6 {
    color: var(--white);
    letter-spacing: 0;
    margin-bottom: 9px;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .text-block-6.subheader.bottom-margin {
    color: var(--gold);
    text-shadow: 2px 2px 3px #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
  }

  .text-block-6.bottom-margin {
    color: var(--white);
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .text-block-6.bottom-margin.mobile {
    text-align: left;
  }

  .text-block-6.bottom-margin._1-on-1 {
    color: var(--white);
    font-size: 16px;
  }

  .text-block-6.bottom {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-6.what-to-expect {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }

  .text-block-6.one-on-one {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-6.last-for-margin {
    margin-bottom: 40px;
  }

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

  .container-2 {
    border-style: none;
  }

  .nav-link-nutrition {
    margin-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .nav-link-nutrition.right {
    margin-left: 7px;
  }

  .brand-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: -9px;
    margin-left: 36px;
    margin-right: 68px;
    display: block;
  }

  .brand-3.w--current {
    margin-left: 43px;
    display: block;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .brand-5 {
    margin-left: 8px;
  }

  ._2-how-it-works {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .menu-button-3 {
    margin-top: 16px;
    margin-left: 29px;
    margin-right: 11px;
    padding-top: 18px;
  }

  .menu-button-3.w--open {
    margin-left: 0;
  }

  .menu-button-4 {
    margin-top: 19px;
  }

  .menu-button-4.w--open {
    background-color: var(--black);
  }

  ._1st-trainng-span {
    font-size: 14px;
  }

  .div-block-16 {
    width: 80%;
    margin-left: 53px;
    margin-right: auto;
    display: flex;
  }

  ._20-off-header {
    font-size: 16px;
    line-height: 39px;
  }

  .list-2 {
    padding-left: 0;
  }

  .list-3 {
    width: auto;
    margin-bottom: 132px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 89px;
  }

  .nav-menu-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -8px;
  }

  .nav-menu-4.w--open {
    flex-direction: row;
    display: block;
  }

  .nav-link-text {
    text-align: center;
    margin-left: 0;
    margin-right: 63px;
    font-size: 14px;
    line-height: 19px;
    display: block;
  }

  .nav-link-text.bkgrnd {
    background-image: linear-gradient(#00000080, #00000080), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    margin-bottom: 12px;
    margin-left: 2px;
    margin-right: 4px;
    padding: 4px 7px;
    font-size: 8px;
    line-height: 24px;
    display: block;
  }

  .nav-link-text.bkgrnd.padded {
    padding-left: 19px;
    padding-right: 19px;
  }

  .nav-link-text.bkgrnd.hide {
    display: block;
  }

  .nav-link-text.reviews {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-link-text.bkgrnd {
    text-transform: uppercase;
    background-image: none;
    border-radius: 50px;
    margin-right: 5px;
    font-family: Oswald, sans-serif;
    font-size: 23px;
    font-weight: 700;
  }

  .nav-link-text.top {
    margin-left: -89px;
  }

  .nav-link-text.phone-no.margin-right {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .nav-link-text.trainers {
    text-align: left;
  }

  .nav-link-text.ewp {
    border: 2px solid var(--gold);
    color: var(--gold);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-text.wide {
    background-image: linear-gradient(#00000080, #00000080), url('../images/american-4402599_1920_478x320.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: 70%;
  }

  ._20-off-heading {
    margin-top: 0;
    margin-bottom: 110px;
    font-size: 38px;
    line-height: 49px;
  }

  ._20-off-heading.test {
    width: 90%;
    margin-top: 6px;
    margin-bottom: 3px;
    font-size: 40px;
  }

  .section-5 {
    height: auto;
  }

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

  .left-header-div {
    height: auto;
  }

  .top-div, .bottom-div {
    width: auto;
  }

  .heading-9 {
    margin-left: 129px;
    margin-right: 0;
    padding-top: 111px;
  }

  .heading-9.lower {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .left-header-header-div {
    flex: 1;
  }

  .heading-10 {
    font-size: 12px;
  }

  .right-heading-heading-div {
    margin-bottom: 104px;
    font-size: 12px;
  }

  .right-heading-div {
    flex: 0 auto;
    height: auto;
  }

  .right-header-header-div {
    flex: 0 auto;
    margin-top: 1px;
    margin-left: 14px;
  }

  .heading-11 {
    margin-top: 27px;
    font-size: 12px;
  }

  .heading-11._1on1 {
    margin-top: -76px;
    margin-left: -8px;
  }

  .heading-11.online-personal-training {
    margin-left: -60px;
    font-size: 12px;
  }

  .bottom-header-header-div {
    margin-left: 48px;
  }

  .bottom-header-header-div.group-training {
    margin-left: 3px;
  }

  .image-10 {
    max-width: none;
    margin-left: 22px;
  }

  .image-11 {
    margin-bottom: 21px;
    margin-left: 0;
    display: block;
  }

  .button-3 {
    padding-bottom: 0;
    font-size: 24px;
    text-decoration: underline;
  }

  .button-3.test {
    margin-bottom: 1px;
    font-size: 30px;
  }

  ._25-off-div-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 0 0;
    display: flex;
  }

  .list-4 {
    margin-bottom: 0;
  }

  .faq-content-div {
    width: 100%;
  }

  .div-block-21 {
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
  }

  .accordian-wrapper {
    width: 100%;
  }

  .accordian-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0;
  }

  .accordian-item-trigger {
    min-width: auto;
  }

  .heading-13 {
    color: var(--gold);
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 2px 2px 3px var(--black);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .heading-13.workout-at-home {
    text-shadow: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .content-paragraph {
    color: #d3d3d3;
    padding: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .james-div {
    width: auto;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-3 {
    background-color: #0000;
  }

  .nav-menu-6 {
    background-color: var(--black);
  }

  .heading-14 {
    width: 100%;
    margin-top: 56px;
    font-size: 20px;
  }

  .heading-14.h2 {
    color: var(--ffffff);
    text-align: left;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 4px 4px 6px #000;
    background-color: #0000;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
  }

  .heading-14.h2.div-line {
    color: var(--black);
    text-align: left;
    text-transform: capitalize;
    cursor: pointer;
    background-color: #ffffff2b;
    width: auto;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-14.h2.div-line.underline {
    text-decoration: underline;
  }

  .heading-14.h2.div-line.meal-prep {
    padding-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-14.h2.div-line.gold {
    color: var(--black);
    font-size: 14px;
  }

  .heading-14.h2.bottom-margin {
    color: var(--ffffff);
    margin-bottom: 36px;
  }

  .heading-14.h2.top-margin {
    color: var(--ffffff);
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 19px;
    display: block;
  }

  .heading-14.h2.top-margin.bottom-margin {
    cursor: pointer;
    background-color: #0000;
    margin-bottom: 0;
    padding: 4px 0;
  }

  .heading-14.heading1 {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 29px;
  }

  .schedule-a-consult-button {
    background-color: var(--black);
    color: #fc0;
    text-align: center;
    border-radius: 50px;
    width: auto;
    margin: 12px auto 13px;
    padding: 0 9px;
    font-family: Oswald, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 29px;
    box-shadow: 8px 8px 6px #000;
  }

  .schedule-a-consult-button.margins {
    flex-direction: column;
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-left: auto;
    font-size: 16px;
    display: flex;
  }

  .schedule-a-consult-button.white {
    margin-top: 5px;
  }

  .schedule-a-consult-button.uptop, .schedule-a-consult-button.mobile {
    display: block;
  }

  .schedule-a-consult-button.small-text {
    font-size: 23px;
  }

  .schedule-a-consult-button.padded {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 23px;
    line-height: 34px;
  }

  .schedule-a-consult-button.padded.hp-top {
    display: none;
  }

  .call-now-button {
    text-align: center;
    border-radius: 100px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: auto;
    margin: 0 auto 18px;
    padding: 0 12px;
    font-family: Oswald, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 34px;
    display: block;
    box-shadow: 8px 8px 6px #000;
  }

  .call-now-button.margin-small {
    margin-left: 12px;
  }

  .call-now-button.white {
    margin-top: 25px;
  }

  .call-now-button.consult {
    background-color: var(--black);
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 19px;
    padding-right: 19px;
  }

  .call-now-button.uptop {
    display: block;
  }

  .call-now-button.mobile {
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .call-now-button.nutrition {
    margin-bottom: 20px;
  }

  .call-now-button.hide, .call-now-button.hp-top {
    display: none;
  }

  .heading-15 {
    font-size: 15px;
  }

  .heading-16 {
    color: var(--black);
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 4px 4px 6px #000;
    margin-top: 0;
    margin-bottom: 4px;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
  }

  .heading-16.only-mobile {
    border: 2px solid var(--ffffff);
    letter-spacing: 0;
    cursor: pointer;
    background-color: #0000;
    border-radius: 10px;
    margin-bottom: 21px;
    margin-left: 32px;
    padding-left: 6px;
    padding-right: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
  }

  .heading-16.h2 {
    color: var(--gold);
    letter-spacing: 2px;
    text-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    line-height: 29px;
  }

  .heading-16.h2.gold {
    line-height: 24px;
  }

  .heading-16.personal-trainer-h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 35px;
  }

  .heading-16.hother {
    background-color: #ffffff21;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 39px;
    line-height: 49px;
  }

  .heading-16.white {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-to-center-text {
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .savings-heading {
    letter-spacing: 4px;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 35px;
  }

  .div-block-23 {
    margin-top: 0;
    padding-top: 4px;
  }

  .video {
    margin-top: -3px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-content-section-not-hero {
    margin-bottom: 1px;
  }

  .personal-trainier-chico-div {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0 auto 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .personal-trainier-chico-div.almosttop {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .personal-trainier-chico-div.almosttop.bottom-cta {
    margin-top: 40px;
    margin-bottom: 1px;
  }

  .list-5 {
    padding-left: 0;
  }

  .list-item-3 {
    margin-top: 12px;
    margin-left: 40px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
    font-weight: 800;
    line-height: 19px;
  }

  .nav-link-div-wrapper {
    flex-direction: row;
    margin-top: 0;
  }

  .trainers-image-div-wrapper {
    margin-bottom: 72px;
  }

  .image-13.alex {
    width: auto;
  }

  .heading-17 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .heading-17.aiyana {
    text-align: center;
    line-height: 29px;
  }

  .paragraph-7 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 19px;
  }

  .paragraph-7.james {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 13px;
  }

  .paragraph-7.james.aiyana {
    line-height: 22px;
  }

  .gym-truck-chico-text-span-white {
    font-size: 20px;
    font-weight: 900;
    line-height: 59px;
  }

  .training-types-div-wrapper {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .training-types-div-wrapper.bottom-hp-mobile {
    margin-bottom: 32px;
    margin-left: 55px;
  }

  .link-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 8px;
    font-weight: 600;
    display: flex;
  }

  .link-block.trainings {
    margin-left: 0;
  }

  .link-block.bottom-margin, .link-block._2-training {
    background-color: #0000;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .link-block._1-on-1 {
    background-color: #0000;
    width: auto;
    margin-left: 0;
  }

  .bold-text {
    color: var(--white);
    letter-spacing: 4px;
    font-weight: 600;
  }

  .dropdown-2 {
    margin-left: 0;
  }

  .wbtgty-span {
    font-size: 12px;
  }

  .heading-18 {
    text-align: center;
    letter-spacing: 1px;
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-19 {
    text-align: center;
    letter-spacing: 2px;
    margin-top: -22px;
    margin-bottom: 0;
    font-size: 20px;
  }

  .meal-prep-header {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 35px;
  }

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

  .hidden-button {
    background-color: var(--black);
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 12px;
    line-height: 19px;
    display: none;
  }

  .hidden-button.margin {
    text-align: center;
    margin-top: 23px;
    margin-left: 22px;
    display: none;
  }

  .top-button-div-home-page {
    flex-direction: column;
    margin-bottom: -6px;
    margin-left: -11px;
  }

  .div-block-25 {
    background-color: var(--ffffff);
    color: var(--ffffff);
    flex: 0 auto;
    width: auto;
    min-width: auto;
    height: 5px;
    margin-top: 0;
    margin-bottom: 96px;
    margin-left: 1px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 14px;
    box-shadow: 4px 4px 6px #000;
  }

  .text-block-10 {
    padding-left: 18px;
    font-size: 14px;
  }

  .text-block-10.lower-height {
    line-height: 29px;
  }

  .nasm-div-trainer-page {
    width: auto;
  }

  .image-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-link-block {
    margin: 0;
  }

  .button-link-block.call {
    margin-left: 0;
    margin-right: 25px;
  }

  .image-button-div-wrapper {
    background-color: #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: none;
  }

  .image-button-div-wrapper.tranparent-background {
    display: none;
  }

  .image-15 {
    margin-left: 0;
  }

  .link-block-5 {
    margin-top: 0;
    margin-left: 6px;
  }

  .image-16 {
    margin-left: 49px;
  }

  .call-now-button-image-home-page-top.cta-bar {
    margin-left: 0;
  }

  .new-div-block {
    background-color: #fc0;
    width: 100%;
    height: 3px;
    max-height: 3px;
  }

  .workout-div-wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .image-17 {
    margin-left: 1px;
  }

  .container-4 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .link-block-6 {
    margin-left: 0;
  }

  .heading-21 {
    color: var(--ffffff);
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 4px 4px 6px #000;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    text-decoration: none;
  }

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

  ._25-span {
    font-size: 39px;
    line-height: 49px;
  }

  .heading-22 {
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 4px 4px 6px #000;
    margin-top: 0;
    margin-bottom: 29px;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 34px;
    text-decoration: none;
  }

  .link-block-8 {
    text-align: center;
    justify-content: center;
    margin-top: -27px;
    padding: 12px;
    text-decoration: none;
    display: flex;
  }

  .navbar-div {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .phone-span-red {
    white-space: normal;
    object-fit: contain;
    max-width: 20%;
    font-size: 14px;
    overflow: visible;
  }

  .chicos-only-mobile-link-block-to-about-us {
    margin-bottom: 10px;
    text-decoration: none;
  }

  .div-block-27 {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
  }

  .div-not-link-block-div-block {
    width: auto;
    margin-bottom: 0;
  }

  .image-20 {
    margin-left: 0;
  }

  .image-21 {
    margin-left: 82px;
  }

  .heading-24 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 29px;
  }

  .link-4 {
    border: 2px solid var(--ffffff);
    color: var(--ffffff);
    text-align: center;
    text-shadow: 4px 4px 6px #000;
    margin-top: 0;
    margin-bottom: 75px;
    margin-left: 0;
    padding: 12px;
    font-size: 29px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: none;
    display: block;
  }

  .title-div-home-page {
    margin-bottom: 20px;
  }

  .home-page-title-header {
    text-align: center;
    letter-spacing: 2px;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 29px;
  }

  .image-22 {
    margin-top: 19px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .image-22.decrease-mental-stress {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-22.bottom {
    margin-top: 1px;
  }

  ._40-off-span {
    border: 2px solid var(--ffffff);
    padding: 12px;
    font-size: 58px;
    display: inline-block;
  }

  .html-embed-2 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .read-our-reviews-call-now-link-block, .read-our-reviews-schedule-a-consult-div-block {
    margin-left: 0;
  }

  .link-block-10 {
    margin-top: 0;
  }

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

  .link-block-12 {
    margin-bottom: 0;
    margin-left: 40px;
  }

  .image-23 {
    margin-bottom: 25px;
  }

  .div-block-29 {
    flex-direction: row;
    justify-content: space-around;
  }

  .image-24 {
    margin-top: 0;
    margin-left: 22px;
    margin-right: 0;
    padding-top: 21px;
    padding-left: 0;
  }

  .image-24.knowledge-image {
    margin-left: 38px;
  }

  .image-24.convenience-image {
    margin-left: 22px;
  }

  .container-5, .container-6, .container-7, .container-8 {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  ._2nd-ewp-div-wrapper {
    margin-top: 20px;
  }

  .html-embed-4 {
    width: auto;
  }

  .heading-25 {
    font-size: 30px;
    line-height: 39px;
  }

  .heading-26 {
    font-size: 20px;
  }

  .paragraph-10 {
    text-transform: capitalize;
    line-height: 22px;
  }

  .goals-needs-results-heading {
    font-size: 20px;
    line-height: 29px;
  }

  .heading-27 {
    color: var(--black);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-28._1on1 {
    color: #fc0;
    font-size: 20px;
    line-height: 29px;
  }

  .heading-29 {
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-30 {
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .image-28 {
    margin-bottom: 12px;
  }

  .heading-31 {
    color: gold;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-32 {
    font-size: 24px;
    line-height: 29px;
  }

  .ewp-link-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: block;
  }

  .ewp-learn-more-span {
    font-size: 12px;
    line-height: 19px;
  }

  .mothers-day-special-link-block {
    font-size: 11px;
    font-weight: 800;
  }

  .mothers-day-special-link-text-div {
    padding-bottom: 3px;
    line-height: 16px;
  }

  .call-to-action-div-wrapper {
    margin-top: 0;
  }

  .heading-33 {
    font-size: 14px;
  }

  .heading-34 {
    font-size: 16px;
    line-height: 19px;
  }

  .section-12 {
    padding-bottom: 0;
  }

  .image-30 {
    margin-left: 25px;
  }

  .button-5 {
    margin-left: 25px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }

  .button-5.left {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-5.black.largerester {
    font-size: 16px;
    line-height: 19px;
  }

  .div-block-32 {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lightbox-image-div {
    margin-bottom: 29px;
  }

  .text-block-11 {
    text-align: center;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .text-block-12 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-12.larger {
    text-shadow: none;
    font-size: 16px;
    line-height: 22px;
  }

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

  ._3961-span {
    color: #2103ff;
  }

  ._530-span {
    color: #f30808;
  }

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

  .heading-div-block.oc {
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block-13 {
    text-align: right;
  }

  .blog-hero-heading {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 29px;
  }

  .block-quote {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 19px;
  }

  .heading-39 {
    font-size: 22px;
  }

  .blog-content-subheading-h3 {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    line-height: 44px;
  }

  .block-quote-2 {
    font-family: Montserrat, sans-serif;
    font-size: 29px;
    line-height: 39px;
  }

  .image-34 {
    display: none;
  }

  .list-item-4 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .blog-content-rtb {
    font-family: Montserrat, sans-serif;
  }

  .blog-content-rtb p {
    text-align: justify;
    padding: 12px;
  }

  .blog-content-rtb h4 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-14 {
    color: var(--ffffff);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 19px;
  }

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

  .dropdown-toggle-7 {
    margin-left: 105px;
  }

  .new-hero-section {
    background-color: #000;
    font-size: 14px;
  }

  .new-hero-div-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: space-around;
    margin-top: 0;
    display: flex;
  }

  .icon-9 {
    color: #3330;
    margin-left: 0;
    display: block;
  }

  .dropdown-toggle-10 {
    border-radius: 12px;
    margin-top: 30px;
    margin-right: 20px;
    padding: 1px 10px 2px;
  }

  .image-35 {
    margin-top: 10px;
    margin-bottom: 4px;
    margin-left: 20px;
  }

  .bold-text-2 {
    color: var(--gold);
    line-height: 14px;
  }

  .promo-div-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .new-hero-cta-div-wrapper {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .text-block-17 {
    border-radius: 3px;
    padding: 6px;
    font-size: 14px;
    line-height: 18px;
  }

  .link-block-14 {
    margin-top: 10px;
  }

  .image-36 {
    margin-top: 0;
  }

  .bogo-cta-span {
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .heading-46 {
    font-size: 30px;
    line-height: 39px;
  }

  .text-block-21 {
    font-size: 24px;
    line-height: 34px;
  }

  .hero-paragraph {
    font-size: 16px;
    line-height: 19px;
  }

  .footer-link-2 {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 19px;
  }

  .footer-link-2.w--current {
    font-family: Montserrat, sans-serif;
  }

  .social-media-div-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-22 {
    font-size: 16px;
    line-height: 29px;
  }

  .footer-checkmark-box-description {
    margin-top: 21px;
    margin-left: 0;
    margin-right: 25px;
  }

  .image-40 {
    margin-top: 11px;
    margin-left: 43px;
  }

  .heading-54 {
    text-align: center;
    margin-top: 0;
    padding: 12px;
    font-size: 20px;
    line-height: 29px;
  }

  .image-45 {
    margin-bottom: 10px;
  }

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

  .footer-div-block-wrapper-horizontal {
    flex-direction: column;
  }

  .footer-list-2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .heading-55 {
    color: gold;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 4px 4px 6px #000;
    margin-top: 0;
    margin-bottom: 4px;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
  }

  .heading-55.only-mobile {
    letter-spacing: 0;
    cursor: pointer;
    background-color: #0000;
    border: 2px solid gold;
    border-radius: 10px;
    margin-bottom: 21px;
    margin-left: 32px;
    padding-left: 6px;
    padding-right: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
  }

  .heading-55.only-mobile.footer-new.right-side {
    font-size: 14px;
    line-height: 24px;
    display: block;
  }

  .link-9 {
    padding-top: 0;
    font-size: 20px;
    line-height: 29px;
  }

  .link-9.training {
    padding-left: 0;
    font-size: 20px;
    line-height: 29px;
  }

  .link-9.trainres, .link-9.blo0g {
    margin-right: 0;
    font-size: 20px;
    line-height: 29px;
  }

  .link-9.nutrition {
    margin-right: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 29px;
  }

  .link-9.reviews {
    margin-right: 0;
    font-size: 20px;
    line-height: 29px;
  }

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

  .footer-header-div-wrapper {
    color: #fff;
    flex: 0 auto;
    font-family: Montserrat, sans-serif;
    display: none;
  }

  .footer-2 {
    flex-direction: column;
    margin-top: 0;
  }

  .footer-checkmark-and-description-div-wrapper.accountability, .footer-checkmark-and-description-div-wrapper.convenience {
    justify-content: space-around;
    align-items: flex-end;
  }

  .footer-checkmark-and-description-div-wrapper.results {
    justify-content: space-around;
    align-items: flex-end;
    margin-bottom: 31px;
  }

  .footer-checkmark-and-description-div-wrapper.knowledge {
    justify-content: space-around;
    align-items: flex-end;
  }

  .div-wrapper-for-logo-and-content-2 {
    flex-direction: column;
  }

  .heading-56 {
    box-shadow: none;
    text-align: center;
    flex: 0 auto;
    padding: 1px;
    font-size: 14px;
    line-height: 24px;
    display: none;
    overflow: hidden;
  }

  .one-on-one-title-span {
    font-size: 20px;
  }

  .group-spa-n {
    font-size: 19px;
    line-height: 29px;
  }

  .bold-text-12 {
    font-size: 19px;
  }

  .bold-text-13 {
    font-weight: 600;
  }

  .heading-57 {
    margin-top: 27px;
    margin-bottom: 18px;
    font-size: 20px;
  }

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

#w-node-eee9d5e8-cc5d-11f4-eb8b-6a1d8486311e-26bd3737, #w-node-_2d683c14-ca98-b127-f1bb-c534d0aeaf56-26bd373d, #w-node-fa432d25-e9c1-bf0c-9f25-cf8b4759a6dc-26bd373f, #w-node-_1d60e053-2d01-01da-8bbe-7ff843267dd0-26bd3744, #w-node-_03ce0ea5-c768-36b8-2880-d4470cfe3b1c-26bd3746, #w-node-_959fa988-ed51-3b29-18f3-a30c8de62350-26bd374c, #w-node-_096eb321-ac7e-518f-c243-054a1c1103ea-26bd374e, #w-node-bfd15580-291e-9942-966d-8c36a6980728-26bd3750, #w-node-ae7dc7dd-43f3-7fb5-b56e-e1b2da2f41f7-26bd3752 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-eee9d5e8-cc5d-11f4-eb8b-6a1d8486311e-26bd3737, #w-node-_2d683c14-ca98-b127-f1bb-c534d0aeaf56-26bd373d, #w-node-fa432d25-e9c1-bf0c-9f25-cf8b4759a6dc-26bd373f, #w-node-_1d60e053-2d01-01da-8bbe-7ff843267dd0-26bd3744, #w-node-_03ce0ea5-c768-36b8-2880-d4470cfe3b1c-26bd3746, #w-node-_959fa988-ed51-3b29-18f3-a30c8de62350-26bd374c, #w-node-_096eb321-ac7e-518f-c243-054a1c1103ea-26bd374e, #w-node-bfd15580-291e-9942-966d-8c36a6980728-26bd3750, #w-node-ae7dc7dd-43f3-7fb5-b56e-e1b2da2f41f7-26bd3752 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }
}


@font-face {
  font-family: 'Blackopsone';
  src: url('../fonts/BlackOpsOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}