:root {
  --dark-slate-gray: #262c46;
  --dark-slate-gray-2: #262c46;
  --silver: rgba(194, 190, 179, .59);
  --dark-slate-gray-3: rgba(49, 43, 61, .89);
  --light-sea-green: #1abc9c;
}

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

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

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

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

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

body {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('../images/fans-black.jpg');
  background-size: cover;
  padding-top: 126px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #2d3338;
  text-shadow: none;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

a {
  text-shadow: none;
  text-decoration: none;
}

.button {
  width: 100%;
  height: 54px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  margin-left: -1px;
  padding: 4px 29px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
}

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

.subtitle {
  text-shadow: none;
  padding-bottom: 67px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 35px;
}

.field {
  height: 54px;
  color: #262c46;
  text-align: center;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-bottom: 19px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition: box-shadow .15s;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #00caf2;
}

.sign-up-form {
  width: 415px;
  margin: 35px auto 66px;
  display: block;
}

.social-widget {
  width: 100px;
  float: left;
  transition: opacity .3s;
}

.social-widget.full-opacity {
  opacity: 1;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.social-widget-wrapper.thank-you {
  width: 216px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: block;
}

.success-message {
  background-color: #737373;
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.content-wrapper {
  width: 60%;
  display: inline-block;
}

.header-section {
  height: 100%;
  text-align: center;
  background-color: #e0ddd7;
  padding-top: 104px;
}

.footer-section {
  z-index: 20;
  color: #7e7c87;
  background-color: rgba(0, 0, 0, .18);
  padding-top: 38px;
  padding-bottom: 34px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copyright {
  color: rgba(255, 255, 255, .52);
  text-align: left;
}

.bars-wrapper {
  height: 7px;
  background-color: #1abc9c;
}

.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}

.bar._2 {
  background-color: #f2ca27;
}

.bar._3 {
  background-color: #e67e22;
}

.bar._4 {
  background-color: #16a085;
}

.bar._5 {
  background-color: #2980b9;
}

.bar._6 {
  background-color: #e74c3c;
}

.bar._7 {
  background-color: #a366bc;
}

.container {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-radius: 0;
  outline: 3px #fff;
  margin-top: 0;
  padding-top: 0;
  padding-left: 127px;
  padding-right: 127px;
  font-size: 18px;
}

.image-crop {
  height: 260px;
  overflow: hidden;
}

.social-section {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 58px;
}

.share-btn {
  width: 61px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-wrapper {
  margin-top: 32px;
}

.refer {
  color: rgba(255, 255, 255, .59);
}

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

.social-btn {
  opacity: .44;
  margin-left: 17px;
  transition: all .2s;
}

.social-btn:hover {
  opacity: 1;
}

.logo {
  color: #fff;
  letter-spacing: 8px;
  text-shadow: none;
  border: 8px #fff;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px;
  font-weight: 700;
  display: inline-block;
}

.about {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.join {
  width: 40%;
  float: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: -12px;
  margin-bottom: 15px;
  font-size: 30px;
  display: block;
}

.beta-line {
  width: 30%;
  height: 1px;
  float: left;
  background-color: #fff;
}

.slider {
  height: 100%;
}

.slider-2 {
  background-color: #a33c3c;
}

.slider-3 {
  z-index: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
}

.slide {
  background-color: #e08e8e;
}

.slide-2 {
  background-color: #0f0909;
}

.slide-3 {
  background-color: #747cbd;
}

.section {
  z-index: 50;
  height: 100%;
  min-height: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  position: relative;
}

.slider-4 {
  z-index: 10;
  width: 100%;
  height: 100%;
  min-height: 800px;
  background-color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
}

.body {
  height: 100%;
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.slide-nav {
  margin-bottom: 9px;
}

.slide-4 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage15.jpg');
  background-position: 0 0;
  background-size: cover;
}

.textarea {
  min-height: 125px;
  text-align: center;
}

.slide-5 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage11.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-7 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-8 {
  height: 100%;
  background-image: url('../images/Three-Paths-Website-Landing-Collage.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.slide-9 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage9.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage15.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage6.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage8.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage10.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage11.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage12.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage13.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage14.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/Three-Paths-Website-Landing-Collage16.jpg');
  background-position: 0 0;
  background-size: cover;
}

.right-arrow {
  display: none;
}

.section-2 {
  z-index: 20;
  width: 100%;
  height: 100%;
  min-height: 800px;
  background-color: rgba(0, 0, 0, .47);
  position: absolute;
}

.container-2 {
  z-index: 20;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  position: static;
  top: 273px;
}

.image {
  width: 60%;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  aspect-ratio: 8641 / 2374;
  object-fit: contain;
}

.heading {
  color: #fff;
  margin: auto auto 51px;
}

.contact-nav {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  text-decoration: none;
  display: inline-block;
}

.section-3 {
  min-height: 800px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.paragraph {
  font-size: 20px;
}

.button-2 {
  background-color: #7a7a7a;
  border: 2px solid #fff;
  margin-top: 35px;
  margin-bottom: 100px;
  font-size: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cell {
  opacity: 1;
  border-bottom: 3px solid #868686;
  display: block;
}

.site-switcher-site {
  width: 100%;
  height: 45px;
  background-color: #000;
  border-bottom: 1px #838383;
  justify-content: center;
  padding: 0 40px 6px;
  display: flex;
}

.site-switcher-site.border-left {
  border-left: 1px solid #999;
}

.site-switcher-site.border-left.unselected {
  opacity: .62;
}

.image-2 {
  height: 100%;
  align-self: center;
  margin-top: 6px;
}

.image-2.offset {
  margin-top: 0;
}

.quick-stack {
  height: 45px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.switcher-heading {
  color: #fff;
  text-transform: uppercase;
  align-self: center;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

.switcher-heading.tpm {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.cell-2 {
  border-bottom: 3px solid #868686;
  display: block;
}

@media screen and (max-width: 991px) {
  .subtitle {
    text-shadow: none;
    font-size: 29px;
  }

  .content-wrapper {
    width: 81%;
  }

  .container {
    padding-left: 57px;
    padding-right: 57px;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .join {
    width: 50%;
    text-shadow: none;
    font-size: 21px;
  }

  .beta-line {
    width: 25%;
  }

  .switcher-heading {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }

  .subtitle {
    text-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 43px;
  }

  .sign-up-form {
    margin-bottom: 64px;
  }

  .content-wrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-section {
    padding-top: 37px;
  }

  .footer-section {
    background-color: rgba(0, 0, 0, .49);
    padding-top: 23px;
    padding-bottom: 23px;
    position: static;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .logo, .join {
    text-shadow: none;
  }

  .site-switcher-site.border-left {
    padding-left: 10px;
  }

  .switcher-heading {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    font-size: 20px;
  }

  .button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    margin-left: 0;
  }

  .subtitle {
    text-shadow: none;
    padding-bottom: 36px;
    font-size: 22px;
    line-height: 26px;
  }

  .field {
    width: 100%;
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .sign-up-form {
    width: 100%;
    margin-top: 22px;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 221px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .social-btn {
    margin-right: 17px;
  }

  .logo {
    text-shadow: none;
    font-size: 43px;
  }

  .join {
    width: 75%;
    letter-spacing: 4px;
    text-shadow: none;
    font-size: 19px;
    line-height: 22px;
  }

  .beta-line {
    width: 12%;
  }

  .slide-nav {
    margin-bottom: 0;
  }

  .image {
    max-width: 300px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .site-switcher-site, .site-switcher-site.border-left {
    padding-left: 5px;
    padding-right: 5px;
  }

  .switcher-heading {
    margin-left: 9px;
    font-size: 6px;
  }

  .hide {
    display: none;
  }
}

#w-node-f0f09ca4-2337-61e0-bca0-18aa2ea31fc6-57b637d0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


