#story #container p.image-disclaimer {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  color: #000;
  font-size: 12px;
  line-height: 1.2em;
}
#story #container .s1 {
  background: #fff;
  z-index: 1;
  position: relative;
  padding-bottom: 13rem;
}
#story #container .s1 .image-box {
  height: 485px;
}
#story #container .s1 .image-box .image {
  background-image: url(/i/homepage2.jpg);
}
#story #container .s1 .image-box::after {
  content: "";
  position: absolute;
  display: block;
  content: "Image courtesy of NYSE Group. NYSE does not recommend or endorse any investments, investment strategies, companies, products or services.";
  width: 100%;
  top: 100%;
  left: 0;
  padding: 20px 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  color: #000;
  font-size: 12px;
  line-height: 1.2em;
}
#story #container .s1 .content .text {
  padding-top: 2rem;
  opacity: 1;
}
#story #container .s1 .content p {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#story #container .s1 .content .text.active p {
  opacity: 1;
}
#story #container .s1 .content h2 {
  margin-bottom: 1.5rem;
}
#story #container .s1 .wrap::before {
  background-image: url(/i/StriveStoryHero.jpg);
}
#story #container .s2 {
  background: #F4F4F4;
  position: relative;
}
#story #container .s2 .container {
  max-width: none;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}
#story #container .s2 .left {
  margin-left: 2rem;
  position: sticky;
  top: 300px;
  height: 250px;
}
#story #container .s2 .left h3 {
  overflow: hidden;
}
#story #container .s2 .left h3 span {
  display: block;
  opacity: 0;
  transition: all 1s ease;
}
#story #container .s2 .left h3.sel span {
  opacity: 1;
}
#story #container .s2 .main {
  width: 58%;
  margin-left: auto;
}
#story #container .s2 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9rem;
}
#story #container .s2 .wrap .right p {
  margin-bottom: 2.5rem;
  max-width: 812px;
}
#story #container .s2 .wrap .right img {
  width: 100%;
  max-width: 812px;
}
#story #container .s2 .wrap .right h3 {
  display: none;
  margin-bottom: 1rem;
}
#story #container .s2 .wrap .right p span {
  font-weight: 500;
}
#story #container .s2 .wrap .right a {
  color: #1F1F1F;
  border-bottom: solid 1px #1F1F1F;
}
#story #container .s2 .wrap:nth-child(5) {
  margin-bottom: 0;
}
#story #container .s2 .progress-bar {
  position: absolute;
  left: 35%;
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.15);
}
#story #container .s2 .progress-indicator {
  height: 0;
  background-color: #1F1F1F;
  width: 10px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

/***** MEDIA *****/
@media screen and (max-width: 1600px) {
  #story #container .s2 h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 1300px) {
  #story #container .s1 {
    padding-bottom: 7.5rem;
  }
  #story #container .s1 .content {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2.75rem;
    margin-top: 0;
  }
  #story #container .s1 .content .text {
    padding-top: 0;
  }
  #story #container .s1 .image-box {
    height: 450px;
    margin-bottom: 0;
  }
  #story #container .s2 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #story #container .s2 .progress-bar {
    display: none;
  }
  #story #container .s2 .main {
    width: 100%;
  }
  #story #container .s2 .left {
    display: none;
  }
  #story #container .s2 .wrap {
    margin-bottom: 5rem;
  }
  #story #container .s2 .wrap .right {
    width: 100%;
  }
  #story #container .s2 .wrap .right p, #story #container .s2 .wrap .right img {
    max-width: none;
  }
  #story #container .s2 .wrap .right h3 {
    display: block;
  }
  #story #container .s2 .wrap:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #story #container .s1 {
    padding-bottom: 5rem;
  }
  #story #container .s1 .image-box {
    height: 300px;
  }
  #story #container .s2 h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #story #container .s2 .wrap {
    gap: 1rem;
  }
}

/*# sourceMappingURL=story.css.map */
