.invalid-feedback{
  color: red;
  padding: 5px;
}
.terms_checkbox{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

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

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

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

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

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

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

body {
  font-family: 'Work Sans', sans-serif;
  color: #333;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 30px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

em {
  color: #868686;
  font-style: italic;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 95vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: linear-gradient(225deg, #1d171d, #151414);
  color: #fff;
}

.hero-section.register {
  min-height: 100vh;
}

.hero__image-man {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  max-height: 100vh;
}

.hero-text-wrapper {
  position: relative;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-shadow: 0 0 13px rgba(0, 0, 0, 0.64);
}

.hero-text-wrapper.register {
  max-width: none;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__marker {
  z-index: 10;
  margin-top: -1.5vw;
  margin-bottom: 1vw;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  font-family: 'Permanent Marker', sans-serif;
  color: #0198fc;
  font-size: 4.1vw;
  line-height: 4vw;
  font-weight: 400;
  text-shadow: -2px -3px 10px rgba(0, 0, 0, 0.37);
}

.hero__marker.hero__marker--register {
  font-size: 34px;
  line-height: 40px;
}

.hero__h1 {
  margin-top: 0px;
  font-size: 7vw;
  line-height: 7vw;
  letter-spacing: -2px;
}

.hero__h1.hero__h1--register {
  font-size: 73px;
  line-height: 70px;
}

.hero__bg-image {
  position: absolute;
  left: -10%;
  top: 0%;
  right: -10%;
  bottom: 0%;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(0, 0, 0, 0.94)), color-stop(64%, hsla(0, 0%, 100%, 0))), url('/images/welcome2/crowd-watching-show-inside-the-dark-stadium-761543_compressed.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 5%, hsla(0, 0%, 100%, 0) 64%), url('/images/welcome2/crowd-watching-show-inside-the-dark-stadium-761543_compressed.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0.3;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.hero__h2 {
  max-width: 490px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  padding: 10px 20px 5px;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container.container--nav {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container--center {
  position: relative;
  z-index: 10;
  text-align: center;
}

.container.container--center.experience {
  padding-right: 20px;
  padding-left: 20px;
}

.container.container--points {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  position: relative;
  overflow: hidden;
  padding: 9px 27px;
  border-radius: 2px;
  background-color: #fecf06;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.button.button--sign-up {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.login {
  margin-left: 10px;
  padding: 8px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #adadad;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #adadad;
}

.button.login:hover {
  border-color: #0198fc;
  color: #0198fc;
}

.intro-section {
  position: relative;
  z-index: 20;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(4%, #191619), color-stop(62%, #191619), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #191619 4%, #191619 62%, hsla(0, 0%, 100%, 0));
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #fff;
  text-align: center;
}

.landing-section-wrapper {
  background-color: #191619;
}

.hero__bg-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  min-height: 100%;
  opacity: 0.5;
}

.hero__bottom-gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -5%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(80%, #191619));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #191619 80%);
}

.video {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  background-image: url('/images/welcome2/Screenshot_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.46);
  -webkit-transform: perspective(150px);
  transform: perspective(150px);
  color: #fff;
  font-size: 30px;
}

.voice-logo {
  width: 100px;
  margin-left: 10px;
  padding-left: 6px;
  border-left: 1px solid #fff;
}

.voice-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.19);
}

.voice-wrapper.awards {
  margin-right: 30px;
  padding-top: 0px;
  border: 1px none #000;
}

.voice-wrapper.voice {
  padding-top: 0px;
  border: 1px none #000;
  letter-spacing: -0.5px;
}

.voice-wrapper.mobile-version {
  display: none;
}

.nav__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.25);
}

.section {
  position: relative;
  padding: 100px 20px;
}

.section.section--experience {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #191619;
  color: #fff;
}

.section.section--course {
  overflow: hidden;
  padding-top: 50px;
}

.section.section--cta {
  overflow: hidden;
  padding-top: 15vw;
  background-color: #191619;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 22, 25, 0.89)), to(rgba(25, 22, 25, 0.89))), url('/images/welcome2/crowd-watching-show-inside-the-dark-stadium-761543_compressed.jpg');
  background-image: linear-gradient(180deg, rgba(25, 22, 25, 0.89), rgba(25, 22, 25, 0.89)), url('/images/welcome2/crowd-watching-show-inside-the-dark-stadium-761543_compressed.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.section.section--results {
  overflow: hidden;
  padding-top: 220px;
}

.section.section--darkm-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(25, 22, 25, 0.93);
  color: #fff;
}

.hero__image-woman {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 9;
  max-height: 90vh;
}

.section__title {
  margin-top: -10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 65px;
  line-height: 70px;
  font-weight: 500;
  text-transform: uppercase;
}

.point-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 32%;
  margin-top: 50px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.11);
}

.point-wrapper.middle {
  margin-top: 130px;
}

.point-wrapper.right {
  margin-top: 260px;
}

.section__subtitle {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #0198fc;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.section__subtitle.section__subtitle--smaller {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
}

.section__subtitle.section__subtitle--smaller.green {
  background-color: #3bb979;
}

.section__subtitle.section__subtitle--smaller.purple {
  background-color: #8781bd;
}

.section__subtitle.section__subtitle--smaller.pink {
  background-color: #a486b1;
}

.video-container {
  position: relative;
  z-index: 10;
  margin-top: -50px;
  margin-bottom: 50px;
}

.hero__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.underline-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: -15px;
  bottom: -8%;
  overflow: hidden;
  width: 220px;
  height: 30px;
  opacity: 0.81;
}

.underline-wrapper.you {
  width: 165px;
}

.underline-wrapper.hero {
  bottom: -0.4vw;
  width: 20vw;
  height: 2vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.words-wrapper {
  position: relative;
  display: inline-block;
}

.hero__bg-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9;
  width: 60vw;
  background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#141414));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #141414);
}

.container-row {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-row__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-row__col.text-left {
  margin-right: 100px;
}

.container-row__col.text-left.video-section {
  position: relative;
  z-index: 10;
}

.container-row__col.video-right {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(9%, rgba(0, 0, 0, 0.9)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 9%, transparent);
}

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

.mini-container {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.exp-track {
  position: relative;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 240px;
  margin-right: -20px;
  margin-left: -20px;
}

.exp-track.one {
  height: 240px;
  max-height: 240px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exp__img {
  position: relative;
  z-index: 50;
  width: 400px;
  margin: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 0 10px 35px 0 #000;
}

.exp__img.small {
  position: relative;
  top: -39px;
  z-index: 40;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-filter: brightness(41%) blur(2px);
  filter: brightness(41%) blur(2px);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.exp__img.small.row2 {
  top: auto;
  bottom: -9px;
}

.exp__img.small.row3 {
  top: auto;
  bottom: -41px;
}

.exp__img.smaller {
  z-index: 0;
  margin-right: -49px;
  margin-left: -49px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.48;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.exp__img.up {
  top: -30px;
}

.exp__img.down {
  bottom: -30px;
}

.exp__p {
  margin-bottom: 20px;
}

.exp-bg-img {
  position: absolute;
  left: 0%;
  top: -30%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 130%;
  opacity: 0.3;
}

.slider {
  min-height: 500px;
  background-color: transparent;
}

.slider__arrows {
  display: none;
}

.slider__nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  font-size: 7px;
}

.slider__flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider__title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
}

.slider__col {
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider__col.slider__col--img {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 5px;
  border-color: #8781bd;
  border-radius: 3px;
  background-image: url('/images/welcome2/anna-earl-DS_nVYWqgAk-unsplash-p-1080.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}

.slider__col.slider__col--img.blue-one {
  border-color: #0198fc;
  background-image: url('/images/welcome2/joel-muniz-u4m70M8sqxQ-unsplash_compressed-p-500.jpeg');
}

.slider__col.slider__col--img.orange-one {
  border-color: #f8ac5d;
  background-image: url('/images/welcome2/fotografia-ges-PRVvL8bfcTA-unsplash-p-1080.jpeg');
}

.slider__col.slider__col--img.green-one {
  border-color: #3bb979;
  background-image: url('/images/welcome2/txus-garcia-Tjhmg1pfXZQ-unsplash_compressed-p-500.jpeg');
  background-position: 50% 0%;
}

.slider__col.slider__col--img.blue-two {
  border-color: #0198fc;
  background-image: url('/images/welcome2/vidar-nordli-mathisen-IT5-0oM0YH0-unsplash_compressed.jpg');
}

.slider__col.slider__col--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.slider__p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 24px;
}

.slider__quotee {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.button__text {
  position: relative;
  z-index: 10;
}

.button__bg {
  position: absolute;
  left: -31%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  max-width: none;
  opacity: 0.2;
}

.attention-arrow-one {
  position: absolute;
  left: -20px;
  top: -50px;
  right: auto;
  bottom: auto;
  width: 50px;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.course__bg {
  position: absolute;
  left: -20vw;
  top: auto;
  right: -20vw;
  bottom: -65vw;
  z-index: -1;
  width: 140vw;
  height: 140vw;
  border-radius: 50%;
  background-color: #191619;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.exp-track-wrapper {
  overflow: hidden;
  max-width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.sign-up-form {
  max-width: 500px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.input {
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 3px;
  font-size: 20px;
}

.checkbox__lottie {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-left: 0px;
  font-size: 15.5px;
}

.checkbox__label {
  display: inline-block;
}

.checkbox {
  display: none;
}

.policy-wrapper {
  position: relative;
  z-index: 10;
  overflow: auto;
  max-height: 310px;
  max-width: 500px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #191619;
  border-radius: 3px;
  background-color: #fff;
  color: #191619;
}

.cta__lottie {
  position: absolute;
  left: 0%;
  top: -46.5vw;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.cta__lottie.invert {
  opacity: 0.91;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.hero__silo {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 95%;
}

.award__card {
  width: 80px;
  margin-right: 10px;
}

.video-section__arc {
  position: absolute;
  left: -50vw;
  top: auto;
  right: 0%;
  bottom: -40%;
  z-index: 10;
  width: 200vw;
  height: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.video-section__top-arc {
  position: absolute;
  left: -5%;
  top: -1px;
  right: -5%;
  bottom: auto;
  z-index: 20;
  width: 110%;
  max-width: 110%;
}

.voice-info-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 0.8;
  font-family: 'Work Sans', sans-serif;
  color: #bdbdbd;
  font-size: 12px;
  text-decoration: none;
  text-shadow: none;
  cursor: default;
}

.info-section {
  margin-top: 25px;
  margin-right: -20px;
  margin-left: -20px;
  padding: 25px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #303030;
  font-size: 10px;
  line-height: 17px;
}

.rtf p {
  font-size: 14px;
  line-height: 25px;
}

.rtf h2 {
  font-size: 26px;
  line-height: 30px;
}

.rtf h1 {
  margin-top: 0px;
  font-size: 30px;
  line-height: 1.4em;
}

.footer {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #303030;
  background-color: #191619;
  color: #fff;
  font-size: 13px;
}

.footer__flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__link {
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer__link:hover {
  color: #0198fc;
}

.footer__copyright {
  margin-top: 15px;
}

.nav__logo {
  max-width: 130px;
  margin-top: -2px;
}

.underline {
  min-width: 20vw;
}

.underline.yours {
  min-width: 220px;
}

.underline.you {
  min-width: 165px;
}

.underline__clip-mask {
  overflow: hidden;
}

.register__panel {
  overflow: auto;
  height: 100vh;
  padding: 30px 60px;
  background-color: rgba(0, 0, 0, 0.9);
  text-shadow: none;
}

.register__form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #313131;
}

.form__input {
  min-height: 45px;
  padding-top: 12px;
  border: 1px none #000;
  border-radius: 4px;
  color: #191619;
  font-size: 20px;
}

.form__input::-webkit-input-placeholder {
  font-size: 20px;
}

.form__input:-ms-input-placeholder {
  font-size: 20px;
}

.form__input::-ms-input-placeholder {
  font-size: 20px;
}

.form__input::placeholder {
  font-size: 20px;
}

.mobile-nav-logo {
  display: none;
  max-width: 130px;
  margin-top: -2px;
}

.section-not-supported {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.point-content {
  margin-right: 20px;
  margin-left: 20px;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.point-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .hero__image-man {
    left: -20%;
  }
  .hero-text-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero-text-wrapper.register {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero__marker {
    font-size: 6vw;
    line-height: 6vw;
  }
  .hero__h1 {
    font-size: 10vw;
    line-height: 9.5vw;
  }
  .container.container--points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video {
    min-height: auto;
  }
  .section.section--experience {
    overflow: hidden;
  }
  .hero__image-woman {
    left: -20%;
  }
  .point-wrapper {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .point-wrapper.middle {
    margin-top: 25px;
  }
  .point-wrapper.right {
    margin-top: 25px;
  }
  .video-container {
    margin-top: -20px;
  }
  .hero__col {
    display: none;
  }
  .underline-wrapper {
    display: none;
  }
  .underline-wrapper.you {
    display: none;
  }
  .container-row__col.text-left.video-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .background-video {
    min-height: auto;
  }
  .exp-track.one {
    height: auto;
    max-height: none;
  }
  .exp__img {
    width: 290px;
  }
  .exp__img.small {
    top: auto;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .exp__img.small.row2 {
    bottom: auto;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .exp__img.small.row3 {
    bottom: auto;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .exp__img.smaller {
    margin-right: 5px;
    margin-left: 5px;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .exp__img.up {
    top: 0px;
    margin-left: -65px;
  }
  .exp__img.down {
    bottom: auto;
  }
  .exp-bg-img {
    left: -25vw;
    width: 150vw;
    height: auto;
  }
  .slider__col.slider__col--text {
    padding-right: 25px;
    padding-left: 0px;
  }
  .attention-arrow-one {
    left: auto;
    top: -7%;
    right: auto;
    bottom: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(-45deg);
    transform: rotateX(0deg) rotateY(-180deg) rotateZ(-45deg);
  }
  .overflow-none {
    overflow: hidden;
  }
  .hero__silo {
    max-width: 130%;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 12px;
    line-height: 17px;
  }
  .hero-section {
    min-height: auto;
  }
  .hero__image-man {
    display: none;
  }
  .hero-text-wrapper {
    padding-top: 100px;
    padding-bottom: 29px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    text-align: center;
  }
  .hero__marker {
    font-size: 8vw;
    line-height: 7vw;
  }
  .hero__marker.hero__marker--register {
    font-size: 30px;
    line-height: 20px;
  }
  .hero__h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 14vw;
    line-height: 13vw;
  }
  .hero__h1.hero__h1--register {
    font-size: 50px;
    line-height: 50px;
  }
  .hero__h2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .nav {
    position: absolute;
  }
  .nav.register {
    background-color: #000;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.24);
  }
  .container.container--nav {
    max-width: none;
  }
  .container.container--nav.register {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .intro-section {
    background-color: #0c0b0c;
  }
  .voice-wrapper {
    display: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .voice-wrapper.awards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
  }
  .voice-wrapper.voice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .voice-wrapper.mobile-version {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.19);
    border-top-style: none;
  }
  .nav__bg {
    display: none;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.section--darkm-img {
    padding-top: 100px;
  }
  .hero__image-woman {
    display: none;
  }
  .section__title {
    font-size: 40px;
    line-height: 40px;
  }
  .point-wrapper {
    width: 85%;
  }
  .section__subtitle {
    font-size: 22px;
    line-height: 40px;
  }
  .video-container {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .container-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container-row__col.text-left {
    margin-right: 0px;
  }
  .container-row__col.video-right {
    margin: -50px -20px 20px;
  }
  .background-video {
    display: none;
    height: 100%;
  }
  .exp__p {
    margin-bottom: 50px;
  }
  .slider {
    min-height: 730px;
    margin-bottom: 60px;
  }
  .slider__flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .slider__col.slider__col--img {
    min-height: 310px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slider__col.slider__col--text {
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero__silo {
    max-width: 170%;
  }
  .award__card {
    width: 60px;
    margin-right: 10px;
  }
  .footer__flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer__link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer__copyright {
    margin-bottom: 40px;
    opacity: 0.2;
  }
  .nav__logo {
    display: none;
  }
  .register__panel {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 100px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .register__form.register {
    text-align: left;
  }
  .mobile-nav-logo {
    display: block;
  }
  .hero {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
    line-height: 27px;
  }
  h5 {
    font-size: 15px;
    line-height: 22px;
  }
  p {
    font-size: 15px;
    line-height: 25px;
  }
  .hero-section {
    min-height: auto;
  }
  .hero__image-man {
    left: -30%;
    max-width: none;
  }
  .hero-text-wrapper {
    padding-top: 104px;
  }
  .hero__marker {
    margin-top: -3vw;
    margin-bottom: 10px;
  }
  .hero__marker.hero__marker--register {
    font-size: 6vw;
    line-height: 6vw;
  }
  .hero__h1.hero__h1--register {
    font-size: 14vw;
    line-height: 14vw;
  }
  .hero__h2 {
    margin-top: 15px;
    font-size: 22px;
    line-height: 32px;
  }
  .nav {
    position: absolute;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  .button {
    padding: 6px 15px;
  }
  .button.login {
    margin-left: 5px;
    padding: 5px 10px;
  }
  .intro-section {
    padding-bottom: 40px;
  }
  .landing-section-wrapper {
    overflow: hidden;
  }
  .voice-logo {
    margin-left: 15px;
  }
  .voice-wrapper {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voice-wrapper.awards {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .voice-wrapper.voice {
    max-width: none;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px;
    padding-top: 20px;
    padding-bottom: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#191619), to(#0c0e11));
    background-image: linear-gradient(180deg, #191619, #0c0e11);
    text-align: left;
  }
  .voice-wrapper.mobile-version {
    padding-bottom: 0px;
    border: 1px none #000;
  }
  .nav__bg {
    display: none;
    max-width: 100%;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.section--course {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.section--cta {
    padding-top: 25vw;
  }
  .section.section--results {
    padding-top: 130px;
  }
  .hero__image-woman {
    left: -30%;
    height: 96vh;
    max-height: none;
    max-width: none;
  }
  .section__title {
    font-size: 33px;
    line-height: 38px;
  }
  .point-wrapper {
    width: 95%;
  }
  .section__subtitle {
    display: inline;
    font-size: 23px;
    line-height: 27px;
  }
  .section__subtitle.section__subtitle--smaller {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 30px;
  }
  .text-underline-wrapper {
    display: block;
    margin-bottom: 15px;
  }
  .exp__img {
    width: 220px;
  }
  .exp__p {
    margin-bottom: 50px;
  }
  .slider {
    min-height: 680px;
  }
  .slider__title {
    font-size: 35px;
    line-height: 40px;
  }
  .slider__col.slider__col--img {
    min-height: 270px;
  }
  .slider__p {
    font-size: 14px;
    line-height: 24px;
  }
  .button__text {
    font-size: 16px;
    line-height: 26px;
  }
  .input {
    font-size: 15px;
  }
  .checkbox__lottie {
    width: 50px;
    height: auto;
    margin-right: 10px;
  }
  .checkbox-wrapper {
    font-size: 17px;
  }
  .policy-wrapper {
    padding-top: 10px;
  }
  .hero__silo {
    display: none;
  }
  .award__card {
    width: 75px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .footer__link {
    margin-right: 6px;
    margin-left: 6px;
    font-size: 13px;
  }
  .nav__logo {
    max-width: 110px;
    margin-top: -8px;
  }
  .register__panel {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form__input {
    font-size: 15px;
  }
  .form__input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .form__input:-ms-input-placeholder {
    font-size: 15px;
  }
  .form__input::-ms-input-placeholder {
    font-size: 15px;
  }
  .form__input::placeholder {
    font-size: 15px;
  }
  .mobile-nav-logo {
    max-width: 110px;
    margin-top: -8px;
  }
}
.wistia_testimonial_container{
    display: flex;
    margin: auto;
    margin-bottom: 20px;
    max-width: 1200px;
    justify-content: center;
    border: 0px solid red;
}
.wistia_testimonial{
    height: 100%;
    width: 100%;
    padding: 10px;
}

@media (max-width: 768px) {
    .wistia_testimonial_container {
        flex-direction: column;
    }
}

