:root {
  --paragraphs: #677583;
  --headings: #303643;
  --black-1: black;
  --lines: #c4cbd7;
  --bg: #edeff3;
  --red: #ff1616;
  --dark-red: darkred;
  --dark-goldenrod: #c58a2b;
  --tan: #d8c09a;
  --green-2: #c0cec2;
  --black-2: #1b1c1f;
  --buttons-bg: #ff5136;
  --blue-bg: #dce0e8;
  --text-lines: #2b3b2d;
  --hover-green: #3b503e;
  --titles: #677583;
  --green-bg: #d3dbd4;
  --green-3: #a5b1a7;
  --white: white;
}

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

body {
  color: var(--paragraphs);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24.5px;
}

h1 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

h2 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 29px;
}

h3 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

h4 {
  color: var(--headings);
  border: 1px #000;
  border-bottom-style: solid;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: var(--headings);
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 3px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  color: var(--headings);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}

p {
  color: var(--black-1);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: var(--paragraphs);
  cursor: pointer;
  text-decoration: underline;
}

li {
  margin-bottom: 8px;
}

blockquote {
  width: 70%;
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  text-align: center;
  background-image: url('../images/Quote-mark_1Quote-mark.png');
  background-position: 50% 27px;
  background-repeat: no-repeat;
  background-size: 31px;
  border-left: 1px #000;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 50px 40px;
  font-size: 25px;
  font-style: italic;
  line-height: 42px;
  display: block;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 10.5px;
  line-height: 13px;
}

.content-wrapper {
  height: auto;
  max-width: 1210px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.content-wrapper._100 {
  height: 100%;
}

.content-wrapper.flex {
  height: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.content-wrapper.sticky {
  max-width: none;
  flex-wrap: nowrap;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: static;
}

.content-wrapper.home {
  margin-bottom: 40px;
}

.content-wrapper.keith {
  background-color: var(--bg);
}

.content-wrapper.what-game {
  max-width: none;
}

.content-wrapper.history {
  margin-bottom: 0;
}

.content-section {
  padding-top: 80px;
  position: static;
  overflow: hidden;
}

.content-section.blue {
  width: 90vw;
  background-color: var(--bg);
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 80px;
  display: block;
  position: static;
}

.content-section.blue.schedule {
  float: left;
  clear: none;
  background-image: linear-gradient(to bottom, var(--bg), #f8e3c1);
  margin-right: 0;
  padding-bottom: 0;
}

.style-box {
  margin-bottom: 60px;
}

.title {
  color: var(--red);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.title.small {
  font-size: 13px;
}

.title.history {
  text-align: left;
}

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

.paragraph.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.paragraph.small {
  font-size: 15px;
  line-height: 22px;
}

.button {
  min-height: 43.5px;
  min-width: 165px;
  background-color: var(--dark-red);
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--dark-goldenrod);
}

.button.full {
  width: 100%;
}

.bottom-border {
  width: 50%;
  margin-bottom: 20px;
  display: inline-block;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.bottom-border.large {
  margin-bottom: 50px;
}

.bottom-border.medium {
  width: 30vw;
  margin-bottom: 25px;
}

.bottom-border.mini {
  margin-bottom: 5px;
}

.bottom-border.checkbox {
  margin-bottom: 0;
}

.bottom-border.small-2 {
  margin-bottom: 15px;
}

.bottom-border.small-center {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.bottom-border.mobile {
  margin-bottom: 0;
}

.button-2 {
  width: 170px;
  min-height: 43.5px;
  background-color: var(--dark-red);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 55px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #fa3e21;
}

.navbar {
  height: 100px;
  background-color: #fff;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.brand {
  height: 50px;
  align-items: center;
  margin-top: 0;
  margin-left: 3%;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.navlink {
  height: 100px;
  color: var(--black-1);
  padding-top: 37px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 14px;
}

.navlink:hover {
  background-color: var(--tan);
  color: var(--dark-red);
}

.navlink.w--current {
  height: 100px;
  color: var(--dark-red);
}

.navlink.search {
  background-image: url('../images/buscador-musical.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 12px;
  display: block;
}

.navlink.red {
  background-color: var(--red);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-top: 37px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
  transition: background-color .2s;
}

.navlink.red:hover {
  background-color: var(--dark-red);
  color: var(--green-2);
}

.navlink.red.w--current {
  color: #fff;
}

.navlink.search1 {
  background-color: var(--dark-goldenrod);
  background-image: url('../images/buscador-musical.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
}

.dropdown {
  height: 60px;
}

.dropdown-arrow {
  color: var(--black-1);
  margin-top: 37px;
  top: 6px;
}

.dropdown-toggle {
  height: 100px;
  color: #fff;
  padding-top: 37px;
  font-size: 14px;
}

.dropdown-link {
  background-color: var(--black-2);
  color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: var(--black-1);
}

.dropdown-link.w--current {
  color: var(--buttons-bg);
}

.top-border {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.top-border.medium {
  margin-top: 15px;
}

.top-border.padding {
  padding-left: 20px;
}

.top-border.large {
  margin-top: 30px;
}

.top-border.small {
  width: 30vw;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.top-border.right {
  text-align: right;
}

.hero-heading {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  line-height: 57.5px;
}

.hero-text {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-white {
  color: var(--lines);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.title-white.mini {
  font-size: 12px;
}

.title-white.off {
  margin-bottom: 0;
}

.title-white.large {
  font-size: 17px;
}

.title-white.small-regular {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

.title-white.small {
  color: var(--dark-red);
  text-align: center;
  font-size: 13px;
  line-height: 22.5px;
}

.text-red {
  color: var(--dark-goldenrod);
}

.text-red.schedule {
  color: var(--tan);
}

.red-line {
  height: 2px;
  min-width: 130px;
  background-color: var(--buttons-bg);
}

.center-flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.center-flex.start {
  align-items: flex-start;
}

.subtitle-box {
  width: 60%;
  margin-bottom: 18px;
}

.subtitle-white {
  width: auto;
  color: #fff;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 29px;
}

.tab-pane {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 205px;
  padding-bottom: 230px;
}

.tab-pane._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-pane._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/victor-freitas-546919-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tab-pane._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tabs-menu {
  width: 100%;
  background-image: url('../images/Line_1Line.png'), url('../images/Show-me-more.png');
  background-position: 93px, 117px;
  background-repeat: repeat-y, no-repeat;
  background-size: 1px, 101px;
  border-top: 1px solid rgba(255, 255, 255, .6);
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 239px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabs-content {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.tab-link {
  height: 22.5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(255, 255, 255, .6);
  padding-top: 0;
  font-size: 14px;
  transition: color .2s;
}

.tab-link:hover {
  color: var(--buttons-bg);
}

.tab-link.w--current {
  color: var(--buttons-bg);
  background-color: rgba(0, 0, 0, 0);
}

.heading-container {
  z-index: 10;
  width: 100vw;
  max-width: none;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 45px;
  display: flex;
  position: relative;
}

.heading-container.less-border {
  width: auto;
  margin-bottom: 25px;
}

.heading-container.what-game {
  width: auto;
}

.center-icon {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 10px;
  display: flex;
}

.flex-header {
  width: 100vw;
  max-width: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line {
  width: 30vw;
  height: 1px;
  max-width: 340px;
  background-color: var(--lines);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-box {
  width: 40vw;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.box {
  width: 31.5%;
  height: 450px;
  background-image: url('../images/2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.box._1 {
  background-image: url('../images/1_1.jpg');
}

.box._3 {
  background-image: url('../images/bruce-mars-556398-unsplash-1.jpg');
}

.box-text {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph-white {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.paragraph-white.medium {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-white.small {
  font-size: 15px;
  line-height: 23px;
}

.full-line {
  width: 100%;
  height: 1px;
  background-color: var(--lines);
  margin-top: 50px;
  display: none;
}

.full-line.bottom-border {
  margin-bottom: 50px;
}

.full-line.less-border {
  margin-top: 25px;
}

.full-line._2-less-border {
  margin-top: 25px;
  margin-bottom: 50px;
}

.full-line._4-less-border {
  margin-top: 25px;
  margin-bottom: 0;
}

.flex {
  width: 100%;
  height: 610px;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
  position: relative;
}

.flex.contact {
  height: auto;
  padding-bottom: 50px;
}

.image-1 {
  width: 93%;
  max-width: 515px;
  min-height: 340px;
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8%;
}

.divider {
  width: 88%;
  height: 1px;
  background-color: var(--lines);
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-2 {
  width: 80%;
  min-height: 290px;
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5%;
}

.notebook {
  width: 91%;
  border: 1px solid var(--lines);
  padding: 50px 35px;
  position: relative;
}

.notebook._2 {
  border-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

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

.header-border {
  margin-right: 6%;
}

.notebook-item {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  flex-wrap: wrap;
  margin-bottom: 27px;
  padding-top: 25px;
  padding-bottom: 15px;
  display: flex;
}

.notebook-item.no-border {
  margin-bottom: 0;
}

.number {
  font-family: Oswald, sans-serif;
  font-size: 25px;
}

.padding-and-border {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-tip {
  width: 64px;
  height: 52.5px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-3 {
  position: relative;
  top: -1px;
  right: -1px;
}

.image-4 {
  width: 93%;
  max-width: 515px;
  min-height: 340px;
  background-image: url('../images/bruce-mars-559226-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7%;
}

.divider-2 {
  width: 88%;
  height: 1px;
  background-color: var(--lines);
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 3%;
}

.jusity-start {
  text-align: right;
  justify-content: flex-start;
  display: flex;
}

.image-5 {
  width: 80%;
  max-width: 468px;
  min-height: 290px;
  background-image: url('../images/bruce-mars-554386-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7%;
}

.circle-red {
  width: 25px;
  height: 25px;
  background-color: var(--buttons-bg);
  border-radius: 50%;
  margin-top: 5px;
}

.circle-red.checkmark {
  background-image: url('../images/Checkmark_1Checkmark.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.circle-red._1 {
  background-color: var(--red);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 13.5px;
  line-height: 13.5px;
  display: flex;
}

.header-border-flex {
  margin-right: 4%;
  display: flex;
}

.side-padding {
  width: 550px;
  padding-left: 40px;
  padding-right: 40px;
}

.circular-icon {
  width: 47px;
  height: 47px;
  background-color: var(--buttons-bg);
  border-radius: 50%;
}

.circular-icon._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.circular-icon._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.circular-icon._3 {
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.circular-icon._4 {
  background-image: url('../images/reloj-inteligente-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.circular-icon._5 {
  background-image: url('../images/tenis-de-mesa-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.circular-icon._6 {
  background-image: url('../images/pescado.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.circular-icon._7 {
  background-image: url('../images/zumo-recien-exprimido.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.expand {
  flex: 1;
}

.left-border {
  margin-right: 20px;
}

.left-border.medium {
  margin-right: 15px;
}

.left-border.padding {
  padding-top: 0;
}

._77-item {
  width: 84%;
  border-bottom: 1px solid var(--lines);
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-bottom: 14px;
  display: flex;
}

.borders {
  margin-top: 30px;
  margin-bottom: 30px;
}

.borders.medium {
  margin-top: 20px;
  margin-bottom: 20px;
}

._50-column-center {
  width: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-column-center.left-padding {
  z-index: 10;
  padding-left: 40px;
  position: relative;
}

._50-column-center._2-left-padding {
  padding-left: 40px;
}

.header-flex-stretch {
  align-items: stretch;
  display: flex;
}

.top-padding {
  flex: 1;
  padding-top: 16px;
}

.top-padding.large {
  padding-top: 45px;
}

.top-padding.medium {
  align-items: flex-end;
  padding-top: 30px;
  display: flex;
}

.image-6 {
  width: 95%;
  max-width: 525px;
  min-height: 340px;
  background-image: url('../images/caroline-attwood-576169-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-section-full {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-section-full._1 {
  background-image: linear-gradient(rgba(255, 255, 255, .28), rgba(255, 255, 255, .28)), url('../images/bernard-hermant-hQ3WZnY3yZ0-unsplash-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 30px;
  padding-bottom: 50px;
}

.content-section-full._1._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/bernard-hermant-hQ3WZnY3yZ0-unsplash-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  padding-top: 30px;
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.statics-item {
  width: 26%;
  border: 2px solid #fff;
  margin-right: 5%;
  display: flex;
}

.statics-left {
  width: 40.8%;
  min-height: 150px;
  background-image: url('../images/medalla.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 78px;
  border-right: 2px solid #fff;
  padding-top: 23px;
  padding-bottom: 23px;
}

.statics-left._2 {
  background-image: url('../images/cintura.svg');
  background-size: 80px;
}

.statics-left._3 {
  background-image: url('../images/reloj-inteligente.svg');
  background-size: 80px;
}

.statics-right {
  width: 40.8%;
  min-height: 150px;
  flex: 1;
  padding: 18px 35px 25px;
}

.center {
  text-align: center;
}

.center.border {
  margin-bottom: 20px;
}

.static-number {
  color: #fff;
  margin-bottom: 9px;
  font-size: 50px;
  line-height: 50px;
}

.text-small {
  font-size: 14px;
  line-height: 16px;
}

.text-small.white {
  color: #fff;
  line-height: 16px;
}

.text-small.strikeout {
  text-decoration: line-through;
}

.team-member {
  width: 30%;
  max-width: 345px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  transition: box-shadow .3s, transform .3s;
}

.team-member:hover {
  text-shadow: 0 -1px rgba(255, 255, 255, .25);
  transform: translate(0, -5px);
  box-shadow: 16px 16px 35px -7px rgba(32, 37, 45, .38);
}

.team-image-link {
  width: 100%;
  min-height: 335px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
}

.team-image-link._2 {
  background-image: url('../images/alexander-redl-185764-unsplash.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.team-image-link._1 {
  background-image: url('../images/Image.jpg');
}

.team-image-link._3 {
  background-image: url('../images/Oscar.jpg');
}

.collection-list-wrapper {
  width: 100%;
}

.team-text-box {
  background-color: var(--buttons-bg);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px 25px 15px;
}

.title-white-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.title-white-link:hover {
  text-decoration: underline;
}

.text-white {
  color: #fff;
}

.text-white.large {
  font-size: 18px;
  font-weight: 500;
}

.inner-wrapper {
  width: 100vw;
  height: 615px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.inner-wrapper.staff {
  height: 450px;
  background-color: #fff;
}

.inner-wrapper.home {
  background-color: var(--bg);
}

.feature-item {
  width: 33%;
  border-right: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  padding: 30px 2.2% 25px;
  display: flex;
}

.feature-item._3 {
  border-right-style: none;
}

.feature-item._4, .feature-item._5 {
  border-bottom-style: none;
}

.feature-item._6 {
  border-bottom-style: none;
  border-right-style: none;
}

.title-dark {
  color: var(--headings);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.title-dark.small {
  margin-bottom: 7px;
  font-size: 14px;
}

.title-dark.mini {
  margin-bottom: 7px;
  font-size: 12.5px;
  line-height: 12.5px;
}

.text-link {
  color: var(--dark-red);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.mini-arrow {
  margin-left: 3px;
}

.slide-1 {
  background-image: url('../images/autumn-goodman-242803-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-slider {
  height: 595px;
}

.slide-nav {
  display: none;
}

.curve-bg {
  z-index: 70;
  width: 32%;
  height: 66px;
  background-image: url('../images/White_2.jpg'), url('../images/Curve.png');
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 125px, 464px;
  padding-top: 21px;
  padding-left: 135px;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.slide-text-box {
  z-index: 110;
  width: 226px;
  position: relative;
}

.right-arrow {
  z-index: 110;
  width: 22px;
  height: 40px;
  margin-top: 549px;
  padding-top: 5px;
  transition: opacity .2s;
  bottom: 0;
  right: 56px;
}

.right-arrow:hover {
  opacity: .8;
}

.left-arrow {
  z-index: 110;
  width: 22px;
  height: 40px;
  margin-top: 549px;
  margin-right: 0;
  padding-top: 4px;
  transition: opacity .2s;
  bottom: 0;
  right: 77px;
}

.left-arrow:hover {
  opacity: .8;
}

.badge {
  width: 67.5px;
  height: 67.5px;
  background-color: var(--buttons-bg);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-right: 45px;
  padding-top: 7px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.percentage {
  color: #fff;
  font-family: Lora, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
}

.slide-2 {
  background-image: url('../images/tyler-nix-485827-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/victor-freitas-569958-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-column {
  width: 50%;
  position: relative;
}

._50-column.center {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-column.center-flex {
  width: 615px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
}

._50-column.center-flex.full {
  width: 700px;
  height: 610px;
  background-image: url('../images/Dane-Jake---Hoosiers-gym.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  overflow: hidden;
}

._50-column.description {
  justify-content: flex-end;
  display: flex;
}

._50-column.flex-border {
  flex-wrap: wrap;
}

._50-column.center-border {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-column.circles {
  flex-wrap: wrap;
  display: flex;
}

._2-slider {
  width: 94%;
  height: 632px;
}

._2-slide-1 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2-slider-text-box {
  z-index: 100;
  width: 192px;
  height: 62.5px;
  background-color: #fff;
  padding-top: 17px;
  padding-left: 22.5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.right-arrow-2 {
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 585px;
  margin-left: 0;
  padding-top: 6px;
  transition: opacity .2s;
  left: 156px;
}

.right-arrow-2:hover {
  opacity: .8;
}

.left-arrow-2 {
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 585px;
  padding-top: 6px;
  transition: opacity .2s;
  bottom: 0;
  left: 136px;
}

.left-arrow-2:hover {
  opacity: .8;
}

._2-slide-2 {
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video {
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._3-slider {
  width: 100%;
  height: 422px;
}

._48-column {
  width: 48%;
  padding-left: 6%;
}

._48-column.center {
  text-align: left;
  align-items: center;
  display: flex;
}

._3-slider-text-box {
  z-index: 100;
  width: 192px;
  height: 62.5px;
  background-color: #fff;
  padding-top: 17px;
  padding-left: 22.5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.right-arrow-3 {
  z-index: 120;
  width: 22px;
  height: 40px;
  margin-top: 372px;
  padding-top: 6px;
  transition: opacity .2s;
  bottom: 0;
  right: 8px;
}

.right-arrow-3:hover {
  opacity: .8;
}

.schedule-item {
  border-top: 1px solid var(--lines);
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.schedule-item.bottom-line {
  border-bottom: 1px solid var(--lines);
}

.schedule {
  width: 20%;
}

.schedule._2 {
  width: 28%;
}

.schedule._3 {
  flex: 1;
}

.left-padding {
  padding-left: 20px;
}

.left-padding.medium {
  padding-left: 10px;
}

.left-padding.large {
  width: 575px;
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 40px;
}

.schedule-container {
  width: auto;
  height: auto;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

._3-slide-1 {
  background-image: url('../images/charisse-kenion-507276-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._3-slide-2 {
  background-image: url('../images/caroline-attwood-301747-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2-content-section {
  width: 100vw;
  height: auto;
  max-width: 100vw;
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

._2-content-section.blue {
  background-color: rgba(220, 224, 232, .5);
}

._2-content-section.search {
  margin-top: 50px;
  margin-bottom: 50px;
}

._77-column {
  width: auto;
  max-width: none;
  background-color: var(--bg);
  align-self: center;
  margin-right: 30px;
}

._77-column.left {
  text-align: left;
}

._90-column {
  width: 90%;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.pricing-box {
  width: 31%;
}

.pricing-title {
  background-color: var(--buttons-bg);
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 17px 20px 15px;
}

.regular-title {
  color: #fff;
  font-size: 18px;
}

.regular-title.medium {
  font-size: 16px;
  font-weight: 500;
}

.pricing-intro {
  text-align: center;
  padding: 30px 20px;
}

.price {
  color: var(--headings);
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
}

.currency {
  color: var(--paragraphs);
  font-size: 23.5px;
  font-weight: 500;
  line-height: 23.5px;
}

.text-dark {
  color: var(--headings);
}

.text-dark.medium, .text-dark.bold {
  font-weight: 500;
}

.text-dark.large-bold {
  font-size: 18px;
  font-weight: 500;
}

.text-dark.large-bold.social {
  margin-top: 20px;
}

.pricing-item {
  border-top: 1px solid var(--lines);
  align-items: stretch;
  padding: 13px 20px 11px;
  display: flex;
}

.pricing-icon {
  margin-right: 15px;
}

.pricing-border {
  border-right: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  border-left: 1px solid var(--lines);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.price-item {
  border-top: 1px solid var(--lines);
  align-items: center;
  padding: 20px;
  display: flex;
}

.expand-2 {
  flex: 1;
  padding-top: 4px;
}

.faq-box {
  width: 50%;
  border-right: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  padding: 30px 30px 15px;
}

.faq-box._2, .faq-box._4 {
  border-right-style: none;
}

.faq-box._5 {
  border-bottom-style: none;
}

.faq-box._6 {
  border-bottom-style: none;
  border-right-style: none;
}

.question-box {
  margin-bottom: 8px;
  display: flex;
}

.question-tag {
  margin-right: 9px;
  font-weight: 500;
  display: inline;
}

.question {
  color: var(--headings);
  margin-right: 9px;
  font-weight: 500;
  display: inline;
}

.answer-box {
  display: flex;
}

.answer-tag {
  color: var(--buttons-bg);
  margin-right: 9px;
  font-weight: 500;
  display: inline;
}

.inline-block {
  display: inline-block;
}

.special-section {
  background-color: var(--blue-bg);
  background-image: url('../images/White_1White.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 1px 53px;
}

._60-column {
  width: 59%;
  flex: 1;
  margin-top: 100px;
  margin-bottom: 100px;
  display: inline-block;
}

.name-heading {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.subtitle {
  color: var(--headings);
  font-size: 22px;
}

.heading-border {
  margin-bottom: 30px;
}

.split-paragraph {
  color: var(--headings);
  column-count: 2;
}

.capital-letter {
  color: var(--headings);
  margin-right: 2px;
  font-size: 26px;
  position: relative;
  bottom: -4px;
}

.capital-letter.white {
  color: #fff;
}

._2-flex-center {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  text-align: left;
  font-size: 11px;
  line-height: 11px;
  display: inline;
  position: absolute;
  bottom: 80px;
  left: 0;
  transform: rotate(-90deg);
}

.signature {
  margin-top: 10px;
}

.left-padding-2 {
  padding-left: 40px;
}

.title-box {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 15px;
}

.title-box.medium {
  margin-bottom: 35px;
}

.lightbox-item {
  width: 33.3333%;
  height: auto;
}

.lightbox-link {
  height: 350px;
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.lightbox-link:hover {
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.lightbox-link._2 {
  background-image: url('../images/victor-freitas-522935-unsplash.jpg');
}

.lightbox-link._3 {
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
}

.overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.plus {
  z-index: 10;
  display: block;
  position: relative;
}

.cta-section {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/victor-freitas-522935-unsplash_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sign-up-form {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 7px;
  margin-bottom: 0;
  padding: 4px;
  display: block;
}

.text-field {
  height: 42px;
  border: 2px solid #e2452c;
  flex: 1;
  margin-bottom: 0;
  margin-right: 13px;
  padding-top: 4px;
  padding-bottom: 0;
  line-height: 16px;
  display: inline-block;
}

.text-field::-ms-input-placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.text-field::placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.submit-button {
  width: 32%;
  height: 42px;
  min-width: 170px;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #e2452c;
  padding-top: 6px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #fa3e21;
}

.submit-button.green {
  background-color: var(--text-lines);
}

.submit-button.green:hover {
  background-color: var(--hover-green);
}

.select-field {
  width: 32%;
  height: 42px;
  border: 2px solid #e2452c;
  border-radius: 0;
  flex: 1;
  margin-bottom: 0;
  margin-right: 13px;
  display: inline-block;
}

.select-field::-ms-input-placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.select-field::placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.form {
  background-color: var(--buttons-bg);
  border-radius: 5px;
  flex-wrap: wrap;
  padding: 33px 16px 16px;
  display: flex;
  position: relative;
}

.tag {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #e2452c;
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  margin-left: 25px;
  padding: 7px;
  font-size: 9px;
  line-height: 9px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.tag.green {
  background-color: #2b3b2d;
  margin-left: 0;
}

.left-doodle {
  width: 25%;
  text-align: right;
  margin-top: 15px;
  padding-right: 20px;
}

.right-doodle {
  width: 25%;
  margin-top: 15px;
  padding-left: 20px;
}

.success-message {
  background-color: var(--buttons-bg);
  color: #fff;
}

.success-message.green {
  color: var(--text-lines);
  background-color: rgba(0, 0, 0, 0);
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.empty-state.border {
  margin-bottom: 70px;
}

.text-mini {
  font-size: 13px;
  line-height: 13px;
}

.text-mini.white {
  color: #fff;
}

.column-wrapper {
  width: 50%;
  max-width: 585px;
}

.collection-item {
  width: 49%;
  margin-bottom: 45px;
}

.preview-image {
  width: 100%;
  min-height: 335px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.preview-image:hover {
  opacity: .9;
}

.preview-image.blog {
  min-height: 415px;
}

.right-padding {
  padding-right: 20px;
}

.right-padding.large {
  padding-right: 45px;
}

.title-name {
  color: var(--headings);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.title-name.large {
  font-size: 21px;
  line-height: 32px;
}

.title-name.small {
  font-size: 16px;
  line-height: 20px;
}

.text-mini-block {
  margin-right: 3px;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
}

.text-mini-block.white {
  color: #fff;
}

.link-mini {
  margin-right: 3px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.link-mini:hover {
  text-decoration: underline;
}

.link-mini.italicized {
  font-style: italic;
}

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

.footer-section {
  background-color: var(--black-1);
  padding-bottom: 20px;
}

.footer-form {
  width: 200px;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.sign-up-form-2 {
  width: 72%;
  max-width: 840px;
  border-radius: 7px;
  margin-bottom: 0;
  display: block;
}

.field-label {
  font-size: 11px;
  line-height: 11px;
}

._2-form {
  border-radius: 5px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 50px;
  padding-top: 33px;
  display: flex;
  position: relative;
}

._2-text-field {
  height: 42px;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0;
  background-repeat: repeat-y;
  background-size: 1px;
  border: 1px solid #c4cbd7;
  flex: 1;
  margin-top: 4px;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 54px;
  line-height: 16px;
  display: inline-block;
}

._2-text-field::-ms-input-placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._2-text-field::placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._2-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 17px, 1px;
}

._2-text-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 17px, 1px;
}

._2-text-field.phone {
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 12px, 1px;
}

._2-select-field {
  height: 42px;
  flex: 1;
  margin-top: 4px;
  margin-bottom: 0;
  margin-right: 13px;
  padding-left: 40px;
  display: inline-block;
}

._2-select-field::-ms-input-placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._2-select-field::placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._2-submit-button {
  width: 20%;
  height: 42px;
  background-color: var(--buttons-bg);
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .2s;
}

._2-submit-button:hover {
  background-color: #fa3e21;
}

.menu-setion {
  background-color: var(--black-1);
  padding-top: 0;
  padding-bottom: 5px;
}

.footer-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  margin-right: 45px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.red {
  margin-right: 0;
}

.notice-section {
  background-color: var(--black-1);
}

.notice-box {
  width: 200px;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 17px;
}

.notice-text {
  width: 250px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

._2-success-message {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.inner-hero {
  width: 100%;
  height: 70vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/C-_Users_Tammy_Desktop_Swank--Co_Work-In-Progress_1210-Media-5-Sports_Links_tommy-boudreau-diO0a_ZEiEE-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
  padding-left: 25px;
  overflow: hidden;
}

.inner-hero.history {
  height: 80vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/dan-gold-tIHb8sIvWPk-unsplash-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 20px;
}

.inner-hero.schedule {
  height: 80vh;
  background-image: linear-gradient(rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), url('../images/aleksandar-kyng-dhkdfFxGHfU-unsplash-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.inner-hero.home {
  width: 100vw;
  height: 90vh;
  margin-bottom: 20px;
  padding-top: 75px;
  padding-bottom: 0;
}

.row {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.row.top-border {
  margin-top: 40px;
}

.left-column {
  width: 62%;
}

.h2-title {
  width: 30vw;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 35px;
  display: block;
}

.h2-title.white {
  color: #fff;
}

.h2-title.gold {
  color: var(--dark-goldenrod);
  margin-top: -11px;
}

.h2-title.left {
  justify-content: flex-start;
}

.h2-title.schedule {
  width: 100vw;
  display: flex;
}

.h4-title {
  width: 35vw;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 22.5px;
  line-height: 32px;
}

.h4-title.text-small {
  letter-spacing: 0;
  font-size: 17.5px;
}

.h4-title.small {
  font-size: 20px;
  line-height: 30px;
}

.h5-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.h5-title.large {
  font-size: 20px;
  line-height: 24px;
}

.h5-title.less-border {
  margin-bottom: 4px;
}

.h3-white-title {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 23px;
  line-height: 33px;
}

.h3-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 23.5px;
  line-height: 33px;
}

.h3-title.white {
  width: 30vw;
  color: #fff;
}

.h3-title.gray {
  color: var(--paragraphs);
}

.h3-title.large {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-size: 40px;
  line-height: 52px;
}

.link-white {
  color: #fff;
  line-height: 22px;
}

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

.author-pic {
  width: 21px;
  height: 21px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  transition: opacity .2s;
}

.author-pic:hover {
  opacity: .9;
}

.author-pic.medium {
  width: 40px;
  height: 40px;
}

.author-pic.large {
  width: 90px;
  height: 90px;
}

.h3-title-white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 23.5px;
  line-height: 33px;
}

.h3-title-white.large {
  letter-spacing: 3px;
  font-size: 35px;
  line-height: 45px;
}

.latest-news {
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 13px;
  display: flex;
}

._2-preview-image {
  width: 42%;
  min-height: 172px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

._2-preview-image:hover {
  opacity: .9;
}

.right-text-preview {
  flex: 1;
  margin-left: 4%;
}

.right-column {
  width: 34%;
}

.side-column-item {
  margin-bottom: 40px;
}

._3-preview-image {
  width: 36%;
  min-height: 92px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

._3-preview-image:hover {
  opacity: .9;
}

.side-menu-link {
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}

.side-menu-link:hover {
  text-decoration: underline;
}

.link-small {
  margin-right: 3px;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.link-small:hover {
  text-decoration: underline;
}

.link-small.border {
  margin-right: 10px;
}

.h1-title {
  font-family: Oswald, sans-serif;
}

.h1-title.large {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 70px;
  font-weight: 500;
  line-height: 80px;
}

._3-text-field {
  width: 47%;
  height: 42px;
  border: 2px solid var(--lines);
  flex: 1;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 0;
  line-height: 16px;
  display: inline-block;
}

._3-text-field::-ms-input-placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._3-text-field::placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._3-text-field.border {
  margin-right: 3%;
}

._3-submit-button {
  width: 100%;
  height: 42px;
  min-width: 163px;
  background-color: var(--buttons-bg);
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

._3-submit-button:hover {
  background-color: #fa3e21;
}

._3-form {
  max-width: 395px;
  border-radius: 5px;
  flex-flow: wrap;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
  position: relative;
}

._3-success-message {
  background-color: rgba(0, 0, 0, 0);
}

.go-up {
  width: 32.6px;
  height: 30px;
  background-color: var(--buttons-bg);
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.go-up:hover {
  background-color: #fa3e21;
}

._25-column {
  width: 25%;
}

._2-side-menu-link {
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}

._2-side-menu-link:hover {
  text-decoration: underline;
}

._2-side-menu-link.red {
  color: #ff5136;
}

._2-side-menu-link.red.w--current {
  text-decoration: underline;
}

.set {
  margin-bottom: 50px;
}

.faq-box-item {
  width: 100%;
  border-bottom: 1px solid var(--lines);
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 20px;
}

.back-top {
  letter-spacing: 1.8px;
  background-image: url('../images/Arrow-3_1Arrow-3.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 7px;
  padding-right: 9px;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 10.5px;
  text-decoration: none;
}

.move-right {
  text-align: right;
  margin-top: 25px;
}

.scroll-down {
  z-index: 10;
  width: 32.6px;
  height: 30px;
  background-color: var(--red);
  background-image: url('../images/angulo-de-flecha-hacia-abajo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.scroll-down.w--current {
  background-color: #ff5136;
}

.inner-hero-text {
  margin-top: 30px;
  margin-bottom: 0;
}

.inner-hero-text.home {
  max-width: 600px;
  margin-bottom: 20px;
  padding-top: 50px;
}

._65-column {
  width: 63%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

._37-column {
  z-index: 100;
  width: 37%;
  background-color: var(--buttons-bg);
  flex-direction: column;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.white-line {
  width: 130px;
  height: 2px;
  background-color: #fff;
}

.button-6 {
  min-height: 43.5px;
  min-width: 170px;
  color: var(--buttons-bg);
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-6:hover {
  color: #fff;
  background-color: #fa3e21;
}

._4-submit-button {
  width: 100%;
  height: 58px;
  min-width: 163px;
  background-color: var(--buttons-bg);
  color: #fff;
  text-align: center;
  letter-spacing: .7px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 3px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

._4-submit-button:hover {
  background-color: #fa3e21;
}

.checkbox {
  font-size: 13px;
  line-height: 18px;
  display: flex;
}

.checkbox-2 {
  margin-top: 3px;
  margin-left: 0;
  margin-right: 9px;
}

.input-spacing {
  margin-bottom: 15px;
  padding-left: 28px;
  padding-right: 28px;
}

.input-spacing.checkbox {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  margin-bottom: 20px;
  margin-left: 28px;
  margin-right: 28px;
  padding: 9px 0;
  font-style: italic;
}

.input-spacing.large {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-title {
  background-color: var(--buttons-bg);
  text-align: left;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 17px 20px 15px;
}

._5-form {
  width: 35%;
  min-width: 365px;
}

._4-success-message {
  min-height: 464px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--lines);
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 155px;
}

.form-spacing {
  padding: 10px 28px 0;
}

.form-tag {
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 11px;
  line-height: 13px;
}

.offset-box {
  width: 67%;
  min-width: 310px;
  margin-left: 55%;
}

.bg-white {
  background-color: #fff;
}

.bg-white.line-borders {
  border-right: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  border-left: 1px solid var(--lines);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-bottom: 10px;
}

.intro-feature {
  width: 29%;
  min-height: 260px;
  background-color: var(--buttons-bg);
  border-radius: 4px;
  padding-top: 20px;
  position: relative;
  box-shadow: 8px 8px 44px rgba(246, 61, 32, .45);
}

.feature-button {
  width: 100%;
  letter-spacing: .7px;
  background-color: #f63d20;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.feature-button:hover {
  background-color: #ff3b1c;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}

.feature-content {
  margin-bottom: 64px;
  padding-left: 25px;
  padding-right: 25px;
}

.intro-feature-title {
  text-align: center;
  margin-bottom: 20px;
}

._2-tab-link {
  width: 33.333%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/3.png');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: 46px;
  padding-top: 0;
  padding-bottom: 0;
}

._2-tab-link._2 {
  border-right: 1px solid var(--lines);
  background-image: url('../images/2.png');
  background-position: 90%;
  background-size: 46px;
}

._2-tab-link._2.w--current {
  background-color: rgba(0, 0, 0, 0);
}

._2-tab-link._3 {
  background-position: 90%;
}

._2-tab-link._3.w--current {
  background-color: rgba(0, 0, 0, 0);
}

._2-tab-link._1 {
  border-right: 1px solid var(--lines);
  background-image: url('../images/1.png');
  background-position: 90%;
  background-size: 29px;
}

._2-tab-link._1.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu-2 {
  z-index: 0;
  border: 1px solid var(--lines);
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.lightbox-link-2 {
  width: 69%;
  height: 500px;
  background-image: url('../images/bruce-mars-556398-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tip {
  z-index: 100;
  position: absolute;
  top: -28px;
  left: 28px;
}

._2-tab-pane {
  padding-bottom: 50px;
}

.display-none {
  display: none;
}

.play-button {
  width: 115px;
  height: 70px;
  background-color: rgba(255, 81, 54, .85);
  background-image: url('../images/flecha-reproducir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  transition: background-color .2s, transform .2s;
}

.play-button:hover {
  background-color: rgba(255, 81, 54, .93);
  transform: scale(1.08);
}

.tab-image {
  width: 69%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-section-red {
  background-color: var(--buttons-bg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.book-column {
  width: 50%;
  text-align: right;
  padding-right: 45px;
}

._4-text-field {
  width: 48%;
  height: 42px;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0;
  background-repeat: repeat-y;
  background-size: 1px;
  border: 2px solid #e2452c;
  margin-top: 4px;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 0;
  padding-left: 54px;
  line-height: 16px;
  display: inline-block;
}

._4-text-field::-ms-input-placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._4-text-field::placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._4-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 17px, 1px;
}

._4-text-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 17px, 1px;
  margin-top: 0;
}

._4-text-field.phone {
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 12px, 1px;
  margin-top: 0;
}

._4-text-field.last-name {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 15px;
}

._4-form {
  background-color: var(--buttons-bg);
  border-radius: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
  padding-top: 33px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

._5-submit-button {
  width: 100%;
  height: 42px;
  min-width: 170px;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: #f63d20;
  padding-top: 6px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .2s;
}

._5-submit-button:hover {
  background-color: #e2452c;
}

._2-tag {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #e2452c;
  border-radius: 2.5px;
  padding: 9px 7px 6px;
  font-size: 9px;
  line-height: 9px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

._57-column {
  width: 57%;
  justify-content: center;
  align-items: center;
  padding-left: 45px;
  padding-right: 20px;
  display: flex;
}

._42-column {
  width: 42%;
  justify-content: center;
  align-items: center;
  display: flex;
}

._42-column._2 {
  justify-content: flex-start;
  padding-left: 65px;
  padding-right: 0;
}

.large-circle {
  width: 255px;
  height: 255px;
  background-color: var(--buttons-bg);
  border-radius: 50%;
}

.large-circle._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
}

.large-circle._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
}

.large-circle._3 {
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
}

.split-column {
  width: 100%;
  border-bottom: 0px none var(--lines);
  flex-wrap: wrap;
  margin-bottom: 45px;
  padding-bottom: 45px;
  display: flex;
}

.split-column._2-no-border, .split-column.reverse {
  margin-bottom: 0;
}

.split-column.history {
  width: auto;
  background-color: var(--bg);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
}

.content-section-blue {
  background-color: rgba(220, 224, 232, .5);
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial {
  width: 75%;
  max-width: 420px;
  text-align: left;
  background-image: linear-gradient(rgba(255, 81, 54, .98), rgba(255, 81, 54, .98)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px 20px 15px;
  display: flex;
  box-shadow: 8px 8px 44px rgba(246, 61, 32, .45);
}

.testimonial._1 {
  background-image: linear-gradient(rgba(246, 61, 32, .92), rgba(246, 61, 32, .92)), url('../images/victor-freitas-522935-unsplash_1.jpg');
  margin-right: 9%;
}

.testimonial._2 {
  background-image: linear-gradient(rgba(246, 61, 32, .92), rgba(246, 61, 32, .92)), url('../images/bruce-mars-556398-unsplash-1.jpg');
  margin-right: 28%;
}

.testimonial._3 {
  background-image: linear-gradient(rgba(246, 61, 32, .92), rgba(246, 61, 32, .92)), url('../images/victor-freitas-522935-unsplash_1.jpg');
}

.testimonial-pic {
  width: 50px;
  height: 50px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 3px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-pic._1 {
  background-image: url('../images/1_21.jpg');
  background-size: 50px;
}

.testimonial-pic._2 {
  background-image: url('../images/2_22.jpg');
  background-size: 50px;
}

.testimonial-pic._3 {
  background-image: url('../images/3_23.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

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

.testimonial-right {
  flex: 1;
}

.star {
  margin-right: 3px;
}

._50-column-red {
  width: 50%;
  background-color: var(--buttons-bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

._50-column-red._2-left-icon {
  background-image: url('../images/pesa-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
}

._50-column-red.left-icon {
  background-image: url('../images/cubiertos-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
}

._50-column-red._3-left-icon {
  background-image: url('../images/bascula.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
}

._2-intro-feature {
  width: 30%;
  max-width: 325px;
  min-height: 260px;
  border: 1px solid var(--lines);
  border-radius: 4px;
  padding: 30px 25px;
  position: relative;
}

.feature-icon {
  width: 65px;
  height: 65px;
  background-color: var(--buttons-bg);
  border-radius: 50%;
}

.feature-icon._1 {
  background-image: url('../images/cardiograma-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.feature-icon._2 {
  background-image: url('../images/manzana.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.feature-icon._3 {
  background-image: url('../images/barra-con-pesas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.intro-feature-icon {
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.button-3 {
  width: 100%;
  min-height: 43.5px;
  min-width: 130px;
  border: 1px solid var(--lines);
  color: var(--paragraphs);
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2.5px;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: var(--paragraphs);
  color: #fff;
}

.trainer {
  width: 61%;
  max-width: 345px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

._50-column-icon {
  width: 40%;
  height: 215px;
}

._50-column-icon._1 {
  background-image: url('../images/bascula.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

._50-column-icon._2 {
  background-image: url('../images/reloj-inteligente-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

._50-column-icon._4 {
  background-image: url('../images/manzana.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

._50-column-icon._3 {
  background-image: url('../images/pescado_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 95px;
}

.image-block {
  width: 490px;
  height: 590px;
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.image-block._3 {
  background-image: url('../images/victor-freitas-522935-unsplash.jpg');
}

._2-feature-item {
  border-bottom: 1px solid var(--lines);
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: flex;
}

._2-feature-item.no-border {
  margin-bottom: 0;
}

._2-feature-icon {
  width: 70px;
  height: 70px;
  border: 1px solid var(--lines);
  background-image: url('../images/ropa-de-deporte.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  border-radius: 4px;
  margin-top: 3px;
  margin-right: 20px;
}

._2-feature-icon._2 {
  background-image: url('../images/pesa-3.svg');
  background-size: 27px;
}

._2-feature-icon._3 {
  background-image: url('../images/peso.svg');
  background-size: 27px;
}

.full-section {
  background-image: url('../images/asaf-r-300803-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  display: flex;
}

.full-section._2 {
  width: 100vw;
  background-image: none;
  justify-content: center;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
}

.full-section._3 {
  background-color: var(--dark-goldenrod);
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.full-section._5 {
  background-image: url('../images/bruce-mars-554386-unsplash-1.jpg');
}

.full-section._6 {
  background-image: url('../images/caroline-attwood-301745-unsplash.jpg');
}

.column-red {
  width: 50%;
  background-color: var(--buttons-bg);
  justify-content: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 45px;
  display: flex;
}

.overlay-gradient {
  width: 50%;
  background-image: linear-gradient(to right, var(--buttons-bg), rgba(0, 0, 0, 0) 35%);
}

.features-list {
  border: 1px solid var(--lines);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.row-1 {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.row-title {
  width: 40%;
  border-right: 1px solid var(--lines);
  padding: 15px 25px 13px;
}

.row-20 {
  width: 20%;
  text-align: center;
  padding: 21px 25px 13px;
  position: relative;
  overflow: hidden;
}

.row-20._2, .row-20._1 {
  border-right: 1px solid var(--lines);
}

.feature-40 {
  width: 40%;
  border-top: 1px solid var(--lines);
  border-right: 1px solid var(--lines);
  flex-wrap: wrap;
  padding: 8px 25px;
  display: flex;
}

.text-gray {
  color: var(--paragraphs);
}

._87-column {
  width: 50vw;
  max-width: 600px;
  background-color: #fff;
  margin-top: 15px;
  padding: 15px 23px 15px 40px;
}

._50-column-flex {
  width: 50%;
  justify-content: center;
  display: flex;
}

.arrow-box {
  justify-content: center;
  align-items: center;
  padding-top: 55px;
}

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

.slider-column {
  width: 50%;
  min-height: 590px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider-column.left {
  background-color: #f63d20;
  justify-content: flex-end;
  padding-right: 90px;
  display: flex;
}

.slider-column.right {
  background-color: var(--buttons-bg);
  flex-direction: column;
  justify-content: center;
  padding-left: 90px;
  display: flex;
}

.slider {
  height: 100%;
}

._4-right-arrow {
  opacity: .8;
  transition: opacity .2s;
}

._4-right-arrow:hover {
  opacity: 1;
}

._2-testimonial-pic {
  width: 390px;
  height: 390px;
  background-image: url('../images/Pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}

._2-testimonial-pic._2 {
  background-image: url('../images/Pic-2.jpg'), url('../images/Pic.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

._2-testimonial-pic._3 {
  background-image: url('../images/Pic-3.jpg');
}

._3-feature-icon {
  width: 65px;
  height: 65px;
  background-color: var(--blue-bg);
  border-radius: 50%;
}

._3-feature-icon._1 {
  background-image: url('../images/reloj-inteligente-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

._3-feature-icon._2 {
  background-image: url('../images/manzana-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
}

._3-feature-icon._3 {
  background-image: url('../images/barra-con-pesas-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.rounded-box {
  width: 205px;
  height: 205px;
  background-color: var(--buttons-bg);
  text-align: center;
  border-radius: 37.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.rounded-box._1 {
  z-index: 10;
  background-color: #f63d20;
  margin-right: 20px;
  position: relative;
  box-shadow: 8px 8px 44px rgba(246, 61, 32, .45);
}

.rounded-box._3 {
  width: 145px;
  height: 145px;
  background-color: var(--buttons-bg);
  border-radius: 25.5px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.rounded-box._2 {
  width: 175px;
  height: 175px;
  border-radius: 30.5px;
  margin-right: 17px;
}

.circle-item {
  width: 200px;
  height: 200px;
  background-color: var(--buttons-bg);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  left: 10%;
}

.circle-item._3 {
  width: 175px;
  height: 175px;
  background-color: var(--buttons-bg);
  position: relative;
  top: 0;
  bottom: 0;
  left: 15%;
  right: 0;
}

.circle-item._2 {
  width: 265px;
  height: 265px;
  background-color: #f63d20;
  top: 104px;
  left: 10%;
  box-shadow: 8px 8px 44px rgba(246, 61, 32, .45);
}

.column {
  width: 50%;
  justify-content: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 45px;
  display: flex;
}

.column._2 {
  justify-content: flex-start;
  padding-left: 45px;
  padding-right: 45px;
}

.text-span {
  margin-left: 1px;
  font-size: 12px;
  position: relative;
  bottom: 9px;
}

._2-image-block {
  width: 42%;
  height: 280px;
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

._2-image-block._2 {
  background-image: url('../images/victor-freitas-546919-unsplash.jpg');
}

._2-image-block._3 {
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
}

.absolute-icon {
  width: 65px;
  height: 65px;
  background-color: var(--buttons-bg);
  border-radius: 50%;
  margin-left: 30px;
  position: absolute;
  bottom: -25px;
}

.absolute-icon._1 {
  background-image: url('../images/cubiertos-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.absolute-icon._2 {
  background-image: url('../images/pesa-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.absolute-icon._3 {
  background-image: url('../images/bascula.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.split-column-2 {
  width: 100%;
  border-bottom: 1px solid var(--lines);
  flex-wrap: wrap;
  margin-bottom: 45px;
  padding-bottom: 55px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.split-column-2.no-border {
  margin-bottom: 0;
}

.intro-box {
  width: 31%;
}

.intro-image {
  width: 100%;
  min-height: 225px;
  background-image: url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}

.intro-image._2 {
  background-image: url('../images/victor-freitas-546919-unsplash.jpg');
}

.intro-image._3 {
  background-image: url('../images/bruce-mars-554379-unsplash.jpg');
}

._3-image-block {
  width: 50vw;
  height: 400px;
  background-image: url('../images/alexander-redl-185764-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

._2-absolute-icon {
  width: 65px;
  height: 65px;
  background-color: var(--buttons-bg);
  border-radius: 50%;
  margin-left: 30px;
  position: absolute;
  bottom: -25px;
}

._2-absolute-icon._2 {
  background-color: var(--dark-goldenrod);
  background-image: url('../images/zapato_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  bottom: -25px;
  right: 25px;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: var(--buttons-bg);
}

.quote-slide {
  padding: 50px 50px 50px 70px;
  overflow: hidden;
}

._4-image-block {
  width: 43%;
  height: 610px;
  background-image: linear-gradient(rgba(197, 138, 43, .4), rgba(197, 138, 43, .4)), url('../images/basketball-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 500px;
}

._4-image-block._2 {
  background-image: url('../images/jake-jackson-263836-unsplash.jpg');
  background-size: cover;
}

.quote-big {
  width: 54%;
  align-items: center;
  display: flex;
}

.quote-offset {
  align-items: center;
  display: flex;
  position: relative;
  left: -60px;
}

.flex-horizontal {
  width: 100%;
  display: flex;
}

.gradient {
  width: 100%;
  opacity: .85;
  background-image: url('../images/Gradient.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._5-image-block {
  width: 616px;
  height: 365px;
  background-image: url('../images/Football-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

._5-image-block._2 {
  height: 300px;
  background-image: url('../images/Jackie-Record-breaker-interview.jpg');
  background-position: 50% 20%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
}

._5-image-block._3 {
  background-image: url('../images/Sport-Audience.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
}

._5-image-block._3.full {
  width: 700px;
  height: 610px;
  background-image: url('../images/Keith-interviewing-Mitch-Patton-Sectional-2010.jpg');
  background-position: 100% 100%;
  background-size: cover;
  justify-content: flex-end;
}

._5-image-block.full {
  width: auto;
  height: auto;
}

._4-feature-icon {
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature {
  width: 29.5%;
  border: 1px solid var(--lines);
  border-radius: 4px;
  margin-bottom: 45px;
  padding: 30px 3% 25px;
}

.feature._4, .feature._6, .feature._5 {
  margin-bottom: 0;
}

.contact-item {
  width: 90%;
  border-bottom: 1px solid var(--lines);
  flex-direction: column;
  margin-bottom: 45px;
  padding-bottom: 15px;
  display: flex;
}

.contact-item.no-border {
  margin-bottom: 0;
}

.link {
  text-decoration: none;
}

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

._6-form {
  width: 80%;
  max-width: 440px;
  min-width: 365px;
}

._5-text-field {
  width: 100%;
  height: 42px;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0;
  background-repeat: repeat-y;
  background-size: 1px;
  border: 1px solid #c4cbd7;
  flex: 1;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 0;
  padding-left: 54px;
  line-height: 16px;
  display: inline-block;
}

._5-text-field::-ms-input-placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._5-text-field::placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._5-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 17px, 1px;
  margin-right: 3%;
}

._5-text-field.email {
  background-image: url('../images/Email_1Email.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px 56%, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 17px, 1px;
}

._5-text-field.phone {
  background-image: url('../images/Phone_1Phone.png'), url('../images/Dot_1Dot.jpg');
  background-position: 14px, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 12px, 1px;
  margin-bottom: 0;
}

._5-text-field.last-name {
  background-image: none;
  padding-left: 14px;
}

._5-text-area {
  width: 100%;
  min-height: 85px;
  border: 1px solid #c4cbd7;
  flex: 1;
  margin-bottom: 15px;
  padding-top: 17px;
  padding-bottom: 0;
  padding-left: 20px;
  display: inline-block;
}

._5-text-area::-ms-input-placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

._5-text-area::placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.checkbox-3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 5px;
}

.top-border-flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

._3-input-spacing {
  color: var(--headings);
  align-items: center;
  margin-right: 20px;
  padding-left: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  display: flex;
}

.hero-post {
  min-height: 750px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-link {
  color: var(--titles);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.title-link:hover {
  text-decoration: underline;
}

.title-link.red {
  color: var(--buttons-bg);
}

.tags {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  margin-bottom: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.tag-title {
  margin-right: 5px;
  display: inline-block;
  position: relative;
}

.final-dots {
  text-align: center;
  margin-bottom: 25px;
}

.left-justified {
  text-align: right;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--tan), white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.subheading {
  width: 34%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-section-3 {
  padding-top: 80px;
  padding-bottom: 35px;
}

._2-heading-box {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._2-subheading {
  width: 34%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-nav {
  order: 1;
  justify-content: space-between;
  display: flex;
}

.footer-text-field {
  height: 42px;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 40px 0;
  background-repeat: repeat-y;
  background-size: 1px;
  flex: 1;
  margin-top: 4px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 0;
  padding-left: 54px;
  line-height: 16px;
  display: inline-block;
}

.footer-text-field::-ms-input-placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.footer-text-field::placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.footer-text-field.name {
  background-image: url('../images/User_1User.png'), url('../images/Dot_1Dot.jpg');
  background-position: 13px, 40px 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 17px, 1px;
}

.input-border-footer {
  width: 25%;
  margin-right: 1.5%;
}

.name-heading-green {
  color: #2b3b2d;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

.subtitle-green {
  color: var(--text-lines);
  font-size: 22px;
}

.split-paragraph-green {
  color: var(--text-lines);
  column-count: 2;
}

._60-column-hero {
  width: 59%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

._3-flex-center {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-tabs {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tab {
  width: 305px;
  height: 105px;
  background-color: var(--green-2);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab.border {
  color: #677583;
  margin-right: 5%;
}

.title-green {
  color: var(--text-lines);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
}

.title-green.medium {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-small-green {
  color: var(--text-lines);
  font-size: 14px;
  line-height: 18px;
}

.tab-column {
  width: 56%;
}

.large-border {
  margin-bottom: 180px;
}

.guy-hero {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.center-intro {
  width: 58%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-medium {
  text-transform: none;
  font-size: 17.5px;
}

.intro-text {
  color: var(--text-lines);
  font-size: 22.5px;
  line-height: 33.5px;
}

.content-section-green {
  background-color: var(--green-bg);
  padding-top: 100px;
  padding-bottom: 100px;
}

._2-40-column {
  width: 40%;
  text-align: center;
  display: inline-block;
  position: relative;
}

._2-40-column._1 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2-40-column.right-padding {
  padding-right: 0;
}

._2-40-column.left-padding {
  padding-left: 0;
}

.italicized {
  color: var(--text-lines);
  font-family: Noto Serif, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
}

.italicized.medium {
  font-size: 15px;
  line-height: 22px;
}

._2-60-column {
  width: 59%;
  flex: 1;
  display: inline-block;
}

.h2-title-green {
  color: var(--text-lines);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.green-line {
  width: 65%;
  height: 2px;
  min-width: 130px;
  background-color: var(--text-lines);
}

.button-4 {
  min-width: 170px;
  background-color: var(--text-lines);
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  padding-top: 14px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-4:hover {
  border: 2px solid var(--headings);
  color: var(--headings);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 12px;
  padding-bottom: 7px;
}

.button-5 {
  height: 47px;
  min-width: 170px;
  border: 2px solid var(--text-lines);
  color: var(--text-lines);
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 9px 9px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: background-color .2s;
  position: relative;
}

.button-5:hover {
  background-color: var(--text-lines);
  color: #fff;
}

.button-5.no-border {
  border-left-style: none;
}

.italicized-link {
  color: var(--text-lines);
  font-family: Noto Serif, sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 20px;
}

.plus-sign {
  width: 11px;
  height: 11px;
  background-color: var(--text-lines);
  background-image: url('../images/boton-anadir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5px;
  border-radius: 1.5px;
  display: inline-block;
  position: relative;
  top: 1px;
}

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

.mini-feature {
  border: 1px solid var(--text-lines);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  display: flex;
}

.mini-feature._2 {
  border-left-style: none;
  border-left-color: #000;
  border-radius: 0 3px 3px 0;
}

.mini-features {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

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

.full-section-2 {
  background-color: var(--green-bg);
  flex-wrap: wrap;
  display: flex;
}

._80-column {
  width: 80%;
}

._3-59-column {
  width: 60%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 65px;
  display: inline-block;
  overflow: hidden;
}

.paragraph-green {
  color: var(--text-lines);
  font-family: Roboto, sans-serif;
}

.paragraph-green.medium {
  font-size: 16px;
  line-height: 24.5px;
}

.text-medium-green {
  color: var(--text-lines);
  font-weight: 500;
}

.grid-border {
  width: 100%;
  border-bottom: 1px solid var(--green-3);
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 35px;
  padding-bottom: 5px;
  display: flex;
}

.grid-item {
  width: 50%;
  padding-right: 20px;
  position: relative;
}

.h3-title-green {
  color: var(--text-lines);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 23.5px;
  line-height: 33px;
}

._3-feature-item {
  width: 31%;
  border: 1px solid var(--green-2);
  border-radius: 4px;
  margin-bottom: 35px;
  padding: 30px 2% 25px;
  display: flex;
}

._2-circular-icon {
  width: 47px;
  height: 47px;
  background-color: var(--green-bg);
  border-radius: 50%;
}

._2-circular-icon._1 {
  background-image: url('../images/barra-con-pesas-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

._2-circular-icon._2 {
  background-image: url('../images/reloj-inteligente-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
}

._2-circular-icon._3 {
  background-image: url('../images/tenis-de-mesa-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

._2-circular-icon._4 {
  background-image: url('../images/pescado-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

._2-circular-icon._5 {
  background-image: url('../images/zumo-recien-exprimido-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

._2-circular-icon._6 {
  background-image: url('../images/cardiograma-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

._2-flex-space {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._17-column {
  width: 17%;
}

._17-column.right {
  justify-content: flex-end;
  display: flex;
}

.download-sign-up {
  width: 100%;
  padding-right: 10px;
  position: relative;
}

.form-green {
  border-radius: 5px;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.text-field-green {
  height: 44px;
  border: 2px solid var(--green-2);
  flex: 1;
  margin-bottom: 0;
  margin-right: 13px;
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 16px;
  display: inline-block;
}

.text-field-green::-ms-input-placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.text-field-green::placeholder {
  color: var(--headings);
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

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

.ebook-absolute {
  width: 165px;
  position: absolute;
  top: -37px;
  bottom: 0;
  left: 0;
}

.download {
  width: 64%;
  max-width: 737px;
  background-color: var(--green-bg);
  border-radius: 5px;
  flex-wrap: wrap;
  padding-left: 165px;
  display: flex;
  position: relative;
}

._50-column-end {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.left-arrow-3 {
  width: 22px;
  height: 40px;
  margin-top: 372px;
  margin-right: 0;
  padding-top: 6px;
  transition: opacity .2s;
  bottom: 0;
  right: 30px;
}

.left-arrow-3:hover {
  opacity: .8;
}

.guy-column {
  width: 41%;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.nav-menu {
  height: 60px;
}

.tab-image-right {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

._2-top-padding {
  padding-top: 16px;
}

.side-green-line {
  width: 65%;
  height: 1px;
  min-width: 130px;
  background-color: var(--green-2);
}

._2-white-line {
  width: 130px;
  height: 2px;
  background-color: #fff;
}

.slide-arrow {
  opacity: .8;
  transition: opacity .2s;
}

.slide-arrow:hover {
  opacity: 1;
}

._2-red-line {
  width: 130px;
  height: 2px;
  background-color: var(--red);
}

._2-red-line._2-top-border {
  width: 500px;
  background-color: var(--dark-goldenrod);
  margin-top: 10px;
  font-size: 40px;
}

._2-header-border {
  display: flex;
}

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

._2-header-flex {
  width: 100%;
  align-items: center;
  display: flex;
}

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

._50-center.border {
  margin-bottom: 20px;
}

.center-50 {
  width: 50%;
  text-align: center;
}

._77-column-icons {
  width: 77%;
  max-width: 485px;
  flex-wrap: wrap;
  display: flex;
}

._77-column-icons.center {
  justify-content: center;
  align-items: center;
}

.blocks {
  width: 100vw;
  height: 300px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.layouts {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.layout-box {
  width: 46%;
  margin-bottom: 80px;
}

.layout-preview {
  width: 100%;
  height: 640px;
  margin-bottom: 15px;
  overflow: scroll;
  box-shadow: 31px 31px 44px -22px rgba(103, 117, 130, .3);
}

._87-column-description {
  width: 87%;
  max-width: 485px;
}

._2-title-white {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
}

._2-title-white:hover {
  color: var(--buttons-bg);
  background-color: #fff;
}

._2-50-column-icon {
  width: 50%;
  height: 215px;
}

._2-50-column-icon._1 {
  background-image: url('../images/ropa-de-deporte-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
}

._2-50-column-icon._2 {
  background-image: url('../images/zapato.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

._2-50-column-icon._3 {
  background-image: url('../images/shorts.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

._2-50-column-icon._4 {
  background-image: url('../images/peso-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

._3-50-program {
  width: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

._3-50-program._2 {
  background-image: url('../images/zapato.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bruce-mars-558730-unsplash.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 200px, auto, cover;
}

._3-50-program._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bruce-mars-558661-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._1-50-program {
  width: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

._1-50-program._2 {
  background-image: url('../images/pescado.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/caroline-attwood-301746-unsplash.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 150px, auto, cover;
}

._1-50-program._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/caroline-attwood-301742-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._1-50-program._1 {
  padding-top: 160px;
}

._3-50-column-icon {
  width: 50%;
  height: 215px;
}

._3-50-column-icon._1 {
  background-image: url('../images/manzana.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

._3-50-column-icon._2 {
  background-image: url('../images/zumo-recien-exprimido.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

._3-50-column-icon._3 {
  background-image: url('../images/pescado.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

._3-50-column-icon._4 {
  background-image: url('../images/peso-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

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

.info-box {
  width: 35%;
  border: 1px solid var(--lines);
  border-radius: 4px;
  margin-right: 4%;
  padding: 25px;
  display: block;
}

.info-box.no-border {
  margin-right: 0;
}

.info-boxes {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

._2-50-program {
  width: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/victor-freitas-546919-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 60px;
  display: flex;
  position: relative;
}

._2-50-program._2 {
  background-image: url('../images/pesa-4.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/victor-freitas-549190-unsplash.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 150px, auto, cover;
}

._2-50-program._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/victor-freitas-522926-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.mini-icon {
  margin-right: 8px;
}

.slider-3 {
  height: 100%;
}

.showcase {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.showcase._2 {
  background-image: url('../images/jackelin-slack-539451-unsplash.jpg');
  background-size: cover;
}

.showcase._3 {
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-size: cover;
}

.link-red {
  color: var(--buttons-bg);
}

.bg {
  width: 100%;
  background-color: var(--buttons-bg);
  margin-bottom: 20px;
  padding: 15px;
  display: inline-block;
}

.block-quote {
  width: 70%;
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 40px;
  line-height: 42px;
  display: block;
}

.block-quote-text {
  font-size: 25px;
  font-style: italic;
  line-height: 42px;
}

.testimonial-box {
  border: 1px solid var(--lines);
  border-radius: 5px;
  flex-wrap: wrap;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
}

._2-testimonial-left {
  width: 28%;
  border-right: 1px solid var(--lines);
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 30px;
}

.testimonial-person {
  flex-wrap: wrap;
  display: flex;
}

._2-testimonial-right {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.hero-2 {
  width: 100%;
  background-color: var(--green-bg);
  padding-top: 190px;
  overflow: hidden;
}

.program-hero {
  width: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rawpixel-com-256640-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 60px 100px;
  display: flex;
  position: relative;
}

.program-hero._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/victor-freitas-546919-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.program-hero._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bruce-mars-554379-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.search-container {
  z-index: 1000;
  min-height: 290px;
  background-color: rgba(12, 12, 12, .95);
  padding-top: 107px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.close-search {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.search-title {
  color: #fff;
  margin-bottom: 20px;
}

.search {
  justify-content: center;
  display: flex;
}

.search-button {
  height: 45px;
  min-width: 150px;
  background-color: var(--buttons-bg);
  padding-top: 10px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .2s;
}

.search-button:hover {
  background-color: #fa3e21;
}

.search-input {
  height: 45px;
  margin-right: 25px;
}

.search-result-item {
  margin-bottom: 15px;
}

.search-result-title {
  font-size: 17px;
  line-height: 27px;
}

.tip-2, .tip-3 {
  z-index: 10;
  position: absolute;
  top: -28px;
  left: 28px;
}

.parallax-image {
  position: absolute;
  top: 0%;
  right: -30px;
}

.parallax-image-2 {
  z-index: 0;
  position: absolute;
  bottom: 40%;
  left: -50px;
}

.parallax-image-3 {
  z-index: 0;
  position: absolute;
  bottom: 16%;
  right: -50px;
}

.relative {
  padding-top: 35px;
  position: relative;
}

._404-image {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.z-index {
  z-index: 100;
  position: relative;
}

._2-center-flex {
  width: 20%;
  border-top: 1px solid var(--lines);
  border-right: 1px solid var(--lines);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 25px;
  display: flex;
}

._2-center-flex._3 {
  border-right-style: none;
}

.offset-image {
  opacity: .7;
  position: absolute;
  bottom: -40px;
  right: -32px;
}

._6-image-block {
  width: 490px;
  min-height: 615px;
  background-image: url('../images/vitchakorn-koonyosying-494183-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

._6-image-block._2 {
  background-image: url('../images/zach-ward-484586-unsplash-1.jpg');
}

._6-image-block._3 {
  background-image: url('../images/victor-freitas-522935-unsplash.jpg');
}

._6-image-block._4 {
  background-image: url('../images/3_1.jpg');
  background-size: cover;
}

._6-image-block._6 {
  background-image: url('../images/bruce-mars-559226-unsplash-1.jpg');
}

._6-image-block._8 {
  background-image: url('../images/1_1.jpg');
}

.overlay-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-post-text {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.text-block-5, .text-block-6, .text-block-7 {
  color: var(--black-1);
}

.image-8 {
  margin-top: 40px;
  padding-top: 0;
  line-height: 50px;
}

.image-9 {
  margin: 3px 3px 3px 15px;
}

.div-block {
  width: 100vw;
}

.div-block-2 {
  width: 250px;
}

.paragraph-2 {
  color: var(--dark-red);
  font-size: 23px;
}

.grid-2 {
  grid-row-gap: 28px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5"
  / 1fr;
  grid-auto-flow: row;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.image-10 {
  opacity: .9;
  filter: grayscale();
}

.image-10:hover {
  filter: none;
  transform: scale(1.1);
}

.image-11 {
  opacity: .8;
  filter: grayscale();
}

.image-11:hover {
  filter: none;
  transform: scale(1.1);
}

.image-12 {
  opacity: .8;
  filter: grayscale();
}

.image-12:hover {
  filter: none;
  transform: scale(1.1);
}

.image-13 {
  opacity: .8;
  filter: grayscale();
}

.image-13:hover {
  filter: none;
  transform: scale(1.1);
}

.image-14, .image-15, .image-16, .image-17, .image-18 {
  opacity: .8;
}

.image-19 {
  opacity: .9;
}

.image-20 {
  opacity: .8;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  padding-left: 120px;
  padding-right: 120px;
}

.image-21 {
  opacity: .8;
  filter: grayscale();
}

.image-21:hover {
  filter: none;
  transform: scale(1.1);
}

.image-22 {
  opacity: .8;
  filter: grayscale();
}

.image-22:hover {
  filter: none;
  transform: scale(1.1);
}

.image-23 {
  opacity: .8;
  filter: grayscale();
}

.image-23:hover {
  filter: none;
  transform: scale(1.1);
}

.image-24 {
  opacity: .8;
  filter: grayscale();
}

.image-24:hover {
  filter: none;
  transform: scale(1.1);
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template: ". Area Area-2 Area-3"
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.image-25 {
  opacity: .8;
  filter: grayscale();
}

.image-25:hover {
  filter: none;
  transform: scale(1.1);
}

.image-26 {
  opacity: .8;
  filter: grayscale();
}

.image-26:hover {
  filter: none;
  transform: scale(1.1);
}

.image-27 {
  filter: grayscale();
}

.image-27:hover {
  filter: none;
  transform: scale(1.1);
}

.button-7 {
  width: 200px;
  height: 75px;
  background-color: var(--red);
  text-align: center;
  padding-top: 13px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
}

.button-7:hover {
  background-color: var(--dark-red);
  transform: scale(1.1);
}

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

.heading {
  margin-bottom: 0;
  font-size: 30px;
}

.heading-2 {
  color: var(--dark-red);
}

.grid-5 {
  width: 510px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area-4";
}

.image-28 {
  margin-bottom: 5px;
  padding-top: 50px;
}

.dropdown-list, .dropdown-list-2 {
  margin-top: 0;
}

.paragraph-3 {
  width: 50vw;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns {
  background-color: var(--blue-bg);
}

.column-2 {
  padding-top: 40px;
}

.paragraph-4 {
  width: 400px;
  text-align: justify;
  font-size: 18px;
}

.button-8 {
  width: 350px;
  height: 100px;
  background-color: var(--dark-goldenrod);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 900;
  display: flex;
}

.button-8:hover {
  background-color: var(--red);
  box-shadow: 0 0 15px 0 var(--dark-goldenrod);
  color: #fff;
}

.container {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 2px;
  display: flex;
}

.paragraph-5 {
  width: 510px;
}

.body {
  background-color: #fff;
}

.section-3 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}

.columns-2 {
  height: 450px;
  padding-top: 40px;
  padding-left: 40px;
}

.column-3 {
  height: 325px;
  background-image: url('../images/Award.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.heading-3 {
  margin-bottom: 0;
}

.heading-4 {
  color: var(--dark-red);
}

.paragraph-6 {
  text-align: justify;
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 15px;
}

.paragraph-7 {
  text-align: justify;
  font-size: 17px;
}

.image-29 {
  background-image: linear-gradient(to bottom, var(--dark-red), var(--dark-red));
  border-radius: 3px;
  padding: 3px;
}

.paragraph-8 {
  text-align: center;
  margin-top: 10px;
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
  text-align: center;
}

.grid-6 {
  grid-column-gap: 1px;
  grid-template: "Area-4 Area Area-2 Area-3"
  / 4.5fr .25fr .25fr .25fr;
  justify-items: start;
  margin-left: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 50px;
}

.large-text {
  font-size: 14px;
  line-height: 16px;
}

.large-text.white {
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
}

.large-text.strikeout {
  text-decoration: line-through;
}

.div-block-3 {
  width: 150px;
}

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

.section-4 {
  background-color: var(--dark-goldenrod);
}

.sport {
  border-bottom: 1px none var(--lines);
  color: var(--black-1);
  text-align: center;
  font-size: 17px;
}

.date {
  border-bottom: 1px none var(--lines);
  font-size: 17px;
}

.team {
  border-bottom: 1px none var(--lines);
  color: var(--dark-red);
  text-align: center;
  font-size: 17px;
}

.time {
  border-bottom: 1px none var(--lines);
  font-size: 15px;
}

.station-button {
  border-bottom: 1px none var(--lines);
  color: var(--dark-red);
  font-size: 15px;
  font-weight: 900;
}

.column-4 {
  color: var(--black-1);
  font-size: 16px;
}

.list-item {
  border-bottom: 1px none var(--lines);
  font-size: 17px;
}

.link-2, .link-3, .link-4 {
  color: var(--red);
}

.announcer {
  color: var(--dark-red);
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.link-5, .link-6 {
  color: var(--red);
}

.columns-3, .columns-4 {
  margin-top: 20px;
}

.columns-5 {
  width: 90vw;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.rich-text-block {
  text-align: center;
  font-size: 16px;
}

.rich-text-block p {
  color: var(--dark-red);
}

.rich-text-block-2 {
  width: auto;
  color: var(--black-1);
}

.div-block-4 {
  border: 1px #000;
}

.div-block-5 {
  width: 10vw;
  height: 420px;
  clear: none;
  background-color: var(--dark-red);
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-5.stations {
  width: 9vw;
  height: 100%;
  clear: none;
  justify-content: center;
  margin-left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 0;
  right: 0;
}

.div-block-5.stations._2 {
  width: 40vw;
  justify-content: space-around;
}

.heading-5 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-5.listen {
  width: 40vw;
  height: auto;
  color: var(--bg);
  text-align: center;
  border-style: none;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  line-height: 25px;
}

.paragraph-19 {
  width: 40vw;
  clear: none;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.button-9 {
  background-color: var(--red);
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.button-9:hover {
  background-color: var(--dark-goldenrod);
  transform: scale(1.1);
}

.rich-text-block-3 {
  padding-left: 0;
  font-size: 16px;
}

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

.rich-text-block-4 {
  font-size: 18px;
  font-weight: 400;
}

.grid-7 {
  width: 100vw;
  grid-column-gap: 23px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5 Area-6"
  / 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1.25fr;
  margin-bottom: 0;
  transition: opacity .2s;
}

.paragraph-20 {
  color: #fff;
  font-size: 12px;
}

.listen-text, .listen-text h2 {
  color: #fff;
}

.text-block-8 {
  color: var(--black-1);
  font-size: 20px;
  font-weight: 900;
}

.heading-6 {
  width: 100vw;
  text-align: center;
}

.columns-6 {
  width: 90vw;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.keith-bio {
  width: 80vw;
}

.keith-bio p {
  width: auto;
  margin-right: 50px;
}

.paragraph-23 {
  text-align: center;
}

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

.column-10 {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.image-34 {
  width: 40vw;
}

.image-35 {
  width: 40vw;
  text-align: center;
}

.div-block-8 {
  width: 100vw;
}

.column-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-7 {
  max-width: 1100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-13 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cookies-popup {
  z-index: 9999;
  max-width: 300px;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.hire-popup-wrap {
  z-index: 999;
  grid-row-gap: 10px;
  background-color: var(--bg);
  border-radius: 10px;
  flex-direction: column;
  padding: 15px 20px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.text-block-18 {
  color: #163b4e;
  font-weight: 600;
}

.text-block-19 {
  color: #163b4e;
  font-size: 13px;
  line-height: 1.2em;
}

.hire-popup-close {
  z-index: 999;
  cursor: pointer;
  padding: 10px 10px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.close-card {
  z-index: 1000;
  width: 30px;
  height: 30px;
  background-color: var(--red);
  text-align: left;
  background-image: url('../images/White_modalNormal_1White_modalNormal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: all .15s;
  display: block;
  position: static;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.close-card:hover {
  background-color: var(--titles);
  transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
  h5 {
    border-bottom: 1px solid #000;
  }

  p {
    font-size: 13px;
  }

  .content-wrapper.sticky {
    flex-wrap: nowrap;
    justify-content: center;
    padding-right: 0;
  }

  .hero-section {
    width: 100%;
  }

  .title {
    width: 100vw;
  }

  .button {
    display: block;
  }

  .navlink {
    background-color: var(--dark-red);
    color: var(--bg);
  }

  .navlink.search {
    background-position: 22px;
  }

  .navlink.search1 {
    background-position: 20px;
  }

  .heading-container.less-border {
    width: 37vw;
  }

  .flex-header {
    flex-direction: column;
  }

  .heading-box {
    width: 54%;
    padding-top: 16px;
    padding-bottom: 7px;
  }

  .grid {
    align-items: stretch;
  }

  .full-line {
    display: none;
  }

  .full-line._4-less-border {
    margin-bottom: 0;
  }

  .expand.mobile-top-border {
    margin-top: 20px;
  }

  ._77-item {
    width: 100%;
  }

  ._50-column-center.left-padding {
    padding-left: 0;
  }

  ._50-column-center._2-left-padding {
    padding-left: 20px;
  }

  .statics-item {
    width: 36%;
    max-width: 315px;
    margin-bottom: 45px;
  }

  .statics-item.no-borders {
    margin-bottom: 0;
    margin-right: 0%;
  }

  .curve-bg {
    width: 56%;
    bottom: 0;
    right: 0;
  }

  .right-arrow {
    right: 16px;
  }

  .left-arrow {
    right: 38px;
  }

  ._50-column.circles {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .schedule-container {
    padding-left: 0;
  }

  ._2-flex-center {
    align-items: flex-end;
  }

  .text-block {
    left: -40px;
  }

  .left-doodle, .right-doodle {
    width: 11%;
  }

  .column-wrapper {
    width: 78%;
  }

  .sign-up-form-2 {
    width: 100%;
  }

  .logo {
    margin-bottom: 25px;
  }

  .h2-title {
    width: 100vw;
  }

  ._5-form {
    min-width: 340px;
  }

  .offset-box {
    margin-left: 10%;
  }

  .tab-image {
    width: 90%;
  }

  .testimonial._2 {
    width: 84%;
    margin-right: 18%;
  }

  .trainer {
    width: 80%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-block {
    height: 100%;
  }

  .slider-column.left {
    padding-right: 60px;
  }

  .slider-column.right {
    padding-left: 60px;
  }

  ._2-testimonial-pic {
    width: 330px;
    height: 330px;
  }

  .rounded-box._1 {
    margin-bottom: 10px;
  }

  .rounded-box._3 {
    left: 0;
  }

  .rounded-box._2 {
    margin-right: 17px;
    left: 0%;
  }

  .circle-item {
    left: -9%;
  }

  .circle-item._3 {
    top: -27px;
    left: -19%;
  }

  .circle-item._2 {
    margin-right: 31px;
    top: 2px;
    left: 20%;
  }

  ._6-form {
    width: 90%;
    min-width: auto;
  }

  .subheading {
    width: 54%;
    padding-top: 15px;
  }

  ._2-heading-box {
    width: 54%;
  }

  ._2-subheading {
    width: 54%;
    padding-top: 0;
  }

  ._60-column-hero {
    width: 46%;
  }

  ._3-flex-center {
    align-items: flex-end;
  }

  .tab.border {
    border-radius: 5px;
    margin-bottom: 40px;
  }

  .large-border {
    margin-top: 60px;
    margin-bottom: 300px;
  }

  .center-intro {
    width: 75%;
  }

  ._2-40-column {
    width: 40%;
  }

  ._2-40-column.right-padding {
    padding-right: 45px;
  }

  ._2-40-column.left-padding {
    padding-left: 22.5px;
  }

  .green-line {
    width: 100%;
  }

  ._3-feature-item {
    flex-direction: column;
  }

  ._2-flex-space {
    align-items: stretch;
  }

  ._17-column {
    width: 50%;
    margin-bottom: 54px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._17-column.right {
    margin-top: 46px;
    margin-bottom: 0;
  }

  .download {
    width: 100%;
  }

  .guy-column {
    width: 48%;
  }

  .burger-menu {
    color: #fff;
  }

  .nav-menu {
    height: 100vh;
    background-color: var(--black-1);
    overflow: auto;
  }

  .menu-button {
    height: 56.5px;
    background-color: var(--dark-red);
  }

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

  .side-green-line {
    width: 100%;
  }

  ._2-white-line {
    width: 100px;
  }

  .blocks {
    flex-wrap: wrap;
    justify-content: center;
  }

  .info-box {
    width: 45%;
  }

  .hero-2 {
    padding-top: 45px;
  }

  ._6-image-block {
    height: 100%;
  }

  .paragraph-3, .paragraph-5, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18 {
    font-size: 16px;
  }

  .column-4 {
    font-size: 14px;
  }

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

  .button-9 {
    width: 8vw;
  }

  .grid-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6, .keith-bio {
    width: 85vw;
  }

  .keith-bio p, .paragraph-21, .paragraph-22 {
    font-size: 16px;
  }

  .rich-text-block-5 {
    padding-top: 0;
  }

  .paragraph-23 {
    width: 100vw;
  }

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

  .column-10 {
    flex-wrap: nowrap;
    justify-content: center;
    display: block;
  }

  .image-34, .image-35 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.sticky {
    padding-left: 0;
  }

  .content-wrapper.home {
    height: 100vh;
  }

  .bottom-border.mobile {
    margin-bottom: 15px;
  }

  .navlink {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .navlink.w--current {
    height: 50px;
    background-color: var(--dark-goldenrod);
  }

  .subtitle-white {
    width: 60vw;
    display: none;
  }

  .tabs-menu {
    background-position: 163px, 36px;
    padding-left: 160px;
  }

  .tab-link {
    width: 100%;
    border-left-style: none;
    margin-bottom: 10px;
  }

  .tab-link.w--current {
    width: 100%;
  }

  .heading-container.less-border {
    width: 40vw;
  }

  .flex-header {
    flex-direction: column;
  }

  .heading-box {
    width: 74%;
    padding-top: 0;
  }

  .box {
    width: 47%;
    margin-bottom: 45px;
  }

  .box._3 {
    margin-bottom: 0;
  }

  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .notebook._2 {
    padding-top: 0;
  }

  ._50-column-center {
    width: 100%;
  }

  ._50-column-center.left-padding {
    padding-left: 0;
  }

  ._50-column-center.landscape-border {
    margin-bottom: 45px;
  }

  ._50-column-center._2-left-padding {
    padding-left: 0;
  }

  .statics-item {
    width: 60%;
    margin-right: 0%;
  }

  .team-member {
    width: 47%;
    margin-bottom: 45px;
  }

  .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-item {
    width: 50%;
  }

  .feature-item._2 {
    border-right-style: none;
  }

  .feature-item._3 {
    border-right-style: solid;
  }

  .feature-item._4 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .curve-bg {
    width: 84%;
    background-size: 185px, 464px;
  }

  ._50-column {
    width: 100%;
  }

  ._50-column.description {
    text-align: center;
    justify-content: flex-start;
  }

  ._50-column.landscape-border, ._50-column.center-border {
    margin-bottom: 45px;
  }

  ._50-column.circles {
    flex-direction: column;
    margin-top: 45px;
  }

  ._48-column {
    width: 100%;
    padding-left: 0%;
  }

  .left-padding.large {
    padding-left: 20px;
  }

  .schedule-container {
    width: auto;
    display: none;
  }

  .pricing-box {
    width: 47%;
    margin-bottom: 45px;
  }

  .pricing-box.no-border {
    margin-bottom: 0;
  }

  .pricing-box._2 {
    margin-right: 0%;
  }

  .special-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  ._60-column {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 45px;
  }

  ._2-flex-center.reverse-wrap {
    flex-wrap: wrap-reverse;
  }

  .text-block {
    left: 45px;
  }

  .lightbox-item {
    width: 50%;
    margin-bottom: 45px;
  }

  .lightbox-item.landscape-border {
    margin-bottom: 0;
  }

  .text-field {
    flex: 0 auto;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .submit-button {
    width: 100%;
  }

  .select-field {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .column-wrapper {
    max-width: 410px;
  }

  .right-padding.large {
    padding-right: 0;
  }

  .sign-up-form-2 {
    width: 80%;
    max-width: 420px;
  }

  ._2-submit-button {
    width: 100%;
  }

  .inner-hero, .inner-hero.history {
    padding-top: 120px;
  }

  .inner-hero.schedule {
    width: 100vw;
    padding-top: 120px;
  }

  .inner-hero.home {
    height: 100vh;
  }

  .left-column {
    width: 100%;
    margin-bottom: 45px;
  }

  .h2-title {
    width: auto;
  }

  .h4-title {
    width: 50vw;
    border-style: none;
  }

  .right-column {
    width: 101%;
  }

  .h1-title.large {
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }

  ._25-column {
    width: 100%;
    margin-bottom: 25px;
  }

  .inner-hero-text {
    margin-top: 0;
  }

  ._65-column, ._37-column {
    width: 100%;
  }

  .intro-feature {
    width: 47%;
    margin-bottom: 35px;
  }

  .intro-feature.no-border {
    margin-bottom: 0;
  }

  ._2-tab-link {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  ._2-tab-link.w--current {
    background-color: rgba(220, 224, 232, .5);
  }

  ._2-tab-link._2 {
    border-right-style: none;
  }

  ._2-tab-link._2.w--current, ._2-tab-link._3.w--current {
    background-color: rgba(220, 224, 232, .5);
  }

  ._2-tab-link._1 {
    border-right-style: none;
  }

  ._2-tab-link._1.w--current {
    background-color: rgba(220, 224, 232, .5);
  }

  .tabs-menu-2 {
    padding: 20px;
  }

  .tip {
    display: none;
  }

  .book-column {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
    display: flex;
  }

  ._42-column._2 {
    padding-left: 0;
  }

  .large-circle {
    width: 220px;
    height: 220px;
  }

  .split-column.reverse {
    flex-wrap: wrap-reverse;
  }

  .testimonial-pic {
    margin-bottom: 10px;
  }

  ._50-column-red {
    width: 100%;
  }

  ._50-column-red.icons {
    padding-left: 0;
    padding-right: 0;
  }

  ._50-column-red._2-left-icon, ._50-column-red.left-icon, ._50-column-red._3-left-icon {
    height: 610px;
  }

  ._2-intro-feature {
    width: 47%;
    margin-bottom: 35px;
  }

  ._2-intro-feature.mobile-border {
    margin-bottom: 0;
  }

  ._50-column-icon {
    width: 50%;
  }

  .full-section._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlay-gradient {
    background-image: linear-gradient(to right, var(--buttons-bg), rgba(0, 0, 0, 0) 68%);
  }

  ._50-column-flex {
    width: 100%;
  }

  .slider-column.left {
    padding-right: 45px;
  }

  ._2-testimonial-pic {
    width: 220px;
    height: 220px;
  }

  .circle-item {
    left: 0%;
  }

  .circle-item._3 {
    position: relative;
  }

  .column._2 {
    width: 100%;
  }

  .column.mobile-display {
    display: none;
  }

  .intro-box {
    width: 47%;
    margin-bottom: 35px;
  }

  .intro-box.mobile-border {
    margin-bottom: 0;
  }

  .quote-slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._5-image-block._3.full {
    display: none;
  }

  .feature {
    width: 47%;
  }

  .feature._4 {
    margin-bottom: 45px;
  }

  ._6-form {
    margin-top: 45px;
  }

  .landscape-border {
    margin-bottom: 54px;
  }

  ._2-heading-box, ._2-subheading {
    width: 64%;
  }

  .mobile-top-border {
    margin-top: 45px;
  }

  .input-border-footer {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  ._60-column-hero {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 650px;
  }

  ._3-flex-center {
    flex-wrap: wrap-reverse;
  }

  .hero-tabs {
    position: relative;
  }

  .tab {
    border-radius: 5px;
  }

  .large-border {
    margin-bottom: 45px;
  }

  ._2-40-column {
    width: 100%;
    margin-right: 0;
  }

  ._2-40-column._1 {
    height: 650px;
  }

  ._2-40-column.right-padding {
    margin-bottom: 45px;
    padding-right: 0;
  }

  ._2-40-column.left-padding {
    padding-left: 0;
  }

  ._2-60-column {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 45px;
  }

  .green-line {
    min-width: 100px;
  }

  .full-section-2 {
    flex-wrap: wrap;
  }

  ._3-59-column {
    width: 100%;
    flex: 0 auto;
  }

  .grid-item {
    width: 100%;
  }

  ._3-feature-item {
    width: 47%;
    padding-left: 3%;
    padding-right: 3%;
  }

  ._3-feature-item.no-border {
    margin-bottom: 0;
  }

  .text-field-green {
    flex: 0 auto;
    margin-bottom: 15px;
    margin-right: 0;
  }

  ._3-flex-space {
    justify-content: center;
  }

  .ebook-absolute {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0;
    left: -15px;
  }

  .download {
    max-width: 525px;
  }

  ._50-column-end {
    width: 100%;
  }

  ._50-column-end.mobile-border {
    margin-bottom: 45px;
  }

  .guy-column {
    width: 100%;
    margin-right: 0;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
  }

  .slide-arrow {
    display: none;
  }

  ._3-slide-nav {
    display: block;
  }

  .blocks {
    width: 100%;
    margin-top: 45px;
  }

  .layouts {
    flex-wrap: wrap;
  }

  ._87-column-description {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  ._3-50-program, ._1-50-program {
    width: 100%;
    min-height: 450px;
  }

  .info-box {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  ._2-50-program {
    width: 100%;
    min-height: 450px;
  }

  .block-quote-2 {
    width: 90%;
  }

  .block-quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-testimonial-left {
    width: 32%;
  }

  .hero-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .program-hero {
    width: 100%;
    min-height: 450px;
  }

  .tip-2, .tip-3 {
    display: none;
  }

  .grid-2, .grid-3, .grid-4 {
    justify-content: center;
  }

  .paragraph-5 {
    width: 80vw;
  }

  .grid-6 {
    grid-template-areas: "Area-4 Area Area-2 Area-3";
  }

  .announcer {
    font-size: 25px;
  }

  .div-block-5.stations, .heading-5.listen, .paragraph-19 {
    width: 100vw;
  }

  .button-9 {
    width: 13vw;
    margin-left: 10px;
  }

  .grid-7 {
    align-content: stretch;
    justify-content: stretch;
    justify-items: stretch;
  }

  .paragraph-23 {
    display: none;
  }

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

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

  .hire-popup-wrap {
    display: block;
  }

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

  .text-block-19 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper.home {
    height: 70vh;
  }

  .content-wrapper.what-game {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .paragraph.small {
    width: 70vw;
  }

  .bottom-border {
    width: 80vw;
  }

  .bottom-border.small {
    width: 70vw;
    flex: 0 auto;
    align-self: auto;
  }

  .navlink.w--current {
    width: 100vw;
    color: var(--dark-red);
  }

  .top-border.small {
    width: 100vw;
  }

  .title-white {
    display: none;
  }

  .red-line {
    min-width: 100px;
  }

  .subtitle-white {
    width: 80vw;
    font-size: 14px;
  }

  .tab-pane._3 {
    padding-bottom: 220px;
  }

  .tabs-menu {
    background-image: url('../images/Show-me-more.png');
    background-position: 29px 26px;
    background-repeat: no-repeat;
    background-size: 101px;
    padding-top: 53px;
    padding-left: 0;
  }

  .heading-container {
    justify-content: flex-start;
  }

  .heading-container.less-border {
    width: 75vw;
    margin-bottom: 25px;
  }

  .heading-container.what-game {
    display: block;
  }

  .line, .heading-box, .box {
    width: 100%;
  }

  .flex {
    display: none;
  }

  .notebook {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .notebook._2 {
    width: 100%;
  }

  .side-padding {
    width: 100vw;
  }

  .left-border.padding {
    align-self: auto;
  }

  ._77-item {
    width: 100%;
  }

  .header-flex-stretch {
    width: 100vw;
  }

  .content-section-full._1._2 {
    display: none;
  }

  .statics-item {
    width: 100%;
  }

  .team-member {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .inner-wrapper {
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .feature-item {
    width: 100%;
  }

  .feature-item._3, .feature-item._1 {
    border-right-style: none;
  }

  .feature-item._5 {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .curve-bg {
    width: 110%;
    background-size: 95px, 464px;
  }

  .right-arrow {
    right: 0;
  }

  .left-arrow {
    right: 28px;
  }

  ._50-column.center-flex {
    width: 100vw;
    height: auto;
    flex-flow: wrap;
    align-content: stretch;
    padding-left: 5px;
    padding-right: 5px;
  }

  ._50-column.center-flex.full {
    display: block;
  }

  .schedule {
    width: 100%;
    margin-bottom: 5px;
  }

  .schedule._2 {
    width: 100%;
  }

  .left-padding.large {
    padding-left: 0;
  }

  ._77-column {
    width: 100%;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .pricing-box {
    width: 100%;
  }

  .faq-box {
    width: 100%;
    border-right-style: none;
  }

  .faq-box._5 {
    border-bottom-style: solid;
  }

  .text-block {
    left: -48px;
  }

  .lightbox-item {
    width: 100%;
  }

  .tag.green {
    border-radius: 2.5px;
  }

  .left-doodle, .right-doodle {
    display: none;
  }

  .column-wrapper, .collection-item {
    width: 100%;
  }

  .right-padding.large {
    padding-right: 0;
  }

  .sign-up-form-2 {
    width: 100%;
  }

  .logo {
    margin-bottom: 20px;
  }

  .footer-link {
    margin-right: 12px;
  }

  .inner-hero.history {
    height: 80vh;
    padding-top: 120px;
  }

  .inner-hero.home {
    height: 80vh;
  }

  .h2-title {
    margin-top: 0;
  }

  .h4-title {
    width: 100vw;
  }

  .h3-title {
    width: 70vw;
  }

  ._2-preview-image {
    width: 60%;
  }

  .right-text-preview {
    width: 100%;
    flex: 0 auto;
    margin-left: 0%;
  }

  .h1-title.large {
    font-size: 50px;
    line-height: 60px;
  }

  .inner-hero-text.home {
    margin-top: 50px;
    margin-left: -14px;
  }

  ._5-form {
    width: 85%;
    min-width: auto;
  }

  .offset-box {
    margin-left: 0%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bg-white.line-borders {
    height: 100%;
  }

  .intro-feature {
    width: 100%;
  }

  .lightbox-link-2 {
    width: 90%;
  }

  ._4-text-field {
    width: 100%;
  }

  ._57-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  ._42-column {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .split-column.reverse-wrap {
    flex-wrap: wrap-reverse;
  }

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

  .testimonial._1 {
    width: 100%;
    margin-right: 4%;
  }

  .testimonial._2 {
    width: 100%;
    margin-right: 12%;
  }

  .testimonial._3 {
    width: 100%;
  }

  .testimonial-pic {
    margin-bottom: 0;
  }

  ._50-column-red {
    padding-left: 60px;
    padding-right: 60px;
  }

  ._2-intro-feature, ._50-column-icon {
    width: 100%;
  }

  .full-section._2 {
    padding-top: 0;
  }

  .column-red {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .overlay-gradient {
    display: none;
  }

  .row-title {
    width: 100%;
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
  }

  .row-20, .row-20._2 {
    width: 33.333%;
  }

  .feature-40 {
    width: 100%;
    border-right-style: none;
  }

  ._87-column {
    width: 100%;
    margin-bottom: 25px;
  }

  ._50-column-flex {
    width: 100%;
  }

  .arrow-box {
    display: none;
  }

  ._2-slide-nav {
    display: block;
  }

  .slider-column.left {
    width: 100%;
    min-height: 390px;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .slider-column.right {
    width: 100%;
    min-height: 390px;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._4-right-arrow {
    display: none;
  }

  ._2-testimonial-pic {
    width: 250px;
    height: 250px;
  }

  .rounded-box._3 {
    margin-top: 9px;
  }

  .circle-item {
    left: -16%;
  }

  .circle-item._3 {
    top: -8px;
    left: -25%;
  }

  .circle-item._2 {
    left: 14%;
  }

  ._2-image-block {
    width: 100%;
    margin-bottom: 45px;
  }

  .intro-box {
    width: 100%;
  }

  ._4-image-block {
    width: 100%;
    margin-bottom: 35px;
  }

  .quote-big {
    width: 100%;
  }

  .quote-offset {
    left: 0;
  }

  ._5-image-block._2 {
    width: 100vw;
  }

  ._5-image-block._3.full {
    display: none;
  }

  .feature {
    width: 100%;
  }

  .feature._4, .feature._5 {
    margin-bottom: 45px;
  }

  ._5-text-field {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0%;
  }

  ._5-text-field.phone {
    margin-bottom: 0;
    margin-left: 0%;
  }

  ._5-text-field.last-name {
    margin-left: 0%;
  }

  ._3-input-spacing {
    margin-bottom: 10px;
  }

  ._3-input-spacing.no-border {
    margin-bottom: 0;
  }

  .subheading {
    width: 94%;
  }

  ._2-heading-box {
    width: 100%;
  }

  ._2-subheading {
    width: 90%;
  }

  .mobile-top-border {
    margin-top: 45px;
  }

  .footer-nav {
    width: 90vw;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .center-intro {
    width: 85%;
  }

  ._2-40-column._1 {
    height: 650px;
  }

  .button-5.no-border {
    border-top-style: none;
    border-left-style: solid;
  }

  .mini-feature {
    border-radius: 3px;
    margin-bottom: 15px;
  }

  .mini-feature._2 {
    border-style: solid;
    border-radius: 3px;
  }

  ._3-59-column {
    padding-left: 45px;
  }

  ._3-feature-item {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  ._3-feature-item.no-border {
    margin-bottom: 35px;
  }

  .ebook-absolute {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
  }

  .download {
    padding-left: 20px;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .menu-button.w--open {
    background-color: var(--dark-goldenrod);
  }

  ._2-red-line {
    width: 100px;
    min-width: auto;
  }

  ._2-red-line._2-top-border {
    width: 70vw;
  }

  ._2-header-border {
    justify-content: center;
    align-items: center;
  }

  ._3-slide-nav {
    display: block;
    position: absolute;
  }

  .center-50, ._77-column-icons.center, .layout-box {
    width: 100%;
  }

  ._87-column-description {
    width: 100%;
    margin-bottom: 25px;
  }

  ._2-50-column-icon {
    width: 100%;
  }

  ._1-50-program._1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._3-50-column-icon {
    width: 100%;
  }

  .info-box {
    width: 90%;
    margin-bottom: 45px;
    margin-right: 0%;
  }

  .info-box.no-border {
    margin-bottom: 0;
  }

  .info-boxes {
    width: 100vw;
  }

  .block-quote-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-quote {
    width: 90%;
  }

  ._2-testimonial-left {
    width: 100%;
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    margin-bottom: 25px;
  }

  ._2-testimonial-right {
    padding-left: 0;
  }

  ._2-center-flex {
    width: 33.333%;
  }

  .grid-2 {
    width: 100vw;
    height: 50px;
    justify-content: start;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-3 {
    width: 100vw;
    height: 50px;
    grid-auto-flow: row;
    padding-left: 3px;
    padding-right: 3px;
  }

  .grid-4 {
    height: 50px;
  }

  .button-8 {
    width: 250px;
    margin-top: 50px;
  }

  .container {
    margin-top: 0;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .paragraph-8, .paragraph-9, .paragraph-10 {
    display: none;
  }

  .paragraph-11 {
    text-align: center;
    display: none;
  }

  .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .section-4 {
    display: none;
  }

  .announcer {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-5.stations {
    padding-bottom: 20px;
  }

  .button-9 {
    width: 14vw;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .grid-7 {
    flex: 1;
  }

  .columns-6 {
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
  }

  .keith-bio {
    width: 95vw;
  }

  .keith-bio p {
    width: 95vw;
    font-size: 14px;
  }

  .link-block-2, .link-block-3 {
    width: 10vw;
  }

  .link-block-4 {
    width: 10vw;
    margin-right: 5px;
  }

  .image-32 {
    margin-left: 5px;
  }

  .column-6, .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-8, .column-9 {
    height: 0;
  }

  .paragraph-23 {
    display: none;
  }

  .div-block-7 {
    width: 100vw;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .link-7 {
    color: var(--dark-red);
  }

  .cookies-popup {
    bottom: 10px;
    right: 10px;
  }
}

#w-node-fcd0e227-db1a-9477-8df8-0ba5a64b87ec-fe10c06d {
  grid-area: Area-3;
  align-self: center;
  justify-self: center;
}

#w-node-_502268d6-3a88-8579-1366-214527a8dd10-fe10c06d {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_04411555-b691-82da-826d-bf4a5fac4d27-fe10c06d {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_42f5f4c4-25e2-240f-3504-fc1d94ba2f0c-fe10c06d {
  grid-area: Area-4;
}

#w-node-_0427edb5-4702-2d41-5d56-4271657d2bb7-6f2a52c0 {
  grid-area: Area-4;
  align-self: center;
  justify-self: center;
}

#w-node-_432ce0ea-7c2c-31a5-4356-f2763db92f80-6f2a52c0 {
  grid-area: Area-3;
  align-self: center;
  justify-self: center;
}

#w-node-a1878aff-6abc-84f6-af19-facc332ee051-6f2a52c0 {
  grid-area: Area-5;
  align-self: center;
  justify-self: center;
}

#w-node-d9f0eb1b-146d-067d-93cf-b5b0e0e9cc64-6f2a52c0 {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_5cbcc4f2-1564-663f-ea84-7a7d66b008cc-6f2a52c0 {
  grid-area: Area-6;
  align-self: center;
  justify-self: center;
}

#w-node-_3459e650-73b6-9195-a875-5567219c0c5b-6f2a52c0 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}


